@charset "UTF-8";
* {
  box-sizing: border-box;
  outline: none;
}

html, body {
  width: 100%;
  overflow-x: hidden;
  word-wrap: break-word;
}

body {
  font-family: "Spline Sans", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 500;
  font-size: clamp(12px, 1.3vw, 16px);
  font-optical-sizing: auto;
  line-height: 1.7;
  color: #252626;
  position: relative;
  background: none;
  letter-spacing: 0.06em;
}
body::before {
  content: "";
  width: 100%;
  height: 100%;
  background-position: center top -10px;
  background-repeat: no-repeat;
  position: absolute;
  margin: auto;
  top: 0;
  z-index: -10;
}
@media (max-width: 690px) {
  body::before {
    background-image: url(../img/compsp.jpg);
    background-size: contain;
  }
}

h1, h2, h3, .ttl {
  margin: 0;
  font-weight: 600;
  letter-spacing: 0.033em;
  line-height: 1;
}

img {
  max-width: 100%;
  height: auto;
}

img[src$=".svg"] {
  max-width: 100%;
}

/* wp -------------------------------------------------------*/
p {
  margin: 0;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

img[class*=wp-image-],
img[class*=attachment-] {
  max-width: 100%;
  height: auto;
}

.clearfix {
  overflow: hidden;
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.page-content, .entry-content, .entry-summary {
  margin: 0;
}

.post, .page {
  margin: 0;
}

/*--------------------------------------------------------------*/
a {
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=8);
  transition: 0.3s ease-in-out;
}
a::before, a::after {
  transition: all 0.3s ease-in-out;
}

a[href^="tel:"]:hover {
  opacity: 1;
}

table {
  border-collapse: collapse;
}
table th, table td {
  padding: 1em;
}

@media (max-width: 690px) {
  .is-pc {
    display: none;
  }
}

@media (max-width: 840px) {
  .is-pctab {
    display: none;
  }
}

.is-tab {
  display: none;
}
@media (max-width: 840px) {
  .is-tab {
    display: block;
  }
}

.is-sp {
  display: none;
}
@media (max-width: 690px) {
  .is-sp {
    display: block;
  }
}

._min {
  font-size: 0.8em;
}

.cnt {
  text-align: center;
}

.rgt {
  text-align: right;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.pt0 {
  padding-top: 0;
}

.pb0 {
  padding-bottom: 0;
}

main {
  overflow: hidden;
}
section {
  padding: 6em 0;
}
@media (max-width: 1380px) {
  section {
    padding: 5em 0;
  }
}
@media (max-width: 1180px) {
  section {
    padding: 4em 0;
  }
}
@media (max-width: 960px) {
  section {
    padding: 3em 0;
  }
}
@media (max-width: 690px) {
  section {
    padding: 3em 0;
  }
}

.content {
  max-width: 100%;
  width: 1280px;
  margin: 0 auto;
}
@media (max-width: 1380px) {
  .content {
    width: 1280px;
    padding: 0 30px;
  }
}
@media (max-width: 1180px) {
  .content {
    width: 1040px;
    padding: 0 30px;
  }
}
@media (max-width: 960px) {
  .content {
    padding: 0 20px;
  }
}
@media (max-width: 520px) {
  .content {
    padding: 0 15px;
  }
}

.tx-indent {
  text-indent: -1.3em;
  padding-left: 1.3em;
}

#masthead {
  position: absolute;
  top: -120px;
  left: 0;
  margin: 120px auto 0;
  width: 100%;
  transition: top 0.8s ease;
  z-index: 999;
  height: 0;
}
#masthead.scrolled {
  position: fixed;
  top: 0;
  margin-top: 0;
}

.site-header {
  display: flex;
  justify-content: space-between;
  padding: 0 50px;
}
@media (max-width: 1380px) {
  .site-header {
    padding: 0 2.4vw;
  }
}
.site-header .site-branding {
  position: relative;
  width: 390px;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}
