@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* line 22, app/assets/stylesheets/customer_const.scss */
.team_bg_image.NERV, .team_bg_image.WILLE {
  background-size: 50vw;
  background-repeat: no-repeat;
  background-position: right 95vw;
}

/* line 3, app/assets/stylesheets/customer_common.scss */
html, body {
  overflow-x: hidden;
  overflow-y: auto;
}

@font-face {
  font-family: 'jfdot';
  src: url(/assets/jfdot-b96624c6c2f9096e394822eed0695f8fad59e1c3b5c55757d117527c647c1989.ttf);
}

@font-face {
  font-family: 'dotfont';
  src: url(/assets/usaaf-7d1f5b463dcf17196d388a1fa81db0ad33d39ecf935465ee22c7a13477083efa.ttf);
}

/* line 19, app/assets/stylesheets/customer_common.scss */
*:focus {
  outline: none;
}

/* line 23, app/assets/stylesheets/customer_common.scss */
a:hover {
  text-decoration: blink;
}

/* line 27, app/assets/stylesheets/customer_common.scss */
.cross-icon {
  display: inline-block;
  position: relative;
  margin: 0 20px 0 7px;
  padding: 0;
  width: 2px;
  height: 20px;
  background: #000;
  transform: rotate(45deg);
}

/* line 37, app/assets/stylesheets/customer_common.scss */
.cross-icon:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -9px;
  width: 20px;
  height: 2px;
  margin-top: -1px;
  background: #000;
}

/* line 51, app/assets/stylesheets/customer_common.scss */
.modal-content .btn {
  border: 1px solid #754079;
  border-radius: 20px;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 20px;
  margin-top: 20px;
  color: #754079;
}

/* line 61, app/assets/stylesheets/customer_common.scss */
.modal-content .btn .button-label {
  color: #754079;
  float: right;
  position: relative;
}

/* line 67, app/assets/stylesheets/customer_common.scss */
.modal-content .btn .cross-icon {
  background: #754079;
  margin-bottom: -4px;
}

/* line 71, app/assets/stylesheets/customer_common.scss */
.modal-content .btn .cross-icon:before {
  background: #754079;
}

/* line 79, app/assets/stylesheets/customer_common.scss */
.btn.btn-borderwhite {
  border-radius: 0;
  border: 1px solid white !important;
  color: white !important;
  background-color: inherit !important;
  padding: 15px;
}

