@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:wght@600&family=Shippori+Mincho:wght@500&display=swap");
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    -webkit-animation-delay: -1ms;
    animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
    animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    background-attachment: initial;
    scroll-behavior: auto;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  margin: 0;
  padding: 0;
  border: none;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

iframe,
img,
input,
select,
textarea {
  max-width: 100%;
  height: auto;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

ol, ul {
  list-style: none;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

a {
  color: inherit;
  text-decoration: none;
}

table {
  border-collapse: collapse;
}

button {
  display: block;
  padding: 0;
  background: none;
  border-radius: 0;
  text-transform: none;
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

:root {
  --s: 1px;
  --h: 1px;
  --f: 1px;
  --w: 1px;
}
@media only screen and (max-width: 640px) {
  :root {
    --s: 0.15625vw;
    --h: 0.15625vw;
    --f: 0.15625vw;
    --w: 0.15625vw;
  }
}

html {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  text-align: justify;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background: #000;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: calc(var(--f) * 20);
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #000;
}

h1, h2, h3, h4, h5, h6, b, strong, dt, th {
  font-weight: inherit;
}

br.sp {
  display: none;
}

@media screen and (max-width: 960px) {
  br.pc {
    display: none;
  }
  br.sp {
    display: inline;
  }
}
span.nl {
  display: inline-block;
}

.contact-modal {
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.contact-modal__container {
  position: relative;
  z-index: 10;
  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;
  width: calc(var(--w) * 640);
}
.contact-modal__items {
  position: relative;
  z-index: 200;
}
.contact-modal__items a {
  position: relative;
  display: block;
  width: calc(var(--w) * 520);
  padding: calc(var(--w) * 16);
  margin: calc(var(--w) * 16) 0;
  color: #fff;
  font-size: calc(var(--f) * 20);
  text-align: center;
  border: 1px solid #fff;
  border-radius: 999px;
}
.contact-modal__items a::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px dashed #fff;
  border-radius: 999px;
}
.contact-modal__bg {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 100;
  display: block;
  width: 100vw;
  height: 100%;
  margin-left: -50vw;
  background: rgba(0, 0, 0, 0.85);
}
.contact-modal__bg::before, .contact-modal__bg::after {
  content: "";
  position: absolute;
  right: calc(var(--w) * 24);
  top: calc(var(--w) * 34);
  display: block;
  width: calc(var(--w) * 40);
  height: calc(var(--w) * 3);
  background: #fff;
}
.contact-modal__bg::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.contact-modal__bg::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.contact-modal.active {
  opacity: 1;
  pointer-events: all;
}
@media only screen and (max-width: 780px) {
  .contact-modal__bg::before, .contact-modal__bg::after {
    top: calc(var(--w) * 140);
  }
}

.footer__container {
  width: calc(var(--w) * 640);
  margin: 0 auto;
  color: #fff;
  background: #000;
}
.footer__address {
  width: 90%;
  padding: calc(var(--h) * 80) 0 0;
  margin: 0 auto;
}
.footer__address__item {
  padding: 0 0 calc(var(--h) * 80);
}
.footer__address__item .title {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  position: relative;
  padding: 0.25em 0;
  font-size: calc(var(--f) * 28);
  text-align: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.footer__address__item .title::after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(var(--f) * 3);
  display: block;
  width: 100%;
  height: calc(100% - var(--f) * 6);
  border-top: 1px dashed #fff;
  border-bottom: 1px dashed #fff;
}
.footer__address__item .address {
  padding: 1em 0;
  text-align: center;
}
.footer__address__item .map iframe {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
}
.footer__address__item .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: calc(var(--f) * 12) 0;
  padding: calc(var(--h) * 50) 0 calc(var(--h) * 38);
}
.footer__address__item .data dt {
  width: 8em;
  color: #000;
  font-size: calc(var(--f) * 18);
  text-align: center;
  font-weight: 400;
  background: #fff;
  border-radius: 999px;
}
.footer__address__item .data dd {
  width: calc(100% - 8.25em);
}
.footer__address__item .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: calc(var(--f) * 20);
}
.footer__address__item .sns img {
  display: block;
  width: calc(var(--f) * 46);
}
.footer__copyright {
  padding: 1em 0;
  display: block;
  color: #fff;
  font-size: calc(var(--w) * 21);
  text-align: center;
}

.header {
  position: fixed;
  left: 50%;
  top: 0;
  z-index: 1000;
  width: calc(var(--w) * 640);
  margin-left: calc(var(--w) * -320);
}
.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 100%;
  background: #fff;
}
.header__logo {
  margin-left: calc(var(--w) * 20);
}
.header__logo img {
  display: block;
  width: calc(var(--w) * 236);
}
.header__cta ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 calc(var(--f) * 2);
}
.header__cta img {
  display: block;
  width: calc(var(--w) * 100);
}

.main {
  width: calc(var(--w) * 640);
  padding: calc(var(--w) * 100) 0 0;
  margin: 0 auto;
}