.main .contents .fp_contents__section.--news ul.list__btn li a, .main .contents .fp_contents__section.--topics ul.list__btn li a, .main .contents .fp_contents__section.--other ul li a {
  position: relative;
  overflow: hidden;
  display: block;
  padding: min(0.390625vw, 5px) min(1.171875vw, 15px) min(0.546875vw, 7px);
  background-color: #cf1225;
  border: min(0.078125vw, 1px) solid #cf1225;
  font-size: min(1.25vw, 16px);
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  color: #fff;
  transition: color 0.2s ease;
}
@media screen and (max-width: 767px) {
  .main .contents .fp_contents__section.--news ul.list__btn li a, .main .contents .fp_contents__section.--topics ul.list__btn li a, .main .contents .fp_contents__section.--other ul li a {
    padding: 1.4492753623vw 2.8985507246vw;
    border: 0.2415458937vw solid #cf1225;
    font-size: 3.8647342995vw;
  }
}
.main .contents .fp_contents__section.--news ul.list__btn li a::before, .main .contents .fp_contents__section.--topics ul.list__btn li a::before, .main .contents .fp_contents__section.--other ul li a::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
}
@media (any-hover: hover) {
  .main .contents .fp_contents__section.--news ul.list__btn li a:hover, .main .contents .fp_contents__section.--topics ul.list__btn li a:hover, .main .contents .fp_contents__section.--other ul li a:hover {
    color: #cf1225;
  }
  .main .contents .fp_contents__section.--news ul.list__btn li a:hover::before, .main .contents .fp_contents__section.--topics ul.list__btn li a:hover::before, .main .contents .fp_contents__section.--other ul li a:hover::before {
    transform: scaleX(1);
  }
}
.main .contents .fp_contents__section.--news ul.list__btn li a.--rightSide::before, .main .contents .fp_contents__section.--topics ul.list__btn li a.--rightSide::before, .main .contents .fp_contents__section.--other ul li a.--rightSide::before {
  transform-origin: right;
}
.main .contents .fp_contents__section.--news ul.list__btn li a span, .main .contents .fp_contents__section.--topics ul.list__btn li a span, .main .contents .fp_contents__section.--other ul li a span {
  position: relative;
  z-index: 2;
}

.header {
  background-color: rgba(255, 255, 255, 0.8);
}
.header.--scrolled {
  background-color: #fff;
}
.header .menu__list--main {
  background-color: transparent;
}
.header .menu__list--sub {
  background-color: transparent;
}