/* line 90, app/assets/stylesheets/customer_common.scss */
img.fit.minimum-fit {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

/* line 96, app/assets/stylesheets/customer_common.scss */
img.lazyload, img.lazyloading {
  opacity: 1;
}

/* line 100, app/assets/stylesheets/customer_common.scss */
img.lazyloaded {
  transition: opacity 500ms;
  opacity: 1;
}

/* line 107, app/assets/stylesheets/customer_common.scss */
.slick-slider .slick-list {
  margin-bottom: 10px;
}

/* line 111, app/assets/stylesheets/customer_common.scss */
.slick-slider .slick-dots {
  position: relative;
  bottom: 0;
}

/* line 115, app/assets/stylesheets/customer_common.scss */
.slick-slider .slick-dots li {
  margin: 0 !important;
  width: 13px !important;
}

/* line 119, app/assets/stylesheets/customer_common.scss */
.slick-slider .slick-dots li button:before {
  color: white !important;
}

/* line 127, app/assets/stylesheets/customer_common.scss */
.pagination > span {
  margin-left: 1px;
  width: 40px !important;
  height: 30px;
  line-height: 1.8rem;
}

/* line 134, app/assets/stylesheets/customer_common.scss */
.pagination .first, .pagination .last {
  display: none;
}

/* line 139, app/assets/stylesheets/customer_common.scss */
.pagination .prev a:before, .pagination .next a:before {
  content: '';
  display: block;
  width: 17px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 0.5rem;
}

/* line 150, app/assets/stylesheets/customer_common.scss */
.pagination .prev a:before {
  background-image: url(/assets/prev_ar-8b14813992f0e058dbbc99d997d49c090da7be503fcefec596ee9b337d508bcc.png);
  margin-right: 5px;
}

/* line 155, app/assets/stylesheets/customer_common.scss */
.pagination .next a:before {
  background-image: url(/assets/next_ar-fc32410501c40b32916bad3d25b6ef0216303f615dc63285d04eb99a18fab326.png);
  margin-left: 5px;
}

/* line 160, app/assets/stylesheets/customer_common.scss */
.pagination .page {
  width: 25px;
  border: solid 1px black;
  text-align: center;
  background-color: #707070;
}

/* line 166, app/assets/stylesheets/customer_common.scss */
.pagination .page a {
  color: black;
}

/* line 170, app/assets/stylesheets/customer_common.scss */
.pagination .page.current {
  background-color: black;
  color: white;
}

/* line 177, app/assets/stylesheets/customer_common.scss */
.header-menu {
  height: 40px;
  position: relative;
}

/* line 181, app/assets/stylesheets/customer_common.scss */
.header-menu .hamburger {
  float: right;
  padding: 6px 14px;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 4px;
  z-index: 1000;
}

/* line 190, app/assets/stylesheets/customer_common.scss */
.header-menu .hamburger .hamburger-detail {
  margin: 4px;
  background-color: black;
  border-radius: 2px;
  padding: 2px;
  transition-duration: 0.2s;
  position: relative;
}

/* line 200, app/assets/stylesheets/customer_common.scss */
.header-menu .menu-inside {
  z-index: 110;
  position: absolute;
  pointer-events: none;
  opacity: 0;
  display: none;
  transition-duration: 0.2s;
  width: 100%;
}

/* line 209, app/assets/stylesheets/customer_common.scss */
.header-menu .menu-inside .title {
  margin: 10vw 0;
  height: 14vw;
  text-align: center;
}

/* line 214, app/assets/stylesheets/customer_common.scss */
.header-menu .menu-inside .title img {
  height: 100%;
}

/* line 219, app/assets/stylesheets/customer_common.scss */
.header-menu .menu-inside .menu {
  width: 100%;
}

/* line 222, app/assets/stylesheets/customer_common.scss */
.header-menu .menu-inside .menu .menu-line {
  margin: 2vw 4vw;
  border-bottom: 1px solid gray;
  padding: 2vw;
}

/* line 227, app/assets/stylesheets/customer_common.scss */
.header-menu .menu-inside .menu .menu-line a {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

/* line 233, app/assets/stylesheets/customer_common.scss */
.header-menu .menu-inside .menu .menu-line img {
  height: 7vw;
}

/* line 240, app/assets/stylesheets/customer_common.scss */
.header-menu::after {
  content: '';
  height: 100%;
  width: 100%;
  position: fixed;
  background: white;
  transition-duration: 0.2s;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
}

/* line 253, app/assets/stylesheets/customer_common.scss */
.header-menu.active .hamburger {
  padding-top: 8px;
}

/* line 256, app/assets/stylesheets/customer_common.scss */
.header-menu.active .hamburger .hamburger-detail {
  border-radius: 0;
  padding: 1px;
}

/* line 260, app/assets/stylesheets/customer_common.scss */
.header-menu.active .hamburger .hamburger-detail.top {
  transform: translateY(6px) rotate(45deg) scaleX(5);
}

/* line 264, app/assets/stylesheets/customer_common.scss */
.header-menu.active .hamburger .hamburger-detail.middle {
  opacity: 0;
}

/* line 268, app/assets/stylesheets/customer_common.scss */
.header-menu.active .hamburger .hamburger-detail.bottom {
  transform: translateY(-6px) rotate(-45deg) scaleX(5);
}

/* line 274, app/assets/stylesheets/customer_common.scss */
.header-menu.active .menu-inside {
  display: block;
  opacity: 1;
  pointer-events: auto;
}

/* line 280, app/assets/stylesheets/customer_common.scss */
.header-menu.active::after {
  opacity: 0.96;
  pointer-events: auto;
}

/* line 286, app/assets/stylesheets/customer_common.scss */
.header-menu .team_btn {
  z-index: 50;
  position: absolute;
  width: 14vw;
  top: 0;
  left: 0;
  margin-left: 5vw;
  margin-top: 2vw;
}

/* line 295, app/assets/stylesheets/customer_common.scss */
.header-menu .team_btn img {
  width: 100%;
}

/* line 301, app/assets/stylesheets/customer_common.scss */
.header-line {
  width: 100%;
  position: absolute;
  z-index: 1;
}

/* line 307, app/assets/stylesheets/customer_common.scss */
.modal .modal-body {
  text-align: center;
  font-size: 1.2rem;
}

/* line 311, app/assets/stylesheets/customer_common.scss */
.modal .modal-body .modal_title_image {
  height: 18vw;
  max-height: 60px;
  margin-bottom: 8vw;
  margin-top: 4vw;
}

/* line 318, app/assets/stylesheets/customer_common.scss */
.modal .modal-body ul {
  padding-left: 15px;
  text-align: left;
}

/* line 324, app/assets/stylesheets/customer_common.scss */
.modal .modal-body .modal_check_group {
  margin-top: 15px;
}

/* line 327, app/assets/stylesheets/customer_common.scss */
.modal .modal-body .modal_check_group .modal_check_input {
  display: none;
}

/* line 332, app/assets/stylesheets/customer_common.scss */
.modal .modal-body .modal_check_group .modal_check_input:checked + .modal_check_label::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 7px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid black;
  border-right: 3px solid black;
}

/* line 347, app/assets/stylesheets/customer_common.scss */
.modal .modal-body .modal_check_group .modal_check_label {
  padding-left: 28px;
  position: relative;
  margin-right: 20px;
}

/* line 352, app/assets/stylesheets/customer_common.scss */
.modal .modal-body .modal_check_group .modal_check_label::before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 2px;
  width: 18px;
  height: 18px;
  border: 1px solid black;
  border-radius: 4px;
}

