/* LESS Document */
main {
  background: url(../img/bg_body.webp) fixed;
  overflow: hidden;
}
hgroup {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
  flex-direction: column-reverse;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  hgroup {
    align-items: center;
  }
}
hgroup h2 {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  hgroup h2 {
    font-size: 4.8vw;
  }
}
hgroup p {
  font-size: 6.4rem;
  font-weight: 700;
  font-family: "EB Garamond", serif;
}
@media screen and (max-width: 767px) {
  hgroup p {
    font-size: 9.6vw;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	mv
+++++++++++++++++++++++++++++++++++++++++++ */
.mv {
  justify-content: space-between;
  height: 890px;
  padding: 180px 0 72px;
  background: url(../img/bg_mv.webp) no-repeat center center / cover;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mv {
    height: auto;
    padding: 90px 0 30px;
  }
}
.mv hgroup {
  margin: 0 0 8px;
  color: #FFF;
  text-align: center;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .mv hgroup {
    margin: 0 0 20px;
    font-size: 12vw;
  }
}
.mv hgroup h1 {
  font-size: 4.8rem;
}
@media screen and (max-width: 767px) {
  .mv hgroup h1 {
    font-size: 9.6vw;
  }
}
.mv hgroup p {
  font-size: 9.6rem;
  font-family: "EB Garamond", serif;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .mv hgroup p {
    font-size: 14.8vw;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	article
+++++++++++++++++++++++++++++++++++++++++++ */
article {
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  article.inner {
    padding: 50px 10px;
  }
}
article h2 {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
  align-items: center;
  justify-content: center;
  min-width: 670px;
  max-width: max-content;
  height: 173px;
  margin: 0 auto 20px;
  font-size: 4.8rem;
  background: #96B100;
  clip-path: polygon(0 50px, 100% 0, calc(100% - 65px) 100%, 36px calc(100% - 25px));
  color: #FFF;
}
@media screen and (max-width: 767px) {
  article h2 {
    max-width: none;
    min-width: 0;
    height: 25vw;
    padding-bottom: 25px;
    margin-bottom: 30px;
    font-size: 7.2vw;
    clip-path: polygon(0 0, 100% 0, calc(100% - 36px) calc(100% - 35px), 60px 100%);
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	entry
+++++++++++++++++++++++++++++++++++++++++++ */
aside {
  margin-top: 212px;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	pageNav
+++++++++++++++++++++++++++++++++++++++++++ */
.pageNav {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 24px;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .pageNav {
    gap: 10px;
    padding: 0 10px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .pageNav li {
    width: calc(50% - 10px);
    margin-bottom: 50px;
  }
}
.pageNav li a {
  display: block;
  min-width: 268px;
  padding: 14px 28px;
  border-radius: 8px;
  background: #96B100;
  color: #FFF;
  line-height: 1.4;
  font-weight: bold;
  font-size: 2.2rem;
  text-decoration: none;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .pageNav li a {
    width: 100%;
    min-width: 0;
    padding: 7px 14px;
    font-size: 4.4vw;
  }
}
.pageNav li a:hover {
  background: #6b7e00;
}
@media screen and (max-width: 767px) {
  .pageNav li a:hover {
    background: #96B100;
  }
}
.pageNav li a:hover::after {
  bottom: -62px;
  color: #6b7e00;
}
@media screen and (max-width: 767px) {
  .pageNav li a:hover::after {
    bottom: -52px;
    color: #96B100;
  }
}
@media screen and (max-width: 767px) {
  .pageNav li a:active {
    background: #6b7e00;
  }
  .pageNav li a:active::after {
    bottom: -62px;
    color: #6b7e00;
  }
}
.pageNav li a::after {
  content: '\f0a7';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  margin: auto;
  font-size: 5.2rem;
  font-weight: 400;
  color: #96B100;
  position: absolute;
  bottom: -52px;
  left: 0;
  right: 0;
  transition: 0.2s;
}
