html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, section, article, aside, hgroup, header, footer, nav, dialog, figure, menu, video, audio, mark, time, canvas, details {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
  background: transparent;
}

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

html {
  font-size: 62.5%;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  background-color: #000;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

:focus {
  outline-color: #aaa;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

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

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: bottom;
}

b, strong, em {
  font-weight: inherit;
  font-style: inherit;
}

html {
  font-size: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1160px) {
  html {
    font-size: 16px;
    font-size: 1.333vw;
  }
}
@media screen and (max-width:374px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  width: 100%;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-break: strict;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
body:has(.bg-wh-body) {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  width: 100%;
  height: 100%;
}
@media screen and (max-width:767px) {
  body:has(.bg-wh-body) {
    position: fixed;
  }
}

*,
*:before,
*:after {
  box-sizing: border-box;
  word-break: break-all;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
a img,
a i {
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

img {
  height: auto;
  vertical-align: bottom;
}
@media screen and (max-width:767px) {
  img {
    width: 100%;
  }
}

::-webkit-input-placeholder {
  color: #939393;
  padding-top: 0.2em;
}

:-moz-placeholder {
  color: #939393;
  opacity: 1;
}

::-moz-placeholder {
  color: #939393;
  opacity: 1;
}

.l-inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
  max-width: 93rem;
  width: 100%;
}
.l-inner.sm {
  max-width: 48.5rem;
}
.l-inner.md {
  max-width: 72rem;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .l-inner {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .l-inner.sm {
    max-width: 50.5rem;
  }
}
@media screen and (max-width:767px) {
  .l-inner {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
  .l-inner.sm {
    max-width: 49.5rem;
  }
}

@media print, screen and (min-width:768px) {
  .l-container {
    padding: 100px 0;
  }
}
@media screen and (max-width:767px) {
  .l-container {
    padding: 50px 0;
  }
}
@media print, screen and (min-width:768px) {
  .l-container:last-child {
    padding-bottom: 150px;
  }
}
@media screen and (max-width:767px) {
  .l-container:last-child {
    padding-bottom: 80px;
  }
}
.l-container.l-container--gray {
  background: #eee;
}

.l-centerd {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.l-page {
  overflow: hidden;
}

.l-main {
  display: block;
  font-size: 1.4rem;
  line-height: 1.5;
}

.loading {
  display: flex;
  justify-content: center;
}
.loading .loader {
  width: 6px;
  aspect-ratio: 1;
  border-radius: 50%;
  animation: l5 1.2s infinite linear alternate;
}
@keyframes l5 {
  0% {
    box-shadow: 12px 0 #fff, 24px 0 rgba(255, 255, 255, 0.1333333333), 36px 0 rgba(255, 255, 255, 0.1333333333), 48px 0 rgba(255, 255, 255, 0.1333333333);
    background: #fff;
  }
  20% {
    box-shadow: 12px 0 #fff, 24px 0 #fff, 36px 0 rgba(255, 255, 255, 0.1333333333), 48px 0 rgba(255, 255, 255, 0.1333333333);
    background: rgba(255, 255, 255, 0.1333333333);
  }
  40% {
    box-shadow: 12px 0 rgba(255, 255, 255, 0.1333333333), 24px 0 #fff, 36px 0 #fff, 48px 0 rgba(255, 255, 255, 0.1333333333);
    background: rgba(255, 255, 255, 0.1333333333);
  }
  60% {
    box-shadow: 12px 0 rgba(255, 255, 255, 0.1333333333), 24px 0 rgba(255, 255, 255, 0.1333333333), 36px 0 #fff, 48px 0 #fff;
    background: rgba(255, 255, 255, 0.1333333333);
  }
  80% {
    box-shadow: 12px 0 rgba(255, 255, 255, 0.1333333333), 24px 0 rgba(255, 255, 255, 0.1333333333), 36px 0 rgba(255, 255, 255, 0.1333333333), 48px 0 #fff;
    background: #fff;
  }
  100% {
    box-shadow: 12px 0 rgba(255, 255, 255, 0.1333333333), 24px 0 rgba(255, 255, 255, 0.1333333333), 36px 0 rgba(255, 255, 255, 0.1333333333), 48px 0 rgba(255, 255, 255, 0.1333333333);
    background: #fff;
  }
}

.text-bounce {
  animation: text-bounce 0.5s ease-in-out forwards;
}

@keyframes text-bounce {
  0% {
    transform: scale(1, 1) translate(0, 0);
  }
  15% {
    transform: scale(0.9, 0.9) translate(0, 3px);
  }
  30% {
    transform: scale(1.02, 1) translate(0, 5px);
  }
  50% {
    transform: scale(0.98, 1.05) translate(0, -5px);
  }
  70% {
    transform: scale(1, 0.9) translate(0, 3px);
  }
  100% {
    transform: scale(1, 1) translate(0, 0);
  }
  0%, 100% {
    opacity: 1;
  }
}
.char-bounce {
  animation: char-bounce 0.5s ease-in-out forwards;
}

@keyframes char-bounce {
  0% {
    transform: scale(1, 1) translate(0, 0);
  }
  15% {
    transform: scale(0.98, 0.9) translate(0, 5px);
  }
  30% {
    transform: scale(1.02, 1) translate(0, 8px);
  }
  50% {
    transform: scale(0.98, 1.05) translate(0, -8px);
  }
  70% {
    transform: scale(1, 0.9) translate(0, 5px);
  }
  100% {
    transform: scale(1, 1) translate(0, 0);
  }
  0%, 100% {
    opacity: 1;
  }
}
.shake {
  animation: shake 0.5s ease-in-out forwards;
}

@keyframes shake {
  0% {
    transform: translate(0px, 0px) scale(1, 1);
  }
  10% {
    transform: translate(3px, 3px);
  }
  20% {
    transform: translate(-3px, 3px) scale(0.98, 0.9);
  }
  30% {
    transform: translate(-3px, 0px);
  }
  40% {
    transform: translate(0px, 0px) scale(1.02, 1);
  }
  50% {
    transform: translate(0px, 0px);
  }
  60% {
    transform: translate(-3px, 3px) scale(0.98, 1.05);
  }
  70% {
    transform: translate(3px, -3px);
  }
  80% {
    transform: translate(-3px, -3px) scale(1, 0.9);
  }
  90% {
    transform: translate(3px, -3px);
  }
  100% {
    transform: translate(0px, 0px) scale(1, 1);
  }
}
.loop-infinity {
  position: fixed;
  z-index: -2;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  left: 0;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.loop-infinity__wrap {
  display: flex;
  overflow: hidden;
  width: 200vw;
}
.loop-infinity__item {
  width: 100vw;
}
.loop-infinity__item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.loop-infinity--left {
  animation: infinity-loop-right 20s infinite linear 0.5s both;
  display: flex;
  width: 100vw;
  height: 100vh;
}
.loop-infinity--bottom {
  animation: infinity-loop-bottom 15s infinite linear 0.5s both;
  display: flex;
  width: 100vw;
  height: 100vh;
}

@keyframes infinity-loop-right {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes infinity-loop-bottom {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}
.rocket-90 {
  animation: rumble-90 0.15s linear infinite;
  position: fixed;
  right: 1rem;
  bottom: 0;
  height: 15.5rem;
  overflow: hidden;
}
.rocket-90 img {
  width: 2.5rem;
}

.rocket-180 {
  animation: rumble-180 0.2s linear infinite;
}

@keyframes rumble-90 {
  0% {
    transform: translate(0);
  }
  25% {
    transform: translate(0.05rem);
  }
  50% {
    transform: translate(0);
  }
  75% {
    transform: translate(-0.05rem);
  }
  100% {
    transform: translate(0);
  }
}
@keyframes rumble-180 {
  0% {
    transform: translate(0);
  }
  25% {
    transform: translate(0.1rem);
  }
  50% {
    transform: translate(0);
  }
  75% {
    transform: translate(-0.1rem);
  }
  100% {
    transform: translate(0);
  }
}
.characters {
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  width: 16rem;
  height: 100vh;
  overflow: hidden;
}
.characters__wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

.character01 {
  animation: character01 18s linear infinite;
  position: absolute;
}
.character01 img {
  width: 3rem;
}

@keyframes character01 {
  0% {
    transform: scale(0);
    bottom: -20%;
    left: -20%;
  }
  25% {
    transform: scale(1.2);
    bottom: 0;
    left: 20%;
  }
  50% {
    transform: scale(1);
    bottom: 20%;
  }
  75% {
    transform: scale(0.8);
    left: -1rem;
  }
  80% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(0);
    bottom: 100vh;
    left: -2rem;
  }
}
.character02 {
  animation: character02 15s linear infinite;
  position: absolute;
}
.character02 img {
  width: 2.5rem;
}

@keyframes character02 {
  0% {
    transform: scale(1);
    bottom: -10rem;
    right: 1rem;
  }
  25% {
    transform: scale(1);
    right: 0;
  }
  50% {
    transform: scale(0.5);
  }
  75% {
    transform: scale(0.4);
    bottom: 100vh;
  }
  100% {
    transform: scale(0.1);
    bottom: 100vh;
  }
}
.character03 {
  animation: character03 9s linear infinite;
  position: absolute;
}
.character03 img {
  width: 4rem;
}

@keyframes character03 {
  0% {
    transform: scale(0);
    bottom: -50%;
    right: 0;
  }
  25% {
    transform: scale(1.1);
  }
  60% {
    transform: scale(0);
  }
  75% {
    transform: scale(0);
    bottom: 100vh;
  }
  100% {
    transform: scale(0);
    bottom: 100vh;
    right: 0;
  }
}
.character04 {
  animation: character04 12s linear infinite;
  position: absolute;
}
.character04 img {
  width: 3rem;
}

@keyframes character04 {
  0% {
    transform: scale(0);
    bottom: -30%;
    right: 50%;
  }
  25% {
    transform: scale(0.7);
    bottom: 40%;
  }
  50% {
    bottom: 39%;
  }
  75% {
    transform: scale(0.7);
    bottom: 100vh;
    right: 20%;
  }
  100% {
    transform: scale(0.1);
    bottom: 100vh;
    right: -100%;
  }
}
.character05 {
  animation: character05 14s linear infinite;
  position: absolute;
}
.character05 img {
  width: 3rem;
}

@keyframes character05 {
  0% {
    transform: scale(0);
    bottom: -40%;
    left: 50%;
  }
  25% {
    transform: scale(0.7);
    bottom: 20%;
  }
  75% {
    transform: scale(0.7);
    bottom: 100vh;
    left: 20%;
    bottom: 44%;
  }
  100% {
    transform: scale(0.1);
    bottom: 100vh;
    left: -100%;
  }
}
.character06 {
  animation: character06 10s linear infinite;
  position: absolute;
}
.character06 img {
  width: 4rem;
}

@keyframes character06 {
  0% {
    transform: scale(0);
    bottom: -20%;
    left: 60%;
    opacity: 1;
  }
  25% {
    transform: scale(0.7);
    bottom: 40%;
    left: -10%;
    opacity: 1;
  }
  75% {
    transform: scale(0.7);
    bottom: 100vh;
    left: -2%;
    opacity: 1;
  }
  100% {
    transform: scale(0.1);
    bottom: 100vh;
    left: auto;
    right: -100%;
    opacity: 0;
  }
}
.characters-full {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
}
.characters-full img {
  width: 3rem;
}

.character-full01 {
  animation: character-full01 10s linear infinite;
  position: absolute;
}

@keyframes character-full01 {
  0% {
    transform: scale(0);
    bottom: -20%;
    left: 15%;
  }
  20% {
    transform: scale(0.6);
    bottom: 0;
    left: 20%;
  }
  50% {
    transform: scale(1);
    bottom: 20%;
    left: 20%;
  }
  100% {
    transform: scale(0.4);
    bottom: 120vh;
    left: 20%;
  }
}
.character-full02 {
  animation: character-full02 12s linear infinite;
  position: absolute;
}

@keyframes character-full02 {
  0% {
    transform: scale(1);
    bottom: -10rem;
    right: 50%;
  }
  25% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.5);
  }
  75% {
    transform: scale(0.4);
    bottom: 100vh;
  }
  100% {
    transform: scale(0.2);
    bottom: 100vh;
    right: 50%;
  }
}
.character-full03 {
  animation: character-full03 9s linear infinite;
  position: absolute;
}

@keyframes character-full03 {
  0% {
    transform: scale(0);
    bottom: -20%;
    right: 10%;
  }
  30% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(1);
    bottom: 100vh;
  }
  100% {
    transform: scale(0);
    bottom: 100vh;
    right: 10%;
  }
}
.character-full04 {
  animation: character-full04 12s linear infinite;
  position: absolute;
}

@keyframes character-full04 {
  0% {
    transform: scale(0);
    bottom: -30%;
    right: 50%;
  }
  25% {
    transform: scale(0.7);
    bottom: 40%;
  }
  50% {
    bottom: 39%;
  }
  75% {
    transform: scale(0.7);
    bottom: 100vh;
    right: 20%;
  }
  100% {
    transform: scale(0.1);
    bottom: 100vh;
    right: -100%;
  }
}
.character-full05 {
  animation: character-full05 14s linear infinite;
  position: absolute;
}

@keyframes character-full05 {
  0% {
    transform: scale(0);
    bottom: -40%;
    left: 30%;
  }
  25% {
    transform: scale(1);
    bottom: 20%;
  }
  75% {
    transform: scale(1);
    bottom: 100vh;
    left: 30%;
    bottom: 65%;
  }
  100% {
    transform: scale(0.5);
    bottom: 100vh;
    left: 30%;
  }
}
.character-full06 {
  animation: character-full06 10s linear infinite;
  position: absolute;
}

@keyframes character-full06 {
  0% {
    transform: scale(0);
    bottom: -20%;
    left: 30%;
  }
  25% {
    transform: scale(0.7);
    bottom: 40%;
  }
  75% {
    transform: scale(0.7);
    bottom: 100vh;
  }
  100% {
    transform: scale(0.1);
    bottom: 100vh;
    left: 20%;
  }
}
.anim-sc {
  animation: anim-sc 0.05s linear forwards;
  animation-delay: 0.2s;
  transform: scale(0.1, 0.1);
  opacity: 0;
}

@keyframes anim-sc {
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
.noise {
  background: url(../images/bg-failed.svg) no-repeat center/cover;
  animation: noise-anim 0.05s infinite linear alternate-reverse;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  position: fixed;
  left: 0;
  top: 0;
}

@keyframes noise-anim {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 1% 1%;
  }
}
.c-failed .bg-char {
  animation: popup 1s ease 0s 1 normal forwards;
}
.c-failed .bg-char span:nth-child(1) {
  letter-spacing: -0.1em;
}

@keyframes popup {
  0% {
    animation-timing-function: ease-in;
    opacity: 1;
    transform: translateY(-45px);
  }
  24% {
    opacity: 1;
  }
  40% {
    animation-timing-function: ease-in;
    transform: translateY(-24px);
  }
  65% {
    animation-timing-function: ease-in;
    transform: translateY(-12px);
  }
  82% {
    animation-timing-function: ease-in;
    transform: translateY(-6px);
  }
  93% {
    animation-timing-function: ease-in;
    transform: translateY(-4px);
  }
  25%, 55%, 75%, 87% {
    animation-timing-function: ease-out;
    transform: translateY(0px);
  }
  100% {
    animation-timing-function: ease-out;
    opacity: 1;
    transform: translateY(0px);
  }
}
.delay {
  animation-delay: 0.2s;
}

.delay01 {
  animation-delay: 0.4s;
}

.delay02 {
  animation-delay: 0.6s;
}

.delay03 {
  animation-delay: 0.8s;
}

.delay04 {
  animation-delay: 1s;
}

.delay05 {
  animation-delay: 1.2s;
}

.delay06 {
  animation-delay: 1.4s;
}

.delay07 {
  animation-delay: 1.6s;
}

.delay08 {
  animation-delay: 1.8s;
}

.delay09 {
  animation-delay: 2s;
}

.char-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  column-gap: 2rem;
  max-width: 40.5rem;
  margin: 0 auto;
}
.char-row img {
  width: auto;
  height: 5rem;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

.c-ttl-18 {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
}

.c-ttl-20 {
  text-align: center;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
}

.c-ttl-24 {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
}

.c-ttl-30 {
  text-align: center;
  font-size: 3rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
}

.c-ttl-34 {
  text-align: center;
  font-size: 3.4rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
}

.c-ttl-line {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.c-ttl-line::before, .c-ttl-line::after {
  content: "";
  width: 2rem;
  height: 1px;
  background-color: #fff;
  display: block;
}
.c-ttl-line::before {
  margin-right: 2rem;
}
.c-ttl-line::after {
  margin-left: 2rem;
}

.phrase-rect span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 2rem;
}
.phrase-rect span::before, .phrase-rect span::after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #222;
}

select,
textarea,
input[type=text],
input[type=email],
input[type=number],
input[type=tel],
input[type=password],
input[type=search] button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0;
  line-height: 1.4;
  box-sizing: border-box;
  border-radius: 0;
  border: none;
  background: #fff;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
}

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

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

input[type=text],
input[type=email],
input[type=tel],
input[type=password],
input[type=search] {
  width: 100%;
  background: #fff;
  padding: 0 1.5rem;
  box-sizing: border-box;
  line-height: 4rem;
  font-size: 1.6rem;
  border-radius: 0.3rem;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder {
  color: #939393;
  font-size: 1.3rem;
}
input[type=text].border,
input[type=email].border,
input[type=tel].border,
input[type=password].border,
input[type=search].border {
  border: 1px solid #000;
}

select {
  cursor: pointer;
  width: 100%;
  padding: 20px 45px 20px 30px;
  background: #fff;
  font-size: 1.6rem;
  line-height: 2;
  border-radius: 10px;
  border: 1px solid #d7d7d7;
  color: #000;
}

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

textarea {
  resize: none;
  width: 100%;
  line-height: 1.5;
  background: #fff;
  font: inherit;
  font-size: 1.6rem;
  padding: 25px 30px;
  border-radius: 10px;
}
@media screen and (max-width:767px) {
  textarea {
    padding: 3.3333333333vw 4vw;
    border-radius: 5px;
  }
}

input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  line-height: 1;
  cursor: pointer;
}

button {
  cursor: pointer;
  outline: none;
  border: none;
}

input:focus,
textarea:focus,
select:focus,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline-color: #000;
}
@media screen and (max-width:767px) {
  input:focus,
  textarea:focus,
  select:focus,
  input:focus-visible,
  textarea:focus-visible,
  select:focus-visible {
    outline: solid 2px #e6f0f0;
  }
}

.c-form-radio input[type=radio] {
  width: 0;
  height: 0;
  margin: 0;
  position: absolute;
  opacity: 0;
  -webkit-appearance: none;
  appearance: none;
}
.c-form-radio input[type=radio] + label {
  position: relative;
  cursor: pointer;
  padding: 0 0 0 35px;
  font-size: 1.6rem;
}
@media screen and (max-width:767px) {
  .c-form-radio input[type=radio] + label {
    font-size: 3.4666666667vw;
  }
}
.c-form-radio input[type=radio] + label:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 0;
  background: #fff;
  border: 1px solid #d7d7d7;
  border-radius: 50%;
  transform: translateY(-50%);
}
.c-form-radio input[type=radio] + label:after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 50%;
  left: 6px;
  background: #fff;
  border-radius: 50%;
  transform: scale(0);
  z-index: 2;
  transition: 0.1s;
  margin-top: -6px;
}
.c-form-radio input[type=radio]:checked + label:after {
  transform: scale(1);
}

