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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 400;
  background-color: #fff;
  color: #020202;
}

body.lock-scroll {
  overflow: hidden;
}

.mrs {
  font-family: "mrs-eaves-xl-serif-narrow", serif;
  font-weight: 400;
  font-style: normal;
}

.did {
  font-family: "linotype-didot", serif;
  font-weight: 400;
  font-style: normal;
}

sup {
  font-size: 1.1rem;
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
  position: relative;
  bottom: 1ex;
}

b {
  font-weight: bold;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.br-pc {
  display: block;
}

.br-sp {
  display: none;
}

@media (max-width: 780px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
}
.btn {
  display: block;
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 1;
}

.btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 2;
}

.btn a:hover {
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  zoom: 1;
  transition: all 0.9s;
}

.contact {
  background-color: #000;
  width: 500px;
  height: 90px;
  margin: 0 auto 80px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact p {
  font-size: 14px !important;
  line-height: 1 !important;
  color: #fff !important;
  position: relative;
}
.contact p span {
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  display: block;
  text-align: center;
  margin-top: 5px;
}
.contact p:before {
  content: "";
  background-image: url(../img/contact_btn_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 36px;
  height: 26px;
  position: absolute;
  top: calc(50% - 13px);
  left: -50px;
}

@media (max-width: 780px) {
  .contact {
    background-color: #000;
    width: 90vw;
    height: 14vw;
    margin: 0 auto 20vw;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .contact p {
    font-size: 2.8205128205vw !important;
    line-height: 1 !important;
    color: #fff !important;
    position: relative;
  }
  .contact p span {
    font-size: 3.8461538462vw;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    display: block;
    text-align: center;
    margin-top: 0.8vw;
  }
  .contact p:before {
    content: "";
    background-image: url(../img/contact_btn_icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 5vw;
    height: 3vw;
    position: absolute;
    top: calc(50% - 1.5vw);
    left: -6vw;
  }
}
.imgzoom {
  overflow: hidden;
  background: #000;
}

.imgzoom img {
  display: block;
  transition-duration: 0.3s;
}

.imgzoom img:hover {
  transform: scale(1.2);
  transition-duration: 0.3s;
  opacity: 0.6;
}

@media (max-width: 780px) {
  .imgzoom {
    overflow: hidden;
    max-width: 100%;
    background: #000;
  }
}
#header {
  background-color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  height: 110px;
  padding: 0 30px;
  top: 0;
  right: 0;
  left: 0;
  position: fixed;
  z-index: 200;
}
#header .logo img {
  max-width: 70px;
}
#header .nav ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
}
#header .nav ul li {
  position: relative;
}
#header .nav ul li::before {
  content: "";
  background-image: url(../img/header_list_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 19px;
  height: 13px;
  position: absolute;
  top: 0;
  left: -25px;
}
#header .nav ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.08em;
  margin-right: 50px;
  position: relative;
}
#header .nav ul li a::after {
  position: absolute;
  bottom: -6px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
#header .nav ul li a:hover::after {
  transform: scale(1, 1);
}
#header .nav ul li:last-child {
  position: relative;
}
#header .nav ul li:last-child a {
  margin-right: 0;
}
#header .nav .menu {
  height: 26px;
  width: 46px;
  z-index: 110;
  cursor: pointer;
  display: none;
}
#header .nav .menu__line {
  background: #222;
  display: block;
  height: 2px;
  position: relative;
  transition: transform 0.3s;
  width: 46px;
}
#header .nav .menu__line--top {
  top: 0;
}
#header .nav .menu__line--middle {
  top: 11px;
  width: 46px;
}
#header .nav .menu__line--bottom {
  top: 22px;
  width: 46px;
}
#header .nav .menu.active {
  height: 40px;
  width: 46px;
  z-index: 110;
  cursor: pointer;
}
#header .nav .menu__line--top.active {
  top: 18px;
  right: 0;
  width: 40px;
  transform: rotate(45deg);
  background: #222;
}
#header .nav .menu__line--middle.active {
  display: none;
}
#header .nav .menu__line--bottom.active {
  top: 16px;
  right: 0;
  width: 40px;
  transform: rotate(135deg);
  background: #222;
}
#header .gnav {
  display: none;
}

.gnav {
  display: none;
}

.footer {
  background-color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  height: 60px;
}
.footer span {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  display: block;
  line-height: 1;
  margin: 0 auto;
  letter-spacing: 0.1em;
}

@media (max-width: 780px) {
  #header {
    background-color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    height: 16vw;
    padding: 0 3vw;
    top: 0;
    right: 0;
    left: 0;
    position: fixed;
    z-index: 200;
  }
  #header .logo img {
    max-width: 10vw;
  }
  #header .nav ul {
    display: none;
  }
  #header .nav .menu {
    height: 3.8vw;
    width: 8vw;
    z-index: 110;
    cursor: pointer;
    display: block;
  }
  #header .nav .menu__line {
    background: #fff;
    display: block;
    height: 1px;
    position: relative;
    transition: transform 0.3s;
    width: 8vw;
  }
  #header .nav .menu__line--top {
    top: 0;
    right: 0;
  }
  #header .nav .menu__line--middle {
    top: 1.9vw;
    left: 1vw;
    width: 7vw;
  }
  #header .nav .menu__line--bottom {
    top: 3.8vw;
    left: 2vw;
    width: 6vw;
  }
  #header .nav .menu.active {
    height: 3.8vw;
    width: 8vw;
    z-index: 110;
    cursor: pointer;
  }
  #header .nav .menu.active .menu__line--top {
    top: 1.9vw;
    left: 0;
    width: 8vw;
    transform: rotate(35deg);
    background: #fff;
  }
  #header .nav .menu.active .menu__line--middle {
    display: none;
  }
  #header .nav .menu.active .menu__line--bottom {
    top: 1.9vw;
    left: 0;
    width: 8vw;
    transform: rotate(140deg);
    background: #fff;
  }
  .gnav {
    background: rgba(0, 0, 0, 0.95);
    display: none;
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    overflow-y: auto;
    padding-top: 110px;
  }
  .gnav.active {
    display: block;
  }
  .gnav ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 0;
    width: 60vw;
    margin: 0 auto;
  }
  .gnav ul li {
    position: relative;
    padding-bottom: 8vw;
    margin-bottom: 8vw;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
    width: 100%;
  }
  .gnav ul li::before {
    content: "";
    background-image: url(../img/header_list_icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 5vw;
    height: 3vw;
    position: absolute;
    top: 0;
    left: 0;
  }
  .gnav ul li a {
    font-size: 4.358974359vw;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    letter-spacing: 0.02em;
    display: block;
    width: 100%;
    padding-left: 6vw;
  }
  .gnav ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .footer {
    background-color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    height: 10vw;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .footer span {
    font-size: 2.8205128205vw;
    font-weight: 400;
    color: #fff;
    display: block;
    line-height: 1;
    margin: 0 auto;
    letter-spacing: 0.1em;
  }
}/*# sourceMappingURL=common.css.map */