@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&family=Zen+Kaku+Gothic+Antique: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;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
*,
*::before,
*::after {
  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] {
  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,
input[type=submit] {
  border-radius: 0;
  text-transform: none;
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=submit],
button,
select,
textarea {
  padding: 0;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-weight: inherit;
  border: none;
  outline: none;
  appearance: none;
  background: none;
}

:root {
  --s: 1px;
  --h: 1px;
  --f: 1px;
}
@media screen and (max-width: 1280px) {
  :root {
    --s: 0.078125vw;
    --h: 0.078125vw;
  }
}
@media screen and (max-width: 960px) {
  :root {
    --s: 0.12vw;
    --h: 0.1vw;
    --f: 0.23vw;
  }
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  text-align: justify;
  font-feature-settings: "palt";
}

body {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #000;
  font-size: calc(var(--f) * 15);
  line-height: 2;
  letter-spacing: 0.075em;
}

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;
  }
}
.d-inline-block {
  display: inline-block;
}

.marunum {
  display: inline-block;
  font-size: 1em;
}

section.test img {
  display: block;
  width: 100%;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  display: flex;
  justify-content: center;
  padding: calc(var(--f) * 16) 0 calc(var(--f) * 80);
  width: 100%;
  transition-duration: 300ms;
  background: linear-gradient(white, rgba(255, 255, 255, 0));
}
.header__logo img {
  width: calc(var(--f) * 100);
}
@media screen and (min-width: 960.02px) {
  .nav__btn, .nav__label {
    display: none;
  }
  .nav__items {
    display: flex;
    gap: calc(var(--s) * 30);
  }
  .nav__link {
    display: block;
    transition-duration: 300ms;
  }
  .nav__link:hover {
    color: #a46439;
  }
  .nav__item--contact .nav__link {
    padding: 0 calc(var(--f) * 30);
    color: #fff;
    background: #000;
    border: 1px solid #000;
    border-radius: 999px;
  }
  .nav__item--contact .nav__link:hover {
    color: #000;
    background: #fff;
  }
}
@media screen and (max-width: 960px) {
  .nav__btn {
    display: none;
  }
  .nav__label {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: calc(var(--f) * 54);
    height: 100%;
    background: #000;
  }
  .nav__label span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: calc(var(--f) * 24);
    height: 1px;
    margin: auto;
    background: #fff;
    transition-duration: 300ms;
  }
  .nav__label span::before, .nav__label span::after {
    content: "";
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    transition-duration: 300ms;
  }
  .nav__label span::before {
    top: calc(var(--f) * -10);
  }
  .nav__label span::after {
    top: calc(var(--f) * 10);
  }
  .nav__btn:checked + .nav__label span {
    background: transparent;
  }
  .nav__btn:checked + .nav__label span::before {
    top: 0;
    transform: rotate(-45deg);
  }
  .nav__btn:checked + .nav__label span::after {
    top: 0;
    transform: rotate(45deg);
  }
  .nav__container {
    position: absolute;
    left: 100vw;
    top: 100%;
    opacity: 0;
    pointer-events: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    height: calc(100vh - var(--s) * 120);
    background: rgba(0, 0, 0, 0.75);
    transition-duration: 450ms;
  }
  .nav__btn:checked + .nav__label + .nav__container {
    left: 0;
    opacity: 1;
    pointer-events: all;
  }
  .nav__link {
    position: relative;
    display: block;
    width: 85vw;
    padding: 0.75em 0;
    margin: 0 auto calc(var(--f) * 16);
    text-align: center;
    font-size: calc(var(--f) * 18);
    color: #000;
    background: #fff;
  }
  .nav__link::after {
    content: "";
    position: absolute;
    pointer-events: none;
    right: calc(var(--f) * 6);
    bottom: calc(var(--f) * 6);
    width: calc(var(--f) * 13);
    height: calc(var(--f) * 13);
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    background: #e7ba5b;
  }
}

