@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
/* vp:480px */
/* vp:896px */
/* vp:1024px */
/* Scss Document */
* {
  margin: 0;
  padding: 0;
}
*:focus {
  outline: none;
}

*, *:before, *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  word-break: break-all;
  border-bottom: none;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
a img {
  border-bottom: none;
}
a:hover {
  text-decoration: none;
}
a:hover img {
  border-bottom: none;
}

ul, li {
  list-style: none;
}

/* FORM */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
  display: block;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

html {
  overflow-y: scroll;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

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

caption, th {
  text-align: left;
}

q:before, q:after {
  content: "";
}

object, embed {
  vertical-align: top;
}

hr, legend {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

img, abbr, acronym, fieldset {
  border: 0;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
}

html {
  font-size: 62.5%; /*16px x 0.625 = 10px(=1rem) */
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  min-height: -webkit-fill-available;
}

body {
  font-family: "Hiragino Kaku Gothic ProN W3", "游ゴシック Medium", 游ゴシック, YuGothic, "メイリオ", sans-serif;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.04em;
  transition: all 0.5s ease;
  font-size: 1.4rem;
  line-height: 2;
  background-color: #0a1416;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  overflow: hidden;
}
@media screen and (max-width:480px) {
  body {
    font-size: 1.2rem;
  }
}
body::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url(../img/bg.jpg) center no-repeat;
  background-size: cover;
}

#dot {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  z-index: -1;
}
#dot::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url(../img/dot.png);
  z-index: -1;
}

.wrap {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  min-height: 100svh;
}
.wrap footer {
  margin-top: auto;
}

img {
  max-width: 100%;
}

a {
  color: #000000;
  font-weight: bold;
  -webkit-tap-highlight-color: transparent;
  border-bottom: 1px solid #000000;
}
a:hover, a:active {
  transition: all 0.5s ease;
}
a:hover svg, a:active svg {
  transition: all 0.5s ease;
}

