@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100&family=Sriracha&display=swap");
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  letter-spacing: 1px;
  font-size: 14px;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
}

h1, h2, h3, h4, h5, p, li, a, button, div {
  letter-spacing: 1px;
  font-size: 14px;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
}

a {
  text-decoration: unset;
  transition: 0.3s;
  cursor: pointer;
  display: block;
}

img {
  max-width: 100%;
  width: 100%;
  display: block;
}

@media (max-width: 767px) {
  .header {
    position: fixed;
    top: 0;
  }
}
.header__nav {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100vh;
  transform: translateX(100%);
  background-color: #fff;
  transition: ease 0.4s;
  box-shadow: 0px 0px 6px -3px rgba(0, 0, 0, 0.6);
}
.header__nav.active {
  transform: translateX(0);
}

@media (max-width: 767px) {
  .header__nav {
    display: block;
  }
}
.header__ham {
  display: none;
  width: 48px;
  height: 100%;
}
.header__ham span {
  width: 100%;
  height: 1px;
  background-color: #000;
  position: relative;
  transition: ease 0.4s;
  display: block;
}
.header__ham span:nth-child(1) {
  top: 0;
}
.header__ham span:nth-child(2) {
  margin: 8px 0;
}
.header__ham span:nth-child(3) {
  top: 0;
}
.header__ham.active span {
  background-color: #000;
}
.header__ham.active span:nth-child(1) {
  top: 9px;
  transform: rotate(45deg);
}
.header__ham.active span:nth-child(2) {
  opacity: 0;
}
.header__ham.active span:nth-child(3) {
  top: -9px;
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
  .header__ham {
    display: block;
  }
}
.ham {
  background: #fff;
  padding: 12px 10px;
  z-index: 9999;
  border: unset;
}

.nav__items {
  width: 100%;
  line-height: 2.5;
}

.nav__item {
  margin-bottom: 20px;
}
.nav__item a {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 20px;
  color: black;
}

.navItems {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
}

.header {
  z-index: 10;
  width: 100%;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
}

@media (max-width: 767px) {
  .header__inner {
    padding: 10px 15px;
    height: unset;
  }
}
.header__logo {
  width: 300px;
}

@media (max-width: 767px) {
  .header__logo {
    width: 150px;
  }
}
.header__left {
  position: relative;
}

.header__sns {
  position: relative;
  top: -5px;
  display: flex;
  align-items: center;
  justify-content: right;
}

@media (max-width: 767px) {
  .header__sns {
    position: unset;
  }
}
.header__snsItem {
  display: block;
  margin: 0 5px;
}
.header__snsItem a {
  display: block;
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  width: 30px;
}
.header__snsItem a:hover {
  padding: 8px;
  width: 34px;
}
.header__snsItem a img {
  max-width: 100%;
  width: 100%;
}

@media (max-width: 767px) {
  .header__snsItem {
    margin: 0 2px;
  }
}
@media (max-width: 767px) {
  .header__snsItem a {
    width: 23px;
    padding: 3px;
    border-radius: 5px;
  }
}
@media (max-width: 767px) {
  .header__snsItem a:hover {
    width: 23px;
  }
}
.header__headNav {
  display: flex;
}

@media (max-width: 767px) {
  .header__headNav {
    display: none;
  }
}
.header .headNav__item {
  list-style: none;
  margin: 0 20px;
}
.header .headNav__item a {
  color: #000;
}

footer {
  width: 100%;
  text-align: center;
  background: #333;
  padding: 15px 0;
}
footer small {
  color: #fff;
}

@media (max-width: 767px) {
  .pc-display {
    display: none;
  }
}
@media (min-width: 767px) {
  .sp-display {
    display: none;
  }
}
@media (max-width: 767px) {
  .l-wrap {
    padding-top: 0px;
    height: 100vh;
  }
}
.l-inner {
  width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}

@media (max-width: 767px) {
  .l-inner {
    width: unset;
    padding: 0 15px;
  }
}
.breadcrumbs {
  display: flex;
  align-items: center;
  padding-top: 15px;
}
.breadcrumbs > span {
  margin: 0 7px;
  font-size: 12px;
  position: relative;
  top: 2px;
}
.breadcrumbs > span:first-child {
  margin-left: 0;
}
.breadcrumbs .post {
  color: #333;
}
.breadcrumbs a {
  color: #777;
  font-size: 12px;
}

@media (max-width: 767px) {
  .breadcrumbs > span {
    top: 1px;
  }
}
.heading {
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #a1a1a1;
}
.heading h1 {
  text-shadow: 0px 1px 5px #a1a1a1;
  color: #fff;
  text-align: center;
  padding: 100px 0;
  font-size: 20px;
}
.heading h1 span {
  display: block;
  font-size: 30px;
}

@media (max-width: 767px) {
  .heading h1 {
    padding: 60px 0;
  }
}
.top {
  overflow: hidden;
}
.top section {
  padding: 50px 0;
}



/*# sourceMappingURL=style.css.map */