.c-form-checkbox {
  display: inline-block;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width:767px) {
  .c-form-checkbox {
    padding-left: 30px;
  }
}
.c-form-checkbox input[type=checkbox] {
  width: 0;
  height: 0;
  margin: 0;
  position: absolute;
  opacity: 0;
  -webkit-appearance: none;
  appearance: none;
}
.c-form-checkbox label {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.c-form-checkbox label::before, .c-form-checkbox label::after {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  position: absolute;
  top: 4px;
  left: -36px;
}
@media screen and (max-width:767px) {
  .c-form-checkbox label::before, .c-form-checkbox label::after {
    top: calc(50% - 9px);
    left: -30px;
  }
}
.c-form-checkbox label::before {
  border: 1px solid #d7d7d7;
  background: #fff;
  z-index: 2;
}
.c-form-checkbox label::after {
  width: 11px;
  height: 8px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  z-index: 3;
  opacity: 0;
  top: 7px;
  left: -32px;
  transform: rotate(-45deg);
}
@media screen and (max-width:767px) {
  .c-form-checkbox label::after {
    left: -26px;
    top: calc(50% - 6px);
  }
}
.c-form-checkbox label span {
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width:767px) {
  .c-form-checkbox label span {
    font-size: 3.4666666667vw;
    padding-top: 3px;
    display: inline-block;
  }
}
.c-form-checkbox label span a {
  text-decoration: underline;
  color: #46aab8;
}
.c-form-checkbox label span a:hover {
  text-decoration: none;
}
.c-form-checkbox input:checked + label::before {
  background: #fff;
  border: 1px solid #fff;
}
.c-form-checkbox input:checked + label::after {
  opacity: 1;
}

.c-form-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 360px;
  height: 80px;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
  position: relative;
  font-weight: 700;
  padding: 0 40px;
  font-size: 1.6rem;
  border-radius: 40px;
  transition: 0.3s;
  background: #FF0043;
  box-shadow: 0px 10px 16px 0px rgba(227, 84, 84, 0.4);
}
@media screen and (max-width:767px) {
  .c-form-submit {
    max-width: 61.3333333333vw;
    height: 13.3333333333vw;
    box-shadow: 0px 5px 8px 0px rgba(227, 84, 84, 0.4);
  }
}
@media print, screen and (min-width:768px) {
  .c-form-submit:hover {
    background: #fc3939;
    box-shadow: 0px 10px 16px 0px rgba(227, 84, 84, 0.7);
  }
}
.c-form-submit__txt {
  font-size: 2rem;
  color: #fff;
  display: inline-block;
  position: relative;
  z-index: 2;
}
@media screen and (max-width:767px) {
  .c-form-submit__txt {
    font-size: 4.2666666667vw;
  }
}
.c-form-submit:disabled {
  pointer-events: none;
  opacity: 0.6;
  box-shadow: none;
}

