@font-face {
  font-family: "CenturyGothic";
  src: url("../font/CenturyGothic.ttc") format("truetype");
}
html {
  scroll-behavior: smooth;
}

html,
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}

img {
  width: 100%;
  vertical-align: bottom;
}

@media screen and (min-width: 821px) {
  .sp {
    display: none !important;
  }
}

.pc {
  display: none !important;
}
@media screen and (min-width: 821px) {
  .pc {
    display: block !important;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
}
.header__logo {
  width: 117px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 16px;
}
@media screen and (min-width: 821px) {
  .header__logo {
    width: 147px;
    top: 30px;
  }
}
.header__hamburger {
  z-index: 50;
  padding: 16px;
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 0;
}
@media screen and (min-width: 821px) {
  .header__hamburger {
    padding: 24px;
  }
}
.header__hamburger:focus {
  outline: none;
}
.header__hamburger--open .header__hamburger-icon span:nth-child(1) {
  top: 14px;
  transform: rotate(45deg);
}
.header__hamburger--open .header__hamburger-icon span:nth-child(2) {
  top: 14px;
  transform: rotate(-45deg);
  left: 0;
}
.header__hamburger-icon {
  position: relative;
  width: 40px;
  height: 20px;
  display: block;
}
.header__hamburger-icon span {
  position: absolute;
  display: block;
  width: 40px;
  height: 2px;
  background-color: #000;
  transition: all 0.3s;
}
.header__hamburger-icon span:nth-child(1) {
  top: 8px;
}
.header__hamburger-icon span:nth-child(2) {
  top: 16px;
  left: -10px;
}
.header__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  display: none;
}
.header__menu {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  overflow: scroll;
  width: 295px;
  background-color: white;
  z-index: 40;
  transform: translateX(100%);
  transition: transform 0.2s;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 821px) {
  .header__menu {
    width: 600px;
  }
}
.header__menu--open {
  transform: translateX(0);
}
.header__menu-content {
  padding: 0 0 16px;
}
.header__menu-logo {
  margin: 0 auto 30px;
  width: 135px;
  transform: translateY(40px);
  opacity: 0;
  transition: all 0.3s;
}
@media screen and (min-width: 821px) {
  .header__menu-logo {
    width: 197px;
    margin: 0 auto 50px;
  }
}
.header__menu-logo.is-show {
  transform: translateY(0);
  opacity: 1;
}
.header__menu-list {
  margin-bottom: 20px;
}
@media screen and (min-width: 821px) {
  .header__menu-list {
    margin-bottom: 0;
  }
}
.header__menu-item {
  padding: 0 0 36px;
  transform: translateY(40px);
  opacity: 0;
  transition: all 0.3s;
}
.header__menu-item.is-show {
  transform: translateY(0);
  opacity: 1;
}
.header__menu-item:last-of-type a::before {
  display: none;
}
.header__menu-item a {
  display: block;
  text-decoration: none;
  color: #333;
  font-size: 18px;
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  letter-spacing: 0.2em;
  position: relative;
  transition: all 0.3s;
}
@media screen and (min-width: 821px) {
  .header__menu-item a {
    font-size: 24px;
  }
}
.header__menu-item a:hover {
  opacity: 0.6;
}
.header__menu-item a::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: #000;
  border-radius: 50%;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
}
.header__menu-sns {
  display: block;
  width: 24px;
  margin: 0 auto 50px;
  transform: translateY(40px);
  opacity: 0;
  transition: all 0.3s;
}
@media screen and (min-width: 821px) {
  .header__menu-sns {
    width: 30px;
  }
}
.header__menu-sns.is-show {
  transform: translateY(0);
  opacity: 1;
}
.header__menu-copy {
  font-size: 12px;
  transform: translateY(40px);
  opacity: 0;
  transition: all 0.3s;
  text-align: center;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.1em;
}
.header__menu-copy.is-show {
  transform: translateY(0);
  opacity: 1;
}

.footer {
  padding-bottom: 30px;
  margin-bottom: 60px;
}
@media screen and (min-width: 821px) {
  .footer {
    padding-bottom: 40px;
    margin-bottom: 0;
  }
}
.footer__menu-content {
  padding: 0 0 16px;
}
.footer__menu-logo {
  margin: 0 auto 50px;
  width: 212px;
  transition: all 0.3s;
}
@media screen and (min-width: 821px) {
  .footer__menu-logo {
    width: 234px;
    margin: 0 auto 70px;
  }
}
.footer__menu-list {
  margin-bottom: 20px;
}
@media screen and (min-width: 821px) {
  .footer__menu-list {
    display: flex;
    justify-content: center;
    gap: 20px;
  }
}
.footer__menu-item {
  padding: 0 0 36px;
  transition: all 0.3s;
}
.footer__menu-item a {
  display: block;
  text-decoration: none;
  color: #333;
  font-size: 18px;
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  letter-spacing: 0.2em;
  position: relative;
  transition: all 0.3s;
}
.footer__menu-item a:hover {
  opacity: 0.6;
}
.footer__menu-item a::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: #000;
  border-radius: 50%;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 821px) {
  .footer__menu-item a::before {
    display: none;
  }
}
.footer__menu-sns {
  display: block;
  width: 24px;
  margin: 0 auto 50px;
}
.footer__menu-copy {
  font-size: 12px;
  transition: all 0.3s;
  text-align: center;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.1em;
}

.mv {
  margin-top: 60px;
  position: relative;
}
@media screen and (min-width: 821px) {
  .mv {
    margin-top: 90px;
  }
}
.mv .breadcrumb {
  position: absolute;
  bottom: 9%;
  left: 6%;
  right: 0;
  z-index: 10;
}
@media screen and (min-width: 821px) {
  .mv .breadcrumb {
    left: 50%;
    transform: translateX(-50%);
    width: 65.1041666667%;
    bottom: 30%;
  }
}
@media screen and (min-width: 821px) {
  .mv .breadcrumb .breadcrumb__inner {
    text-align: right;
    width: 100%;
  }
}
.mv .breadcrumb a {
  font-size: 12px;
  color: #000;
  margin-right: 20px;
  position: relative;
  font-family: "Jost", sans-serif;
}
@media screen and (min-width: 821px) {
  .mv .breadcrumb a {
    font-size: 14px;
    margin-right: 40px;
  }
}
.mv .breadcrumb a::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
@media screen and (min-width: 821px) {
  .mv .breadcrumb a::before {
    right: -20px;
  }
}
.mv .breadcrumb span {
  color: #b3b3b3;
  font-family: "Jost", sans-serif;
  font-size: 12px;
}
@media screen and (min-width: 821px) {
  .mv .breadcrumb span {
    font-size: 14px;
  }
}

.content {
  padding: 50px 0;
}
@media screen and (min-width: 821px) {
  .content {
    padding: 100px 0;
  }
}

.stoker {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 821px) {
  .stoker {
    display: none;
  }
}
.stoker a {
  display: block;
  text-align: center;
  background: #231815;
  color: #fff;
  padding: 30px 0;
  transition: all 0.3s ease;
  border: 1px solid #231815;
}
.stoker a:active {
  color: #231815;
  background: #fff;
}
/*# sourceMappingURL=features.css.map */