.default-style {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.default-style.ul {
  margin: 0;
  padding-left: 25px;
  list-style-type: disc;
}
.default-style.ul li {
  list-style: inherit;
}
.default-style.ul.ten {
  list-style-type: none;
  position: relative;
}
.default-style.ul.ten li + li {
  margin-top: 1.5rem;
}
.default-style.ul.ten li::before {
  position: absolute;
  left: 0px;
  content: "・";
}
.default-style.ul.li-mt0 li + li {
  margin-top: 0rem;
}
.default-style.ol {
  margin: 0;
  padding-left: 25px;
  list-style-type: decimal;
}
.default-style.ol li {
  list-style: inherit;
}
@media screen and (max-width:480px) {
  .default-style.ul {
    padding-left: 20px;
  }
  .default-style.ol {
    padding-left: 20px;
  }
}

input:disabled {
  transition: all 0.5s ease;
  pointer-events: none;
  opacity: 0.2;
}

::-moz-selection {
  background: #fff;
  color: #4B86C2;
}

::selection {
  background: #fff;
  color: #4B86C2;
}

::-moz-selection {
  background: #fff;
  color: #4B86C2;
}

.wid-0 {
  width: 0% !important;
}

.wid-2 {
  width: 2% !important;
}

.wid-4 {
  width: 4% !important;
}

.wid-6 {
  width: 6% !important;
}

.wid-8 {
  width: 8% !important;
}

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

.wid-12 {
  width: 12% !important;
}

.wid-14 {
  width: 14% !important;
}

.wid-16 {
  width: 16% !important;
}

.wid-18 {
  width: 18% !important;
}

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

.wid-22 {
  width: 22% !important;
}

.wid-24 {
  width: 24% !important;
}

.wid-26 {
  width: 26% !important;
}

.wid-28 {
  width: 28% !important;
}

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

.wid-32 {
  width: 32% !important;
}

.wid-34 {
  width: 34% !important;
}

.wid-36 {
  width: 36% !important;
}

.wid-38 {
  width: 38% !important;
}

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

.wid-42 {
  width: 42% !important;
}

.wid-44 {
  width: 44% !important;
}

.wid-46 {
  width: 46% !important;
}

.wid-48 {
  width: 48% !important;
}

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

.wid-52 {
  width: 52% !important;
}

.wid-54 {
  width: 54% !important;
}

.wid-56 {
  width: 56% !important;
}

.wid-58 {
  width: 58% !important;
}

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

.wid-62 {
  width: 62% !important;
}

.wid-64 {
  width: 64% !important;
}

.wid-66 {
  width: 66% !important;
}

.wid-68 {
  width: 68% !important;
}

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

.wid-72 {
  width: 72% !important;
}

.wid-74 {
  width: 74% !important;
}

.wid-76 {
  width: 76% !important;
}

.wid-78 {
  width: 78% !important;
}

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

.wid-82 {
  width: 82% !important;
}

.wid-84 {
  width: 84% !important;
}

.wid-86 {
  width: 86% !important;
}

.wid-88 {
  width: 88% !important;
}

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

.wid-92 {
  width: 92% !important;
}

.wid-94 {
  width: 94% !important;
}

.wid-96 {
  width: 96% !important;
}

.wid-98 {
  width: 98% !important;
}

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

@media screen and (max-width:480px) {
  .wid-sp-0 {
    width: 0% !important;
  }
  .wid-sp-2 {
    width: 2% !important;
  }
  .wid-sp-4 {
    width: 4% !important;
  }
  .wid-sp-6 {
    width: 6% !important;
  }
  .wid-sp-8 {
    width: 8% !important;
  }
  .wid-sp-10 {
    width: 10% !important;
  }
  .wid-sp-12 {
    width: 12% !important;
  }
  .wid-sp-14 {
    width: 14% !important;
  }
  .wid-sp-16 {
    width: 16% !important;
  }
  .wid-sp-18 {
    width: 18% !important;
  }
  .wid-sp-20 {
    width: 20% !important;
  }
  .wid-sp-22 {
    width: 22% !important;
  }
  .wid-sp-24 {
    width: 24% !important;
  }
  .wid-sp-26 {
    width: 26% !important;
  }
  .wid-sp-28 {
    width: 28% !important;
  }
  .wid-sp-30 {
    width: 30% !important;
  }
  .wid-sp-32 {
    width: 32% !important;
  }
  .wid-sp-34 {
    width: 34% !important;
  }
  .wid-sp-36 {
    width: 36% !important;
  }
  .wid-sp-38 {
    width: 38% !important;
  }
  .wid-sp-40 {
    width: 40% !important;
  }
  .wid-sp-42 {
    width: 42% !important;
  }
  .wid-sp-44 {
    width: 44% !important;
  }
  .wid-sp-46 {
    width: 46% !important;
  }
  .wid-sp-48 {
    width: 48% !important;
  }
  .wid-sp-50 {
    width: 50% !important;
  }
  .wid-sp-52 {
    width: 52% !important;
  }
  .wid-sp-54 {
    width: 54% !important;
  }
  .wid-sp-56 {
    width: 56% !important;
  }
  .wid-sp-58 {
    width: 58% !important;
  }
  .wid-sp-60 {
    width: 60% !important;
  }
  .wid-sp-62 {
    width: 62% !important;
  }
  .wid-sp-64 {
    width: 64% !important;
  }
  .wid-sp-66 {
    width: 66% !important;
  }
  .wid-sp-68 {
    width: 68% !important;
  }
  .wid-sp-70 {
    width: 70% !important;
  }
  .wid-sp-72 {
    width: 72% !important;
  }
  .wid-sp-74 {
    width: 74% !important;
  }
  .wid-sp-76 {
    width: 76% !important;
  }
  .wid-sp-78 {
    width: 78% !important;
  }
  .wid-sp-80 {
    width: 80% !important;
  }
  .wid-sp-82 {
    width: 82% !important;
  }
  .wid-sp-84 {
    width: 84% !important;
  }
  .wid-sp-86 {
    width: 86% !important;
  }
  .wid-sp-88 {
    width: 88% !important;
  }
  .wid-sp-90 {
    width: 90% !important;
  }
  .wid-sp-92 {
    width: 92% !important;
  }
  .wid-sp-94 {
    width: 94% !important;
  }
  .wid-sp-96 {
    width: 96% !important;
  }
  .wid-sp-98 {
    width: 98% !important;
  }
  .wid-sp-100 {
    width: 100% !important;
  }
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  .wid-tab-0 {
    width: 0% !important;
  }
  .wid-tab-2 {
    width: 2% !important;
  }
  .wid-tab-4 {
    width: 4% !important;
  }
  .wid-tab-6 {
    width: 6% !important;
  }
  .wid-tab-8 {
    width: 8% !important;
  }
  .wid-tab-10 {
    width: 10% !important;
  }
  .wid-tab-12 {
    width: 12% !important;
  }
  .wid-tab-14 {
    width: 14% !important;
  }
  .wid-tab-16 {
    width: 16% !important;
  }
  .wid-tab-18 {
    width: 18% !important;
  }
  .wid-tab-20 {
    width: 20% !important;
  }
  .wid-tab-22 {
    width: 22% !important;
  }
  .wid-tab-24 {
    width: 24% !important;
  }
  .wid-tab-26 {
    width: 26% !important;
  }
  .wid-tab-28 {
    width: 28% !important;
  }
  .wid-tab-30 {
    width: 30% !important;
  }
  .wid-tab-32 {
    width: 32% !important;
  }
  .wid-tab-34 {
    width: 34% !important;
  }
  .wid-tab-36 {
    width: 36% !important;
  }
  .wid-tab-38 {
    width: 38% !important;
  }
  .wid-tab-40 {
    width: 40% !important;
  }
  .wid-tab-42 {
    width: 42% !important;
  }
  .wid-tab-44 {
    width: 44% !important;
  }
  .wid-tab-46 {
    width: 46% !important;
  }
  .wid-tab-48 {
    width: 48% !important;
  }
  .wid-tab-50 {
    width: 50% !important;
  }
  .wid-tab-52 {
    width: 52% !important;
  }
  .wid-tab-54 {
    width: 54% !important;
  }
  .wid-tab-56 {
    width: 56% !important;
  }
  .wid-tab-58 {
    width: 58% !important;
  }
  .wid-tab-60 {
    width: 60% !important;
  }
  .wid-tab-62 {
    width: 62% !important;
  }
  .wid-tab-64 {
    width: 64% !important;
  }
  .wid-tab-66 {
    width: 66% !important;
  }
  .wid-tab-68 {
    width: 68% !important;
  }
  .wid-tab-70 {
    width: 70% !important;
  }
  .wid-tab-72 {
    width: 72% !important;
  }
  .wid-tab-74 {
    width: 74% !important;
  }
  .wid-tab-76 {
    width: 76% !important;
  }
  .wid-tab-78 {
    width: 78% !important;
  }
  .wid-tab-80 {
    width: 80% !important;
  }
  .wid-tab-82 {
    width: 82% !important;
  }
  .wid-tab-84 {
    width: 84% !important;
  }
  .wid-tab-86 {
    width: 86% !important;
  }
  .wid-tab-88 {
    width: 88% !important;
  }
  .wid-tab-90 {
    width: 90% !important;
  }
  .wid-tab-92 {
    width: 92% !important;
  }
  .wid-tab-94 {
    width: 94% !important;
  }
  .wid-tab-96 {
    width: 96% !important;
  }
  .wid-tab-98 {
    width: 98% !important;
  }
  .wid-tab-100 {
    width: 100% !important;
  }
}
.m-0 {
  margin: 0rem !important;
}

.my-0 {
  margin: 0rem 0 !important;
}

.mx-0 {
  margin: 0 0rem !important;
}

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

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

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

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

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

.py-0 {
  padding: 0rem 0 !important;
}

.px-0 {
  padding: 0 0rem !important;
}

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

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

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

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

.m-5 {
  margin: 0.5rem !important;
}

.my-5 {
  margin: 0.5rem 0 !important;
}

.mx-5 {
  margin: 0 0.5rem !important;
}

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

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

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

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

.p-5 {
  padding: 0.5rem !important;
}

.py-5 {
  padding: 0.5rem 0 !important;
}

.px-5 {
  padding: 0 0.5rem !important;
}

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

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

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

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

.m-10 {
  margin: 1rem !important;
}

.my-10 {
  margin: 1rem 0 !important;
}

.mx-10 {
  margin: 0 1rem !important;
}

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

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

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

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

.p-10 {
  padding: 1rem !important;
}

.py-10 {
  padding: 1rem 0 !important;
}

.px-10 {
  padding: 0 1rem !important;
}

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

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

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

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

.m-15 {
  margin: 1.5rem !important;
}

.my-15 {
  margin: 1.5rem 0 !important;
}

.mx-15 {
  margin: 0 1.5rem !important;
}

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

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

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

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

.p-15 {
  padding: 1.5rem !important;
}

.py-15 {
  padding: 1.5rem 0 !important;
}

.px-15 {
  padding: 0 1.5rem !important;
}

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

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

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

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

.m-20 {
  margin: 2rem !important;
}

.my-20 {
  margin: 2rem 0 !important;
}

.mx-20 {
  margin: 0 2rem !important;
}

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

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

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

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

.p-20 {
  padding: 2rem !important;
}

.py-20 {
  padding: 2rem 0 !important;
}

.px-20 {
  padding: 0 2rem !important;
}

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

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

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

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

.m-25 {
  margin: 2.5rem !important;
}

.my-25 {
  margin: 2.5rem 0 !important;
}

.mx-25 {
  margin: 0 2.5rem !important;
}

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

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

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

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

.p-25 {
  padding: 2.5rem !important;
}

.py-25 {
  padding: 2.5rem 0 !important;
}

.px-25 {
  padding: 0 2.5rem !important;
}

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

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

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

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

.m-30 {
  margin: 3rem !important;
}

.my-30 {
  margin: 3rem 0 !important;
}

.mx-30 {
  margin: 0 3rem !important;
}

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

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

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

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

.p-30 {
  padding: 3rem !important;
}

.py-30 {
  padding: 3rem 0 !important;
}

.px-30 {
  padding: 0 3rem !important;
}

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

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

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

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

.m-35 {
  margin: 3.5rem !important;
}

.my-35 {
  margin: 3.5rem 0 !important;
}

.mx-35 {
  margin: 0 3.5rem !important;
}

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

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

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

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

.p-35 {
  padding: 3.5rem !important;
}

.py-35 {
  padding: 3.5rem 0 !important;
}

.px-35 {
  padding: 0 3.5rem !important;
}

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

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

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

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

.m-40 {
  margin: 4rem !important;
}

.my-40 {
  margin: 4rem 0 !important;
}

.mx-40 {
  margin: 0 4rem !important;
}

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

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

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

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

.p-40 {
  padding: 4rem !important;
}

.py-40 {
  padding: 4rem 0 !important;
}

.px-40 {
  padding: 0 4rem !important;
}

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

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

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

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

.m-45 {
  margin: 4.5rem !important;
}

.my-45 {
  margin: 4.5rem 0 !important;
}

.mx-45 {
  margin: 0 4.5rem !important;
}

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

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

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

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

.p-45 {
  padding: 4.5rem !important;
}

.py-45 {
  padding: 4.5rem 0 !important;
}

.px-45 {
  padding: 0 4.5rem !important;
}

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

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

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

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

.m-50 {
  margin: 5rem !important;
}

.my-50 {
  margin: 5rem 0 !important;
}

.mx-50 {
  margin: 0 5rem !important;
}

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

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

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

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

.p-50 {
  padding: 5rem !important;
}

.py-50 {
  padding: 5rem 0 !important;
}

.px-50 {
  padding: 0 5rem !important;
}

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

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

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

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

.m-55 {
  margin: 5.5rem !important;
}

.my-55 {
  margin: 5.5rem 0 !important;
}

.mx-55 {
  margin: 0 5.5rem !important;
}

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

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

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

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

.p-55 {
  padding: 5.5rem !important;
}

.py-55 {
  padding: 5.5rem 0 !important;
}

.px-55 {
  padding: 0 5.5rem !important;
}

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

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

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

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

.m-60 {
  margin: 6rem !important;
}

.my-60 {
  margin: 6rem 0 !important;
}

.mx-60 {
  margin: 0 6rem !important;
}

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

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

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

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

.p-60 {
  padding: 6rem !important;
}

.py-60 {
  padding: 6rem 0 !important;
}

.px-60 {
  padding: 0 6rem !important;
}

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

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

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

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

.m-65 {
  margin: 6.5rem !important;
}

.my-65 {
  margin: 6.5rem 0 !important;
}

.mx-65 {
  margin: 0 6.5rem !important;
}

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

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

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

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

.p-65 {
  padding: 6.5rem !important;
}

.py-65 {
  padding: 6.5rem 0 !important;
}

.px-65 {
  padding: 0 6.5rem !important;
}

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

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

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

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

.m-70 {
  margin: 7rem !important;
}

.my-70 {
  margin: 7rem 0 !important;
}

.mx-70 {
  margin: 0 7rem !important;
}

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

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

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

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

.p-70 {
  padding: 7rem !important;
}

.py-70 {
  padding: 7rem 0 !important;
}

.px-70 {
  padding: 0 7rem !important;
}

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

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

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

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

.m-75 {
  margin: 7.5rem !important;
}

.my-75 {
  margin: 7.5rem 0 !important;
}

.mx-75 {
  margin: 0 7.5rem !important;
}

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

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

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

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

.p-75 {
  padding: 7.5rem !important;
}

.py-75 {
  padding: 7.5rem 0 !important;
}

.px-75 {
  padding: 0 7.5rem !important;
}

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

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

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

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

.m-80 {
  margin: 8rem !important;
}

.my-80 {
  margin: 8rem 0 !important;
}

.mx-80 {
  margin: 0 8rem !important;
}

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

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

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

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

.p-80 {
  padding: 8rem !important;
}

.py-80 {
  padding: 8rem 0 !important;
}

.px-80 {
  padding: 0 8rem !important;
}

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

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

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

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

.m-85 {
  margin: 8.5rem !important;
}

.my-85 {
  margin: 8.5rem 0 !important;
}

.mx-85 {
  margin: 0 8.5rem !important;
}

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

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

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

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

.p-85 {
  padding: 8.5rem !important;
}

.py-85 {
  padding: 8.5rem 0 !important;
}

.px-85 {
  padding: 0 8.5rem !important;
}

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

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

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

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

.m-90 {
  margin: 9rem !important;
}

.my-90 {
  margin: 9rem 0 !important;
}

.mx-90 {
  margin: 0 9rem !important;
}

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

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

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

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

.p-90 {
  padding: 9rem !important;
}

.py-90 {
  padding: 9rem 0 !important;
}

.px-90 {
  padding: 0 9rem !important;
}

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

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

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

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

.m-95 {
  margin: 9.5rem !important;
}

.my-95 {
  margin: 9.5rem 0 !important;
}

.mx-95 {
  margin: 0 9.5rem !important;
}

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

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

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

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

.p-95 {
  padding: 9.5rem !important;
}

.py-95 {
  padding: 9.5rem 0 !important;
}

.px-95 {
  padding: 0 9.5rem !important;
}

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

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

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

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

.m-100 {
  margin: 10rem !important;
}

.my-100 {
  margin: 10rem 0 !important;
}

.mx-100 {
  margin: 0 10rem !important;
}

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

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

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

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

.p-100 {
  padding: 10rem !important;
}

.py-100 {
  padding: 10rem 0 !important;
}

.px-100 {
  padding: 0 10rem !important;
}

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

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

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

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

@media screen and (min-width:897px) and (max-width: 1024px) {
  .m-tab-0 {
    margin: 0rem !important;
  }
  .my-tab-0 {
    margin: 0rem 0 !important;
  }
  .mx-tab-0 {
    margin: 0 0rem !important;
  }
  .mt-tab-0 {
    margin-top: 0rem !important;
  }
  .mb-tab-0 {
    margin-bottom: 0rem !important;
  }
  .ml-tab-0 {
    margin-left: 0rem !important;
  }
  .mr-tab-0 {
    margin-right: 0rem !important;
  }
  .p-tab-0 {
    padding: 0rem !important;
  }
  .py-tab-0 {
    padding: 0rem 0 !important;
  }
  .px-tab-0 {
    padding: 0 0rem !important;
  }
  .pt-tab-0 {
    padding-top: 0rem !important;
  }
  .pb-tab-0 {
    padding-bottom: 0rem !important;
  }
  .pl-tab-0 {
    padding-left: 0rem !important;
  }
  .pr-tab-0 {
    padding-right: 0rem !important;
  }
  .m-tab-5 {
    margin: 0.5rem !important;
  }
  .my-tab-5 {
    margin: 0.5rem 0 !important;
  }
  .mx-tab-5 {
    margin: 0 0.5rem !important;
  }
  .mt-tab-5 {
    margin-top: 0.5rem !important;
  }
  .mb-tab-5 {
    margin-bottom: 0.5rem !important;
  }
  .ml-tab-5 {
    margin-left: 0.5rem !important;
  }
  .mr-tab-5 {
    margin-right: 0.5rem !important;
  }
  .p-tab-5 {
    padding: 0.5rem !important;
  }
  .py-tab-5 {
    padding: 0.5rem 0 !important;
  }
  .px-tab-5 {
    padding: 0 0.5rem !important;
  }
  .pt-tab-5 {
    padding-top: 0.5rem !important;
  }
  .pb-tab-5 {
    padding-bottom: 0.5rem !important;
  }
  .pl-tab-5 {
    padding-left: 0.5rem !important;
  }
  .pr-tab-5 {
    padding-right: 0.5rem !important;
  }
  .m-tab-10 {
    margin: 1rem !important;
  }
  .my-tab-10 {
    margin: 1rem 0 !important;
  }
  .mx-tab-10 {
    margin: 0 1rem !important;
  }
  .mt-tab-10 {
    margin-top: 1rem !important;
  }
  .mb-tab-10 {
    margin-bottom: 1rem !important;
  }
  .ml-tab-10 {
    margin-left: 1rem !important;
  }
  .mr-tab-10 {
    margin-right: 1rem !important;
  }
  .p-tab-10 {
    padding: 1rem !important;
  }
  .py-tab-10 {
    padding: 1rem 0 !important;
  }
  .px-tab-10 {
    padding: 0 1rem !important;
  }
  .pt-tab-10 {
    padding-top: 1rem !important;
  }
  .pb-tab-10 {
    padding-bottom: 1rem !important;
  }
  .pl-tab-10 {
    padding-left: 1rem !important;
  }
  .pr-tab-10 {
    padding-right: 1rem !important;
  }
  .m-tab-15 {
    margin: 1.5rem !important;
  }
  .my-tab-15 {
    margin: 1.5rem 0 !important;
  }
  .mx-tab-15 {
    margin: 0 1.5rem !important;
  }
  .mt-tab-15 {
    margin-top: 1.5rem !important;
  }
  .mb-tab-15 {
    margin-bottom: 1.5rem !important;
  }
  .ml-tab-15 {
    margin-left: 1.5rem !important;
  }
  .mr-tab-15 {
    margin-right: 1.5rem !important;
  }
  .p-tab-15 {
    padding: 1.5rem !important;
  }
  .py-tab-15 {
    padding: 1.5rem 0 !important;
  }
  .px-tab-15 {
    padding: 0 1.5rem !important;
  }
  .pt-tab-15 {
    padding-top: 1.5rem !important;
  }
  .pb-tab-15 {
    padding-bottom: 1.5rem !important;
  }
  .pl-tab-15 {
    padding-left: 1.5rem !important;
  }
  .pr-tab-15 {
    padding-right: 1.5rem !important;
  }
  .m-tab-20 {
    margin: 2rem !important;
  }
  .my-tab-20 {
    margin: 2rem 0 !important;
  }
  .mx-tab-20 {
    margin: 0 2rem !important;
  }
  .mt-tab-20 {
    margin-top: 2rem !important;
  }
  .mb-tab-20 {
    margin-bottom: 2rem !important;
  }
  .ml-tab-20 {
    margin-left: 2rem !important;
  }
  .mr-tab-20 {
    margin-right: 2rem !important;
  }
  .p-tab-20 {
    padding: 2rem !important;
  }
  .py-tab-20 {
    padding: 2rem 0 !important;
  }
  .px-tab-20 {
    padding: 0 2rem !important;
  }
  .pt-tab-20 {
    padding-top: 2rem !important;
  }
  .pb-tab-20 {
    padding-bottom: 2rem !important;
  }
  .pl-tab-20 {
    padding-left: 2rem !important;
  }
  .pr-tab-20 {
    padding-right: 2rem !important;
  }
  .m-tab-25 {
    margin: 2.5rem !important;
  }
  .my-tab-25 {
    margin: 2.5rem 0 !important;
  }
  .mx-tab-25 {
    margin: 0 2.5rem !important;
  }
  .mt-tab-25 {
    margin-top: 2.5rem !important;
  }
  .mb-tab-25 {
    margin-bottom: 2.5rem !important;
  }
  .ml-tab-25 {
    margin-left: 2.5rem !important;
  }
  .mr-tab-25 {
    margin-right: 2.5rem !important;
  }
  .p-tab-25 {
    padding: 2.5rem !important;
  }
  .py-tab-25 {
    padding: 2.5rem 0 !important;
  }
  .px-tab-25 {
    padding: 0 2.5rem !important;
  }
  .pt-tab-25 {
    padding-top: 2.5rem !important;
  }
  .pb-tab-25 {
    padding-bottom: 2.5rem !important;
  }
  .pl-tab-25 {
    padding-left: 2.5rem !important;
  }
  .pr-tab-25 {
    padding-right: 2.5rem !important;
  }
  .m-tab-30 {
    margin: 3rem !important;
  }
  .my-tab-30 {
    margin: 3rem 0 !important;
  }
  .mx-tab-30 {
    margin: 0 3rem !important;
  }
  .mt-tab-30 {
    margin-top: 3rem !important;
  }
  .mb-tab-30 {
    margin-bottom: 3rem !important;
  }
  .ml-tab-30 {
    margin-left: 3rem !important;
  }
  .mr-tab-30 {
    margin-right: 3rem !important;
  }
  .p-tab-30 {
    padding: 3rem !important;
  }
  .py-tab-30 {
    padding: 3rem 0 !important;
  }
  .px-tab-30 {
    padding: 0 3rem !important;
  }
  .pt-tab-30 {
    padding-top: 3rem !important;
  }
  .pb-tab-30 {
    padding-bottom: 3rem !important;
  }
  .pl-tab-30 {
    padding-left: 3rem !important;
  }
  .pr-tab-30 {
    padding-right: 3rem !important;
  }
  .m-tab-35 {
    margin: 3.5rem !important;
  }
  .my-tab-35 {
    margin: 3.5rem 0 !important;
  }
  .mx-tab-35 {
    margin: 0 3.5rem !important;
  }
  .mt-tab-35 {
    margin-top: 3.5rem !important;
  }
  .mb-tab-35 {
    margin-bottom: 3.5rem !important;
  }
  .ml-tab-35 {
    margin-left: 3.5rem !important;
  }
  .mr-tab-35 {
    margin-right: 3.5rem !important;
  }
  .p-tab-35 {
    padding: 3.5rem !important;
  }
  .py-tab-35 {
    padding: 3.5rem 0 !important;
  }
  .px-tab-35 {
    padding: 0 3.5rem !important;
  }
  .pt-tab-35 {
    padding-top: 3.5rem !important;
  }
  .pb-tab-35 {
    padding-bottom: 3.5rem !important;
  }
  .pl-tab-35 {
    padding-left: 3.5rem !important;
  }
  .pr-tab-35 {
    padding-right: 3.5rem !important;
  }
  .m-tab-40 {
    margin: 4rem !important;
  }
  .my-tab-40 {
    margin: 4rem 0 !important;
  }
  .mx-tab-40 {
    margin: 0 4rem !important;
  }
  .mt-tab-40 {
    margin-top: 4rem !important;
  }
  .mb-tab-40 {
    margin-bottom: 4rem !important;
  }
  .ml-tab-40 {
    margin-left: 4rem !important;
  }
  .mr-tab-40 {
    margin-right: 4rem !important;
  }
  .p-tab-40 {
    padding: 4rem !important;
  }
  .py-tab-40 {
    padding: 4rem 0 !important;
  }
  .px-tab-40 {
    padding: 0 4rem !important;
  }
  .pt-tab-40 {
    padding-top: 4rem !important;
  }
  .pb-tab-40 {
    padding-bottom: 4rem !important;
  }
  .pl-tab-40 {
    padding-left: 4rem !important;
  }
  .pr-tab-40 {
    padding-right: 4rem !important;
  }
  .m-tab-45 {
    margin: 4.5rem !important;
  }
  .my-tab-45 {
    margin: 4.5rem 0 !important;
  }
  .mx-tab-45 {
    margin: 0 4.5rem !important;
  }
  .mt-tab-45 {
    margin-top: 4.5rem !important;
  }
  .mb-tab-45 {
    margin-bottom: 4.5rem !important;
  }
  .ml-tab-45 {
    margin-left: 4.5rem !important;
  }
  .mr-tab-45 {
    margin-right: 4.5rem !important;
  }
  .p-tab-45 {
    padding: 4.5rem !important;
  }
  .py-tab-45 {
    padding: 4.5rem 0 !important;
  }
  .px-tab-45 {
    padding: 0 4.5rem !important;
  }
  .pt-tab-45 {
    padding-top: 4.5rem !important;
  }
  .pb-tab-45 {
    padding-bottom: 4.5rem !important;
  }
  .pl-tab-45 {
    padding-left: 4.5rem !important;
  }
  .pr-tab-45 {
    padding-right: 4.5rem !important;
  }
  .m-tab-50 {
    margin: 5rem !important;
  }
  .my-tab-50 {
    margin: 5rem 0 !important;
  }
  .mx-tab-50 {
    margin: 0 5rem !important;
  }
  .mt-tab-50 {
    margin-top: 5rem !important;
  }
  .mb-tab-50 {
    margin-bottom: 5rem !important;
  }
  .ml-tab-50 {
    margin-left: 5rem !important;
  }
  .mr-tab-50 {
    margin-right: 5rem !important;
  }
  .p-tab-50 {
    padding: 5rem !important;
  }
  .py-tab-50 {
    padding: 5rem 0 !important;
  }
  .px-tab-50 {
    padding: 0 5rem !important;
  }
  .pt-tab-50 {
    padding-top: 5rem !important;
  }
  .pb-tab-50 {
    padding-bottom: 5rem !important;
  }
  .pl-tab-50 {
    padding-left: 5rem !important;
  }
  .pr-tab-50 {
    padding-right: 5rem !important;
  }
  .m-tab-55 {
    margin: 5.5rem !important;
  }
  .my-tab-55 {
    margin: 5.5rem 0 !important;
  }
  .mx-tab-55 {
    margin: 0 5.5rem !important;
  }
  .mt-tab-55 {
    margin-top: 5.5rem !important;
  }
  .mb-tab-55 {
    margin-bottom: 5.5rem !important;
  }
  .ml-tab-55 {
    margin-left: 5.5rem !important;
  }
  .mr-tab-55 {
    margin-right: 5.5rem !important;
  }
  .p-tab-55 {
    padding: 5.5rem !important;
  }
  .py-tab-55 {
    padding: 5.5rem 0 !important;
  }
  .px-tab-55 {
    padding: 0 5.5rem !important;
  }
  .pt-tab-55 {
    padding-top: 5.5rem !important;
  }
  .pb-tab-55 {
    padding-bottom: 5.5rem !important;
  }
  .pl-tab-55 {
    padding-left: 5.5rem !important;
  }
  .pr-tab-55 {
    padding-right: 5.5rem !important;
  }
  .m-tab-60 {
    margin: 6rem !important;
  }
  .my-tab-60 {
    margin: 6rem 0 !important;
  }
  .mx-tab-60 {
    margin: 0 6rem !important;
  }
  .mt-tab-60 {
    margin-top: 6rem !important;
  }
  .mb-tab-60 {
    margin-bottom: 6rem !important;
  }
  .ml-tab-60 {
    margin-left: 6rem !important;
  }
  .mr-tab-60 {
    margin-right: 6rem !important;
  }
  .p-tab-60 {
    padding: 6rem !important;
  }
  .py-tab-60 {
    padding: 6rem 0 !important;
  }
  .px-tab-60 {
    padding: 0 6rem !important;
  }
  .pt-tab-60 {
    padding-top: 6rem !important;
  }
  .pb-tab-60 {
    padding-bottom: 6rem !important;
  }
  .pl-tab-60 {
    padding-left: 6rem !important;
  }
  .pr-tab-60 {
    padding-right: 6rem !important;
  }
  .m-tab-65 {
    margin: 6.5rem !important;
  }
  .my-tab-65 {
    margin: 6.5rem 0 !important;
  }
  .mx-tab-65 {
    margin: 0 6.5rem !important;
  }
  .mt-tab-65 {
    margin-top: 6.5rem !important;
  }
  .mb-tab-65 {
    margin-bottom: 6.5rem !important;
  }
  .ml-tab-65 {
    margin-left: 6.5rem !important;
  }
  .mr-tab-65 {
    margin-right: 6.5rem !important;
  }
  .p-tab-65 {
    padding: 6.5rem !important;
  }
  .py-tab-65 {
    padding: 6.5rem 0 !important;
  }
  .px-tab-65 {
    padding: 0 6.5rem !important;
  }
  .pt-tab-65 {
    padding-top: 6.5rem !important;
  }
  .pb-tab-65 {
    padding-bottom: 6.5rem !important;
  }
  .pl-tab-65 {
    padding-left: 6.5rem !important;
  }
  .pr-tab-65 {
    padding-right: 6.5rem !important;
  }
  .m-tab-70 {
    margin: 7rem !important;
  }
  .my-tab-70 {
    margin: 7rem 0 !important;
  }
  .mx-tab-70 {
    margin: 0 7rem !important;
  }
  .mt-tab-70 {
    margin-top: 7rem !important;
  }
  .mb-tab-70 {
    margin-bottom: 7rem !important;
  }
  .ml-tab-70 {
    margin-left: 7rem !important;
  }
  .mr-tab-70 {
    margin-right: 7rem !important;
  }
  .p-tab-70 {
    padding: 7rem !important;
  }
  .py-tab-70 {
    padding: 7rem 0 !important;
  }
  .px-tab-70 {
    padding: 0 7rem !important;
  }
  .pt-tab-70 {
    padding-top: 7rem !important;
  }
  .pb-tab-70 {
    padding-bottom: 7rem !important;
  }
  .pl-tab-70 {
    padding-left: 7rem !important;
  }
  .pr-tab-70 {
    padding-right: 7rem !important;
  }
  .m-tab-75 {
    margin: 7.5rem !important;
  }
  .my-tab-75 {
    margin: 7.5rem 0 !important;
  }
  .mx-tab-75 {
    margin: 0 7.5rem !important;
  }
  .mt-tab-75 {
    margin-top: 7.5rem !important;
  }
  .mb-tab-75 {
    margin-bottom: 7.5rem !important;
  }
  .ml-tab-75 {
    margin-left: 7.5rem !important;
  }
  .mr-tab-75 {
    margin-right: 7.5rem !important;
  }
  .p-tab-75 {
    padding: 7.5rem !important;
  }
  .py-tab-75 {
    padding: 7.5rem 0 !important;
  }
  .px-tab-75 {
    padding: 0 7.5rem !important;
  }
  .pt-tab-75 {
    padding-top: 7.5rem !important;
  }
  .pb-tab-75 {
    padding-bottom: 7.5rem !important;
  }
  .pl-tab-75 {
    padding-left: 7.5rem !important;
  }
  .pr-tab-75 {
    padding-right: 7.5rem !important;
  }
  .m-tab-80 {
    margin: 8rem !important;
  }
  .my-tab-80 {
    margin: 8rem 0 !important;
  }
  .mx-tab-80 {
    margin: 0 8rem !important;
  }
  .mt-tab-80 {
    margin-top: 8rem !important;
  }
  .mb-tab-80 {
    margin-bottom: 8rem !important;
  }
  .ml-tab-80 {
    margin-left: 8rem !important;
  }
  .mr-tab-80 {
    margin-right: 8rem !important;
  }
  .p-tab-80 {
    padding: 8rem !important;
  }
  .py-tab-80 {
    padding: 8rem 0 !important;
  }
  .px-tab-80 {
    padding: 0 8rem !important;
  }
  .pt-tab-80 {
    padding-top: 8rem !important;
  }
  .pb-tab-80 {
    padding-bottom: 8rem !important;
  }
  .pl-tab-80 {
    padding-left: 8rem !important;
  }
  .pr-tab-80 {
    padding-right: 8rem !important;
  }
  .m-tab-85 {
    margin: 8.5rem !important;
  }
  .my-tab-85 {
    margin: 8.5rem 0 !important;
  }
  .mx-tab-85 {
    margin: 0 8.5rem !important;
  }
  .mt-tab-85 {
    margin-top: 8.5rem !important;
  }
  .mb-tab-85 {
    margin-bottom: 8.5rem !important;
  }
  .ml-tab-85 {
    margin-left: 8.5rem !important;
  }
  .mr-tab-85 {
    margin-right: 8.5rem !important;
  }
  .p-tab-85 {
    padding: 8.5rem !important;
  }
  .py-tab-85 {
    padding: 8.5rem 0 !important;
  }
  .px-tab-85 {
    padding: 0 8.5rem !important;
  }
  .pt-tab-85 {
    padding-top: 8.5rem !important;
  }
  .pb-tab-85 {
    padding-bottom: 8.5rem !important;
  }
  .pl-tab-85 {
    padding-left: 8.5rem !important;
  }
  .pr-tab-85 {
    padding-right: 8.5rem !important;
  }
  .m-tab-90 {
    margin: 9rem !important;
  }
  .my-tab-90 {
    margin: 9rem 0 !important;
  }
  .mx-tab-90 {
    margin: 0 9rem !important;
  }
  .mt-tab-90 {
    margin-top: 9rem !important;
  }
  .mb-tab-90 {
    margin-bottom: 9rem !important;
  }
  .ml-tab-90 {
    margin-left: 9rem !important;
  }
  .mr-tab-90 {
    margin-right: 9rem !important;
  }
  .p-tab-90 {
    padding: 9rem !important;
  }
  .py-tab-90 {
    padding: 9rem 0 !important;
  }
  .px-tab-90 {
    padding: 0 9rem !important;
  }
  .pt-tab-90 {
    padding-top: 9rem !important;
  }
  .pb-tab-90 {
    padding-bottom: 9rem !important;
  }
  .pl-tab-90 {
    padding-left: 9rem !important;
  }
  .pr-tab-90 {
    padding-right: 9rem !important;
  }
  .m-tab-95 {
    margin: 9.5rem !important;
  }
  .my-tab-95 {
    margin: 9.5rem 0 !important;
  }
  .mx-tab-95 {
    margin: 0 9.5rem !important;
  }
  .mt-tab-95 {
    margin-top: 9.5rem !important;
  }
  .mb-tab-95 {
    margin-bottom: 9.5rem !important;
  }
  .ml-tab-95 {
    margin-left: 9.5rem !important;
  }
  .mr-tab-95 {
    margin-right: 9.5rem !important;
  }
  .p-tab-95 {
    padding: 9.5rem !important;
  }
  .py-tab-95 {
    padding: 9.5rem 0 !important;
  }
  .px-tab-95 {
    padding: 0 9.5rem !important;
  }
  .pt-tab-95 {
    padding-top: 9.5rem !important;
  }
  .pb-tab-95 {
    padding-bottom: 9.5rem !important;
  }
  .pl-tab-95 {
    padding-left: 9.5rem !important;
  }
  .pr-tab-95 {
    padding-right: 9.5rem !important;
  }
  .m-tab-100 {
    margin: 10rem !important;
  }
  .my-tab-100 {
    margin: 10rem 0 !important;
  }
  .mx-tab-100 {
    margin: 0 10rem !important;
  }
  .mt-tab-100 {
    margin-top: 10rem !important;
  }
  .mb-tab-100 {
    margin-bottom: 10rem !important;
  }
  .ml-tab-100 {
    margin-left: 10rem !important;
  }
  .mr-tab-100 {
    margin-right: 10rem !important;
  }
  .p-tab-100 {
    padding: 10rem !important;
  }
  .py-tab-100 {
    padding: 10rem 0 !important;
  }
  .px-tab-100 {
    padding: 0 10rem !important;
  }
  .pt-tab-100 {
    padding-top: 10rem !important;
  }
  .pb-tab-100 {
    padding-bottom: 10rem !important;
  }
  .pl-tab-100 {
    padding-left: 10rem !important;
  }
  .pr-tab-100 {
    padding-right: 10rem !important;
  }
}
@media screen and (max-width:480px) {
  .m-sp-0 {
    margin: 0rem !important;
  }
  .my-sp-0 {
    margin: 0rem 0 !important;
  }
  .mx-sp-0 {
    margin: 0 0rem !important;
  }
  .mt-sp-0 {
    margin-top: 0rem !important;
  }
  .mb-sp-0 {
    margin-bottom: 0rem !important;
  }
  .ml-sp-0 {
    margin-left: 0rem !important;
  }
  .mr-sp-0 {
    margin-right: 0rem !important;
  }
  .p-sp-0 {
    padding: 0rem !important;
  }
  .py-sp-0 {
    padding: 0rem 0 !important;
  }
  .px-sp-0 {
    padding: 0 0rem !important;
  }
  .pt-sp-0 {
    padding-top: 0rem !important;
  }
  .pb-sp-0 {
    padding-bottom: 0rem !important;
  }
  .pl-sp-0 {
    padding-left: 0rem !important;
  }
  .pr-sp-0 {
    padding-right: 0rem !important;
  }
  .m-sp-5 {
    margin: 0.5rem !important;
  }
  .my-sp-5 {
    margin: 0.5rem 0 !important;
  }
  .mx-sp-5 {
    margin: 0 0.5rem !important;
  }
  .mt-sp-5 {
    margin-top: 0.5rem !important;
  }
  .mb-sp-5 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sp-5 {
    margin-left: 0.5rem !important;
  }
  .mr-sp-5 {
    margin-right: 0.5rem !important;
  }
  .p-sp-5 {
    padding: 0.5rem !important;
  }
  .py-sp-5 {
    padding: 0.5rem 0 !important;
  }
  .px-sp-5 {
    padding: 0 0.5rem !important;
  }
  .pt-sp-5 {
    padding-top: 0.5rem !important;
  }
  .pb-sp-5 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sp-5 {
    padding-left: 0.5rem !important;
  }
  .pr-sp-5 {
    padding-right: 0.5rem !important;
  }
  .m-sp-10 {
    margin: 1rem !important;
  }
  .my-sp-10 {
    margin: 1rem 0 !important;
  }
  .mx-sp-10 {
    margin: 0 1rem !important;
  }
  .mt-sp-10 {
    margin-top: 1rem !important;
  }
  .mb-sp-10 {
    margin-bottom: 1rem !important;
  }
  .ml-sp-10 {
    margin-left: 1rem !important;
  }
  .mr-sp-10 {
    margin-right: 1rem !important;
  }
  .p-sp-10 {
    padding: 1rem !important;
  }
  .py-sp-10 {
    padding: 1rem 0 !important;
  }
  .px-sp-10 {
    padding: 0 1rem !important;
  }
  .pt-sp-10 {
    padding-top: 1rem !important;
  }
  .pb-sp-10 {
    padding-bottom: 1rem !important;
  }
  .pl-sp-10 {
    padding-left: 1rem !important;
  }
  .pr-sp-10 {
    padding-right: 1rem !important;
  }
  .m-sp-15 {
    margin: 1.5rem !important;
  }
  .my-sp-15 {
    margin: 1.5rem 0 !important;
  }
  .mx-sp-15 {
    margin: 0 1.5rem !important;
  }
  .mt-sp-15 {
    margin-top: 1.5rem !important;
  }
  .mb-sp-15 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sp-15 {
    margin-left: 1.5rem !important;
  }
  .mr-sp-15 {
    margin-right: 1.5rem !important;
  }
  .p-sp-15 {
    padding: 1.5rem !important;
  }
  .py-sp-15 {
    padding: 1.5rem 0 !important;
  }
  .px-sp-15 {
    padding: 0 1.5rem !important;
  }
  .pt-sp-15 {
    padding-top: 1.5rem !important;
  }
  .pb-sp-15 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sp-15 {
    padding-left: 1.5rem !important;
  }
  .pr-sp-15 {
    padding-right: 1.5rem !important;
  }
  .m-sp-20 {
    margin: 2rem !important;
  }
  .my-sp-20 {
    margin: 2rem 0 !important;
  }
  .mx-sp-20 {
    margin: 0 2rem !important;
  }
  .mt-sp-20 {
    margin-top: 2rem !important;
  }
  .mb-sp-20 {
    margin-bottom: 2rem !important;
  }
  .ml-sp-20 {
    margin-left: 2rem !important;
  }
  .mr-sp-20 {
    margin-right: 2rem !important;
  }
  .p-sp-20 {
    padding: 2rem !important;
  }
  .py-sp-20 {
    padding: 2rem 0 !important;
  }
  .px-sp-20 {
    padding: 0 2rem !important;
  }
  .pt-sp-20 {
    padding-top: 2rem !important;
  }
  .pb-sp-20 {
    padding-bottom: 2rem !important;
  }
  .pl-sp-20 {
    padding-left: 2rem !important;
  }
  .pr-sp-20 {
    padding-right: 2rem !important;
  }
  .m-sp-25 {
    margin: 2.5rem !important;
  }
  .my-sp-25 {
    margin: 2.5rem 0 !important;
  }
  .mx-sp-25 {
    margin: 0 2.5rem !important;
  }
  .mt-sp-25 {
    margin-top: 2.5rem !important;
  }
  .mb-sp-25 {
    margin-bottom: 2.5rem !important;
  }
  .ml-sp-25 {
    margin-left: 2.5rem !important;
  }
  .mr-sp-25 {
    margin-right: 2.5rem !important;
  }
  .p-sp-25 {
    padding: 2.5rem !important;
  }
  .py-sp-25 {
    padding: 2.5rem 0 !important;
  }
  .px-sp-25 {
    padding: 0 2.5rem !important;
  }
  .pt-sp-25 {
    padding-top: 2.5rem !important;
  }
  .pb-sp-25 {
    padding-bottom: 2.5rem !important;
  }
  .pl-sp-25 {
    padding-left: 2.5rem !important;
  }
  .pr-sp-25 {
    padding-right: 2.5rem !important;
  }
  .m-sp-30 {
    margin: 3rem !important;
  }
  .my-sp-30 {
    margin: 3rem 0 !important;
  }
  .mx-sp-30 {
    margin: 0 3rem !important;
  }
  .mt-sp-30 {
    margin-top: 3rem !important;
  }
  .mb-sp-30 {
    margin-bottom: 3rem !important;
  }
  .ml-sp-30 {
    margin-left: 3rem !important;
  }
  .mr-sp-30 {
    margin-right: 3rem !important;
  }
  .p-sp-30 {
    padding: 3rem !important;
  }
  .py-sp-30 {
    padding: 3rem 0 !important;
  }
  .px-sp-30 {
    padding: 0 3rem !important;
  }
  .pt-sp-30 {
    padding-top: 3rem !important;
  }
  .pb-sp-30 {
    padding-bottom: 3rem !important;
  }
  .pl-sp-30 {
    padding-left: 3rem !important;
  }
  .pr-sp-30 {
    padding-right: 3rem !important;
  }
  .m-sp-35 {
    margin: 3.5rem !important;
  }
  .my-sp-35 {
    margin: 3.5rem 0 !important;
  }
  .mx-sp-35 {
    margin: 0 3.5rem !important;
  }
  .mt-sp-35 {
    margin-top: 3.5rem !important;
  }
  .mb-sp-35 {
    margin-bottom: 3.5rem !important;
  }
  .ml-sp-35 {
    margin-left: 3.5rem !important;
  }
  .mr-sp-35 {
    margin-right: 3.5rem !important;
  }
  .p-sp-35 {
    padding: 3.5rem !important;
  }
  .py-sp-35 {
    padding: 3.5rem 0 !important;
  }
  .px-sp-35 {
    padding: 0 3.5rem !important;
  }
  .pt-sp-35 {
    padding-top: 3.5rem !important;
  }
  .pb-sp-35 {
    padding-bottom: 3.5rem !important;
  }
  .pl-sp-35 {
    padding-left: 3.5rem !important;
  }
  .pr-sp-35 {
    padding-right: 3.5rem !important;
  }
  .m-sp-40 {
    margin: 4rem !important;
  }
  .my-sp-40 {
    margin: 4rem 0 !important;
  }
  .mx-sp-40 {
    margin: 0 4rem !important;
  }
  .mt-sp-40 {
    margin-top: 4rem !important;
  }
  .mb-sp-40 {
    margin-bottom: 4rem !important;
  }
  .ml-sp-40 {
    margin-left: 4rem !important;
  }
  .mr-sp-40 {
    margin-right: 4rem !important;
  }
  .p-sp-40 {
    padding: 4rem !important;
  }
  .py-sp-40 {
    padding: 4rem 0 !important;
  }
  .px-sp-40 {
    padding: 0 4rem !important;
  }
  .pt-sp-40 {
    padding-top: 4rem !important;
  }
  .pb-sp-40 {
    padding-bottom: 4rem !important;
  }
  .pl-sp-40 {
    padding-left: 4rem !important;
  }
  .pr-sp-40 {
    padding-right: 4rem !important;
  }
  .m-sp-45 {
    margin: 4.5rem !important;
  }
  .my-sp-45 {
    margin: 4.5rem 0 !important;
  }
  .mx-sp-45 {
    margin: 0 4.5rem !important;
  }
  .mt-sp-45 {
    margin-top: 4.5rem !important;
  }
  .mb-sp-45 {
    margin-bottom: 4.5rem !important;
  }
  .ml-sp-45 {
    margin-left: 4.5rem !important;
  }
  .mr-sp-45 {
    margin-right: 4.5rem !important;
  }
  .p-sp-45 {
    padding: 4.5rem !important;
  }
  .py-sp-45 {
    padding: 4.5rem 0 !important;
  }
  .px-sp-45 {
    padding: 0 4.5rem !important;
  }
  .pt-sp-45 {
    padding-top: 4.5rem !important;
  }
  .pb-sp-45 {
    padding-bottom: 4.5rem !important;
  }
  .pl-sp-45 {
    padding-left: 4.5rem !important;
  }
  .pr-sp-45 {
    padding-right: 4.5rem !important;
  }
  .m-sp-50 {
    margin: 5rem !important;
  }
  .my-sp-50 {
    margin: 5rem 0 !important;
  }
  .mx-sp-50 {
    margin: 0 5rem !important;
  }
  .mt-sp-50 {
    margin-top: 5rem !important;
  }
  .mb-sp-50 {
    margin-bottom: 5rem !important;
  }
  .ml-sp-50 {
    margin-left: 5rem !important;
  }
  .mr-sp-50 {
    margin-right: 5rem !important;
  }
  .p-sp-50 {
    padding: 5rem !important;
  }
  .py-sp-50 {
    padding: 5rem 0 !important;
  }
  .px-sp-50 {
    padding: 0 5rem !important;
  }
  .pt-sp-50 {
    padding-top: 5rem !important;
  }
  .pb-sp-50 {
    padding-bottom: 5rem !important;
  }
  .pl-sp-50 {
    padding-left: 5rem !important;
  }
  .pr-sp-50 {
    padding-right: 5rem !important;
  }
  .m-sp-55 {
    margin: 5.5rem !important;
  }
  .my-sp-55 {
    margin: 5.5rem 0 !important;
  }
  .mx-sp-55 {
    margin: 0 5.5rem !important;
  }
  .mt-sp-55 {
    margin-top: 5.5rem !important;
  }
  .mb-sp-55 {
    margin-bottom: 5.5rem !important;
  }
  .ml-sp-55 {
    margin-left: 5.5rem !important;
  }
  .mr-sp-55 {
    margin-right: 5.5rem !important;
  }
  .p-sp-55 {
    padding: 5.5rem !important;
  }
  .py-sp-55 {
    padding: 5.5rem 0 !important;
  }
  .px-sp-55 {
    padding: 0 5.5rem !important;
  }
  .pt-sp-55 {
    padding-top: 5.5rem !important;
  }
  .pb-sp-55 {
    padding-bottom: 5.5rem !important;
  }
  .pl-sp-55 {
    padding-left: 5.5rem !important;
  }
  .pr-sp-55 {
    padding-right: 5.5rem !important;
  }
  .m-sp-60 {
    margin: 6rem !important;
  }
  .my-sp-60 {
    margin: 6rem 0 !important;
  }
  .mx-sp-60 {
    margin: 0 6rem !important;
  }
  .mt-sp-60 {
    margin-top: 6rem !important;
  }
  .mb-sp-60 {
    margin-bottom: 6rem !important;
  }
  .ml-sp-60 {
    margin-left: 6rem !important;
  }
  .mr-sp-60 {
    margin-right: 6rem !important;
  }
  .p-sp-60 {
    padding: 6rem !important;
  }
  .py-sp-60 {
    padding: 6rem 0 !important;
  }
  .px-sp-60 {
    padding: 0 6rem !important;
  }
  .pt-sp-60 {
    padding-top: 6rem !important;
  }
  .pb-sp-60 {
    padding-bottom: 6rem !important;
  }
  .pl-sp-60 {
    padding-left: 6rem !important;
  }
  .pr-sp-60 {
    padding-right: 6rem !important;
  }
  .m-sp-65 {
    margin: 6.5rem !important;
  }
  .my-sp-65 {
    margin: 6.5rem 0 !important;
  }
  .mx-sp-65 {
    margin: 0 6.5rem !important;
  }
  .mt-sp-65 {
    margin-top: 6.5rem !important;
  }
  .mb-sp-65 {
    margin-bottom: 6.5rem !important;
  }
  .ml-sp-65 {
    margin-left: 6.5rem !important;
  }
  .mr-sp-65 {
    margin-right: 6.5rem !important;
  }
  .p-sp-65 {
    padding: 6.5rem !important;
  }
  .py-sp-65 {
    padding: 6.5rem 0 !important;
  }
  .px-sp-65 {
    padding: 0 6.5rem !important;
  }
  .pt-sp-65 {
    padding-top: 6.5rem !important;
  }
  .pb-sp-65 {
    padding-bottom: 6.5rem !important;
  }
  .pl-sp-65 {
    padding-left: 6.5rem !important;
  }
  .pr-sp-65 {
    padding-right: 6.5rem !important;
  }
  .m-sp-70 {
    margin: 7rem !important;
  }
  .my-sp-70 {
    margin: 7rem 0 !important;
  }
  .mx-sp-70 {
    margin: 0 7rem !important;
  }
  .mt-sp-70 {
    margin-top: 7rem !important;
  }
  .mb-sp-70 {
    margin-bottom: 7rem !important;
  }
  .ml-sp-70 {
    margin-left: 7rem !important;
  }
  .mr-sp-70 {
    margin-right: 7rem !important;
  }
  .p-sp-70 {
    padding: 7rem !important;
  }
  .py-sp-70 {
    padding: 7rem 0 !important;
  }
  .px-sp-70 {
    padding: 0 7rem !important;
  }
  .pt-sp-70 {
    padding-top: 7rem !important;
  }
  .pb-sp-70 {
    padding-bottom: 7rem !important;
  }
  .pl-sp-70 {
    padding-left: 7rem !important;
  }
  .pr-sp-70 {
    padding-right: 7rem !important;
  }
  .m-sp-75 {
    margin: 7.5rem !important;
  }
  .my-sp-75 {
    margin: 7.5rem 0 !important;
  }
  .mx-sp-75 {
    margin: 0 7.5rem !important;
  }
  .mt-sp-75 {
    margin-top: 7.5rem !important;
  }
  .mb-sp-75 {
    margin-bottom: 7.5rem !important;
  }
  .ml-sp-75 {
    margin-left: 7.5rem !important;
  }
  .mr-sp-75 {
    margin-right: 7.5rem !important;
  }
  .p-sp-75 {
    padding: 7.5rem !important;
  }
  .py-sp-75 {
    padding: 7.5rem 0 !important;
  }
  .px-sp-75 {
    padding: 0 7.5rem !important;
  }
  .pt-sp-75 {
    padding-top: 7.5rem !important;
  }
  .pb-sp-75 {
    padding-bottom: 7.5rem !important;
  }
  .pl-sp-75 {
    padding-left: 7.5rem !important;
  }
  .pr-sp-75 {
    padding-right: 7.5rem !important;
  }
  .m-sp-80 {
    margin: 8rem !important;
  }
  .my-sp-80 {
    margin: 8rem 0 !important;
  }
  .mx-sp-80 {
    margin: 0 8rem !important;
  }
  .mt-sp-80 {
    margin-top: 8rem !important;
  }
  .mb-sp-80 {
    margin-bottom: 8rem !important;
  }
  .ml-sp-80 {
    margin-left: 8rem !important;
  }
  .mr-sp-80 {
    margin-right: 8rem !important;
  }
  .p-sp-80 {
    padding: 8rem !important;
  }
  .py-sp-80 {
    padding: 8rem 0 !important;
  }
  .px-sp-80 {
    padding: 0 8rem !important;
  }
  .pt-sp-80 {
    padding-top: 8rem !important;
  }
  .pb-sp-80 {
    padding-bottom: 8rem !important;
  }
  .pl-sp-80 {
    padding-left: 8rem !important;
  }
  .pr-sp-80 {
    padding-right: 8rem !important;
  }
  .m-sp-85 {
    margin: 8.5rem !important;
  }
  .my-sp-85 {
    margin: 8.5rem 0 !important;
  }
  .mx-sp-85 {
    margin: 0 8.5rem !important;
  }
  .mt-sp-85 {
    margin-top: 8.5rem !important;
  }
  .mb-sp-85 {
    margin-bottom: 8.5rem !important;
  }
  .ml-sp-85 {
    margin-left: 8.5rem !important;
  }
  .mr-sp-85 {
    margin-right: 8.5rem !important;
  }
  .p-sp-85 {
    padding: 8.5rem !important;
  }
  .py-sp-85 {
    padding: 8.5rem 0 !important;
  }
  .px-sp-85 {
    padding: 0 8.5rem !important;
  }
  .pt-sp-85 {
    padding-top: 8.5rem !important;
  }
  .pb-sp-85 {
    padding-bottom: 8.5rem !important;
  }
  .pl-sp-85 {
    padding-left: 8.5rem !important;
  }
  .pr-sp-85 {
    padding-right: 8.5rem !important;
  }
  .m-sp-90 {
    margin: 9rem !important;
  }
  .my-sp-90 {
    margin: 9rem 0 !important;
  }
  .mx-sp-90 {
    margin: 0 9rem !important;
  }
  .mt-sp-90 {
    margin-top: 9rem !important;
  }
  .mb-sp-90 {
    margin-bottom: 9rem !important;
  }
  .ml-sp-90 {
    margin-left: 9rem !important;
  }
  .mr-sp-90 {
    margin-right: 9rem !important;
  }
  .p-sp-90 {
    padding: 9rem !important;
  }
  .py-sp-90 {
    padding: 9rem 0 !important;
  }
  .px-sp-90 {
    padding: 0 9rem !important;
  }
  .pt-sp-90 {
    padding-top: 9rem !important;
  }
  .pb-sp-90 {
    padding-bottom: 9rem !important;
  }
  .pl-sp-90 {
    padding-left: 9rem !important;
  }
  .pr-sp-90 {
    padding-right: 9rem !important;
  }
  .m-sp-95 {
    margin: 9.5rem !important;
  }
  .my-sp-95 {
    margin: 9.5rem 0 !important;
  }
  .mx-sp-95 {
    margin: 0 9.5rem !important;
  }
  .mt-sp-95 {
    margin-top: 9.5rem !important;
  }
  .mb-sp-95 {
    margin-bottom: 9.5rem !important;
  }
  .ml-sp-95 {
    margin-left: 9.5rem !important;
  }
  .mr-sp-95 {
    margin-right: 9.5rem !important;
  }
  .p-sp-95 {
    padding: 9.5rem !important;
  }
  .py-sp-95 {
    padding: 9.5rem 0 !important;
  }
  .px-sp-95 {
    padding: 0 9.5rem !important;
  }
  .pt-sp-95 {
    padding-top: 9.5rem !important;
  }
  .pb-sp-95 {
    padding-bottom: 9.5rem !important;
  }
  .pl-sp-95 {
    padding-left: 9.5rem !important;
  }
  .pr-sp-95 {
    padding-right: 9.5rem !important;
  }
  .m-sp-100 {
    margin: 10rem !important;
  }
  .my-sp-100 {
    margin: 10rem 0 !important;
  }
  .mx-sp-100 {
    margin: 0 10rem !important;
  }
  .mt-sp-100 {
    margin-top: 10rem !important;
  }
  .mb-sp-100 {
    margin-bottom: 10rem !important;
  }
  .ml-sp-100 {
    margin-left: 10rem !important;
  }
  .mr-sp-100 {
    margin-right: 10rem !important;
  }
  .p-sp-100 {
    padding: 10rem !important;
  }
  .py-sp-100 {
    padding: 10rem 0 !important;
  }
  .px-sp-100 {
    padding: 0 10rem !important;
  }
  .pt-sp-100 {
    padding-top: 10rem !important;
  }
  .pb-sp-100 {
    padding-bottom: 10rem !important;
  }
  .pl-sp-100 {
    padding-left: 10rem !important;
  }
  .pr-sp-100 {
    padding-right: 10rem !important;
  }
}
#top .menu__item.quiz, #top .menu__item.campaign {
  display: none;
}
#top::before {
  background: url(../img/bg.jpg) center top no-repeat;
  background-size: cover;
}
@media screen and (max-width: 896px) {
  #top::before {
    background-position: 65% 70%;
  }
  #top .section:last-child {
    margin-bottom: 5rem;
  }
}