.c-form-error {
  color: #e35454;
  font-size: 1.4rem;
  margin: 20px 0 0;
}
@media screen and (max-width:767px) {
  .c-form-error {
    font-size: 3.2vw;
    margin: 2.6666666667vw 0 0;
  }
}
.c-form-error + .c-form-error {
  margin: 5px 0 0;
}

.l-header {
  width: 100%;
  padding: 2.5rem 3rem;
  z-index: 999;
}
.l-header.is-fixed {
  background-color: rgba(0, 0, 0, 0.85);
}
.l-header.is-fixed + * {
  padding-top: 8rem;
}
.l-header.is-absolute, .l-header.is-fixed {
  top: 0;
  left: 0;
}
.l-header.sm {
  padding: 1.5rem 3rem;
}
.l-header.sm.is-absolute + *, .l-header.sm.is-fixed + * {
  padding-top: 6rem;
}
.l-header .back-btn {
  background-color: transparent;
}
.l-header .back-btn svg {
  width: 1.6rem;
}

.c-list-disc {
  list-style: disc;
  line-height: 1.8;
}
.c-list-disc li {
  margin-left: 1.2em;
}

.c-tag {
  display: grid;
  grid-template-columns: 4em auto;
  column-gap: 2rem;
  row-gap: 1rem;
  align-items: start;
  line-height: 1.6;
}
.c-tag dt {
  width: 4.5em;
  background-color: #3C3C3C;
  text-align: center;
}

