@charset "UTF-8";
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::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;
}

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

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

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

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

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

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

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

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

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

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

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

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

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

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

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

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

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

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

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

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* 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 */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and 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;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* 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=true] {
  cursor: default;
}

input, textarea {
  border-radius: 0;
  -webkit-appearance: none;
  line-height: normal;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: none;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

/*------
base
---------*/
html {
  font-size: 14px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: normal;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Yu Gothic", "Meiryo", sans-serif;
  background: #010098;
  color: #fff;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  font-weight: normal;
  margin: auto;
}

.wrapper {
  width: 100%;
}

.container {
  width: 96%;
  margin: auto;
  font-size: 14px;
}
@media screen and (min-width: 763px) {
  .container {
    max-width: 1200px;
    width: 100%;
  }
}

.sec {
  margin: auto;
  width: 90%;
}
@media screen and (min-width: 763px) {
  .sec {
    width: 100%;
    max-width: 940px;
  }
}

section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.main {
  width: 100%;
  margin: auto;
}

.inner {
  width: 90%;
  margin: auto;
}

a {
  text-decoration: none;
  color: #010098;
  cursor: pointer;
}

ul {
  list-style-type: none;
}

/* # =============================
   # header
   # ============================= */
h1.cp_name {
  color: #fff;
  font-size: 20px;
  margin: auto;
  width: 96%;
  max-width: 1200px;
  font-weight: 500;
  padding: 5px 0;
  text-align: left;
}
@media screen and (min-width: 763px) {
  h1.cp_name {
    width: 100%;
    font-size: 26px;
  }
}

header {
  margin: auto;
  text-align: center;
  width: 100%;
  max-width: 1200px;
}
header.end::before {
  font-size: 20px;
  display: block;
  background: red;
  color: #fff;
  width: 96%;
  margin: 10px auto auto auto;
  text-align: center;
  max-width: 1200px;
  content: "【キャンペーンは終了しました】";
}
@media screen and (min-width: 763px) {
  header.end::before {
    width: 100%;
    font-size: 26px;
  }
}
header img {
  width: 100%;
  vertical-align: top;
  max-width: 1200px;
  margin: auto;
  display: inline;
  line-height: 100%;
}
header picture {
  font-size: 0;
}

.terms.container {
  background: #fff;
}

h3.oubo_txt {
  display: block;
  padding: 5px;
  background: #fff;
  color: #010098;
  font-size: 24px;
  width: 96%;
  max-width: 1200px;
  margin: 10px auto;
  text-align: center;
}
@media screen and (min-width: 763px) {
  h3.oubo_txt {
    width: 100%;
  }
}

dl.step {
  width: 96%;
  margin: auto;
  gap: 2%;
}
@media screen and (min-width: 763px) {
  dl.step {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: top;
    -webkit-align-items: top;
        -ms-flex-align: top;
            align-items: top;
  }
}
dl.step dt {
  text-align: center;
  display: block;
  width: 100%;
  background: #fff;
  position: relative;
  padding: 5px 0 0px 0;
  counter-increment: number 1;
  margin-bottom: 20px;
}
dl.step dt span {
  color: #000;
  display: block;
  width: 96%;
  margin: auto;
  text-align: left !important;
  font-size: 16px;
  padding: 10px 0;
}
@media screen and (min-width: 763px) {
  dl.step dt span {
    font-size: 20px;
    text-align: center !important;
  }
}
dl.step dt span i {
  font-style: normal;
  font-weight: 500;
  color: #0493DA;
}
dl.step dt a {
  text-decoration: underline !important;
}
dl.step dt::after {
  content: "";
  background-color: white;
  width: 8px;
  height: 16px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  display: block;
  position: relative;
  margin: auto;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  bottom: -17px;
}
@media screen and (min-width: 763px) {
  dl.step dt::after {
    position: absolute;
    right: -4%;
    top: 40%;
    margin: auto;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    bottom: auto;
  }
}
dl.step dt::before {
  display: block;
  content: attr(data-text) "";
  background: #010098;
  width: 96%;
  padding: 5px 0;
  margin: auto;
  font-size: 16px;
  color: #fff;
}
@media screen and (min-width: 763px) {
  dl.step dt::before {
    font-size: 20px;
  }
}
dl.step dt:last-child::after {
  display: none;
}

ul.none,
ul.dot,
ul.kome {
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 96%;
  margin-left: 4%;
}
@media screen and (min-width: 763px) {
  ul.none,
  ul.dot,
  ul.kome {
    width: 96%;
    margin: auto auto auto 2%;
  }
}
ul.none:first-child,
ul.dot:first-child,
ul.kome:first-child {
  margin-top: 0;
}
ul.none ul,
ul.dot ul,
ul.kome ul {
  width: 96%;
  margin: 0 0 5px 2%;
  line-height: 140%;
}
@media screen and (min-width: 763px) {
  ul.none ul,
  ul.dot ul,
  ul.kome ul {
    width: 96%;
  }
}
ul.none ul.none,
ul.dot ul.none,
ul.kome ul.none {
  padding: 0.5% 0 0 1%;
}
ul.none ul.none li::before,
ul.dot ul.none li::before,
ul.kome ul.none li::before {
  content: none;
}
ul.none li,
ul.dot li,
ul.kome li {
  list-style-type: none;
  position: relative;
}
ul.none li::before,
ul.dot li::before,
ul.kome li::before {
  display: inline-block;
  position: absolute;
  text-indent: -1.1rem;
  top: 0;
  font-size: 14px;
}
@media screen and (min-width: 763px) {
  ul.none li::before,
  ul.dot li::before,
  ul.kome li::before {
    text-indent: -1.3rem;
    font-size: 16px;
  }
}

ul.kome li::before {
  content: "※";
}
ul.kome li ul.dot li::before {
  content: "・";
}

ul.dot li::before {
  content: "・";
}
ul.dot li ul.kome li::before {
  content: "※";
}

ul.none {
  margin-left: 0;
  list-style-type: none !important;
}

.bt_frm {
  margin: auto;
  width: 96%;
  max-width: 1200px;
  display: block;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 763px) {
  .bt_frm {
    width: 100%;
  }
}
.bt_frm a {
  display: inline-block;
  border-radius: 50px;
  display: block;
  width: 100%;
  height: 4rem;
  width: 100%;
  margin: auto;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 763px) {
  .bt_frm a {
    width: 100%;
    max-width: 94%;
    font-size: 20px;
  }
}
.bt_frm a p {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 763px) {
  .bt_frm a p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bt_frm a p::before {
    content: "";
    display: inline-block;
    width: 20px;
  }
}
.bt_frm a:hover {
  background: #c4c4c4;
}
.bt_frm a::after {
  border-radius: 2px;
  margin-top: 10px;
  margin-right: 10px;
}

.twit_area {
  padding: 15px 0 20px 0;
}

.bt_twitter {
  background: #000;
  border: #fff 2px solid;
}
.bt_twitter p {
  color: #fff;
}
.bt_twitter:hover {
  background: #c4c4c4;
}
.bt_twitter::after {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  border: 2px solid #fff;
  border-color: #fff #fff transparent transparent;
}

.fm_home {
  margin: 20px auto !important;
  background: #ddd;
  border: #fff 2px solid;
}
.fm_home p {
  color: #000;
}
.fm_home:hover {
  background: #c4c4c4;
}
.fm_home::after {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  border: 2px solid #000;
  border-color: #000 #000 transparent transparent;
}

dl.c-terms {
  width: 90%;
  margin: auto;
}
@media screen and (min-width: 763px) {
  dl.c-terms {
    width: 90%;
    max-width: 1180px;
  }
}
dl.c-terms dt {
  background: #010098;
  color: #fff;
  display: inline-block;
  padding: 1px 10px;
  font-weight: normal;
  font-size: 16px;
}
@media screen and (min-width: 763px) {
  dl.c-terms dt {
    font-size: 18px;
  }
}
dl.c-terms dd {
  background: #fff;
  color: #000;
  padding: 0.5rem 0 1rem 0;
  font-size: 14px;
}
@media screen and (min-width: 763px) {
  dl.c-terms dd {
    font-size: 18px;
  }
}
dl.c-terms dd a {
  text-decoration: underline;
  word-wrap: break-word;
}

.pt_10 {
  padding-top: 10px;
}

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

.grecaptcha-badge {
  visibility: hidden;
}

.recap_min {
  font-size: 10px;
  margin: auto;
  padding-top: 5px;
  text-align: center;
}

.important {
  color: red;
}

.show-pc {
  display: none;
}

.show-sp {
  display: inline-block;
}

@media screen and (min-width: 763px) {
  .show-pc {
    display: inline-block;
  }
  .show-sp {
    display: none;
  }
}
.al_c {
  text-align: center !important;
}

.icn_mail::before {
  width: 15px;
  height: 12px;
  margin-right: 5px;
  content: "";
  display: inline-block;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016.1%2012.5%22%3E%3Cdefs%3E%3Cstyle%3E.e%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22c%22%3E%3Cpath%20id%3D%22d%22%20class%3D%22e%22%20d%3D%22m15.9%2C1.8c-.1-.4-.2-.7-.5-1%2C0-.1-.1-.1-.1-.2-.4-.4-1-.6-1.6-.6H2.2c-.6%2C0-1.1.2-1.6.6%2C0%2C.1-.1.2-.1.2-.2.3-.4.6-.5%2C1v8.5c0%2C.3.1.6.2.9.1.3.3.5.5.7.1%2C0%2C.1.1.2.1.4.3.9.5%2C1.4.5h11.5c.5%2C0%2C1-.2%2C1.4-.5.1%2C0%2C.1-.1.2-.1.2-.2.4-.4.5-.7h0c.1-.3.2-.6.2-.9V2.2c-.1-.1-.1-.3-.2-.4ZM1.5%2C1.5c.2-.2.5-.3.8-.3h11.5c.3%2C0%2C.7.2.9.4l-6%2C5.3c-.3.3-.8.3-1.2%2C0L1.5%2C1.6q-.1-.1%2C0-.1Zm-.4%2C8.8V2.7l4.4%2C3.8-4.4%2C3.8h0Zm12.7%2C1.1H2.2c-.2%2C0-.4%2C0-.5-.1l4.6-4%2C.4.4c.7.6%2C1.8.6%2C2.5%2C0l.4-.4%2C4.6%2C4c-.1.1-.3.1-.4.1h0Zm1-1.1h0l-4.4-3.8%2C4.4-3.8s0%2C7.6%2C0%2C7.6Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat 0 0;
  background-size: contain;
  vertical-align: middle;
}

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

@keyframes reflect {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
            transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
            transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.reflect {
  display: block;
  position: relative;
  overflow: hidden;
}

.reflect::after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 100%;
  top: -200px;
  left: 0;
  background-color: #FFF;
  opacity: 0;
  -webkit-transform: scale(2) rotate(45deg);
          transform: scale(2) rotate(45deg);
  -webkit-animation: reflect 2s ease-in-out infinite;
          animation: reflect 2s ease-in-out infinite;
}

@-webkit-keyframes popfade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes popfade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes slidein {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes slidein {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
.fadein {
  -webkit-animation: fadein 3s;
          animation: fadein 3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.slidein {
  -webkit-animation: slidein 3s;
          animation: slidein 3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@keyframes fadein {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
}
@keyframes fadeout {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
}
.page-up {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 10px;
  bottom: 100px;
  background: #888;
  border-radius: 50%;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-up::before {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  border: 3px solid #fff;
  border-color: #fff #fff transparent transparent;
  position: absolute;
  top: 10px;
  left: 40%;
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}
@media screen and (min-width: 763px) {
  .page-up {
    right: 30px;
    bottom: 100px;
  }
}
.page-up:hover {
  background: #adadad;
}
.page-up.out {
  -webkit-animation: fadeout 1s;
          animation: fadeout 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.page-up.in {
  -webkit-animation: fadein 1s;
          animation: fadein 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}/*# sourceMappingURL=style.css.map */