.main {
  position: relative;
  overflow: hidden;
}
.footer {
  position: relative;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: calc(var(--f) * 40);
  margin: calc(var(--f) * -40) 0 0;
  color: #fff;
  background: #000;
}
.footer__container {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 960.02px) {
  .footer__container {
    width: calc(var(--s) * 1040);
  }
}
@media screen and (max-width: 960px) {
  .footer__container {
    width: 86vw;
  }
}
.footer__copyright {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-style: normal;
  display: block;
  color: #fff;
  font-size: calc(var(--f) * 13);
  text-align: center;
}
.cta__container {
  position: relative;
  z-index: 10;
  width: 1600px;
  max-width: 100%;
  margin: 0 auto;
  box-shadow: -1600px 0 0 0 #000;
}
.cta__head {
  color: #fff;
  text-align: center;
  background: #000;
}
.cta__head .ja {
  margin-bottom: 0;
  font-size: calc(var(--f) * 24);
}
.cta__body {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: calc(var(--s) * 52);
  padding: calc(var(--f) * 34);
}
.cta__line img {
  display: block;
  height: calc(var(--f) * 60);
}
.cta__contact {
  display: block;
  padding: 0 4.4em 0 5.4em;
  color: #fff;
  font-size: calc(var(--f) * 19);
  line-height: calc(var(--f) * 60);
  border: 1px solid #000;
  border-radius: 999px;
  background: #000 url(../img/_common/ico-contact-white.svg) left 1em center/auto 1.1em no-repeat;
  transition-duration: 300ms;
}
.cta__contact:hover {
  color: #000;
  background-color: #fff;
  background-image: url(../img/_common/ico-contact-black.svg);
}
.cta__tel img {
  display: block;
  height: calc(var(--f) * 60);
}
@media screen and (min-width: 960.02px) {
  .cta__container {
    display: flex;
  }
  .cta__head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    width: calc(var(--f) * 290);
    flex-shrink: 0;
    padding-top: calc(var(--f) * 5);
  }
  .cta__head .ja,
  .cta__head .en {
    width: 100%;
  }
  .cta__body {
    position: relative;
    width: 100%;
  }
  .cta__body::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: calc(var(--f) * 30);
    height: 100%;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    background: #000;
  }
}
@media screen and (max-width: 960px) {
  .cta__head {
    padding: calc(var(--f) * 20) 0 0;
  }
  .cta__body {
    position: relative;
    gap: calc(var(--f) * 32) calc(var(--f) * 17);
    padding: calc(var(--f) * 58) 0 calc(var(--f) * 40);
  }
  .cta__body::before {
    content: "";
    position: absolute;
    left: 0;
    top: -0.5px;
    display: block;
    width: 100%;
    height: calc(var(--f) * 30);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    background: #000;
  }
}

.comingSoon {
  box-sizing: border-box;
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100svh;
  padding: calc(var(--h) * 160) 0 calc(var(--h) * 200);
}
.comingSoon__container {
  width: calc(var(--f) * 800);
  max-width: 80%;
  padding: calc(var(--f) * 46);
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.85);
}
.comingSoon__container a {
  text-decoration: underline;
}
.comingSoon__logo {
  margin: 0 0 calc(var(--f) * 32);
}
.comingSoon__logo img {
  display: block;
  height: calc(var(--f) * 110);
  margin: 0 auto;
}
.comingSoon__head {
  margin: 0 0 calc(var(--f) * 16);
  font-size: calc(var(--f) * 18);
  font-weight: 700;
}
.comingSoon__text {
  margin: 0 0 calc(var(--f) * 32);
}
.comingSoon__data {
  padding: calc(var(--f) * 32) 0 0;
  border-top: 1px solid rgba(64, 45, 32, 0.3);
}
.comingSoon__bg {
  position: relative;
  overflow: hidden;
  position: fixed;
  left: calc(var(--f) * -10);
  top: calc(var(--f) * -10);
  z-index: -1;
  display: block;
  width: calc(100% + var(--f) * 20);
  height: calc(100% + var(--f) * 20);
  filter: blur(calc(var(--f) * 8));
}
.comingSoon__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 960.02px) {
  .comingSoon__container {
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */