/*********************************

_base.scss

*********************************/
* {
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  word-break: break-word;
  font-family: "Noto Sans JP", sans-serif !important;
  font-style: normal;
}

body {
  color: #68717a;
}

figure {
  margin: 0;
}

img {
  margin: 0 auto;
  display: block;
  width: 100%;
  height: auto;
}

.hideScroll {
  overflow: hidden;
}

.loader {
  display: block;
  border: 4px solid #fff;
  border-radius: 50%;
  border-top: 4px solid #C8A44E;
  width: 3rem;
  height: 3rem;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

.loader-screen {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  z-index: 9999;
  overflow: hidden;
}
.loader-screen__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
  width: 100vw;
}
.loader-screen__logo {
  opacity: 0;
  width: 28rem;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}
.loader-screen__logo:before {
  -webkit-animation: shine 3s infinite;
          animation: shine 3s infinite; /* 2s duration, infinite loop */
  -webkit-animation-delay: 1s;
          animation-delay: 1s; /* Delay before starting the animation */
}
.loader-screen__logo.is-active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.about-us,
.services,
.partnership,
.message,
.certification,
.newsroom,
.contact,
.faq {
  position: relative;
}
.about-us__mainWrapper,
.services__mainWrapper,
.partnership__mainWrapper,
.message__mainWrapper,
.certification__mainWrapper,
.newsroom__mainWrapper,
.contact__mainWrapper,
.faq__mainWrapper {
  position: relative;
  z-index: 2;
}

.contact .shapeBg--4 {
  top: auto;
  bottom: -14%;
  width: 22%;
  height: 40%;
}

.shapeBg {
  content: "";
  position: absolute;
  top: 7%;
  left: 0;
  display: inline-block;
  width: 44%;
  height: 64%;
  -webkit-box-shadow: 4px 2px 14px rgba(136, 136, 136, 0.1);
          box-shadow: 4px 2px 14px rgba(136, 136, 136, 0.1);
  z-index: 1;
}
.shapeBg--2 {
  margin: 0;
  top: 0;
  left: auto;
  right: 0;
  width: 16%;
  height: 28%;
}
.shapeBg--3 {
  margin: 0;
  top: 0;
  left: auto;
  right: 0;
  width: 20%;
  height: 20%;
}
.shapeBg--4 {
  top: auto;
  bottom: 5%;
  width: 26%;
  height: 40%;
}
.shapeBg.no-shadow {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.shapeBg.is-white {
  background-color: #fff;
}
.shapeBg.is-gold {
  background-color: #ad8c3a;
  -webkit-box-shadow: 4px 2px 14px rgba(136, 136, 136, 0.6);
  box-shadow: 4px 2px 14px rgba(136, 136, 136, 0.6);
}
.shapeBg.is-gray {
  background-color: #f6f6f6;
}

.is-bg-gray {
  background-color: #f6f6f6;
}

.is-bg-white {
  background-color: #fff;
}

.shine {
  position: relative;
  overflow: hidden;
}
.shine::before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  content: "";
  display: block;
  height: 100%;
  left: -75%;
  position: absolute;
  top: 0;
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
  width: 50%;
  z-index: 2;
}

.slowFadeIn span {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease, -webkit-filter 0.5s ease;
  transition: opacity 0.5s ease, -webkit-filter 0.5s ease;
  transition: opacity 0.5s ease, filter 0.5s ease;
  transition: opacity 0.5s ease, filter 0.5s ease, -webkit-filter 0.5s ease;
  -webkit-transition: opacity 0.5s ease, filter 0.5s ease;
  -o-transition: opacity 0.5s ease, filter 0.5s ease;
}

.colorGold1 {
  color: #ad8c3a;
}

.colorGray2 {
  color: #68717a;
}

a:hover {
  color: #ad8c3a;
}

@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
  .shapeBg {
    top: 2rem;
    width: 24rem;
    height: 22rem;
  }
  .shapeBg--2 {
    top: 0;
    left: auto;
    width: 9rem;
    height: 6rem;
  }
  .shapeBg--3 {
    left: auto;
    right: 0;
    top: -4rem;
    width: 12rem;
    height: 8rem;
  }
  .shapeBg--4 {
    top: auto;
    bottom: 2rem;
    width: 16rem;
    height: 8rem;
  }
  .contact .shapeBg--3 {
    top: -2rem;
  }
  .contact .shapeBg--4 {
    bottom: -4rem;
    width: 12rem;
    height: 8rem;
  }
}
@media (max-width: 768px) {
  .loader-screen__logo {
    padding: 1rem;
    width: 24rem;
  }
}
@media (max-width: 600px) {
  .shapeBg {
    top: 2rem;
    width: 14rem;
    height: 16rem;
  }
  .shapeBg--2 {
    top: 42%;
    left: auto;
    width: 7rem;
    height: 4rem;
  }
  .shapeBg--3 {
    left: auto;
    right: 0;
    top: -2rem;
    width: 6rem;
    height: 4rem;
  }
  .shapeBg--4 {
    top: auto;
    bottom: 4rem;
    width: 11rem;
    height: 6rem;
  }
  .contact .shapeBg--3 {
    top: -1.25rem;
  }
  .contact .shapeBg--4 {
    bottom: -2rem;
    width: 8rem;
    height: 4rem;
  }
}
@media (max-width: 425px) {
  .loader-screen__logo {
    padding: 1rem;
    width: 18rem;
  }
}
/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.btn {
  min-width: 180px;
  font-weight: 600;
  color: #fff;
  background-color: #000;
  border: none;
  outline: none !important;
}
.btn:hover, .btn:focus {
  color: #fff !important;
}
.btn:before {
  background: #ad8c3a !important;
}

.maintenanceContent__body {
  width: 100vw;
  height: 100vh;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.maintenanceContent__bodyTitle {
  font-size: 3.3333333333vw;
  line-height: 1.2;
}
.maintenanceContent__bodySubtxt {
  font-size: 2.3611111111vw;
  line-height: 1.35;
}

@media (max-width: 767px) {
  .maintenanceContent__bodyTitle {
    font-size: 7.4666666667vw;
  }
  .maintenanceContent__bodySubtxt {
    font-size: 4.8vw;
    line-height: 1.35;
  }
}