@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
  padding: 0;
}

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

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

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

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* default setting */
html {
  font-size: 62.5%;
  height: -webkit-fill-available;
}

body {
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  color: #3a3a3a;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  display: block;
  height: auto;
  width: 100%;
}

ol,
ul,
dl {
  list-style-type: none;
}

em,
i {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
}

b,
strong {
  font-weight: inherit;
}

/* iOS Form */
input[type="submit"],
input[type="button"],
button {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration,
button::-webkit-search-decoration {
  display: none;
}

input[type="input"],
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
input[type="search"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: input;
  -moz-appearance: input;
  appearance: input;
  background-color: #fff !important;
  border: 1px solid rgba(32, 32, 32, 0.15);
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.4rem;
  line-height: 2.14;
  margin-top: 20px;
  padding: 15px 30px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 200ms;
  transition: 200ms;
  width: 100%;
}

input[type="input"]::-webkit-search-decoration,
input[type="text"]::-webkit-search-decoration,
input[type="tel"]::-webkit-search-decoration,
input[type="email"]::-webkit-search-decoration,
input[type="number"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-decoration {
  display: none;
}

input[type="input"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus {
  background-color: #fff;
  outline: none;
}

textarea {
  background-color: #fff;
  border: 1px solid rgba(32, 32, 32, 0.15);
  border-radius: 5px;
  font-size: 1.4rem;
  height: 21em;
  line-height: 1.5;
  margin-top: 20px;
  padding: 15px 30px;
  -webkit-transition: 200ms;
  transition: 200ms;
  width: 100%;
}

textarea:focus {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}

/* placeholder */
input::-webkit-input-placeholder {
  color: rgba(32, 32, 32, 0.5);
}
input::-moz-placeholder {
  color: rgba(32, 32, 32, 0.5);
}
input:-ms-input-placeholder {
  color: rgba(32, 32, 32, 0.5);
}
input::-ms-input-placeholder {
  color: rgba(32, 32, 32, 0.5);
}
input::placeholder {
  color: rgba(32, 32, 32, 0.5);
}

/* placeholder fot IE */
input:-ms-input-placeholder {
  color: rgba(32, 32, 32, 0.5);
}

/* placeholder for Edge */
input::-ms-input-placeholder {
  color: rgba(32, 32, 32, 0.5);
}

select {
  background-color: #f4f4f4;
  border: 1px solid rgba(32, 32, 32, 0.15);
  border-radius: 5px;
  color: rgba(32, 32, 32, 0.5);
  font-size: 1.4rem;
  line-height: 2.14;
  margin-top: 20px;
  padding: 15px 30px;
  width: 100%;
}

select:focus {
  outline: none;
}

/* SP style */
@media print, screen and (max-width: 889px) {
  img {
    height: auto;
    width: 100%;
  }
  .pc {
    display: none;
  }
}

/* PC style */
@media print, screen and (min-width: 890px) {
  .sp {
    display: none;
  }
}

/* blocks */
/* --------------------
* Cta
* -------------------- */
.Cta01__tabBtnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -2px;
}

.Cta01__tabContentWrap.-tab01 .Cta01__tabContent.-tab01 {
  display: block;
}

.Cta01__tabContentWrap.-tab01 .Cta01__tabContent.-tab02 {
  display: none;
}

.Cta01__tabContentWrap.-tab02 .Cta01__tabContent.-tab01 {
  display: none;
}

.Cta01__tabContentWrap.-tab02 .Cta01__tabContent.-tab02 {
  display: block;
}

.Cta01__tabContent {
/*   display: none; */
  position: relative;
}

.Cta01__tabContent.-active {
  display: block;
}

.Cta01_tab02Benefits {
  background: #2c46a3;
}

.Cta01__btnWrap {
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 84%;
}

.Cta01__btnWrap.-tab01 {
  bottom: 38.7%;
}

.Cta01__btnWrap.-tab02 {
  bottom: 69%;
}
.Cta01__btnWrap.-tab03 {
  bottom: 70%;
}

.Cta01__btn {
  overflow: hidden;
  position: relative;
}

.Cta01__btnLink {
  position: relative;
}

.Cta01__btnLink img {
  z-index: 1;
}

.Cta01__btnImage {
  position: relative;
}

.Cta01__btnImageHover {
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: 300ms;
  transition: 300ms;
}

@media screen and (min-width: 891px) {
  .Cta01__btnLink:hover .Cta01__btnImageHover {
    opacity: 1;
  }
}

.Cta01__btnLink::before {
  -webkit-animation: Cta01__btn 3s ease-in-out infinite;
  animation: Cta01__btn 3s ease-in-out infinite;
  background-color: #fff;
  content: "";
  display: inline-block;
  height: 200px;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: -180px;
  width: 30px;
  z-index: 2;
}

.Cta01__btnLink::after {
  -webkit-transition: opacity 200ms;
  background-color: #fff;
  content: "";
  display: block;
  height: 200px;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: opacity 200ms;
  width: 100%;
  z-index: 3;
}

@-webkit-keyframes Cta01__btn {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
    transform: scale(0) rotate(45deg);
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
    transform: scale(0) rotate(45deg);
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
    transform: scale(4) rotate(45deg);
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
    transform: scale(50) rotate(45deg);
  }
}

@keyframes Cta01__btn {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
    transform: scale(0) rotate(45deg);
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
    transform: scale(0) rotate(45deg);
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
    transform: scale(4) rotate(45deg);
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
    transform: scale(50) rotate(45deg);
  }
}

