@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
*::before,
*::after {
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
}

@media all and (max-width: 991px) {
  html {
    font-size: 58%;
  }
}
@media all and (max-width: 767px) {
  html {
    font-size: 56%;
  }
}
@media all and (max-width: 575px) {
  html {
    font-size: 52%;
  }
}
body {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-feature-settings: "palt" on;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

body, select, input, textarea, p, i, a, li, th, td, span, h1, h2, h3, h4, h5, small {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  margin: auto;
  color: #656356;
}

.en {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-optical-sizing: auto;
  font-weight: 500;
}

body {
  background-color: #e6e6e6;
}

body, select, input, textarea, p, i, a, li, th, td, span, dt, dd {
  font-size: 1.8rem;
  line-height: 1.8;
}

@media all and (max-width: 575px) {
  body, select, input, textarea, p, i, a, li, th, td, span, dt, dd {
    font-size: 3.5vw;
    letter-spacing: 0.5vw;
  }
}
h1, h2, h3, h4, h5 {
  font-weight: 500;
}

::-moz-selection {
  background: #f0f0f0;
  color: #ccc;
}

::selection {
  background: #f0f0f0;
  color: #ccc;
}

::-moz-selection {
  background: #f0f0f0;
  color: #ccc;
}

img {
  height: auto;
}

a {
  text-decoration: none;
  outline: none;
}
a img {
  transition: all 0.3s;
}

a:hover {
  color: #a7a497;
  text-decoration: none;
}
a:hover img {
  opacity: 0.6;
}

p.just {
  text-align: justify;
  text-justify: inter-ideograph;
}

ul {
  padding: 0;
}

.just {
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

#nav {
  position: fixed;
  background-color: rgba(101, 99, 86, 0.8);
  top: 0;
  left: 0;
  width: calc(100% - 575px);
  height: 100%;
  z-index: 9999;
  padding: 100px 60px 60px 60px;
  transition: all 0.2s;
  display: flex;
  flex-flow: wrap;
  justify-content: space-around;
  align-items: center;
  overflow-y: auto;
  opacity: 0;
  pointer-events: none;
}
#nav ul li a {
  color: white;
}
#nav ul li a:hover {
  color: #dbcd90;
}
#nav ul dl dt, #nav ul dl dd {
  line-height: 1.5;
  letter-spacing: 1px;
}
#nav ul#menu li {
  margin: 2.5rem auto;
}
#nav ul#menu dl dt {
  font-size: 3rem;
  font-weight: 500;
}
#nav ul#menu dl dd {
  font-size: 1.6rem;
  letter-spacing: 2px;
  padding-left: 0.2rem;
}
#nav ul#menu li.menu {
  opacity: 0;
}
#nav ul#sub {
  margin-top: 4rem;
  opacity: 0;
}
#nav ul#sub li {
  display: inline-block;
  margin-right: 1.5em;
  color: white;
  font-size: 2rem;
}
#nav ul#sub li a {
  color: white;
  font-size: 2rem;
}
#nav ul#sub li a:hover {
  color: #dbcd90;
}

@media all and (min-width: 1800px) {
  #nav {
    width: 45%;
  }
}
@media all and (max-width: 1199px) {
  #nav {
    width: calc(100% - 499px);
  }
}
@media all and (max-width: 991px) {
  #nav {
    width: 100%;
    background: none;
    padding: 0;
  }
  #nav .inner {
    padding: 6rem;
    width: 100%;
    max-width: 575px;
    min-height: 100vh;
    min-height: 100dvh;
    position: relative;
    margin: auto;
    background-color: rgba(101, 99, 86, 0.8);
    display: flex;
    flex-flow: wrap;
    justify-content: space-around;
    align-items: center;
  }
}
@media all and (max-width: 575px) {
  #nav {
    width: 100%;
  }
  #nav .inner {
    padding: 12vw;
  }
  #nav ul#menu li {
    margin: 4vw auto;
  }
  #nav ul#menu dl dt {
    font-size: 4.8vw;
    letter-spacing: 0.2vw;
  }
  #nav ul#menu dl dd {
    font-size: 2.8vw;
    letter-spacing: 0.2vw;
    font-weight: 400;
  }
  #nav ul#sub {
    margin-top: 8vw;
  }
  #nav ul#sub li {
    margin-right: 4vw;
    font-size: 3.5vw;
  }
  #nav ul#sub li a {
    font-size: 3.5vw;
    letter-spacing: 0.2vw;
  }
}
#nav::-webkit-scrollbar {
  width: 3px;
}

#nav::-webkit-scrollbar-thumb {
  background-color: white;
}

a.none {
  pointer-events: none;
}

