.top-mv {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.top-mv .top-mv__bg {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

.top-mv__catchWrap {
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .top-mv__catchWrap {
    width: 70%;
    bottom: 40%;
    left: 47%;
  }
}
@media screen and (max-width: 768px) {
  .top-mv__catchWrap {
    width: calc(100% - 30px);
    bottom: 22%;
    left: 50%;
  }
}

.top-mv__catch {
  line-height: 1.42;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 769px) {
  .top-mv__catch {
    font-size: 60px;
  }
}
@media screen and (max-width: 768px) {
  .top-mv__catch {
    font-size: clamp(22px, 7vw, 27px);
  }
}

.top-mv__guide {
  display: inline-block;
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
  color: #fff;
}
.top-mv__guide span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: scrollDown 1.5s infinite;
          animation: scrollDown 1.5s infinite;
}
.top-mv__guide span:before {
  content: "";
  width: 15px;
  height: 1.5px;
  display: inline-block;
  -webkit-transform: translateX(2px) rotate(45deg);
          transform: translateX(2px) rotate(45deg);
  background-color: #fff;
}
.top-mv__guide span:after {
  content: "";
  width: 15px;
  height: 1.5px;
  display: inline-block;
  -webkit-transform: translateX(-3px) rotate(-45deg);
          transform: translateX(-3px) rotate(-45deg);
  background-color: #fff;
}
@-webkit-keyframes scrollDown {
  0% {
    opacity: 1;
  }
  100% {
    bottom: -30px;
    opacity: 0;
  }
}
@keyframes scrollDown {
  0% {
    opacity: 1;
  }
  100% {
    bottom: -30px;
    opacity: 0;
  }
}

.top-mv__news {
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
}

.top-section1 {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .top-section1 {
    padding: 150px 20px;
  }
}
@media screen and (max-width: 768px) {
  .top-section1 {
    padding: 80px 20px;
  }
}
.top-section1 .top-section1__bg {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

.top-section1__inner {
  max-width: 750px;
  margin: 0 auto;
}

.top-section1__read {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .top-section1__read {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .top-section1__read {
    margin-top: 20px;
  }
}

@media screen and (min-width: 769px) {
  .top-section1__imageWrap {
    margin-top: 56px;
  }
}
@media screen and (max-width: 768px) {
  .top-section1__imageWrap {
    margin-top: 40px;
  }
}

.top-section1__buttonWrap {
  max-width: 335px;
}
@media screen and (min-width: 769px) {
  .top-section1__buttonWrap {
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .top-section1__buttonWrap {
    margin: 40px auto 0;
  }
}

.top-section1__button {
  height: 50px;
}

.top-section2 {
  position: relative;
  overflow: hidden;
  background-color: rgba(51, 51, 51, 0.6);
}
@media screen and (min-width: 769px) {
  .top-section2 {
    padding: 190px 20px;
  }
}
@media screen and (max-width: 768px) {
  .top-section2 {
    padding: 80px 20px;
  }
}
.top-section2 .top-section4__bg {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

.top-section2__read {
  max-width: 752px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 2.11;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .top-section2__read {
    margin: 40px auto 0;
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .top-section2__read {
    margin: 20px auto 0;
  }
}

@media screen and (min-width: 769px) {
  .top-section3 {
    padding: 150px 0;
  }
}
@media screen and (max-width: 768px) {
  .top-section3 {
    padding: 80px 0;
  }
}

.top-section3__inner {
  max-width: 752px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .top-section3__list {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .top-section3__list {
    max-width: 450px;
    margin: 40px auto 0;
  }
}

@media screen and (min-width: 769px) {
  .top-section3__item {
    width: 46%;
  }
  .top-section3__item:nth-child(2n) {
    margin-left: 8%;
  }
  .top-section3__item:nth-child(n+3) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .top-section3__item:nth-child(n+2) {
    margin-top: 40px;
  }
}

.top-section3__imageWrap {
  -webkit-box-shadow: 6px 6px 0 #3CA815;
          box-shadow: 6px 6px 0 #3CA815;
}

.top-section3__itemTitle {
  margin-top: 26px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .top-section3__itemTitle {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .top-section3__itemTitle {
    font-size: 20px;
  }
}

.top-section3__buttonWrap {
  max-width: 335px;
}
@media screen and (min-width: 769px) {
  .top-section3__buttonWrap {
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .top-section3__buttonWrap {
    margin: 40px auto 0;
  }
}

.top-section3__button {
  height: 50px;
}

.top-section4 {
  position: relative;
  overflow: hidden;
  background-color: rgba(51, 51, 51, 0.6);
}
@media screen and (min-width: 769px) {
  .top-section4 {
    margin-bottom: 150px;
    padding: 110px 20px;
  }
}
@media screen and (max-width: 768px) {
  .top-section4 {
    margin-bottom: 60px;
    padding: 80px 20px;
  }
}
.top-section4 .top-section4__bg {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

.top-section4__read {
  max-width: 752px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.88;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .top-section4__read {
    margin: 40px auto 0;
    font-size: 17px;
    letter-spacing: -0.02em;
  }
}
@media screen and (max-width: 768px) {
  .top-section4__read {
    margin: 20px auto 0;
  }
}

.top-section4__buttonWrap {
  max-width: 335px;
}
@media screen and (min-width: 769px) {
  .top-section4__buttonWrap {
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .top-section4__buttonWrap {
    margin: 40px auto 0;
  }
}

.top-section4__button {
  height: 50px;
}

.top-section5 {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .top-section5 {
    margin-bottom: 150px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .top-section5 {
    padding: 0 20px 80px;
  }
}

.top-section5__list {
  margin-top: 50px;
  border-top: 1px solid #E8E8E8;
}

.top-section5__item {
  border-bottom: 1px solid #E8E8E8;
}
.top-section5__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 0 24px 50px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  translation: all 0.3;
}
.top-section5__item a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .top-section5__item a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 14px 0;
  }
}
.top-section5__item a .day {
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .top-section5__item a .day {
    margin-right: 20px;
  }
}
.top-section5__item a .cat {
  height: 20px;
  margin-right: 20px;
  color: #fff;
  background-color: #3CA815;
  padding: auto;
  min-width: 72px;
  padding: 1px 10px;
  border-radius: 10px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .top-section5__item a .text {
    width: 100%;
    margin-top: 10px;
  }
}