#main_rn {
  position: relative;
  padding-bottom: 0;
}

.imgalpha {
  transition: opacity 0.3s;
}
.imgalpha:hover {
  opacity: 0.6;
}

.kv {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e60012;
  background-position: center;
  padding: 30px 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .kv {
    padding-top: 2.6666666667vw;
  }
}

.kv_ttl {
  width: 26%;
  max-width: 376px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .kv_ttl {
    width: 54.9333333333vw;
  }
}

.kv_img {
  width: 1580px;
  display: block;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .kv_img {
    width: 94.6666666667vw;
  }
}
.kv_img img {
  width: 100%;
}

.main_contBg img {
  width: 100%;
}

.read_ttl {
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e60012;
}
@media screen and (max-width: 767px) {
  .read_ttl {
    height: auto;
    padding-top: 6.6666666667vw;
    padding-bottom: 10.6666666667vw;
  }
}
.read_ttl .read_ttl_img {
  width: 1028px;
  display: block;
}
@media screen and (max-width: 767px) {
  .read_ttl .read_ttl_img {
    width: 83.7333333333vw;
  }
}

.main_cont {
  background-position: center;
  box-sizing: border-box;
  position: relative;
}

.cont_btnWrap {
  display: flex;
  gap: 30px;
  justify-content: center;
  padding: 0 80px;
  position: absolute;
  left: 50%;
  top: 85px;
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .cont_btnWrap {
    gap: 5.3333333333vw;
    flex-direction: column;
    padding: 0;
    padding-top: 0vw;
    justify-content: center;
    top: 16vw;
  }
}
.cont_btnWrap .cont_btn {
  width: 71.6vw;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cont_btnWrap .cont_btn {
    margin: 0 auto;
  }
}
.cont_btnWrap .cont_btn:nth-child(2) {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .cont_btnWrap .cont_btn:nth-child(2) {
    margin-top: 0;
  }
}

.news_cont {
  background-color: #e60012;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .news_cont {
    padding: 0 5.3333333333vw 9.3333333333vw;
  }
}
.news_cont .news {
  max-width: 1100px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .news_cont .news {
    display: block;
    padding: 5.3333333333vw 6.6666666667vw;
    border-radius: 2.6666666667vw;
  }
}
.news_cont .news_ttlWrap {
  height: 200px;
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 2px solid #e60012;
  margin-right: 40px;
  padding-bottom: 10px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .news_cont .news_ttlWrap {
    width: 100%;
    height: auto;
    border-right: none;
    border-bottom: 2px solid #e60012;
    display: block;
    padding-right: 0;
    padding-bottom: 0vw;
  }
}
.news_cont .news_ttlWrap .news_ttl-en {
  font-size: 32px;
  color: #e60012;
  letter-spacing: 0.2em;
  display: block;
  margin-bottom: 5px;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .news_cont .news_ttlWrap .news_ttl-en {
    display: inline-block;
    font-size: 6.9333333333vw;
    margin-right: 1.3333333333vw;
  }
}
.news_cont .news_ttlWrap .news_ttl-ja {
  font-size: 16px;
  display: block;
  color: #e60012;
  letter-spacing: 0.4em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .news_cont .news_ttlWrap .news_ttl-ja {
    display: inline-block;
    font-size: 3.4666666667vw;
  }
}
.news_cont .news_list {
  overflow-y: scroll;
  height: 200px;
  padding-right: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .news_cont .news_list {
    height: 53.3333333333vw;
    padding-right: 0;
    padding-top: 4vw;
    padding-bottom: 1.3333333333vw;
  }
}
.news_cont .news_item {
  margin-bottom: 30px;
}
.news_cont .news_item a {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .news_cont .news_item {
    margin-bottom: 8vw;
    padding-right: 4vw;
  }
}
.news_cont .news_date {
  font-size: 16px;
  color: #bf9a4c;
  margin-bottom: 2px;
  font-weight: 700;
  display: block;
}
@media screen and (max-width: 767px) {
  .news_cont .news_date {
    font-size: 3.4666666667vw;
  }
}
.news_cont .news_txt {
  font-size: 16px;
  color: #3b312f;
  display: block;
  font-weight: 700;
  line-height: 1.625;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .news_cont .news_txt {
    font-size: 3.4666666667vw;
  }
}

.animation01, .animation02, .animation03 {
  opacity: 0;
  transform: translate(0%, 3%);
}

.kv_ttl img {
  transform: scale(0);
}/*# sourceMappingURL=style.css.map */