@media (max-width: 1180px) {
  .site-header .site-branding {
    width: 38%;
  }
}
@media (max-width: 690px) {
  .site-header .site-branding {
    width: 228px;
  }
}
.site-header .site-branding .site-title {
  padding: 1.3em 0;
  width: 260px;
  line-height: 1;
}
.site-header .site-branding .site-description {
  font-size: 1.7em;
  margin-left: 0.5em;
  transform: translateY(-4px);
  font-weight: 400;
  color: #999;
}
@media (max-width: 840px) {
  .site-header .site-branding .site-description {
    font-size: 1.3em;
  }
}
.site-header .main-navigation {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 5s ease-in-out;
  margin-top: 0.5em;
}
@media (max-width: 840px) {
  .site-header .main-navigation {
    display: none;
    position: fixed;
    width: 100%;
    min-height: 100vh;
    opacity: 0;
    z-index: -999;
  }
}
.site-header .main-navigation .menu {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 840px) {
  .site-header .main-navigation .menu {
    justify-content: center;
    align-items: center;
    padding: 0 8vw;
  }
}
.site-header .main-navigation .menu .menu-item {
  position: relative;
}
@media (max-width: 840px) {
  .site-header .main-navigation .menu .menu-item {
    width: 100%;
  }
}
.site-header .main-navigation .menu .menu-item a {
  padding: 1em 0.85em;
  letter-spacing: normal;
}
@media (max-width: 840px) {
  .site-header .main-navigation .menu .menu-item a {
    font-size: 2.2vw;
    border-bottom: 1px solid #212121;
  }
}
@media (max-width: 690px) {
  .site-header .main-navigation .menu .menu-item a {
    font-size: 4.2vw;
    border-bottom: 1px solid #212121;
  }
}
.site-header .main-navigation .menu .menu-item a::before {
  content: "";
  height: 1px;
  width: 0;
  background-color: #000;
  position: absolute;
  margin: auto;
  bottom: 5px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 840px) {
  .site-header .main-navigation .menu .menu-item a::before {
    content: none;
  }
}
.site-header .main-navigation .menu .menu-item a:hover::before {
  width: calc(100% - 1.7em);
}
@media (max-width: 840px) {
  .site-header .main-navigation .menu .menu-item a:hover::before {
    width: 70%;
  }
}
.site-header .main-navigation .menu .menu-item.current-menu-item a {
  color: #d92027;
}
.site-header .main-navigation .menu .menu-item.current-menu-item a::before {
  width: calc(100% - 1.7em);
  background-color: #d92027;
}
@media (max-width: 840px) {
  .site-header .main-navigation .menu .menu-item:first-of-type a {
    border-top: 1px solid #212121;
  }
}
.site-header .menu-toggle {
  border: none;
  display: none;
  position: absolute;
  right: 16px;
  top: 20px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 1100;
}
@media (max-width: 840px) {
  .site-header .menu-toggle {
    display: block;
  }
}
.site-header .menu-toggle span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #000;
  left: 0;
  transition: 0.35s ease-in-out;
}
.site-header .menu-toggle span:nth-child(1) {
  top: 0;
}
.site-header .menu-toggle span:nth-child(2) {
  top: 11px;
}
.site-header .menu-toggle span:nth-child(3) {
  top: 22px;
}
@media (max-width: 840px) {
  .site-header.open .main-navigation {
    display: block;
    opacity: 1;
    animation-name: appear;
    animation-fill-mode: forwards;
    animation-duration: 0.5s;
    animation-timing-function: ease-in-out;
  }
}
.site-header.open .main-navigation .menu {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  background-color: #fff;
}
@media (max-width: 690px) {
  .site-header.open .main-navigation .menu {
    display: block;
    padding-top: 80px;
  }
}
.site-header.open .menu-toggle span {
  background: #212121;
}
.site-header.open .menu-toggle span:nth-child(1) {
  top: 11px;
  transform: rotate(45deg);
}
.site-header.open .menu-toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}
.site-header.open .menu-toggle span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
}

@keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 3em;
  width: 40px;
  height: 30px;
  cursor: pointer;
  z-index: 101;
}
#nav-toggle div {
  position: relative;
}
@media (max-width: 520px) {
  #nav-toggle {
    right: 10px;
  }
}

