@charset "UTF-8";
* {
  -webkit-tap-highlight-color: transparent;
}

html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, table, tr, th, td, form, figure {
  font-size: inherit;
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

summary {
  display: block;
}

table {
  border-collapse: collapse;
  empty-cells: show;
}

th, td {
  text-align: left;
  vertical-align: top;
}

li {
  list-style: none;
}

img {
  vertical-align: top;
}

input, textarea, select {
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

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

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

[disabled] {
  cursor: not-allowed;
}

input[type=button]:not([disabled]), input[type=submit]:not([disabled]), input[type=reset]:not([disabled]),
button[type=button]:not([disabled]),
button[type=submit]:not([disabled]),
button[type=reset]:not([disabled]) {
  cursor: pointer;
}

img,
video {
  max-width: 100%;
}

html:not(.mobile) a[href^="tel:"] {
  pointer-events: none;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  color: #231d1d;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 0.14rem;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  body {
    font-size: 0.24rem;
    line-height: 1.5;
  }
}

#wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  #wrap {
    position: static;
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
  }
}

html,
:root {
  font-size: 6.1728395062vh;
}
@media screen and (max-width: 750px) {
  html,
:root {
    font-size: 13.3333333333vw;
  }
}

.contents {
  height: 100%;
  display: flex;
}
@media screen and (max-width: 750px) {
  .contents {
    display: block;
    height: auto;
    transform: none !important;
  }
}
.contents.afterScroll {
  transition: transform 0.8s ease-out;
}

@media screen and (max-width: 750px) {
  .wrap {
    width: auto;
    padding-right: 0.4rem;
    padding-left: 0.4rem;
  }
}

img {
  width: 100%;
}

.sp {
  display: none;
}

@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }

  .sp {
    display: unset;
  }
}
html:not(.mobile) .hov {
  transition: opacity 0.3s;
}
@supports (filter: brightness(100%)) {
  html:not(.mobile) .hov {
    transition-property: filter;
  }
}
html:not(.mobile) .hov:hover {
  opacity: 0.8;
}
@supports (filter: brightness(100%)) {
  html:not(.mobile) .hov:hover {
    filter: brightness(110%);
    opacity: 1;
  }
}

@-webkit-keyframes circle {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes circle {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes updown {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, 25%, 0);
  }
}
@keyframes updown {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, 25%, 0);
  }
}
.gNav .btn--menu {
  display: block;
  border: none;
  padding: 0;
  position: fixed;
  top: 0.8rem;
  right: 1rem;
  z-index: 8100;
  border-radius: 0;
  background: transparent;
  mix-blend-mode: difference;
}
@media screen and (max-width: 750px) {
  .gNav .btn--menu {
    top: 0.58rem;
    right: 0.4rem;
  }
}
.gNav .btn--menu .bar {
  width: 0.5rem;
  height: 0.4rem;
  position: relative;
}
.gNav .btn--menu .bar::before, .gNav .btn--menu .bar::after,
.gNav .btn--menu .bar span {
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  background: #fff;
  transition: 0.2s;
}
.gNav .btn--menu .bar::before, .gNav .btn--menu .bar::after {
  content: "";
  transition-property: transform;
}
.gNav .btn--menu .bar::before {
  top: 50%;
  transform: translate3D(0, -0.2rem, 0);
}
.gNav .btn--menu .bar::after {
  bottom: 50%;
  transform: translate3D(0, 0.2rem, 0);
}
.gNav .btn--menu .bar span {
  top: 50%;
  transform: translate(0, -50%);
  transition-property: opacity;
}
.gNav.active .btn--menu .bar::before {
  transform: translate3D(0, -50%, 0) rotate(135deg);
}
.gNav.active .btn--menu .bar::after {
  transform: translate3D(0, 50%, 0) rotate(45deg);
}
.gNav.active .btn--menu .bar span {
  opacity: 0;
}
.gNav.active .navigation {
  transform: translate3d(0, 0, 0);
}
.gNav .navigation {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8000;
  background: rgba(255, 255, 255, 0.4);
  transform: translate3d(0, -100vh, 0);
  transition: transform 0.4s;
}
.gNav .navigation .list {
  box-sizing: border-box;
  width: 50%;
  height: 100vh;
  margin: 0 0 0 auto;
  padding: 2.12rem 0 0 2rem;
  background: #e0dfd8;
  font-family: "Cormorant Garamond", serif;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .gNav .navigation .list {
    width: auto;
    margin: 0;
    padding: 1.8rem 0 0 1rem;
    font-size: 0.5rem;
  }
}
.gNav .navigation .list li + li {
  margin: 1.3rem 0 0;
}
@media screen and (max-width: 750px) {
  .gNav .navigation .list li + li {
    margin: 0.9rem 0 0;
  }
}
.gNav .navigation .list ul {
  margin: 0.6rem 0 0;
  font-size: 0.36rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .gNav .navigation .list ul {
    margin: 0.5rem 0 0;
  }
}
.gNav .navigation .list ul .num {
  display: inline-block;
  width: 0.54rem;
  font-size: 0.26rem;
}
.gNav .navigation .list ul .ja {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 0.32rem;
  font-weight: 400;
  letter-spacing: 0;
}
.gNav .navigation .list ul .figure {
  font-family: "EB Garamond", serif;
}
.gNav .navigation .list ul li + li {
  margin: 0.36rem 0 0;
}
.gNav .navigation .list .instagram a {
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  background: url(../imgs/ico-inatagram.svg) 50% 50%/0.36rem auto no-repeat;
  box-shadow: inset 0 0 0 1px currentColor;
}
@media screen and (max-width: 750px) {
  .gNav .navigation .list .instagram a {
    width: 0.72rem;
    height: 0.72rem;
    background-size: 0.29rem auto;
  }
}