.fv {
  opacity: 0;
}
.fv .title {
  text-align: center;
}
.fv .title.inner {
  width: 85%;
  margin: auto;
}
.fv .title img {
  width: 100%;
}
.fv .subtitle {
  margin-bottom: 2rem;
}
.fv .subtitle img {
  width: 100%;
  max-width: 632px;
}
.fv .text {
  font-size: 1.8rem;
  line-height: 2;
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.7)) drop-shadow(0 0 5px rgba(0, 0, 0, 0.7)) drop-shadow(0 0 2.5px rgba(0, 0, 0, 0.7));
}
.fv .text .point {
  font-weight: bold;
  color: #FFF75F;
}
@media screen and (max-width:480px) {
  .fv .title img {
    width: 100%;
  }
  .fv .subtitle {
    margin-bottom: 4rem;
  }
  .fv .subtitle img {
    width: 100%;
  }
  .fv .text {
    font-size: 1.6rem;
    font-weight: 300;
    filter: drop-shadow(0 0 5px #000) drop-shadow(0 0 2.5px #000);
  }
}

.section--topinfo {
  background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  padding: 0px 80px 30px 80px;
  font-size: 1.6rem;
  position: relative;
}
.section--topinfo p {
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.7));
}
@media screen and (max-width:480px) {
  .section--topinfo {
    padding: 0px 35px 20px 35px;
  }
}
.section--present {
  background: #233465;
  position: relative;
  padding: 3rem 0;
  z-index: 100;
}
.section--present #sword {
  position: absolute;
  width: 30%;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (min-width:481px) and (max-width: 896px) {
  .section--present #sword {
    left: inherit;
    right: 0.5vw;
    transform: translate(50%, 0);
    width: 30%;
  }
}
@media screen and (max-width:480px) {
  .section--present #sword {
    left: inherit;
    right: 1vw;
    transform: translate(50%, 0);
    width: 50%;
  }
}
.section--present > p {
  font-size: 1.8rem;
  line-height: 1.67;
  margin-bottom: 3rem;
}
.section--present > p.small {
  font-size: 1.6rem;
  margin-bottom: 3rem;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  .section--present > p.small {
    font-size: 1.5625vw;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  .section--present > p.small {
    font-size: 1.7857142857vw;
  }
}
@media screen and (max-width:480px) {
  .section--present > p.small {
    font-size: 3.3333333333vw;
  }
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  .section--present > p {
    font-size: 1.7578125vw;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  .section--present > p {
    font-size: 2.0089285714vw;
  }
}
@media screen and (max-width:480px) {
  .section--present > p {
    font-size: 3.75vw;
  }
}
.section--present::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background: url(../img/decodot.png);
}
.section--present::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  aspect-ratio: 300/71;
  z-index: -1;
  background: url(../img/presenttxt.png) no-repeat;
  background-size: 100%;
  transform: translate(0, -50%);
}
.section--present.on .hold {
  position: absolute;
  width: 120px;
  z-index: 1;
  top: -5rem;
  left: -3rem;
}
.section--apply {
  opacity: 0;
}
.section--apply .content__wrapper {
  position: relative;
  width: 50%;
}
.section--apply .content__wrapper::before {
  position: absolute;
  content: "";
  width: 98%;
  height: 98%;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.section--apply .content__wrapper:last-of-type::before {
  right: 0;
  left: auto;
  background-position: center left;
}
.section--apply .content__inner {
  width: 90%;
  margin: auto;
}
.section--apply .content__inner .title--present {
  width: 90%;
  margin: 0 auto;
}
.section--message .title--section .pc-non {
  display: none !important;
}
@media screen and (max-width:480px) {
  .section--message .title--section .pc-non {
    display: block !important;
  }
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  .section--message .title--section {
    font-size: 2.44140625vw;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  .section--message .title--section {
    font-size: 2.7901785714vw;
  }
}
@media screen and (max-width:480px) {
  .section--message .title--section {
    font-size: 5.2083333333vw;
  }
}
.section--message .content__wrapper:first-child {
  margin-left: auto;
}
.section--message .content__wrapper:last-child {
  margin-right: auto;
}
.section--message .small {
  margin-bottom: 0;
}
.section--message .btn {
  margin-top: 3rem;
}
@media screen and (max-width: 896px) {
  .section--present::after {
    background-size: 2vw;
  }
  .section--present.on .hold {
    width: 18.67vw;
    top: -5rem;
    left: -1rem;
  }
  .section--apply .content__wrapper {
    width: 90%;
    margin: auto;
  }
  .section--message .content:not(:last-child) {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  .section .content {
    width: 90%;
    margin: 0 auto;
  }
  .section .small {
    width: 90%;
    margin: 0 auto 3rem;
  }
}
@media screen and (max-width:480px) {
  .section--present > p {
    width: 85%;
    margin: 0 auto 2rem;
  }
  .section--present.on .hold {
    width: 18.67vw;
    top: -2rem;
    left: -1rem;
  }
  .section--apply .content__wrapper {
    width: 100%;
    min-height: 90vw;
  }
  .section--apply .content__wrapper::before {
    width: 100%;
    height: 100%;
    right: 0 !important;
    left: 0 !important;
    margin: auto;
  }
  .section--apply .content__wrapper:not(:last-child) .content__inner {
    margin-bottom: 0rem;
  }
  .section--message .content__wrapper {
    margin: 0 auto;
  }
  .section--message .item--img {
    width: 60%;
    margin: 0 auto;
  }
}

.content {
  display: flex;
  justify-content: center;
}
.content .item--text {
  line-height: 1.6375;
}
.content .item--img {
  margin: 1rem auto;
}
.content .item--img img {
  margin: 0 auto;
}
.content .item--notes {
  display: block;
  line-height: 1.5;
  margin-top: 2rem;
}
.content.comingsoon::before {
  background-image: url(../img/bg_radar--cs.png);
}
@media screen and (max-width: 896px) {
  .content .item--text {
    line-height: 1.75;
  }
  .content .item--notes {
    line-height: 1.6;
  }
  .content .item--img img {
    width: 100%;
  }
  .content::before {
    width: 100%;
    height: 100%;
    background-position: center top;
  }
  .content.comingsoon {
    height: 91vw;
  }
}
@media screen and (max-width: 896px) {
  .content {
    flex-direction: column;
  }
}

.banner {
  padding: 2rem;
  width: 90%;
  margin: auto;
  max-width: 660px;
  transition: all 0.5s ease;
  text-align: center;
}
@media screen and (max-width: 896px) {
  .iPhone .title--section {
    transform: translateZ(0);
  }
  .iPhone .section--present::after {
    background-size: 1.9vw;
  }
}
.bottombtn {
  margin: auto;
  display: flex;
  padding: 2rem;
  justify-content: center;
}
@media screen and (max-width: 896px) {
  .bottombtn {
    flex-direction: column;
  }
}
.bottombtn li {
  text-align: center;
  display: flex;
  padding: 1rem;
}
@media screen and (max-width: 896px) {
  .bottombtn li {
    justify-content: center;
  }
}
.bottombtn li a {
  border-bottom: 0;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  line-height: 1;
  border-radius: 4px;
  width: 40vw;
  max-width: 300px;
}
@media screen and (max-width: 896px) {
  .bottombtn li a {
    width: 80vw;
  }
}
.bottombtn li a.campaign {
  background: #4B86C2;
  border: solid 1px #fff;
  text-shadow: 0 0 5px #000;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 2.4rem;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  .bottombtn li a.campaign {
    font-size: 1.5625vw;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  .bottombtn li a.campaign {
    font-size: 1.7857142857vw;
  }
}
@media screen and (max-width:480px) {
  .bottombtn li a.campaign {
    font-size: 3.3333333333vw;
  }
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  .bottombtn li a.campaign {
    font-size: 2.9296875vw;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  .bottombtn li a.campaign {
    font-size: 3.3482142857vw;
  }
}
@media screen and (max-width:480px) {
  .bottombtn li a.campaign {
    font-size: 5vw;
  }
}
.bottombtn li a.mvtk {
  background: #fff;
  border: solid 1px #000;
}
.bottombtn li a.mvtk img {
  height: 30px;
}
@media screen and (max-width: 896px) {
  .bottombtn li a.mvtk img {
    height: 24px;
  }
}

.menu {
  margin: 20px 0 30px 0;
  display: flex;
}
.menu li {
  padding-right: 30px;
}
.menu li a {
  color: #fff;
  border-bottom: solid 1px #fff;
  position: relative;
}
.menu li a:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 50%;
  right: -10px;
  transform: translate(0, -50%) rotate(-45deg);
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
}
.overview {
  max-width: 840px;
  margin: 0 auto;
}
.overview__item--title {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 3.6rem;
  margin-bottom: 1rem;
  line-height: 1.5;
  filter: drop-shadow(0 0 6px #000);
  letter-spacing: 0.08em;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  .overview__item--title {
    font-size: 1.5625vw;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  .overview__item--title {
    font-size: 1.7857142857vw;
  }
}
@media screen and (max-width:480px) {
  .overview__item--title {
    font-size: 3.3333333333vw;
  }
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  .overview__item--title {
    font-size: 3.90625vw;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  .overview__item--title {
    font-size: 4.4642857143vw;
  }
}
@media screen and (max-width:480px) {
  .overview__item--title {
    font-size: 8.3333333333vw;
  }
}
.overview__item--content {
  color: #000;
  background: rgba(255, 255, 255, 0.5);
  border: solid 1px #fff;
  border-radius: 1rem;
  filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.7));
  padding: 20px 25px;
  margin-bottom: 3.6rem;
}
.overview__item--content .subtitle {
  background: #000;
  color: #fff;
  font-weight: 600;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.overview__item--content .txt {
  margin: auto;
  max-width: 83%;
}
.overview__item--content .txt p + p {
  margin-top: 2rem;
}
.overview__item--content .txt + .subtitle {
  margin-top: 3rem;
}
.overview__item--content .qasubtitle {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  padding-top: 20px;
  padding-left: 35px;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media screen and (max-width: 896px) {
  .overview__item--content .qasubtitle {
    font-size: 16px;
  }
}
.overview__item--content .qasubtitle:before {
  content: "Q.";
  position: absolute;
  left: 0;
  top: 20px;
}
.overview__item--content .qatxt {
  position: relative;
  padding-left: 35px;
}
.overview__item--content .qatxt:before {
  content: "A.";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
}
.overview__item--content .qatxt + .qasubtitle {
  margin-top: 30px;
  border-top: solid 1px #000;
}
@media screen and (max-width: 896px) {
  .overview {
    padding: 0 20px;
  }
  .overview__item--content {
    padding: 18px 18px;
  }
  .overview__item--content .txt {
    max-width: 100%;
  }
}

.fixed-bottom {
  position: fixed;
  bottom: 3rem;
  right: 1rem;
  margin: auto;
  max-width: 150px;
  width: 10vw;
  display: flex;
  justify-content: center;
  align-items: stretch;
  z-index: 9999;
  max-width: initial;
}
.fixed-bottom a {
  border-bottom: none;
}
@media screen and (max-width: 896px) {
  .fixed-bottom {
    width: 20vw;
  }
}
@media screen and (max-width:480px) {
  .fixed-bottom {
    width: 25vw;
  }
}

.section {
  margin-bottom: 5rem;
}

.message-list__item {
  width: 100%;
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.8);
}
.message-list__item a {
  color: #fff;
}
.message-list__item a:hover {
  transition: all 0.5s ease;
}
.message-list__item a:hover .icon--arrow::before {
  transition: all 0.5s ease;
  right: 0.5rem;
}
.message-list__item .user {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  padding-right: 3rem;
}
.message-list__item .user__name {
  font-size: 1.6rem;
  font-weight: bold;
  margin-left: 1.3rem;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  .message-list__item .user__name {
    font-size: 1.5625vw;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  .message-list__item .user__name {
    font-size: 2.0089285714vw;
  }
}
@media screen and (max-width:480px) {
  .message-list__item .user__name {
    font-size: 3.75vw;
  }
}
.message-list__item .user__icon {
  flex-shrink: 0;
}
.message-list__item .user__icon img {
  width: 60px;
  height: 60px;
}
.message-list__item .user.icon--arrow::before {
  right: 1rem;
}
@media screen and (max-width: 896px) {
  .message-list__item {
    padding: 1.5rem;
  }
  .message-list__item .user__icon img {
    width: 50px;
    height: 50px;
  }
}

.blur {
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

rt {
  font-size: 0.1rem;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  rt {
    font-size: 0.9765625vw;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  rt {
    font-size: 1.1160714286vw;
  }
}
@media screen and (max-width:480px) {
  rt {
    font-size: 2.0833333333vw;
  }
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
.trigger {
  opacity: 0;
}

.infotable {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 2rem;
}
@media screen and (max-width:480px) {
  .infotable {
    flex-direction: column;
    margin-bottom: 1rem;
  }
}
.infotable dt {
  width: 17%;
  background: #fff;
  color: #db1510;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  padding: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  .infotable dt {
    font-size: 1.5625vw;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  .infotable dt {
    font-size: 1.7857142857vw;
  }
}
@media screen and (max-width:480px) {
  .infotable dt {
    font-size: 3.3333333333vw;
  }
}
@media screen and (max-width:480px) {
  .infotable dt {
    width: 30%;
  }
}
.infotable dd {
  width: 83%;
  padding: 1rem 0 1rem 2rem;
}
@media screen and (max-width:480px) {
  .infotable dd {
    width: 100%;
    padding: 1rem 0 1rem 0rem;
    line-height: 1.5;
  }
}

#message {
  max-height: 100svh;
}
#message .menu__item.top, #message .menu__item.message, #message .footer .logo {
  display: none;
}
#message .wrap {
  width: 100%;
  max-width: 100%;
}
#message .footer {
  display: none;
}
#message::-webkit-scrollbar {
  width: 0 !important;
}
#message::-webkit-scrollbar-track {
  background-color: transparent !important;
}
#message::-webkit-scrollbar-thumb {
  background-color: transparent !important;
}

.mask {
  height: 100vh;
}
.mask__wrap {
  -webkit-mask-image: linear-gradient(180deg, transparent 1%, #000 8%), linear-gradient(270deg, #000 0, transparent 0);
  mask-image: linear-gradient(180deg, transparent 1%, #000 8%), linear-gradient(270deg, #000 0, transparent 0);
  overflow-y: scroll;
  right: 200px;
  height: 100%;
}
.mask__inner {
  width: 100%;
  max-width: 420px;
  margin-right: 200px;
  margin-left: auto;
}
@media screen and (max-width: 896px) {
  .mask__wrap {
    -webkit-mask-image: linear-gradient(180deg, transparent 1%, #000 12%), linear-gradient(270deg, #000 0, transparent 0);
    mask-image: linear-gradient(180deg, transparent 1%, #000 12%), linear-gradient(270deg, #000 0, transparent 0);
  }
  .mask__inner {
    max-width: 90%;
    margin: 0 auto;
  }
}

.message-list {
  padding-top: 8rem;
  padding-bottom: 10rem;
  width: 100%;
  max-width: 100%;
}
.message-list > div {
  color: transparent;
}
@media screen and (max-width: 896px) {
  .message-list > div {
    margin-bottom: 29vw;
  }
}
@media screen and (max-width:480px) {
  .message-list > div {
    margin-bottom: 27vw;
  }
}
.message-list__item {
  margin: 0 auto 1.8rem;
  padding: 2rem;
  max-width: 420px;
}
.message-list__item .comment {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  white-space: pre-line;
  word-wrap: break-word;
  overflow: hidden;
  font-weight: 400;
}
.message-list__item .spoiler {
  font-weight: bold;
  color: #FFF75F;
  border-bottom: 1px solid #FFF75F;
}
.message-list__item.is-hidden {
  display: none;
}
@media screen and (max-width: 896px) {
  .message-list {
    padding-bottom: 5rem;
  }
}

.list-btn {
  margin-bottom: 10rem;
}
.list-btn.hidden {
  display: none;
}
@media screen and (max-width: 896px) {
  .list-btn {
    margin-bottom: 15rem;
  }
}

.fix--post {
  transition: all 0.5s ease;
  position: fixed;
  bottom: 2rem;
  right: 4rem;
  width: 135px;
  z-index: 9999;
}
.fix--post a {
  border-bottom: none;
}
.fix--post:hover {
  transition: all 0.5s ease;
  transform: scale(0.95);
}
@media screen and (max-width:480px) {
  .fix--post {
    width: 28.67vw;
    bottom: 2rem;
    right: 2rem;
  }
}
@media screen and (min-width: 450px) and (max-width: 896px) {
  .fix--post {
    width: 120px;
  }
}

.modaal {
  display: none;
}
.modaal-wrapper {
  background-color: #0b1820 !important;
}
.modaal-wrapper .comment {
  white-space: pre-line !important;
  word-break: break-all !important;
}
.modaal-container {
  background-color: transparent !important;
  color: #fff !important;
  box-shadow: none !important;
  width: 570px !important;
}
.modaal-container .user {
  display: flex !important;
  align-items: center !important;
  margin-bottom: 1rem !important;
}
.modaal-container .user__icon img {
  width: 60px;
  height: 60px;
}
.modaal-container .user__name {
  margin-left: 1.3rem;
  font-weight: bold;
}
.modaal-close {
  top: 3rem !important;
  right: 3rem !important;
}
.modaal-close::after, .modaal-close::before {
  width: 1px !important;
  height: 70px !important;
  top: 0 !important;
  left: 0 !important;
}
.modaal-close:focus, .modaal-close:hover {
  outline: 0 !important;
  background: transparent !important;
}
.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #FFF75F !important;
}
@media screen and (max-width: 896px) {
  .modaal-inner-wrapper {
    padding: 0 !important;
  }
  .modaal-container {
    max-width: 90% !important;
    width: 100% !important;
    margin: 0 auto !important;
  }
  .modaal-content-container {
    padding: 8rem 0 2rem !important;
  }
  .modaal-close {
    top: 0 !important;
    right: 0 !important;
  }
  .modaal-close::after, .modaal-close::before {
    height: 50px !important;
    top: 1.5rem !important;
    left: calc(50% - 1.5rem) !important;
  }
}

#mvtk .menu__item.quiz, #mvtk .footer .logo, #post .menu__item.quiz, #post .footer .logo {
  display: none;
}
#mvtk .footer, #post .footer {
  padding: 4rem 0;
}
form > p {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}

.form {
  width: 100%;
  max-width: 500px;
  margin: 2rem auto 3rem auto;
}
.form__unit {
  margin-bottom: 2rem;
}
.form__unit:last-child {
  margin-bottom: 0;
}
.form__title {
  font-weight: bold;
  margin-bottom: 0.5rem;
  font-size: 18px;
}
@media screen and (max-width: 896px) {
  .form__title {
    font-size: 16px;
  }
}
.form__content {
  display: block;
}
.form__content.policybox {
  padding-top: 10px;
  border-radius: 3px;
  background: rgba(10, 20, 22, 0.6);
}
.form__start {
  margin-bottom: 4.5rem;
}
.form__start p {
  margin-bottom: 1rem;
}
.form__start .list-style--notes li {
  margin-bottom: 0;
}
.form.confirm .form__content {
  padding: 1.2rem;
  width: 100%;
  border: 1px solid #b0b0b0;
  background: #fff;
  color: #000;
  border-radius: 5px;
}
.form input[type=text], .form input[type=number], .form textarea, .form select {
  letter-spacing: 0.05em;
  padding: 1.2rem;
  width: 100%;
  border: 1px solid #b0b0b0;
  background: #fff;
  color: #000;
  border-radius: 5px;
}
.form .policy {
  font-weight: normal;
  height: 300px;
  overflow: auto;
  padding: 1rem 1.5rem;
  font-size: 1.3rem;
  border: none !important;
}
.form input[type=button] {
  color: #FFF75F;
  padding: 0;
}
.form .select {
  position: relative;
}
.form .select::before {
  position: absolute;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  right: 2rem;
  top: 43%;
  transform: translateY(-43%) rotate(45deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  z-index: 1;
}
.form .select select {
  line-height: 2;
}
.form .select option {
  width: 100%;
  padding: 0;
}
.form .select option[selected][disabled] {
  display: none;
}
.form .btn--normal.submit {
  margin-top: 3rem;
}
@media screen and (max-width: 896px) {
  .form > p {
    text-align: left;
  }
  .form .policy {
    height: 200px;
  }
}
.form.comfirm .form__unit {
  background-color: rgba(0, 0, 0, 0.8);
}
.form.comfirm .form__title {
  padding: 1rem;
  border-bottom: solid 1px #b0b0b0;
  color: #b0b0b0;
}
.form.comfirm .form__content.name {
  padding: 1rem;
}

#agreement {
  cursor: pointer;
}
#agreement label {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
#agreement label .box {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid #4B86C2;
  margin-right: 2rem;
  background: #fff;
  border-radius: 3px;
}
#agreement label .box:after {
  position: relative;
  content: "";
  display: block;
  width: 20px;
  height: 10px;
  border-bottom: 2px solid;
  border-left: 2px solid;
  border-color: #4B86C2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -80%) rotate(-45deg);
  opacity: 0;
  z-index: 1;
}
@media screen and (max-width: 896px) {
  #agreement label .box {
    width: 22px;
    height: 22px;
  }
  #agreement label .box:after {
    width: 12px;
    height: 6px;
  }
}

