@charset "UTF-8";
.main .chevron .box .text .title, .main .chevron .lead .style .title {
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.main {
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .main .hero__title span {
    font-size: 0.9rem !important;
  }
}
.main .sectitle-en {
  background: linear-gradient(-35deg, #587a64 0%, #84988a 10%, #587a64 20%, #95a398 30%, #587a64 40%, #84988a 50%, #587a64 20%, #95a398 60%, #587a64 70%, #84988a 80%, #587a64 90%, #95a398 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 0.7rem;
  line-height: 1;
}
.main .sectitle-ja {
  font-size: 0.24rem;
  margin-top: 0.1rem;
}
@media screen and (max-width: 750px) {
  .main .sectitle-ja {
    font-size: 0.3rem;
    margin-top: 0.2rem;
  }
}
.main .theme {
  padding: 1rem 0 1.7rem;
}
@media screen and (max-width: 750px) {
  .main .theme {
    padding-bottom: 1.5rem;
  }
}
.main .theme .lead .catch {
  text-align: center;
  font-size: 0.36rem;
  line-height: 1.6;
}
.main .theme .lead .logo {
  width: 5.1rem;
  margin: 0.8rem auto 0;
  background: #6c5e03;
  border-radius: 0.15rem;
  border: 0.05rem solid #FFF;
  aspect-ratio: 507/118;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .main .theme .lead .logo {
    width: 55vw;
  }
}
.main .theme .lead .logo img {
  width: 45%;
  margin: 0 auto;
}
.main .theme .lead .image {
  margin-top: -0.2rem;
}
@media screen and (max-width: 750px) {
  .main .theme .lead .image {
    margin: 0 -0.4rem;
  }
}
.main .theme .item--01 {
  padding-top: 1.7rem;
}
.main .theme .item--01 .text .catch {
  font-size: 0.3rem;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .theme .item--01 .text .catch {
    font-size: 0.4rem;
  }
}
.main .theme .item--01 .text p {
  margin: 0.3rem 0 0;
}
@media screen and (min-width: 751px) {
  .main .theme .item--01 .text p {
    text-align: center;
  }
}
.main .theme .item--01 .images {
  display: grid;
  grid-template-columns: 8.7rem auto;
  gap: 0.1rem;
  margin-top: 0.4rem;
}
@media screen and (max-width: 750px) {
  .main .theme .item--01 .images {
    grid-template-columns: 1fr;
  }
}
.main .theme .item--01 .image--02 {
  height: 100%;
}
.main .theme .item--01 .image--02 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.main .areaescape {
  background: url(../imgs/bg01.png) center top/cover no-repeat;
  margin: 1.5rem 0 0;
  padding: 1.5rem 0;
}
@media screen and (max-width: 750px) {
  .main .areaescape {
    background-image: url(../imgs/bg01_sp.png);
  }
}
.main .areaescape .sectitle {
  text-align: center;
}
.main .areaescape .lead {
  padding-top: 0.7rem;
  display: grid;
  grid-template-columns: auto 7.5rem;
  gap: 0 0.7rem;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .main .areaescape .lead {
    grid-template-columns: 1fr;
  }
}
.main .areaescape .lead .text .catch {
  font-size: 0.3rem;
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  .main .areaescape .lead .text .catch {
    font-size: 0.36rem;
    text-align: center;
  }
}
.main .areaescape .lead .text p {
  margin: 0.4rem 0 0;
}
@media screen and (min-width: 751px) {
  .main .areaescape .lead .text p {
    font-size: 0.16rem;
  }
}
.main .areaescape .lead .text p + p {
  margin-top: 0.2rem;
}
@media screen and (max-width: 750px) {
  .main .areaescape .lead .image {
    margin-top: 0.4rem;
  }
}
.main .areaescape .item {
  display: grid;
  grid-template-columns: 3.4rem auto;
  grid-template-rows: 0.45rem auto;
  gap: 0.3rem 0.4rem;
  counter-increment: num;
}
.main .areaescape .items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.7rem;
  margin-top: 0.7rem;
}
@media screen and (max-width: 750px) {
  .main .areaescape .items {
    grid-template-columns: 1fr;
    gap: 0.8rem;
    margin-top: 0.8rem;
  }
}
@media screen and (max-width: 750px) {
  .main .areaescape .item {
    grid-template-columns: 3.2rem auto;
    grid-template-rows: 0.6rem auto;
    gap: 0.4rem;
  }
}
.main .areaescape .item .title {
  color: #FFF;
  text-align: center;
  padding: 0.03rem 0.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.2rem;
}
@media screen and (max-width: 750px) {
  .main .areaescape .item .title {
    font-size: 0.3rem;
    grid-column: 1/3;
    margin: 0;
  }
}
.main .areaescape .item .title:before {
  content: counter(num);
  font-size: 75%;
  width: 0.26rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #FFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.05rem;
  line-height: 1;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  .main .areaescape .item .title:before {
    width: 0.36rem;
    margin-right: 0.1rem;
  }
}
.main .areaescape .item p {
  letter-spacing: 0.1em;
  list-style: 1.8;
}
@media screen and (min-width: 751px) {
  .main .areaescape .item p {
    font-size: 0.16rem;
  }
}
.main .areaescape .item--01 .title {
  background: #6a9478;
}
.main .areaescape .item--01 .title:before {
  color: #6a9478;
}
.main .areaescape .item--01 .image {
  aspect-ratio: 310/360;
}
@media screen and (min-width: 751px) {
  .main .areaescape .item--01 .image {
    grid-row: 1/3;
    grid-column: 2/3;
  }
}
.main .areaescape .item--01 .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.main .areaescape .item--02 .title {
  background: #135d88;
}
.main .areaescape .item--02 .title:before {
  color: #135d88;
}
@media screen and (min-width: 751px) {
  .main .areaescape .item--02 .image {
    grid-row: 1/3;
    grid-column: 2/3;
  }
}
.main .areaescape .item--02 .image img {
  max-width: none;
  width: calc(100% + 0.5rem);
  margin-left: -0.5rem;
  mix-blend-mode: multiply;
}
@media screen and (min-width: 751px) {
  .main .areaescape .item--03 {
    grid-column: 1/3;
  }
}
.main .areaescape .item--03 .title {
  background: #bba57a;
}
.main .areaescape .item--03 .title:before {
  color: #bba57a;
}
@media screen and (max-width: 750px) {
  .main .areaescape .item--03 p {
    grid-column: 1/3;
  }
}
.main .areaescape .item--03 .images {
  display: grid;
  grid-template-columns: auto 2.6rem;
  gap: 0.1rem;
}
@media screen and (min-width: 751px) {
  .main .areaescape .item--03 .images {
    grid-row: 1/3;
    grid-column: 2/3;
  }
}
@media screen and (max-width: 750px) {
  .main .areaescape .item--03 .images {
    grid-column: 1/3;
    grid-template-columns: auto 2rem;
  }
}
@media screen and (max-width: 750px) {
  .main .areaescape .item--03 .image--01 {
    height: 100%;
  }
}
@media screen and (max-width: 750px) {
  .main .areaescape .item--03 .image--01 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 20% center;
       object-position: 20% center;
  }
}
.main .areaescape .box {
  background: #FFF;
  box-shadow: 0 0 0.5rem rgba(35, 24, 21, 0.08);
  margin-top: 1rem;
  padding: 0.5rem;
  position: relative;
  display: grid;
  grid-template-columns: 4.4rem 7rem;
  gap: 0.5rem;
  justify-content: flex-end;
  align-items: flex-start;
}
@media screen and (max-width: 750px) {
  .main .areaescape .box {
    grid-template-columns: 1fr;
    padding: 0.6rem 0.4rem;
  }
}
.main .areaescape .box .logo {
  position: absolute;
}
@media screen and (min-width: 751px) {
  .main .areaescape .box .logo {
    width: 0.8rem;
    top: 50%;
    left: 0.65rem;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 750px) {
  .main .areaescape .box .logo {
    width: 0.85rem;
    top: 0.6rem;
    left: 0.5rem;
  }
}
.main .areaescape .box .text .catch {
  font-size: 0.24rem;
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  .main .areaescape .box .text .catch {
    font-size: 0.34rem;
    padding-left: 1.3rem;
  }
}
.main .areaescape .box .text p {
  margin-top: 0.3rem;
  line-height: 1.8;
}
@media screen and (min-width: 751px) {
  .main .areaescape .box .text p {
    font-size: 0.16rem;
    letter-spacing: 0;
  }
}
.main .areaescape .box .images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.1rem;
}
@media screen and (max-width: 750px) {
  .main .areaescape .box .images {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 750px) {
  .main .areaescape .box .image {
    margin-bottom: 0.6rem;
  }
}
.main .chevron {
  padding: 1.5rem 0 0;
}
.main .chevron .sectitle {
  text-align: center;
}
.main .chevron .lead {
  padding-top: 0.7rem;
  display: grid;
  grid-template-columns: auto 6.5rem;
  gap: 0 0.7rem;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .main .chevron .lead {
    grid-template-columns: 1fr;
  }
}
.main .chevron .lead .text .catch {
  font-size: 0.3rem;
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  .main .chevron .lead .text .catch {
    font-size: 0.36rem;
    text-align: center;
  }
}
.main .chevron .lead .text .catch .kerning {
  margin: -0.4em;
}
.main .chevron .lead .text p {
  margin: 0.4rem 0 0;
  letter-spacing: 0;
}
@media screen and (min-width: 751px) {
  .main .chevron .lead .text p {
    font-size: 0.16rem;
    line-height: 2.2;
  }
}
.main .chevron .lead .text p + p {
  margin-top: 0.2rem;
}
.main .chevron .lead .style {
  margin: 0.7rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .chevron .lead .style {
    margin: 0.8rem 0 0;
  }
}
.main .chevron .lead .style .title {
  background: #6a9478;
  color: #FFF;
  text-align: center;
  font-size: 0.2rem;
}
@media screen and (max-width: 750px) {
  .main .chevron .lead .style .title {
    font-size: 0.3rem;
  }
}
.main .chevron .lead .style .items {
  display: grid;
  grid-template-columns: 2.6rem 4rem;
  justify-content: space-between;
  margin-top: 0.3rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .main .chevron .lead .style .items {
    grid-template-columns: 2.5rem 3.5rem;
  }
}
.main .chevron .lead .style .items:before {
  width: 0.2rem;
  aspect-ratio: 20/42;
  display: block;
  position: absolute;
  top: 0.8rem;
  left: 37%;
  background: url(../imgs/img_arrow01.png) center/contain no-repeat;
  content: "";
}
@media screen and (max-width: 750px) {
  .main .chevron .lead .style .items:before {
    top: 0.65rem;
    left: 40%;
  }
}
.main .chevron .lead .style .item .images {
  display: grid;
  grid-template-columns: auto auto;
  gap: 0.1rem;
}
.main .chevron .lead .style .item .image--01 {
  width: 1.6rem;
  margin: 0 auto;
}
.main .chevron .lead .style .item .image--02 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right center;
     object-position: right center;
}
.main .chevron .lead .style .item p {
  margin-top: 0.3rem;
  line-height: 1.7;
}
@media screen and (max-width: 750px) {
  .main .chevron .lead .style .item p {
    font-size: 0.22rem;
    margin-top: 0.4rem;
  }
}
.main .chevron .lead > .image {
  aspect-ratio: 670/800;
}
@media screen and (max-width: 750px) {
  .main .chevron .lead > .image {
    margin-top: 0.8rem;
    aspect-ratio: 640/440;
  }
}
.main .chevron .lead > .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 65% center;
     object-position: 65% center;
}
@media screen and (max-width: 750px) {
  .main .chevron .lead > .image img {
    -o-object-position: 65% 70%;
       object-position: 65% 70%;
  }
}
.main .chevron .box {
  background: #FFF;
  box-shadow: 0 0 0.5rem rgba(35, 24, 21, 0.08);
  margin: 1rem 1.7rem 0;
  padding: 0.5rem;
  position: relative;
  display: grid;
  grid-template-columns: 4.4rem 3.8rem;
  gap: 1rem;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .main .chevron .box {
    grid-template-columns: 1fr;
    padding: 0.6rem 0.4rem;
    margin: 1rem 0 0;
  }
}
@media screen and (max-width: 750px) {
  .main .chevron .box .text {
    padding-left: 0.9rem;
  }
}
.main .chevron .box .text .title {
  color: #587a64;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  position: absolute;
  letter-spacing: 0;
  top: 0.5rem;
  left: 0.6rem;
  height: 100%;
  line-height: 1;
  font-size: 0.24rem;
}
@media screen and (max-width: 750px) {
  .main .chevron .box .text .title {
    font-size: 0.36rem;
    top: 0.6rem;
    left: 0.45rem;
  }
}
.main .chevron .box .text .catch {
  font-size: 0.24rem;
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  .main .chevron .box .text .catch {
    font-size: 0.34rem;
    padding-top: 0.2rem;
  }
}
.main .chevron .box .text p {
  margin-top: 0.3rem;
  line-height: 1.8;
}
@media screen and (min-width: 751px) {
  .main .chevron .box .text p {
    font-size: 0.16rem;
    letter-spacing: 0;
  }
}
.main .chevron .areamap {
  max-width: 12.8rem;
  margin: 0 auto;
  padding-top: 1.2rem;
}
.main .chevron .areamap .add {
  font-size: 0.18rem;
  border: 1px solid #e5e2da;
  text-align: center;
  width: 4.9rem;
  margin: 0 auto 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.05em;
  padding: 0.1rem 0.05rem 0.1rem 0.1rem;
}
@media screen and (max-width: 750px) {
  .main .chevron .areamap .add {
    width: auto;
    font-size: 0.24rem;
    margin-bottom: 0.3rem;
  }
}
.main .chevron .areamap .add:before {
  width: 1em;
  aspect-ratio: 1;
  display: inline-block;
  background: #cd6108;
  border-radius: 50%;
  line-height: 1;
  margin-right: 0.05rem;
  position: relative;
  top: 0.01rem;
  content: "";
}
.main .chevron .areamap .mapBox {
  position: relative;
}
@media screen and (max-width: 750px) {
  .main .chevron .areamap .mapBox .map {
    margin: 0 -0.2rem;
  }
}
@media screen and (min-width: 751px) {
  .main .chevron .areamap .mapBox .map figcaption {
    padding-right: 0.3rem;
    top: calc(100% - 0.3rem);
  }
}
@media screen and (max-width: 750px) {
  .main .chevron .areamap .mapBox .map figcaption {
    padding-right: 0.1rem;
  }
}
.main .chevron .areamap .mapBox .list li {
  position: absolute;
  top: 0;
  color: #FFFFFF;
  font-size: 0.2rem;
  width: 0.4rem;
  aspect-ratio: 1;
  border-radius: 0.4rem;
  border: 1px solid #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 0;
  line-height: 1;
  box-sizing: border-box;
  padding-bottom: 0.02rem;
  transition: filter 0.3s ease;
  -webkit-animation: ripple 4s linear infinite;
          animation: ripple 4s linear infinite;
  background-color: #cd6108;
}
@media screen and (max-width: 750px) {
  .main .chevron .areamap .mapBox .list li {
    padding: 0;
  }
}
.main .chevron .areamap .mapBox .list li:hover {
  filter: brightness(1.1);
}
@-webkit-keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(187, 165, 122, 0.7);
  }
  25% {
    box-shadow: 0 0 0 0.3rem rgba(187, 165, 122, 0);
  }
  100% {
    box-shadow: 0 0 0 0.3rem rgba(187, 165, 122, 0);
  }
}
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(187, 165, 122, 0.7);
  }
  25% {
    box-shadow: 0 0 0 0.3rem rgba(187, 165, 122, 0);
  }
  100% {
    box-shadow: 0 0 0 0.3rem rgba(187, 165, 122, 0);
  }
}
.main .chevron .areamap .mapBox .list li[data-name=areamap01] {
  left: 30%;
  top: 58%;
}
.main .chevron .areamap .mapBox .list li[data-name=areamap02] {
  left: 26.5%;
  top: 71%;
}
@media screen and (max-width: 750px) {
  .main .chevron .areamap .mapBox .list li[data-name=areamap02] {
    top: 73%;
  }
}
.main .chevron .areamap .mapBox .list li[data-name=areamap03] {
  left: 37%;
  top: 58.5%;
}
.main .chevron .areamap .mapBox .list li[data-name=areamap04] {
  left: 52%;
  top: 71%;
}
@media screen and (max-width: 750px) {
  .main .chevron .areamap .mapBox .list li[data-name=areamap04] {
    top: 73%;
  }
}
.main .chevron .areamap .mapBox .list li[data-name=areamap05] {
  left: 72%;
  top: 36%;
}
.main .chevron .areamap .mapBox .list li[data-name=areamap06] {
  left: 78%;
  top: 42%;
}
.main .chevron .areamap .mapBox .list li[data-name=areamap07] {
  left: 73%;
  top: 52%;
}

