@charset "UTF-8";
body {
  font-family: "Hiragino Mincho ProN", YuMincho, serif;
  /* width: 430px; */
  margin: 0 auto;
  background-color: #dbe2da;
}

body * {
  box-sizing: border-box;
}

.container__lp {
  width: 430px;
}

article {
  background-color: #fff;
}

/* アニメーション */
.zoomin {
  animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  opacity: 0;
}
@keyframes zoomIn {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.fadeup {
  animation: fadeUp 0.8s forwards ease-out;
  opacity: 0;
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.mv1 {
  animation-delay: 0s;
}
.mv2 {
  animation-delay: 0.5s;
}
.mv3 {
  animation-delay: 0.8s;
  animation-duration: 0.4s;
}
.mv4 {
  animation-delay: 1.2s;
  animation-duration: 0.6s;
}
.mv5 {
  animation-delay: 1.8s;
  animation-duration: 0.6s;
}

/* header */
.header {
  position: relative;
}

/* mv */
.mv {
  min-height: 835px;
  padding-top: 103px;
  background: url(../img/mv.png) no-repeat top center / 100% auto;
}

h1 {
  position: relative;
  width: 242px;
  height: 617px;
  margin: 0 auto;
}

h1 img {
  position: absolute;
  top: 0;
  left: 0;
}

/* message */
.message p:nth-child(1),
.message p:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  width: 100%;
}

.message p:nth-child(1) {
  font-size: 35px;
  line-height: 1.75;
  writing-mode: vertical-rl;
  text-orientation: upright;
  height: 630px;
}

.message p:nth-child(2) {
  color: #ffffff;
  font-size: 32px;
  line-height: calc(43 / 32);
  text-align: center;
  height: 568px;
  background: #167101;
}

/* forestretch */
.forestretch {
  padding-top: 136px;
  background: url(../img/forestretch_bg.png) no-repeat top center / 100% auto;
}

.forestretch_top {
  color: #1a531e;
  font-size: 25px;
  font-weight: 600;
  line-height: calc(40 / 25);
  text-align: center;
}

.forestretch_image {
  margin-top: 60px;
}

.forestretch_image li {
  display: flex;
  justify-content: space-between;
}

.forestretch_image li + li {
  margin-top: 75px;
}

.forestretch_image li:nth-child(1) .text {
  transform: translate(0, -18px);
}

.forestretch_image li:nth-child(2) .text {
  transform: translate(-13px, -68px);
}

.js-scroll-fall,
.js-scroll-fall2 {
  opacity: 0;
}
.js-scroll-fall.zoomin,
.js-scroll-fall2.fade {
  opacity: 1;
}

.forestretch h2 {
  position: relative;
  font-size: 70px;
  line-height: 0.7;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 70px;
}

.forestretch h2 span {
  color: #6fb52b;
}

.forestretch h2 small {
  font-size: 55px;
  line-height: 1;
}

.forestretch h2::before,
.forestretch h2::after {
  position: absolute;
  font-size: 24px;
  letter-spacing: 0;
}
/* 
.forestretch h2::before {
  content: "森林浴";
  top: 0;
  left: 50%;
  margin: -17px 0 0 20px;
}

.forestretch h2::after {
  content: "ストレッチ";
  bottom: 0;
  left: 50%;
  margin: 0 0 -25px -140px;
} */

.forestretch_btm {
  color: #830000;
  font-size: 23px;
  font-weight: 600;
  line-height: calc(38 / 23);
  text-align: center;
  margin-top: 100px;
}

.forestretch_btm span {
  color: #005732;
}

/* instructor */
.instructor {
  margin-top: 70px;
}

.instructor h2 {
  color: #ffffff;
  font-size: 35px;
  font-weight: 600;
  line-height: calc(87 / 35);
  text-align: center;
  letter-spacing: 0.1em;
  background: #167101;
}

.instructor_wrap {
  display: block;
  width: 395px;
  margin: 20px auto 0;
}

.instructor_name {
  font-size: 26px;
  line-height: 1.3;
  text-align: center;
  margin-top: 40px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
}

.instructor_profile {
  font-size: 18px;
  line-height: calc(30 / 18);
  margin-top: 45px;
}

.instructor_list {
  color: #1a531e;
  margin-top: 40px;
}

.instructor_list + .instructor_list {
  margin-top: 20px;
}

.instructor_list dt {
  font-size: 20px;
  border-left: 8px solid;
  padding-left: 10px;
}

.instructor_list dd {
  font-size: 16px;
  line-height: calc(25 / 16);
  margin-top: 23px;
}

/* reason */
.reason {
  margin-top: 50px;
}

.reason h2 {
  color: #ffffff;
  font-size: 39px;
  font-weight: 600;
  text-align: center;
  padding: 60px 0;
  background: #025220;
}

.reason h2 small {
  font-size: 30px;
}

.reason h2 span {
  font-size: 65px;
}

.reason_list {
  position: relative;
  top: -1px;
  text-align: center;
  padding: 0 20px 30px;
  background: #025220;
}

.reason_list li {
  padding: 20px 0 60px;
  background: #ffffff;
}

.reason_list li + li {
  margin-top: 10px;
}

.reason_list li .number {
  font-size: 60px;
  font-weight: 600;
}

.reason_list li h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: calc(47 / 30);
  margin: 25px 0 30px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
}