.Cta01__noteWrap {
  bottom: 71px;
  color: #fff;
  font-size: 14px;
  letter-spacing: -0.09em;
  line-height: 1.4;
  margin: 0 44px;
  position: absolute;
}

.Cta01__noteWrap.-tab02 {
  bottom: 47%;
}
.Cta01__noteWrap.-tab03 {
  bottom: 48.5%;
}

.Cta01__note {
  margin-bottom: 12px;
}

.Cta01__note2 {
  border: 1px solid #fff;
  padding: 8px;
}

.Cta01__note2.-tab02 {
  padding: 15px;
}

.Cta01__note2Text {
  display: inline-block;
  padding-left: 12px;
  text-indent: -1em;
}

.Cta01__noteLink {
  color: #fff;
  padding-left: 15px;
  text-decoration: underline;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.Cta01__noteLink.-tab02 {
  color: #ffef69;
  padding-left: 20px;
}

@media screen and (min-width: 891px) {
  .Cta01__noteLink:hover {
    opacity: 0.7;
    text-decoration: underline;
  }
}

.Cta02 {
  position: relative;
}

.Cta02__btnWrap {
  bottom: 39%;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 84%;
}

.Cta02__btnWrap.-pattern2 {
  bottom: 30.8%;
}

.Cta02__btn {
  overflow: hidden;
  position: relative;
}

.Cta02__btnLink {
  position: relative;
}

.Cta02__btnLink img {
  z-index: 1;
}

.Cta02__btnImage {
  position: relative;
}

.Cta02__btnImageHover {
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: 300ms;
  transition: 300ms;
}

@media screen and (min-width: 891px) {
  .Cta02__btnLink:hover .Cta02__btnImageHover {
    opacity: 1;
  }
}

.Cta02__btnLink::before {
  -webkit-animation: Cta02__btn 3s ease-in-out infinite;
  animation: Cta02__btn 3s ease-in-out infinite;
  background-color: #fff;
  content: "";
  display: inline-block;
  height: 200px;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: -180px;
  width: 30px;
  z-index: 2;
}

.Cta02__btnLink::after {
  -webkit-transition: opacity 200ms;
  background-color: #fff;
  content: "";
  display: block;
  height: 200px;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: opacity 200ms;
  width: 100%;
  z-index: 3;
}

@-webkit-keyframes Cta02__btn {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
    transform: scale(0) rotate(45deg);
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
    transform: scale(0) rotate(45deg);
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
    transform: scale(4) rotate(45deg);
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
    transform: scale(50) rotate(45deg);
  }
}

