@charset 'UTF-8';
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
body {
  font-family: "Helvetica Neue", Arial, 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
a img {
  transition: all 0.3s;
}
a img:hover {
  opacity: 0.6;
}
i.fa-solid {
  padding-right: 5px;
}
.header {
  display: grid;
  align-items: center;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 80px;
  background: white;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 30px;
  margin: 0;
  padding: 0 40px;
}
.header-sns {
  display: flex;
  gap: 0 25px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-sns__item {
  margin: 0;
  padding: 0;
}
.navigation {
  position: sticky;
  top: 80px;
  left: 0;
  z-index: 9999;
  width: calc(100% - 40px);
  margin: 0 auto 60px;
  background: white;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
#home .navigation {
  margin: 0 auto;
}
.toggle-nav {
  display: none;
}
.global-nav {
  display: flex;
  list-style: none;
  justify-content: space-around;
  margin: 0;
  padding: 0;
}
.global-nav__item {
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
}
.global-nav__link {
  display: block;
  padding: 12px;
  color: black;
  text-decoration: none;
  transition: all 0.3s;
}
.global-nav__link:hover {
  opacity: 0.6;
}
.main {
  max-width: 1240px;
  width: calc(100% - 40px);
  margin: 0 auto 60px;
  padding: 0;
}
.article {
  margin: 0;
  padding: 0;
  background: white;
}
.hgroup {
  margin: 0 0 40px;
  padding: 0;
}
.hgroup__title {
  margin: 0 0 20px;
  padding: 0;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
.aside-archives {
  margin: 0;
  padding: 0;
}
/*.aside-archives .archives__item:nth-child(n+9) {
  display: none;
}*/
.aside-archives__button {
  margin: 60px 0 0;
  padding: 0;
  font-size: 0.875rem;
  text-align: right;
}
.aside-archives__link {
  display: inline-block;
  margin: 0;
  padding: 7px 40px 7px 20px;
  border: 2px solid #333;
  border-radius: 20px;
  background: transparent url('../images/common/icon-right.svg') no-repeat right 10px center;
  color: black;
  text-decoration: none;
  transition: all 0.3s;
}
.aside-archives__link:hover {
  opacity: 0.6;
}
.aside-external {
  margin: 0 0 60px;
  padding: 0;
  font-size: 0.875rem;
  text-align: center;
}
.aside-external__link {
  display: inline-block;
  margin: 0;
  padding: 10px 20px 10px 50px;
  border-radius: 20px;
  background: black url(../images/common/icon-external.svg) no-repeat 20px center;
  color: white;
  text-align: left;
  text-decoration: none;
  transition: all 0.3s;
}
.aside-external__link:hover {
  opacity: 0.6;
}
.archives {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 40px 30px;
  margin: 0;
  padding: 0;
}
.archives__item {
  width: calc((100% - (30px * (3 - 1))) / 3);
  margin: 0;
  padding: 0;
}
.archives__link {
  display: block;
  margin: 0 0 15px;
  padding: 0;
  aspect-ratio: 4 / 3;
}
.archives__thumbnail {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.archives__define {
  margin: 0;
  padding: 0;
}
.archives__date {
  margin: 0 0 5px;
  padding: 0;
  font-size: 0.8rem;
}
.archives__volume {
  color: dimgray;
}
.archives__term {
  margin: 0 0 5px;
  padding: 0;
  font-weight: bold;
}
.archives__description {
  margin: 0;
  padding: 0;
  font-size: 0.8rem;
}
.aside-sns {
  margin: 0 0 30px;
  padding: 0;
}
.aside-sns__list {
  display: flex;
  justify-content: flex-end;
  gap: 0 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.aside-sns__item {
  margin: 0;
  padding: 0;
}
.foot-banner {
  width: calc(100% - 40px);
  margin: 0 auto 60px;
  padding: 0;
}
.foot-banner__image {
  max-width: 760px;
  margin: 0 auto;
  padding: 0;
}
.footer {
  background: #fafafa;
}
.footer__inner {
  margin: 0 auto;
  padding: 30px 20px;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 20px;
  padding: 0 20px 20px;
  border-bottom: 1px solid #ccc;
}
.footer-top__item {
  width: auto;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-nav__item {
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
}
.footer-nav__link {
  color: black;
  text-decoration: none;
  transition: all 0.3s;
}
.footer-nav__link:hover {
  opacity: 0.6;
}
.footer-sns {
  display: flex;
  gap: 0 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-sns__item {
  margin: 0;
  padding: 0;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
.footer-contact {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin: 0;
  padding: 0;
}
.footer-contact__term, .footer-contact__icon, .footer-contact__tel {
  margin: 0;
  padding: 0;
}
.footer-contact__term {
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.3;
}
.footer-contact__tel {
  font-size: 2rem;
  font-weight: 900;
}
.footer-contact__link {
  color: black;
  text-decoration: none;
  transition: all 0.3s;
}
.footer-contact__link:hover {
  opacity: 0.6;
}
.copyright {
  margin: 0;
  padding: 10px 20px;
  background: black;
  color: #ccc;
  font-size: 0.75rem;
  text-align: center;
}
.pagetop {
  position: fixed;
  bottom: 2%;
  right: 2%;
  z-index: 9999;
  width: 32px;
  height: 32px;
}
.pagetop__link {
  transition: all 0.3s;
}
.shiny {
  display: block;
  position: relative;
  overflow: hidden;
  transition: 300ms;
}
.shiny::before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #ffb5b5;
  transition: 300ms;
  animation: shinyshiny 2.5s ease-in-out infinite;
}
@keyframes shinyshiny {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.animate__heartBeat {
  display: block;
  animation: heartBeat 2s infinite;
}
@keyframes heartBeat {
  0% {
    transform: scale(1.1)
  }
  5% {
    transform: scale(1)
  }
  95% {
    transform: scale(1)
  }
  100% {
    transform: scale(1.1)
  }
}
.animate__jump {
  animation: jump 6s infinite;
}
@keyframes jump {
  0% {
    transform: scale(1.0, 1.0) translate(0%, 0%);
  }
  1% {
    transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  2% {
    transform: scale(1.1, 0.9) translate(0%, 10%);
  }
  5% {
    transform: scale(0.9, 1.1) translate(0%, -10%);
  }
  10% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  20% {
    transform: scale(1.0, 1.0) translate(0%, 0%);
  }
  100% {
    transform: scale(1.0, 1.0) translate(0%, 0%);
  }
}
.animate__floating {
  animation: floating 3s ease-in-out infinite alternate-reverse;
}
@keyframes floating {
  0% {
    transform: translateY(-3%);
  }
  100% {
    transform: translateY(3%);
  }
}
.animate__zoomin {
  animation: zoomin 9s cubic-bezier(0.25, 1, 0.5, 1) infinite;
}
@keyframes zoomin {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  10% {
    opacity: 1;
    transform: scale(1);
  }
}
.animate__yurayura {
  transform-origin: center bottom;
  animation: yurayura 6s infinite;
}
@keyframes yurayura {
  0% {
    transform: rotate(1deg);
  }
  5% {
    transform: rotate(-8deg);
  }
  10% {
    transform: rotate(8deg);
  }
  15% {
    transform: rotate(-4deg);
  }
  20% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.animate-fade__in {
  overflow: hidden;
  position: relative;
}
.animate-fade__in::before {
  animation: animate-fade__in 10s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation-iteration-count: infinite;
  background: #f8f2e1;
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
@keyframes animate-fade__in {
  0% {
    transform: translateX(0%);
  }
  10% {
    transform: translateX(100%);
  }
  80% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.js-fade {
  opacity: 0;
  /*transform: translateX(-50px);*/
  transition: opacity 1s /*, transform 1s*/ ;
}
.js-fade.is-active {
  opacity: 1;
  /*transform: translateX(0px);*/
}
@media (max-width: 960px) {
  .global-nav {
    position: absolute;
    top: 47px;
    left: 0;
    display: none;
    width: 100%;
    margin: 0;
    padding: 0;
    background: white;
  }
  .global-nav__link {
    border-bottom: 1px solid #e7e7e7;
  }
  .toggle-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 10px;
    padding: 12px 0;
    cursor: pointer;
  }
  .toggle-nav:hover {
    opacity: 0.6;
  }
  .toggle {
    position: relative;
    background: white;
    width: 22px;
    height: 22px;
  }
  .toggle__bar {
    display: inline-block;
    position: absolute;
    left: 0;
    width: 20px;
    height: 2px;
    background: black;
    transition: all 0.3s;
  }
  .toggle__bar:nth-of-type(1) {
    top: 5px;
  }
  .toggle__bar:nth-of-type(2) {
    top: 10px;
  }
  .toggle__bar:nth-of-type(3) {
    top: 15px;
  }
  .toggle__bar:nth-of-type(1).is-active {
    top: 4px;
    left: 0;
    width: 20px;
    transform: translateY(6px) rotate(-30deg);
  }
  .toggle__bar:nth-of-type(2).is-active {
    opacity: 0;
  }
  .toggle__bar:nth-of-type(3).is-active {
    top: 16px;
    left: 0;
    width: 20px;
    transform: translateY(-6px) rotate(30deg);
  }
  .toggle-nav__title {
    margin: 0;
    padding: 0;
    font-size: 0.8rem;
  }
}
@media (max-width: 768px) {
  .header__inner {
    justify-content: center;
    gap: 0;
    padding: 0;
  }
  .header__item:first-child, .header__item:last-child {
    display: none;
  }
  .navigation {
    margin: 0 auto 30px;
  }
  .archives {
    display: flex;
    gap: 30px 20px;
  }
  .archives__item {
    width: calc((100% - (20px * (2 - 1))) / 2);
  }
  .footer-top {
    display: block;
    padding: 0 0 20px;
  }
  .footer-nav {
    gap: 10px 20px;
    margin: 0 0 20px;
  }
  .footer-bottom {
    display: block;
    padding: 0;
  }
  .footer-bottom__item:first-child {
    margin: 0 0 20px;
  }
  .footer-contact__term {
    font-size: 0.625rem;
  }
  .footer-contact__tel {
    font-size: 1.5rem;
  }
}