.c-modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  place-content: center;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.9);
}
.c-modal .modal-box {
  background: #fff url(../images/bg-grid.svg) repeat center;
  color: #000;
  font-size: 1.4rem;
  margin: 0 auto;
  max-width: 50rem;
  width: 90vw;
  max-height: 90vh;
  position: relative;
}
.c-modal .modal-box.transparent {
  background: transparent;
  color: #fff;
}
.c-modal .modal-box.lg {
  width: 100vw;
  max-width: none;
  height: 100vh;
  height: 100dvh;
  max-height: none;
  padding: 3rem 4rem 0;
  overflow-y: scroll;
}
.c-modal .modal-wrap {
  padding: 4rem 2rem;
  overflow-y: scroll;
}
.c-modal .modalClose {
  position: absolute;
  top: -1.7rem;
  right: -1.7rem;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  background: #5A5A5A url(../images/icon-close.svg) no-repeat center/1rem auto;
}
.c-modal .modalClose.ja {
  right: auto;
  left: 3rem;
  top: 2.5rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  width: auto;
  height: auto;
  border-radius: 0;
  padding-left: 1.8rem;
  background: url(../images/icon-close.svg) no-repeat left center/1rem auto;
}
.c-modal .modalClose.no-bg {
  right: auto;
  left: 3rem;
  top: 1.5rem;
  background: url(../images/icon-close.svg) no-repeat center/1.5rem auto;
}
.c-modal .modalClose.no-bg.full {
  left: 1rem;
  top: -1rem;
}
.c-modal.full .modal-box {
  background: transparent;
  max-width: none;
  width: 100vw;
  max-height: none;
  height: 100vh;
  color: #fff;
}
.c-modal.full .modal-wrap {
  padding: 4rem 4.5rem;
}