#menuWarp {
  position: absolute;
  top: 5rem;
  left: 5rem;
  display: grid;
  place-items: center;
  width: 50px;
  height: 25px;
  z-index: 9999999999;
}
#menuWarp #menuBtn {
  position: relative;
  width: 100%;
  height: 20px;
  cursor: pointer;
}
#menuWarp #menuBtn span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #656356;
  transition: all 0.4s;
}
#menuWarp #menuBtn span:nth-of-type(1) {
  top: 2px;
  animation: menu-bar01 0.2s forwards;
}
#menuWarp #menuBtn span:nth-of-type(2) {
  bottom: 2px;
  animation: menu-bar02 0.2s forwards;
}
#menuWarp #menuBtn:hover span:nth-of-type(1) {
  top: 0;
}
#menuWarp #menuBtn:hover span:nth-of-type(2) {
  bottom: 0;
}

@media all and (max-width: 1199px) {
  #menuWarp #menuBtn span {
    height: 2px;
  }
}
@media all and (max-width: 991px) {
  #menuWarp {
    position: fixed;
    left: calc((100% - 575px) / 2);
    width: 575px;
    display: block;
    place-items: unset;
    padding-left: 4rem;
  }
  #menuWarp #menuBtn {
    width: 40px;
    height: 18px;
  }
  @keyframes menu-bar01 {
    0% {
      transform: translateY(6px) rotate(35deg);
    }
    50% {
      transform: translateY(6px) rotate(0);
    }
    100% {
      transform: translateY(0) rotate(0);
    }
  }
  @keyframes menu-bar02 {
    0% {
      transform: translateY(-6px) rotate(-35deg);
    }
    50% {
      transform: translateY(-6px) rotate(0);
    }
    100% {
      transform: translateY(0) rotate(0);
    }
  }
}
@keyframes menu-bar01 {
  0% {
    transform: translateY(7px) rotate(35deg);
  }
  50% {
    transform: translateY(7px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar02 {
  0% {
    transform: translateY(-7px) rotate(-35deg);
  }
  50% {
    transform: translateY(-7px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@media all and (max-width: 575px) {
  #menuWarp {
    width: auto;
    top: 4rem;
    left: 3rem;
    padding-left: 0;
  }
  #menuWarp #menuBtn {
    width: 5rem;
    height: 2rem;
  }
}
body.view #nav {
  opacity: 1;
  pointer-events: auto;
  transition: all 0.2s;
}
body.view #menuWarp #menuBtn span {
  background-color: white;
}
body.view #menuWarp #menuBtn span:nth-of-type(1) {
  animation: active-menu-bar01 0.2s forwards;
}
body.view #menuWarp #menuBtn span:nth-of-type(2) {
  animation: active-menu-bar02 0.2s forwards;
}
body.view #menuWarp #menuBtn:hover span:nth-of-type(1) {
  top: 2px !important;
}
body.view #menuWarp #menuBtn:hover span:nth-of-type(2) {
  bottom: 2px !important;
}
body.view #nav ul#menu li#menu01 {
  animation: fadeInLeft 0.3s ease 0.2s 1 forwards;
}
body.view #nav ul#menu li#menu02 {
  animation: fadeInLeft 0.3s ease 0.3s 1 forwards;
}
body.view #nav ul#menu li#menu03 {
  animation: fadeInLeft 0.3s ease 0.4s 1 forwards;
}
body.view #nav ul#menu li#menu04 {
  animation: fadeInLeft 0.3s ease 0.5s 1 forwards;
}
body.view #nav ul#menu li#menu05 {
  animation: fadeInLeft 0.3s ease 0.6s 1 forwards;
}
body.view #nav ul#menu li#menu06 {
  animation: fadeInLeft 0.3s ease 0.7s 1 forwards;
}
body.view #nav ul#menu li#menu07 {
  animation: fadeInLeft 0.3s ease 0.8s 1 forwards;
}
body.view #nav ul#sub {
  animation: fadeInLeft 0.3s ease 1s 1 forwards;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(6.5px) rotate(0);
  }
  100% {
    transform: translateY(6.5px) rotate(35deg);
  }
}
@keyframes active-menu-bar02 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-6.5px) rotate(0);
  }
  100% {
    transform: translateY(-6.5px) rotate(-35deg);
  }
}
@media all and (max-width: 991px) {
  @keyframes active-menu-bar01 {
    0% {
      transform: translateY(0) rotate(0);
    }
    50% {
      transform: translateY(6px) rotate(0);
    }
    100% {
      transform: translateY(6px) rotate(35deg);
    }
  }
  @keyframes active-menu-bar02 {
    0% {
      transform: translateY(0) rotate(0);
    }
    50% {
      transform: translateY(-6px) rotate(0);
    }
    100% {
      transform: translateY(-6px) rotate(-35deg);
    }
  }
}
@media all and (max-width: 575px) {
  @keyframes active-menu-bar01 {
    0% {
      transform: translateY(0) rotate(0);
    }
    50% {
      transform: translateY(0.7rem) rotate(0);
    }
    100% {
      transform: translateY(0.7rem) rotate(35deg);
    }
  }
  @keyframes active-menu-bar02 {
    0% {
      transform: translateY(0) rotate(0);
    }
    50% {
      transform: translateY(-0.7rem) rotate(0);
    }
    100% {
      transform: translateY(-0.7rem) rotate(-35deg);
    }
  }
}
#intro {
  background-image: url(../img/intro.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100% - 575px);
  height: 100vh;
  height: 100dvh;
}
#intro #logo {
  position: absolute;
  top: 5rem;
  right: 5rem;
  width: 150px;
}

