@charset "UTF-8";
body {
  font-family: "HelveticaNeue", "Arial", "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #3a3e40;
}

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

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #3a3e40;
}

.mb-sm, .about_main ul h2, .about_main .about_content h2, .sub-title {
  margin-bottom: 25px !important;
}

.mb-lg, .about_img, .nav-sp .pmag-icon {
  margin-bottom: 50px !important;
}
@media screen and (min-width: 960px) {
  .mb-lg, .about_img, .nav-sp .pmag-icon {
    margin-bottom: 150px !important;
  }
}

.mt-sm {
  margin-top: 25px !important;
}

.mt-lg, .sub_footer footer, .nav-sp .pmag-icon {
  margin-top: 50px !important;
}
@media screen and (min-width: 960px) {
  .mt-lg, .sub_footer footer, .nav-sp .pmag-icon {
    margin-top: 150px !important;
  }
}

.pb-sm {
  padding-bottom: 25px !important;
}

.pb-lg {
  padding-bottom: 50px !important;
}
@media screen and (min-width: 960px) {
  .pb-lg {
    padding-bottom: 150px !important;
  }
}

.pt-sm {
  padding-top: 25px !important;
}

.pt-lg, .nav-sp .pmag-icon {
  padding-top: 50px !important;
}
@media screen and (min-width: 960px) {
  .pt-lg, .nav-sp .pmag-icon {
    padding-top: 150px !important;
  }
}

.content-width, .about_main, header .nav__container {
  width: 88%;
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (min-width: 600px) {
  .content-width, .about_main, header .nav__container {
    width: calc(100% - 100px);
  }
}

.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.purple {
  color: #904669;
}

.font-sm, .about_main ul p, .about_profie ul li h3, .about_profie ul li p, .hero #mainvisual footer p, .sub-title {
  font-size: 14px;
}
@media screen and (min-width: 960px) {
  .font-sm, .about_main ul p, .about_profie ul li h3, .about_profie ul li p, .hero #mainvisual footer p, .sub-title {
    font-size: 16px;
  }
}

.font-md {
  font-size: 16px;
}
@media screen and (min-width: 960px) {
  .font-md {
    font-size: 18px;
  }
}

.font-lr {
  font-size: 18px;
}
@media screen and (min-width: 960px) {
  .font-lr {
    font-size: 20px;
  }
}

.font-lg, .main-title {
  font-size: 25px;
}
@media screen and (min-width: 960px) {
  .font-lg, .main-title {
    font-size: 36px;
  }
}

.main-title {
  font-weight: 600;
  margin-bottom: 0;
  display: block;
}

#g-nav {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  transition: all 0.18s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-color: #f6f5ea;
}

#g-nav.panelactive {
  opacity: 1;
  visibility: visible;
}

#g-nav.panelactive #g-nav-list {
  position: fixed;
  z-index: 21;
  width: 100%;
  height: 100svh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#g-nav ul {
  position: absolute;
  z-index: 21;
  top: 130px;
  left: 50%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  padding: 0;
  width: 88%;
  max-width: 1200px;
}

#g-nav li {
  list-style: none;
  text-align: center;
}

.nav-sp .pmag-icon {
  border-top: 1px solid #535353;
}

#g-nav .nav-content-sp {
  margin: 0;
}

#g-nav .nav-content {
  margin-bottom: 18px;
}

#g-nav li a {
  text-decoration: none;
  padding: 0;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.17em;
  text-align: left;
}
#g-nav li a h3 {
  font-weight: 400;
  letter-spacing: 0em;
  font-size: 20px;
}
#g-nav li a p {
  font-size: 12px;
  color: #979797;
  font-weight: 400;
}

.header-logo {
  position: absolute;
  left: 100px;
  display: flex;
  align-items: center;
  height: 70px;
}

.openbtn {
  position: relative;
  z-index: 9999; /*ボタンを最前面に*/
  cursor: pointer;
  width: 40px;
  height: 40px;
}

/*×に変化*/
.openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 0px;
  height: 1.5px;
  border-radius: 0px;
  background-color: #311303;
  width: 100%;
}

.openbtn span:nth-of-type(1) {
  top: 17px;
}

.openbtn span:nth-of-type(2) {
  top: 27px;
}

.openbtn.active span:nth-of-type(1) {
  top: 21px;
  left: 0;
  transform: rotate(12deg);
  width: 100%;
}

.openbtn.active span:nth-of-type(2) {
  top: 21px;
  left: 0;
  transform: rotate(-12deg);
  width: 100%;
}

.hero .hero__container {
  height: 100svh;
  margin-top: -24px !important;
}
@media screen and (min-width: 600px) {
  .hero .hero__container {
    height: 100vh;
  }
}
.hero #mainvisual {
  position: relative;
  height: 100svh;
}
@media screen and (min-width: 600px) {
  .hero #mainvisual {
    height: 100vh;
  }
}
.hero #mainvisual footer {
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
}
.hero #mainvisual footer p {
  color: white;
  font-weight: 300;
}

header {
  border-bottom: 1px solid #535353;
}
header .nav__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
}
header .nav__container h2 {
  font-weight: 500;
}

ul {
  padding: 0;
}

.about_main {
  margin-top: 60px;
}
@media screen and (min-width: 960px) {
  .about_main .about_main_content {
    display: flex;
    justify-content: space-between;
  }
  .about_main .about_main_content .margin_flex {
    width: 60vw;
    max-width: 720px;
  }
  .about_main .about_main_content .margin {
    width: 200px;
  }
}
@media screen and (min-width: 960px) {
  .about_main .about_profie {
    width: 60vw;
    max-width: 720px;
  }
}
.about_main ul:nth-of-type(2) {
  margin-top: 60px;
}
.about_main ul:nth-of-type(3) {
  margin-top: 60px;
}
.about_main ul h2 {
  font-size: 22px;
}
.about_main ul p {
  margin-bottom: 25px;
}
@media screen and (min-width: 960px) {
  .about_main .about_content {
    display: flex;
    justify-content: space-between;
  }
  .about_main .about_content h2 {
    width: 200px;
  }
}
.about_main .about_content h2 {
  font-size: 14px;
  font-weight: 400;
}
.about_main .about_content h3 {
  font-weight: 400;
}

@media screen and (min-width: 960px) {
  .about_contact {
    margin-top: 150px;
  }
}

.about_profie {
  margin-bottom: 70px;
  letter-spacing: 0.06rem;
}
.about_profie ul {
  max-width: 100%;
}
.about_profie ul li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #535353;
  padding: 10px 0;
}
.about_profie ul li h3 {
  width: 100px;
}
.about_profie ul li p {
  margin-bottom: 0;
}

.sub_footer footer {
  padding: 50px 0;
  text-align: center;
  background-color: #f6f5ea;
}
.sub_footer footer img {
  width: 50px;
  margin: 0 auto;
}
.sub_footer footer p {
  font-size: 12px;
  margin-top: 10px;
}/*# sourceMappingURL=style.css.map */