@charset "utf-8";

html {
  font-size: 62.5%;
  width: 100%;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  color: #1e1e1e;
  font-family: "neue-haas-grotesk-display", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6em;
  text-align: left;
  background: #f7f7f7;
  font-weight: 300;
  font-feature-settings: "palt";
}

.ja {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.main-text {
 font-family: "dnp-shuei-gothic-gin-std",
sans-serif;
  font-variation-settings: "wght" 400;
}

img,
svg {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

.none {
  display: none;
}

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #1e1e1e;
  font-weight: 300;
}

#openbtn {
  position: fixed;
  z-index: 9999;
  top: 40px;
  right: 2.4%;
  cursor: pointer;
  width: 25px;
  height: 25px;
  border-radius: 100%;
}

#openbtn span:nth-of-type(1) {
  top: 6px;
}

#openbtn span:nth-of-type(2) {
  top: 12px;
}

#openbtn span:nth-of-type(3) {
  top: 18px;
}

#openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  height: 1px;
  border-radius: 2px;
  background-color: #1e1e1e;
  width: 100%;
}

#openbtn.active span:nth-of-type(1) {
  transform: translateY(6px) rotate(-45deg);
  width: 80%;
  background-color: #1e1e1e;
}

#openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

#openbtn.active span:nth-of-type(3) {
  transform: translateY(-6px) rotate(45deg);
  width: 80%;
  background-color: #1e1e1e;
}

#sp-gnav {
  position: fixed;
  z-index: 999;
  /*この○○px分headerの部分が見えるようにすると思ったけどheaderをfixedにしないとscrollすることになるのでやめ*/
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  background: #efefef;
  padding: 28px 3.4vw;
}

#sp-gnav.panelactive {
  top: 0;
  transition: all 0.4s;
  height: 100%;
  overflow-y: auto;
  visibility: visible;
  opacity: 1;
}

#sp-gnav-list {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#sp-gnav-list ul {
  z-index: 999;
}

#sp-gnav-list ul li {
  list-style: none;
  position: relative;
  margin-bottom: 6px;
}

#sp-gnav-list ul li a {
  color: #1e1e1e;
  text-decoration: none;
  margin: 10px 30px 0 6%;
  margin-bottom: 1vw;
  display: block;
  text-transform: uppercase;
  font-size: clamp(3.8rem, 4.2vw, 6.4rem);
  font-weight: normal;
  transition: all 0.4s;
  width: 100%;
  line-height: 1.6;
}

/* -------------------------------- */
/* ハンバーガーメニュー - メディアクエリ
/* -------------------------------- */

@media (max-width: 1024px) {
  #openbtn {
    top: 20px;
  }

  #openbtn {
    right: 30px;
  }
}

@media (max-width: 768px) {
  #openbtn {
    top: 45px;
    top: 25px;
  }

  #sp-gnav-list ul li a {
    font-size: 2.4rem;
    padding: 15px 100px;
  }

  #sp-gnav-list ul li span a {
    font-size: 1.6rem;
    padding: 15px 100px 0;
  }
}

@media (max-width: 599px) {
  #openbtn {
    right: 20px;
    top: 14px;
  }

  #sp-gnav-list {
    transition: all 0.4s;
  }

  #sp-gnav-list ul li {
    margin-bottom: 0;
  }

  /*ここからg-navスタイル*/
  #sp-gnav-list .gnav-list_inner {
    display: block;
  }

  #sp-gnav-list ul {
    width: 100%;
  }

  #sp-gnav-list ul li a {
    padding: 12px 20px;
    font-size: 2.4rem;
    margin-left: 0;
  }

  #sp-gnav-list ul li span a {
    padding: 15px 20px 0px;
    font-size: 1.2rem;
  }
}

/* -------------------------------- */
/* アニメーション
/* -------------------------------- */

/*右へテキストアニメーション*/
.third {
  opacity: 0;
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  transition: 1s;
}

.third.is-active {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: 1s;
}

/* -------------------------------- */
/* Btnスタイル
/* -------------------------------- */

.about-sec-btn {
  transition-delay: 0.2s;
}