#agreecheck:checked + label .box {
  background: #4B86C2;
  border: solid 1px #fff;
}
#agreecheck:checked + label .box:after {
  opacity: 1;
  border-color: #fff;
}

#submit[disabled] {
  opacity: 0.6 !important;
  color: #fff;
  cursor: not-allowed;
}

.quizunit {
  display: flex;
  background: rgba(255, 255, 255, 0.1);
  gap: 2%;
  padding: 2.5rem 7.5rem 2.5rem 2.5rem;
  align-items: center;
  border-radius: 500px;
}
.quizunit:not(:first-child) {
  margin-top: 2rem;
}
.quizunit:last-child {
  margin-bottom: 10rem;
}
@media screen and (max-width: 896px) {
  .quizunit:last-child {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 896px) {
  .quizunit {
    flex-direction: column;
    padding: 1.5rem;
    border-radius: 10px;
  }
}
.quizunit--icon {
  width: 20%;
  text-align: center;
}
@media screen and (max-width: 896px) {
  .quizunit--icon {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .quizunit--icon img {
    width: 40%;
  }
}
.quizunit--inner {
  width: 80%;
  text-shadow: 0 0 5px #000;
}
@media screen and (max-width: 896px) {
  .quizunit--inner {
    width: 100%;
  }
}
.quizunit--inner-qtxt {
  line-height: 1.2;
  font-size: 1.8rem;
  margin-bottom: 2rem;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  .quizunit--inner-qtxt {
    font-size: 1.6rem;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  .quizunit--inner-qtxt {
    font-size: 1.5rem;
  }
}
@media screen and (max-width:480px) {
  .quizunit--inner-qtxt {
    font-size: 1.6rem;
  }
}
.quizunit--inner-selects {
  line-height: 1;
  font-size: 1.8rem;
  margin-bottom: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  .quizunit--inner-selects {
    font-size: 1.6rem;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  .quizunit--inner-selects {
    font-size: 1.5rem;
  }
}
@media screen and (max-width:480px) {
  .quizunit--inner-selects {
    font-size: 1.6rem;
  }
}
.quizunit--inner-selects .circle {
  border-radius: 50%;
  width: 18px;
  height: 18px;
  color: #fff;
  font-size: 13px;
  line-height: 13px;
  box-sizing: border-box;
}
.quizunit--inner-selects label {
  position: relative;
  cursor: pointer;
  display: block;
  padding-left: 57px;
  text-indent: -20px;
}
.quizunit--inner-selects label:before, .quizunit--inner-selects label:after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
.quizunit--inner-selects label:before {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  left: 5px;
}
.quizunit--inner-selects label:after {
  background-color: #000;
  border-radius: 50%;
  opacity: 0;
  width: 12px;
  height: 12px;
  left: 9px;
}
.quizunit--inner-selects input:checked + label::after {
  opacity: 1;
}
.quizunit--inner-selects .visually-hidden {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}
.quizunit--inner-res {
  display: flex;
  flex-wrap: wrap;
  counter-reset: number 2;
}
.quizunit--inner-res > div {
  position: relative;
  border-bottom: dotted 1px rgba(255, 255, 255, 0.2);
}
.quizunit--inner-res > div:first-child {
  font-size: 2.8rem;
  display: block;
  width: 100%;
  padding-left: 80px;
  margin-bottom: 5px;
  height: 65px;
  display: flex;
  align-items: center;
  color: #FFF75F;
}
.quizunit--inner-res > div:first-child:before {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  background: url(../img/kisyo_01.png) no-repeat;
  background-size: 100%;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.quizunit--inner-res > div:nth-child(2) {
  font-size: 2.2rem;
  display: block;
  width: 100%;
  padding-left: 80px;
  margin-bottom: 5px;
  height: 65px;
  display: flex;
  align-items: center;
}
.quizunit--inner-res > div:nth-child(2):before {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  background: url(../img/kisyo_02.png) no-repeat;
  background-size: 100%;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.quizunit--inner-res > div:nth-child(n+3) {
  font-size: 1.8rem;
  display: inline;
  width: calc(33.3% - 15px);
  padding-left: 50px;
  margin-right: 15px;
  line-height: 1.1;
  padding-top: 10px;
  padding-bottom: 10px;
}
.quizunit--inner-res > div:nth-child(n+3):before {
  position: absolute;
  counter-increment: number 1;
  content: counter(number) "位：";
  left: 0;
}
@media screen and (max-width: 896px) {
  .quizunit--inner-res > div:first-child, .quizunit--inner-res > div:nth-child(2) {
    font-size: 1.9rem;
    padding-left: 60px;
    height: 55px;
  }
  .quizunit--inner-res > div:first-child:before, .quizunit--inner-res > div:nth-child(2):before {
    width: 50px;
    height: 50px;
  }
  .quizunit--inner-res > div:nth-child(2) {
    font-size: 1.7rem;
  }
  .quizunit--inner-res > div:nth-child(n+3) {
    font-size: 1.5rem;
    padding-left: 60px;
    width: 100%;
    margin-right: 0px;
    display: block;
  }
  .quizunit--inner-res > div:nth-child(n+3):before {
    left: 12px;
  }
}
.quizunit .confirm {
  font-size: 1.8rem;
  border-bottom: solid 1px #fff;
  padding: 10px 10px 10px 55px;
  line-height: 1;
  background: rgba(255, 255, 255, 0.2);
  position: relative;
  border-radius: 3px;
  color: #FFF75F;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  .quizunit .confirm {
    font-size: 1.6rem;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  .quizunit .confirm {
    font-size: 1.5rem;
  }
}
@media screen and (max-width:480px) {
  .quizunit .confirm {
    font-size: 1.6rem;
  }
}
.quizunit .confirm:before {
  position: absolute;
  content: "回答";
  font-weight: 700;
  left: 8px;
  top: 50%;
  transform: translate(0, -50%);
  line-height: 1;
  color: #fff;
  text-shadow: none;
}

#post .radio {
  margin: 2rem 0;
}
#post .policy {
  height: auto;
}
#post .btn--normal.change input {
  color: #fff;
}
#post .btn--normal.answer input {
  color: #FFF75F;
}
#post .list-style--disc li:last-child {
  margin-bottom: 0;
}

.normaltxt {
  font-size: 1.4rem;
  font-weight: normal;
}
@media screen and (max-width: 896px) {
  .normaltxt {
    font-size: 1.2rem;
  }
}

#complete .complete .comphead {
  text-align: center;
  padding-right: 25%;
  padding-top: 30px;
  margin-bottom: 2rem;
  position: relative;
}
#complete .complete .comphead--title {
  font-size: 3.6rem;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 8px;
  color: #FFF75F;
  filter: drop-shadow(0 0 4px #000);
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  #complete .complete .comphead--title {
    font-size: 1.5625vw;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  #complete .complete .comphead--title {
    font-size: 1.7857142857vw;
  }
}
@media screen and (max-width:480px) {
  #complete .complete .comphead--title {
    font-size: 3.3333333333vw;
  }
}
#complete .complete .comphead--txt {
  font-size: 1.8rem;
  line-height: 2.7rem;
  font-weight: 600;
  filter: drop-shadow(0 0 3px #000);
  letter-spacing: 2px;
}
#complete .complete .comphead--conan {
  position: absolute;
  top: 0;
  right: 10%;
}
@media screen and (max-width: 896px) {
  #complete .complete .comphead {
    padding-right: 33%;
  }
  #complete .complete .comphead--title {
    font-size: 3.2rem;
  }
  #complete .complete .comphead--txt {
    font-size: 1.6rem;
    line-height: 2.5rem;
  }
  #complete .complete .comphead--conan {
    right: 0%;
    width: 38%;
  }
}
#complete .complete .comphead .conanimg {
  filter: drop-shadow(0px 0px 5px #fff);
}
.footer {
  position: relative;
  padding: 3rem 0 8.5rem;
}
@media screen and (max-width:480px) {
  .footer {
    padding: 2rem 0 3rem;
  }
}
.footer a {
  border-bottom: none;
}
.footer .logo {
  margin-bottom: 4.5rem;
}
.footer .logo img {
  max-width: 229px;
}
.footer .copy span {
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.7));
}

