@charset "UTF-8";
.futura-500 {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.futura-600 {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.futura-600 {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.din-400 {
  font-family: din-2014, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.din-600 {
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.din-700 {
  font-family: din-2014, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.din-800 {
  font-family: din-2014, sans-serif;
  font-weight: 800;
  font-style: normal;
}

.hero-after {
  position: absolute;
  left: 0;
  top: -30.5rem;
  width: 100%;
  height: 71rem;
  background: url(../images/top/mv-after.png);
  background-size: 106%;
  background-position: -6rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .hero-after {
    background-image: url(../images/top/mv-after_sp.png);
    background-size: 106%;
    background-position: 0;
    top: 0;
    top: auto;
    bottom: 0;
    height: 34rem;
    z-index: 2;
  }
}

section {
  background-image: url("../images/top/section-bg.png");
  background-size: 100%;
  background-color: #FBFAF8;
}
@media screen and (max-width: 768px) {
  section {
    background-image: url("../images/top/section-bg_sp.svg");
  }
}

.hero {
  overflow: hidden;
  height: 76.7rem;
  background: url("../images/top/mv-z2.png");
  background-size: 136.6rem;
  position: relative;
  z-index: 2;
  background-color: #f6f6f6;
}
@media screen and (max-width: 768px) {
  .hero {
    height: 69rem;
    background: url("../images/top/mv-z2_sp.png");
    background-color: #f0f0ec;
    background-size: 37.5rem;
    background-repeat: no-repeat;
    position: relative;
    z-index: 6;
  }
}
.hero .swiper-slide-name {
  text-orientation: upright;
  font-size: 2rem;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  padding-left: 5.6rem;
  font-weight: bold;
  -webkit-text-combine-horizontal: digits;
  -moz-text-combine-horizontal: digits;
  -ms-text-combine-horizontal: digits;
  text-combine-horizontal: digits;
  position: absolute;
  right: 8rem;
  top: 7rem;
  /* bottom: 22rem; */
}
@media screen and (max-width: 768px) {
  .hero .swiper-slide-name {
    position: absolute;
    /* left: 0; */
    /* right: auto; */
    top: 2.5rem;
    font-size: 1rem;
    display: block;
    padding: 0;
    /* width: 100% !important; */
    right: 2.5rem;
    /* 
    top: 2.5rem; */
  }
}
.hero .hero-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/top/mv-z1.png");
  background-size: 136.6rem;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .hero .hero-layer {
    background: url("../images/top/mv-z1_sp.png");
    background-size: 37.5rem;
    background-repeat: no-repeat;
  }
}
.hero .swiper-container {
  overflow: visible;
}
.hero .swiper-pagination-bullets {
  counter-reset: cnt;
  z-index: 80;
  right: 12rem;
  bottom: 9.7rem;
}
@media screen and (max-width: 768px) {
  .hero .swiper-pagination-bullets {
    right: 0.8rem;
    bottom: 32rem;
  }
}
.hero .swiper-pagination-bullets::after {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%221%22%20viewBox%3D%220%200%2018%201%22%3E%20%3Cline%20id%3D%22%E7%B7%9A_208%22%20data-name%3D%22%E7%B7%9A%20208%22%20x2%3D%2218%22%20transform%3D%22translate(0%200.5)%22%20fill%3D%22none%22%20stroke%3D%22%23212121%22%20stroke-width%3D%221%22%20stroke-dasharray%3D%222%22%2F%3E%3C%2Fsvg%3E");
  width: 18px;
  position: absolute;
  left: -1.8rem;
  height: 2px;
  top: 58%;
  transform: translate(0, -50%);
}
.hero .swiper-pagination-bullets::before {
  content: "OKOPPE";
  font-size: 1.2rem;
  left: -7.4rem;
  top: 58%;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  position: absolute;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  .hero .swiper-pagination-bullets::before {
    left: -5.9rem;
    font-size: 0.8rem;
  }
}
.hero .swiper-pagination-bullet {
  background: none;
  counter-increment: cnt;
  opacity: 1;
  font-size: 1.2rem;
  margin: 0 0.5rem;
  width: 2.7rem;
  height: 2.7rem;
  line-height: 2.7rem;
  position: relative;
  transition: 0.4s;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .hero .swiper-pagination-bullet {
    width: 1.8rem;
    height: 1.8rem;
    margin: 0 0.3rem;
    font-size: .8rem;
    line-height: 1.8rem;
  }
}
.hero .swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #F3046C;
  left: 0;
  top: 0;
  border-radius: 100%;
  z-index: 1;
  border-top-color: transparent;
  transition: .3s;
  animation: circle-move-anim 3s linear infinite;
}
.hero .swiper-pagination-bullet-active::before, .hero .swiper-pagination-bullet-active::after {
  position: absolute;
}
.hero .swiper-pagination-bullet-active::after {

}
@keyframes border-anime {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes circle-move-anim {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg);
	}
}
@media screen and (max-width: 768px) {
  .hero .swiper-pagination-bullet-active::after {
    width: 1.3rem;
    height: 1.1rem;
  }
}
.hero .options {
  position: absolute;
  right: 22rem;
  bottom: 0;
}
.hero__read {
  position: absolute;
  z-index: 10;
  width: 81.2rem;
  left: 4.7rem;
  bottom: 8.2rem;
}
@media screen and (max-width: 768px) {
  .hero__read {
    width: 33.2rem;
    left: 1.65rem;
    bottom: 18rem;
  }
}
.hero__mark {
  position: absolute;
  right: 24.2rem;
  top: 16.7rem;
  width: 15.8rem;
}
@media screen and (max-width: 768px) {
  .hero__mark {
    position: absolute;
    right: 8.7rem;
    top: 10.1rem;
    width: 6.6rem;
  }
}
.hero__catch {
  width: 32.5rem;
}
@media screen and (max-width: 768px) {
  .hero__catch {
    width: 21rem;
    transform: translate(0, 2rem);
  }
}
.hero__logo {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 4rem;
  width: 78.8rem;
}
@media screen and (max-width: 768px) {
  .hero__logo {
    left: 0;
    width: 18.6rem;
  }
}
.hero__visual1 {
  width: 60rem;
  margin-left: auto;
  position: absolute;
  z-index: 5;
  top: 18rem;
  right: 12rem;
}
@media screen and (max-width: 768px) {
  .hero__visual1 {
    max-width: 23.2rem;
    top: 14.3rem;
    right: 4.4rem;
  }
}
.hero__visual1 img {
  width: 60rem;
}
.hero__visual1 .swiper-wrapper {
  padding-bottom: 8rem;
}
.hero__visual2 {
  max-width: 73.3rem;
  position: absolute;
  left: 10rem;
  bottom: 0;
  z-index: 6;
  box-shadow: 32px 0px 34px -3px rgba(255, 255, 255, 0.6) inset;
}
@media screen and (max-width: 768px) {
  .hero__visual2 {
    max-width: 30rem;
    bottom: 4rem;
    left: 3rem;
  }
}
.hero__visual2 img {
  object-fit: cover;
  width: 100%;
  height: 41.2rem;
}
@media screen and (max-width: 768px) {
  .hero__visual2 img {
    height: 25rem;
  }
}
.hero__visual2::after {
  content: "";
  position: absolute;
  width: 21rem;
  height: 100%;
  left: -2.9rem;
  top: 0;
  background: rgba(255, 255, 255, 0.4);
  filter: blur(23px);
  z-index: 1;
}
.hero__catch1 {
  font-family: "ten-mincho", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Noto Serif JP", serif;
  position: absolute;
  left: 18.5rem;
  top: 8.5rem;
  z-index: 8;
  font-size: 4.8rem;
  line-height: 6rem;
  text-orientation: upright;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-text-combine-horizontal: digits;
  -moz-text-combine-horizontal: digits;
  -ms-text-combine-horizontal: digits;
  text-combine-horizontal: digits;
}
@media screen and (max-width: 768px) {
  .hero__catch1 {
    font-size: 2.4rem;
    left: 1.6rem;
    top: 11.3rem;
    line-height: 1.8;
  }
}

.hero__scroll {
  position: absolute;
  right: 5rem;
  bottom: -0.5rem;
  writing-mode: vertical-lr;
  color: #333333;
  font-weight: bold;
  line-height: 38px;
  text-transform: uppercase;
  font-size: 1.4rem;
  transform: translateY(-100%);
  padding-bottom: 1rem;
  z-index: 11;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
}

@media screen and (max-width: 768px) {
  .hero__scroll {
    display: none;
    right: 1.2rem;
    bottom: -0.3rem;
    font-size: 1rem;
    z-index: 11;
  }
}
.hero__scroll span {
  width: 2px;
  height: 4.4rem;
  background: #333333;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(0%, 100%);
}
@media screen and (max-width: 768px) {
  .hero__scroll span {
    width: 1px;
  }
}

.hero__scroll span::before {
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  animation: moveBar cubic-bezier(0.645, 0.045, 0.355, 1) 2s infinite;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: #F3046C;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .hero__scroll span::before {
    left: -300%;
  }
}

@keyframes moveBar {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(4.3rem);
  }
}
.slide-item__body {
  background: #000;
  color: #fff;
}

.animation-cars-wrap {
  display: flex;
  position: absolute;
  justify-content: end;
  z-index: 999;
  width: 100%;
  left: 0;
  margin-left: 0;
  border-bottom: 1.5px solid;
  z-index: 0;
  width: 100%;
  left: 0;
  bottom: 4rem;
  margin-left: 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .animation-cars-wrap {
    bottom: 4.5rem;
    z-index: 1;
  }
}

.animation-cars {
  transform: translate(14rem, 0);
  display: flex;
  justify-content: space-between;
  margin: 0 5rem;
  align-items: end;
}

.animation-car {
  margin: 0 9rem;
}

/** swiper options **/
.progressbar-outer {
  z-index: 3;
  background: #212121;
  height: 2px;
}

.progressbar {
  transform: scaleX(0);
  transform-origin: 0 0;
  background-color: #F3046C;
  transition: transform 3s linear;
  width: 8rem;
  height: 1.5px;
  z-index: 4;
  position: relative;
}

.options-sp {
  position: absolute;
  right: 1.8rem;
  bottom: -7.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.options-sp .progressbar-outer {
  width: 2px;
  height: 4.95rem;
}
.options-sp .progressbar {
  width: 2px;
  height: 4.95rem;
}

.slide-now {
  z-index: 3;
  font-family: futura-pt, sans-serif;
  font-weight: bold;
  font-size: 2rem;
  color: #F3046C;
}
@media screen and (max-width: 768px) {
  .animation-cars {
    transform: translate(30rem, 0);
  }
  .slide-now {
    font-size: 1.2rem;
  }
}

.swiper-container,
.swiper-wrapper {
  position: static;
}

.slide-max {
  z-index: 3;
  font-family: futura-pt, sans-serif;
  font-weight: bold;
  font-size: 2rem;
  color: #F3046C;
}
@media screen and (max-width: 768px) {
  .slide-max {
    font-size: 1.2rem;
  }
}

.options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 14rem;
}

/** swiper options end **/
.section1 {
  position: relative;
  padding: 3.5rem 5rem 0;
}
@media screen and (max-width: 768px) {
  .section1 {
    display: block;
    margin-top: -19rem;
    height: 46.5rem;
    height: fit-content;
    padding: 4rem 1.8rem 17rem;
  }
}
.section1 .news-wrapper {
  position: relative;
  z-index: 12;
  width: 60rem;
  border: solid 1px #707070;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .section1 .news-wrapper {
    width: 100%;
    max-height: 14.6rem;
  }
  .section1 .news-wrapper::after {
    content: "";
    background-image: url("../images/top/sakura.svg");
    width: 1.4rem;
    height: 1.4rem;
    position: absolute;
    right: 10rem;
    top: -2.8rem;
  }
}
.section1 .news-wrap-title {
  display: flex;
  align-items: center;
  border-bottom: solid 1px #707070;
}
@media screen and (max-width: 768px) {
  .section1 .news-wrap-title {
    padding: 0.6rem 0px;
  }
}
.section1 .news-wrap-title img {
  margin: 0 1rem 0 3rem;
}
@media screen and (max-width: 768px) {
  .section1 .news-wrap-title img {
    margin: 0 1rem 0 1rem;
    width: 2rem;
  }
}
.section1 .news-wrap-title .main {
  font-size: 2.4rem;
  font-family: ab-kirigirisu, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.1em;
}
@media screen and (max-width: 768px) {
  .section1 .news-wrap-title .main {
    font-size: 2rem;
  }
}
.section1 .news-wrap-title .link {
  font-size: 1.2rem;
  margin-left: auto;
  margin-right: 3rem;
}
@media screen and (max-width: 768px) {
  .section1 .news-wrap-title .link {
    font-size: 1rem;
    margin-right: 1.2rem;
  }
}
.section1 .news-wrap-body {
  padding: 1.5rem 6rem 1.5rem 3rem;
}
@media screen and (max-width: 768px) {
  .section1 .news-wrap-body {
    padding: 1.2rem 1.2rem 2rem;
    font-size: 1.4rem;
  }
}
.section1 .news__label {
  padding: 0.25rem 0.5rem;
  border-radius: 6px;
  color: #fff;
  background-color: #000;
  text-align: center;
  display: inline-block;
  font-size: 1rem;
  margin-right: 1rem;
}
.section1 .news__date {
  display: inline-block;
  font-size: 1.4rem;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.section1 .swiper-navi {
  position: absolute;
  right: 0;
  bottom: 0;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .section1 .swiper-navi {
    width: 5rem;
    display: none;
  }
}
.section1 .swiper-button-next,
.section1 .swiper-button-prev {
  position: static;
  margin: 0;
  width: 2.5rem;
  height: 2.5rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%224.815%22%20height%3D%227.792%22%20viewBox%3D%220%200%204.815%207.792%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_13169%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2013169%22%20transform%3D%22translate(0%207.792)%20rotate(-90)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_97%22%20data-name%3D%22%E3%83%91%E3%82%B9%2097%22%20d%3D%22M6.873%2C4.815%2C3.9%2C1.838.919%2C4.815%2C0%2C3.9%2C3.9%2C0l3.9%2C3.9Z%22%20fill%3D%22%23707070%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 8px;
  transition: 0.3s;
  border-left: 1px solid #707070;
  border-top: 1px solid #707070;
}
@media screen and (max-width: 768px) {
  .section1 .swiper-button-next,
.section1 .swiper-button-prev {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.section1 .swiper-button-next:hover,
.section1 .swiper-button-prev:hover {
  opacity: 0.7;
}
.section1 .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%224.815%22%20height%3D%227.792%22%20viewBox%3D%220%200%204.815%207.792%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_13168%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2013168%22%20transform%3D%22translate(0%207.792)%20rotate(-90)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_97%22%20data-name%3D%22%E3%83%91%E3%82%B9%2097%22%20d%3D%22M6.873%2C48.907%2C3.9%2C51.884.919%2C48.907%2C0%2C49.826l3.9%2C3.9%2C3.9-3.9Z%22%20transform%3D%22translate(0%20-48.907)%22%20fill%3D%22%23707070%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  transition: 0.3s;
}
.section1 .swiper-button-next:hover {
  opacity: 0.4;
}

.section__head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .section__head {
    margin-bottom: 1rem;
  }
}
.section__right {
  flex: 1 0;
  margin-left: 2rem;
}
.section__right-icon {
  border-bottom: 1px solid #707070;
}
.section__right-icon img {
  margin: 0 6rem 0 auto;
}
@media screen and (max-width: 768px) {
  .section__right-icon img {
    margin: 0 1.8rem 0 auto;
    width: 8.4rem;
  }
}
.section__right .c-more-link {
  display: flex;
  margin-top: 3rem;
  margin-left: auto;
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  .section__right .c-more-link {
    margin-top: 2rem;
  }
}

.section-icon {
  position: absolute;
}

.section2 {
  padding: 15rem 18.3rem 10rem;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section2 {
    display: block;
    padding: 16rem 1.8rem 4.6rem;
    margin-top: -12rem;
  }
}
.section2 .section__head {
  position: relative;
  z-index: 2;
}
.section2 .circle-logo {
  position: absolute;
  right: 0;
  top: 2rem;
  width: 33rem;
}
@media screen and (max-width: 768px) {
  .section2 .circle-logo {
    right: -8rem;
    top: 0;
    width: 25.4rem;
  }
}
.section2__icon1 {
  right: -10.2rem;
  top: -5rem;
}
@media screen and (max-width: 768px) {
  .section2__icon1 {
    right: 2rem;
    top: -7rem;
  }
}
.section2__icon2 {
  bottom: -3rem;
  left: -11rem;
}
@media screen and (max-width: 768px) {
  .section2__icon2 {
    display: none;
  }
}
.section2__icon3 {
  right: -11.4rem;
  bottom: -7rem;
}
@media screen and (max-width: 768px) {
  .section2__icon3 {
    right: 0rem;
    bottom: -2rem;
    width: 5.9rem;
  }
}
.section2__icon4 {
  left: -11rem;
  bottom: -8rem;
}
@media screen and (max-width: 768px) {
  .section2__icon4 {
    left: auto;
    right: 0rem;
    bottom: -2rem;
    width: 5.9rem;
  }
}
.section2__icon5 {
  right: -7rem;
  bottom: -7rem;
}
@media screen and (max-width: 768px) {
  .section2__icon5 {
    right: 0rem;
    bottom: -2rem;
    width: 5.9rem;
  }
}
.section2__item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .section2__item {
    flex-direction: column-reverse;
    margin-bottom: 6rem;
  }
}
.section2__item:last-child {
  margin-bottom: 0;
}
.section2__item:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .section2__item:nth-child(even) {
    flex-direction: column-reverse;
  }
}
.section2__item-body {
  width: 46rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section2__item-body {
    width: 100%;
  }
}
.section2__item-visual {
  width: 48rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section2__item-visual {
    width: 100%;
    margin-bottom: 2.5rem;
    position: static;
  }
}
.section2__item .t1 {
  font-size: 2.4rem;
  margin-bottom: 2.8rem;
  line-height: 4rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .section2__item .t1 {
    font-size: 1.6rem;
    line-height: 2.7rem;
    margin-bottom: 1.8rem;
  }
}
.section2__item .t2 {
  font-size: 1.6rem;
  margin-bottom: 3.2rem;
  line-height: 3rem;
}
@media screen and (max-width: 768px) {
  .section2__item .t2 {
    font-size: 1.4rem;
    line-height: 2.5rem;
  }
}