.c-modal .rule-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
}
.c-modal .rule-list__item {
  border-radius: 0.3rem;
  position: relative;
  padding: 3.5rem 0.5rem 2.5rem;
}
.c-modal .rule-list__item:nth-child(1) {
  background-color: #5BB834;
}
.c-modal .rule-list__item:nth-child(1) .rule-list__icon svg {
  fill: #5BB834;
}
.c-modal .rule-list__item:nth-child(2) {
  background-color: #FF0043;
}
.c-modal .rule-list__item:nth-child(2) .rule-list__icon svg {
  fill: #FF0043;
}
.c-modal .rule-list__item:nth-child(3) {
  background-color: #FF4800;
}
.c-modal .rule-list__item:nth-child(3) .rule-list__icon svg {
  fill: #FF4800;
}
.c-modal .rule-list__num {
  position: absolute;
  width: 100%;
  top: -0.5em;
  left: 0;
  text-align: center;
  font-family: "Holtwood One SC", sans-serif;
  font-size: 3rem;
  font-weight: 700;
}
.c-modal .rule-list__icon {
  width: 4rem;
  height: 4rem;
  background-color: #fff;
  border-radius: 50%;
  margin: 2rem auto 0;
  display: grid;
  place-content: center;
}
.c-modal .rule-list__icon svg {
  width: 1.6rem;
  transform: rotate(-180deg);
}

.btn-red {
  width: 100%;
  background-color: #FF0043;
  border-radius: 0.3rem;
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  padding: 0 2rem;
}
.btn-red.md {
  line-height: 5rem;
}
.btn-red.lg {
  line-height: 6rem;
}
.btn-red:disabled {
  background-color: #5A5A5A;
  color: #939393;
}
.btn-red.u-w-260 {
  width: 26rem;
}

.btn-red-rect {
  width: 100%;
  background-color: #FF0043;
  color: #fff;
  font-weight: 700;
  font-size: 1.7rem;
  padding: 0 0.5rem;
  position: relative;
}
.btn-red-rect::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.7rem 0px 0px 1.2rem;
  border-color: transparent transparent transparent #000;
}
.btn-red-rect.wh::before {
  border-color: transparent transparent transparent #fff;
}
.btn-red-rect.md {
  line-height: 4.5rem;
}
.btn-red-rect.lg {
  line-height: 6rem;
}