@keyframes Cta02__btn {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
    transform: scale(0) rotate(45deg);
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
    transform: scale(0) rotate(45deg);
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
    transform: scale(4) rotate(45deg);
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
    transform: scale(50) rotate(45deg);
  }
}

.Cta02__noteWrap {
  bottom: 26px;
  color: #fff;
  font-size: 14px;
  letter-spacing: -0.06em;
  line-height: 1.4;
  margin: 0 43px;
  position: absolute;
}

.Cta02__note {
  margin-bottom: 18px;
}

.Cta02__note2 {
  border: 1px solid #fff;
  padding: 8px;
}

.Cta02__note2Text {
  display: inline-block;
  padding-left: 13px;
  text-indent: -1em;
}

.Cta02__noteLink {
  color: #fff;
  padding-left: 15px;
  text-decoration: underline;
  -webkit-transition: 300ms;
  transition: 300ms;
}

@media screen and (min-width: 891px) {
  .Cta02__noteLink:hover {
    opacity: 0.7;
    text-decoration: underline;
  }
}

/* --------------------
* Floating
* -------------------- */
.Floating {
  bottom: 40px;
  opacity: 0;
  position: fixed;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: 500ms ease-in-out;
  transition: 500ms ease-in-out;
  z-index: -10;
}

.Floating.-show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  z-index: 9999999;
}

.Floating__btnWrap {
  display: block;
  margin: 0 auto;
  -webkit-transition: 300ms;
  transition: 300ms;
  width: 95%;
}

@media screen and (min-width: 891px) {
  .Floating {
    right: 30px;
  }
  .Floating__btnWrap {
    width: 600px;
  }
  .Floating__btnWrap:hover {
    opacity: 0.7;
  }
}

/* --------------------
* Footer
* -------------------- */
.Footer__note {
  font-size: 14px;
  letter-spacing: -0.08em;
  line-height: 1.4;
  margin-bottom: 60px;
  padding: 0 30px;
}

.Footer__noteText {
  display: inline-block;
  padding-left: 20px;
  text-indent: -1em;
}