.section3 {
  padding-left: 18.3rem;
  position: relative;
  padding-top: 10rem;
  padding-bottom: 30rem;
}
@media screen and (max-width: 768px) {
  .section3 {
    overflow: hidden;
  }
  .section3 .section__right .c-more-link {
    margin-top: 4.8rem;
  }
}
.section3::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/top/section3-bg.png");
  background-size: 100% 100%;
}
@media screen and (max-width: 768px) {
  .section3::after {
    background-image: url("../images/top/section3-bg_sp.png");
    background-size: 100%;
    height: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .section3 {
    display: block;
    padding: 11rem 1.8rem 3rem;
    height: 80rem;
  }
}
.section3 .section__head {
  position: relative;
  z-index: 2;
  padding-right: 18.3rem;
}
@media screen and (max-width: 768px) {
  .section3 .section__head {
    padding: 0;
  }
}
.section3 .swiper-slide {
  flex: 0 0 40.5rem;
}
@media screen and (max-width: 768px) {
  .section3 .swiper-slide {
    flex: 0 0 100%;
  }
}
.section3 .slide-item {
  position: relative;
}
.section3 .slide-item__body {
  display: none;
}
.section3 .slide-item img {
  width: 40.5rem;
  height: 28.5rem;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .section3 .slide-item img {
    height: 23.8rem;
    width: 100%;
  }
}
.section3 .section-sliders {
  position: relative;
  z-index: 1;
}
.section3 .swiper-wrapper {
  overflow: visible;
  z-index: 2;
}
.section3 .options {
  position: absolute;
  left: 44rem;
  bottom: -7rem;
}
@media screen and (max-width: 768px) {
  .section3 .options {
    transform: translate(-50%, 0);
    left: 50%;
    bottom: -17.5rem;
  }
}
.section3 .slide-item-content {
  position: absolute;
  background: url("../images/top/card-bg.svg");
  background-size: 100% 100%;
  width: 42.2rem;
  height: 30rem;
  padding: 6.5rem 6rem 5.4rem 7.4rem;
  transform: translate(2rem, 0);
  opacity: 0;
  transition: opacity 1s, transform 1.2s;
  z-index: 3;
  left: 5rem;
  bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .section3 .slide-item-content {
    background: url("../images/top/card-bg_sp.svg");
    height: 22.6rem;
    left: 0;
    bottom: auto;
    top: 38rem;
    width: 100%;
    padding: 4rem 5rem;
    background-repeat: no-repeat;
    background-size: 100%;
  }
}
.section3 .slide-item-content.is-active {
  opacity: 1;
  transform: none;
  z-index: 10;
}
.section3 .slide-item-content__head {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .section3 .slide-item-content__head {
    font-size: 1.6rem;
  }
}
.section3 .slide-item-content__date {
  font-size: 1.4rem;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-right: 1rem;
}
.section3 .slide-item-content__title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 768px) {
  .section3 .slide-item-content__title {
    font-size: 1.6rem;
  }
}
.section3 .slide-item-content__text {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.section3 .slide-item-content__label {
  font-size: 1rem;
  background: #212121;
  border-radius: 5px;
  padding: 0.25rem;
  color: #fff;
  margin-right: 0.6rem;
}
.section3 .slide-item-content__logo {
  width: 3.2rem;
  height: 3.2rem;
  display: inline-block;
  margin-right: 1.3rem;
}
.section3 .swiper-slide-active {
  transition: 0.5s;
}
.section3 .swiper-slide-active .slide-item-content {
  display: block;
  opacity: 1;
  transform: none;
}
.section3 .section-sliders-thumbnail {
  position: relative;
  z-index: 1;
  transform: translate(-8rem, -3.5rem);
}
.section3 .swiper-navi {
  position: absolute;
  right: 18.3rem;
  bottom: -8.5rem;
  width: 14rem;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .section3 .swiper-navi {
    top: 10rem;
    position: absolute;
    right: auto;
    bottom: auto;
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.section3 .swiper-button-next,
.section3 .swiper-button-prev {
  position: static;
  margin: 0;
  background: #000;
  width: 6rem;
  border-radius: 100%;
  height: 6rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.226%22%20height%3D%2213.313%22%20viewBox%3D%220%200%208.226%2013.313%22%3E%20%3Cg%20id%3D%22down-chevron%22%20transform%3D%22translate(0%2013.313)%20rotate(-90)%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_56%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2056%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_97%22%20data-name%3D%22%E3%83%91%E3%82%B9%2097%22%20d%3D%22M11.743%2C8.226%2C6.656%2C3.14%2C1.57%2C8.226%2C0%2C6.656%2C6.656%2C0l6.656%2C6.656Z%22%20fill%3D%22%23fff%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .section3 .swiper-button-next,
.section3 .swiper-button-prev {
    width: 4.5rem;
    height: 4.5rem;
  }
}
.section3 .swiper-button-next:hover,
.section3 .swiper-button-prev:hover {
  opacity: 0.7;
}
.section3 .swiper-button-next {
  transform: scale(-1);
  transition: 0.3s;
}
.section3 .swiper-button-next:hover {
  opacity: 0.4;
}
.section3 .animation-cars {
  transform: translate(25rem, 0);
}
.section3 .animation-cars-wrap {
  bottom: 9.4rem;
  bottom: 11.3rem;
  z-index: 0;
}

.section4 {
  position: relative;
  padding: 5rem 18.3rem 0;
}
@media screen and (max-width: 768px) {
  .section3 .animation-cars-wrap {
    bottom: 10rem;
  }
  .section4 {
    padding: 2rem 1.8rem 6rem;
    overflow: hidden;
    display: block;
  }
}
.section4 .section-title {
  text-align: center;
  margin-bottom: 5rem;
}
.section4 .section-title img {
  margin: auto;
}
@media screen and (max-width: 768px) {
  .section4 .section-title {
    margin-bottom: 2.4rem;
  }
}
.section4 .circle-logo2 {
  position: absolute;
  right: -6rem;
  top: -6rem;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .section4 .circle-logo2 {
    right: -1rem;
    top: -5rem;
    width: 9.7rem;
  }
}
.section4__icon1 {
  left: -4rem;
  top: 8rem;
}
@media screen and (max-width: 768px) {
  .section4__icon1 {
    left: 0;
    top: 3rem;
  }
}
.section4__icon2 {
  bottom: -4rem;
  right: 11rem;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .section4__icon2 {
    bottom: 2rem;
    width: 5rem;
    right: 0.5rem;
  }
}
.section4__body {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .section4__body {
    display: block;
  }
}
.section4__body-left {
  flex: 0 0 43rem;
}
@media screen and (max-width: 768px) {
  .section4__body-left {
    margin-bottom: 3.5rem;
  }
}
.section4__body-right {
  flex: 0 0 52.7rem;
  position: relative;
  z-index: 2;
}
.section4__body-right .img1 {
  width: 37.8rem;
  margin-left: auto;
  margin-right: 0;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .section4__body-right .img1 {
    width: 24.5rem;
  }
}
.section4__body-right .img2 {
  width: 32.5rem;
  height: 35.5rem;
  margin-left: 0;
  margin-right: auto;
  overflow: hidden;
  margin-top: -11rem;
  object-fit: cover;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .section4__body-right .img2 {
    width: 21rem;
    height: 16.5rem;
  }
}
.section4__body .t1 {
  font-size: 2.4rem;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .section4__body .t1 {
    font-size: 1.6rem;
  }
}
.section4__body p {
  margin-bottom: 4.6rem;
}
@media screen and (max-width: 768px) {
  .section4__body p {
    font-size: 1.4rem;
    margin-bottom: 3.2rem;
  }
}

.section5 {
  padding: 15rem 18.3rem 5rem;
  margin-top: -6rem;
  position: relative;
}
.section5::before {
  content: "";
  background-image: url("../images/top/access-bg.png");
  background-size: 100%;
  position: absolute;
  left: 0%;
  top: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .section5::before {
    background-image: url("../images/top/access-bg_sp.png");
  }
}
@media screen and (max-width: 768px) {
  .section5 {
    display: block;
    padding: 8rem 1.8rem 3rem;
    margin-top: -2rem;
    position: relative;
  }
  .section5 .section-title {
    margin-bottom: 0;
  }
}
.section5__body {
  position: relative;
  z-index: 2;
}
.section5 .access {
  margin-top: 2.7rem;
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .section5 .access {
    display: block;
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .section5 .access-right {
    position: absolute;
    top: -8rem;
    right: 0;
    width: 16rem;
  }
}
.section5 .dls {
  display: flex;
  flex-wrap: wrap;
}
.section5 dl {
  width: 23rem;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .section5 dl {
    width: auto;
  }
  .section5 dl:first-child {
    margin-right: 1rem;
    flex: 0 0 43%;
    max-width: 43%;
  }
}
.section5 dl.full {
  width: 51.7rem;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .section5 dl.full {
    width: 100%;
    flex: 0 0 100%;
    display: block;
  }
  .section5 dl.full dt {
    margin-bottom: 0.5rem;
  }
}
.section5 dl dt {
  border-radius: 5px;
  background-color: #888888;
  padding: 0.25rem;
  text-align: center;
  color: #fff;
  width: 7.4rem;
  display: inline-block;
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  .section5 dl dt {
    margin-right: 0.5rem;
    font-size: 1.2rem;
    width: 5.8rem;
  }
}
.section5 iframe {
  width: 100%;
  height: 50rem;
}
@media screen and (max-width: 768px) {
  .section5 iframe {
    height: 26rem;
  }
}

.footer .animation-cars-wrap {
  display: none;
}

body {
  opacity: 0;
  transition: 0.7s;
}
body.is-active {
  opacity: 1;
}

#loading {
  display: none;
  width: 100%;
  height: 100%;
  transition: all 1.5s;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
#loading.loaded {
  opacity: 0;
  visibility: hidden;
}
#loading-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
#loading .b {
  color: #F3046C;
  font-family: ab-kirigirisu, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.2rem;
  letter-spacing: 0.1em;
}
#loading .loading-catch {
  margin-top: 3rem;
  font-weight: bold;
}

#loading-bar {
  width: 30rem;
  height: 5px;
  background-color: #F0F0ED;
  position: relative;
  overflow: hidden;
  margin-top: 2.5rem;
}

