.articleList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 769px) {
  .articleList__item {
    width: 500px;
  }
}

@media (max-width: 768px) {
  .articleList__item + .articleList__item {
    margin-top: 35px;
  }
}

.articleLink {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 769px) {
  .articleLink:hover .generalBorder:after {
    max-width: 100%;
  }
  .articleLink:hover .articleLink__photo .photo__image {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@media (hover: hover) and (pointer: fine) {
  .articleLink:hover .generalBorder:after {
    max-width: 100%;
  }
  .articleLink:hover .articleLink__photo .photo__image {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.articleLink__photo {
  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 769px) {
  .articleLink__photo {
    margin-right: 30px;
    overflow: hidden;
    width: 100px;
  }
  .articleLink__photo .photo__image {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.3s cubic-bezier(0, 0.62, 0.33, 0.99);
    transition: 0.3s cubic-bezier(0, 0.62, 0.33, 0.99);
  }
}

@media (max-width: 768px) {
  .articleLink__photo {
    margin-right: 20px;
    width: 70px;
  }
}

.articleLink__detail {
  font-family:
    YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 300;
  position: relative;
}

@media screen and (min-width: 769px) {
  .articleLink__detail {
    font-size: 14px;
    line-height: calc(12 / 7);
    width: 370px;
  }
}

@media (max-width: 768px) {
  .articleLink__detail {
    font-size: 14px;
    letter-spacing: 0;
    line-height: calc(23 / 14);
    width: 200px;
  }
}

.articleLink__detail .data {
  color: #808080;
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.7;
}

@media screen and (min-width: 769px) {
  .articleLink__detail .data {
    font-size: 12px;
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .articleLink__detail .data {
    font-size: 12px;
    margin-top: 15px;
  }
}

.articleLink__arrow {
  bottom: 0;
  display: block;
  position: absolute;
  right: 0;
}

@media screen and (min-width: 769px) {
  .articleLink__arrow {
    height: 12px;
    width: 12px;
  }
}

@media (max-width: 768px) {
  .articleLink__arrow {
    height: 11.5px;
    width: 11px;
  }
}

.articleLink__arrow .svgArrow {
  stroke: #333333;
}

@media screen and (min-width: 769px) {
  .articleLink .generalBorder {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .articleLink .generalBorder {
    margin-bottom: 20px;
  }
}

.equipmentList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.equipmentList__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.08);
  color: #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family:
    YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  text-align: center;
  white-space: nowrap;
  line-height: 1.3;
}

.equipmentList__item:before {
  content: "";
  margin-top: calc((1 - 1.3) * 0.5em);
}

.equipmentList__item:after {
  margin-bottom: calc((1 - 1.3) * 0.5em);
}

.equipmentList__item:before,
.equipmentList__item:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 769px) {
  .equipmentList__item {
    font-size: 12px;
    padding: 25px 0;
    width: 224px;
  }
  .equipmentList__item:nth-child(n + 4) {
    margin-top: 4px;
  }
}

@media (max-width: 768px) {
  .equipmentList__item {
    font-size: 12px;
    height: 55px;
    width: 147px;
  }
  .equipmentList__item:nth-child(n + 3) {
    margin-top: 1px;
  }
}

.equipmentList__item.is-off {
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 0.2;
}

.informationBox {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.06);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.06);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 769px) {
  .informationBox {
    bottom: 15px;
    left: 10px;
    position: absolute;
    width: 360px;
    z-index: 1;
  }
}

.informationBox__ttl {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 0.7;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .informationBox__ttl {
    font-size: 10px;
    padding: 20px 0;
    width: 60px;
  }
}

@media (max-width: 768px) {
  .informationBox__ttl {
    font-size: 10px;
    padding: 20px 0;
    width: 60px;
  }
}

@media screen and (min-width: 769px) {
  .informationBox__item {
    width: 300px;
  }
}

@media (max-width: 768px) {
  .informationBox__item {
    width: 315px;
  }
}

.informationBox__item .linkBtn {
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
  border-radius: 0;
}

.mainVisual {
  opacity: 0;
  position: relative;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  width: 100%;
}

.mainVisual.is-loaded {
  opacity: 1;
}

@media screen and (min-width: 769px) {
  .mainVisual.is-loaded .mainVisual__pic {
    /* -webkit-transform: scale(1.03);
            transform: scale(1.03); */
  }
}

@media (max-width: 768px) {
  .mainVisual.is-loaded .mainVisual__pic {
    /* -webkit-transform: scale(1.02);
    transform: scale(1.02); */
  }
}

.mainVisual__inner {
  overflow: hidden;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .mainVisual__inner {
    height: auto;
  }
}

.mainVisual__pic {
  display: block;
  height: 100%;
  position: relative;
  -webkit-transition: -webkit-transform 5.2s cubic-bezier(0.32, 0.76, 0.51, 0.63);
  transition: -webkit-transform 5.2s cubic-bezier(0.32, 0.76, 0.51, 0.63);
  transition: transform 5.2s cubic-bezier(0.32, 0.76, 0.51, 0.63);
  transition:
    transform 5.2s cubic-bezier(0.32, 0.76, 0.51, 0.63),
    -webkit-transform 5.2s cubic-bezier(0.32, 0.76, 0.51, 0.63);
}

@media (max-width: 768px) {
  .mainVisual__pic {
    -webkit-transform-origin: top center;
    transform-origin: top center;
  }
}

.mainVisual__image {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.mapArea {
  position: relative;
}

@media screen and (min-width: 769px) {
  .mapArea {
    margin: 0 calc((100vw - 1040px) / -2);
  }
}

@media screen and (min-width: 769px) {
  .mapArea .flowIcon {
    height: 115px;
    left: calc(((100vw - 1040px) / 2) - 170px);
    top: -40px;
    width: 359px;
  }
}

@media (max-width: 768px) {
  .mapArea .flowIcon {
    right: 0;
    top: -50px;
  }
}

@media screen and (min-width: 769px) {
  .mapArea .caption {
    text-align: end;
  }
}

@media (max-width: 768px) {
  .mapArea .caption {
    margin-top: 40px;
  }
}

@media screen and (min-width: 769px) {
  .outlineArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (min-width: 769px) {
  .outlineArea__tab {
    width: 320px;
  }
}

@media screen and (min-width: 769px) {
  .outlineArea__tab .tabBtnList__item {
    width: 100%;
  }
  .outlineArea__tab .tabBtnList__item + .tabBtnList__item {
    margin-top: 45px;
  }
}

@media (max-width: 768px) {
  .outlineArea__tab .tabBtnList__item {
    width: 50%;
  }
}

@media screen and (min-width: 769px) {
  .outlineArea__item {
    min-height: 260px;
    width: 680px;
  }
}

@media (max-width: 768px) {
  .outlineArea__item {
    margin-top: 40px;
    min-height: 300px;
  }
}

.outlineItem {
  position: relative;
}

@media screen and (min-width: 769px) {
  .outlineItem {
    opacity: 0;
  }
  .outlineItem .outlineList,
  .outlineItem .equipmentList {
    max-height: 0;
    overflow: hidden;
  }
}

@media (max-width: 768px) {
  .outlineItem {
    max-height: 0;
    overflow: hidden;
  }
}

@media screen and (min-width: 769px) {
  .outlineItem.is-active {
    opacity: 1;
  }
  .outlineItem.is-active .outlineList,
  .outlineItem.is-active .equipmentList {
    max-height: 1400px;
  }
  .outlineItem.is-active .outlineList {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .outlineItem.is-active .equipmentList {
    -webkit-transition: 1s ease;
    transition: 1s ease;
  }
}

@media (max-width: 768px) {
  .outlineItem.is-active {
    max-height: 1700px;
    -webkit-transition: 1s ease;
    transition: 1s ease;
  }
}

@media screen and (min-width: 769px) {
  .outlineItem.is-active .toLowBtn {
    right: 0;
    top: -92px;
  }
}

@media (max-width: 768px) {
  .outlineItem.is-active .toLowBtn {
    margin-top: 40px;
  }
}

.outlineList__item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family:
    YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 300;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 769px) {
  .outlineList__item {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .outlineList__item {
    font-size: 12px;
  }
}

@media screen and (min-width: 769px) {
  .outlineList__item + .outlineList__item {
    margin-top: 2px;
  }
}

@media (max-width: 768px) {
  .outlineList__item + .outlineList__item {
    margin-top: 1px;
  }
}

.outlineList__item .ttl {
  background-color: rgba(255, 255, 255, 0.08);
  line-height: 1;
}

.outlineList__item .ttl:before {
  content: "";
  margin-top: calc((1 - 1) * 0.5em);
}

.outlineList__item .ttl:after {
  margin-bottom: calc((1 - 1) * 0.5em);
}

.outlineList__item .ttl:before,
.outlineList__item .ttl:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 769px) {
  .outlineList__item .ttl {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 0;
    text-align: center;
    width: 160px;
  }
}

@media (max-width: 768px) {
  .outlineList__item .ttl {
    padding: 10px;
    width: 93px;
  }
}

.outlineList__item .cont {
  background-color: rgba(255, 255, 255, 0.04);
  letter-spacing: 0.14em;
}

@media screen and (min-width: 769px) {
  .outlineList__item .cont {
    padding: 15px 20px;
    width: 518px;
    line-height: 1.66667;
  }
  .outlineList__item .cont:before {
    content: "";
    margin-top: calc((1 - 1.66667) * 0.5em);
  }
  .outlineList__item .cont:after {
    margin-bottom: calc((1 - 1.66667) * 0.5em);
  }
  .outlineList__item .cont:before,
  .outlineList__item .cont:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}

@media (max-width: 768px) {
  .outlineList__item .cont {
    padding: 10px 15px 10px 10px;
    width: 200px;
    line-height: 1.66667;
  }
  .outlineList__item .cont:before {
    content: "";
    margin-top: calc((1 - 1.66667) * 0.5em);
  }
  .outlineList__item .cont:after {
    margin-bottom: calc((1 - 1.66667) * 0.5em);
  }
  .outlineList__item .cont:before,
  .outlineList__item .cont:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}

.pointSlider {
  position: relative;
}

@media screen and (min-width: 769px) {
  .pointSlider {
    margin: -50px calc((100vw - 1040px) / -2) 0 0;
    overflow: hidden;
    padding-top: 90px;
  }
}

.pointSlider.sai-animate .pointCard__photo {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

@media screen and (min-width: 769px) {
  .pointSlider.sai-animate .pointCard__photo .photo {
    -webkit-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0);
  }
}

.pointSlider__inner {
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .pointSlider__inner {
    margin-left: -40px;
    width: 375px;
  }
}

@media screen and (min-width: 769px) {
  .pointSlider .flowIcon {
    height: 150px;
    left: 830px;
    top: 0;
    width: 375px;
  }
}

@media (max-width: 768px) {
  .pointSlider .flowIcon {
    right: -20px;
    top: -60px;
  }
}

.pointSlider__controlsWrap {
  position: relative;
}

@media screen and (min-width: 769px) {
  .pointSlider__controlsWrap {
    margin-top: 23px;
    width: 1040px;
  }
}

@media (max-width: 768px) {
  .pointSlider__controlsWrap {
    margin-top: 35px;
  }
}

.pointSlider__controls {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.pointSlider__controls .sliderNavBtn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: transparent;
  border: 1px solid #aaaaaa;
  border-radius: 16px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (min-width: 769px) {
  .pointSlider__controls .sliderNavBtn {
    gap: 8px;
    height: 32px;
    width: 110px;
  }
}

@media (max-width: 768px) {
  .pointSlider__controls .sliderNavBtn {
    gap: 23px;
    height: 35px;
    width: 125px;
  }
}

@media screen and (min-width: 769px) {
  .pointSlider__controls .sliderNavBtn:hover {
    background: rgba(0, 0, 0, 0.03);
    border-color: #888888;
  }
}

@media (hover: hover) and (pointer: fine) {
  .pointSlider__controls .sliderNavBtn:hover {
    background: rgba(0, 0, 0, 0.03);
    border-color: #888888;
  }
}

.pointSlider__controls .sliderNavBtn:focus-visible {
  outline: 2px solid #c8102e;
  outline-offset: 2px;
}

.pointSlider__controls .sliderNavBtn:disabled,
.pointSlider__controls .sliderNavBtn.swiper-button-disabled {
  cursor: not-allowed;
  opacity: 0.4;
}

@media screen and (min-width: 769px) {
  .pointSlider__controls .sliderNavBtn:disabled:hover,
  .pointSlider__controls .sliderNavBtn.swiper-button-disabled:hover {
    background: transparent;
    border-color: #aaaaaa;
  }
}

@media (hover: hover) and (pointer: fine) {
  .pointSlider__controls .sliderNavBtn:disabled:hover,
  .pointSlider__controls .sliderNavBtn.swiper-button-disabled:hover {
    background: transparent;
    border-color: #aaaaaa;
  }
}

.pointSlider__controls .sliderNavBtn__txt {
  color: #31363d;
  font-family: "Libre Caslon Display", serif;
  letter-spacing: 0.05em;
  line-height: 0.8;
}

@media screen and (min-width: 769px) {
  .pointSlider__controls .sliderNavBtn__txt {
    font-size: 10px;
  }
}

@media (max-width: 768px) {
  .pointSlider__controls .sliderNavBtn__txt {
    font-size: 13px;
  }
}

.pointSlider__controls .sliderNavBtn .arrowSVG {
  display: block;
}

@media screen and (min-width: 769px) {
  .pointSlider__controls .sliderNavBtn .arrowSVG {
    height: 11px;
    width: 24px;
  }
}

@media (max-width: 768px) {
  .pointSlider__controls .sliderNavBtn .arrowSVG {
    height: 13px;
    width: 30px;
  }
}

.pointSlider__controls .sliderNavBtn--prev {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (min-width: 769px) {
  .pointSlider__controls .sliderNavBtn--prev {
    padding-right: 20px;
  }
}

@media (max-width: 768px) {
  .pointSlider__controls .sliderNavBtn--prev {
    padding-right: 15px;
  }
}

.pointSlider__controls .sliderNavBtn--next {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media screen and (min-width: 769px) {
  .pointSlider__controls .sliderNavBtn--next {
    padding-left: 20px;
  }
}

@media (max-width: 768px) {
  .pointSlider__controls .sliderNavBtn--next {
    padding-left: 15px;
  }
}

.pointSlider .sliderAutoplay {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: transparent;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (min-width: 769px) {
  .pointSlider .sliderAutoplay {
    bottom: 0;
    position: absolute;
    right: 190px;
  }
}

@media (max-width: 768px) {
  .pointSlider .sliderAutoplay {
    margin-left: auto;
    margin-top: 20px;
  }
}

@media screen and (min-width: 769px) {
  .pointSlider .sliderAutoplay:hover .sliderAutoplay__icon {
    opacity: 0.7;
  }
}

@media (hover: hover) and (pointer: fine) {
  .pointSlider .sliderAutoplay:hover .sliderAutoplay__icon {
    opacity: 0.7;
  }
}

.pointSlider .sliderAutoplay:focus-visible {
  outline: 2px solid #c8102e;
  outline-offset: 2px;
}

.pointSlider .sliderAutoplay__icon {
  display: block;
  -webkit-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.05));
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.05));
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media screen and (min-width: 769px) {
  .pointSlider .sliderAutoplay__icon {
    height: 28px;
    width: 28px;
  }
}

@media (max-width: 768px) {
  .pointSlider .sliderAutoplay__icon {
    height: 23px;
    width: 23px;
  }
}

.pointSlider .sliderAutoplay__icon--paused {
  display: none;
}

.pointSlider .sliderAutoplay__txt {
  color: #31363d;
  font-family: "Libre Caslon Display", serif;
  font-size: 10px;
  letter-spacing: 0.05em;
  line-height: 1;
  white-space: nowrap;
}

@media screen and (min-width: 769px) {
  .pointSlider .sliderAutoplay__txt {
    left: 100%;
    margin-left: 8px;
    position: absolute;
  }
}

@media (max-width: 768px) {
  .pointSlider .sliderAutoplay__txt {
    margin-left: 10px;
  }
}

.pointSlider .sliderAutoplay__txt--paused {
  display: none;
}

.pointSlider .sliderAutoplay[data-playing="false"] .sliderAutoplay__icon--playing {
  display: none;
}

.pointSlider .sliderAutoplay[data-playing="false"] .sliderAutoplay__icon--paused {
  display: block;
}

.pointSlider .sliderAutoplay[data-playing="false"] .sliderAutoplay__txt--playing {
  display: none;
}

.pointSlider .sliderAutoplay[data-playing="false"] .sliderAutoplay__txt--paused {
  display: block;
}

.pointCard__photo {
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  position: relative;
}

@media screen and (min-width: 769px) {
  .pointCard__photo {
    -webkit-transition: -webkit-clip-path 1.25s cubic-bezier(0, 0.95, 0.29, 1);
    transition: -webkit-clip-path 1.25s cubic-bezier(0, 0.95, 0.29, 1);
    transition: clip-path 1.25s cubic-bezier(0, 0.95, 0.29, 1);
    transition:
      clip-path 1.25s cubic-bezier(0, 0.95, 0.29, 1),
      -webkit-clip-path 1.25s cubic-bezier(0, 0.95, 0.29, 1);
  }
}

@media (max-width: 768px) {
  .pointCard__photo {
    -webkit-transition: -webkit-clip-path 1s cubic-bezier(0, 0.95, 0.29, 1);
    transition: -webkit-clip-path 1s cubic-bezier(0, 0.95, 0.29, 1);
    transition: clip-path 1s cubic-bezier(0, 0.95, 0.29, 1);
    transition:
      clip-path 1s cubic-bezier(0, 0.95, 0.29, 1),
      -webkit-clip-path 1s cubic-bezier(0, 0.95, 0.29, 1);
  }
}

@media screen and (min-width: 769px) {
  .pointCard__photo .photo {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform 1.25s ease;
    transition: -webkit-transform 1.25s ease;
    transition: transform 1.25s ease;
    transition:
      transform 1.25s ease,
      -webkit-transform 1.25s ease;
  }
}

.pointCard__lead {
  letter-spacing: 0;
}

@media screen and (min-width: 769px) {
  .pointCard__lead {
    font-size: 18px;
    margin-top: 30px;
    line-height: 1.55556;
  }
  .pointCard__lead:before {
    content: "";
    margin-top: calc((1 - 1.55556) * 0.5em);
  }
  .pointCard__lead:after {
    margin-bottom: calc((1 - 1.55556) * 0.5em);
  }
  .pointCard__lead:before,
  .pointCard__lead:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}

@media (max-width: 768px) {
  .pointCard__lead {
    font-size: 17px;
    margin-top: 30px;
    line-height: 1.52941;
  }
  .pointCard__lead:before {
    content: "";
    margin-top: calc((1 - 1.52941) * 0.5em);
  }
  .pointCard__lead:after {
    margin-bottom: calc((1 - 1.52941) * 0.5em);
  }
  .pointCard__lead:before,
  .pointCard__lead:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}

.toLowBtn {
  z-index: 2;
}

@media screen and (min-width: 769px) {
  .toLowBtn {
    position: absolute;
    right: 0;
    width: 360px;
  }
}

@media (max-width: 768px) {
  .toLowBtn {
    margin-top: 45px;
  }
  .toLowBtn + .toLowBtn {
    margin-top: 25px;
  }
}

@media screen and (min-width: 769px) {
  .toLowBtn--roomplan {
    top: 65px;
  }
}

@media screen and (min-width: 769px) {
  .toLowBtn--gallery {
    top: 0;
  }
}

@media screen and (min-width: 769px) {
  .toLowBtn--map {
    top: 0;
  }
}

@media screen and (min-width: 769px) {
  .toLowBtn--outline {
    top: 120px;
  }
}

@media screen and (min-width: 769px) {
  .top-point {
    padding-top: 130px;
  }
}

@media (max-width: 768px) {
  .top-point {
    padding-top: 100px;
  }
}

@media screen and (min-width: 769px) {
  .top-recommend {
    padding-top: 130px;
  }
}

@media (max-width: 768px) {
  .top-recommend {
    padding-top: 100px;
  }
}

@media screen and (min-width: 769px) {
  .top-map {
    padding: 130px 0;
  }
}

@media (max-width: 768px) {
  .top-map {
    padding: 100px 0;
  }
}

.top_main01 {
  position: relative;
  width: 100%;
}
.top_main01 img {
  width: 100%;
}
.top_main01_txt01 {
  position: absolute;
  width: 30%;
  top: 24%;
  left: 4%;
  filter: drop-shadow(0 0 10px #000) drop-shadow(0 0 10px #000) drop-shadow(0 0 10px #000);
}
.top_main01_txt02 {
  position: absolute;
  width: 22%;
  bottom: 4%;
  left: 4%;
  filter: drop-shadow(0 0 10px #000) drop-shadow(0 0 10px #000) drop-shadow(0 0 10px #000);
}
.top_main01_txt03 {
  position: absolute;
  bottom: 12px;
  right: 35px;
  color: #fff;
  text-shadow:
    0px 0px 5px #000,
    0px 0px 5px #000,
    0px 0px 5px #000;
  font-size: 10px;
}

.top_main02 {
  position: relative;
  width: 100%;
  background: linear-gradient(
    90deg,
    #001110 0%,
    #001816 5%,
    #001e1c 10%,
    #002523 15%,
    #002d29 20%,
    #00302d 25%,
    #003431 30%,
    #003835 35%,
    #003d3b 40%,
    #00312f 45%,
    #002320 50%,
    #001110 55%,
    #001514 60%,
    #001817 65%,
    #001d1b 70%,
    #00211f 75%,
    #00201e 80%,
    #001716 85%,
    #000e0e 90%,
    #000808 95%,
    #000000 100%
  );
  aspect-ratio: 1920 / 1082;
}
.top_main02_txt01 {
  position: absolute;
  width: 27%;
  top: 36%;
  right: 8%;
}
.top_main02_txt02 {
  position: absolute;
  bottom: 8px;
  right: 72.2%;text-align: right;
  color: #fff;
  text-shadow:
    0px 0px 5px #000,
    0px 0px 5px #000,
    0px 0px 5px #000;
  font-size: 10px;
}
.top_main02_obj01 {
  position: absolute;
  width: 34%;
  top: 15%;
  left: 0;
}
.top_main02_obj02 {
  position: absolute;
  width: 22%;
  top: 46%;
  left: 6%;
}
.top_main02_obj03 {
  position: absolute;
  width: 22%;
  top: 0;
  right: 0;
}
.top_main02_obj04 {
  position: absolute;
  width: 14%;
  bottom: 0;
  right: 9%;
}
.top_main02_img01 {
  position: absolute;
  width: 30%;
  top: auto;
  left: auto;
  transform: translate(-50%, 0);
  left: 51%;
  top: auto;
  bottom: 0;
  width: 46%;
}
.top_main02 img {
  width: 100%;
}

@media (max-width: 768px) {
  .top_main01 {
    position: relative;
    width: 100%;
    aspect-ratio: 750 / 1500;
    background: #00182c;
  }
  .top_main01 img {
    width: 100%;
  }
  .top_main01_txt01 {
    position: absolute;
    width: 86%;
    top: 62%;
    left: 7%;
    filter: drop-shadow(0 0 10px #000) drop-shadow(0 0 10px #000) drop-shadow(0 0 10px #000);
  }
  .top_main01_txt02 {
    position: absolute;
    width: 86%;
    bottom: 4%;
    left: 7%;
    filter: drop-shadow(0 0 10px #000) drop-shadow(0 0 10px #000) drop-shadow(0 0 10px #000);
  }
  .top_main01_txt03 {
    position: absolute;
    bottom: 40%;
    right: 5px;
    color: #fff;
    text-shadow:
      0px 0px 5px #000,
      0px 0px 5px #000,
      0px 0px 5px #000;
    font-size: 10px;
  }
  .top_main01_img01 {
    position: absolute;
    top: 80px;
  }

  .top_main02 {
    position: relative;
    width: 100%;
    background: linear-gradient(
      90deg,
      #001110 0%,
      #001816 5%,
      #001e1c 10%,
      #002523 15%,
      #002d29 20%,
      #00302d 25%,
      #003431 30%,
      #003835 35%,
      #003d3b 40%,
      #00312f 45%,
      #002320 50%,
      #001110 55%,
      #001514 60%,
      #001817 65%,
      #001d1b 70%,
      #00211f 75%,
      #00201e 80%,
      #001716 85%,
      #000e0e 90%,
      #000808 95%,
      #000000 100%
    );
    aspect-ratio: 750 / 1500;
  }
  .top_main02_txt01 {
    position: absolute;
    width: 70%;
    top: 8%;
    top: 110px;
    right: 15%;
  }
  .top_main02_txt02 {
    position: absolute;
    bottom: 5px;
    left: auto;
    right: 5px;
    color: #fff;
    text-shadow:
      0px 0px 5px #000,
      0px 0px 5px #000,
      0px 0px 5px #000;
    font-size: 10px;
    z-index: 2;
  }
  .top_main02_obj01 {
    display: none;
  }
  .top_main02_obj02 {
    display: none;
  }
  .top_main02_obj03 {
    display: none;
  }
  .top_main02_obj04 {
    display: none;
  }
  .top_main02_img01 {
    position: absolute;
    width: 30%;
    top: auto;
    left: auto;
    transform: translate(-50%, 0);
    left: 63%;
    top: auto;
    bottom: 0;
    width: 125%;
  }
  .top_main02 img {
    width: 100%;
    width: 95%;
  }
}