.gHeader {
  padding: 0.72rem 0 0 1.5rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .gHeader {
    padding: 0.5rem 0.4rem 1.2rem;
  }
}
.gHeader .branding .ci {
  width: 2.88rem;
}
.gHeader .scrollAssist {
  position: absolute;
  left: 1.5rem;
  bottom: 1.3rem;
  font-family: "Cormorant Garamond", serif;
  font-size: 0.28rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .gHeader .scrollAssist {
    display: none;
  }
}
.gHeader .scrollAssist span {
  display: block;
  width: 2.08rem;
  height: 1px;
  position: absolute;
  top: 50%;
  right: -2.26rem;
  z-index: 1;
  background: #000;
  -webkit-animation: scrollAssistArrow 1s infinite alternate;
          animation: scrollAssistArrow 1s infinite alternate;
}
@media screen and (-ms-high-contrast: none) {
  .gHeader .scrollAssist span {
    -webkit-animation-name: scrollAssistArrowIe;
            animation-name: scrollAssistArrowIe;
  }
}
@-webkit-keyframes scrollAssistArrow {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0.2rem, 0, 0);
  }
}
@keyframes scrollAssistArrow {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0.2rem, 0, 0);
  }
}
@-webkit-keyframes scrollAssistArrowIe {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes scrollAssistArrowIe {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(10px, 0, 0);
  }
}
.gHeader .scrollAssist span::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 0.055rem 0 0.055rem 0.09rem;
  border-left-color: #000;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