#head_wrap {
  /* Fixed reset */
}
@media (max-width: 1180px) {
  #head_wrap.fixed #global-nav {
    top: 72px;
  }
}
.l-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2em;
  margin-right: -2em;
}
@media (max-width: 960px) {
  .l-row {
    margin-left: -1.7em;
    margin-right: -1.7em;
  }
}
@media (max-width: 690px) {
  .l-row {
    margin-left: -1em;
    margin-right: -1em;
  }
}
.l-row .l-col {
  padding-left: 2em;
  padding-right: 2em;
  width: 50%;
}
@media (max-width: 960px) {
  .l-row .l-col {
    padding-left: 1.7em;
    padding-right: 1.7em;
  }
}
@media (max-width: 690px) {
  .l-row .l-col {
    width: 100%;
    padding-left: 1em;
    padding-right: 1em;
    margin-bottom: 2em;
  }
}
.l-row._3c .l-col {
  width: 33.3333333333%;
}
@media (max-width: 690px) {
  .l-row._3c .l-col {
    width: 100%;
  }
}
.l-row._4c .l-col {
  width: 25%;
}
@media (max-width: 840px) {
  .l-row._4c .l-col {
    width: 50%;
  }
}
@media (max-width: 690px) {
  .l-row._4c .l-col {
    width: 100%;
  }
}
.l-row._5c {
  margin-left: -1.7em;
  margin-right: -1.7em;
}
.l-row._5c .l-col {
  width: 20%;
  padding-left: 1.7em;
  padding-right: 1.7em;
  margin-bottom: 3.4em;
}
@media (max-width: 960px) {
  .l-row._5c .l-col {
    width: 33.3333333333%;
  }
}
@media (max-width: 690px) {
  .l-row._5c .l-col {
    width: 100%;
    padding-left: 1em;
    padding-right: 1em;
    margin-bottom: 2em;
  }
}
.l-row._od .l-col:nth-of-type(1) {
  order: 2;
}
@media (max-width: 690px) {
  .l-row._od .l-col:nth-of-type(1) {
    order: 1;
  }
}
.l-row._od .l-col:nth-of-type(2) {
  order: 1;
}
@media (max-width: 690px) {
  .l-row._od .l-col:nth-of-type(2) {
    order: 2;
  }
}

.grad-wrap {
  padding-bottom: 2em;
  position: relative;
}

.grad-btn {
  position: absolute;
  bottom: -5em;
  right: 0;
  line-height: 1.2;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90px;
  width: 90px;
  border-radius: 50%;
  color: #fff;
}
@media (max-width: 520px) {
  .grad-btn {
    right: 2em;
    height: 70px;
    width: 70px;
  }
}

.grad-item {
  position: relative;
  overflow: hidden;
  height: 270px; /*隠した状態の高さ*/
  transition: 0.5s;
}
.grad-item::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px; /*グラデーションで隠す高さ*/
  /* background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%); */
  /* background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%); */
}

/*チェックボックスは常に非表示*/
.grad-trigger {
  display: none;
}

/*チェックされていたら、文言を変更する*/
.grad-btn .disp-2 {
  display: none;
}

.grad-trigger:checked ~ .grad-btn .disp-1 {
  display: none;
}

.grad-trigger:checked ~ .grad-btn .disp-2 {
  display: block;
}

/*チェックされていたら、高さを戻す*/
.grad-trigger:checked ~ .grad-item {
  height: auto;
  visibility: visible;
}

/*チェックされていたら、grad-itemのbeforeを非表示にする*/
.grad-trigger:checked ~ .grad-item::before {
  display: none;
}

.fade-in {
  opacity: 0;
  transition-duration: 0.8s;
  transition-property: opacity, transform;
}

@media all and (-ms-high-contrast: none) {
  .fade-in {
    opacity: 1;
  }
}
.fade-in--up {
  transform: translate(0, 2.9em);
}

.fade-in--down {
  transform: translate(0, -2.9em);
}

.fade-in--left {
  transform: translate(-50px, 0);
}