.main {
  padding-top: 0;
}
.main .contents {
  display: block;
  /* animation */
}
.main .contents figure {
  margin: 0;
  padding: 0;
}
.main .contents figure img {
  width: 100%;
}
.main .contents .fp_hero {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .main .contents .fp_hero {
    height: auto;
    aspect-ratio: inherit;
  }
}
.main .contents .fp_hero__copy {
  position: absolute;
  top: 24vw;
  left: 2.6vw;
  z-index: 3;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .main .contents .fp_hero__copy {
    position: relative;
    top: 0;
    left: 4.347826087vw;
    color: #333;
  }
}
.main .contents .fp_hero__copy p {
  margin: 0;
  font-size: 1.4vw;
  line-height: 1.9;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .main .contents .fp_hero__copy p {
    padding: 0 0 7.2463768116vw;
    font-size: 3.8647342995vw;
  }
}
.main .contents .fp_hero__copy p.--main {
  margin-bottom: 1.8vw;
  font-size: 5.2vw;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .main .contents .fp_hero__copy p.--main {
    margin-bottom: 0;
    padding: 42.270531401vw 0 41.0628019324vw;
    font-size: 8.6956521739vw;
    color: #fff;
    line-height: 1.4;
  }
}
.main .contents .fp_hero__copy p span {
  display: inline-block;
}
.main .contents .fp_hero__cover {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .main .contents .fp_hero__cover {
    height: auto;
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 767px) {
  .main .contents .fp_hero__cover figure {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .main .contents .fp_hero__cover figure img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.main .contents .fp_hero__photo {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .main .contents .fp_hero__photo {
    height: auto;
    aspect-ratio: 1/1;
  }
}
.main .contents .fp_hero__photo .fp_hero__swiper {
  width: 100%;
  height: 100%;
}
.main .contents .fp_hero__photo .fp_hero__swiper .swiper-slide figure {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.main .contents .fp_hero__photo .fp_hero__swiper .swiper-slide figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 8s 1s ease-out;
}
.main .contents .fp_hero__photo .fp_hero__swiper .swiper-slide[class*=-active] figure img {
  transition-delay: 0s;
  transform: scale(1.2);
}
.main .contents .fp_hero__photo .fp_hero__swiper.swiper-fade .swiper-slide {
  transition-property: opacity, transform !important;
}
.main .contents .fp_slide {
  position: relative;
  overflow: hidden;
  margin-top: min(7.03125vw, 90px);
}
@media screen and (max-width: 767px) {
  .main .contents .fp_slide {
    margin-top: 2.4154589372vw;
    padding-inline: 12.077294686vw;
    padding-bottom: 9.6618357488vw;
  }
}
.main .contents .fp_slide .swiper-slide a {
  transition: all 0.2s ease;
}
@media (any-hover: hover) {
  .main .contents .fp_slide .swiper-slide a:hover {
    opacity: 0.7;
  }
}
.main .contents .fp_slide .swiper-button-prev {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: calc(50% - (100% - 90px) / 4 - 45px);
  transform: translateY(-50%) translateX(-50%);
  display: grid;
  place-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 1px solid #cf1125;
  border-radius: 100%;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.2s ease;
}
@media screen and (max-width: 767px) {
  .main .contents .fp_slide .swiper-button-prev {
    top: 38.6473429952vw;
    left: calc(50% - 14.4927536232vw);
    width: 5.3140096618vw;
    height: 5.3140096618vw;
    border: 0.2415458937vw solid #cf1125;
  }
}
.main .contents .fp_slide .swiper-button-prev::before {
  content: "\f060";
  font-size: 20px;
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  transition: all 0.2s ease;
  color: #cf1125;
  transition: all 0.2s ease;
}
@media screen and (max-width: 767px) {
  .main .contents .fp_slide .swiper-button-prev::before {
    font-size: 3.8647342995vw;
  }
}
.main .contents .fp_slide .swiper-button-prev::after {
  display: none;
}
@media (any-hover: hover) {
  .main .contents .fp_slide .swiper-button-prev:hover {
    background-color: #cf1125;
  }
  .main .contents .fp_slide .swiper-button-prev:hover::before {
    color: #fff;
  }
}
.main .contents .fp_slide .swiper-button-next {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: calc(50% + (100% - 90px) / 4 + 45px);
  transform: translateY(-50%) translateX(-50%);
  display: grid;
  place-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 1px solid #cf1125;
  border-radius: 100%;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.2s ease;
}
@media screen and (max-width: 767px) {
  .main .contents .fp_slide .swiper-button-next {
    top: 38.6473429952vw;
    left: calc(50% + 14.4927536232vw);
    width: 5.3140096618vw;
    height: 5.3140096618vw;
    border: 0.2415458937vw solid #cf1125;
  }
}
.main .contents .fp_slide .swiper-button-next::before {
  content: "\f061";
  font-size: 20px;
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  transition: all 0.2s ease;
  color: #cf1125;
  transition: all 0.2s ease;
}
@media screen and (max-width: 767px) {
  .main .contents .fp_slide .swiper-button-next::before {
    font-size: 3.8647342995vw;
  }
}
.main .contents .fp_slide .swiper-button-next::after {
  display: none;
}
@media (any-hover: hover) {
  .main .contents .fp_slide .swiper-button-next:hover {
    background-color: #cf1125;
  }
  .main .contents .fp_slide .swiper-button-next:hover::before {
    color: #fff;
  }
}
.main .contents .fp_contents__section {
  margin-block: min(7.8125vw, 100px);
}
@media screen and (max-width: 767px) {
  .main .contents .fp_contents__section {
    margin-block: 12.077294686vw;
  }
}
.main .contents .fp_contents__section h2 {
  position: relative;
  padding-bottom: min(0.78125vw, 10px);
  margin: 0;
  font-size: min(3.125vw, 40px);
  font-style: italic;
  color: #cf1125;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .main .contents .fp_contents__section h2 {
    padding-bottom: 2.4154589372vw;
    font-size: 7.729468599vw;
  }
}
.main .contents .fp_contents__section h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50vw;
  height: min(0.078125vw, 1px);
  margin-left: calc(50% - 50vw);
  background-color: #333;
}
@media screen and (max-width: 767px) {
  .main .contents .fp_contents__section h2::before {
    width: 90vw;
  }
}
.main .contents .fp_contents__section h2 span {
  display: inline-block;
  margin-left: min(2.34375vw, 30px);
  font-size: min(1.40625vw, 18px);
  font-style: normal;
  color: #333;
}
@media screen and (max-width: 767px) {
  .main .contents .fp_contents__section h2 span {
    display: block;
    margin-left: 0;
    margin-top: 1.9323671498vw;
    font-size: 3.3816425121vw;
    font-weight: 500;
  }
}
.main .contents .fp_contents__section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main .contents .fp_contents__section.--news {
  margin-top: min(5.859375vw, 75px);
}
@media screen and (max-width: 767px) {
  .main .contents .fp_contents__section.--news {
    margin-top: 7.2463768116vw;
  }
}
.main .contents .fp_contents__section.--news > div {
  padding: min(3.90625vw, 50px);
  box-shadow: 0px 0 min(1.5625vw, 20px) 0px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .main .contents .fp_contents__section.--news > div {
    padding: 4.8309178744vw 3.6231884058vw 7.2463768116vw;
    box-shadow: 0px 0 4.8309178744vw 0px rgba(0, 0, 0, 0.5);
  }
}
.main .contents .fp_contents__section.--news ul.list__news {
  display: grid;
  gap: min(1.5625vw, 20px);
  margin-top: min(2.734375vw, 35px);
}
@media screen and (max-width: 767px) {
  .main .contents .fp_contents__section.--news ul.list__news {
    gap: 2.4154589372vw;
    margin-top: 7.2463768116vw;
  }
}
.main .contents .fp_contents__section.--news ul.list__news li a {
  display: grid;
  grid-template-columns: min(11.71875vw, 150px) min(11.328125vw, 145px) auto;
  gap: min(1.953125vw, 25px);
  padding: min(1.171875vw, 15px) min(1.5625vw, 20px);
  background-color: #fff;
  border: min(0.078125vw, 1px) solid #cf1125;
  border-radius: min(0.78125vw, 10px);
  color: #cf1125;
  text-decoration: none;
  transition: all 0.2s ease;
}
@media screen and (max-width: 767px) {
  .main .contents .fp_contents__section.--news ul.list__news li a {
    grid-template: "cat date" auto "title title" auto/1fr 1fr;
    gap: 1.2077294686vw 4.8309178744vw;
    padding: 3.6231884058vw 3.6231884058vw;
    border: 0.2415458937vw solid #cf1125;
    border-radius: 2.4154589372vw;
  }
}
.main .contents .fp_contents__section.--news ul.list__news li a span {
  padding-block: min(0.234375vw, 3px);
  font-size: min(1.40625vw, 18px);
  transition: all 0.2s ease;
}
@media screen and (max-width: 767px) {
  .main .contents .fp_contents__section.--news ul.list__news li a span {
    padding-block: 0.4830917874vw;
    font-size: 3.3816425121vw;
  }
}
@media screen and (max-width: 767px) {
  .main .contents .fp_contents__section.--news ul.list__news li a span:nth-child(1) {
    grid-area: cat;
  }
}
.main .contents .fp_contents__section.--news ul.list__news li a span:nth-child(1) span {
  display: block;
  background-color: #cf1125;
  border: min(0.078125vw, 1px) solid #fff;
  font-size: min(1.25vw, 16px);
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .main .contents .fp_contents__section.--news ul.list__news li a span:nth-child(1) span {
    border: 0.2415458937vw solid #fff;
    font-size: 3.3816425121vw;
  }
}
@media screen and (max-width: 767px) {
  .main .contents .fp_contents__section.--news ul.list__news li a span:nth-child(2) {
    grid-area: date;
    align-self: center;
  }
}
@media screen and (max-width: 767px) {
  .main .contents .fp_contents__section.--news ul.list__news li a span:nth-child(3) {
    grid-area: title;
  }
}
@media (any-hover: hover) {
  .main .contents .fp_contents__section.--news ul.list__news li a:hover {
    background-color: #cf1125;
    color: #fff;
  }
}
.main .contents .fp_contents__section.--news ul.list__btn {
  display: flex;
  justify-content: center;
  margin-top: min(2.734375vw, 35px);
}
@media screen and (max-width: 767px) {
  .main .contents .fp_contents__section.--news ul.list__btn {
    margin-top: 7.2463768116vw;
  }
}
.main .contents .fp_contents__section.--news ul.list__btn li {
  width: min(24.21875vw, 310px);
}
@media screen and (max-width: 767px) {
  .main .contents .fp_contents__section.--news ul.list__btn li {
    width: 57.9710144928vw;
  }
}
.main .contents .fp_contents__section.--news ul.list__btn li a {
  padding-block: min(0.78125vw, 10px);
  background-color: transparent;
  border-radius: 100vmax;
  border-color: #333;
  text-align: center;
  color: #333;
  transition: all 0.2s ease;
}
@media screen and (max-width: 767px) {
  .main .contents .fp_contents__section.--news ul.list__btn li a {
    padding: 2.1739130435vw 0 2.4154589372vw;
    font-size: 3.3816425121vw;
    line-height: 1;
  }
}
.main .contents .fp_contents__section.--news ul.list__btn li a::before {
  background-color: #cf1225;
}
@media (any-hover: hover) {
  .main .contents .fp_contents__section.--news ul.list__btn li a:hover {
    border: min(0.078125vw, 1px) solid #cf1225;
    color: #fff;
  }
}
.main .contents .fp_contents__section.--news ul.list__btn li a.--current {
  background-color: #cf1225;
  border: min(0.078125vw, 1px) solid #cf1225;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .main .contents .fp_contents__section.--news ul.list__btn li a.--current {
    border: 0.2415458937vw solid #cf1225;
  }
}
@media screen and (max-width: 767px) {
  .main .contents .fp_contents__section.--info {
    margin-top: 7.2463768116vw;
  }
}
.main .contents .fp_contents__section.--info > div {
  position: relative;
  padding: min(3.90625vw, 50px);
}
@media screen and (max-width: 767px) {
  .main .contents .fp_contents__section.--info > div {
    padding: 4.8309178744vw 3.6231884058vw 7.2463768116vw;
  }
}
.main .contents .fp_contents__section.--info > div > figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .main .contents .fp_contents__section.--info > div > figure {
    left: -3.6231884058vw;
    width: 100vw;
    padding-top: 24.154589372vw;
    box-sizing: border-box;
  }
}
.main .contents .fp_contents__section.--info > div > figure img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .main .contents .fp_contents__section.--info > div > figure img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.main .contents .fp_contents__section.--info ul.list__info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(4.6875vw, 60px);
  margin-top: min(5.46875vw, 70px);
}
@media screen and (max-width: 767px) {
  .main .contents .fp_contents__section.--info ul.list__info {
    grid-template-columns: 1fr;
    gap: 8.4541062802vw;
    width: 77.2946859903vw;
    margin-top: 9.6618357488vw;
    margin-inline: auto;
  }
}
.main .contents .fp_contents__section.--info ul.list__info li a {
  display: grid;
  text-decoration: none;
}
.main .contents .fp_contents__section.--info ul.list__info li a h3 {
  order: 2;
  margin: min(2.34375vw, 30px) 0 0 0;
  font-size: min(1.40625vw, 18px);
  color: #cf1225;
}
@media screen and (max-width: 767px) {
  .main .contents .fp_contents__section.--info ul.list__info li a h3 {
    margin: 4.8309178744vw 0 0 0;
    font-size: 4.347826087vw;
  }
}
.main .contents .fp_contents__section.--info ul.list__info li a figure {
  order: 1;
  overflow: hidden;
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  background-color: #fff;
  border-radius: min(1.171875vw, 15px);
  box-shadow: 0px 0 min(1.5625vw, 20px) 0px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .main .contents .fp_contents__section.--info ul.list__info li a figure {
    border-radius: 3.6231884058vw;
    box-shadow: 0px 0 4.8309178744vw 0px rgba(0, 0, 0, 0.5);
  }
}
.main .contents .fp_contents__section.--info ul.list__info li a figure img {
  transition: all 0.2s ease;
}
.main .contents .fp_contents__section.--info ul.list__info li a p {
  order: 3;
  margin: min(0.78125vw, 10px) 0 0 0;
  font-size: min(1.25vw, 16px);
  color: #333;
}
@media screen and (max-width: 767px) {
  .main .contents .fp_contents__section.--info ul.list__info li a p {
    margin: 2.4154589372vw 0 0 0;
    font-size: 3.8647342995vw;
  }
}
@media (any-hover: hover) {
  .main .contents .fp_contents__section.--info ul.list__info li a:hover h3 {
    text-decoration: underline;
  }
  .main .contents .fp_contents__section.--info ul.list__info li a:hover figure img {
    scale: 1.1;
  }
  .main .contents .fp_contents__section.--info ul.list__info li a:hover p {
    text-decoration: underline;
  }
}
.main .contents .fp_contents__section.--topics {
  margin-top: min(10.15625vw, 130px);
}
@media screen and (max-width: 767px) {
  .main .contents .fp_contents__section.--topics {
    margin-top: 9.6618357488vw;
  }
}
.main .contents .fp_contents__section.--topics > div {
  padding: min(3.90625vw, 50px);
  box-shadow: 0px 0 min(1.5625vw, 20px) 0px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .main .contents .fp_contents__section.--topics > div {
    padding: 4.8309178744vw 3.6231884058vw 7.2463768116vw;
    box-shadow: 0px 0 4.8309178744vw 0px rgba(0, 0, 0, 0.5);
  }
}
.main .contents .fp_contents__section.--topics ul.list__topics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(4.6875vw, 60px);
  margin-top: min(5.46875vw, 70px);
}
@media screen and (max-width: 767px) {
  .main .contents .fp_contents__section.--topics ul.list__topics {
    grid-template-columns: 1fr;
    gap: 8.4541062802vw;
    width: 77.2946859903vw;
    margin-top: 9.6618357488vw;
    margin-inline: auto;
  }
}
.main .contents .fp_contents__section.--topics ul.list__topics li a {
  display: grid;
  text-decoration: none;
}
.main .contents .fp_contents__section.--topics ul.list__topics li a h3 {
  order: 2;
  margin: min(2.34375vw, 30px) 0 0 0;
  font-size: min(1.40625vw, 18px);
  color: #cf1225;
}
@media screen and (max-width: 767px) {
  .main .contents .fp_contents__section.--topics ul.list__topics li a h3 {
    margin: 4.8309178744vw 0 0 0;
    font-size: 4.347826087vw;
  }
}
.main .contents .fp_contents__section.--topics ul.list__topics li a figure {
  order: 1;
  overflow: hidden;
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  background-color: #fff;
  border-radius: min(1.171875vw, 15px);
}
@media screen and (max-width: 767px) {
  .main .contents .fp_contents__section.--topics ul.list__topics li a figure {
    border-radius: 3.6231884058vw;
  }
}
.main .contents .fp_contents__section.--topics ul.list__topics li a figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.2s ease;
}
@media (any-hover: hover) {
  .main .contents .fp_contents__section.--topics ul.list__topics li a:hover h3 {
    text-decoration: underline;
  }
  .main .contents .fp_contents__section.--topics ul.list__topics li a:hover figure img {
    scale: 1.1;
  }
  .main .contents .fp_contents__section.--topics ul.list__topics li a:hover p {
    text-decoration: underline;
  }
}
.main .contents .fp_contents__section.--topics ul.list__btn {
  display: flex;
  justify-content: center;
  gap: min(1.5625vw, 20px);
  margin-top: min(5.46875vw, 70px);
  margin-bottom: min(1.5625vw, 20px);
}
@media screen and (max-width: 767px) {
  .main .contents .fp_contents__section.--topics ul.list__btn {
    display: grid;
    margin-top: 9.6618357488vw;
    margin-bottom: 4.8309178744vw;
    gap: 4.8309178744vw;
  }
}
.main .contents .fp_contents__section.--topics ul.list__btn li {
  width: min(24.21875vw, 310px);
}
@media screen and (max-width: 767px) {
  .main .contents .fp_contents__section.--topics ul.list__btn li {
    width: 57.9710144928vw;
  }
}
.main .contents .fp_contents__section.--topics ul.list__btn li a {
  padding-block: min(0.78125vw, 10px);
  background-color: transparent;
  border-radius: 100vmax;
  border-color: #333;
  text-align: center;
  color: #333;
  transition: all 0.2s ease;
}
@media screen and (max-width: 767px) {
  .main .contents .fp_contents__section.--topics ul.list__btn li a {
    padding: 2.1739130435vw 0 2.4154589372vw;
    font-size: 3.3816425121vw;
    line-height: 1;
  }
}
.main .contents .fp_contents__section.--topics ul.list__btn li a::before {
  background-color: #cf1225;
}
@media (any-hover: hover) {
  .main .contents .fp_contents__section.--topics ul.list__btn li a:hover {
    border: min(0.078125vw, 1px) solid #cf1225;
    color: #fff;
  }
}
.main .contents .fp_contents__section.--topics ul.list__btn li a.--current {
  background-color: #cf1225;
  border: min(0.078125vw, 1px) solid #cf1225;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .main .contents .fp_contents__section.--topics ul.list__btn li a.--current {
    border: 0.2415458937vw solid #cf1225;
  }
}
.main .contents .fp_contents__section.--other ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: min(3.125vw, 40px);
  place-content: center;
  padding-block: min(2.34375vw, 30px);
}
@media screen and (max-width: 767px) {
  .main .contents .fp_contents__section.--other ul {
    grid-template-columns: 1fr;
    gap: 3.6231884058vw;
    padding-block: 0;
  }
}
.main .contents .fp_contents__section.--other ul li a {
  display: grid;
  place-content: center;
  height: 100%;
  box-sizing: border-box;
  padding: min(1.5625vw, 20px);
  background-color: #fff;
  border: min(0.078125vw, 1px) solid #cf1125;
  font-size: min(1.40625vw, 18px);
  font-weight: 600;
  color: #cf1125;
  text-decoration: none;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .main .contents .fp_contents__section.--other ul li a {
    padding: 3.6231884058vw;
    border: 0.2415458937vw solid #cf1125;
    font-size: 4.347826087vw;
  }
}
.main .contents .fp_contents__section.--other ul li a span span {
  display: inline-block;
  padding-top: min(1.171875vw, 15px);
  font-size: min(1.09375vw, 14px);
  color: #333;
  font-weight: 400;
  transition: all 0.2s ease;
}
@media screen and (max-width: 767px) {
  .main .contents .fp_contents__section.--other ul li a span span {
    padding-top: 3.6231884058vw;
    font-size: 3.3816425121vw;
  }
}
.main .contents .fp_contents__section.--other ul li a::before {
  background-color: #cf1225;
}
@media (any-hover: hover) {
  .main .contents .fp_contents__section.--other ul li a:hover {
    border: min(0.078125vw, 1px) solid #cf1225;
    color: #fff;
  }
  .main .contents .fp_contents__section.--other ul li a:hover span span {
    color: #fff;
  }
}
.main .contents .fp_contents__section.--other ul li a.--current {
  background-color: #cf1225;
  border: min(0.078125vw, 1px) solid #cf1225;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .main .contents .fp_contents__section.--other ul li a.--current {
    border: 0.2415458937vw solid #cf1225;
  }
}
.main .contents .fp_contents__section.--other ul li a.--current span span {
  color: #fff;
}
.main .contents .vkfs__call-filter-search {
  padding: min(1.25vw, 16px);
  background-color: #cf1225;
  box-shadow: 0px 0 min(1.5625vw, 20px) 0px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .main .contents .vkfs__call-filter-search {
    padding: 3.8647342995vw;
    box-shadow: 0px 0 4.8309178744vw 0px rgba(0, 0, 0, 0.5);
  }
}
.main .contents .vkfs__call-filter-search form {
  display: grid;
  grid-template-columns: auto min(13.28125vw, 170px);
  gap: min(0.78125vw, 10px);
  margin: 0 !important;
}
@media screen and (max-width: 767px) {
  .main .contents .vkfs__call-filter-search form {
    grid-template-columns: 1fr;
    gap: 2.4154589372vw;
  }
}
.main .contents .vkfs__call-filter-search form .vkfs__labels {
  display: block;
}
.main .contents .vkfs__call-filter-search form .vkfs__labels div {
  width: 100%;
  height: 100%;
  margin: 0;
}
.main .contents .vkfs__call-filter-search form .vkfs__labels div.vkfs__label-name {
  display: none;
}
.main .contents .vkfs__call-filter-search form .vkfs__labels input {
  padding: min(1.171875vw, 15px);
  height: 100%;
  border: min(0.078125vw, 1px) solid #fff;
  border-radius: 0;
  font-size: min(1.40625vw, 18px);
  color: #000;
}
@media screen and (max-width: 767px) {
  .main .contents .vkfs__call-filter-search form .vkfs__labels input {
    padding: 2.4154589372vw 2.4154589372vw;
    border: 0.2415458937vw solid #fff;
    font-size: 3.8647342995vw;
  }
}
.main .contents .vkfs__call-filter-search form .vkfs_submit {
  width: 100%;
  margin: 0;
  padding: min(1.171875vw, 15px);
  background-color: #fff;
  border: none;
  border: min(0.078125vw, 1px) solid #fff;
  font-size: min(1.40625vw, 18px);
  color: #cf1225;
  letter-spacing: 0.05em;
  font-weight: 600;
  transition: all 0.2s ease;
}
@media screen and (max-width: 767px) {
  .main .contents .vkfs__call-filter-search form .vkfs_submit {
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    padding: 2.4154589372vw 12.077294686vw;
    border: 0.2415458937vw solid #fff;
    font-size: 3.3816425121vw;
  }
}
@media (any-hover: hover) {
  .main .contents .vkfs__call-filter-search form .vkfs_submit:hover {
    background-color: #cf1225;
    border: min(0.078125vw, 1px) solid #fff;
    color: #fff;
  }
}
@media screen {
  .main .contents .fadeinN,
  .main .contents .fadeinNauto {
    opacity: 0;
    transform: translate(0, 0);
    transition: all 1500ms;
  }
  .main .contents .fadeinL,
  .main .contents .fadeinLauto {
    opacity: 0;
    transform: translate(-300px, 0);
    transition: all 900ms;
  }
  .main .contents .fadeinR,
  .main .contents .fadeinRauto {
    opacity: 0;
    transform: translate(300px, 0);
    transition: all 900ms;
  }
  .main .contents .fadeinB,
  .main .contents .fadeinBauto {
    opacity: 0;
    transform: translate(0, 100px);
    transition: all 900ms;
  }
  .main .contents .fadeinT,
  .main .contents .fadeinTauto {
    opacity: 0;
    transform: translate(0, -100px);
    transition: all 900ms;
  }
  .main .contents .delay01 {
    transition-delay: 0.2s;
  }
  .main .contents .delay02 {
    transition-delay: 0.4s;
  }
  .main .contents .delay03 {
    transition-delay: 0.6s;
  }
  .main .contents .delay04 {
    transition-delay: 0.8s;
  }
  .main .contents .delay05 {
    transition-delay: 1s;
  }
  .main .contents .delay06 {
    transition-delay: 1.2s;
  }
  .main .contents .delay07 {
    transition-delay: 1.4s;
  }
  .main .contents .delay08 {
    transition-delay: 1.6s;
  }
  .main .contents .fadeinN.scrollin,
  .main .contents .fadeinL.scrollin,
  .main .contents .fadeinR.scrollin,
  .main .contents .fadeinB.scrollin,
  .main .contents .fadeinT.scrollin,
  .main .contents .fadeinNauto.scrollin,
  .main .contents .fadeinLauto.scrollin,
  .main .contents .fadeinRauto.scrollin,
  .main .contents .fadeinBauto.scrollin,
  .main .contents .fadeinTauto.scrollin {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 768px) {
  .main .contents {
    /*.delay03 {
        transition-delay: 0s;
    }
    .delay04 {
        transition-delay: 0s;
    }
    .delay05 {
        transition-delay: 0s;
    }*/
  }
}/*# sourceMappingURL=front-page.css.map */