@charset "UTF-8";
.main .topic .catch::before, .main .topic .text::before, .main section.concept .catch::before,
.main section.concept .text::before, .main section.design .catch::before, .main section.design .itemList .item .name::before, .main section.access .catch::before, .main section.access .station .item .text .detail::before, .main section.access .note::before, .main section.location .catch--01::before, .main section.location .catch--02::before, .main section.location .list--02 .item .data::before, .main .footNote .note::before, .main .topic .catch::after, .main .topic .text::after, .main section.concept .catch::after,
.main section.concept .text::after, .main section.design .catch::after, .main section.design .itemList .item .name::after, .main section.access .catch::after, .main section.access .station .item .text .detail::after, .main section.access .note::after, .main section.location .catch--01::after, .main section.location .catch--02::after, .main section.location .list--02 .item .data::after, .main .footNote .note::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.main .topic .catch::before, .main .topic .text::before, .main section.concept .catch::before,
.main section.concept .text::before, .main section.design .catch::before, .main section.design .itemList .item .name::before, .main section.access .catch::before, .main section.access .station .item .text .detail::before, .main section.access .note::before, .main section.location .catch--01::before, .main section.location .catch--02::before, .main section.location .list--02 .item .data::before, .main .footNote .note::before {
  margin-bottom: calc((1em - 1lh) / 2);
}
.main .topic .catch::after, .main .topic .text::after, .main section.concept .catch::after,
.main section.concept .text::after, .main section.design .catch::after, .main section.design .itemList .item .name::after, .main section.access .catch::after, .main section.access .station .item .text .detail::after, .main section.access .note::after, .main section.location .catch--01::after, .main section.location .catch--02::after, .main section.location .list--02 .item .data::after, .main .footNote .note::after {
  margin-top: calc((1em - 1lh) / 2);
}