.fade-in--right {
  transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

.sa {
  opacity: 0;
  transition: all 1.2s ease;
}

.sa.show {
  opacity: 1;
  transform: none;
}

.sa--lr {
  transform: translate(-1em, 0);
}

.sa--rl {
  transform: translate(1em, 0);
}

.sa--up {
  transform: translate(0, 1em);
}
.sa--up_01, .sa--up_02, .sa--up_03, .sa--up_04 {
  transform: translate(0, 1em);
}
.sa--up_01 {
  transition-delay: 0.2;
}
.sa--up_02 {
  transition-delay: 0.4s;
}
.sa--up_03 {
  transition-delay: 0.6s;
}
.sa--up_04 {
  transition-delay: 0.8s;
}

.sa--down {
  transform: translate(0, -2em);
}

.sa--scaleUp {
  transform: scale(0.5);
}

.sa--scaleDown {
  transform: scale(1.5);
}

.sa--rotateL {
  transform: rotate(180deg);
}

.sa--rotateR {
  transform: rotate(-180deg);
}

.site-footer {
  background-color: #132939;
  padding: 3em 0 2em;
}
@media (max-width: 690px) {
  .site-footer {
    padding: 35px 0 30px;
  }
}
.site-footer .l-col {
  margin-bottom: 0;
}
.site-footer .tx-copyright {
  font-size: 0.8em;
  position: relative;
}
@media (max-width: 1480px) {
  .site-footer .tx-copyright {
    left: 6%;
  }
}
@media (max-width: 520px) {
  .site-footer .tx-copyright {
    font-size: 2.6vw;
  }
}
.site-footer .totop {
  position: fixed;
  bottom: 3em;
  right: 1em;
  height: 2.9em;
  width: 2.9em;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
  color: #fff;
  opacity: 0;
}
@media (max-width: 840px) {
  .site-footer .totop {
    right: 2em;
  }
}
@media (max-width: 840px) {
  .site-footer .totop {
    right: 1em;
  }
}
@media (max-width: 520px) {
  .site-footer .totop {
    bottom: 7em;
  }
}
.site-footer .totop.fixed {
  opacity: 1;
}
.site-footer .totop::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border: solid #fff;
  border-width: 2px 2px 0 0;
  transform: translateY(25%) rotate(-45deg);
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.5s;
}
.site-footer .totop:hover::before {
  border-color: #fff;
  transform: translateY(-350%) rotate(-45deg);
  opacity: 0;
}
.site-footer .content {
  position: relative;
}
@media (max-width: 520px) {
  .site-footer .content {
    text-align: center;
  }
}
.site-footer .l-row {
  justify-content: space-between;
}
.site-footer .l-company--info {
  width: 30%;
}
@media (max-width: 1480px) {
  .site-footer .l-company--info {
    width: 36%;
  }
}
@media (max-width: 840px) {
  .site-footer .l-company--info {
    width: 36%;
    border: none;
  }
}
@media (max-width: 690px) {
  .site-footer .l-company--info {
    width: 100%;
  }
}
.site-footer .l-company--info .l-col-inner {
  width: -moz-fit-content;
  width: fit-content;
  text-align: right;
  position: relative;
  overflow: visible;
}
@media (max-width: 1480px) {
  .site-footer .l-company--info .l-col-inner {
    left: 20%;
  }
}
@media (max-width: 960px) {
  .site-footer .l-company--info .l-col-inner {
    left: 10%;
  }
}
@media (max-width: 690px) {
  .site-footer .l-company--info .l-col-inner {
    left: auto;
    width: 100%;
    text-align: center;
  }
}
.site-footer .l-company--info p {
  margin-bottom: 0.25em;
  line-height: 1.4;
}
.site-footer .l-company--info p.cp-name {
  font-size: 1.2em;
  letter-spacing: 0.02em;
  font-weight: bold;
  color: #555;
  margin-bottom: 1em;
  white-space: nowrap;
  position: relative;
}
.site-footer .l-company--info p.cp-name img {
  max-height: 26px;
}
.site-footer .l-company--info p.cp-tel {
  font-feature-settings: "palt";
  white-space: nowrap;
}
.site-footer .l-company--info p.cp-tel span {
  font-size: 1.25em;
}
.site-footer .l-link {
  width: 40%;
  padding-top: 3em;
  position: relative;
}
@media (max-width: 960px) {
  .site-footer .l-link {
    width: 50%;
  }
}
@media (max-width: 840px) {
  .site-footer .l-link {
    width: 60%;
  }
}
@media (max-width: 690px) {
  .site-footer .l-link {
    width: 100%;
    padding-top: 0;
  }
}
.site-footer .l-link .l-col-inner {
  overflow: visible;
}
.site-footer .l-link .l-nav-footer {
  position: absolute;
  right: calc(30px - 0.5em);
  top: -0.5em;
}
@media (max-width: 960px) {
  .site-footer .l-link .l-nav-footer {
    right: calc(15px - 0.5em);
  }
}
@media (max-width: 690px) {
  .site-footer .l-link .l-nav-footer {
    position: relative;
    top: 0;
    right: auto;
    margin-bottom: 1em;
  }
}
.site-footer .l-link .l-nav-footer ul {
  display: flex;
  flex-wrap: nowrap;
}
@media (max-width: 690px) {
  .site-footer .l-link .l-nav-footer ul {
    justify-content: center;
  }
}
@media (max-width: 520px) {
  .site-footer .l-link .l-nav-footer ul {
    flex-wrap: wrap;
  }
}
.site-footer .l-link .l-nav-footer ul li {
  margin-right: 2em;
}
@media (max-width: 840px) {
  .site-footer .l-link .l-nav-footer ul li {
    float: none;
  }
}
@media (max-width: 520px) {
  .site-footer .l-link .l-nav-footer ul li {
    width: 50%;
    margin-right: 0;
    margin-bottom: 1em;
    position: relative;
  }
  .site-footer .l-link .l-nav-footer ul li::before {
    content: "";
    width: 88%;
    height: 2.2em;
    background-color: #fafafa;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
  }
}
.site-footer .l-link .l-nav-footer ul li:last-of-type {
  margin-right: 0;
}
.site-footer .l-link .l-nav-footer ul li a {
  display: inline-block;
  padding: 0.5em;
  position: relative;
  white-space: nowrap;
}
@media (max-width: 840px) {
  .site-footer .l-link .l-nav-footer ul li a {
    font-size: 0.9em;
  }
}
.site-footer .l-link .l-nav-footer ul li a::before {
  content: "";
  height: 1px;
  width: 1em;
  background-color: #d0d0d0;
  position: absolute;
  left: -1em;
  top: 50%;
}
.site-footer .l-link .l-nav-footer ul li a::after {
  content: "";
  height: 1px;
  width: 0;
  position: absolute;
  left: -1em;
  top: 50%;
  transition: all 0.2s;
}
.site-footer .l-link .l-nav-footer ul li a:hover::after {
  width: 1em;
}
.site-footer .l-company--link ._min {
  margin-top: 0.25em;
}
@media (max-width: 690px) {
  .site-footer .l-company--link ._min {
    text-align: center;
  }
}
.site-footer .l-company--link ul {
  display: flex;
  margin-top: 1em;
}
.site-footer .l-company--link ul li {
  width: 33%;
}
.site-footer .l-company--link ul li a {
  display: block;
  padding: 1em;
  text-align: center;
  position: relative;
}
.site-footer .l-company--link ul li a::before {
  content: "";
  height: 1.6em;
  width: 1px;
  background-color: #d0d0d0;
  position: absolute;
  left: 0em;
  top: 1em;
}
.site-footer .l-company--link ul li:last-child a::after {
  content: "";
  height: 1.6em;
  width: 1px;
  background-color: #d0d0d0;
  position: absolute;
  right: 0em;
  top: 1em;
}
@media (max-width: 520px) {
  .site-footer .l-company--link ul li:last-child a::after {
    content: none;
  }
}
@media (max-width: 520px) {
  .site-footer .l-company--link ul li:first-child a::before {
    content: none;
  }
}