body.second .gHeader {
  padding-left: 2.5rem;
}
@media screen and (max-width: 750px) {
  body.second .gHeader {
    padding-left: 0.4rem;
    overflow: hidden;
  }
}
body.second .gHeader .bgText {
  position: absolute;
  bottom: 14.8rem;
  left: -0.13rem;
  color: #cfcfcb;
  font-family: "Cormorant Garamond", serif;
  font-size: 3.3rem;
  font-weight: 500;
  line-height: 0.7272727273;
  opacity: 0.25;
  z-index: -1;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
@media screen and (max-width: 750px) {
  body.second .gHeader .bgText {
    position: static;
    margin: 0.4rem -0.4rem 0;
    font-size: 2.6rem;
    line-height: 0.7692307692;
    transform: none;
  }
}
body.second .gHeader .text {
  padding: 5.7rem 0 0;
}
@media screen and (max-width: 750px) {
  body.second .gHeader .text {
    padding: 1.5rem 0 0 0.4rem;
  }
}
body.second .gHeader .text .num {
  font-family: "EB Garamond", serif;
  font-size: 0.4rem;
  font-weight: 400;
  line-height: 1;
}
body.second .gHeader .text .en {
  margin: 0.05rem 0 0.3rem;
  font-family: "Cormorant Garamond", serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  body.second .gHeader .text .en {
    font-size: 0.6rem;
  }
}
body.second .gHeader .text .ja {
  margin: 0.3rem 0 0.5rem;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  body.second .gHeader .text .ja {
    font-size: 0.56rem;
  }
}
body.second .gHeader .text .catch {
  line-height: 2;
  font-size: 0.36rem;
  letter-spacing: 0.05em;
}
body.second .gHeader .text .catch::before, body.second .gHeader .text .catch::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
body.second .gHeader .text .catch::before {
  margin-bottom: -0.5em;
}
body.second .gHeader .text .catch::after {
  margin-top: -0.5em;
}
@media screen and (max-width: 750px) {
  body.second .gHeader .text .catch {
    line-height: 1.9642857143;
    font-size: 0.28rem;
  }
  body.second .gHeader .text .catch::before, body.second .gHeader .text .catch::after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
  body.second .gHeader .text .catch::before {
    margin-bottom: -0.4821428571em;
  }
  body.second .gHeader .text .catch::after {
    margin-top: -0.4821428571em;
  }
}

.main .fadeIn {
  opacity: 0;
  transition: opacity 0.8s 0.8s;
}
.main .fadeIn.scrollIn {
  opacity: 1;
}
@media screen and (max-width: 750px) {
  .main .fadeIn_sp {
    opacity: 0;
    transition: opacity 0.8s 0.8s;
  }
  .main .fadeIn_sp.scrollIn {
    opacity: 1;
  }
}
.main .fadeUp {
  transform: translate3d(0, 10vh, 0);
  opacity: 0;
  transition: 0.8s 0.8s;
  transition-property: opacity transform;
}
.main .fadeUp.scrollIn {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
@media screen and (max-width: 750px) {
  .main .fadeUp_sp {
    transform: translate3d(0, 10vh, 0);
    opacity: 0;
    transition: 0.8s 0.8s;
    transition-property: opacity transform;
  }
  .main .fadeUp_sp.scrollIn {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.main .frameFadeIn {
  position: relative;
}
.main .frameFadeIn img {
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.8s 1.6s;
}
.main .frameFadeIn::before, .main .frameFadeIn::after {
  content: "";
  display: block;
  box-sizing: border-box;
  width: 0;
  height: 0;
  position: absolute;
  transition: 0.8s 0.8s;
  transition-property: width, height;
}
.main .frameFadeIn::before {
  border-top: 1px solid #cfcfcb;
  border-left: 1px solid #cfcfcb;
  top: 0;
  left: 0;
  transform-origin: top left;
}
.main .frameFadeIn::after {
  border-right: 1px solid #cfcfcb;
  border-bottom: 1px solid #cfcfcb;
  right: 0;
  bottom: 0;
  transform-origin: bottom right;
}
.main .frameFadeIn.scrollIn img {
  opacity: 1;
}
.main .frameFadeIn.scrollIn::before, .main .frameFadeIn.scrollIn::after {
  width: 100%;
  height: 100%;
}
.main .rollText {
  white-space: nowrap;
}
.main .rollText .holder {
  position: relative;
  overflow: hidden;
}
.main .rollText .spacer {
  visibility: hidden;
}
.main .rollText .roll {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: roll 10s linear infinite;
          animation: roll 10s linear infinite;
}
@-webkit-keyframes roll {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
@keyframes roll {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
.main .rollText--vertical .roll {
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
}
body.second .main figcaption {
  line-height: 2;
  font-size: 0.3rem;
  letter-spacing: 0.05em;
}
body.second .main figcaption::before, body.second .main figcaption::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
body.second .main figcaption::before {
  margin-bottom: -0.5em;
}
body.second .main figcaption::after {
  margin-top: -0.5em;
}
@media screen and (max-width: 750px) {
  body.second .main figcaption {
    font-size: 0.28rem;
  }
}
body.second .main figcaption.white {
  color: #fff;
}
body.second .main figcaption.bottomRight {
  position: absolute;
  right: 1rem;
  bottom: 1.3rem;
  z-index: 1;
  text-align: right;
}
@media screen and (max-width: 750px) {
  body.second .main figcaption.bottomRight {
    position: static;
    padding: 0.2rem 0.4rem 0;
    color: inherit;
    text-align: left;
  }
}
body.second .main figcaption.bottomOut {
  padding: 0.4rem 0 0;
}
@media screen and (max-width: 750px) {
  body.second .main figcaption.bottomOut {
    padding: 0.2rem 0 0;
  }
}

.gFooter {
  width: 36.7rem;
  display: flex;
}
@media screen and (max-width: 750px) {
  .gFooter {
    width: auto;
    display: block;
  }
}
.gFooter .navigation {
  display: flex;
  align-items: flex-end;
  box-sizing: border-box;
  width: 7.9rem;
  height: 100vh;
  padding: 0 1.2rem 1.32rem;
  font-family: "Cormorant Garamond", serif;
  font-size: 0.5rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .gFooter .navigation {
    display: none;
  }
}
.gFooter .navigation li {
  opacity: 0;
  transform: translate3d(7.9rem, 0, 0);
  transition: 1s ease-in-out;
  transition-property: opacity, transform;
}
.gFooter .navigation.scrollIn li {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.gFooter .navigation ul li {
  margin: 0.74rem 0 0;
}
.gFooter .navigation ul li ul {
  margin: 0 0 -0.06rem;
}
.gFooter .navigation ul li ul li {
  margin: 0.36rem 0 0;
  font-size: 0.36rem;
  letter-spacing: 0.05em;
}
.gFooter .navigation ul li ul .num {
  display: inline-block;
  width: 0.54rem;
  font-size: 0.26rem;
}
.gFooter .navigation ul li ul .ja {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 0.32rem;
  font-weight: 400;
  letter-spacing: 0;
}
.gFooter .navigation ul li ul .figure {
  font-family: "EB Garamond", serif;
}
.gFooter .navigation ul > li:nth-child(2) {
  transition-duration: 0.5s;
}
.gFooter .navigation ul > li:nth-child(2):first-child {
  transition-duration: 0.4s;
}
.gFooter .navigation ul > li:nth-child(2) li:first-child {
  transition-duration: 0.6s;
}
.gFooter .navigation ul > li:nth-child(2) li:nth-child(2) {
  transition-duration: 0.7s;
}
.gFooter .navigation ul > li:nth-child(2) li:nth-child(2) {
  transition-duration: 0.8s;
}
.gFooter .navigation ul > li:nth-child(2) li:nth-child(2) {
  transition-duration: 0.9s;
}
.gFooter .navigation ul > li:nth-child(2) li:last-child {
  transition-duration: 1s;
}
.gFooter .navigation ul > li:last-child {
  transition-duration: 1.1s;
}
.gFooter .navigation a.off {
  pointer-events: none;
}
.gFooter .ci {
  flex-grow: 1;
  padding: 6.5rem 0 0;
  position: relative;
  background: url(../imgs/img-ftr.jpg) 50% 0/cover no-repeat;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .gFooter .ci {
    box-sizing: border-box;
    height: 12.8rem;
    padding: 5.62rem 0 0;
    background-image: url(../imgs/img-ftr_sp.jpg);
  }
}
.gFooter .ci .logo {
  width: 4.62rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .gFooter .ci .logo {
    width: 3.8rem;
  }
}
.gFooter .ci .btInstagram {
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  margin: 5.8rem auto 0;
  background: url(../imgs/ico-inatagram_w.svg) 50% 50%/0.36rem auto no-repeat;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px #fff;
}
@media screen and (max-width: 750px) {
  .gFooter .ci .btInstagram {
    width: 0.72rem;
    height: 0.72rem;
    background-size: 0.29rem auto;
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translate(-50%);
  }
}
.gFooter .ci .btPagetop {
  width: 3.24rem;
  position: absolute;
  bottom: 1.22rem;
  left: 0.8rem;
  font-family: "Cormorant Garamond", serif;
  font-size: 0.28rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: right;
}
@media screen and (max-width: 750px) {
  .gFooter .ci .btPagetop {
    width: 3.1rem;
    right: 0.4rem;
    bottom: 1.4rem;
    left: auto;
    font-size: 0.24rem;
    transform: rotate(90deg);
    transform-origin: bottom right;
  }
}
.gFooter .ci .btPagetop span {
  display: block;
  width: 2rem;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  background: currentColor;
  -webkit-animation: pagetopArrow 1s infinite alternate;
          animation: pagetopArrow 1s infinite alternate;
}
@media screen and (-ms-high-contrast: none) {
  .gFooter .ci .btPagetop span {
    -webkit-animation-name: pagetopArrowIe;
            animation-name: pagetopArrowIe;
  }
}
@-webkit-keyframes pagetopArrow {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-0.2rem, 0, 0);
  }
}
@keyframes pagetopArrow {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-0.2rem, 0, 0);
  }
}
@-webkit-keyframes pagetopArrowIe {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-10px, 0, 0);
  }
}
@keyframes pagetopArrowIe {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-10px, 0, 0);
  }
}
.gFooter .ci .btPagetop span::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 0.055rem 0.09rem 0.055rem 0;
  border-right-color: currentColor;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.gFooter .ci .copyright {
  margin: 0.4rem 0 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 0.24rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .gFooter .ci .copyright {
    width: 100%;
    position: absolute;
    bottom: 0.4rem;
    left: 0;
    font-size: 0.2rem;
  }
}

.loading {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #d3d3c9;
}
.loading .content {
  position: relative;
}
.loading .content .text {
  position: relative;
  background-image: repeating-linear-gradient(90deg, #fff, #fff 50%, #42423d 50%, #42423d);
  background-position: 0 0;
  background-size: 200% 100%;
  color: transparent;
  font-family: "Cormorant Garamond", serif;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  -webkit-background-clip: text;
          background-clip: text;
  transition: background-position 0.1s;
}
@media screen and (-ms-high-contrast: none) {
  .loading .content .text {
    background: none;
    color: #42423d;
  }
}
@media screen and (max-width: 750px) {
  .loading .content .text {
    font-size: 0.42rem;
    line-height: 1.4285714286;
  }
}
/*# sourceMappingURL=common.css.map */