/* line 368, app/assets/stylesheets/customer_common.scss */
.team_bg_image {
  background-color: rgba(255, 255, 255, 0.9);
  background-blend-mode: lighten;
}

/* line 372, app/assets/stylesheets/customer_common.scss */
.team_bg_image.WILLE {
  background-image: url(/assets/bg_wille-79bddabb8b555e5bf31b57bf800b29647593654d6175ff4f535508cbe6b57fa9.png);
}

/* line 377, app/assets/stylesheets/customer_common.scss */
.team_bg_image.NERV {
  background-image: url(/assets/bg_nerv-c77b6167869b37b1bb45455e16cb167b1ac4f1eb3057c152fa9eeaff3143bfdf.png);
}

/* line 382, app/assets/stylesheets/customer_common.scss */
.team_bg_image.shocker.base_container {
  background-image: url(/assets/bg_shocker-712fc2a504a35c309e6792accbd4a589b00aaca4abfa305358fe47486c718688.png);
}

/* line 387, app/assets/stylesheets/customer_common.scss */
.page_title {
  width: 100%;
  height: 24vw;
  margin-bottom: 30px;
  background-image: url(/assets/ttl_bg-8fa5c1f5cdd55cefc5c6879a1ad3653a400ad175635bac82f9bb979b63b3fc15.png);
  background-size: cover;
  background-position: bottom;
  padding: 5vw;
  text-align: center;
  position: relative;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.26);
}

/* line 399, app/assets/stylesheets/customer_common.scss */
.page_title .title_image {
  height: 100%;
}

/* line 403, app/assets/stylesheets/customer_common.scss */
.page_title .help_modal_button {
  position: absolute;
  top: 9vw;
  right: 4vw;
}

/* line 408, app/assets/stylesheets/customer_common.scss */
.page_title .help_modal_button img {
  width: 6vw;
}

/* line 414, app/assets/stylesheets/customer_common.scss */
a.billing_start {
  color: black;
}

/* line 421, app/assets/stylesheets/customer_common.scss */
.form-check .form-check-input[type=checkbox], .form-check .form-check-input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  height: 20px;
  width: 20px;
  vertical-align: -0.8rem;
  transition: all .15s ease-out 0s;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin: .4rem;
  outline: none;
  border-radius: 10%;
}

/* line 443, app/assets/stylesheets/customer_common.scss */
.form-check .form-check-input[type=checkbox]:before, .form-check .form-check-input[type=checkbox]:after {
  position: absolute;
  content: "";
  background: #fff;
  transition: all .2s ease-in-out;
}