.Footer__noteLink {
  color: #2b47a3;
  padding-left: 20px;
  text-decoration: underline;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.Footer__noteLink:hover {
  opacity: 0.7;
  text-decoration: underline;
}

.Footer__list {
  gap: 0 100px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 25px;
}

.Footer__link {
  color: #2b47a3;
  font-size: 20px;
  text-decoration: underline;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.Footer__link:hover {
  opacity: 0.7;
  text-decoration: underline;
}

.Footer__copy {
  background-color: #2b47a3;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1em;
  padding: 35px 0;
  text-align: center;
}

/* --------------------
* GoTop
* -------------------- */
.GoTop {
  bottom: 20px;
  position: fixed;
  right: 20px;
}

.GoTop .GoTop__link {
  background-color: #007cca;
  border-radius: 50%;
  display: block;
  height: 100px;
  opacity: 0;
  -webkit-transition: 300ms;
  transition: 300ms;
  width: 100px;
}

.GoTop .GoTop__link:before {
  border-left: 4px solid #fff;
  border-top: 4px solid #fff;
  content: "";
  display: block;
  height: 18px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  width: 18px;
}

.GoTop .GoTop__link.-active {
  opacity: 1;
}

/* --------------------
* Mv
* -------------------- */
.Mv__image {
  margin-bottom: 30px;
}

.Mv__bottom {
  padding: 0 20px;
}

.Mv__cta {
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}

.Mv__ctaLink img {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 891px) {
  .Mv__ctaLink {
    position: relative;
    -webkit-transition: 300ms;
    transition: 300ms;
  }
  .Mv__ctaLink:hover {
    opacity: 0.7;
  }
}

.Mv__ctaLink::before {
  -webkit-animation: Mv__cta 3s ease-in-out infinite;
  animation: Mv__cta 3s ease-in-out infinite;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  background-color: #fff;
  content: "";
  display: inline-block;
  height: 200px;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: -180px;
  width: 30px;
  z-index: 2;
}

.Mv__ctaLink.-start::before {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.Mv__ctaLink::after {
  -webkit-transition: opacity 200ms;
  background-color: #fff;
  content: "";
  display: block;
  height: 200px;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: opacity 200ms;
  width: 100%;
  z-index: 3;
}

@-webkit-keyframes Mv__cta {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
    transform: scale(0) rotate(45deg);
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
    transform: scale(0) rotate(45deg);
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
    transform: scale(4) rotate(45deg);
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
    transform: scale(50) rotate(45deg);
  }
}

@keyframes Mv__cta {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
    transform: scale(0) rotate(45deg);
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
    transform: scale(0) rotate(45deg);
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
    transform: scale(4) rotate(45deg);
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
    transform: scale(50) rotate(45deg);
  }
}

.Mv__note {
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 10px;
  padding-left: 50px;
}

.Mv__noteText {
  display: block;
  position: relative;
}

.Mv__noteText::before {
  left: -2em;
  position: absolute;
  top: 0;
}

.Mv__noteText:nth-child(1)::before {
  content: "※1";
}

.Mv__noteText:nth-child(2)::before {
  content: "※2";
}

.Mv__noteText:nth-child(3)::before {
  content: "※3";
}

.Mv__noteText:nth-child(4)::before {
  content: "※4";
}

.Mv__noteText:nth-child(5)::before {
  content: "※5";
}

.Mv__noteText:nth-child(6)::before {
  content: "※6";
}

.Mv__noteText:nth-child(7)::before {
  content: "※7";
}

.Mv__noteText:nth-child(8)::before {
  content: "※8";
}

.Mv__noteText:nth-child(9)::before {
  content: "※9";
}

.Mv__noteText:last-child::before {
  content: "※";
}

/* --------------------
* Page
* -------------------- */
.Page {
  margin: 0 auto;
  max-width: 640px;
}

/* --------------------
* Sec
* -------------------- */
.Sec05__note {
  font-size: 14px;
  letter-spacing: -0.08em;
  line-height: 1.4;
  margin-bottom: 40px;
  padding: 0 35px;
}

.Sec05__noteText {
  display: inline-block;
  margin-bottom: 10px;
  padding-left: 20px;
  text-indent: -1em;
}

.Sec06__gif {
  margin: 0 auto;
  width: 90%;
}

.Sec13__note {
  background-color: #fff9e3;
  font-size: 14px;
  letter-spacing: -0.08em;
  line-height: 1.4;
  padding: 0 35px 60px;
}

/* --------------------
* attention text
* -------------------- */

.Header{
  padding: 10px 10px 0;
}
.attention__text{
  margin: 10px 0;
  padding: 10px;
  border: 1px solid rgba(255, 0, 0, 1.0);
  color: #F00;
  font-size: 20px;
  line-height: 1.5;
}

.attention__text span{
  font-size: 24px;
  font-weight: bold;
}

.Mv__attention{
  margin: 20px 0;
  padding: 15px;
  border: 1px solid rgba(255, 0, 0, 1.0);
  color: #F00;
  line-height: 1.5;
}
.cta__attention{
  margin: 20px 0;
  padding: 15px;
  border: 1px solid rgba(255, 0, 0, 1.0);
  color: #F00;
  line-height: 1.5;
  background: #FFF;
}



@media screen and (min-width: 891px) {
  .Header{
    padding: 10px 0 0;
  }
  .attention__text{
    font-size: 14px;
  }
  .attention__text span{
    font-size: 16px;
  }

}