body, footer {
  background-color: #fcf6f6;
}

@media (max-width: 1023px) {
  .bannerArea .bgi {
    top: calc(100% - 160px);
  }
}
.bannerArea .bgi::after {
  background: url(../images/banner_ins_mask2-1_location.png) top/100% no-repeat;
}
.bannerArea .bgi::before {
  background: url(../images/banner_ins_mask2_location.png) top/100% no-repeat;
}

.locationArea {
  margin: -116px 0 0;
  z-index: 2;
  position: relative;
}
@media (max-width: 1500px) {
  .locationArea {
    margin: -150px 0 0;
  }
}
@media (max-width: 1023px) {
  .locationArea {
    margin: -200px 0 0;
  }
}
@media (max-width: 480px) {
  .locationArea {
    margin: -160px 0 0;
  }
}
.locationArea .wrap {
  max-width: 1388px;
  background-color: #fff;
  padding: 98px 103px 87px;
  width: calc(100% - 100px);
}
@media (max-width: 1500px) {
  .locationArea .wrap {
    padding: 98px 50px 87px;
  }
}
@media (max-width: 1023px) {
  .locationArea .wrap {
    width: calc(100% - 60px);
  }
}
@media (max-width: 767px) {
  .locationArea .wrap {
    padding: 40px 30px;
    width: calc(100% - 40px);
  }
}
@media (max-width: 350px) {
  .locationArea .wrap {
    padding: 30px 20px;
    width: calc(100% - 20px);
  }
}
.locationArea .titleBox {
  margin-bottom: 27px;
}
.locationArea .titleBox .subtitle {
  padding-top: 3px;
}
.locationArea .titleBox .decoTitle {
  top: 38%;
}
.locationArea .topTitle .Txt {
  margin-left: -5px;
}
.locationArea .topTitle .txtTitle {
  font-family: "Noto Serif JP", "Microsoft JhengHei", sans-serif;
  font-size: 18px;
  color: #484848;
  letter-spacing: 0.1px;
  margin-bottom: 6px;
}
.locationArea .topTitle .text {
  color: #656565;
  font-size: 16px;
  line-height: normal;
  position: relative;
  z-index: 1;
  font-family: "Noto Sans JP", "Microsoft JhengHei", sans-serif;
  padding: 0 0 60px 1px;
  letter-spacing: 0.65px;
}
.locationArea .topTitle:not(.show) .titleBox .title, .locationArea .topTitle:not(.show) .titleBox .subtitle {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.locationArea .topTitle:not(.show) .titleBox .decoTitle {
  opacity: 0;
}
.locationArea .topTitle:not(.show) .Txt {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.locationArea .topTitle.show .titleBox .title, .locationArea .topTitle.show .titleBox .subtitle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.locationArea .topTitle.show .titleBox .title {
  transition: all 0.7s;
}
.locationArea .topTitle.show .titleBox .subtitle {
  transition: all 0.7s 0.1s;
}
.locationArea .topTitle.show .titleBox .decoTitle {
  opacity: 0.2;
  transition: all 0.7s 0.2s;
}
.locationArea .topTitle.show .Txt {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.7s 0.3s;
}
.locationArea .Img {
  width: 73px;
  height: 73px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 50%;
  background-color: #c06870;
  padding: 21px;
}
.locationArea .locationList, .locationArea .youtubeList {
  margin: 0 -4px;
}
.locationArea .locationItem, .locationArea .youtubeItem {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.locationArea .locationItem {
  padding-bottom: 42px;
  margin-bottom: 65px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media (min-width: 1024px) {
  .locationArea .youtubeItem .title {
    padding: 27px 0 26px;
  }
}
.locationArea .youtubeItem .bottomBox {
  position: relative;
  min-height: 200px;
}
.locationArea .youtubeItem .bottomBox .Img2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media (min-width: 1024px) {
  .locationArea .youtubeItem .bottomBox .Img2 {
    transition: all 0.5s;
  }
  .locationArea .youtubeItem .bottomBox .Img2.hide {
    opacity: 0;
  }
}
@media (max-width: 1023px) {
  .locationArea .youtubeItem .bottomBox .Img2 {
    position: static;
  }
}
.locationArea .youtubeItem .bottomBox .Img2 img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
@media (min-width: 1024px) {
  .locationArea .youtubeItem .bottomBox:hover .youtubeVideo {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}
.locationArea .youtubeItem .youtubeVideo {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.locationArea .youtubeItem .youtubeVideo .videoBtn {
  width: 72px;
  height: 72px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  opacity: 0;
  transition: all 0.8s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
@media (max-width: 1200px) {
  .locationArea .youtubeItem .youtubeVideo .videoBtn {
    opacity: 0.5;
  }
}
.locationArea .youtubeItem .youtubeVideo .iconBox {
  width: 20px;
  height: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  color: #c06870;
}
.locationArea .youtubeItem .youtubeVideo .iconBox .icon {
  transition: all 0.5s;
}
.locationArea .youtubeItem .youtubeVideo .play {
  width: 13px;
  height: 16px;
}
.locationArea .youtubeItem .youtubeVideo .pause {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.locationArea .youtubeItem .youtubeVideo:not(.stop) .videoBtn {
  opacity: 1;
}
.locationArea .youtubeItem .youtubeVideo:not(.stop)::after {
  opacity: 0;
}
.locationArea .youtubeItem .youtubeVideo:not(.stop) .pause {
  opacity: 0;
}
.locationArea .youtubeItem .youtubeVideo.stop::before {
  opacity: 0;
}
.locationArea .youtubeItem .youtubeVideo.stop .play {
  opacity: 0;
}
.locationArea .youtubeItem .youtubeVideoBox {
  aspect-ratio: 1074/605;
}
.locationArea .left {
  width: calc(100% - 73px);
  padding: 0 0 0 39px;
  margin: -5px 0 0;
}
@media (max-width: 1023px) {
  .locationArea .left {
    width: 100%;
    margin: 0;
    padding: 20px 0 0 0;
  }
}
.locationArea .left .title {
  font-size: 18px;
  font-weight: 500;
  font-family: "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  margin-bottom: 10px;
}
@media (max-width: 1500px) {
  .locationArea .left .title {
    font-size: 16px;
  }
}
.locationArea .itemList {
  padding-left: 8px;
}
.locationArea .itemTitle {
  font-size: 18px;
  color: #3b3b3b;
  letter-spacing: 0.3px;
  position: relative;
  line-height: 1.45;
}
@media (max-width: 1500px) {
  .locationArea .itemTitle {
    font-size: 16px;
  }
}
.locationArea .itemTitle::before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  background-color: #3f3f3f;
  border-radius: 50%;
  position: absolute;
  left: -4px;
  top: 12px;
  z-index: 1;
}
.locationArea .itemTxt {
  padding: 0 0 19px 10px;
  font-size: 16px;
  font-family: "Noto Sans JP", "Microsoft JhengHei", sans-serif;
  letter-spacing: 0.65px;
}
@media (max-width: 1500px) {
  .locationArea .itemTxt {
    font-size: 14px;
  }
}
.locationArea .btnBox {
  margin-top: 8px;
  padding: 0 0 28px 3px;
}
.locationArea:not(.show) .itemList {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.locationArea.show .itemList {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.7s;
}