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

html, body {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  font-weight: 400;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  color: #070D27;
  overflow-wrap: anywhere;
  font-size: 15px;
}
@media screen and (max-width: 374px) {
  html, body {
    font-size: 12.8px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  font-size: 1rem;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}

.select-wrap {
  position: relative;
}
.select-wrap::after {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  z-index: 2;
  width: 15px;
  height: 10px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  pointer-events: none;
}

input[type=submit],
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  outline: none;
  border: 1px solid rgb(190, 190, 190);
  padding: 10px;
  border-radius: 5px;
}

section {
  padding: 100px 0;
}
section.section-bottom {
  padding-bottom: 0;
}

.contents-wrapper {
  width: calc(100% - 100px);
  max-width: 1120px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .contents-wrapper {
    width: calc(100% - 32px);
  }
}
.contents-wrapper.mini {
  max-width: 736px;
}
.contents-wrapper.big {
  width: 100%;
  max-width: 1920px;
}

.ipad-block {
  display: none;
}
@media (max-width: 1023px) {
  .ipad-block {
    display: block;
  }
}

@media (max-width: 1023px) {
  .ipad-none {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
.main-contents {
  text-align: left;
  word-wrap: break-word;
  line-height: 200%;
}
.main-contents p:not(:last-child) {
  margin-bottom: 15px;
}
.main-contents img:not(.emoji) {
  width: 50% !important;
  height: auto !important;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .main-contents img:not(.emoji) {
    width: 100% !important;
  }
}

.left-float {
  float: left;
}

.right-float {
  float: right;
}

.clear {
  clear: both;
}

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

a {
  text-decoration: none;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

a:hover {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.color-black {
  color: rgb(0, 0, 0);
}

.color-white {
  color: rgb(255, 255, 255);
}

table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0;
}

.block-item {
  display: block;
}

.inlineblock-item {
  display: inline-block;
}

.inline-item {
  display: inline;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.right-flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.white-space {
  white-space: nowrap;
}

figure {
  margin: 0;
  padding: 0;
}

.small-text {
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 2em;
}

.ja-text {
  letter-spacing: 0.04em;
  line-height: 2em;
}

.en-text {
  letter-spacing: 0.04em;
  line-height: 1.6em;
}

.en-title {
  font-family: "Cinzel", serif;
  font-weight: 400;
  font-size: 60px;
  line-height: 0.9em;
  letter-spacing: 0.1em;
}
.en-title.small {
  margin-bottom: 40px;
  font-size: 50px;
}

.en-btn {
  font-family: "Cinzel", serif;
  font-size: 30px;
  line-height: 0.9em;
  letter-spacing: 0.1em;
}

.nav {
  font-family: "Cinzel", serif;
  font-size: 24px;
  line-height: 0.9em;
  letter-spacing: 0.1em;
}

.ja-title {
  font-weight: 500;
  font-size: 32px;
  line-height: 1.6em;
}
@media (max-width: 767px) {
  .ja-title {
    font-size: 28px;
  }
}
.ja-title.h3 {
  font-size: 24px;
}
@media (max-width: 767px) {
  .ja-title.h3 {
    font-size: 20px;
  }
}
.ja-title.h4 {
  font-size: 21px;
}

.ja-btn {
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: 0.04em;
}
.ja-btn.small {
  font-size: 12px;
}

.border-link {
  padding-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  color: #5D2C95;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  color: #5D2C95;
  border-bottom: 1px solid #5D2C95;
}
.border-link.arrow::after {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 24px;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #5D2C95;
  -webkit-mask-image: url("../../images/icon-arrow-right.svg");
          mask-image: url("../../images/icon-arrow-right.svg");
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.border-link.back::before {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 24px;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #5D2C95;
  -webkit-mask-image: url("../../images/icon-arrow-right.svg");
          mask-image: url("../../images/icon-arrow-right.svg");
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.border-link:hover::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.border-link:hover::before {
  -webkit-transform: translateX(-5px) rotate(180deg);
          transform: translateX(-5px) rotate(180deg);
}

.google-link {
  margin-top: 5px;
  color: #5D2C95;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.google-link img {
  width: 16px;
  margin: 0;
}

.blank-link {
  color: rgb(255, 255, 255);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 2px;
}
.blank-link:not(:last-child) {
  margin-bottom: 6px;
}
.blank-link::after {
  content: "";
  display: block;
  width: 22px;
  aspect-ratio: 1/1;
  background-color: rgb(255, 255, 255);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-image: url("../../images/blank-icon.svg");
          mask-image: url("../../images/blank-icon.svg");
}
.blank-link.small {
  gap: 1px;
}
.blank-link.small::after {
  width: 16px;
}

.page-top-link {
  position: fixed;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  bottom: 10px;
  right: 0;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  color: rgb(255, 255, 255);
  background-color: #070D27;
  padding: 9px 20px 7px 5px;
  border-radius: 10px 0 0 10px;
  z-index: 10000;
  cursor: pointer;
}
.page-top-link span {
  display: inline-block;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.page-top-link img {
  position: absolute;
  right: 10px;
  bottom: 55%;
  width: 80px;
}

:lang(ja) .page-top-link span {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.dot-list li {
  text-indent: -20px;
  padding-left: 20px;
}
.dot-list li::before {
  margin-right: 5px;
  content: "・";
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100000;
  padding: 40px 49px 40px 40px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media (max-width: 767px) {
  header {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 170px;
    padding: 15px 26px 15px 15px;
  }
}
header:not(.top) {
  background-image: url("../../images/header-bg.png");
}
@media (max-width: 767px) {
  header:not(.top) {
    background-image: url("../../images/header-bg-sp.png");
  }
}
header.is-active {
  background-image: none;
  padding: 10px 49px 10px 40px;
}
@media (max-width: 767px) {
  header.is-active {
    padding: 10px 26px 10px 15px;
  }
}
header.is-active .header-logo .black {
  opacity: 1;
}
header.is-active .language-box a {
  color: #070D27;
}
header.is-active .language-box a.gt-current-lang {
  border-color: #070D27;
}
header.is-active .instagram::before {
  background-color: #070D27;
}
header.is-active .drawer-hamburger .drawer-hamburger-icon {
  background-color: #070D27;
}
header.is-active .drawer-hamburger .drawer-hamburger-icon::before, header.is-active .drawer-hamburger .drawer-hamburger-icon::after {
  background-color: #070D27;
}
header .header-logo {
  position: relative;
  width: 214px;
}
@media (max-width: 767px) {
  header .header-logo {
    width: 120px;
  }
}
header .header-logo .black {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
header .language-box a {
  position: relative;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
header .language-box a:not(:last-of-type) {
  margin-right: 10px;
}
header .language-box a:not(:last-of-type)::after {
  pointer-events: none;
  position: absolute;
  top: 0;
  right: -8px;
  content: "|";
  display: inline-block;
}
header .language-box a.gt-current-lang {
  font-weight: 400;
  border-bottom: 1px solid rgb(255, 255, 255);
}
header .instagram::before {
  content: "";
  display: block;
  width: 40px;
  aspect-ratio: 1/1;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: rgb(255, 255, 255);
  -webkit-mask-image: url("../../images/instagram.svg");
          mask-image: url("../../images/instagram.svg");
}

.header-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}

.drawer--right .drawer-hamburger {
  padding: 5px 0 10px;
  position: relative;
  width: 22px;
}
.drawer--right .drawer-hamburger .drawer-hamburger-icon {
  margin-top: 0;
  background-color: rgb(255, 255, 255);
}
.drawer--right .drawer-hamburger .drawer-hamburger-icon::before, .drawer--right .drawer-hamburger .drawer-hamburger-icon::after {
  background-color: rgb(255, 255, 255);
}
.drawer--right .drawer-hamburger .drawer-hamburger-icon::before {
  top: -8px;
}
.drawer--right .drawer-hamburger .drawer-hamburger-icon::after {
  top: 8px;
}
.drawer--right nav.drawer-nav {
  width: 100%;
  max-width: 390px;
  right: 0;
  padding: 85px 32px 50px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transform: 0.5s;
          transform: 0.5s;
}
@media (max-width: 767px) {
  .drawer--right nav.drawer-nav {
    padding: 72px 16px 50px;
  }
}
.drawer--right .navi-logo {
  margin-bottom: 30px;
  width: 107px;
}
.drawer--right .drawer-menu {
  border-top: 1px solid #D9D9D9;
}
.drawer--right .drawer-menu .ja-btn {
  display: block;
  margin-top: 20px;
  color: #070D27;
}
@media (max-width: 767px) {
  .drawer--right .drawer-menu .ja-btn {
    margin-top: 21px;
  }
}
.drawer--right .drawer-menu .ja-btn span::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #5D2C95;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.drawer--right .drawer-menu .ja-btn:hover span::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.drawer--right .drawer-menu .main-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 17px 0;
  color: #070D27;
  border-bottom: 1px solid #D9D9D9;
}
@media (max-width: 767px) {
  .drawer--right .drawer-menu .main-page {
    padding: 16px 0;
  }
}
.drawer--right .drawer-menu .main-page::after {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 24px;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #5D2C95;
  -webkit-mask-image: url("../../images/icon-arrow-right.svg");
          mask-image: url("../../images/icon-arrow-right.svg");
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.drawer--right .drawer-menu .main-page:hover::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.drawer--right .drawer-menu .blank-link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  color: #070D27;
}
.drawer--right .drawer-menu .blank-link::after {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 24px;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #5D2C95;
  -webkit-mask-image: url("../../images/blank-icon.svg");
          mask-image: url("../../images/blank-icon.svg");
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.drawer--right.drawer-open button.drawer-hamburger {
  top: -20px;
  right: 0;
}
@media (max-width: 767px) {
  .drawer--right.drawer-open button.drawer-hamburger {
    top: 0;
  }
}
.drawer--right.drawer-open button.drawer-hamburger .drawer-hamburger-icon {
  background-color: transparent;
}
.drawer--right.drawer-open button.drawer-hamburger .drawer-hamburger-icon::before, .drawer--right.drawer-open button.drawer-hamburger .drawer-hamburger-icon::after {
  top: 0;
  background-color: #070D27;
}
.drawer--right.drawer-open button.drawer-hamburger .drawer-hamburger-icon::before {
  -webkit-transform: rotate(33deg);
          transform: rotate(33deg);
}
.drawer--right.drawer-open button.drawer-hamburger .drawer-hamburger-icon::after {
  -webkit-transform: rotate(-33deg);
          transform: rotate(-33deg);
}
.drawer--right.drawer-open nav.drawer-nav {
  -webkit-transform: translate(0);
          transform: translate(0);
}

footer {
  color: rgb(255, 255, 255);
  background-color: #1A0941;
  padding: 60px 0 20px;
}
footer a {
  color: rgb(255, 255, 255);
}
footer a span::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 2px;
  background-color: rgb(255, 255, 255);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
footer a:hover span:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
footer .footer-logo {
  max-width: 316px;
  margin-left: 0;
  margin-bottom: 26px;
}
footer .footer-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 32px;
}
footer .copy-right {
  margin-top: 59px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.fv-section {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  z-index: 11;
  height: 100vh;
  width: 100%;
}
.fv-section .nav-bg {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-fit: bottom;
     object-fit: bottom;
  height: 149px;
}
@media (max-width: 767px) {
  .fv-section .nav-bg {
    height: 170px;
  }
}
.fv-section .fv-logo {
  position: absolute;
  top: 57%;
  z-index: 2;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 300px;
}
@media (max-width: 1500px) {
  .fv-section .fv-logo {
    top: 60%;
  }
}
@media (max-width: 767px) {
  .fv-section .fv-logo {
    top: 53%;
  }
}
.fv-section .swiper-pagination {
  bottom: 35px;
}
@media (max-width: 1500px) {
  .fv-section .swiper-pagination {
    bottom: 25px;
  }
}
.fv-section .swiper-pagination-bullet {
  width: 40px;
  height: 3px;
  background-color: rgb(255, 255, 255);
  border-radius: 0;
}

.fv-wrapper .swiper.fv-swiper {
  position: sticky;
  top: 0;
  left: 0;
  height: 100vh;
}
.fv-wrapper .swiper.fv-swiper .swiper-wrapper {
  height: 100vh;
}
.fv-wrapper .swiper.fv-swiper .swiper-slide {
  height: auto;
}
.fv-wrapper .swiper.fv-swiper .swiper-slide img {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .fv-wrapper .swiper.fv-swiper .swiper-slide img {
    -o-object-position: left;
       object-position: left;
  }
}

.greting-bg-image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
}

.greeting-section {
  position: relative;
  z-index: 13;
  padding-top: 60px;
  background-color: rgba(245, 242, 240, 0.8);
  backdrop-filter: blur(5px);
}
@media (max-width: 767px) {
  .greeting-section {
    padding-top: 58px;
    padding-bottom: 136px;
  }
}
.greeting-section .contents-wrapper {
  position: relative;
  z-index: 1;
}
.greeting-section .ja-title {
  margin-bottom: 20px;
}
.greeting-section .ja-title.h3 {
  margin-bottom: 40px;
}
.greeting-section .greeting-image {
  margin-bottom: 40px;
  max-width: 254px;
  width: 50%;
}
.greeting-section .greeting-text {
  max-width: 477px;
  margin: auto;
}

.bg-white {
  background-color: rgb(255, 255, 255);
}

.collection-section {
  position: relative;
  z-index: 13;
  padding-top: 0;
}

.collection-image-title {
  -webkit-transform: translateY(-80px);
          transform: translateY(-80px);
  margin: 0 auto -17px;
  max-width: 280px;
}
@media (max-width: 767px) {
  .collection-image-title {
    margin-bottom: -20px;
  }
}

.collection-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 80px;
}
@media (max-width: 1200px) {
  .collection-wrapper {
    gap: 22px 50px;
  }
}
.collection-wrapper:not(:last-child) {
  margin-bottom: 100px;
}
.collection-wrapper:nth-of-type(odd) {
  margin-left: 80px;
}
@media (max-width: 1200px) {
  .collection-wrapper:nth-of-type(odd) {
    margin-left: 50px;
  }
}
@media (max-width: 1023px) {
  .collection-wrapper:nth-of-type(odd) {
    margin-left: 0;
  }
}
.collection-wrapper:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-right: 80px;
}
@media (max-width: 1200px) {
  .collection-wrapper:nth-of-type(even) {
    margin-right: 50px;
  }
}
@media (max-width: 1023px) {
  .collection-wrapper:nth-of-type(even) {
    margin-right: 0;
  }
}
.collection-wrapper .text-box {
  padding-top: 45px;
  width: calc(50% - 80px);
  max-width: 560px;
  border-top: 20px;
}
.collection-wrapper .text-box.blue {
  -o-border-image: linear-gradient(270deg, rgb(128, 165, 197) 0%, rgb(3, 76, 139) 100%) 1/20px 0 0;
     border-image: -webkit-gradient(linear, right top, left top, from(rgb(128, 165, 197)), to(rgb(3, 76, 139))) 1/20px 0 0;
     border-image: linear-gradient(270deg, rgb(128, 165, 197) 0%, rgb(3, 76, 139) 100%) 1/20px 0 0;
}
.collection-wrapper .text-box.purple {
  -o-border-image: linear-gradient(270deg, rgb(133, 94, 166) 0%, rgb(66, 54, 142) 100%) 1/20px 0 0;
     border-image: -webkit-gradient(linear, right top, left top, from(rgb(133, 94, 166)), to(rgb(66, 54, 142))) 1/20px 0 0;
     border-image: linear-gradient(270deg, rgb(133, 94, 166) 0%, rgb(66, 54, 142) 100%) 1/20px 0 0;
}
.collection-wrapper .text-box.red {
  -o-border-image: linear-gradient(270deg, rgb(209, 45, 0) 0%, rgb(200, 4, 105) 100%) 1/20px 0 0;
     border-image: -webkit-gradient(linear, right top, left top, from(rgb(209, 45, 0)), to(rgb(200, 4, 105))) 1/20px 0 0;
     border-image: linear-gradient(270deg, rgb(209, 45, 0) 0%, rgb(200, 4, 105) 100%) 1/20px 0 0;
}
@media (max-width: 1023px) {
  .collection-wrapper .text-box {
    width: 80%;
    max-width: 650px;
    padding-inline: 30px;
  }
}
@media (max-width: 767px) {
  .collection-wrapper .text-box {
    width: calc(100% - 32px);
    margin-inline: auto;
    padding-inline: 0;
  }
}
.collection-wrapper .image-box {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  width: 50%;
}
@media (max-width: 1023px) {
  .collection-wrapper .image-box {
    width: 80%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
@media (max-width: 767px) {
  .collection-wrapper .image-box {
    width: 100%;
  }
}

.collection-title {
  margin-bottom: 25px;
  font-family: "Cinzel", serif;
  font-size: 80px;
  line-height: 0.9em;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .collection-title {
    font-size: 60px;
  }
}

.news-section {
  background-color: #F4F4F4;
}

.news-list {
  margin-bottom: 67px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 32px;
}
@media (max-width: 1023px) {
  .news-list {
    gap: 40px 20px;
  }
}
.news-list .no-posts {
  font-size: 2rem;
  text-align: center;
  margin: 0 auto;
  text-transform: capitalize;
}
.news-list li {
  width: calc((100% - 64px) / 3);
}
@media (max-width: 1023px) {
  .news-list li {
    width: calc((100% - 40px) / 3);
  }
}
@media (max-width: 767px) {
  .news-list li {
    width: 100%;
  }
}
.news-list a {
  color: #070D27;
}
.news-list .image-box {
  margin-bottom: 5px;
}
.news-list .image-box img {
  aspect-ratio: 352/235;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
.news-list .list-title {
  margin-top: 9px;
}
.news-list .list-title span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.info-section .en-title {
  margin-inline: auto;
}
@media (max-width: 767px) {
  .info-section .en-title {
    width: 85%;
  }
}

.info-wrapper {
  margin-top: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767px) {
  .info-wrapper {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.info-wrapper a {
  display: block;
  color: rgb(255, 255, 255);
  height: 540px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 32px;
}
@media (max-width: 1023px) {
  .info-wrapper a {
    height: 390px;
  }
}
.info-wrapper a.faq-link {
  background-image: url("../../images/faq-bg.jpg");
}
.info-wrapper a.staff-link {
  background-image: url("../../images/staff-bg.jpg");
}
@media (max-width: 767px) {
  .info-wrapper a.staff-link {
    background-image: url("../../images/staff-bg-sp.jpg");
  }
}
.info-wrapper a:hover .border-link::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.info-wrapper .border-link {
  margin-bottom: 5px;
  color: rgb(255, 255, 255);
  width: 100%;
  border-color: rgb(255, 255, 255);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.info-wrapper .border-link::after {
  background-color: rgb(255, 255, 255);
}

.access-section .contents-wrapper {
  max-width: 1160px;
}

.google-map {
  margin-bottom: 80px;
  height: 540px;
}
@media (max-width: 767px) {
  .google-map {
    height: 220px;
  }
}

.company-name {
  margin-bottom: 40px;
}
.company-name img {
  margin-bottom: 6px;
  width: 192px;
}

.company-access-wrapper {
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 32px;
}
.company-access-wrapper .text-box {
  width: 50%;
}
@media (max-width: 1023px) {
  .company-access-wrapper .text-box {
    width: 100%;
  }
}
.company-access-wrapper .image-box {
  width: calc(50% - 32px);
}
@media (max-width: 1023px) {
  .company-access-wrapper .image-box {
    width: 100%;
  }
}
.company-access-wrapper .inner-box {
  padding: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  border-bottom: 1px solid #D9D9D9;
}
.company-access-wrapper .inner-box .title {
  width: 80px;
}
.company-access-wrapper .inner-box .contents {
  padding-right: 30px;
  width: calc(100% - 80px - 32px);
}
@media (max-width: 1200px) {
  .company-access-wrapper .inner-box .contents {
    padding-right: 0;
  }
}

.access-flow-wrapper {
  padding: 35px 32px;
  background-color: #F4F4F4;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr 32px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media (max-width: 1023px) {
  .access-flow-wrapper {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.access-flow-wrapper .flow-title {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #D9D9D9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 4px;
  text-transform: capitalize;
}
.access-flow-wrapper .flow-title img {
  width: 22px;
  margin: 0;
}
.access-flow-wrapper p,
.access-flow-wrapper .dot-list {
  line-height: 2em;
  letter-spacing: 0.04em;
}

.gion-image-wrapper {
  position: relative;
}

.after-fiexd {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.after-fiexd.active {
  position: fixed;
}

.gion-image-block {
  height: 540px;
}

.gion-section {
  padding-bottom: 110px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba(245, 242, 240, 0.8);
  backdrop-filter: blur(5px);
}
.gion-section .gion-title {
  margin-bottom: 37px;
}
.gion-section .ja-title {
  margin-top: 5px;
  display: block;
}
.gion-section .gion-logo {
  margin-bottom: 40px;
  width: 180px;
}
.gion-section .gion-text {
  margin-top: 16px;
  margin-bottom: 48px;
  line-height: 2.4em;
  letter-spacing: 0.04em;
}
.gion-section .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.gion-section .gion-swiper {
  text-align: center;
}
.gion-section .gion-swiper img {
  aspect-ratio: 544/363;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 7px;
}

@media (max-width: 767px) {
  .column-section .contents-wrapper {
    width: 100%;
  }
}

.column-wrapper {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 32px;
}
@media (max-width: 767px) {
  .column-wrapper {
    width: calc(100% - 32px);
    margin-inline: auto;
  }
}
.column-wrapper .text-box {
  width: calc(100% - 368px - 32px);
}
@media (max-width: 1023px) {
  .column-wrapper .text-box {
    width: 100%;
  }
}
.column-wrapper .image-box {
  width: 368px;
}
@media (max-width: 1023px) {
  .column-wrapper .image-box {
    width: 100%;
  }
}
.column-wrapper .image-box img:not(:last-child) {
  margin-bottom: 32px;
}
.column-wrapper .ja-title {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .column-wrapper .ja-title {
    font-size: 24px;
    letter-spacing: 0;
    margin-bottom: 15px;
  }
}
.column-wrapper p:not(:last-child) {
  margin-bottom: 27px;
}

.other-section {
  background: -webkit-gradient(linear, right top, left top, from(rgb(133, 94, 166)), to(rgb(66, 54, 142)));
  background: linear-gradient(270deg, rgb(133, 94, 166) 0%, rgb(66, 54, 142) 100%);
}
.other-section .en-title {
  color: rgb(255, 255, 255);
}

.other-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.other-link:not(:last-child) {
  margin-bottom: 30px;
}
.other-link .image-box {
  position: relative;
  width: 240px;
}
@media (max-width: 767px) {
  .other-link .image-box {
    width: 100%;
  }
}
.other-link .image-box img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.other-link .image-text {
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px 7px;
  font-size: 18px;
  line-height: 0.9em;
  letter-spacing: 0.1em;
  display: block;
  color: rgb(255, 255, 255);
  background-color: #070D27;
}
.other-link .text-box {
  padding: 32px;
  background-color: rgb(255, 255, 255);
  width: calc(100% - 240px);
  color: #070D27;
}
@media (max-width: 767px) {
  .other-link .text-box {
    width: 100%;
    padding: 16px 16px 13px;
  }
}
.other-link .ja-title {
  margin-bottom: 7px;
}
@media (max-width: 767px) {
  .other-link .ja-title {
    font-size: 24px;
  }
}
.other-link .arrow-link {
  color: #5D2C95;
  margin-top: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.other-link .arrow-link::after {
  content: "";
  display: block;
  width: 16px;
  aspect-ratio: 1/1;
  background-image: url("../../images/blank-icon.svg");
}

.page-top {
  padding-top: 250px;
}
@media (max-width: 767px) {
  .page-top {
    padding-top: 229px;
  }
}
.page-top .first-title {
  margin-bottom: 100px;
  text-align: center;
}
@media (max-width: 767px) {
  .page-top .first-title {
    margin-bottom: 60px;
    font-size: 59px;
  }
}

.page-faq-wrapper {
  border-top: 1px solid #D9D9D9;
}

.faq-box .q-box {
  border-bottom: 1px solid #D9D9D9;
  padding: 33px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 32px;
}
@media (max-width: 1023px) {
  .faq-box .q-box {
    padding: 32px 10px;
  }
}
@media (max-width: 767px) {
  .faq-box .q-box {
    gap: 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.faq-box .q-box::before {
  content: "Q";
  font-family: "Cinzel", serif;
  font-size: 30px;
  line-height: 0.9em;
  letter-spacing: 0.1em;
}
.faq-box .q-box::after {
  content: "";
  display: block;
  width: 24px;
  aspect-ratio: 1/1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("../../images/faq-icon.svg");
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.faq-box .q-box .q-inner {
  width: calc(100% - 29px - 24px - 64px);
  pointer-events: none;
}
@media (max-width: 767px) {
  .faq-box .q-box .q-inner {
    width: calc(100% - 29px - 24px - 32px);
  }
}
.faq-box .a-box {
  background-color: #F4F4F4;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
  overflow: hidden;
  max-height: 0;
  padding: 0 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 32px;
}
@media (max-width: 1023px) {
  .faq-box .a-box {
    padding-inline: 20px;
  }
}
@media (max-width: 767px) {
  .faq-box .a-box {
    gap: 16px;
  }
}
.faq-box .a-box.is-open {
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
  max-height: var(--max-height);
  opacity: 1;
  border-bottom: 1px solid #D9D9D9;
}
.faq-box .a-box::before {
  content: "A";
  font-family: "Cinzel", serif;
  font-size: 30px;
  line-height: 0.9em;
  letter-spacing: 0.1em;
  margin-top: 32px;
}
.faq-box .a-box .a-inner {
  width: calc(100% - 25px - 32px);
  padding: 32px 0;
}
@media (max-width: 767px) {
  .faq-box .a-box .a-inner {
    width: calc(100% - 25px - 16px);
  }
}

.staff-first-text {
  margin-bottom: 45px;
}

.staff-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767px) {
  .staff-wrapper {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.staff-wrapper .staff-box {
  position: relative;
  height: 373px;
}
.staff-wrapper .staff-box .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.staff-wrapper .staff-box .text-box {
  padding: 16px 16px 32px;
  height: 100%;
  color: rgb(255, 255, 255);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(62.5%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 62.5%, rgba(0, 0, 0, 0.6) 100%);
}
@media (max-width: 767px) {
  .staff-wrapper .staff-box .text-box {
    padding: 16px 16px 20px;
  }
}
@media (max-width: 767px) {
  .staff-wrapper .staff-box .ja-title {
    font-size: 24px;
  }
}
.staff-wrapper .staff-box .name {
  margin-top: 10px;
}
.staff-wrapper .staff-box .small {
  display: block;
}

.message-section {
  padding: 175px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: rgb(255, 255, 255);
  background-image: url("../../images/message-bg.jpg");
}
@media (max-width: 767px) {
  .message-section {
    padding: 153px 0;
  }
}

.contact-page-section {
  padding-bottom: 70px;
}
.contact-page-section a {
  color: #5D2C95;
  border-bottom: 1px solid #5D2C95;
}
.contact-page-section .tel-box {
  margin-bottom: 40px;
  padding: 32px;
  border: 1px solid #D9D9D9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}
.contact-page-section .tel-box h2 {
  width: 100%;
  text-align: center;
}
.contact-page-section .tel-box .tel-inner {
  text-align: center;
  padding: 22px 16px 13px;
  width: calc((100% - 16px) / 2);
  background-color: #F4F4F4;
}
@media (max-width: 767px) {
  .contact-page-section .tel-box .tel-inner {
    width: 100%;
  }
}
.contact-page-section .tel-box .tel-inner.mail {
  padding-block: 40px;
}
.contact-page-section .tel-box .tel-inner p:not(:last-child) {
  margin-bottom: 5px;
}

.form-wrapper .inner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
}
.form-wrapper .inner-box:not(:last-child) {
  margin-bottom: 15px;
}
.form-wrapper .title {
  width: 100px;
  overflow-wrap: anywhere;
}
.form-wrapper .contents {
  width: calc(100% - 100px - 16px);
}
@media (max-width: 767px) {
  .form-wrapper .contents {
    width: 100%;
  }
}
.form-wrapper .text-common {
  padding: 12px;
  display: block;
  width: 100%;
  background-color: #F4F4F4;
  border: 1px solid #D9D9D9;
}
.form-wrapper input.text-common {
  max-width: 244px;
}
@media (max-width: 767px) {
  .form-wrapper input.text-common {
    max-width: 100%;
  }
}
.form-wrapper textarea {
  height: 223px;
}
@media (max-width: 767px) {
  .form-wrapper textarea {
    height: 189px;
  }
}
.form-wrapper .border-link {
  padding-bottom: 5px;
  margin-top: 41px;
  border-bottom: 1px solid #5D2C95;
}

.page-news-section .news-list {
  margin-bottom: 70px;
  row-gap: 73px;
}
@media (max-width: 767px) {
  .page-news-section .news-list {
    row-gap: 69px;
  }
}

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wp-pagenavi a, .wp-pagenavi span {
  border: none;
  font-size: 20px;
  font-family: "Cinzel", serif;
  letter-spacing: 0.1em;
  line-height: 0.9em;
  color: #070D27;
  aspect-ratio: 1/1;
  width: 50px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wp-pagenavi a.current, .wp-pagenavi span.current {
  background-color: #5D2C95;
  color: rgb(255, 255, 255);
  font-weight: 400;
}
.wp-pagenavi a:hover {
  color: rgb(255, 255, 255);
  background-color: #5D2C95;
}

.signle-contents {
  margin: auto;
}
.signle-contents .image-box {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .signle-contents .image-box {
    margin-bottom: 40px;
  }
}
.signle-contents .border-link {
  margin-top: 62px;
}

.single-title-wrapper {
  margin-bottom: 39px;
  border-top: 1px solid #F4F4F4;
  border-bottom: 1px solid #F4F4F4;
  padding: 21px 0;
}
.single-title-wrapper .time {
  display: block;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .single-title-wrapper .time {
    margin-bottom: 13px;
  }
}
/*# sourceMappingURL=main.css.map */