@media all and (min-width: 1800px) {
  #intro {
    width: 45%;
  }
}
@media all and (max-width: 1199px) {
  #intro {
    width: calc(100% - 499px);
  }
}
@media all and (max-width: 991px) {
  #intro {
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    width: 575px;
    aspect-ratio: 1/1.4;
    margin: auto;
  }
}
@media all and (max-width: 575px) {
  #intro {
    width: 100%;
  }
  #intro #logo {
    top: 8vw;
    right: 8vw;
    width: 28vw;
  }
}
#wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 575px;
  min-height: 100vh;
  background-color: white;
}
#wrapper .container {
  padding: 0 5rem;
}

@media all and (min-width: 1800px) {
  #wrapper {
    position: relative;
    margin-left: 45%;
  }
}
@media all and (max-width: 1199px) {
  #wrapper {
    max-width: 499px;
  }
}
@media all and (max-width: 991px) {
  #wrapper {
    position: relative;
    top: auto;
    right: auto;
    max-width: 575px;
    min-height: none;
    margin: auto;
  }
}
@media all and (max-width: 575px) {
  #wrapper .container {
    padding: 0 8vw;
  }
}
#side {
  display: none;
}

@media all and (min-width: 1800px) {
  #side {
    display: grid;
    place-items: center;
    position: fixed;
    top: 0;
    right: 0;
    width: calc(55% - 575px);
    height: 100vh;
    text-align: center;
  }
  #side h2.title {
    margin-bottom: 1rem;
    font-size: 2.6rem;
    line-height: 1.4;
  }
  #side h2.title small {
    font-weight: 500;
    letter-spacing: 2px;
  }
  #side .tel a {
    font-size: 3rem;
    font-weight: 600;
  }
  #side p {
    font-size: 1.6rem;
    font-weight: 600;
  }
  #side .line {
    margin-top: 2rem;
  }
  #side .line a {
    display: block;
    background-color: #656356;
    width: 100%;
    max-width: 280px;
    margin: auto;
  }
}
.sec {
  padding: 6rem 0;
}
.sec h2.title {
  text-align: center;
  margin-bottom: 5rem;
  font-size: 3rem;
  line-height: 1.6;
  font-weight: 600;
}
.sec h2.title small {
  font-weight: 400;
  display: block;
  font-size: 1.6rem;
  margin-top: 1rem;
}
.sec h3.dot {
  position: relative;
  text-align: center;
  margin: 4rem auto 2rem auto;
}
.sec h3.dot span {
  display: inline-block;
  background-color: white;
  padding: 0 2rem;
  position: relative;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1;
}
.sec h3.dot::before {
  content: "";
  background: radial-gradient(circle farthest-side, #656356, #656356 30%, transparent 30%, transparent);
  background-size: 10px;
  background-repeat: repeat-x;
  position: absolute;
  display: inline-block;
  bottom: calc(50% - 5px);
  left: 0;
  width: 100%;
  height: 10px;
}
.sec p {
  line-height: 2;
  font-size: 2rem;
}
.sec .dotted {
  position: relative;
}
.sec .dotted::after {
  content: "";
  background-image: linear-gradient(to right, #656356, #656356 4px, transparent 3px, transparent 3px);
  background-size: 5px 1px;
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  left: 34%;
  width: 32%;
  height: 1px;
}

.sec.gray {
  background-color: #F0F0ED;
}

@media all and (max-width: 575px) {
  .sec {
    padding: 14vw 0;
  }
  .sec h2.title {
    margin-bottom: 10vw;
    font-size: 5.5vw;
  }
  .sec h2.title small {
    font-size: 3vw;
    margin-top: 1vw;
  }
  .sec h3.dot {
    margin: 6vw auto 3vw auto;
  }
  .sec h3.dot span {
    padding: 0 4vw;
    font-size: 5vw;
  }
  .sec p {
    font-size: 4vw;
  }
}
#concept {
  background-image: url(../img/concept_back.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10rem 0;
}
#concept h2, #concept p {
  color: white;
}
#concept p {
  margin-bottom: 5rem;
}