a:hover.bright {
  filter: brightness(1.25) contrast(110%);
}

.btn--kadomaru {
  text-align: center;
  text-decoration: none !important;
  border-bottom: none;
  background: #4B86C2;
  color: #fff;
  padding: 15px;
  line-height: 1;
  display: inline-block;
  width: 440px;
  border-radius: 25px;
  border: solid 2px #fff;
}
@media screen and (max-width: 896px) {
  .btn--kadomaru {
    max-width: 100%;
  }
}
@media screen and (max-width: 896px) {
  .btn--kadomaru.outside {
    max-width: calc(100% - 36px);
    margin: 0 18px;
  }
}
.btn--kadomaru span {
  display: inline-block;
  position: relative;
}
.btn--kadomaru span:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 50%;
  right: -15px;
  transform: translate(0, -50%) rotate(-45deg);
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
}
.btn--kadomaru:hover {
  background: #fff;
  color: #4B86C2;
  border: solid 2px #4B86C2;
}
.btn--kadomaru:hover span {
  position: relative;
}
.btn--kadomaru:hover span:after {
  border-right: solid 2px #4B86C2;
  border-bottom: solid 2px #4B86C2;
}
.btn--kadomaru.disabled {
  background: #b0b0b0;
  pointer-events: none;
}
.btn--kadomaru.back {
  background: #fff;
  color: #4B86C2;
  border: solid 2px #4B86C2;
}
@media screen and (max-width: 896px) {
  .btn--kadomaru.back {
    max-width: calc(100% - 36px);
    margin: 0 18px;
  }
}
.btn--kadomaru.back span:after {
  border-right: solid 2px #4B86C2;
  border-bottom: solid 2px #4B86C2;
}
.btn--normal a, .btn--normal label {
  width: 100%;
  display: block;
  padding: 1.5rem;
  color: #4B86C2;
  border-bottom: none;
}
.btn--normal button, .btn--normal input[type=submit] {
  text-align: center;
  text-decoration: none !important;
  border-bottom: none;
  background: #4B86C2;
  color: #fff;
  padding: 15px;
  line-height: 1;
  display: inline-block;
  width: 440px;
  border-radius: 25px;
  border: solid 2px #fff;
  font-weight: bold;
}
.btn--normal button.yellow, .btn--normal input[type=submit].yellow {
  color: #FFF75F;
  font-size: larger;
}
.btn--normal button.yellow span:after, .btn--normal input[type=submit].yellow span:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 50%;
  right: -15px;
  transform: translate(0, -50%) rotate(-45deg);
  border-right: solid 2px #FFF75F;
  border-bottom: solid 2px #FFF75F;
}
@media screen and (max-width: 896px) {
  .btn--normal button, .btn--normal input[type=submit] {
    max-width: 100%;
  }
}
.btn--normal button span, .btn--normal input[type=submit] span {
  display: inline-block;
  position: relative;
}
.btn--normal button span:after, .btn--normal input[type=submit] span:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 50%;
  right: -15px;
  transform: translate(0, -50%) rotate(-45deg);
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
}
.btn--normal button:hover, .btn--normal input[type=submit]:hover {
  background: #fff;
  color: #4B86C2;
  border: solid 2px #4B86C2;
}
.btn--normal button:hover span, .btn--normal input[type=submit]:hover span {
  position: relative;
}
.btn--normal button:hover span:after, .btn--normal input[type=submit]:hover span:after {
  border-right: solid 2px #4B86C2;
  border-bottom: solid 2px #4B86C2;
}
.btn--normal button.change, .btn--normal input[type=submit].change {
  background: #fff;
  color: #4B86C2;
  border: solid 2px #4B86C2;
}
.btn--normal button.change span, .btn--normal input[type=submit].change span {
  display: inline-block;
  position: relative;
}
.btn--normal button.change span:before, .btn--normal input[type=submit].change span:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 50%;
  left: -15px;
  transform: translate(0, -50%) rotate(45deg);
  border-left: solid 2px #4B86C2;
  border-bottom: solid 2px #4B86C2;
}
.btn--normal button.change:hover, .btn--normal input[type=submit].change:hover {
  background: #4B86C2;
  color: #fff;
  border: solid 2px #fff;
}
.btn--normal button.change:hover span, .btn--normal input[type=submit].change:hover span {
  position: relative;
}
.btn--normal button.change:hover span:before, .btn--normal input[type=submit].change:hover span:before {
  border-left: solid 2px #fff;
  border-bottom: solid 2px #fff;
}
.btn--normal button.short, .btn--normal input[type=submit].short {
  width: 100%;
}
.btn--normal .kazari::before, .btn--normal .kazari:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 2px;
  background-color: #233465;
  bottom: 0;
  z-index: 1000;
}
.btn--normal .kazari::before {
  right: 0;
}
.btn--normal .kazari:after {
  left: 0;
}
.btn--normal .border {
  position: absolute;
  display: block;
  width: 1px;
  height: 1px;
  background-color: #233465;
  overflow: hidden;
  transition: 1s;
}
.btn--normal .border.top {
  width: 100%;
  top: 0;
  left: 0;
  transform: translate3d(-100%, 0, 0);
}
.btn--normal .border.right {
  height: 100%;
  top: 0;
  right: 0;
  transform: translate3d(0, -100%, 0);
}
.btn--normal .border.bottom {
  width: 100%;
  right: 0;
  bottom: 0;
  transform: translate3d(100%, 0, 0);
}
.btn--normal .border.left {
  height: 100%;
  bottom: 0;
  left: 0;
  transform: translate3d(0, 100%, 0);
}
.btn--normal:hover .border {
  transform: translate3d(0, 0, 0);
}
.btn--normal.dlbtn a {
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.2s 0s ease;
  display: block;
}
.btn--normal.dlbtn a span {
  position: relative;
}
.btn--normal.dlbtn a:before {
  position: absolute;
  content: "";
  background: #4B86C2;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  transition: all 0.3s 0s ease;
}
.btn--normal.dlbtn a:hover {
  color: #fff;
}
.btn--normal.dlbtn a:hover:before {
  left: 0%;
  width: 100%;
  transform-origin: left;
  transform: scale(1, 1);
}
.btn--textlink {
  position: relative;
  display: inline;
}
.btn--textlink:after {
  position: absolute;
  width: 10px;
  height: 10px;
  bottom: -1px;
  margin-left: 5px;
  content: "";
  background: url(../img/link.svg) no-repeat;
  background-size: cover;
  transform: translate(0, -50%);
}