.sec-btn {
  display: inline-block;
  font-size: 2rem;

  letter-spacing: 0.06em;
  transition: 0.4s;
  font-family: "norman-variable", sans-serif;
}

.btn-sp {
  display: none;
}

.sec-btn span {
  /* position: relative;
  display: inline-block;
  padding-right: 30px; */
  position: relative;

  overflow: hidden;
  padding-right: 22px;
}

.sec-btn span::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 4px;
  right: 0;
  background: url(../images/right_arrow_b.svg) 0 0 no-repeat;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  transform-origin: left bottom;
  transition: opacity 0.3s, transform 0.3s;
  opacity: 0;
}

.sec-btn span::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/right_arrow_b.svg) 0 0 no-repeat;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  transform-origin: left bottom;
  transition: opacity 0.3s, transform 0.3s;
}

/* .sec-btn span::after {
  content: "";
  position: absolute;
  right: 2px;
  top: 50%;
  width: 16px;
  height: 12px;
  margin-top: -6px;
  background: url(../images/right_arrow_b.svg) 0 0 no-repeat;
  background-size: 16px 12px;
  transition: 0.4s;
  transform: rotate(-45deg);
} */

/* .sec-btn:hover {
  border: 1px solid #111;
  background-color: #111;
  color: #fff;
  transition: 0.4s;
} */

.sec-btn:hover span::before {
  transform: translate(4px, -4px);
  opacity: 1;
}

.sec-btn:hover span::after {
  transform: translate(100%, -100%);
  opacity: 0;
}

/* -------------------------------- */
/* Btnスタイル - メディアクエリ
/* -------------------------------- */

@media (max-width: 1024px) {
  .btn-pc {
    display: none;
  }

  .btn-sp {
    display: block;
    margin-top: 60px;
  }
}

@media (max-width: 768px) {
}

@media (max-width: 599px) {
  .sec-btn {
    font-size: 1.2rem;
    padding: 1px 19px 0 22px;
  }

  .btn-sp {
    margin-top: 40px;
  }
}

/*パンくずリスト*/

.breadcrumbs {
  margin: 0 auto;
  padding-top: calc(2.04082vw + 17.34694px);
  margin: 0 auto calc(2.04082vw + 17.34694px);
}

.breadcrumbs ol {
  width: 88%;
  display: flex;
  align-items: center;
  margin: 0 auto;
}

.breadcrumbs ol li {
  display: flex;
  align-items: center;
}

.breadcrumbs ol li span {
  font-size: 1.2rem;
}

.breadcrumbs ol li a:hover {
  color: #000;
  transition: 0.2s;
}

.breadcrumbs ol li::before {
  content: "";
  margin-right: 1rem;
  margin-left: 1rem;
  background-color: currentcolor;
  height: 1px;
  width: 10px;
}

.breadcrumbs ol li:last-child:before {
  background-color: #1e1e1e;
}

.breadcrumbs ol .home {
  font-size: 1.4rem;
}

.breadcrumbs ol .home::before {
  content: none;
}

/*パンくずの長さを調整*/
.breadcrumbs span[property="name"] {
  display: inline-block;
  padding: 0;
  margin-top: -3px;
  vertical-align: middle;
  max-width: 120px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*パンくずの長さをホバーしたら全表示させる*/
/*SPのときは調整が必要
.breadcrumbs span[property="name"]:hover {
  max-width: none;
  white-space: nowrap; ←解除する必要あり
}
*/

/* -------------------------------- */
/* reCAPTCHA非表示
/* -------------------------------- */

.grecaptcha-badge {
  visibility: hidden;
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 768px) {
  .breadcrumbs {
    padding-left: 40px;
    padding-right: 40px;
  }

  .breadcrumbs ol {
    padding: 0;
    width: 100%;
  }
}

@media screen and (max-width: 599px) {
  .breadcrumbs {
    padding: 25px 20px;
    margin: 0;
  }

  .breadcrumbs ol {
    padding: 0;
    width: 100%;
  }

  .breadcrumbs span[property="name"] {
    font-size: 1.1rem;
  }
}