.reason_list li h3 span {
  color: #bc0000;
}

.reason_list li .greenbelt {
  color: #ffffff;
  font-size: 25px;
  font-weight: 600;
  line-height: calc(47 / 25);
  width: 343px;
  margin: 25px auto 0;
  background: #005220;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
}

.reason_list li .greenbelt + .reason_text {
  margin-top: 30px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
}

.reason_list li .reason_text {
  font-size: 22px;
  font-weight: 600;
  line-height: calc(40 / 22);
  text-align: center;
}

.reason_list li .reason_text + img {
  margin-top: 30px;
}

.reason_list li .reason_description {
  font-size: 20px;
  font-weight: 600;
  line-height: calc(35 / 20);
  text-align: center;
  margin-top: 40px;
}

.reason_list li .gothic {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
}

.reason_list li .reason_reviews .reason_description {
  color: #005220;
  font-size: 24px;
}

.reason_list li .reason_description span {
  color: #9d0000;
  font-weight: 600;
}

.reason_seminar {
  padding: 30px 0 130px;
  margin-top: 50px;
  background: #efeddf;
}

.reason_reviews {
  margin-top: -95px;
}

.reason_reviews h4 {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 40px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
}

.reason_reviews h4 span {
  color: #d30000;
  font-size: 34px;
}

.reviews_list {
  position: absolute;
  left: 0;
  width: 430px;
  margin-top: 30px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.reviews_list li {
  position: relative;
  text-align: left;
  font-size: 14px;
  line-height: 1.3;
  width: 202px;
  height: 402px;
  padding: 50px 20px 40px;
  margin: 0 5px;
  background: url(../img/reason_slider-img.png) no-repeat center center;
}

.reviews_list li::before,
.reviews_list li::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
}

.reviews_list li::before {
  top: 0;
  height: 50px;
  background: url(../img/reason_slider-img.png) no-repeat top center;
}

.reviews_list li::after {
  bottom: 0;
  height: 40px;
  background: url(../img/reason_slider-img.png) no-repeat bottom center;
}

.reviews_list li div {
  height: calc(402px - 90px);
  overflow-y: scroll;
  scrollbar-width: thin;
}

.reviews_list-data {
  font-size: 18px;
  font-weight: 600;
  text-align: right;
  margin: 452px 10px 0;
}

/* owner */
.owner_top {
  position: relative;
  top: -1px;
  height: 593px;
  background: url(../img/owner_bg.jpeg) no-repeat center center;
  background-size: cover;
}