@media all and (max-width: 575px) {
  #concept {
    padding: 20vw 0;
  }
  #concept h2.title {
    margin-bottom: 8vw;
  }
  #concept p {
    margin-bottom: 10vw;
    font-size: 3.8vw;
  }
}
#about h2.title {
  font-size: 2.4rem;
  margin-bottom: 4rem;
}
#about p {
  padding-top: 4rem;
}

@media all and (max-width: 575px) {
  #about h2.title {
    font-size: 4.2vw;
    margin-bottom: 8vw;
  }
  #about p {
    padding-top: 8vw;
    font-size: 3.8vw;
  }
}
.splide img {
  width: 270px;
  height: auto;
  border-radius: 3px;
}

#plan .img {
  background-image: url(../img/plan.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 110%;
  margin-bottom: 6rem;
}
#plan #price {
  text-align: center;
}
#plan #price ul {
  margin-bottom: 2rem;
}
#plan #price ul li {
  margin-bottom: 1.5rem;
}
#plan #price ul li span {
  display: block;
  max-width: 250px;
  line-height: 2.5;
  background-color: #656356;
  color: white;
  font-size: 2.6rem;
  font-weight: 600;
  padding-bottom: 0.2rem;
  border-radius: 3px;
}
#plan #price p {
  font-size: 2.2rem;
  font-weight: 600;
}
#plan #price p small {
  font-size: 1.6rem;
  font-weight: 600;
}
#plan h3.dot span {
  background-color: #F0F0ED;
  font-size: 2.2rem;
  font-weight: 600;
}
#plan #include dl {
  display: table;
  background-color: white;
  width: 100%;
  margin: auto;
  border-radius: 3px;
}
#plan #include dl dt, #plan #include dl dd {
  display: table-cell;
  vertical-align: middle;
  padding: 0.5rem;
}
#plan #include dl dt {
  width: 50px;
}
#plan #include dl dd {
  font-size: 1.7rem;
  font-weight: 600;
  padding-left: 0;
}

@media all and (max-width: 575px) {
  #plan .img {
    margin-bottom: 12vw;
  }
  #plan #price ul {
    margin-bottom: 4vw;
  }
  #plan #price ul li {
    margin-bottom: 3vw;
  }
  #plan #price ul li span {
    max-width: 60vw;
    font-size: 5.5vw;
    padding-bottom: 0.6vw;
  }
  #plan #price p {
    font-size: 4vw;
  }
  #plan #price p small {
    font-size: 3vw;
  }
  #plan h3.dot span {
    font-size: 4vw;
    padding: 0 2.5vw;
  }
  #plan #include dl dt, #plan #include dl dd {
    padding: 0.6vw;
  }
  #plan #include dl dt {
    width: 9vw;
  }
  #plan #include dl dd {
    font-size: 3.2vw;
    letter-spacing: 0.4vw;
    padding-left: 0;
  }
}
#place {
  text-align: center;
}
#place h2.title {
  margin-bottom: 2.5rem;
}
#place p.txt2 {
  font-size: 1.8rem;
  font-weight: 500;
}
#place .splide {
  margin: 3rem auto;
}

@media all and (max-width: 575px) {
  #place {
    text-align: center;
  }
  #place h2.title {
    margin-bottom: 4.5vw;
  }
  #place p.txt {
    font-size: 3.7vw;
  }
  #place p.txt2 {
    font-size: 3.5vw;
  }
  #place .splide {
    margin: 8vw auto;
  }
}
#timeline {
  text-align: center;
}
#timeline ol {
  list-style: none;
  padding: 0;
}
#timeline ol li {
  background-color: white;
  padding: 2.5rem 0 3rem 0;
  margin-bottom: 6rem;
  position: relative;
  border-radius: 5px;
}
#timeline ol li h3 {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
#timeline ol li i {
  font-style: normal;
  display: block;
  font-size: 2.8rem;
  font-weight: 600;
}
#timeline ol li p {
  line-height: 1.8;
  font-weight: 500;
  font-size: 1.9rem;
}
#timeline ol li:after {
  content: "";
  width: 20px;
  height: 20px;
  border: 0;
  border-bottom: solid 2px #656356;
  border-right: solid 2px #656356;
  transform: rotate(45deg);
  position: absolute;
  bottom: -3.5rem;
  left: calc(50% - 10px);
  margin: auto;
}
#timeline ol li:last-child {
  margin: auto;
}
#timeline ol li:last-child:after {
  border: none;
}