/* line 450, app/assets/stylesheets/customer_common.scss */
.form-check .form-check-input[type=checkbox]:before {
  left: 2px;
  top: 6px;
  width: 0;
  height: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

/* line 462, app/assets/stylesheets/customer_common.scss */
.form-check .form-check-input[type=checkbox]:after {
  right: 9px;
  bottom: 3px;
  width: 2px;
  height: 0;
  transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  transition-delay: .2s;
}

/* line 475, app/assets/stylesheets/customer_common.scss */
.form-check .form-check-input[type=checkbox]:checked:before {
  left: 1px;
  top: 10px;
  width: 6px;
  height: 2px;
}

/* line 482, app/assets/stylesheets/customer_common.scss */
.form-check .form-check-input[type=checkbox]:checked:after {
  right: 5px;
  bottom: 1px;
  width: 2px;
  height: 14px;
}

/* line 489, app/assets/stylesheets/customer_common.scss */
.form-check .form-check-input[type=checkbox]:indeterminate:before, .form-check .form-check-input[type=checkbox]:indeterminate:after {
  width: 7px;
  height: 2px;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
}

/* line 499, app/assets/stylesheets/customer_common.scss */
.form-check .form-check-input[type=checkbox]:indeterminate:before {
  left: 1px;
  top: 7px;
}

/* line 504, app/assets/stylesheets/customer_common.scss */
.form-check .form-check-input[type=checkbox]:indeterminate:after {
  right: 1px;
  bottom: 7px;
}

/* line 509, app/assets/stylesheets/customer_common.scss */
.form-check .form-check-input[type=radio] {
  border-radius: 50%;
}

/* line 513, app/assets/stylesheets/customer_common.scss */
.form-check .form-check-input[type=radio]:checked:before {
  transform: scale(1);
}

/* line 517, app/assets/stylesheets/customer_common.scss */
.form-check .form-check-input[type=radio]:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 3px;
  transform: scale(0);
  transition: all ease-out 250ms;
}

/* line 528, app/assets/stylesheets/customer_common.scss */
.form-check .form-check-input[type=checkbox], .form-check .form-check-input[type=radio] {
  border: 2px solid #754079;
}

/* line 532, app/assets/stylesheets/customer_common.scss */
.form-check .form-check-input[type=checkbox]:checked, .form-check .form-check-input[type=checkbox]:indeterminate, .form-check .form-check-input[type=radio]:checked:before {
  background: #754079;
}

/* line 537, app/assets/stylesheets/customer_common.scss */
.form-check.liner {
  position: relative;
  padding-left: 40px;
}

/* line 541, app/assets/stylesheets/customer_common.scss */
.form-check.liner label {
  display: block;
  position: relative;
  padding-left: 35px;
}

/* line 546, app/assets/stylesheets/customer_common.scss */
.form-check.liner label .form-check-input {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 556, app/assets/stylesheets/customer_common.scss */
.top_popup_counter_confirm .modal-dialog {
  margin: 1rem;
}

@media screen and (min-width: 575.98px) {
  /* line 556, app/assets/stylesheets/customer_common.scss */
  .top_popup_counter_confirm .modal-dialog {
    margin: 1.75rem auto;
  }
}

/* line 564, app/assets/stylesheets/customer_common.scss */
.top_popup_counter_confirm .close_btn button {
  position: absolute;
  right: -12px;
  top: -12px;
  opacity: 1;
}

/* line 570, app/assets/stylesheets/customer_common.scss */
.top_popup_counter_confirm .close_btn button img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

/* line 578, app/assets/stylesheets/customer_common.scss */
.top_popup_counter_confirm hr.grandient_border {
  height: 2px;
  background: linear-gradient(to right, purple, #28a745);
  border: none;
}

/* line 584, app/assets/stylesheets/customer_common.scss */
.top_popup_counter_confirm .title {
  margin-top: 0.5rem;
  font-size: 1rem;
  font-weight: bold;
}

/* line 590, app/assets/stylesheets/customer_common.scss */
.top_popup_counter_confirm .comment {
  font-size: 1rem;
  text-align: left;
}

/* line 595, app/assets/stylesheets/customer_common.scss */
.top_popup_counter_confirm .modal_check_group {
  font-size: 0.8rem;
}

/* line 599, app/assets/stylesheets/customer_common.scss */
.top_popup_counter_confirm .modal_check_group .modal_check_label::before {
  top: 1px !important;
  left: 2px !important;
  width: 14px !important;
  height: 14px !important;
  border-radius: 0 !important;
}

/* line 607, app/assets/stylesheets/customer_common.scss */
.top_popup_counter_confirm .modal_check_group .modal_check_label::after {
  top: 0 !important;
  left: 6px !important;
}

/* line 615, app/assets/stylesheets/customer_common.scss */
.lang_select_container {
  position: absolute;
  right: 10px;
  top: 0;
  color: purple;
  border-bottom: 1px solid purple;
  background-color: #ffffffdb;
  z-index: 100000;
}

/* line 624, app/assets/stylesheets/customer_common.scss */
.lang_select_container #lang_select {
  color: purple;
  background-color: #00000000;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
  padding: 0 1.5rem 0 10px;
}

/* line 634, app/assets/stylesheets/customer_common.scss */
.lang_select_container .fas {
  position: absolute;
  right: 4px;
  top: 4px;
  pointer-events: none;
}

/* line 643, app/assets/stylesheets/customer_common.scss */
.custom-switch .custom-control-input:checked ~ .custom-control-label::before {
  border-color: purple;
  background-color: purple;
}

/* line 648, app/assets/stylesheets/customer_common.scss */
.custom-switch.custom-switch-xl {
  padding-bottom: 1rem;
  padding-left: 2.25rem;
}

/* line 652, app/assets/stylesheets/customer_common.scss */
.custom-switch.custom-switch-xl .custom-control-label {
  padding-left: 2rem;
  padding-top: 0.5rem;
}

/* line 656, app/assets/stylesheets/customer_common.scss */
.custom-switch.custom-switch-xl .custom-control-label::before {
  border-radius: 1rem;
  height: 2rem;
  width: 3.5rem;
}

/* line 662, app/assets/stylesheets/customer_common.scss */
.custom-switch.custom-switch-xl .custom-control-label::after {
  border-radius: 2rem;
  height: calc(2rem - 4px);
  width: calc(2rem - 4px);
}

/* line 669, app/assets/stylesheets/customer_common.scss */
.custom-switch.custom-switch-xl .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(1.5rem);
}