@media screen and (max-width: 782px) {
  #loading-bar {
    margin-top: 3.65rem;
  }
}
#loading-bar::before {
  content: "";
  width: 100%;
  height: 5px;
  left: 0;
  top: 0;
  display: block;
  background: #F3046C;
  transform: translate(0, 0);
  animation: toLeftL cubic-bezier(0.645, 0.045, 0.355, 1) 1.5s;
}

@keyframes toLeftL {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

/****/
.map {
  position: relative;
  height: 50rem;
}
.map::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: #7a7448;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: color-burn;
  pointer-events: none;
}
.map iframe {
  filter: opacity(85%);
  -webkit-filter: opacity(85%);
  height: 100%;
}

.c-more-link {
  transition: .4s;
}
.c-more-link:hover {
  opacity: .65;
}
@media screen and (max-width: 782px) {
  .map {
    height: 26rem;
  }
}
.section-banners {
    background: #F0F0ED;
    padding: 5rem 0 ;
    
}
.top-banners {
    display: grid;
    grid-template-columns: 38.3rem 38.3rem;
    justify-content: center;
    gap: 3.5rem;
}
.top-banner {
transition: .3s;
}
.top-banner:hover {
	opacity: .6;
}

@media screen and (max-width: 782px) {
.section-banners {
    padding: 2rem 0 4rem;
}
.top-banners {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    gap: 1rem;
    padding: 0 1.8rem;}
}