.btn-blk-rect {
  width: 100%;
  background-color: #000;
  border: 2px solid #fff;
  color: #fff;
  font-weight: 700;
  padding: 0 0.5rem;
  position: relative;
}
.btn-blk-rect::before, .btn-blk-rect::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
}
.btn-blk-rect::before {
  left: 0;
  bottom: 0;
  border-width: 0.7rem 0 0 1.2rem;
  border-color: transparent transparent transparent #fff;
}
.btn-blk-rect::after {
  left: -0.2rem;
  bottom: -0.2rem;
  border-width: 0.8rem 0 0 1.3rem;
  border-color: transparent transparent transparent #000;
}

.btn-white {
  background-color: #fff;
  border-radius: 0.3rem;
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  padding: 0 2rem;
  line-height: 3rem;
}
.btn-white.md {
  line-height: 5rem;
}
.btn-white.lg {
  line-height: 6rem;
}

.btn-blk {
  width: 100%;
  background-color: #000;
  border-radius: 0.3rem;
  color: #fff;
  font-weight: 700;
  padding: 0 2rem;
  display: block;
}
.btn-blk.md {
  line-height: 5rem;
}
.btn-blk.lg {
  line-height: 6rem;
}
.btn-blk.u-w-160 {
  width: 16rem;
}

.btn-gray {
  background-color: #5A5A5A;
  border-radius: 0.3rem;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  padding: 0 1.5rem;
  line-height: 3rem;
  border-radius: 1.5rem;
}

.btn-border {
  width: 13rem;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 2rem;
  color: #fff;
  font-size: 1.4rem;
  line-height: 3.8rem;
  text-align: center;
}
.btn-border.sm {
  font-size: 1.2rem;
  line-height: 2.6rem;
}
.btn-border.blue {
  background-color: #0600FF;
}
.btn-border.wh {
  background-color: #fff;
  color: #0600FF;
}

.btn-border-blk {
  background-color: #fff;
  border: 1px solid #000;
  padding: 0.5rem 1rem;
  border-radius: 0.3rem;
}

.btn-icon {
  background-color: #5A5A5A;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  position: relative;
  display: grid;
  place-content: center;
}
.btn-icon svg {
  fill: #fff;
  width: 100%;
  height: auto;
}
.btn-icon.is-active::after {
  content: "";
  position: absolute;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background-color: #FF0043;
  border: 1px solid #5A5A5A;
  right: 1.2rem;
  top: 1.2rem;
}