/* line 678, app/assets/stylesheets/customer_common.scss */
#body_sp.rider.final .header-menu .shocker_logo {
  opacity: 1;
}

/* line 682, app/assets/stylesheets/customer_common.scss */
#body_sp.rider.final .header-menu::before {
  opacity: 1;
}

/* line 687, app/assets/stylesheets/customer_common.scss */
#body_sp.rider.final .alert_container.rider_first .bg_container::before {
  opacity: 1;
}

/* line 691, app/assets/stylesheets/customer_common.scss */
#body_sp.rider.final .team_bg_image {
  background-image: url(/assets/bg_shocker-712fc2a504a35c309e6792accbd4a589b00aaca4abfa305358fe47486c718688.png);
  background-size: 100vw;
  background-position-x: 25vw;
}

/* line 700, app/assets/stylesheets/customer_common.scss */
#body_sp.rider.third .header-menu .shocker_logo {
  opacity: 0.3;
}

/* line 704, app/assets/stylesheets/customer_common.scss */
#body_sp.rider.third .header-menu::before {
  opacity: 0.75;
}

/* line 709, app/assets/stylesheets/customer_common.scss */
#body_sp.rider.third .alert_container.rider_first .bg_container::before {
  opacity: 0.75;
}

/* line 716, app/assets/stylesheets/customer_common.scss */
#body_sp.rider.second .header-menu .shocker_logo {
  opacity: 0.1;
}

/* line 720, app/assets/stylesheets/customer_common.scss */
#body_sp.rider.second .header-menu::before {
  opacity: 0.5;
}

/* line 725, app/assets/stylesheets/customer_common.scss */
#body_sp.rider.second .alert_container.rider_first .bg_container::before {
  opacity: 0.5;
}

/* line 731, app/assets/stylesheets/customer_common.scss */
#body_sp.rider.NERV .header-menu {
  background: #7F2531;
}

/* line 737, app/assets/stylesheets/customer_common.scss */
#body_sp.rider.WILLE .header-menu {
  background: #1E7B9A;
}

/* line 744, app/assets/stylesheets/customer_common.scss */
#body_sp.rider .header-menu .shocker_logo {
  padding: 0 29vw;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.05;
  position: absolute;
  width: 100%;
}

/* line 754, app/assets/stylesheets/customer_common.scss */
#body_sp.rider .header-menu .shocker_logo img {
  max-width: 100%;
  max-height: 40%;
}

/* line 760, app/assets/stylesheets/customer_common.scss */
#body_sp.rider .header-menu .hamburger .hamburger-detail {
  background-color: white;
}

/* line 765, app/assets/stylesheets/customer_common.scss */
#body_sp.rider .header-menu.active .hamburger .hamburger-detail {
  background-color: black;
}

/* line 770, app/assets/stylesheets/customer_common.scss */
#body_sp.rider .header-menu::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.25;
  background: #000;
}

/* line 784, app/assets/stylesheets/customer_common.scss */
#body_sp.rider .alert_container.rider_first .bg_container::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.25;
  background: #000;
}