.popup-banner {
    width: 37rem;
    /* height: 13rem; */
    
    border-radius: 5px;
    /* background: #FFE875; */
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s;
}
.popup-banner.is-hidden {
opacity: 0;
pointer-events:none;
}
.popup-banner:hover {
opacity:.7;
}
.popup-banner img{
width: 100%;
}
.popup-banner__close {
position:absolute;
right: 0;
top: 0rem;
opacity: 0;

/* border-radius: 0 5px 0 0; */
width:2.4rem;
height:2.4rem;
background:#fff;
background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226.707%22%20height%3D%226.707%22%20viewBox%3D%220%200%206.707%206.707%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_19715%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2019715%22%20transform%3D%22translate(-1340.146%20-627.146)%22%3E%20%3Cline%20id%3D%22%E7%B7%9A_984%22%20data-name%3D%22%E7%B7%9A%20984%22%20x2%3D%226%22%20y2%3D%226%22%20transform%3D%22translate(1340.5%20627.5)%22%20fill%3D%22none%22%20stroke%3D%22%23212121%22%20stroke-width%3D%221%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A_985%22%20data-name%3D%22%E7%B7%9A%20985%22%20x1%3D%226%22%20y2%3D%226%22%20transform%3D%22translate(1340.5%20627.5)%22%20fill%3D%22none%22%20stroke%3D%22%23212121%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
background-position:center;
background-repeat: no-repeat;
}
@media screen and (max-width: 782px) {
.popup-banner {
  width: 12rem;
  width: 33.8rem;
  /* height: 7rem; */
  z-index: 14;
  right: 0;
  left: 0;
  margin: auto;
}
.popup-banner img {
  width: 100%;
}
.popup-banner__close {
  right: 0;
  top: 0;
  width: 2.2rem;
  height: 2.2rem;

}
}

.cp-banner {
  width: 60rem;
  margin-top: 3rem;
  position: relative;
  z-index: 3;
  display: block;
}

@media screen and (max-width: 768px) {
.cp-banner {
  margin-top: 2rem;
  width: 100%;
}
}