@media all and (max-width: 575px) {
  #timeline ol li {
    padding: 5vw 0 6vw 0;
    margin-bottom: 12vw;
    border-radius: 3px;
  }
  #timeline ol li h3 {
    font-size: 5vw;
    margin-bottom: 2vw;
  }
  #timeline ol li i {
    font-size: 5vw;
  }
  #timeline ol li p {
    font-size: 3.8vw;
    letter-spacing: normal;
  }
  #timeline ol li:after {
    content: "";
    width: 6vw;
    height: 6vw;
    border: 0;
    border-bottom: solid 2px #656356;
    border-right: solid 2px #656356;
    transform: rotate(45deg);
    position: absolute;
    bottom: -7.5vw;
    left: calc(50% - 3vw);
  }
}
#recommend {
  background-image: url(../img/recommend.webp);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 4rem;
}
#recommend h2.title {
  color: white;
  margin-bottom: 3rem;
}
#recommend h2.title small {
  color: white;
}
#recommend ul {
  text-align: right;
  padding: 0;
}
#recommend ul li {
  text-align: center;
  width: 65%;
  background-color: rgba(255, 255, 255, 0.5);
  margin: auto 0 1rem auto;
  padding: 1.5rem;
  font-size: 1.7rem;
  line-height: 1.8;
  font-weight: 500;
  border-radius: 3px;
}
#recommend ul li span {
  display: inline-block;
}

@media all and (max-width: 575px) {
  #recommend {
    padding-bottom: 8vw;
  }
  #recommend h2.title {
    margin-bottom: 6vw;
  }
  #recommend ul li {
    margin: auto 0 2.5vw auto;
    padding: 3vw 1.5vw;
    font-size: 3.4vw;
    width: 50vw;
    letter-spacing: normal;
  }
  #recommend ul li span {
    letter-spacing: normal;
  }
}
#contact {
  background-color: #656356;
  text-align: center;
}
#contact h2.title {
  color: white;
  margin-bottom: 1rem;
}
#contact h2.title small {
  color: white;
}
#contact .tel a {
  color: white;
  font-size: 3.8rem;
}
#contact .tel a:hover {
  opacity: 0.6;
}
#contact p {
  color: white;
  font-weight: 500;
  line-height: 1.4;
}
#contact .line {
  margin-top: 3rem;
}
#contact .line a {
  display: block;
  background-color: white;
  width: 90%;
  margin: auto;
  border-radius: 3px;
}
#contact .line a:hover {
  background-color: #F0F0ED;
}
#contact .line a:hover img {
  opacity: 1;
}

@media all and (min-width: 1800px) {
  #contact {
    display: none;
  }
}
@media all and (max-width: 575px) {
  #contact h2.title {
    margin-bottom: 2vw;
  }
  #contact .tel a {
    font-size: 7vw;
  }
  #contact p {
    font-size: 3.5vw;
  }
  #contact .line {
    margin-top: 6vw;
  }
}
#footer {
  text-align: center;
  padding: 3rem 1rem;
}
#footer p {
  margin: auto;
  font-weight: 400;
}

@media all and (max-width: 575px) {
  #footer {
    padding: 6vw 2vw;
  }
  #footer p {
    font-size: 3.5vw;
  }
}
#fix {
  display: none;
}

@media all and (max-width: 575px) {
  #fix {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
  }
  #fix ul {
    margin: auto;
    padding: 0;
  }
  #fix ul li {
    display: inline-block;
    margin: auto 1.5vw;
  }
  #fix ul li a {
    display: block;
    padding: 1vw 15vw;
    position: relative;
  }
  #fix ul li a img {
    height: 10vw;
    width: auto;
  }
  #fix ul li a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(230, 230, 230, 0.8);
    mix-blend-mode: multiply;
    z-index: 1;
    border-radius: 1.5vw 1.5vw 0 0;
  }
  #fix ul li a:hover bo img {
    opacity: 1;
  }
  #fix ul li a:hover::before {
    background-color: rgb(225, 225, 225);
    border-radius: 1.5vw 1.5vw 0 0;
  }
}
/* Print styles
-------------------------------------------------------------------------------*/
@media print {
  a[href]:after {
    content: "" !important;
  }
  abbr[title]:after {
    content: "" !important;
  }
}/*# sourceMappingURL=common.css.map */