@charset "UTF-8";
/* ブレイクポイント設定 */
/* 色 */
/* 光度 */
/* 配置 */
/* 擬似要素の共通基盤 */
/* レスポンシブ */
.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

/* 基盤 */
html {
  font-size: 62.5%;
}
@media screen and (max-width: 1280px) {
  html {
    font-size: 0.78125vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 1.3037809648vw;
  }
}

body {
  color: black;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  width: 100%;
  text-align: center;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

a {
  position: relative;
  text-decoration: none;
  color: #fff;
  display: block;
  -webkit-tap-highlight-color: transparent;
}

li {
  list-style: none;
}

img {
  width: 100%;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ヘッダー(タイトル) */
.header {
  height: 12rem;
  color: #fff;
  background: green;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .header {
    height: 14rem;
    font-size: 2.2rem;
  }
}

.page-title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.hamburger {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 90%;
  height: calc(100vh - 12rem);
  row-gap: 2rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .hamburger {
    height: calc(100vh - 14rem);
  }
}
.hamburger .hamburger__attention {
  font-size: 3rem;
  line-height: 1.5;
  text-align: center;
}
.hamburger .hamburger__text {
  text-align: center;
  color: green;
  font-size: 4rem;
}

.menuButton {
  display: none;
}
@media screen and (max-width: 990px) {
  .menuButton {
    display: block;
    position: fixed;
    top: 4rem;
    right: 3rem;
    z-index: 10;
    width: 3.5rem;
    height: 4rem;
  }
  .menuButton div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 0.3rem;
    background: #fff;
    transition: 0.1s;
  }
  .menuButton div:nth-of-type(1) {
    transform: translate(-50%, -1rem);
  }
  .menuButton div:nth-of-type(2) {
    transform: translate(-50%, 0);
  }
  .menuButton div:nth-of-type(3) {
    transform: translate(-50%, 1rem);
  }
}
@media screen and (max-width: 767px) {
  .menuButton {
    top: 5rem;
  }
}

.menuButton.active {
  transform: translateX(-3px);
}
.menuButton.active div:nth-of-type(1) {
  transform: rotate(45deg) translate(-50%, 0);
  transform-origin: 0% 50%;
}
.menuButton.active div:nth-of-type(2) {
  transform: translateX(-150%);
  opacity: 0;
}
.menuButton.active div:nth-of-type(3) {
  transform: rotate(-45deg) translate(-50%, 0);
  transform-origin: 0% 50%;
}

.hamburger-menu {
  display: none;
}
@media screen and (max-width: 990px) {
  .hamburger-menu {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100vw;
    height: 100vh;
    color: #fff;
    visibility: hidden;
  }
  .hamburger-menu .inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 35rem;
    max-width: none;
    padding: 0 2rem;
    margin: 20rem auto;
  }
}
@media screen and (max-width: 990px) and (max-width: 767px) {
  .hamburger-menu .inner {
    width: 30rem;
    margin: 14rem auto;
  }
}
@media screen and (max-width: 990px) {
  .hamburger-menu .inner .menu__main {
    position: relative;
    z-index: 8;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    filter: brightness(90%);
    row-gap: 5.5rem;
  }
}
@media screen and (max-width: 990px) and (max-width: 767px) {
  .hamburger-menu .inner .menu__main {
    row-gap: 3rem;
  }
}
@media screen and (max-width: 990px) {
  .hamburger-menu .inner .menu__main .main__list {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 990px) and (max-width: 767px) {
  .hamburger-menu .inner .menu__main .main__list {
    font-size: 2rem;
  }
}
@media screen and (max-width: 990px) {
  .hamburger-menu .inner .menu__main .main__list a {
    letter-spacing: 0.045em;
  }
  .hamburger-menu .inner .menu__sns {
    position: relative;
    z-index: 8;
    filter: brightness(90%);
    transition-delay: 0.2s;
    margin: 10rem auto;
  }
}
@media screen and (max-width: 990px) and (max-width: 767px) {
  .hamburger-menu .inner .menu__sns {
    margin: 4.5rem auto;
  }
}
@media screen and (max-width: 990px) {
  .hamburger-menu .inner .menu__sns::after {
    position: absolute;
    content: "";
    display: block;
    top: -0.1rem;
    right: -6rem;
    width: 1px;
    height: 5rem;
    background: #fff;
  }
}
@media screen and (max-width: 990px) and (max-width: 767px) {
  .hamburger-menu .inner .menu__sns::after {
    top: 0.2rem;
    right: -4.1rem;
    height: 2.6rem;
  }
}
@media screen and (max-width: 990px) {
  .hamburger-menu .inner .menu__sns a i {
    font-size: 3.5rem;
    color: #fff;
  }
}
@media screen and (max-width: 990px) and (max-width: 767px) {
  .hamburger-menu .inner .menu__sns a i {
    font-size: 2rem;
  }
}
@media screen and (max-width: 990px) {
  .hamburger-menu .inner .nav-bg {
    position: fixed;
    top: -10px;
    right: -10px;
    width: 10px;
    height: 10px;
    background: #000;
    border-radius: 50%;
    transform: scale(0);
    transition: transform 0.4s ease;
  }
  .hamburger-menu .inner .nav-bg.open {
    transform: scale(250);
  }
}

.hamburger-menu.active {
  visibility: visible;
}

/* js */
/* 初期状態 */
.js-nav {
  transform: translateY(-8px);
  opacity: 0;
  transition: all 0.3s ease;
}

/* 表示状態 */
.js-nav.is-active {
  transform: translateY(0);
  opacity: 1;
}

.js-fadeup {
  transform: translateY(8rem);
  opacity: 0;
  transition: 0.6s ease;
}

.js-fadeup.is-active {
  transform: translateY(0);
  opacity: 1;
}

.open_nav {
  transform: translateY(0);
  opacity: 1;
}

.close_nav {
  display: none;
  transition: all 0s 0s linear;
}/*# sourceMappingURL=style.css.map */