@media screen and (hover: hover) and (pointer: fine) {
  .main .topic .entry:hover, .main section.design .link:hover, .main .footNote .banner a:hover {
    opacity: 0.8;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .main .topic .entry, .main section.design .link, .main .footNote .banner a {
    transition: opacity 0.4s;
  }
}

.gHeader {
  translate: 0 -100% 0;
}
@media (prefers-reduced-motion: no-preference) {
  .gHeader {
    transition: translate 1s;
  }
}
body.ready .gHeader {
  translate: 0 0 0;
}

.main .mvSwiper {
  height: 100vh;
  height: 100dvh;
  background: #052066;
  --swiper-pagination-color: #fff;
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-bullet-inactive-opacity: .35;
  --swiper-pagination-bullet-size: .08rem;
  --swiper-pagination-bullet-vertical-gap: .07rem;
  --swiper-pagination-right: .2rem;
}
@media screen and (max-width: 768px) {
  .main .mvSwiper {
    --swiper-pagination-bullet-size: .14rem;
    --swiper-pagination-bullet-vertical-gap: .12rem;
    --swiper-pagination-right: .24rem;
  }
}
.main .mvSwiper .swiper-pagination-bullet {
  box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.6);
}
@media (prefers-reduced-motion: no-preference) {
  .main .mvSwiper .swiper-pagination-bullet {
    transition: opacity 0.4s;
  }
}
.main .mvSwiper .swiper-slide {
  height: 100vh;
  height: 100dvh;
}
.main .mvSwiper .blockEnd {
  overflow-y: auto;
  background: #fff;
  overscroll-behavior: contain;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.main .mvSwiper .blockEnd::-webkit-scrollbar {
  display: none;
}
.main .mvSwiper .blockEnd.is-locked {
  overflow-y: hidden;
}
.main .mvSwiper .scene {
  display: grid;
}
.main .mvSwiper .scene .image {
  grid-area: 1/1;
  height: 100%;
}
.main .mvSwiper .scene .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main .mvSwiper .scene .text {
  grid-area: 1/1;
  position: relative;
  z-index: 1;
}
.main .mvSwiper .scene .text img {
  display: block;
}
.main .mvSwiper .scene--02 .text {
  padding: 10vh 0 0;
  padding: 10dvh 0 0;
}
@media screen and (max-width: 768px) {
  .main .mvSwiper .scene--02 .text {
    padding: 21vh 0 0;
    padding: 21dvh 0 0;
  }
}
.main .mvSwiper .scene--02 .text img {
  width: 35.9375%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .main .mvSwiper .scene--02 .text img {
    width: 5.75rem;
  }
}
.main .mvSwiper .scene--01 .text {
  display: grid;
  place-items: center;
}
@media screen and (max-width: 768px) {
  .main .mvSwiper .scene--01 .text {
    padding: 18vh 0 0;
    padding: 18dvh 0 0;
    place-items: start center;
  }
}
.main .mvSwiper .scene--01 .text picture {
  display: block;
  width: 42%;
}
@media screen and (max-width: 768px) {
  .main .mvSwiper .scene--01 .text picture {
    width: 5rem;
  }
}
.main .mvSwiper .scene--01 .text img {
  width: 100%;
}
.main .mvSwiper .scene {
  opacity: 0;
}
@media (prefers-reduced-motion: no-preference) {
  .main .mvSwiper .scene {
    transition: opacity 2s;
  }
}
body.mvImagesLoaded .main .mvSwiper .scene {
  opacity: 1;
}
.main .mainVisual .hero {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr 63.4375%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .main .mainVisual .hero {
    grid-template-columns: auto;
  }
}
.main .mainVisual .hero .image {
  grid-row: 1/2;
  grid-column: 2/3;
}
@media screen and (max-width: 768px) {
  .main .mainVisual .hero .image {
    grid-column: 1/2;
  }
}
.main .mainVisual .hero .image img {
  width: 100%;
}
.main .mainVisual .hero .text {
  grid-row: 1/2;
  grid-column: 1/2;
  padding: 59.8290598291% 0 0;
  background: url(../images/top/bg-mv.webp) center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .main .mainVisual .hero .text {
    padding: 2.6rem 0 0;
    position: relative;
    background: none;
  }
}
.main .mainVisual .hero .text img {
  display: block;
  width: 70.4273504274%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .main .mainVisual .hero .text img {
    width: 6.4rem;
  }
}
.main .obi {
  background: url(../images/top/bg-obi.webp) center/cover no-repeat;
}
@media screen and (max-width: 1600px) and (min-width: 769px) {
  .main .obi {
    background-size: 16rem auto;
  }
}
@media screen and (max-width: 768px) {
  .main .obi {
    background: none;
  }
}
.main .obi .primary,
.main .obi .secondary {
  display: grid;
  place-items: center;
}
.main .obi .primary picture,
.main .obi .secondary picture {
  width: 100%;
  max-width: 12rem;
}
.main .obi .primary {
  height: 2.4rem;
  background: rgba(255, 255, 255, 0.55);
}
@media screen and (max-width: 768px) {
  .main .obi .primary {
    height: 2.8rem;
    background: #052066;
  }
  .main .obi .primary picture {
    width: 6.8rem;
  }
}
.main .obi .secondary {
  height: 4.25rem;
  background: rgba(5, 32, 102, 0.78);
}
@media screen and (max-width: 768px) {
  .main .obi .secondary {
    height: 6.95rem;
    background: url(../images/top/bg-obi_sp.webp) center/cover no-repeat;
  }
  .main .obi .secondary picture {
    width: 6.9rem;
  }
}
.main .topic {
  padding: 0.65rem 0 0.75rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main .topic {
    padding: 0.6rem 0;
  }
  .main .topic .wrap {
    padding: 0 0.24rem;
  }
}
.main .topic .title {
  font-size: 0.42rem;
  letter-spacing: 0.15em;
  line-height: 1;
}
.main .topic .entry {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  width: 10rem;
  height: 0.9rem;
  margin: 0.4rem auto 0;
  background: linear-gradient(90deg, #837a3a 10%, #a39c6d 40%, #837a3a 70%, #655a0a);
  color: #fff;
  font-size: 0.36rem;
}
@media screen and (max-width: 768px) {
  .main .topic .entry {
    width: auto;
  }
}
.main .topic .entry::after {
  content: "";
  display: block;
  width: 0.36rem;
  aspect-ratio: 1;
  background: url(../images/arw01.svg) center/contain no-repeat;
}
.main .topic .catch {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 10rem;
  margin: 0 auto;
  padding: 0.5rem 0 0.3rem;
  border-bottom: 0.01rem solid currentColor;
  font-size: 0.29rem;
}
@media screen and (max-width: 768px) {
  .main .topic .catch {
    width: auto;
    min-width: 0;
    padding: 0.45rem 0 0.2rem;
    font-size: 0.29rem;
    line-height: 0.38rem;
  }
}
.main .topic .text {
  padding: 0.3rem 0 0;
  font-size: 0.24rem;
  line-height: 0.38rem;
}
@media screen and (max-width: 768px) {
  .main .topic .text {
    padding: 0.25rem 0 0;
    font-size: 0.24rem;
    line-height: 0.4rem;
  }
}
.main section.concept {
  padding: 1rem 0 2.1rem;
  background-image: url(../images/top/bg-concept01.webp), url(../images/top/bg-concept02.webp);
  background-position: 50% 0, calc(50% + 6.175rem - 8rem) calc(100% - 1.05rem);
  background-size: 100% auto, 12.35rem auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1600px) and (min-width: 769px) {
  .main section.concept {
    background-size: 16rem auto, 12.35rem auto;
  }
}
@media screen and (max-width: 768px) {
  .main section.concept {
    padding: 0.55rem 0 1.35rem;
    background-image: url(../images/top/bg-concept01_sp.webp), url(../images/top/bg-concept02_sp.webp);
    background-position: 50% 0, 0 calc(100% - 0.87rem);
    background-size: 100% auto, 6.66rem auto;
  }
  .main section.concept .wrap {
    padding: 0;
  }
}
.main section.concept .catch,
.main section.concept .text {
  text-align: center;
}
.main section.concept .catch {
  padding: 0.95rem 0 0;
  font-size: 0.45rem;
  line-height: 0.62rem;
}
@media screen and (max-width: 768px) {
  .main section.concept .catch {
    padding: 0.5rem 0 0;
    font-size: 0.35rem;
    line-height: 0.46rem;
  }
}
.main section.concept .catch .num {
  font-family: "EB Garamond", serif;
  font-size: 1.8em;
}
.main section.concept .catch sup {
  display: inline-block;
  position: relative;
  font-size: 0.13rem;
  top: -0.25rem;
}
.main section.concept .image--01 {
  max-width: 10rem;
  margin: 0.7rem auto 0;
}
@media screen and (max-width: 768px) {
  .main section.concept .image--01 {
    width: 6.5rem;
    margin: 0.65rem auto 0;
  }
}
.main section.concept .image--02 {
  display: flex;
  justify-content: space-between;
  max-width: 12.8rem;
  margin: 0.9rem auto 0;
}
@media screen and (max-width: 768px) {
  .main section.concept .image--02 {
    justify-content: center;
    gap: 0.2rem;
    margin: 0.7rem 0 0;
  }
}
.main section.concept .image--02 .image {
  width: 6.13rem;
}
@media screen and (max-width: 768px) {
  .main section.concept .image--02 .image {
    width: 3.35rem;
  }
}
.main section.concept .image--02 .image:last-child {
  margin: 1.85rem 0 0;
}
@media screen and (max-width: 768px) {
  .main section.concept .image--02 .image:last-child {
    margin: 0;
  }
}
.main section.concept .image--02 .image:last-child div {
  position: relative;
}
.main section.concept .text {
  padding: 0.8rem 0 0;
  font-size: 0.24rem;
  line-height: 0.5rem;
}
@media screen and (max-width: 768px) {
  .main section.concept .text {
    padding: 0.6rem 0 0;
    font-size: 0.24rem;
    line-height: 0.43rem;
  }
}
.main section.design {
  padding: 1.4rem 0 1.2rem;
  position: relative;
  background: url(../images/top/bg-design.webp) 50% 0/100% auto no-repeat;
  color: #fff;
}
@media screen and (max-width: 1600px) and (min-width: 769px) {
  .main section.design {
    background-size: 16rem auto;
  }
}
@media screen and (max-width: 768px) {
  .main section.design {
    padding: 0.8rem 0 0.6rem;
    background-color: #3c5188;
    background-image: url(../images/top/bg-design_sp.webp);
  }
}
.main section.design::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: rgba(5, 32, 102, 0.78);
  mix-blend-mode: multiply;
}
@media screen and (max-width: 768px) {
  .main section.design::before {
    content: none;
  }
}
.main section.design .wrap {
  max-width: 12rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .main section.design .wrap {
    padding: 0 0.3rem;
  }
}
.main section.design .catch {
  padding: 0.55rem 0 0;
  font-size: 0.26rem;
  line-height: 0.46rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main section.design .catch {
    padding: 0.4rem 0 0;
  }
}
.main section.design .item--01 {
  margin: 0.8rem 0 0;
}
@media screen and (max-width: 768px) {
  .main section.design .item--01 {
    margin: 0.5rem 0 0;
  }
}
.main section.design .item--01 .name {
  padding: 0.18rem 0 0;
  font-size: 0.36rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .main section.design .item--01 .name {
    font-size: 0.31rem;
  }
}
.main section.design .item--01 .name .num {
  font-family: "EB Garamond", serif;
  font-size: 1.8em;
}
.main section.design .itemList {
  display: flex;
  justify-content: space-between;
  margin: 0.75rem 0 0;
}
@media screen and (max-width: 768px) {
  .main section.design .itemList {
    margin: 0.4rem 0 0;
  }
}
.main section.design .itemList .item {
  width: 3.65rem;
}
@media screen and (max-width: 768px) {
  .main section.design .itemList .item {
    width: 2.2rem;
  }
}
.main section.design .itemList .item .image figcaption {
  color: #000;
}
.main section.design .itemList .item .name {
  padding: 0.2rem 0 0;
  font-size: 0.26rem;
}
@media screen and (max-width: 768px) {
  .main section.design .itemList .item .name {
    padding: 0.1rem 0 0;
    font-size: 0.22rem;
    line-height: 0.27rem;
  }
}
.main section.design .link {
  display: grid;
  place-items: center;
  max-width: 8rem;
  height: 0.9rem;
  margin: 1.2rem auto 0;
  background-image: url(../images/arw02.svg), linear-gradient(90deg, #58abc0, #007f9f 20%, #00276a);
  background-position: calc(100% - 0.2rem) 50%, 0 0;
  background-size: 0.1rem auto, cover;
  background-repeat: no-repeat;
  font-size: 0.35rem;
  box-shadow: inset 0 0 0 0.01rem currentColor;
}
@media screen and (max-width: 768px) {
  .main section.design .link {
    width: 6rem;
    height: 0.85rem;
    margin: 0.75rem auto 0;
  }
}
.main section.access {
  padding: 1.05rem 0 0;
}
@media screen and (max-width: 768px) {
  .main section.access {
    padding: 0.9rem 0 0;
  }
}
.main section.access .wrap {
  max-width: 10rem;
}
@media screen and (max-width: 768px) {
  .main section.access .wrap {
    padding: 0 0.3rem;
  }
}
.main section.access .title {
  color: #052066;
}
.main section.access .catch {
  padding: 0.7rem 0 0;
  font-size: 0.26rem;
  line-height: 0.45rem;
  text-align: center;
}
.main section.access .catch .num {
  font-family: "EB Garamond", serif;
  font-size: 1.8em;
}
.main section.access .map {
  margin: 0.5rem 0 0;
}
@media screen and (max-width: 768px) {
  .main section.access .map {
    margin: 0.4rem -0.1rem 0;
  }
}
.main section.access .station .title {
  padding: 0 0 0 0.4rem;
  background: 0 0/0.36rem no-repeat;
  color: inherit;
  font-size: 0.26rem;
  line-height: 0.36rem;
}
.main section.access .station .item .text {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: auto 1fr;
  margin: 0.14rem 0 0;
}
.main section.access .station .item .text .name,
.main section.access .station .item .text .time {
  grid-row: 1/2;
  align-self: baseline;
  font-size: 0.26rem;
  line-height: 1;
}
.main section.access .station .item .text .name .small,
.main section.access .station .item .text .time .small {
  font-size: 0.7em;
}
.main section.access .station .item .text .name {
  grid-column: 1/2;
}
.main section.access .station .item .text .time {
  grid-column: 2/3;
  justify-self: end;
}
.main section.access .station .item .text .time .num {
  color: #a00000;
  font-size: 1.3em;
}
.main section.access .station .item .text .time .small:last-of-type {
  font-size: 0.9em;
}
.main section.access .station .item .text .detail {
  grid-row: 2/3;
  grid-column: 1/3;
  margin: 0.06rem 0 0;
  border-top: 0.01rem solid currentColor;
  padding: 0.1rem 0 0;
  font-size: 0.18rem;
  line-height: 0.25rem;
}
.main section.access .station .itemList {
  display: flex;
  justify-content: space-between;
}
.main section.access .station .itemList .item {
  width: 4.6rem;
}
@media screen and (max-width: 768px) {
  .main section.access .station .itemList .item {
    width: 3rem;
  }
}
.main section.access .station.fukutoshin {
  margin: 0.7rem 0 0;
}
@media screen and (max-width: 768px) {
  .main section.access .station.fukutoshin {
    margin: 0.65rem 0 0;
  }
}
.main section.access .station.fukutoshin .title {
  background-image: url(../images/top/ico-tmf.svg);
}
.main section.access .station.fukutoshin .item--01 {
  margin: 0.2rem 0 0;
}
@media screen and (max-width: 768px) {
  .main section.access .station.fukutoshin .item--01 {
    margin: 0.15rem 0 0;
  }
}
.main section.access .station.fukutoshin .itemList {
  margin: 0.4rem 0 0;
}
@media screen and (max-width: 768px) {
  .main section.access .station.fukutoshin .itemList {
    margin: 0.25rem 0 0;
  }
}
.main section.access .station.yurakucho {
  margin: 0.5rem 0 0;
}
@media screen and (max-width: 768px) {
  .main section.access .station.yurakucho {
    margin: 0.4rem 0 0;
  }
}
.main section.access .station.yurakucho .title {
  background-image: url(../images/top/ico-tmy.svg);
}
.main section.access .station.yurakucho .itemList {
  margin: 0.2rem 0 0;
}
.main section.access .note {
  padding: 0.4rem 0 0;
  font-size: 0.1rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .main section.access .note {
    padding: 0.55rem 0 0;
    font-size: 0.16rem;
    line-height: 0.22rem;
  }
}
.main section.access .bigTerminal {
  margin: 0.9rem 0 0;
  padding: 0.7rem 0;
  background: #e1e4ed;
}
@media screen and (max-width: 768px) {
  .main section.access .bigTerminal {
    margin: 0.65rem 0 0;
    padding: 0.4rem 0;
  }
}
.main section.access .bigTerminal .title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.33rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .main section.access .bigTerminal .title {
    font-size: 0.27rem;
  }
}
.main section.access .bigTerminal .title .num {
  font-size: 1.5em;
}
.main section.access .bigTerminal .figure {
  width: 7.63rem;
  margin: 0.25rem auto 0;
}
@media screen and (max-width: 768px) {
  .main section.access .bigTerminal .figure {
    width: 100%;
  }
}
.main section.location {
  padding: 1.1rem 0 0.7rem;
}
@media screen and (max-width: 768px) {
  .main section.location {
    padding: 0.65rem 0 0.25rem;
  }
  .main section.location .wrap {
    padding: 0 0.5rem;
  }
}
.main section.location .catch--01 {
  padding: 1rem 0 0;
  font-size: 0.24rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main section.location .catch--01 {
    padding: 0.65rem 0 0;
    font-size: 0.26rem;
    line-height: 0.4rem;
  }
}
.main section.location .image--01 {
  max-width: 10rem;
  margin: 0.3rem auto 0;
}
@media screen and (max-width: 768px) {
  .main section.location .image--01 {
    margin: 0.25rem 0 0;
  }
}
.main section.location .list--01 {
  display: flex;
  justify-content: space-between;
  margin: 0.4rem 0 0;
}
@media screen and (max-width: 768px) {
  .main section.location .list--01 {
    flex-wrap: wrap;
    gap: 0.25rem 0;
    margin: 0.45rem 0 0;
  }
}
.main section.location .list--01 .item {
  width: 3rem;
}
.main section.location .list--01 .item .name {
  padding: 0 0.1rem;
  color: #fff;
  font-size: 0.22rem;
  line-height: 0.35rem;
}
@media screen and (max-width: 768px) {
  .main section.location .list--01 .item .name {
    font-size: 0.24rem;
    line-height: 0.4rem;
  }
}
.main section.location .list--01 .item .image {
  margin: 0.1 rem 0 0;
}
@media screen and (max-width: 768px) {
  .main section.location .list--01 .item .image {
    margin: 0.15rem 0 0;
  }
}
.main section.location .list--01 .item .data {
  margin: 0.18rem 0 0;
}
.main section.location .list--01 .item .data dt,
.main section.location .list--01 .item .data dd {
  padding-left: 0.2rem;
}
.main section.location .list--01 .item .data dt {
  position: relative;
  font-size: 0.2rem;
  line-height: 0.25rem;
}
.main section.location .list--01 .item .data dt::before {
  content: "";
  display: block;
  width: 0.11rem;
  aspect-ratio: 1;
  position: absolute;
  top: 0.07rem;
  left: 0;
  background: #8c8c8c;
  border-radius: 50%;
}
.main section.location .list--01 .item .data dd {
  font-size: 0.14rem;
  line-height: 0.22rem;
}
.main section.location .list--01 .item--01 .name {
  background: #5b7aa8;
}
.main section.location .list--01 .item--02 .name {
  background: #a28488;
}
.main section.location .list--01 .item--03 .name {
  background: #51785c;
}
.main section.location .list--01 .item--04 .name {
  background: #949063;
}
.main section.location .catch--02 {
  padding: 1.45rem 0 0;
  font-size: 0.24rem;
  line-height: 0.38rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main section.location .catch--02 {
    padding: 0.85rem 0 0;
    font-size: 0.26rem;
    line-height: 0.4rem;
  }
}
.main section.location .catch--02 .num {
  font-family: "EB Garamond", serif;
  font-size: 1.8em;
}
.main section.location .list--02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.4rem 0.8rem;
  margin: 0.5rem 0 0;
}
@media screen and (max-width: 768px) {
  .main section.location .list--02 {
    justify-content: space-between;
    gap: 0.2rem 0;
    margin: 0.3rem 0 0;
  }
}
.main section.location .list--02 .item {
  width: 4.6rem;
}
@media screen and (max-width: 768px) {
  .main section.location .list--02 .item {
    width: 3rem;
  }
}
.main section.location .list--02 .item .name {
  padding: 0.1rem 0 0;
  font-size: 0.2rem;
  line-height: 1;
}
.main section.location .list--02 .item .data {
  padding: 0.1rem 0 0;
  font-size: 0.14rem;
  line-height: 0.19rem;
}
@media screen and (max-width: 768px) {
  .main section.location .list--02 .item .data {
    font-size: 0.18rem;
  }
}
.main section.location .list--02 .item .data li::before {
  content: "□";
}
.main section.info {
  padding: 1.1rem 0 0.05rem;
}
@media screen and (max-width: 768px) {
  .main section.info {
    padding: 0.65rem 0 0.3rem;
  }
  .main section.info .wrap {
    padding: 0 0.25rem;
  }
}
.main section.info .wrap {
  max-width: 12rem;
}
.main section.info .title {
  color: #052066;
  text-align: center;
}
.main section.info .body {
  margin: 0.4rem 0 0;
  border-top: 0.01rem solid #808080;
  border-bottom: 0.01rem solid #808080;
}
@media screen and (max-width: 768px) {
  .main section.info .body {
    margin: 0.2rem 0 0;
  }
}
.main section.info .body dd dl {
  display: grid;
  grid-template-columns: 2.04rem 1fr;
  padding: 0.65rem 0 0.65rem 1rem;
}
@media screen and (max-width: 768px) {
  .main section.info .body dd dl {
    grid-template-columns: 1.4rem 1fr;
    padding: 0.42rem 0 0.42rem 0.35rem;
  }
}
.main section.map {
  padding: 1.1rem 0 0;
}
@media screen and (max-width: 768px) {
  .main section.map {
    padding: 0.65rem 0 0;
  }
  .main section.map .wrap {
    padding: 0 0.25rem;
  }
}
.main section.map .title {
  text-align: center;
}
.main section.map .map {
  width: 7.98rem;
  margin: 0.65rem auto 0;
}
@media screen and (max-width: 768px) {
  .main section.map .map {
    width: auto;
    margin: 0.35rem 0 0;
  }
}
.main .footNote {
  padding: 1.3rem 0 0.9rem;
}
@media screen and (max-width: 768px) {
  .main .footNote {
    padding: 0.9rem 0 0.75rem;
  }
}
.main .footNote .wrap {
  max-width: 10rem;
}
@media screen and (max-width: 768px) {
  .main .footNote .wrap {
    padding: 0 0.5rem;
  }
}
.main .footNote .eco {
  width: 5rem;
  margin: 0 auto;
}
.main .footNote .eco .note {
  padding: 0.2rem 0 0;
  font-size: 0.12rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .main .footNote .eco .note {
    padding: 0.15rem 0 0;
    font-size: 0.16rem;
    line-height: 0.22rem;
  }
}
.main .footNote .note {
  padding: 1.05rem 0 0;
  font-size: 0.1rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .main .footNote .note {
    padding: 0.7rem 0 0;
    font-size: 0.16rem;
    line-height: 0.22rem;
  }
}
.main .footNote .banner {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
  margin: 0.3rem 0 0;
}
@media screen and (max-width: 768px) {
  .main .footNote .banner {
    flex-direction: column;
    align-items: center;
    margin: 0.8rem 0 0;
  }
}
.main .footNote .banner a {
  display: block;
  width: calc(50% - 0.15rem);
}
@media screen and (max-width: 768px) {
  .main .footNote .banner a {
    width: 5.5rem;
  }
}
.main .footNote .banner a:first-child {
  width: 100%;
}

@media (prefers-reduced-motion: reduce) {
  .gHeader {
    transition: translate 1s !important;
  }
  .main .mvSwiper .swiper-wrapper {
    transition-duration: 1s !important;
  }
  .main .mvSwiper .scene {
    transition: opacity 2s !important;
  }
  .main .mvSwiper .swiper-pagination-bullet {
    transition: opacity 0.4s !important;
  }
}
/*# sourceMappingURL=top.css.map */