@charset "UTF-8";
*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: border-box;
}

body {
  border: none;
  margin: 0;
  padding: 0;
}

img,
div,
p,
blockquote,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
form,
fieldset,
textarea {
  border: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-text-decoration: none;
  text-decoration: none;
}

a {
  cursor: pointer;
}

table {
  font-size: 100%;
}

hr.separator {
  display: none;
}

@media (max-width: 374px) {
  html {
    font-size: 2.6666666667vw;
  }
}
@media (min-width: 375px) and (max-width: 767px) {
  html {
    font-size: 2.5641025641vw;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 0.6944444444vw;
  }
}
body {
  background: #000;
  letter-spacing: 0.02em;
}

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

@media screen and (min-width: 768px) {
  .only-sp {
    display: none;
  }
}

.currentPage {
  background-color: #000;
  color: #fff;
  font-family: "Noto Serif JP", "Times New Roman", serif;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

a {
  color: #fff;
  -webkit-text-decoration: none;
  text-decoration: none;
}

img {
  height: auto;
  max-width: 100%;
}

.wrap {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .wrap {
    width: 1024px;
  }
}

.caption,
.capIn,
.capOut {
  color: rgba(255, 255, 255, 0.7);
  font-family: "Noto Sans JP", -apple-system, blinkmacsystemfont, "Segoe UI", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  line-height: 1.6;
  text-box: trim-both text;
}
.caption[data-color=white],
.capIn[data-color=white],
.capOut[data-color=white] {
  color: #fff;
}
.caption[data-color=black],
.capIn[data-color=black],
.capOut[data-color=black] {
  color: #000;
}
.caption[data-color=sdw-wh],
.capIn[data-color=sdw-wh],
.capOut[data-color=sdw-wh] {
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.7) 1px 1px 10px, rgba(0, 0, 0, 0.7) 1px 1px 10px, rgba(0, 0, 0, 0.7) 1px 1px 10px, rgba(0, 0, 0, 0.7) 1px 1px 10px, rgba(0, 0, 0, 0.7) 1px 1px 10px, rgba(0, 0, 0, 0.7) 1px 1px 10px;
}
.caption[data-color=sdw-bl],
.capIn[data-color=sdw-bl],
.capOut[data-color=sdw-bl] {
  color: #000;
  text-shadow: #fff 1px 1px 2px, #fff -1px 1px 2px, #fff 1px -1px 2px, #fff -1px -1px 2px;
}

.skip-link {
  height: 1px;
  left: -999px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}
.skip-link:focus {
  background: #000;
  border-radius: 4px;
  color: #fff;
  height: auto;
  left: 16px;
  padding: 8px 12px;
  -webkit-text-decoration: none;
  text-decoration: none;
  top: 16px;
  width: auto;
  z-index: 10000;
}

.sai-init [data-sai].sai-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

#main {
  min-height: 100vh;
}