#fooer-menu {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 690px) {
  #fooer-menu {
    display: block;
    margin-top: 1.7em;
    border-bottom: 1px solid #3b3b3b;
  }
}
#fooer-menu li a {
  display: block;
  color: #eee;
  padding: 0.5em 1em;
  position: relative;
  text-align: center;
  font-size: 0.9em;
}
@media (max-width: 690px) {
  #fooer-menu li a {
    padding: 1.3em 0;
    border-top: 1px solid #3b3b3b;
  }
}
#fooer-menu li a::before {
  content: "";
  height: 5px;
  width: 5px;
  background: #d92027;
  border-radius: 50%;
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
}

html.loading body {
  visibility: hidden;
}

html.loading #loadingLogo {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

#loadingLogo {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  z-index: 10000;
  display: none;
  background: #111;
  background: linear-gradient(126deg, rgb(17, 17, 17) 15%, rgb(255, 70, 70) 50%, rgb(217, 32, 39) 70%, rgb(17, 17, 17) 100%);
}

#loadingLogo.show {
  display: block;
  animation: fadein-keyframes 1s ease 2.5s 1 forwards;
}

#loadingLogo .loading-anime-img {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 260px;
  animation: logo-fadein-up 1.2s ease 0.5s both; /* ←追加 */
}
@media (max-width: 690px) {
  #loadingLogo .loading-anime-img {
    max-width: 50%;
  }
}

#loadingLogo .loading-anime-line {
  background-color: #fff;
  background-color: #d92027;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 60%;
  transform: scale(0, 1);
  animation: loading 1.5s ease 0.5s 1 forwards;
}

#loadingLogo .loading-anime-line:before {
  content: "";
  width: 15px;
  height: 15px;
  background: #d92027;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 9999px;
}

#loadingLogo .loading-anime-line:after {
  content: "";
  width: 15px;
  height: 15px;
  background: #d92027;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border-radius: 9999px;
}

@keyframes loading {
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(0, 1);
  }
}
@keyframes fadein-keyframes {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes logo-fadein-up {
  0% {
    opacity: 0;
    transform: translate(-50%, -80%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}/*# sourceMappingURL=common-plus.css.map */