.pngmain-visual-wrapper {
  position: relative;
  width: 100%;
}

.main-visual {
  width: 100%;
  min-height: 100dvh;
  overflow: hidden;
  position: relative;
}

.main-visual .bg-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.main-visual .bg-wrap.animation::before {
  animation: move_frames 6s 1;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
}

@keyframes move_frames {
  0% {
    transform: translate(px, 0px);
  }
  100% {
    transform: translate(-100px, 0px);
  }
}

@keyframes zoom_frames {
  0% {
    /*opacity: 0.8;*/
    transform: scale(1);
  }
  100% {
   /* opacity: 1;*/
    transform: scale(1.1);
  }
}

.main-visual .bg-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 100px);
  height: 100%;
  background-image: url("/assets/img/webp/header01.webp");
  background-size: cover;
  background-position: 65% 50%;
}

.main-visual .heading-wrap {
  height: 100%;
  min-height: 100dvh;
  position: relative;
}

.main-visual .heading-wrap img {
  width: 100%;
}

.main-visual .heading-wrap .title {
  width: calc(42px * 0.88);
  position: absolute;
  top: 27%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.main-visual .heading-wrap .date {
  width: 320px;
  position: absolute;
  bottom: 15px;
  left: 15px;
}

.main-visual .heading-wrap .link-1 {
  width: 88px;
  position: absolute;
  bottom: 70px;
  left: 15px;
}

.main-visual .heading-wrap .link-2 {
  width: 88px;
  position: absolute;
  bottom: 70px;
  left: calc(15px + 88px + 15px);
}
.main-visual .heading-wrap .info {
  width: 120px;
  position: absolute;
  bottom: 70px;
  left: calc(15px + 88px + 88px + 15px + 15px);
}

.main-visual .dummy-bottom {
  width: 10px;
  height: 10px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}

#about {
  margin-top: 80px;
  margin-bottom: 180px;
}

#about .content {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  gap: 50px 50px;
}

#about .content .text  {
  height: 434px;
  width: 90%;
  max-width: 300px;
}

#about .content .text p {
  writing-mode: vertical-rl;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.5rem;
  letter-spacing: 0.15rem;
  line-height: 5rem;
}

#about .content .title  {
  width: 215px;
}

#poster {
  background-color: #f7f7f7;
  position: relative;
}

#poster .image {
  width: 100%;
  max-width: 600px;
  margin: auto;
  padding-top: 50px;
  padding-bottom: 60px;
}

#poster .image img {
  width: 100%;
}

#poster .heading {
  width: 90%;
  max-width: 600px;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translate(-50%, 0%);
}

#poster .heading img {
  width: 100%;
}

#poster .heading-text {
  position: absolute;
  bottom: 23px;
  left: 0px; 
  width: 100%;
}

#poster .heading-text p {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  line-height: 4rem;
  text-align: center;
}

#shiru {
  position: relative;
  width: 100%;
  margin-top: 170px;
}

#shiru .wrapper {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

#shiru .header {
  background-color: #143448;
  height: 358px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#shiru .header .title {
  width: 52px;
}

#shiru .header .title > img {
  width: 100%;
  vertical-align: bottom;
}

#shiru .content {
  display: flex;
  flex-direction: column;
  background-color: #143448;
}

#shiru .content a {
  width: 84%;
}

#shiru .content .image {
  width: 100%;
  position: relative;
}

#shiru .content img {
  width: 100%;
  vertical-align: bottom;
}

#shiru .content .image > .label {
  position: absolute;
  right: 0;
  top: 0;
  width: 46px;
}

#sanka {
  position: relative;
  width: 100%;
}

#sanka .wrapper {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

#sanka .header {
  background-color: #911d28;
  height: 358px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#sanka .header .title {
  width: 52px;
}

#sanka .header .title > img {
  width: 100%;
  vertical-align: bottom;
}

#sanka .content {
  display: flex;
  flex-direction: column;
  background-color: #911d28;
}

#sanka .content a {
  width: 84%;
}

#sanka .content .image {
  width: 100%;
  position: relative;
}

#sanka .content img {
  width: 100%;
  vertical-align: bottom;
}

#sanka .content .image > .label {
  position: absolute;
  right: 0;
  top: 0;
  width: 46px;
}

#archive {
  position: relative;
  width: 100%;
  margin-top: 60px;
}

#archive .wrapper {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

#archive .header {
  background-color: #fff;
  height: 280px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#archive .header .title {
  width: 52px;
}

#archive .header .title > img {
  width: 100%;
  vertical-align: bottom;
}

.common-slideshow-wrapper {
  position: relative;
}

.common-slideshow {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}

.common-slideshow .infinite-slider .swiper-wrapper {
  transition-timing-function: linear;
}

.common-slideshow .infinite-slider .swiper-slide {
  /*
  height: 246px !important;
  */
  height: 457px !important;
  width: auto !important;
}

.common-slideshow .infinite-slider .swiper-slide img {
  width: auto;
  height: 100%;
}

.junbi-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 300px;
}

.junbi-text p {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.2rem;
  letter-spacing: 0.15rem;
  line-height: 5rem;
  text-align: center;
}
.junbi-text a {
  display: inline-block;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.2rem;
  letter-spacing: 0.15rem;
  line-height: 5rem;
  color: #000;
  padding-bottom: 5px;
  text-decoration: underline;
  text-align: center;
}