.header {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.header--logoOnly {
  position: relative;
}
.header__inner {
  background: #000;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .header__inner {
    border-radius: 1.2rem;
    height: 8rem;
    margin: 0.6rem auto 0;
    padding: 0;
    width: 132.9rem;
  }
}
@media screen and (max-width: 767px) {
  .header__inner {
    height: 6.5rem;
  }
}
.header--logoOnly .header__inner {
  align-items: flex-start;
  height: auto;
  padding: 0;
}
.header__logo {
  background: #000;
  border-radius: 0 0 2rem;
  left: 0;
  position: fixed;
  top: 0;
  transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1), width 0.4s cubic-bezier(0.4, 0, 0.2, 1), left 0.4s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.4s cubic-bezier(0.4, 0, 0.2, 1), border-radius 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 101;
}
@media screen and (min-width: 768px) {
  .header__logo {
    height: 17.7rem;
    width: 45.7rem;
  }
}
@media screen and (max-width: 767px) {
  .header__logo {
    height: 10.3rem;
    width: 27rem;
  }
}
.header__logo::before, .header__logo::after {
  content: "";
  height: 2rem;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 1s;
  width: 2rem;
}
.header__logo::before {
  background: radial-gradient(circle at bottom right, transparent 2rem, #000 2rem);
  bottom: -2rem;
  left: 1.2rem;
}
@media screen and (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
  .header__logo::before {
    left: 0.8rem;
  }
}
.header__logo::after {
  background: radial-gradient(circle at bottom right, transparent 2rem, #000 2rem);
  right: -2rem;
}
@media screen and (min-width: 768px) {
  .header__logo::after {
    top: 8.6rem;
  }
}
@media screen and (max-width: 767px) {
  .header__logo::after {
    top: 6.5rem;
  }
}
.header.is-scrolled .header__logo {
  background: transparent;
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  .header.is-scrolled .header__logo {
    height: 8.6rem;
    left: 3rem;
    width: 20rem;
  }
}
@media screen and (max-width: 767px) {
  .header.is-scrolled .header__logo {
    height: 6.5rem;
    width: 19rem;
  }
}
.header.is-scrolled .header__logo::before, .header.is-scrolled .header__logo::after {
  opacity: 0;
  transition-duration: 0s;
}
.header--logoOnly .header__logo {
  position: relative;
}
.header--logoOnly .header__logo::before, .header--logoOnly .header__logo::after {
  display: none;
}
.header__logoLink {
  align-items: flex-start;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  position: relative;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .header__logoLink {
    gap: 1.2rem;
    padding-left: 5.6rem;
  }
}
@media screen and (max-width: 767px) {
  .header__logoLink {
    padding-left: 2.4rem;
  }
}
@media (hover: hover) {
  .header__logoLink:hover {
    opacity: 0.7;
  }
}
.header__tagline {
  color: #fff;
  display: block;
  font-family: "Shippori Mincho", serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.6;
  max-height: 3em;
  opacity: 1;
  overflow: hidden;
  transition: opacity 0.3s ease, max-height 0.3s ease;
  will-change: opacity, max-height;
}
@media screen and (max-width: 767px) {
  .header__tagline {
    font-size: 1.3rem;
  }
}
.header.is-scrolled .header__tagline {
  max-height: 0;
  opacity: 0;
}
.header__logoText {
  color: #fff;
  display: block;
  font-family: "Libre Baskerville", serif;
  font-size: 3.6rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.2;
  transform: scale(1);
  transform-origin: left center;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
  width: 100%;
  will-change: transform;
}
@media screen and (max-width: 767px) {
  .header__logoText {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 768px) {
  .header.is-scrolled .header__logoText {
    transform: scale(0.5555555556);
  }
}
@media screen and (max-width: 767px) {
  .header.is-scrolled .header__logoText {
    transform: scale(0.7272727273);
  }
}
.header__nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .header__nav {
    align-items: center;
    display: flex;
    gap: 2.2rem;
    position: absolute;
    right: 3.2rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 102;
  }
}
.header__navLink {
  color: #fff;
  font-family: "Noto Sans JP", -apple-system, blinkmacsystemfont, "Segoe UI", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  padding: 0.8rem 0;
  position: relative;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: opacity 0.2s ease;
  white-space: nowrap;
}
.header__navLink::after {
  background: #fff;
  bottom: 0;
  content: "";
  height: 0.1rem;
  left: 0;
  position: absolute;
  transition: width 0.3s ease;
  width: 0;
}
@media (hover: hover) {
  .header__navLink:hover {
    opacity: 0.7;
  }
  .header__navLink:hover::after {
    width: 100%;
  }
}
.header__menuBtn {
  align-items: center;
  aspect-ratio: 1/1;
  background: #000;
  border: none;
  border-radius: 0.4rem;
  cursor: pointer;
  display: flex;
  justify-content: center;
  position: absolute;
  right: 1.2rem;
  top: 1.2rem;
  width: 4.4rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .header__menuBtn {
    display: none;
  }
}
.header__menuIcon {
  background: #fff;
  height: 0.15rem;
  position: relative;
  transition: background-color 0.2s ease;
  width: 1.6rem;
}
.header__menuIcon::before, .header__menuIcon::after {
  background: #fff;
  content: "";
  height: 0.15rem;
  left: 0;
  position: absolute;
  transition: transform 0.3s ease, top 0.3s ease, bottom 0.3s ease;
  width: 100%;
}
.header__menuIcon::before {
  top: -0.5rem;
}
.header__menuIcon::after {
  bottom: -0.5rem;
}
.header__menuBtn.is-active .header__menuIcon {
  background: transparent;
}
.header__menuBtn.is-active .header__menuIcon::before {
  top: 0;
  transform: rotate(45deg);
}
.header__menuBtn.is-active .header__menuIcon::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.spMenu {
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  visibility: hidden;
  width: 100%;
  z-index: 99;
}
@media screen and (min-width: 768px) {
  .spMenu {
    display: none;
  }
}
.spMenu.is-open {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.spMenu__body {
  background: #000;
  display: flex;
  flex-direction: column;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.spMenu__nav {
  display: flex;
  flex-direction: column;
  padding: 12rem 2rem 0;
}
.spMenu__link {
  border-bottom: 0.1rem solid #181a1f;
  color: #fff;
  display: block;
  padding: 2.4rem 0;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
@media (hover: hover) {
  .spMenu__link:hover {
    opacity: 0.7;
  }
}
.spMenu__linkEn {
  color: #F5CF30;
  display: block;
  font-family: "Libre Baskerville", serif;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.2;
  margin-bottom: 0.8rem;
}
.spMenu__linkJp {
  color: #fff;
  display: block;
  font-family: "Shippori Mincho", serif;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
.spMenu__contact {
  margin-top: auto;
}
.spMenu__bottom {
  padding: 2rem 1rem;
  text-align: center;
}
.spMenu__copyright {
  color: #fff;
  font-family: "Noto Sans JP", -apple-system, blinkmacsystemfont, "Segoe UI", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.12em;
  line-height: 1.4;
}

body.is-menu-open {
  overflow: hidden;
}

.footer__links {
  align-items: center;
  display: flex;
  font-family: "Noto Sans JP", -apple-system, blinkmacsystemfont, "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  justify-content: center;
  letter-spacing: 0.12em;
  line-height: 1.4;
  padding: 2rem 1rem 0;
  text-box: trim-both text;
}
@media screen and (min-width: 768px) {
  .footer__links {
    gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .footer__links {
    gap: 1rem;
  }
}
.footer__item {
  align-items: center;
  display: flex;
}
@media screen and (min-width: 768px) {
  .footer__item {
    gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .footer__item {
    gap: 1rem;
  }
}
.footer__item:not(:first-child)::before {
  content: "／";
}
.footer__link {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-decoration-thickness: 0.1rem;
  text-underline-offset: 0.5rem;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .footer__link:hover {
    opacity: 0.7;
  }
}
.footer__bottom {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 2rem 1rem;
}
.footer__copyright {
  font-family: "Noto Sans JP", -apple-system, blinkmacsystemfont, "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-align: center;
}

.btn {
  align-items: center;
  background: #F5CF30;
  border: 0.1rem solid #000;
  border-radius: 0.8rem;
  color: #000;
  cursor: pointer;
  display: inline-flex;
  gap: 3.2rem;
  justify-content: center;
  padding: 1.6rem 2.8rem;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: all 0.3s ease;
}
.btn:disabled, .btn.is-disabled {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}
.btn__icon {
  align-items: center;
  background-color: #000;
  border: 0.1rem solid #F5CF30;
  border-radius: 0.4rem;
  color: #F5CF30;
  display: inline-flex;
  flex-shrink: 0;
  height: 2.4rem;
  justify-content: center;
  transition: all 0.3s ease;
  width: 2.4rem;
}
.btn__icon .iconSVG {
  display: block;
  height: auto;
  width: 1.6rem;
}
.btn__txt {
  font-family: "Shippori Mincho", serif;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.6;
}
@media (hover: hover) {
  .btn:hover {
    background: #000;
    border-color: #F5CF30;
    color: #F5CF30;
  }
  .btn:hover .btn__icon {
    background-color: #F5CF30;
    border-color: #000;
    color: #000;
  }
}
.btn--block {
  display: flex;
  width: 100%;
}

.contactBtn {
  align-items: center;
  background-color: #F5CF30;
  border: 0.1rem solid #000;
  border-radius: 0.8rem;
  color: #000;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  padding: 1.6rem 3.2rem;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .contactBtn {
    margin-left: auto;
    margin-right: auto;
    max-width: 31.2rem;
  }
}
.contactBtn__txt {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.6;
  text-box: trim-both text;
}
@media screen and (min-width: 768px) {
  .contactBtn__txt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .contactBtn__txt {
    font-size: 1.6rem;
  }
}
.contactBtn__icon {
  align-items: center;
  aspect-ratio: 1/1;
  background-color: #000;
  border: 0.1rem solid #F5CF30;
  border-radius: 0.4rem;
  color: #F5CF30;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  transition: all 0.3s ease;
  width: 2.4rem;
}
.contactBtn__icon .arrowSVG {
  display: block;
  height: auto;
  width: 1.6rem;
}
@media (hover: hover) {
  .contactBtn:hover {
    background-color: #000;
    border-color: #F5CF30;
    color: #F5CF30;
  }
  .contactBtn:hover .contactBtn__icon {
    background-color: #F5CF30;
    border-color: #000;
    color: #000;
  }
}

.faqList {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .faqList {
    gap: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .faqList {
    gap: 0.8rem;
  }
}
.faqList__list {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .faqList__list {
    gap: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .faqList__list {
    gap: 0.8rem;
  }
}
.faqList__item {
  backdrop-filter: blur(12px);
  background-color: #000;
  border-radius: 0.8rem;
}
@media screen and (min-width: 768px) {
  .faqList__item {
    padding: 2.4rem 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .faqList__item {
    padding: 2.4rem 2rem;
  }
}
.faqList__quest {
  align-items: center;
  background: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
  display: flex;
  font-family: inherit;
  justify-content: space-between;
  padding: 0;
  text-align: left;
  width: 100%;
}
.faqList__quest.is-active .faqList__icon {
  transform: rotate(180deg);
}
.faqList__questTxt {
  font-family: "Noto Sans JP", -apple-system, blinkmacsystemfont, "Segoe UI", sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .faqList__questTxt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .faqList__questTxt {
    font-size: 1.4rem;
  }
}
.faqList__icon {
  color: #4d4d4d;
  flex-shrink: 0;
  height: 2.4rem;
  margin-left: 1.6rem;
  transition: transform 0.3s ease;
  width: 2.4rem;
}
.faqList__answer {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  padding-top: 0;
  transition: grid-template-rows 0.3s ease, opacity 0.3s ease, padding-top 0.3s ease;
}
.faqList__answer.is-active {
  grid-template-rows: 1fr;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .faqList__answer.is-active {
    padding-top: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .faqList__answer.is-active {
    padding-top: 1.2rem;
  }
}
.faqList__answerInner {
  color: rgba(255, 255, 255, 0.7);
  font-family: "Noto Sans JP", -apple-system, blinkmacsystemfont, "Segoe UI", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.6;
  min-height: 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .faqList__answerInner {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .faqList__answerInner {
    font-size: 1.4rem;
  }
}
.faqList__answerInner a {
  color: currentcolor;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.faqList__more {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition: grid-template-rows 0.3s ease, opacity 0.3s ease;
}
.faqList__more.is-active {
  grid-template-rows: 1fr;
  opacity: 1;
}
.faqList__moreInner {
  min-height: 0;
  overflow: hidden;
}
.faqList__moreBtn {
  align-items: center;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 0.8rem;
  color: inherit;
  cursor: pointer;
  display: flex;
  font-family: "Noto Sans JP", -apple-system, blinkmacsystemfont, "Segoe UI", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.04em;
  line-height: 1.4;
  padding: 2rem 2.8rem;
  width: 100%;
}

@keyframes mm-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mm-slide-in {
  from {
    transform: translateY(1.5rem);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mm-fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mm-slide-out {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(1rem);
  }
}
.mmModal {
  display: none;
}
.mmModal.is-open {
  display: block;
}
.mmModal.is-open .mmModal__overlay {
  animation: mm-fade-in 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.mmModal.is-open .mmModal__container {
  animation: mm-slide-in 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.mmModal.is-open[aria-hidden=true] .mmModal__overlay {
  animation: mm-fade-out 0.2s cubic-bezier(0, 0, 0.2, 1);
}
.mmModal.is-open[aria-hidden=true] .mmModal__container {
  animation: mm-slide-out 0.2s cubic-bezier(0, 0, 0.2, 1);
}
.mmModal__overlay {
  align-items: center;
  background: rgba(46, 46, 46, 0.7);
  display: flex;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  justify-content: center;
  position: fixed;
  z-index: 1000;
}
.mmModal__container {
  background-color: #000;
  border-radius: 2rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .mmModal__container {
    max-height: calc(100vh - 4.8rem);
    width: 110rem;
  }
}
@media screen and (max-width: 767px) {
  .mmModal__container {
    max-height: calc(100vh - 3.2rem);
    width: 37.8rem;
  }
}
.mmModal__inner {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  overscroll-behavior: contain;
  position: relative;
  z-index: 1;
}
.mmModal__inner::-webkit-scrollbar {
  display: none;
}
.mmModal__header {
  background-color: #000;
  display: block;
  flex-shrink: 0;
  position: sticky;
  text-align: center;
  top: 0;
  z-index: 11;
}
.mmModal__headerInner {
  position: relative;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .mmModal__headerInner {
    padding: 6rem 4rem 2.3rem;
  }
}
@media screen and (max-width: 767px) {
  .mmModal__headerInner {
    padding: 6rem 1.6rem 2.3rem;
  }
}
.mmModal__close {
  align-items: center;
  aspect-ratio: 1/1;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  position: absolute;
  right: 0.4rem;
  top: 0.4rem;
  width: 4.4rem;
  z-index: 3;
}
.mmModal__close .closeSVG {
  display: block;
  height: auto;
  width: 2.4rem;
}
.mmModal__title {
  font-family: "Shippori Mincho", serif;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .mmModal__content {
    padding: 0 4rem 8rem;
  }
}
@media screen and (max-width: 767px) {
  .mmModal__content {
    padding: 0 1.6rem 4rem;
  }
}

body.is-mmModal-open {
  overflow: hidden;
}

.sectTtl__heading {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .sectTtl__heading {
    gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .sectTtl__heading {
    gap: 1.2rem;
  }
}
.sectTtl__heading .en {
  color: #F5CF30;
  display: block;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .sectTtl__heading .en {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .sectTtl__heading .en {
    font-size: 1.3rem;
  }
}
.sectTtl__heading .jp {
  display: block;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .sectTtl__heading .jp {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .sectTtl__heading .jp {
    font-size: 2.8rem;
  }
}
.sectTtl__heading .jp .small {
  display: block;
}
@media screen and (min-width: 768px) {
  .sectTtl__heading .jp .small {
    font-size: 2.4rem;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 767px) {
  .sectTtl__heading .jp .small {
    font-size: 2rem;
  }
}
.sectTtl__heading .jp .xSmall {
  display: block;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .sectTtl__heading .jp .xSmall {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .sectTtl__heading .jp .xSmall {
    font-size: 1.6rem;
  }
}
.sectTtl__desc {
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .sectTtl__desc {
    font-size: 1.8rem;
    margin-top: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .sectTtl__desc {
    font-size: 2.4rem;
    margin-top: 4rem;
  }
}
.sectTtl__txt {
  color: rgba(255, 255, 255, 0.7);
  font-family: "Noto Sans JP", -apple-system, blinkmacsystemfont, "Segoe UI", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  * + .sectTtl__txt {
    margin-top: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  * + .sectTtl__txt {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .sectTtl--center {
    text-align: center;
  }
}

.usableList__inner {
  display: flex;
  flex-wrap: wrap;
}
.usableList__inner + .caption {
  margin-top: 10px;
  text-align: right;
}

.photo {
  position: relative;
  z-index: 1;
}
.photo__pic {
  display: block;
  width: 100%;
}
.photo__image {
  display: block;
  height: auto;
  width: 100%;
}
.photo__caption {
  color: rgba(255, 255, 255, 0.7);
  font-size: 10px;
  line-height: 1.8;
}
.photo__caption--capIn {
  bottom: 5px;
  position: absolute;
  right: 5px;
}
.photo__caption--capOut {
  position: absolute;
  right: 0;
  top: 100%;
}

.picture {
  display: block;
  width: 100%;
}
.picture__image {
  display: block;
  height: auto;
  width: 100%;
}

.img {
  display: block;
  width: 100%;
}
.img__image {
  display: block;
  height: auto;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .contactArea {
    padding: 4rem 12rem;
  }
}
@media screen and (max-width: 767px) {
  .contactArea {
    padding: 10rem 1.2rem;
  }
}
.contactArea__inner {
  align-items: center;
  display: flex;
  position: relative;
}
@media screen and (min-width: 768px) {
  .contactArea__inner {
    flex-direction: row;
    gap: 1rem;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .contactArea__inner {
    flex-direction: column;
    gap: 1.6rem;
  }
}
.contactArea__linkTxt {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.6;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .contactArea__linkTxt {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .contactArea__linkTxt {
    font-size: 1.8rem;
  }
}
.contactArea__linkIcon {
  align-items: center;
  aspect-ratio: 1/1;
  background-color: #000;
  border-radius: 0.4rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .contactArea__linkIcon {
    width: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .contactArea__linkIcon {
    width: 2.4rem;
  }
}
.contactArea__linkIcon .arrowSVG {
  display: block;
  height: auto;
  transform-origin: bottom left;
  transition: transform 0.8s ease-in-out;
}
@media screen and (min-width: 768px) {
  .contactArea__linkIcon .arrowSVG {
    width: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .contactArea__linkIcon .arrowSVG {
    width: 1.6rem;
  }
}
.contactArea__linkIcon .arrowSVG__path {
  stroke: #F5CF30;
  transition: stroke 0.3s ease;
}
.contactArea__link {
  align-items: center;
  background-color: #F5CF30;
  border: 1px solid #F5CF30;
  color: #000;
  display: flex;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: background-color 0.6s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .contactArea__link {
    border-radius: 2rem;
    gap: 2rem;
    justify-content: center;
    min-height: 12.4rem;
    padding: 0 6.4rem;
    width: 54.6rem;
  }
}
@media screen and (max-width: 767px) {
  .contactArea__link {
    border-radius: 0.8rem;
    gap: 1rem;
    justify-content: space-between;
    min-height: 6.4rem;
    padding: 1.6rem 3.2rem;
    width: 31.2rem;
  }
}
@media (hover: hover) {
  .contactArea__link:hover {
    background-color: #000;
    color: #F5CF30;
  }
  .contactArea__link:hover .contactArea__linkIcon {
    background-color: #F5CF30;
  }
  .contactArea__link:hover .contactArea__linkIcon .arrowSVG {
    transform: scale(1.4);
  }
  .contactArea__link:hover .contactArea__linkIcon .arrowSVG__path {
    stroke: #000;
  }
}
.contactArea__tel {
  position: relative;
}
@media screen and (min-width: 768px) {
  .contactArea__tel {
    align-items: center;
    background-color: #000;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    gap: 1.6rem 2rem;
    padding: 1.2rem 0 1.2rem 6rem;
  }
}
@media screen and (max-width: 767px) {
  .contactArea__tel {
    align-items: center;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    margin-left: 0;
    padding: 0;
    text-align: center;
    width: 100%;
  }
}
.contactArea__company {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.6;
  text-box: trim-both text;
}
@media screen and (min-width: 768px) {
  .contactArea__company {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .contactArea__company {
    font-size: 1.2rem;
  }
}
.contactArea__telLabel {
  color: #F5CF30;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .contactArea__telLabel {
    font-size: 1.6rem;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .contactArea__telLabel {
    font-size: 1.4rem;
  }
}
.contactArea__telNum {
  display: block;
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.2;
  -webkit-text-decoration: none;
  text-decoration: none;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .contactArea__telNum {
    font-size: 4.8rem;
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  .contactArea__telNum {
    font-size: 3.2rem;
  }
}

.priceLabel {
  align-items: center;
  background-color: #6c5908;
  border-radius: 0.4rem;
  color: #fff;
  display: inline-flex;
  font-family: "Noto Sans JP", -apple-system, blinkmacsystemfont, "Segoe UI", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  justify-content: center;
  letter-spacing: 0.04em;
  line-height: 1.6;
  padding: 0.6rem 1.2rem;
}
.priceLabel--small {
  font-size: 1.1rem;
  padding: 0.4rem 0.8rem;
}

.downloadLink {
  align-items: center;
  display: inline-flex;
  gap: 1.2rem;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.downloadLink + .downloadLink {
  margin-top: 2rem;
}
.downloadLink__txt {
  font-family: "Noto Sans JP", -apple-system, blinkmacsystemfont, "Segoe UI", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.6;
  position: relative;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-decoration-thickness: 0.1rem;
  text-underline-offset: 0.5rem;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.downloadLink__icon {
  align-items: center;
  background-color: #fff;
  border-radius: 0.4rem;
  color: #000;
  display: inline-flex;
  flex-shrink: 0;
  height: 2rem;
  justify-content: center;
  width: 2rem;
}
.downloadLink__icon .iconSVG {
  display: block;
  height: auto;
  transform-origin: bottom left;
  transition: transform 0.8s ease-in-out;
  width: 1.2rem;
}
@media (hover: hover) {
  .downloadLink:hover .downloadLink__txt {
    opacity: 0.7;
  }
  .downloadLink:hover .downloadLink__icon .iconSVG {
    transform: translateY(0.2rem);
  }
}

.backTopBtn {
  align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  aspect-ratio: 1/1;
  background-color: #fff;
  border: none;
  border-radius: 0.4rem;
  color: #0f172a;
  cursor: pointer;
  display: flex;
  font: inherit;
  justify-content: center;
  opacity: 0;
  padding: 0;
  pointer-events: none;
  position: fixed;
  right: 2rem;
  transform: translateY(0.8rem);
  transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s ease;
  visibility: hidden;
  width: 4.8rem;
  z-index: 99;
}
@media screen and (min-width: 768px) {
  .backTopBtn {
    bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .backTopBtn {
    bottom: 6rem;
  }
}
.backTopBtn.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}
.backTopBtn:focus-visible {
  outline: 0.2rem solid #F5CF30;
  outline-offset: 0.2rem;
}
.backTopBtn__arrow {
  display: block;
}
.backTopBtn__arrow .arrowSVG {
  display: block;
  height: auto;
  width: 2.4rem;
}

.bulletSlider__slider {
  overflow: hidden;
  position: relative;
}
.bulletSlider__slider .swiper {
  overflow: visible;
}
.bulletSlider__slider .swiper-slide {
  height: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.bulletSlider__controls {
  align-items: center;
  display: flex;
  gap: 2.8rem;
  justify-content: center;
  margin-top: 4rem;
  width: 100%;
}
.bulletSlider__nav {
  align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  aspect-ratio: 1/1;
  background: #fff;
  border: 0;
  border-radius: 0.4rem;
  color: #000;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 0;
  width: 3.2rem;
}
.bulletSlider__nav .arrowSVG {
  display: block;
  height: auto;
  width: 1.6rem;
}
.bulletSlider__nav.swiper-button-disabled {
  cursor: default;
  opacity: 0.3;
}
.bulletSlider__pagination {
  align-items: center;
  display: flex;
  gap: 0.8rem;
  justify-content: center;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.bulletSlider__pagination .swiper-pagination-bullet {
  background-color: #272b34;
  border-radius: 0.3rem;
  cursor: pointer;
  height: 0.6rem;
  margin: 0 !important;
  opacity: 1;
  transition: background-color 0.3s, width 0.3s;
  width: 2rem;
}
.bulletSlider__pagination .swiper-pagination-bullet-active {
  background-color: #F5CF30;
  width: 3.6rem;
}
@media screen and (max-width: 767px) {
  .bulletSlider[data-mode=pc] .swiper-wrapper {
    flex-wrap: wrap;
    gap: 5.4rem;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .bulletSlider[data-mode=pc] .bulletSlider__controls {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .bulletSlider[data-mode=sp] .swiper-wrapper {
    flex-wrap: wrap;
    gap: 5.4rem;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .bulletSlider[data-mode=sp] .bulletSlider__controls {
    display: none;
  }
}
.bulletSlider.is-disabled .swiper-wrapper {
  flex-wrap: wrap;
  gap: 5.4rem;
  justify-content: center;
}
.bulletSlider.is-disabled .bulletSlider__controls {
  display: none;
}

.interviewLinkCard {
  background-color: #181a1f;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 2rem;
  position: relative;
  -webkit-text-decoration: none;
  text-decoration: none;
  width: 37.8rem;
}
@media (hover: hover) {
  .interviewLinkCard:hover .interviewLinkCard__photo .photo__image {
    transform: scale(1.05);
  }
}
.interviewLinkCard__photo {
  border-radius: 2rem;
  overflow: hidden;
  position: relative;
}
.interviewLinkCard__photo .photo__image {
  transition: transform 0.3s ease;
}
.interviewLinkCard__deco {
  align-items: flex-start;
  display: flex;
  height: 6rem;
  justify-content: space-between;
  left: 2rem;
  position: absolute;
  top: -2rem;
  width: 24rem;
}
.interviewLinkCard__deco .iconSVG {
  aspect-ratio: 1/1;
  width: 2rem;
}
.interviewLinkCard__deco .iconSVG:last-child {
  margin-top: auto;
}
.interviewLinkCard__info {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin: -3.9rem auto 0 -2rem;
  padding: 3rem 2rem 2.4rem;
  position: relative;
  z-index: 1;
}
.interviewLinkCard__info::after {
  background-color: #181a1f;
  border-radius: 2rem;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 24rem;
  z-index: -1;
}
.interviewLinkCard__meta {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.interviewLinkCard__date {
  color: rgba(255, 255, 255, 0.7);
  font-family: "Noto Sans JP", -apple-system, blinkmacsystemfont, "Segoe UI", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
.interviewLinkCard__name {
  color: #F5CF30;
  font-family: "Noto Sans JP", -apple-system, blinkmacsystemfont, "Segoe UI", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
}
.interviewLinkCard__heading {
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.4;
}
.interviewLinkCard__btn {
  align-items: center;
  bottom: 2rem;
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  margin-top: auto;
  padding-top: 2.9rem;
  right: 2rem;
}
.interviewLinkCard__btnTxt {
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.6;
}
.interviewLinkCard__btnIcon {
  align-items: center;
  background: #000;
  border-radius: 0.4rem;
  color: #F5CF30;
  display: flex;
  height: 2.4rem;
  justify-content: center;
  width: 2.4rem;
}

/**
 * Swiper 12.1.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2026 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 18, 2026
 */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: ease;
  transition-timing-function: initial;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow {
    transform-style: preserve-3d;
  }

/* CSS Mode */
.swiper-css-mode  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
  }
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
      display: none;
    }
.swiper-css-mode  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
.swiper-css-mode.swiper-horizontal  > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
.swiper-css-mode.swiper-horizontal  > .swiper-wrapper > .swiper-slide:first-child {
      margin-left: var(--swiper-slides-offset-before);
      scroll-margin-inline-start: var(--swiper-slides-offset-before);
    }
.swiper-css-mode.swiper-horizontal  > .swiper-wrapper > .swiper-slide:last-child {
      margin-right: var(--swiper-slides-offset-after);
    }
.swiper-css-mode.swiper-vertical  > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
.swiper-css-mode.swiper-vertical  > .swiper-wrapper > .swiper-slide:first-child {
      margin-top: var(--swiper-slides-offset-before);
      scroll-margin-block-start: var(--swiper-slides-offset-before);
    }
.swiper-css-mode.swiper-vertical  > .swiper-wrapper > .swiper-slide:last-child {
      margin-bottom: var(--swiper-slides-offset-after);
    }
.swiper-css-mode.swiper-free-mode  > .swiper-wrapper {
      scroll-snap-type: none;
    }
.swiper-css-mode.swiper-free-mode  > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
.swiper-css-mode.swiper-centered  > .swiper-wrapper::before {
      content: "";
      flex-shrink: 0;
      order: 9999;
    }
.swiper-css-mode.swiper-centered  > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
.swiper-css-mode.swiper-centered.swiper-horizontal  > .swiper-wrapper > .swiper-slide:first-child {
      margin-left: var(--swiper-centered-offset-before);
    }
.swiper-css-mode.swiper-centered.swiper-horizontal  > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
.swiper-css-mode.swiper-centered.swiper-vertical  > .swiper-wrapper > .swiper-slide:first-child {
      margin-top: var(--swiper-centered-offset-before);
    }
.swiper-css-mode.swiper-centered.swiper-vertical  > .swiper-wrapper::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid #007aff;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
  }

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size);
  }

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size);
  }

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 4px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  width: 44px;
  width: var(--swiper-navigation-size);
  height: 44px;
  height: var(--swiper-navigation-size);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #007aff;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-disabled.swiper-button-prev,.swiper-button-disabled.swiper-button-next {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }

.swiper-button-hidden.swiper-button-prev,.swiper-button-hidden.swiper-button-next {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
  }

.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next {
    display: none !important;
  }

.swiper-button-prev svg,.swiper-button-next svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    transform-origin: center;
    fill: currentColor;
    pointer-events: none;
  }

.swiper-button-lock {
  display: none;
}

.swiper-button-prev,
.swiper-button-next {
  top: 50%;
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - 44px / 2);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
}

.swiper-button-prev {
  left: 4px;
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
}

.swiper-button-prev .swiper-navigation-icon {
    transform: rotate(180deg);
  }

.swiper-button-next {
  right: 4px;
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}

.swiper-horizontal .swiper-button-prev,.swiper-horizontal .swiper-button-next,.swiper-horizontal  ~ .swiper-button-prev,.swiper-horizontal  ~ .swiper-button-next {
    top: 50%;
    top: var(--swiper-navigation-top-offset, 50%);
    margin-top: calc(0px - 44px / 2);
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    margin-left: 0;
  }

.swiper-horizontal .swiper-button-prev,.swiper-horizontal ~ .swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl ~ .swiper-button-next {
    left: 4px;
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto;
  }

.swiper-horizontal .swiper-button-next,.swiper-horizontal ~ .swiper-button-next,.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl ~ .swiper-button-prev {
    right: 4px;
    right: var(--swiper-navigation-sides-offset, 4px);
    left: auto;
  }

.swiper-horizontal .swiper-button-prev:not(.does-not-exist) .swiper-navigation-icon,.swiper-horizontal ~ .swiper-button-prev:not(.does-not-exist) .swiper-navigation-icon,.swiper-horizontal.swiper-rtl .swiper-button-next .swiper-navigation-icon,.swiper-horizontal.swiper-rtl ~ .swiper-button-next .swiper-navigation-icon {
      transform: rotate(180deg);
    }

.swiper-horizontal.swiper-rtl .swiper-button-prev .swiper-navigation-icon,.swiper-horizontal.swiper-rtl ~ .swiper-button-prev .swiper-navigation-icon {
      transform: rotate(0deg);
    }

.swiper-vertical .swiper-button-prev,.swiper-vertical .swiper-button-next,.swiper-vertical  ~ .swiper-button-prev,.swiper-vertical  ~ .swiper-button-next {
    left: 50%;
    left: var(--swiper-navigation-top-offset, 50%);
    right: auto;
    margin-left: calc(0px - 44px / 2);
    margin-left: calc(0px - var(--swiper-navigation-size) / 2);
    margin-top: 0;
  }

.swiper-vertical .swiper-button-prev,.swiper-vertical  ~ .swiper-button-prev {
    top: 4px;
    top: var(--swiper-navigation-sides-offset, 4px);
    bottom: auto;
  }

.swiper-vertical .swiper-button-prev .swiper-navigation-icon,.swiper-vertical ~ .swiper-button-prev .swiper-navigation-icon {
      transform: rotate(-90deg);
    }

.swiper-vertical .swiper-button-next,.swiper-vertical  ~ .swiper-button-next {
    bottom: 4px;
    bottom: var(--swiper-navigation-sides-offset, 4px);
    top: auto;
  }

.swiper-vertical .swiper-button-next .swiper-navigation-icon,.swiper-vertical ~ .swiper-button-next .swiper-navigation-icon {
      transform: rotate(90deg);
    }

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
  }

.swiper-pagination-disabled > .swiper-pagination,.swiper-pagination.swiper-pagination-disabled {
    display: none !important;
  }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 8px;
  bottom: var(--swiper-pagination-bottom, 8px);
  top: auto;
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
  }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1);
  }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
  }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
  }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
  }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
  }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
  }

.swiper-pagination-bullet {
  width: 8px;
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: 8px;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: #000;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: 0.2;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
  }

.swiper-pagination-bullet:only-child {
    display: none !important;
  }

.swiper-pagination-bullet-active {
  opacity: 1;
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #007aff;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 8px;
  right: var(--swiper-pagination-right, 8px);
  left: auto;
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
  }

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-bullets-dynamic.swiper-pagination-vertical.swiper-pagination-bullets {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
  }

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-bullets-dynamic.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
      display: inline-block;
      transition: 200ms transform, 200ms top;
    }

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-bullets-dynamic.swiper-pagination-horizontal.swiper-pagination-bullets {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-bullets-dynamic.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
      transition: 200ms transform, 200ms left;
    }

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: inherit;
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
  }
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
  }
.swiper-horizontal > .swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
  }
.swiper-vertical > .swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: 4px;
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0;
  }

.swiper-pagination-lock {
  display: none;
}

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: 10px;
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: rgba(0, 0, 0, 0.1);
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important;
  }

.swiper-horizontal > .swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: 1%;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: 4px;
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: auto;
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: 4px;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * 1%);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
  }

.swiper-vertical > .swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-vertical {
    position: absolute;
    left: auto;
    left: var(--swiper-scrollbar-left, auto);
    right: 4px;
    right: var(--swiper-scrollbar-right, 4px);
    top: 1%;
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: 4px;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * 1%);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
  }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: 10px;
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container  > img,.swiper-zoom-container  > svg,.swiper-zoom-container  > canvas {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-thumbs .swiper-slide-thumb-active {
    /* Styles for active thumb slide */
  }

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
      transition-timing-function: ease-out;
    }

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
  }

.swiper-fade .swiper-slide .swiper-slide {
      pointer-events: none;
    }

.swiper-fade .swiper-slide-active {
    pointer-events: auto;
  }

.swiper-fade .swiper-slide-active .swiper-slide-active {
      pointer-events: auto;
    }

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
  }

.swiper-cube .swiper-slide .swiper-slide {
      pointer-events: none;
    }

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0;
  }

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active {
      pointer-events: auto;
    }

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
  }

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
  }

.swiper-cube .swiper-cube-shadow:before {
      content: "";
      background: #000;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      filter: blur(50px);
    }

.swiper-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
  }

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
    z-index: 0;
    backface-visibility: hidden;
  }

/* Cube slide shadows end */
.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1;
  }

.swiper-flip .swiper-slide .swiper-slide {
      pointer-events: none;
    }

.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active {
      pointer-events: auto;
    }

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
    z-index: 0;
    backface-visibility: hidden;
  }

/* Flip slide shadows end */
.swiper-creative .swiper-slide {
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height;
  }

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    backface-visibility: hidden;
    overflow: hidden;
  }
/*# sourceMappingURL=common.css.map */