.btn-start {
  background-color: #FF0043;
  border-radius: 0.3rem;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  width: 100%;
  max-width: 24rem;
  padding: 0.7rem 1.5rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.btn-start small {
  display: block;
  font-weight: 500;
  font-size: 1.2rem;
  margin-top: 0.2rem;
}

.btn-icon--tri {
  padding-right: 2.4rem;
  background-image: url(../images/icon-tri.svg);
  background-repeat: no-repeat;
  background-size: 1.6rem auto;
  background-position: right center;
}
.btn-icon--tri.lg {
  padding-right: 3rem;
  background-size: 2.2rem auto;
}

.c-plan {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1rem;
}
.c-plan__item {
  border: 1px solid #fff;
  border-radius: 0.3rem;
  padding: 1.5rem;
  position: relative;
}
.c-plan__item.border-yg {
  border-color: #8BFF5A;
}
.c-plan__item.border-yg .c-plan--price {
  border-color: #8BFF5A;
}
.c-plan__item.border-ye {
  border-color: #EFE800;
}
.c-plan__item.border-ye .c-plan--price {
  border-color: #EFE800;
}
.c-plan__item dl.d-grid {
  grid-template-columns: 3em auto;
  column-gap: 0.5rem;
}
.c-plan__catch {
  position: absolute;
  left: 1rem;
  top: -0.5em;
  background-color: #000;
  padding: 0 0.5rem;
}
.c-plan__detail {
  height: 4.8em;
}
.c-plan--price {
  border-top: 1px dashed #fff;
  padding-top: 1.5rem;
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1rem;
  align-items: center;
}
.c-plan--price .price {
  font-size: 3.2rem;
  margin-top: 0.5rem;
}
.c-plan--price .price small {
  font-size: 1.4rem;
  position: relative;
  margin-left: 0.2em;
}
.c-plan--price .price .is-absolute {
  top: -1em;
  right: -0.5em;
  width: 2em;
}
.c-plan--price--right .c-plan--price {
  display: block;
}
.c-plan .btn-price {
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
  line-height: 2.6rem;
  color: #000;
  border-radius: 1.3rem;
  padding: 0 1.5rem;
  margin: 0 auto;
  display: block;
}
.c-plan .btn-price.lg {
  line-height: 4rem;
  border-radius: 2rem;
  padding: 0 3rem;
}
.c-plan .btn-price.ye {
  background-color: #EFE800;
}
.c-plan .btn-price.yg {
  background-color: #8BFF5A;
}
.c-plan.lg {
  column-gap: 2rem;
}
.c-plan.lg .c-plan__item {
  border: none;
  padding: 0;
}
.c-plan.lg .c-plan__item .ttl-wrap {
  display: grid;
  grid-template-columns: 5rem auto;
  column-gap: 0.8rem;
}
.c-plan.lg .c-plan__item .ttl-txt {
  height: 4.8rem;
}
.c-plan.lg .c-plan__item .ttl-ellipse {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  border: 1px solid #8BFF5A;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-plan.lg .c-plan__item .c-plan__detail {
  height: calc(4.8em + 2rem);
}
.c-plan.lg .c-plan__item dl.d-grid {
  grid-template-columns: 4em auto;
  align-items: center;
  gap: 1rem;
}
.c-plan.lg .c-plan__item dl.d-grid dt {
  background-color: #EFE800;
  border-radius: 0.8rem;
  color: #000;
  text-align: center;
  font-weight: 700;
}
.c-plan.lg .c-plan--price {
  border: 1px solid;
  grid-template-columns: auto auto;
  justify-content: center;
  align-items: center;
  margin: 1.5rem 0;
  padding: 1rem;
}
.c-plan.lg .c-plan--price.ye {
  border-color: #EFE800;
}
.c-plan.lg .c-plan--price.yg {
  border-color: #8BFF5A;
}
.c-plan.lg .c-plan--price .price {
  margin-top: 0;
}
.c-plan.lg .btn-price {
  line-height: 3.6rem;
  border-radius: 1.8rem;
  font-size: 1.6rem;
}

.c-plan.single {
  grid-template-columns: 1fr;
}
.c-plan.single .c-plan__item {
  padding: 2rem 1.5rem;
}
.c-plan.single a.d-grid {
  grid-template-columns: 3.5fr 1.5fr;
  align-items: center;
}
.c-plan.single a.d-grid.lg {
  grid-template-columns: 4.2fr 1.5fr;
}
.c-plan.single .c-plan--left {
  border-right: 1px dashed #fff;
}
.c-plan.single .c-plan__detail {
  height: auto;
}
.c-plan.single .c-plan--price {
  grid-template-columns: 1fr;
  row-gap: 1.5rem;
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}

.menu-list {
  column-gap: 2rem;
}
.menu-list a {
  text-decoration: underline;
}

.tag-border {
  background-color: #000;
  color: #fff;
  border: 1px solid #fff;
  font-size: 1.2rem;
  padding: 0 1.5rem;
  line-height: 3rem;
  border-radius: 1.5rem;
}

.c-tag-list {
  display: grid;
  grid-template-columns: 4em auto;
  gap: 0.5rem 1rem;
  align-items: center;
}
.c-tag-list dt {
  text-align: center;
  width: 5em;
  line-height: 1.8rem;
  border-radius: 0.9rem;
  font-size: 1rem;
}
.c-tag-list dt.gray {
  background-color: #939393;
  color: #fff;
}
.c-tag-list dt.yg {
  background-color: #8BFF5A;
  color: #000;
}
.c-tag-list dd {
  font-weight: 700;
  font-size: 1.5rem;
}
.c-tag-list dd.gray {
  color: #939393;
}

.l-sidebar {
  position: fixed;
  top: 1.5rem;
}
.l-sidebar button {
  display: block;
}
.l-sidebar.left {
  left: 3rem;
  width: 9rem;
}
.l-sidebar.left.lg {
  width: 13rem;
}
.l-sidebar.right {
  right: 1.5rem;
  width: 10rem;
}
.l-sidebar.right.sm {
  right: 3rem;
  width: 5.5rem;
}
.l-sidebar.right .btn-border.sm,
.l-sidebar.right .btn-gray {
  width: 100%;
  line-height: 2.8rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.l-sidebar.y-center {
  top: 50%;
  transform: translateY(-50%);
}

.u-clr:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

@media screen and (max-width:374px) {
  .u-xs-min {
    display: none !important;
  }
}

@media print, screen and (min-width:375px) {
  .u-xs-max {
    display: none !important;
  }
}

@media screen and (max-width:767px) {
  .u-sm-min {
    display: none !important;
  }
}

@media print, screen and (min-width:768px) {
  .u-sm-max {
    display: none !important;
  }
}

@media screen and (max-width:1024px) {
  .u-md-min {
    display: none !important;
  }
}

@media print, screen and (min-width:1025px) {
  .u-md-max {
    display: none !important;
  }
}

@media screen and (max-width:1219px) {
  .u-lg-min {
    display: none !important;
  }
}

@media print, screen and (min-width:1220px) {
  .u-lg-max {
    display: none !important;
  }
}

.d-block {
  display: block;
}

.d-grid {
  display: grid;
}

.d-flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.align-items-center {
  align-items: center;
}

.align-items-start {
  align-items: start;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-end {
  justify-content: flex-end;
}

.flex-direction-column {
  flex-direction: column;
}

.u-ff-jp {
  font-family: "Noto Sans JP", sans-serif;
}

.u-ff-en {
  font-family: "Holtwood One SC", sans-serif;
}

.u-fz-30 {
  font-size: 3rem !important;
}

.u-fz-24 {
  font-size: 2.4rem !important;
}

.u-fz-22 {
  font-size: 2.2rem !important;
}

.u-fz-20 {
  font-size: 2rem !important;
}

.u-fz-19 {
  font-size: 1.9rem !important;
}

.u-fz-18 {
  font-size: 1.8rem !important;
}

.u-fz-17 {
  font-size: 1.7rem !important;
}

.u-fz-16 {
  font-size: 1.6rem !important;
}

.u-fz-15 {
  font-size: 1.5rem !important;
}

.u-fz-14 {
  font-size: 1.4rem !important;
}

.u-fz-13 {
  font-size: 1.3rem !important;
}

.u-fz-12 {
  font-size: 1.2rem !important;
}

.u-fz-11 {
  font-size: 1.1rem !important;
}

.u-fz-10 {
  font-size: 1rem !important;
}

.u-fw-400 {
  font-weight: 400 !important;
}

.u-fw-500 {
  font-weight: 500 !important;
}

.u-fw-700 {
  font-weight: 700 !important;
}

.u-td-ul {
  text-decoration: underline !important;
}

.u-td-none {
  text-decoration: none !important;
}

.u-ta-l {
  text-align: left !important;
}

.u-ta-r {
  text-align: right !important;
}

.u-ta-c {
  text-align: center !important;
}

.u-lh-14 {
  line-height: 1.4 !important;
}

.u-lh-15 {
  line-height: 1.5 !important;
}

.u-lh-16 {
  line-height: 1.6 !important;
}

.u-lh-18 {
  line-height: 1.8 !important;
}

.u-lh-2 {
  line-height: 2 !important;
}

.u-va-t {
  vertical-align: top !important;
}

.u-va-m {
  vertical-align: middle !important;
}

.u-va-b {
  vertical-align: bottom !important;
}

.u-ws-nowrap {
  white-space: nowrap;
}

.u-c-main {
  color: #fff !important;
}

.u-c-plain {
  color: #000 !important;
}

.u-c-white {
  color: #fff !important;
}

.u-c-red {
  color: #FF0043 !important;
}

.u-c-orange {
  color: #FF4800 !important;
}

.u-c-ye {
  color: #EFE800 !important;
}

.u-c-yg {
  color: #8BFF5A !important;
}

.u-c-purple {
  color: #7E24FF !important;
}

.u-c-pink {
  color: #FF22D5 !important;
}

.u-bg-alpha {
  background-color: transparent !important;
}

.u-bg-main {
  background-color: #fff !important;
}

.u-bg-plain {
  background-color: #000 !important;
}

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

.u-bg-red {
  background-color: #FF0043 !important;
}

.u-bd {
  border: 1px solid #eee !important;
}

.u-bd-t {
  border-top: 1px solid #eee !important;
}

.u-bd-l {
  border-left: 1px solid #eee !important;
}

.u-bd-b {
  border-bottom: 1px solid #eee !important;
}

.u-bd-r {
  border-right: 1px solid #eee !important;
}

.u-bd-main {
  border-color: #fff !important;
}

.u-bd-white {
  border-color: #fff !important;
}

.u-br-3 {
  border-radius: 0.3rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-mt-xs {
  margin-top: 20px !important;
}
@media screen and (max-width:767px) {
  .u-mt-xs {
    margin-top: 10px !important;
  }
}

.u-mt-sm {
  margin-top: 40px !important;
}
@media screen and (max-width:767px) {
  .u-mt-sm {
    margin-top: 20px !important;
  }
}

.u-mt-md {
  margin-top: 60px !important;
}
@media screen and (max-width:767px) {
  .u-mt-md {
    margin-top: 30px !important;
  }
}

.u-mt-lg {
  margin-top: 80px !important;
}
@media screen and (max-width:767px) {
  .u-mt-lg {
    margin-top: 40px !important;
  }
}

.u-mt-xl {
  margin-top: 100px !important;
}
@media screen and (max-width:767px) {
  .u-mt-xl {
    margin-top: 50px !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.u-mb-xs {
  margin-bottom: 20px !important;
}
@media screen and (max-width:767px) {
  .u-mb-xs {
    margin-bottom: 10px !important;
  }
}

.u-mb-sm {
  margin-bottom: 40px !important;
}
@media screen and (max-width:767px) {
  .u-mb-sm {
    margin-bottom: 20px !important;
  }
}

.u-mb-md {
  margin-bottom: 60px !important;
}
@media screen and (max-width:767px) {
  .u-mb-md {
    margin-bottom: 30px !important;
  }
}

.u-mb-lg {
  margin-bottom: 80px !important;
}
@media screen and (max-width:767px) {
  .u-mb-lg {
    margin-bottom: 40px !important;
  }
}

.u-mb-xl {
  margin-bottom: 100px !important;
}
@media screen and (max-width:767px) {
  .u-mb-xl {
    margin-bottom: 50px !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-py-5 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.u-py-10 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-pt-xs {
  padding-top: 20px !important;
}
@media screen and (max-width:767px) {
  .u-pt-xs {
    padding-top: 10px !important;
  }
}

.u-pt-sm {
  padding-top: 40px !important;
}
@media screen and (max-width:767px) {
  .u-pt-sm {
    padding-top: 20px !important;
  }
}

.u-pt-md {
  padding-top: 60px !important;
}
@media screen and (max-width:767px) {
  .u-pt-md {
    padding-top: 30px !important;
  }
}

.u-pt-lg {
  padding-top: 80px !important;
}
@media screen and (max-width:767px) {
  .u-pt-lg {
    padding-top: 40px !important;
  }
}

.u-pt-xl {
  padding-top: 100px !important;
}
@media screen and (max-width:767px) {
  .u-pt-xl {
    padding-top: 50px !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.u-pb-xs {
  padding-bottom: 20px !important;
}
@media screen and (max-width:767px) {
  .u-pb-xs {
    padding-bottom: 10px !important;
  }
}

.u-pb-sm {
  padding-bottom: 40px !important;
}
@media screen and (max-width:767px) {
  .u-pb-sm {
    padding-bottom: 20px !important;
  }
}

.u-pb-md {
  padding-bottom: 60px !important;
}
@media screen and (max-width:767px) {
  .u-pb-md {
    padding-bottom: 30px !important;
  }
}

.u-pb-lg {
  padding-bottom: 80px !important;
}
@media screen and (max-width:767px) {
  .u-pb-lg {
    padding-bottom: 40px !important;
  }
}

.u-pb-xl {
  padding-bottom: 100px !important;
}
@media screen and (max-width:767px) {
  .u-pb-xl {
    padding-bottom: 50px !important;
  }
}

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

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

.icon-10 {
  width: 1rem !important;
  height: auto;
}

.icon-12 {
  width: 1.2rem !important;
  height: auto;
}

.icon-15 {
  width: 1.5rem !important;
  height: auto;
}

.icon-20 {
  width: 2rem !important;
  height: auto;
}

.icon-26 {
  width: 2.6rem !important;
  height: auto;
}

.icon-50 {
  width: 5rem !important;
  height: auto;
}

.is-absolute {
  position: absolute;
}

.is-relative {
  position: relative;
}

.is-fixed {
  position: fixed;
}

.msg-copied.is-show {
  display: block;
  opacity: 1;
}

.msg-copied {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 10px 16px;
  font-size: 14px;
  border-radius: 20px;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.msg-copied.is-show {
  display: block;
  opacity: 1;
}