:has(input[type=submit]:disabled):hover .border {
  display: none;
}

.agreebtn {
  border: none;
  border-radius: 3px;
  background: none;
}
.agreebtn::before, .agreebtn:after {
  display: none !important;
}

.btnbox {
  width: 100%;
  max-width: 500px;
  margin: 1rem auto 0rem auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
.btnbox > div {
  width: calc(50% - 15px);
}
@media screen and (max-width: 896px) {
  .btnbox {
    flex-direction: column;
  }
  .btnbox > div {
    width: calc(100% - 15px);
  }
}

.title--section {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.2em;
  font-size: 3.2rem;
  margin: 0 auto 1.5rem auto;
  position: relative;
  width: 100%;
  max-width: 500px;
  padding-bottom: 15px;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  .title--section {
    font-size: 1.5625vw;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  .title--section {
    font-size: 1.7857142857vw;
  }
}
@media screen and (max-width:480px) {
  .title--section {
    font-size: 3.3333333333vw;
  }
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  .title--section {
    font-size: 3.90625vw;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  .title--section {
    font-size: 3.3482142857vw;
  }
}
@media screen and (max-width:480px) {
  .title--section {
    font-size: 6.25vw;
  }
}
.title--section:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 10px;
  background: url(../img/line02.png) center center repeat-x;
  left: 0;
}
.title--section .subtitle {
  letter-spacing: 0.04em;
  display: block;
  font-size: 2.188rem;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  .title--section .subtitle {
    font-size: 2.13671875vw;
  }
}
@media screen and (max-width: 896px) {
  .title--section .subtitle {
    font-size: 2.13671875vw;
  }
}
@media screen and (max-width:480px) {
  .title--section .subtitle {
    font-size: 5vw;
  }
}
.title--present {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  letter-spacing: 0.2em;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 2;
  color: #FFF75F;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  .title--present {
    font-size: 1.5625vw;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  .title--present {
    font-size: 1.7857142857vw;
  }
}
@media screen and (max-width:480px) {
  .title--present {
    font-size: 3.3333333333vw;
  }
}
.title--present span {
  filter: drop-shadow(1px 1px 0px #4B86C2) drop-shadow(0 0 5px #4B86C2) drop-shadow(0 0 10px #4B86C2);
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  .title--present {
    font-size: 2.734375vw;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  .title--present {
    font-size: 3.125vw;
  }
}
@media screen and (max-width:480px) {
  .title--present {
    font-size: 5.4166666667vw;
  }
}
@media screen and (max-width: 896px) {
  .title--present {
    line-height: 2.5;
  }
}
.title--present.dltitle {
  border-bottom: solid 2px;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  line-height: 1.2;
}
.title--item {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 2.4rem;
  margin-bottom: 1.8rem;
  color: #FFF75F;
  text-shadow: 1px 1px 0px #000;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  .title--item {
    font-size: 1.5625vw;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  .title--item {
    font-size: 1.7857142857vw;
  }
}
@media screen and (max-width:480px) {
  .title--item {
    font-size: 3.3333333333vw;
  }
}
.title--item span {
  display: inline-block;
  background: linear-gradient(transparent 75%, #4B86C2 75%);
  filter: none !important;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  .title--item {
    font-size: 2.34375vw;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  .title--item {
    font-size: 2.6785714286vw;
  }
}
@media screen and (max-width:480px) {
  .title--item {
    font-size: 5vw;
  }
}
.title--comptop {
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
  padding-top: 4rem;
  padding-bottom: 3rem;
  width: -moz-fit-content;
  width: fit-content;
  color: #4B86C2;
  margin: auto;
  font-weight: 700;
  filter: drop-shadow(0px 0px 5px #000);
}
.title--comptop img, .title--comptop span {
  display: block;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  .title--comptop {
    font-size: 2.44140625vw;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  .title--comptop {
    font-size: 3.3482142857vw;
  }
}
@media screen and (max-width:480px) {
  .title--comptop {
    font-size: 6.25vw;
  }
}
@media screen and (max-width: 896px) {
  .title--comptop {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .title--comptop img {
    width: min(395px, 55vw);
  }
}
.title--result {
  font-size: 4.8rem;
  font-weight: bold;
  margin: 0 auto 0 auto;
  position: relative;
  padding-bottom: 15px;
  letter-spacing: 0.15em;
}
.title--result span {
  filter: drop-shadow(0 1px 0px #000) drop-shadow(0 0 4px #000) drop-shadow(0 0 8px #000);
  position: relative;
}
.title--result:after {
  content: "";
  position: absolute;
  bottom: 20px;
  width: 100%;
  height: 35px;
  background: #FFF75F;
  left: 0;
  z-index: -1;
}
@media screen and (max-width:480px) {
  .title--result:after {
    bottom: 15px;
    height: 25px;
  }
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  .title--result {
    font-size: 4.8828125vw;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  .title--result {
    font-size: 5.5803571429vw;
  }
}
@media screen and (max-width:480px) {
  .title--result {
    font-size: 7.2916666667vw;
  }
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

.none {
  display: none;
}

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

.font--bold {
  font-weight: bold;
}
.font--color {
  color: #FFF75F;
}
.font--larger {
  font-size: 2.2rem;
}
@media screen and (max-width:480px) {
  .font--larger {
    font-size: 1.8rem;
  }
}

strong {
  font-weight: 700;
}

.kugiri {
  width: 100%;
  height: 10px;
}
@media screen and (max-width:480px) {
  .kugiri {
    background-size: 100%;
  }
}
.kugiri.line01 {
  background: url(../img/line01.png) repeat-x center center;
}
.kugiri.line02 {
  background: url(../img/line02.png) repeat-x center center;
}

.red {
  color: #db1510;
}

.yellow {
  color: #FFF75F;
}

.error {
  color: red;
  font-weight: bold;
}

.icon--arrow {
  position: relative;
}
.icon--arrow:before {
  position: absolute;
  display: inline-block;
  content: "";
  right: 0;
  width: 1.6rem;
  height: 1.6rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

ruby[data-rubyten] {
  position: relative;
}
ruby[data-rubyten]::before {
  content: attr(data-rubyten);
  position: absolute;
  left: 0rem;
  top: -1.9rem;
  right: 0rem;
  text-align: center;
  font-size: 3rem;
  line-height: 1;
  color: #FFF75F;
  letter-spacing: 0.17em;
}
@media screen and (min-width:481px) and (max-width: 896px) {
  ruby[data-rubyten]::before {
    letter-spacing: 0.12em;
    font-size: 2.8rem;
  }
}
@media screen and (max-width:480px) {
  ruby[data-rubyten]::before {
    top: -1.2rem;
    font-size: 1.2rem;
  }
}
ruby[data-rubyten] rt {
  display: none;
}

.safari ruby[data-rubyten]::before {
  top: -0.8rem;
}
@media screen and (max-width:480px) {
  .safari ruby[data-rubyten]::before {
    letter-spacing: 0.08em;
    top: -1.9rem;
    font-size: 2.5rem;
  }
}

ruby[data-ruby] {
  position: relative;
}
ruby[data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  left: -2rem;
  top: -1rem;
  right: -2rem;
  text-align: center;
  font-size: 0.8rem;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  ruby[data-ruby]::before {
    font-size: 0.6rem;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  ruby[data-ruby]::before {
    letter-spacing: 0.05em;
    font-size: 0.8rem;
  }
}
@media screen and (max-width:480px) {
  ruby[data-ruby]::before {
    letter-spacing: 0.05em;
    font-size: 0.8rem;
    top: -0.8rem;
  }
}
ruby[data-ruby] rt {
  display: none;
}

.safari ruby[data-ruby]::before {
  top: -0.8rem;
}

.list-style--disc li {
  margin-left: 1.6rem;
  margin-bottom: 1rem;
  list-style-type: disc;
}
.list-style--disc li:last-child {
  margin-bottom: 1.6rem;
}
.list-style--notes li {
  margin-left: 1.6rem;
  margin-bottom: 1rem;
  list-style-type: "※";
}
.list-style--notes li:last-child {
  margin-bottom: 1.6rem;
}

.sp-non {
  display: block;
}
@media screen and (max-width: 896px) {
  .sp-non {
    display: none;
  }
}

.pc-non {
  display: none;
}
@media screen and (max-width: 896px) {
  .pc-non {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */