/* --------------------------------------------------
top
-------------------------------------------------- */
#top {
  overflow: hidden;
}
#top h2.top-title {
  font-size: 30px;
  color: var(--color-green);
  text-align: center;
}
@media screen and (width <= 768px) {
  #top h2.top-title {
    font-size: 25px;
  }
}
#top h2.top-title span.sub-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 26px;
  font-weight: black;
}
@media screen and (width <= 768px) {
  #top h2.top-title span.sub-title {
    font-size: 18px;
  }
}
#top section#main-visual {
  position: relative;
}
#top section#main-visual .title h2 {
  position: absolute;
  top: 40%;
  left: 50%;
  z-index: 2;
  font-family: Lexend, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  color: var(--color-white);
  text-align: center;
  transform: translate(-50%, -50%);
}
@media screen and (width <= 768px) {
  #top section#main-visual .title h2 {
    top: 30%;
    font-size: 50px;
  }
}
#top section#main-visual .information {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 3;
  display: flex;
  gap: 2px;
}
@media screen and (width <= 1160px) {
  #top section#main-visual .information {
    left: 5%;
    flex-direction: column;
    justify-content: stretch;
    max-width: 335px;
  }
}
@media screen and (width <= 768px) {
  #top section#main-visual .information {
    bottom: 120px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (width <= 480px) {
  #top section#main-visual .information {
    max-width: 100%;
    padding: 0 5%;
  }
}
#top section#main-visual .information .top-wrapper {
  display: flex;
  gap: 2px;
  width: 100%;
}
#top section#main-visual .information .top-wrapper .date-block {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 134px;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 14px 0 0 14px;
}
@media screen and (width <= 1160px) {
  #top section#main-visual .information .top-wrapper .date-block {
    width: 110px;
    height: 110px;
    padding: 10px;
    border-radius: 7px 0 0 7px;
  }
}
@media screen and (width <= 480px) {
  #top section#main-visual .information .top-wrapper .date-block {
    gap: 0;
    width: 30%;
  }
}
#top section#main-visual .information .top-wrapper .date-block h3.day {
  font-size: 28px;
  color: var(--color-white);
}
@media screen and (width <= 1160px) {
  #top section#main-visual .information .top-wrapper .date-block h3.day {
    font-size: 20px;
  }
}
#top section#main-visual .information .top-wrapper .date-block p.week {
  font-size: 16px;
  font-weight: 700;
  color: var(--color-white);
}
#top section#main-visual .information .top-wrapper .date-block p.update {
  font-size: 10px;
  color: var(--color-white);
  text-align: center;
  letter-spacing: 0;
}
#top section#main-visual .information .top-wrapper .course-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  width: 330px;
  height: 134px;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.7);
}
@media screen and (width <= 1160px) {
  #top section#main-visual .information .top-wrapper .course-block {
    height: 110px;
    padding: 10px 20px;
    border-radius: 0 7px 7px 0;
  }
}
#top section#main-visual .information .top-wrapper .course-block .top-wrapper {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media screen and (width <= 1160px) {
  #top section#main-visual .information .top-wrapper .course-block .top-wrapper {
    gap: 10px;
  }
}
#top section#main-visual .information .top-wrapper .course-block .top-wrapper p.weather-read {
  font-weight: 600;
  color: var(--color-white);
  text-align: center;
}
@media screen and (width <= 1160px) {
  #top section#main-visual .information .top-wrapper .course-block .top-wrapper p.weather-read {
    font-size: 8px;
  }
}
#top section#main-visual .information .top-wrapper .course-block .top-wrapper p.read {
  font-weight: 600;
  color: var(--color-white);
  text-align: center;
  white-space: nowrap;
}
@media screen and (width <= 1160px) {
  #top section#main-visual .information .top-wrapper .course-block .top-wrapper p.read {
    font-size: 8px;
  }
}
#top section#main-visual .information .top-wrapper .course-block .top-wrapper p.parameter {
  font-size: 30px;
  font-weight: 700;
  color: var(--color-white);
}
@media screen and (width <= 1160px) {
  #top section#main-visual .information .top-wrapper .course-block .top-wrapper p.parameter {
    font-size: 20px;
  }
}
#top section#main-visual .information .top-wrapper .course-block .top-wrapper p.parameter span {
  font-size: 10px;
}
#top section#main-visual .information .top-wrapper .course-block .top-wrapper .wether {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
}
#top section#main-visual .information .top-wrapper .course-block .top-wrapper .wether img {
  width: 55px;
  height: 37px;
  object-fit: contain;
}
@media screen and (width <= 1160px) {
  #top section#main-visual .information .top-wrapper .course-block .top-wrapper .wether img {
    width: 35px;
    height: 22px;
  }
}
#top section#main-visual .information .top-wrapper .course-block .top-wrapper .situation {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  justify-content: space-between;
}
#top section#main-visual .information .top-wrapper .course-block .top-wrapper .situation .situation-item {
  display: flex;
  gap: 5px;
  align-items: center;
  width: 45%;
}
@media screen and (width <= 1160px) {
  #top section#main-visual .information .top-wrapper .course-block .top-wrapper .situation .situation-item {
    min-width: initial;
    max-width: 50%;
  }
}
#top section#main-visual .information .top-wrapper .course-block .top-wrapper .situation .situation-item p {
  line-height: 1;
}
#top section#main-visual .information .top-wrapper .course-block .top-wrapper .situation .situation-item .snow-parameter {
  display: flex;
  gap: 5px;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  color: var(--color-white);
  white-space: nowrap;
}
@media screen and (width <= 1160px) {
  #top section#main-visual .information .top-wrapper .course-block .top-wrapper .situation .situation-item .snow-parameter {
    font-size: 14px;
  }
}
#top section#main-visual .information .top-wrapper .course-block .top-wrapper .situation .situation-item .snow-quality {
  display: inline-block;
  width: 20px;
}
@media screen and (width <= 1160px) {
  #top section#main-visual .information .top-wrapper .course-block .top-wrapper .situation .situation-item .snow-quality {
    width: 15px;
  }
}
#top section#main-visual .information .top-wrapper .course-block .bottom-wrapper .btn-opacity a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 22px;
  background-color: var(--color-light-green);
}
#top section#main-visual .information .top-wrapper .course-block .bottom-wrapper .btn-opacity a::after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 16px;
  height: 16px;
  content: "";
  background-image: url("../img/common/icon_arrow_green.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
}
#top section#main-visual .information .top-wrapper .course-block .bottom-wrapper .btn-opacity a p {
  display: block;
  font-size: 10px;
  font-weight: 600;
  color: var(--color-white);
}
#top section#main-visual .information .bottom-wrapper {
  display: flex;
  gap: 2px;
}
#top section#main-visual .information .bottom-wrapper .lift-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 134px;
  background-color: rgba(0, 0, 0, 0.7);
}
@media screen and (width <= 1160px) {
  #top section#main-visual .information .bottom-wrapper .lift-block {
    width: 170px;
    height: 130px;
    border-radius: 7px 0 0 7px;
  }
}
#top section#main-visual .information .bottom-wrapper .lift-block .title {
  display: flex;
  gap: 5px;
  align-items: center;
}
#top section#main-visual .information .bottom-wrapper .lift-block .title p.read {
  font-weight: 600;
  color: var(--color-white);
  white-space: nowrap;
}
@media screen and (width <= 1160px) {
  #top section#main-visual .information .bottom-wrapper .lift-block .title p.read {
    font-size: 10px;
  }
}
#top section#main-visual .information .bottom-wrapper .lift-block .title .icon {
  width: 20px;
}
#top section#main-visual .information .bottom-wrapper .lift-block ul {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
#top section#main-visual .information .bottom-wrapper .lift-block ul li {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  width: 100%;
}
#top section#main-visual .information .bottom-wrapper .lift-block ul li p {
  font-weight: 600;
  color: var(--color-white);
}
#top section#main-visual .information .bottom-wrapper .parking-block {
  display: flex;
  flex-direction: column;
  width: 115px;
  height: 134px;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.7);
}
@media screen and (width <= 1160px) {
  #top section#main-visual .information .bottom-wrapper .parking-block {
    width: 130px;
    height: 130px;
    padding: 5px 10px;
  }
}
#top section#main-visual .information .bottom-wrapper .parking-block .title p.read {
  font-weight: 600;
  color: var(--color-white);
}
#top section#main-visual .information .bottom-wrapper .parking-block ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media screen and (width <= 1160px) {
  #top section#main-visual .information .bottom-wrapper .parking-block ul {
    margin: 5px 0 0;
  }
}
#top section#main-visual .information .bottom-wrapper .parking-block ul li {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: space-between;
}
#top section#main-visual .information .bottom-wrapper .parking-block ul li p {
  font-weight: 600;
  color: var(--color-white);
  white-space: nowrap;
}
#top section#main-visual .information .bottom-wrapper .parking-block ul li img {
  width: 60px;
}
@media screen and (width <= 1160px) {
  #top section#main-visual .information .bottom-wrapper .parking-block ul li img {
    width: 50px;
  }
}
#top section#main-visual .information .bottom-wrapper .live-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 140px;
  height: 134px;
  padding: 12px 10px 10px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 0 14px 14px 0;
}
@media screen and (width <= 1160px) {
  #top section#main-visual .information .bottom-wrapper .live-block {
    width: 127px;
    height: 130px;
    padding: 5px 10px;
    border-radius: 0 7px 7px 0;
  }
}
#top section#main-visual .information .bottom-wrapper .live-block p.read {
  font-weight: 600;
  color: var(--color-white);
}
#top section#main-visual .information .bottom-wrapper .live-block a {
  filter: brightness(0);
  pointer-events: none;
}