.owner_top img {
  position: absolute;
  top: 35px;
  left: 270px;
}

.owner h2 {
  color: #ffffff;
  font-size: 35px;
  font-weight: 600;
  line-height: calc(87 / 35);
  text-align: center;
  letter-spacing: 0.1em;
  background: #167101;
}

.owner_list {
  padding: 100px 18.5px 20px;
}

.owner_list li {
  position: relative;
  padding: 70px 20px 30px;
  border: 5px solid #167101;
  border-radius: 5px 5px 30px 5px;
}

.owner_list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 113px;
  height: 136px;
  transform: translate(-50%, -55%);
}

.owner_list li:nth-child(1):before {
  background: url(../img/owner_icon01.png) no-repeat top center / 100% auto;
}

.owner_list li:nth-child(2):before {
  background: url(../img/owner_icon02.png) no-repeat top center / 100% auto;
}

.owner_list li + li {
  margin-top: 100px;
}

.owner_list li h3 {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  width: 300px;
  padding-bottom: 5px;
  margin: 0 auto;
  border-bottom: 2px solid #167101;
}

.owner_list li p {
  font-size: 14.5px;
  line-height: calc(28 / 14.5);
  margin-top: 40px;
}

/* review */
.review h2 {
  color: #ffffff;
  font-size: 45px;
  font-weight: 600;
  line-height: calc(55 / 35);
  text-align: center;
  letter-spacing: 0.1em;
  height: 450px;
  padding-top: 30px;
  background: #1a531e;
}

.review h2 small {
  font-size: 39px;
}

.review h2 span {
  font-size: 55px;
}

.review_list {
  /* display: flex;
  flex-wrap: wrap;
  gap: 10px 15px; */
  padding: 30px 20px 40px;
}