body.modal_on {
  overflow: hidden;
}
body.modal_on .main::after {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9001;
  pointer-events: none;
}
body .modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9002;
  width: 100%;
  height: 100%;
  display: none;
}
@media screen and (max-width: 750px) {
  body .modal {
    width: calc(100vw - 2rem);
  }
}
body .modal > li {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 750px) {
  body .modal > li {
    width: 100%;
  }
}
body .modal > li .closeBtn {
  cursor: pointer;
  position: absolute;
  width: 0.4rem;
  height: 0.4rem;
  background-image: url(../imgs/close_btn.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: -0.5rem;
  right: -0.5rem;
}
@media screen and (max-width: 750px) {
  body .modal > li .closeBtn {
    width: 0.6rem;
    top: -0.7rem;
    right: -0.2rem;
  }
}
@media screen and (min-width: 751px) {
  body .modal > li .wrap {
    width: 10.4rem;
  }
}
@media screen and (max-width: 750px) {
  body .modal > li .wrap {
    width: 100%;
    padding: 0;
  }
}
body .modal > li .box {
  background: #FFF;
  display: grid;
  grid-template-columns: 4.8rem auto;
  align-items: center;
}
@media screen and (max-width: 750px) {
  body .modal > li .box {
    grid-template-columns: 1fr;
  }
}
body .modal > li .box .image {
  position: relative;
}
@media screen and (max-width: 750px) {
  body .modal > li .box .image {
    aspect-ratio: 640/440;
  }
}
@media screen and (max-width: 750px) {
  body .modal > li .box .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
body .modal > li .box .image figcaption {
  line-height: 1.5;
  box-sizing: border-box;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.12rem;
  letter-spacing: 0.07em;
  font-feature-settings: "plat";
  padding: 0.1rem;
}
body .modal > li .box .image figcaption::before, body .modal > li .box .image figcaption::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
body .modal > li .box .image figcaption::before {
  margin-bottom: -0.25em;
}
body .modal > li .box .image figcaption::after {
  margin-top: -0.25em;
}
@media screen and (max-width: 750px) {
  body .modal > li .box .image figcaption {
    font-size: 0.18rem;
  }
}
body .modal > li .box .image figcaption.bottomRight {
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #FFF;
}
body .modal > li .box .text {
  padding: 0.8rem;
}
@media screen and (max-width: 750px) {
  body .modal > li .box .text {
    padding: 0.6rem 0.4rem;
  }
}
body .modal > li .box .text .icon {
  background-color: #cd6108;
  color: #FFFFFF;
  font-size: 0.2rem;
  width: 0.4rem;
  aspect-ratio: 1;
  border-radius: 0.4rem;
  border: 1px solid #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0;
  line-height: 1;
  box-sizing: border-box;
  padding-bottom: 0.03rem;
  margin: 0 auto 0.2rem;
}
@media screen and (max-width: 750px) {
  body .modal > li .box .text .icon {
    padding-bottom: 0;
    width: 0.6rem;
    font-size: 0.3rem;
  }
}
body .modal > li .box .text .ttl {
  font-size: 0.3rem;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 750px) {
  body .modal > li .box .text .ttl {
    font-size: 0.36rem;
  }
}
body .modal > li .box .text p {
  margin-top: 0.4rem;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 751px) {
  body .modal > li .box .text p {
    font-size: 0.16rem;
  }
}
body .modal > li .nextBtn,
body .modal > li .prevBtn {
  position: absolute;
  width: 0.4rem;
  height: 0.4rem;
  border: 1px solid;
  border-color: #FFFFFF #FFFFFF transparent transparent;
  top: 50%;
  cursor: pointer;
}
body .modal > li .prevBtn {
  left: -0.8rem;
  border-color: transparent transparent #FFFFFF #FFFFFF;
  transform: rotate(45deg) translateY(-50%);
}
body .modal > li .nextBtn {
  right: -0.4rem;
  border-color: #FFFFFF #FFFFFF transparent transparent;
  transform: rotate(45deg) translateY(-50%);
}/*# sourceMappingURL=unique.css.map */