#top section#main-visual .information .bottom-wrapper .live-block a img {
  height: 90px;
  border-radius: 7px;
  object-fit: cover;
}
#top section#main-visual .ticket-wrapper {
  position: fixed;
  right: 22px;
  bottom: 30px;
  z-index: 99;
  display: flex;
  flex-direction: column;
  gap: 13px;
  width: 188px;
}
@media screen and (width <= 768px) {
  #top section#main-visual .ticket-wrapper {
    bottom: 20px;
    left: 50%;
    flex-direction: row;
    gap: 10px;
    align-items: flex-end;
    width: 335px;
    transform: translateX(-50%);
  }
}
#top section#main-visual .ticket-wrapper a.web-ticket-btn {
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
}
@media screen and (width <= 768px) {
  #top section#main-visual .ticket-wrapper a.web-ticket-btn {
    display: flex;
    align-items: flex-end;
    width: 190px;
    height: 90px;
  }
}
#top section#main-visual .ticket-wrapper a.reserve-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  background-color: var(--color-white);
  border-radius: 14px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media screen and (width <= 768px) {
  #top section#main-visual .ticket-wrapper a.reserve-btn {
    width: 150px;
    height: 70px;
  }
}
#top section#main-visual .ticket-wrapper a.reserve-btn::after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 16px;
  height: 16px;
  content: "";
  background-image: url("../img/common/icon_arrow_green.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
}
#top section#main-visual .ticket-wrapper a.reserve-btn p {
  font-size: 10px;
  font-weight: 600;
  color: var(--color-black);
}
@media screen and (width <= 768px) {
  #top section#main-visual .ticket-wrapper a.reserve-btn p {
    margin: 0 10px 0 0;
  }
}
#top section#main-visual #main-visual-swiper {
  position: relative;
  height: calc(100vh - 80px);
  margin: 80px 0 0;
}
#top section#main-visual #main-visual-swiper::after {
  position: absolute;
  top: 40%;
  left: 50%;
  z-index: 1;
  display: block;
  width: 120%;
  height: 120%;
  content: "";
  background-image: url("../img/top/mv_cover_pc.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translate(-50%, -50%);
}
@media screen and (width <= 768px) {
  #top section#main-visual #main-visual-swiper::after {
    background-image: url("../img/top/mv_cover_sp.png");
  }
}
#top section#main-visual #main-visual-swiper #main-visual-swiper-pagination {
  top: 50%;
  right: initial;
  bottom: initial;
  left: 0;
  width: initial;
  transform: translateY(-50%) rotate(90deg);
}
@media screen and (width <= 768px) {
  #top section#main-visual #main-visual-swiper #main-visual-swiper-pagination {
    top: 30%;
    left: -30px;
  }
}
#top section#main-visual #main-visual-swiper #main-visual-swiper-pagination .swiper-pagination-bullet {
  margin: 10px;
  background: var(--color-white) !important;
  opacity: 1 !important;
}
#top section#main-visual #main-visual-swiper #main-visual-swiper-pagination .swiper-pagination-bullet-active {
  background: var(--color-green) !important;
}
#top section#main-visual #main-visual-swiper img {
  height: calc(100vh - 80px);
  object-fit: cover;
}
#top section#welcome {
  max-width: 1000px;
  margin: 20px auto 0;
}
@media screen and (width <= 768px) {
  #top section#welcome {
    padding: 0 5%;
  }
}
#top section#event-slider {
  padding: 0 0 50px;
  margin: 60px auto 0;
  overflow: hidden;
}
@media screen and (width <= 768px) {
  #top section#event-slider {
    padding: 0 5% 40px;
  }
}
#top section#event-slider #event-slider-swiper {
  margin: 35px 0 0;
  overflow: visible;
}
#top section#event-slider #event-slider-swiper #event-slider-swiper-pagination {
  bottom: -50px;
}
@media screen and (width <= 768px) {
  #top section#event-slider #event-slider-swiper #event-slider-swiper-pagination {
    bottom: -40px;
  }
}
#top section#event-slider #event-slider-swiper .swiper-pagination-bullet {
  margin: 0 10px;
}
#top section#event-slider #event-slider-swiper .swiper-pagination-bullet-active {
  background: var(--color-light-green);
}
#top section#news {
  padding: 50px 0;
  margin: 40px 0 0;
  background-color: var(--color-gray);
}
#top section#news .btn-swing {
  width: 190px;
  height: 65px;
  margin: 40px auto 0;
}
#top section#change {
  margin: 50px 50px 0;
}
@media screen and (width <= 768px) {
  #top section#change {
    margin: 50px 5% 0;
  }
}
#top section#change .change-wrapper {
  margin: 30px 0 0;
}
@media screen and (width <= 1100px) {
  #top section#change .change-wrapper {
    margin: 70px 0 0;
  }
}
#top section#change .change-wrapper .inner-1020 {
  position: relative;
  z-index: 1;
  background-color: var(--color-blue);
  border: 1px solid var(--color-black);
  border-radius: 18px;
}
#top section#change .change-wrapper .inner-1020::before {
  position: absolute;
  top: 20%;
  left: 55%;
  z-index: 1;
  width: 115%;
  height: 500px;
  content: "";
  background-image: url("../img/top/img_change_top_pc.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translate(-50%, -50%);
}
@media screen and (width <= 768px) {
  #top section#change .change-wrapper .inner-1020::before {
    top: 13%;
    left: 58%;
    width: 140%;
    background-image: url("../img/top/img_change_top_sp.png");
  }
}
#top section#change .change-wrapper .inner-1020::after {
  position: absolute;
  left: 48%;
  width: 110%;
  height: 500px;
  content: "";
  background-image: url("../img/top/img_change_bottom_pc.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translate(-50%, -50%);
}
@media screen and (width <= 768px) {
  #top section#change .change-wrapper .inner-1020::after {
    left: 55%;
    width: 100%;
    background-image: url("../img/top/img_change_bottom_sp.png");
  }
}
#top section#change .change-wrapper .inner-1020 h3.change-title {
  position: relative;
  z-index: 2;
  padding: 50px 0 0;
  font-size: 26px;
  text-align: center;
}
@media screen and (width <= 768px) {
  #top section#change .change-wrapper .inner-1020 h3.change-title {
    margin: 40px 0 0;
    font-size: 18px;
  }
}
#top section#change .change-wrapper .inner-1020 h3.change-title::before {
  position: absolute;
  top: -20px;
  right: 100px;
  width: 127px;
  height: 121px;
  content: "";
  background-image: url("../img/common/icon_project.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (width <= 1100px) {
  #top section#change .change-wrapper .inner-1020 h3.change-title::before {
    top: -60%;
    left: 50%;
    width: 100px;
    height: 100px;
    transform: translateX(-50%);
  }
}
#top section#change .change-wrapper .inner-1020 .btn-swing {
  position: absolute;
  bottom: -50px;
  left: 50%;
  z-index: 99;
  width: 190px;
  height: 65px;
  transform: translateX(-50%);
}
#top section#change .change-wrapper .inner-1020 .btn-swing:hover {
  transform: translate(-50%, 4px);
}
#top section#ski-area {
  margin: 140px 0 0;
  text-align: center;
}
#top section#ski-area h2.top-title {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media screen and (width <= 768px) {
  #top section#ski-area h2.top-title {
    font-size: 20px;
  }
}
#top section#ski-area h2.top-title span {
  width: 80px;
}
@media screen and (width <= 768px) {
  #top section#ski-area h2.top-title span {
    width: 60px;
  }
}
#top section#ski-area .ski-area-wrapper {
  margin: 30px 0 0;
  background-color: var(--color-light-blue);
}
#top section#ski-area .ski-area-wrapper .link-wrapper {
  position: relative;
  top: -50px;
  margin: 0 50px;
}
@media screen and (width <= 768px) {
  #top section#ski-area .ski-area-wrapper .link-wrapper {
    top: -20px;
    margin: 0 5%;
  }
}
#top section#ski-area .ski-area-wrapper .link-wrapper .inner-1020 {
  padding: 40px 50px;
  background-color: var(--color-blue);
  border: 1px solid var(--color-black);
}
@media screen and (width <= 768px) {
  #top section#ski-area .ski-area-wrapper .link-wrapper .inner-1020 {
    padding: 20px 5%;
  }
}
#top section#ski-area .ski-area-wrapper .link-wrapper .inner-1020 ul {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
@media screen and (width <= 1000px) {
  #top section#ski-area .ski-area-wrapper .link-wrapper .inner-1020 ul {
    flex-direction: column;
    align-items: center;
  }
}
#top section#ski-area .ski-area-wrapper .link-wrapper .inner-1020 ul li {
  width: 30%;
  min-width: 260px;
}
@media screen and (width <= 768px) {
  #top section#ski-area .ski-area-wrapper .link-wrapper .inner-1020 ul li {
    width: 100%;
  }
}
#top section#ski-area .ski-area-wrapper .link-wrapper .inner-1020 ul li a {
  position: relative;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  padding: 20px;
}
@media screen and (width <= 768px) {
  #top section#ski-area .ski-area-wrapper .link-wrapper .inner-1020 ul li a {
    padding: 10px 20px;
  }
}
#top section#ski-area .ski-area-wrapper .link-wrapper .inner-1020 ul li a::after {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 28px;
  height: 28px;
  content: "";
  background-image: url("../img/common/icon_arrow_green.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
}
@media screen and (width <= 768px) {
  #top section#ski-area .ski-area-wrapper .link-wrapper .inner-1020 ul li a::after {
    width: 20px;
    height: 20px;
  }
}
#top section#ski-area .ski-area-wrapper .link-wrapper .inner-1020 ul li a img {
  width: 20%;
}
@media screen and (width <= 768px) {
  #top section#ski-area .ski-area-wrapper .link-wrapper .inner-1020 ul li a img {
    width: 15%;
  }
}
#top section#ski-area .ski-area-wrapper .link-wrapper .inner-1020 ul li a p {
  margin: 0 0 0 20px;
  font-size: 14px;
  white-space: nowrap;
}
#top section#service {
  padding: 0 0 80px;
  background-color: var(--color-light-blue);
}
@media screen and (width <= 1000px) {
  #top section#service {
    padding: 0 0 40px;
  }
}
#top section#service ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  row-gap: 30px;
  justify-content: space-between;
  margin: 40px auto 0;
}
@media screen and (width <= 1000px) {
  #top section#service ul {
    row-gap: 15px;
    margin: 20px auto 0;
  }
}
#top section#service ul li {
  width: 30%;
}
@media screen and (width <= 1000px) {
  #top section#service ul li {
    width: 48%;
  }
}
#top section#service ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 20px;
  background-color: var(--color-blue);
}
@media screen and (width <= 1000px) {
  #top section#service ul li a {
    padding: 10px;
  }
}
#top section#service ul li a::after {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 28px;
  height: 28px;
  content: "";
  background-image: url("../img/common/icon_arrow_green.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 0.3s;
}
@media screen and (width <= 1000px) {
  #top section#service ul li a::after {
    right: 5px;
    bottom: 5px;
    width: 20px;
    height: 20px;
  }
}
#top section#service ul li a:hover {
  background-color: var(--color-green);
}
#top section#service ul li a:hover::after {
  background-image: url("../img/common/icon_arrow_blue.svg");
}
#top section#service ul li a:hover p {
  color: var(--color-white);
}
#top section#service ul li a img {
  width: 110px;
}
@media screen and (width <= 1000px) {
  #top section#service ul li a img {
    width: 60px;
  }
}
#top section#service ul li a p {
  width: 100%;
  text-align: center;
}
@media screen and (width <= 768px) {
  #top section#service ul li a p {
    font-size: 13px;
  }
}
#top section#movie {
  padding: 100px 0 0;
}
@media screen and (width <= 768px) {
  #top section#movie {
    padding: 40px 0 0;
  }
}
#top section#movie iframe {
  height: 475px;
  margin: 30px auto 0;
}
@media screen and (width <= 768px) {
  #top section#movie iframe {
    height: 200px;
  }
}
#top section#about-link {
  margin: 75px 0 0;
}
@media screen and (width <= 768px) {
  #top section#about-link {
    margin: 40px 0 0;
  }
}
#top section#about-link a img {
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
}
#top section#access {
  margin: 75px 0 0;
}
@media screen and (width <= 768px) {
  #top section#access {
    margin: 40px 0 0;
  }
}
#top section#access h2.top-title {
  margin: 0 0 30px;
}
#top section#access .map-wrapper {
  margin: 30px 0 0;
}
@media screen and (width <= 768px) {
  #top section#access .map-wrapper iframe {
    height: 200px;
  }
}
#top section#access .map-wrapper .link-wrapper {
  padding: 0 50px;
}
@media screen and (width <= 768px) {
  #top section#access .map-wrapper .link-wrapper {
    padding: 0 5%;
  }
}
#top section#access .map-wrapper .link-wrapper .inner-1020 {
  position: relative;
  top: -60px;
  padding: 40px 50px;
  background-color: var(--color-blue);
  border: 1px solid var(--color-black);
}
@media screen and (width <= 768px) {
  #top section#access .map-wrapper .link-wrapper .inner-1020 {
    top: -30px;
    padding: 20px 5%;
  }
}
#top section#access .map-wrapper .link-wrapper .inner-1020 ul {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
@media screen and (width <= 1000px) {
  #top section#access .map-wrapper .link-wrapper .inner-1020 ul {
    flex-direction: column;
    align-items: center;
  }
}
#top section#access .map-wrapper .link-wrapper .inner-1020 ul li {
  width: 30%;
  min-width: 260px;
}
@media screen and (width <= 768px) {
  #top section#access .map-wrapper .link-wrapper .inner-1020 ul li {
    width: 100%;
  }
}
#top section#access .map-wrapper .link-wrapper .inner-1020 ul li a {
  position: relative;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  padding: 20px;
}
@media screen and (width <= 768px) {
  #top section#access .map-wrapper .link-wrapper .inner-1020 ul li a {
    padding: 10px 20px;
  }
}
#top section#access .map-wrapper .link-wrapper .inner-1020 ul li a::after {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 28px;
  height: 28px;
  content: "";
  background-image: url("../img/common/icon_arrow_green.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
}
@media screen and (width <= 768px) {
  #top section#access .map-wrapper .link-wrapper .inner-1020 ul li a::after {
    width: 20px;
    height: 20px;
  }
}
#top section#access .map-wrapper .link-wrapper .inner-1020 ul li a img {
  width: 30%;
}
@media screen and (width <= 768px) {
  #top section#access .map-wrapper .link-wrapper .inner-1020 ul li a img {
    width: 15%;
  }
}
#top section#access .map-wrapper .link-wrapper .inner-1020 ul li a p {
  margin: 0 0 0 20px;
  font-size: 14px;
  white-space: nowrap;
}
