*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

@media screen and (max-width: 1119px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1120 * 100vw);
  }
}
@media screen and (max-width: 374px) {
  html {
    font-size: calc(16 / 375 * 100vw);
  }
}

body {
  color: #0F0F0F;
  font-family: "Noto Sans JP", sans-serif;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

picture,
img,
a,
span {
  display: inline-block;
}

video,
img,
svg {
  width: 100%;
  height: 100%;
}

button {
  font: inherit;
  color: inherit;
  background: transparent;
  background: none;
  border: none;
}

input,
textarea,
select {
  font: inherit;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.l-main {
  margin-top: 812px;
  padding-bottom: 100px;
  background: #E6E6E6;
  border-radius: 50px 50px 0 0;
  -webkit-padding-before: 4.5rem;
          padding-block-start: 4.5rem;
  min-height: 100vh;
}

.l-inner {
  width: 100%;
  max-width: 640px;
  padding: 0 1.25rem;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width:768px) {
  .l-inner {
    position: relative;
    width: 100%;
    max-width: 1120px;
    height: inherit;
    padding: 0 2.5rem;
  }
}

.l-section {
  margin-block: 20px;
}
@media screen and (min-width:768px) {
  .l-section {
    margin-bottom: 100px;
  }
}

.c-animated__fadeIn {
  translate: 0 20px;
  opacity: 0;
}
.c-animated__fadeIn.js-show {
  translate: 0;
  opacity: 1;
}

.c-section__head {
  color: #532E1C;
}

.c-section__head-en,
.c-section__head-ja {
  display: block;
}

.c-section__head-en {
  font-family: "Noto serif JP", sans-serif;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 1.5px;
}
@media screen and (min-width:768px) {
  .c-section__head-en {
    font-size: 60px;
  }
}

.c-section__head-ja {
  font-family: "Noto serif JP", sans-serif;
  font-size: 14px;
  margin-top: 10px;
}
@media screen and (min-width:768px) {
  .c-section__head-ja {
    font-size: 16px;
  }
}

.p-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: #532E1C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-clip-path: circle(100% at 50% 50%);
          clip-path: circle(100% at 50% 50%);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.p-loading.js-loading-end {
  -webkit-clip-path: circle(0 at 150% -50%);
          clip-path: circle(0 at 150% -50%);
  opacity: 0;
}

.loading__counter {
  position: relative;
  width: calc(100% - 40px);
  margin-inline: auto;
}
@media screen and (min-width:768px) {
  .loading__counter {
    width: 500px;
  }
}

.p-loading__text {
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px; /* 150% */
  margin-bottom: 8px;
  overflow: hidden;
}
.p-loading__text span {
  display: inline-block;
  -webkit-animation: 0.5s 0.3s ease forwards slideUp;
          animation: 0.5s 0.3s ease forwards slideUp;
  translate: 0 100%;
}
@-webkit-keyframes slideUp {
  0% {
    translate: 0 100%;
  }
  100% {
    translate: 0 0;
  }
}
@keyframes slideUp {
  0% {
    translate: 0 100%;
  }
  100% {
    translate: 0 0;
  }
}

.p-header__logo {
  visibility: hidden;
  opacity: 0;
  width: min(20%, 160px);
  position: fixed;
  top: 0;
  left: 15px;
  z-index: 100;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-header__logo::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: -1;
}
.p-header__logo.is-show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header__nav {
  position: fixed;
  right: 20px;
  top: 20px;
  padding: 20px 20px;
  display: none;
  font-family: "Noto Serif", sans-serif;
  gap: 25px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width:768px) {
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header__nav::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #E6E6E6;
  border-radius: 10px;
  opacity: 0.8;
  z-index: -1;
}
.header__nav.is-show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  font-size: 24px;
}
@media (any-hover: hover) {
  .header__list li:hover {
    color: #532E1C;
  }
}

.header__btn {
  font-size: 24px;
}
@media (any-hover: hover) {
  .header__btn:hover {
    color: #532E1C;
  }
}

.p-drawer__icon {
  position: fixed;
  z-index: 102;
  visibility: hidden;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media screen and (min-width:768px) {
  .p-drawer__icon {
    display: none;
  }
}
.p-drawer__icon::after {
  content: "";
  position: absolute;
  top: -10px;
  left: -5px;
  width: 40px;
  height: 40px;
  opacity: 0.5;
  z-index: -1;
}
.p-drawer__icon.is-show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p-drawer__icon--bar {
  width: 100%;
  height: 1px;
  background: #0F0F0F;
}

.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(1) {
  rotate: 45deg;
  translate: 0 10px;
  background: #E6E6E6;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(2) {
  display: none;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(3) {
  rotate: -45deg;
  translate: 0 -10px;
  background: #E6E6E6;
}

.p-drawer {
  position: fixed;
  z-index: 101;
  top: 0;
  right: 0;
  width: 278px;
  height: 100vh;
  height: 100svh;
  background: #532E1C;
}

.p-drawer__icon--bar {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.p-drawer {
  translate: 101%;
  -webkit-transition: translate 0.5s ease;
  transition: translate 0.5s ease;
}
.p-drawer.js-show {
  translate: 0;
}

.p-drawer__body {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-block: 88px 40px;
  padding-left: 34px;
}

.p-drawer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 32px;
  margin-bottom: 40px;
  color: #E6E6E6;
  font-family: "Noto Serif", sans-serif;
}
.p-drawer__list li a {
  font-size: 20px;
  font-weight: 400;
}

.p-drawer__btn {
  display: inline-block;
  padding: 6px 30px;
  color: #532E1C;
  font-family: "Noto Serif", sans-serif;
  background: #E6E6E6;
  font-size: 20px;
  font-weight: 400;
}

.copyright {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.p-fv {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 600px;
  aspect-ratio: 1240/800;
  background: url(/assets/img/fv-pc.png) no-repeat center center/cover;
}
@media screen and (min-width:768px) {
  .p-fv {
    max-height: 880px;
  }
}

.p-fv__head {
  margin-top: 100px;
  width: min(450px, 100%);
  margin-inline: auto;
  color: #E6E6E6;
}
@media screen and (min-width:768px) {
  .p-fv__head {
    margin-top: 150px;
    padding-left: 20px;
    width: min(645px, 100%);
  }
}

.p-fv__title {
  font-family: "Noto serif JP", sans-serif;
  font-size: 32px;
  letter-spacing: 1px;
}
@media screen and (min-width:768px) {
  .p-fv__title {
    font-size: 50px;
  }
}

.p-fv__desc {
  padding-top: 20px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Noto serif JP", sans-serif;
}
@media screen and (min-width:768px) {
  .p-fv__desc {
    font-size: 20px;
  }
}

.p-about__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 40px;
}
@media screen and (min-width:768px) {
  .p-about__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 40px;
  }
}

.p-about__img {
  margin-bottom: 32px;
  max-width: 280px;
  margin-inline: auto;
}
@media screen and (min-width:768px) {
  .p-about__img {
    max-width: 321px;
  }
}
.p-about__img img {
  -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.p-about__text {
  margin-top: 2rem;
  font-size: 14px;
  line-height: 1.2;
}
.p-about__text + .p-about__text {
  margin-top: 1em;
}
@media screen and (min-width:768px) {
  .p-about__text {
    font-size: 16px;
  }
}

.p-service__content {
  background: #f0f0f0;
  border-radius: 20px;
  padding: 40px 20px;
  margin-block: 40px;
}
@media screen and (min-width:768px) {
  .p-service__content {
    margin-block: 40px;
  }
}

.p-service__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  padding-block: 40px;
  margin-inline: auto;
}
@media screen and (min-width:768px) {
  .p-service__list {
    grid-template-columns: repeat(3, 1fr);
    margin-block: 80px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-service__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 75%;
  row-gap: 1rem;
  padding: 1rem;
  margin-inline: auto;
  background: #E6E6E6;
  color: #0F0F0F;
  border: 2px solid #E6E6E6;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .p-service__item:hover {
    background: #f0f0f0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #532E1C;
    border: 2px solid #C5A880;
  }
  .p-service__item:hover .p-service__item-img {
    fill: #C5A880;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

.p-service__item-img {
  width: 50%;
  height: 90px;
  margin-inline: auto;
  fill: #0F0F0F;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p-service__item-name {
  font-weight: 500;
  text-align: center;
}

.p-service__item-text {
  padding-inline: 0.5rem;
  font-size: 14px;
}
@media screen and (min-width:768px) {
  .p-service__item-text {
    font-size: 16px;
  }
}

.p-service__skill-head {
  text-align: center;
  margin-bottom: 40px;
}
.p-service__skill-head .c-section__head-en {
  font-size: 32px;
}
@media screen and (min-width:768px) {
  .p-service__skill-head .c-section__head-en {
    font-size: 40px;
  }
}
@media screen and (min-width:768px) {
  .p-service__skill-head {
    margin-bottom: 20px;
  }
}

.p-service__icons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 400px;
  margin-inline: auto;
  gap: 20px;
}
@media screen and (min-width:768px) {
  .p-service__icons {
    grid-template-columns: repeat(4, 1fr);
    max-width: none;
  }
}

.p-service__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
}
@media screen and (min-width:768px) {
  .p-service__icon {
    gap: 20px;
  }
}

.p-service__icon-img {
  fill: #532E1C;
  width: 50%;
  height: 40%;
  margin-inline: auto;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width:768px) {
  .p-service__icon-img {
    width: 60%;
    height: 60%;
  }
  .p-service__icon-img::before {
    position: absolute;
    top: -200%;
    left: -150%;
    content: "";
    height: 500%;
    width: 90px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(40%, rgba(255, 255, 255, 0.6)), color-stop(rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
  }
}
@media screen and (min-width:768px) and (any-hover: hover) {
  .p-service__icon-img:hover::before {
    -webkit-animation: 0.3s shine linear;
            animation: 0.3s shine linear;
  }
}
@media screen and (min-width:768px) {
  @-webkit-keyframes shine {
    0% {
      left: -100%;
    }
    80% {
      left: 150%;
    }
    100% {
      left: 150%;
    }
  }
  @keyframes shine {
    0% {
      left: -100%;
    }
    80% {
      left: 150%;
    }
    100% {
      left: 150%;
    }
  }
}

.p-service__icon-text {
  font-size: 16px;
  font-family: "Noto Serif", sans-serif;
  color: #532E1C;
  text-align: center;
}
@media screen and (min-width:768px) {
  .p-service__icon-text {
    font-size: 24px;
  }
}

input,
textarea {
  outline: none;
}

.p-contact__form {
  margin-block: 60px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-inline: auto;
}

.p-contact__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}

.p-form-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (min-width:768px) {
  .p-form-field {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-form-field__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  width: 200px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 10px;
}
@media screen and (min-width:768px) {
  .p-form-field__head {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.p-form-field__tag {
  color: #E6E6E6;
  background: #532E1C;
  padding: 6px 8px;
  font-size: 14px;
}
.p-form-field__tag.is-option {
  background: #C5A880;
}

.p-form-field__item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.p-form-text {
  width: 100%;
  padding: 10px 6px;
  border: 1px solid #532E1C;
  border-radius: 4px;
}

input[type=checkbox] {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

input[type=checkbox]:checked + span::after {
  opacity: 1;
}

.p-form-field__radios {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 13px 10px;
}

.p-form-field__radio span {
  display: inline-block;
  font-size: 14px;
  line-height: normal;
  padding-left: 30px;
  position: relative;
}
@media screen and (min-width:768px) {
  .p-form-field__radio span {
    font-size: 16px;
  }
}
.p-form-field__radio span::before {
  content: "";
  position: absolute;
  top: 2.5px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #532E1C;
}
.p-form-field__radio span::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 6px;
  width: 6px;
  height: 12px;
  rotate: 45deg;
  border-right: 1.5px solid #532E1C;
  border-bottom: 1.5px solid #532E1C;
  opacity: 0;
}

.p-form-textarea {
  width: 100%;
  padding: 10px 6px;
  border: 1px solid #532E1C;
  border-radius: 4px;
}

.p-contact__privacy {
  margin-top: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.p-contact__button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 30px;
  margin-inline: auto;
}

.contact__error-message {
  color: red;
  font-weight: 500;
  font-size: 16px;
  margin-top: 6px;
}

.button {
  width: 200px;
  height: 50px;
  background: #E6E6E6;
  border-radius: 5px;
  border: 2px solid #532E1C;
  color: #532E1C;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .button:hover {
    color: #E6E6E6;
    background: #532E1C;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

.privacy-policy {
  height: 150px;
  padding: 30px 20px;
  border-radius: 3px;
  border: 1px solid #532E1C;
  overflow-y: scroll;
  width: 100%;
  max-width: 546px;
  background: #ffffff;
  margin-inline: auto;
}
.privacy-policy p {
  font-size: 14px;
  padding-top: 16px;
}
.privacy-policy p:first-of-type {
  padding-top: 0;
}
.privacy-policy h3 {
  font-size: 16px;
  padding-top: 30px;
}

@media screen and (min-width: 768px) {
  .privacy-policy {
    padding: 39px;
  }
}
.animated__fadeIn {
  opacity: 0;
  translate: 0 40px;
  -webkit-transition: opacity 0.3s ease, translate 0.3s ease;
  transition: opacity 0.3s ease, translate 0.3s ease;
}
.animated__fadeIn.js-show {
  opacity: 1;
  translate: 0 0;
}

.card {
  padding-block: 40px;
}
@media screen and (min-width:768px) {
  .card {
    padding-block: 80px;
  }
}

.card__inner {
  width: min(1024px, 100%);
  padding-inline: 20px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  row-gap: 5rem;
}

.card__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.card__list-item {
  list-style: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 160px;
  opacity: 0.3;
}
@media (any-hover: hover) {
  .card__list-item:hover {
    opacity: 0.7;
  }
}
.card__list-item.current {
  opacity: 1;
}

.__swiper-container,
.__swiper,
.__swiper-wrapper,
.__swiper-slide {
  position: relative;
}

.card__swiper-container {
  margin-inline: auto;
  width: min(700px, 90vw);
}

.card__swiper-slide {
  height: auto;
  aspect-ratio: 400/300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.card__swiper-slide img {
  border-radius: 30px;
}

.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  padding: 0;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
}

.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  opacity: 1;
}

.swiper__label-wrap {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}

.swiper__label-item {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  font-size: 16px;
  color: #532E1C;
  border: 1px solid #532E1C;
  border-radius: 10px;
}
@media screen and (min-width:768px) {
  .swiper__label-item {
    font-size: 20px;
    padding: 0.5rem 1rem;
  }
}

button {
  background: none;
}

:where(dialog) {
  width: unset;
  max-width: unset;
  height: unset;
  max-height: unset;
  padding: unset;
  color: unset;
  background-color: unset;
  border: unset;
  overflow: unset;
}

body:has(dialog[open]) {
  overflow: hidden;
}

.wrapper:has(dialog[open]) {
  overflow-y: auto;
  scrollbar-gutter: stable;
}

.modal__open-btn {
  height: 100%;
}

dialog::-ms-backdrop {
  opacity: 0;
  -ms-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

dialog::backdrop {
  opacity: 0;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
dialog.js-show.modal__content {
  opacity: 1;
}
dialog.js-show::-ms-backdrop {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(6px);
}
dialog.js-show::backdrop {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}

.modal__content {
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  width: min(600px, 95%);
  max-height: 80vh;
  background: #fff;
}

.modal__inner {
  overflow-y: scroll;
  height: 100%;
  position: relative;
}

.modal__body {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.modal__body .modal__text {
  padding-inline: 20px;
  padding-bottom: 20px;
}
.modal__body .modal__head {
  font-size: 20px;
  font-weight: 700;
  line-height: 18px; /* 112.5% */
  margin-top: 20px;
  margin-bottom: 12px;
}
.modal__body .modal-table .modal-row {
  display: block;
  margin-top: 12px;
}
.modal__body .modal-table .modal-head {
  text-align: left;
  width: 140px;
  font-weight: 500;
}

.modal__close-btn {
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 20px;
  font-size: 30px;
}

@media screen and (min-width:768px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (min-width:375px) {
  .u-pc {
    display: none !important;
  }
}
.u-font {
  font-family: "Noto Sans JP", sans-serif;
}
.u-font__jp {
  font-family: "Noto serif JP", sans-serif;
}
.u-font__en {
  font-family: "Noto Serif", sans-serif;
}

.u-text__center {
  text-align: center !important;
}
@media screen and (min-width:375px) {
  .u-text__center--sp {
    text-align: center !important;
  }
}
@media screen and (min-width:768px) {
  .u-text__center--pc {
    text-align: center !important;
  }
}

.u-text__left {
  text-align: left !important;
}
@media screen and (min-width:375px) {
  .u-text__left--sp {
    text-align: left !important;
  }
}
@media screen and (min-width:768px) {
  .u-text__left--pc {
    text-align: left !important;
  }
}

.u-text__right {
  text-align: right !important;
}
@media screen and (min-width:375px) {
  .u-text__right--sp {
    text-align: right !important;
  }
}
@media screen and (min-width:768px) {
  .u-text__right--pc {
    text-align: right !important;
  }
}

.u-text__nowrap {
  white-space: nowrap;
}
@media screen and (min-width:375px) {
  .u-text__nowrap--sp {
    white-space: nowrap;
  }
}
@media screen and (min-width:768px) {
  .u-text__nowrap--pc {
    white-space: nowrap;
  }
}

.u-pointer__none {
  pointer-events: none !important;
}
@media screen and (min-width:375px) {
  .u-pointer__none--sp {
    pointer-events: none !important;
  }
}
@media screen and (min-width:768px) {
  .u-pointer__none--pc {
    pointer-events: none !important;
  }
}