.review_list li {
  font-size: 14px;
  line-height: 1.3;
  width: auto;
  padding: 20px 8px;
  margin-bottom: 10px;
  /* background: #EBFDF9; */
  border: 5px solid #167101;
  border-radius: 5px 5px 5px 30px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.review_list li img {
  width: 100%;
}

/* case */
.case h2 {
  color: #ffffff;
  font-size: 32px;
  font-weight: 600;
  line-height: calc(47 / 30);
  text-align: center;
  letter-spacing: 0.1em;
  height: 245px;
  padding-top: 42px;
  background: #1a531e;
}

.case_list {
  font-size: 25px;
  font-weight: 600;
  line-height: calc(40 / 25);
  padding: 20px 20px 80px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

/* recommend */
.recommend {
  position: relative;
  padding: 277px 20px 60px;
  background: #fff4fd;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.recommend_top {
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  text-align: center;
}

.recommend_top img {
  width: 100%;
}

.recommend h2 {
  color: #ffffff;
  font-size: 25px;
  font-weight: 600;
  line-height: 55px;
  text-align: center;
  width: 371px;
  margin: 0 auto;
  background: linear-gradient(to right, #ff86be 0%, #ff3876 80%, #ff3472 100%);
  border-radius: 3px 3px 16px 3px;
}

.recommend_discription {
  font-size: 25px;
  font-weight: 600;
  line-height: calc(33 / 25);
  text-align: center;
  margin: 25px 0 40px;
}

.recommend_list li + li {
  margin-top: 65px;
}

.recommend_list li .recommend_name {
  font-size: 25px;
  font-weight: 600;
  line-height: calc(45 / 25);
  text-align: center;
  margin-top: 20px;
}

.recommend_list li .recommend_career {
  font-size: 16px;
  line-height: calc(25 / 16);
  margin-top: 30px;
}

.recommend_list li .recommend_career span {
  display: block;
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
}

.recommend_list li .recommend_message {
  font-size: 20px;
  line-height: calc(33 / 20);
  margin-top: 40px;
}

.recommend_list li .recommend_message span {
  display: block;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}

/* guidance */
.guidance {
  position: relative;
  height: 850px;
  background: url(../img/guidance_bg.png) no-repeat top center / 100% auto;
}

.guidance p,
.guidance h2 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  padding: 0 20px;
  text-align: center;
}

.guidance p img {
  width: 80%;
  max-width: 235px;
}

.guidance p img,
.guidance h2 img {
  width: 100%;
}

.guidance p {
  margin-top: 60px;
}

.guidance h2 {
  margin-top: 180px;
}

/* vizion */
.vizion {
  height: 730px;
  padding-top: 40px;
  background: url(../img/vizion_bg.png) no-repeat top center / 100% auto;
}

.vizion_top {
  font-size: 45px;
  font-weight: 600;
  line-height: 77px;
  text-align: center;
  width: 233px;
  margin: 0 auto;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

.vizion h2 {
  font-size: 39px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  margin-top: 40px;
}

.vizion h2 span {
  color: #064601;
  font-size: 60px;
}

.vizion_discription {
  font-size: 18px;
  font-weight: 600;
  line-height: calc(35 / 18);
  text-align: center;
  margin-top: 60px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

/* line */
.line {
  height: 710px;
  padding-top: 234px;
  background: url(../img/line_bg.png) no-repeat top center / 100% auto;
}

.line_inner {
  width: 391px;
  padding: 40px 20px 30px;
  margin: 0 auto;
  background: #ffffff;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.line_inner h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: calc(43 / 30);
  text-align: center;
}

.line_inner p {
  font-size: 16px;
  line-height: calc(28 / 16);
  margin: 30px 0 0 25px;
}

/* consultation */
.consultation {
  padding-top: 25px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  position: relative;
  top: 0;
  left: 0;
}

/* 画像をラップする要素（中央寄せ用など） */
.consultation_img_wrap {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  top: 106px;
}

/* 画像の下を逆三角形に切り抜く */
.reverse-triangle {
  width: 100%; /* ラップ要素に合わせて画像が伸縮 */
  height: auto;
  display: block; /* 不要な隙間をなくす */

  /* クリップパスで逆三角形に切り抜く */
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%);
  clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%);

  object-fit: cover; /* 画像の被切り部分も適切に表示 */
}

.consultation_top {
  position: relative;
  color: white;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  width: 390px;
  margin: 0 auto;
  padding: 11px 0;
  background: #fb3168;
  border-radius: 36px;
}

.consultation_top::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 0;
  border-style: solid;
  border-width: 10px 10px 0;
  border-color: #fb3168 transparent;
  z-index: 1;
  display: block;
}

.consultation h2 {
  font-size: 35px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  width: 300px;
  margin: 240px auto 0;
  border-bottom: dotted 1px #fb3168;
}

.consultation_discription {
  color: #fb3168;
  font-size: 20px;
  line-height: calc(30 / 20);
  text-align: center;
  margin-top: 20px;
}

.consultation_list {
  font-size: 18px;
  line-height: calc(35 / 18);
  width: 390px;
  padding: 30px 20px;
  margin: 25px auto 0;
  border: 5px solid #fb3168;
  border-radius: 19px;
  font-weight: bold;
}

/* induction */
.induction {
  margin-top: 50px;
  padding: 50px 0 30px;
  background: #1a531e;
}

.induction h2 {
  color: #ffffff;
  font-size: 35px;
  font-weight: 600;
  line-height: calc(50 / 35);
  text-align: center;
  letter-spacing: 0.1em;
}

.induction h2 span {
  font-size: 55px;
}

.induction_inner {
  width: 390px;
  padding: 30px 0;
  margin: 40px auto 0;
  background: #ffffff;
  border-radius: 20px;
}

.induction_description {
  color: #167101;
  font-size: 28px;
  font-weight: 600;
  line-height: calc(37 / 28);
  text-align: center;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.induction .greenbelt {
  color: #ffffff;
  font-size: 25px;
  font-weight: 600;
  line-height: calc(59 / 25);
  text-align: center;
  margin: 30px auto 0;
  background: #005220;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.induction_list {
  padding: 20px 20px 0;
}

.induction_list li + li {
  margin-top: 20px;
}

/* brand */
.brand {
  text-align: center;
  height: 869px;
  padding-top: 70px;
  background: url(../img/brand_bg.png) no-repeat top center / 100% auto;
}
.brand h2 img {
  width: 100%;
}

/* faq */
.faq {
  padding: 50px 0 20px;
  margin-top: 20px;
  background: url(../img/faq_bg.png) top center / 100% auto;
}

.faq_inner {
  width: 390px;
  padding: 30px 25px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #000000;
}

.faq_inner h2 {
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #000000;
}

.faq_list li h3,
.faq_list li p {
  position: relative;
  font-size: 18px;
  line-height: calc(30 / 18);
  text-indent: -32px;
  padding: 30px 0 0 32px;
}

.faq_list li h3::before,
.faq_list li h3::after {
  content: "";
  position: absolute;
  right: 1em;
  bottom: 0.6em;
  width: 1px;
  height: 0.75em;
  background-color: #000000;
  transition: all 0.3s;
}
.faq_list li h3::after {
  transform: rotate(90deg);
}

.faq_list li h3.faq-open::before {
  transform: rotate(90deg);
}

.faq_list li p {
  display: none;
  width: 338px;
}

.faq_list li span {
  font-size: 25px;
  font-weight: 600;
  line-height: calc(30 / 25);
  margin-right: 0.5em;
}

.faq_list li + li {
  margin-top: 30px;
  border-top: 1px solid #999999;
}

/* contact */
.contact {
  padding: 80px 20px 0;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.contact h2 {
  font-size: 14px;
  font-weight: 600;
  line-height: calc(50 / 35);
  text-align: center;
  letter-spacing: 0.1em;
}

.contact h2 span {
  display: block;
  color: #2db470;
  font-size: 36px;
}

.contact_balloon {
  font-size: 14px;
  text-align: center;
  margin-top: 40px;
}

.contact_btn {
  position: relative;
  display: block;
  width: 278px;
  height: 55px;
  margin: 20px auto 25px;
}

.contact_btn span {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: calc(55 / 16);
  text-align: center;
  background: #000000;
  z-index: 1;
}

.contact_btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #000000;
  transform: translate(5px, 5px);
}

.contact form {
  padding: 30px 30px 40px;
  margin-top: 40px;
  background: #2db470;
}

.contact form label {
  display: block;
  color: #ffffff;
  font-size: 16px;
  width: 100%;
  margin: 20px 0 10px;
}

.contact form input[type="text"],
.contact form input[type="email"],
.contact form textarea {
  display: block;
  width: 100%;
  border: none;
}

.contact form input {
  width: 20px;
  height: 42px;
}

.contact form textarea {
  height: 213px;
}

.contact form .button {
  display: block;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  /* line-height: calc(50/16); */
  text-align: center;
  letter-spacing: 0.1em;
  width: 308px;
  margin: 40px auto 0;
  background: #004d12;
  border-radius: 30px;
}
.contact form .button:nth-of-type(2) {
  margin: 10px auto 0;
}

.contact form .confirm-text {
  color: #ffffff;
  border-bottom: #fff solid 1px;
  padding: 6px;
}
.contact .submit-text {
  padding: 40px 0;
  text-align: center;
}

/* footer */
footer {
  text-align: center;
  padding: 30px 0 20px;
  background-color: #fff;
}

footer .copyright {
  font-size: 14px;
  margin-top: 20px;
}

.span {
  display: inline-block;
}

/* メニュー */
body {
  display: flex;
  justify-content: center;
}

.container__menu {
  display: none;
}

.container__menu a,
.sp-nav__container a {
  color: #fff;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  outline: none;
  line-height: 1.2;
}

.sp-nav__container a:active {
  color: #000000;
}

.sp-nav-bottom {
  margin-top: 3rem;
  display: grid;
  gap: 24px;
  justify-content: center;
}

.sp-nav-bottom li {
  width: 100%;
  max-width: 280px;
  list-style-type: none;
}

.sp-nav-bottom li a {
  width: auto;
  display: block;
}

.sp-nav-bottom li a img {
  width: 100%;
  display: block;
}

.sp-nav__container {
  margin-top: 87px;
  padding: 0 1.25rem;
  position: relative;
}

.header__sp-nav .sp-nav__container {
  height: 100vh;
  width: 100%;
  margin-top: px;
  text-align: center;
  background: rgb(10, 10, 10);
  position: absolute;
}

.header__sp-nav.sp-nav.active {
  background: rgb(10, 10, 10);
  transform: translateX(0);
}

.header__sp-nav {
  color: #fff;
  padding-top: 6.25rem;
  background-color: #ceefe9;
  width: 100%;
  height: 100vh;
  left: 0;
  /* position: absolute; */
  right: 0;
  top: 0;
  display: none;

  position: fixed;
  /* overflow-y: auto; */
  /* background-color: rgba(0, 0, 0, 0.8); */
  z-index: 998;
  /* transform: translateX(-100%);
  transition: transform 0.3s ease; */
}

.sp-nav__container {
  padding: 0 1.25rem;
}

.sp-nav__list li {
  height: 2.5rem;
}

.header__inner {
  height: 87px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 998;

  color: #ffffff;
  font-size: 25px;
  line-height: calc(87 / 25);
  text-align: center;
  background: #167101;
  z-index: 997;
}

.header__hamburger {
  position: relative;
  width: 2.6875rem;
  height: 2.6875rem;
  cursor: pointer;
  z-index: 999;
}

.header__hamburger span {
  position: absolute;
  left: 0.75rem;
  width: 1.25rem;
  height: 0.0625rem;
  background-color: #fff;
  border-radius: 0.0625rem;
}

.header__hamburger,
.header__hamburger span {
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
}

.header__hamburger span:nth-of-type(1) {
  top: 1rem;
}

.header__hamburger span:nth-of-type(2) {
  top: 1.375rem;
}

.header__hamburger span:nth-of-type(3) {
  top: 1.75rem;
}

/* btnが開いたとき */
.header__hamburger.active span:nth-of-type(1) {
  top: 0rem;
  -webkit-transform: translateY(1.25rem) rotate(45deg);
  transform: translateY(1.25rem) rotate(45deg);
}

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

.header__hamburger.active span:nth-of-type(3) {
  top: 2.5rem;
  -webkit-transform: translateY(-1.25rem) rotate(-45deg);
  transform: translateY(-1.25rem) rotate(-45deg);
}

body.menu-open .header__inner {
  background: rgb(10, 10, 10);
}

body.menu-open .header__ttl {
  opacity: 0;
  visibility: hidden;
}

#js-nav.active {
  transition: 0.3s;
  display: grid;
  align-items: start;
  z-index: 996;
}

#js-nav {
  display: none;
  transition: 0.3s;
}

.sp-nav.active {
  display: block;
  right: 0;
  visibility: visible;
}

@media screen and (min-width: 768px) {
  .container__menu {
    position: sticky;
    top: 0;
    display: block;
    width: 15rem;
    height: 100vh;
    padding: 0 1.5rem;
    background: linear-gradient(180deg, rgb(39, 39, 40), rgb(10, 10, 10));
  }

  .pc-menu__nav {
    margin-top: 7.5rem;
  }

  .pc-menu__list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .header__inner {
    display: block;
    position: relative;
  }

  .header__sp-nav {
    display: none;
  }

  .header__hamburger {
    display: none;
  }
}

/* メニューが開いたときの背景固定 */
body.menu-open {
  overflow: hidden; /* 背景を固定 */
}
