body {
  overflow-x: clip;
}

[data-aos] {
  will-change: transform, opacity;
  contain: layout paint;
}

#page.top .mv {
  max-width: 1176px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  #page.top .mv {
    padding: 0 18px;
  }
}
#page.top .text-contens {
  padding: 90px 0 87px;
}
#page.top .contens-title {
  font-size: 39px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8205128205;
  margin-bottom: 50px;
}
#page.top .contens-text {
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 2.0952380952;
}
@media (max-width: 767px) {
  #page.top .text-contens {
    padding: 32px 0 65px;
  }
  #page.top .contens-title {
    font-size: 24px;
    line-height: 1.684;
    letter-spacing: 0.05rem;
    margin-bottom: 35px;
  }
  #page.top .contens-text {
    font-size: 16px;
    line-height: 2.125;
  }
}
#page.top .news-contens {
  padding: 100px 0 160px;
}
#page.top .news-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#page.top .news-title {
  padding-top: 15px;
}
#page.top .contens-sub-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.75;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 38%;
          flex: 0 0 38%;
}
#page.top .contens-sub-title .title-eng {
  font-size: 47px;
  letter-spacing: 0.06em;
  line-height: 1;
  margin-right: 30px;
}
#page.top .news-article-area {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 62%;
          flex: 0 0 62%;
}
#page.top .newsarticle-ul {
  border-top: 1px solid #dbdada;
  margin-bottom: 15px;
}
#page.top .news-article-list {
  border-bottom: 1px solid #dbdada;
}
#page.top .news-article-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 28px 0;
  background-image: url(../img/index/link-arrow.png);
  background-repeat: no-repeat;
  background-size: 14px 6px;
  background-position: right center;
}
#page.top .news-article-day {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-right: 38px;
}
#page.top .news-article-title {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
#page.top .news-page-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 5px;
}
#page.top .page-list-link {
  background-image: url(../img/index/link-arrow.png);
  background-repeat: no-repeat;
  background-size: 14px 6px;
  background-position: right center;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.2121428571;
  text-align: right;
  padding-right: 30px;
  position: relative;
}
#page.top .page-list-link::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #3e3a39;
  bottom: -3px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (max-width: 800px) {
  #page.top .news-flex {
    display: block;
  }
  #page.top .news-title {
    padding-top: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  #page.top .news-contens {
    padding: 20px 0 80px;
  }
  #page.top .contens-sub-title {
    font-size: 14px;
    line-height: 1.749661705;
  }
  #page.top .contens-sub-title .title-eng {
    font-size: 33px;
    letter-spacing: 0.04em;
  }
  #page.top .news-article-link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background-image: none;
    padding: 15px 0;
  }
  #page.top .news-article-day {
    margin-right: 0;
    width: 100%;
    font-size: 14px;
    line-height: 1.75;
  }
  #page.top .news-article-title {
    width: 100%;
    font-size: 15px;
    background-image: url(../img/index/link-arrow.png);
    background-repeat: no-repeat;
    background-size: 14px 6px;
    background-position: right center;
  }
}
#page.top .contens-bk-area {
  background-color: #f7f8f5;
  padding-top: 125px;
  padding-bottom: 20px;
}
#page.top .contens-bk-title {
  margin-bottom: 50px;
}
#page.top .contens-flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 135px;
}
#page.top .contens-flex-box.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#page.top .contens-flex-box-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48.2%;
          flex: 0 0 48.2%;
}
#page.top .contens-flex-box-text-area {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
}
#page.top .contens-flex-box-title {
  font-size: 27px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 2.037037037;
  margin-bottom: 22px;
}
#page.top .contens-flex-box-text {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2.1428571429;
  margin-bottom: 35px;
}
#page.top .contens-flex-box-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 53px;
  border: 1px solid #3e3a39;
  border-radius: 30px;
  max-width: 267px;
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.01em;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#page.top .contens-flex-box-btn::after {
  content: "";
  display: inline-block;
  background-image: url(../img/index/link-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 6px;
  margin-left: 18px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#page.top .contens-flex-box-btn.activities-bottom {
  display: none;
}
#page.top .contens-flex-box-btn.stay {
  margin: 0 auto;
}
@media (max-width: 767px) {
  #page.top .contens-bk-area {
    padding-top: 60px;
    padding-bottom: 110px;
  }
  #page.top .contens-bk-title {
    margin-bottom: 15px;
  }
  #page.top .contens-flex-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 73px;
  }
  #page.top .contens-flex-box.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #page.top .contens-flex-box-image {
    margin-bottom: 26px;
  }
  #page.top .contens-flex-box-title {
    font-size: 24px;
    line-height: 2;
  }
  #page.top .contens-flex-box-text {
    margin-bottom: 38px;
  }
  #page.top .contens-flex-box-btn {
    margin: 0 auto;
  }
  #page.top .contens-flex-box-btn.activities-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #page.top .contens-flex-box-btn.activities-top {
    display: none;
  }
}
#page.top .stay-bk {
  background-color: #a6b697;
  padding-top: 55px;
  padding-bottom: 72px;
  width: calc(100% - 40px);
  margin: 0 auto 20px;
}
#page.top .stay-contens-en-title {
  text-align: center;
  color: #fff;
  font-size: 46px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.75;
}
#page.top .stay-contens-title {
  text-align: center;
  font-size: 27px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 2.037037037;
  margin-bottom: 20px;
}
#page.top .stay-contens-text {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.875;
  margin-bottom: 35px;
}
#page.top .stay-contens-image {
  max-width: 1082px;
  width: 100%;
  margin: 0 auto 48px;
}
#page.top .stay-contens-drink-text {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 2.1428571429;
}
#page.top .stay-contens-link-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 53px;
  width: 354px;
  margin: 0 auto 20px;
  border: 1px solid #3e3a39;
  border-radius: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#page.top .stay-contens-link-btn::after {
  content: "";
  display: inline-block;
  background-image: url(../img/index/link-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 6px;
  margin-left: 8px;
}
@media (max-width: 767px) {
  #page.top .stay-bk {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #page.top .stay-contens-en-title {
    font-size: 40px;
    line-height: 1.75;
  }
  #page.top .contens-stay-title {
    font-size: 24px;
    letter-spacing: 0.05em;
    line-height: 1.75;
    margin-bottom: 22px;
  }
  #page.top .stay-contens-text {
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.875;
    margin-bottom: 40px;
    padding: 0 45px;
  }
  #page.top .stay-contens-image {
    width: 74.8%;
  }
  #page.top .stay-contens-drink-text {
    padding: 0 45px;
    line-height: 1.75;
  }
  #page.top .stay-contens-link-btn {
    font-size: 15px;
    letter-spacing: 0.01em;
    width: 100%;
    max-width: 294px;
    height: 53px;
    margin: 0 auto 30px;
  }
}
#page.top .activities-contens {
  padding: 177px 0 105px;
}
#page.top .loop-activities {
  overflow: hidden;
  position: relative;
  width: 100%;
}
#page.top .loop-activities::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  height: 100%;
  background: #fff;
  pointer-events: none;
  z-index: 2;
}
#page.top .loop-activities-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: scroll-left 75s linear infinite;
          animation: scroll-left 75s linear infinite;
}
#page.top .activities-loop-list {
  width: 316px;
}
#page.top .activities-loop-text {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.4375;
  margin-top: 15px;
}
@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
#page.top .activities-contens-wrap {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
#page.top .activities-contens-box {
  background-color: #fff;
  max-width: 360px;
  width: 100%;
  margin-top: -378px;
}
#page.top .activities-contens-title {
  font-size: 27px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.9051851852;
  margin-bottom: 30px;
}
#page.top .activities-contens-text {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2.1428571429;
  margin-bottom: 35px;
}
@media (max-width: 1040px) {
  #page.top .activities-contens-box {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  #page.top .activities-contens {
    padding-top: 360px;
    padding-bottom: 88px;
  }
  #page.top .loop-activities::before {
    display: none;
  }
  #page.top .activities-loop-list {
    width: 246px;
  }
  #page.top .activities-loop-text {
    font-size: 12px;
    line-height: 3.4375099329;
  }
  #page.top .activities-contens-box {
    padding: 0;
    background-color: transparent;
    margin: -615px auto 380px;
    padding: 0 25px;
  }
}
#page.top .map-contens {
  background-color: #f7f8f5;
  padding-top: 90px;
  padding-bottom: 90px;
}
#page.top .map-contens-title {
  margin-bottom: 30px;
}
#page.top .map {
  margin-bottom: 30px;
}
#page.top .map iframe {
  width: 100%;
  height: 300px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
#page.top .map-contens-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#page.top .map-contens-flex .page-list-link {
  line-height: 1.9285714286;
}
#page.top .map-contens-text {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.9285714286;
}
@media (max-width: 767px) {
  #page.top .map-contens .wrap {
    padding: 0;
  }
  #page.top .map-contens {
    padding-top: 70px;
    padding-bottom: 80px;
  }
  #page.top .map-contens-title {
    margin-bottom: 35px;
    padding: 0 45px;
  }
  #page.top .map {
    margin-bottom: 20px;
  }
  #page.top .map-contens-flex {
    padding: 0 45px;
    display: block;
  }
  #page.top .map-contens-text {
    margin-bottom: 30px;
  }
}
@media (hover: hover) {
  #page.top .stay-contens-link-btn:hover {
    -webkit-box-shadow: 0px 4px #3e3a39;
            box-shadow: 0px 4px #3e3a39;
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  #page.top .page-list-link:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  #page.top .news-article-link:hover .news-article-day {
    text-decoration: underline;
  }
  #page.top .news-article-link:hover .news-article-title {
    text-decoration: underline;
  }
}

.conversion-contens {
  padding-bottom: 130px;
}

.top-footer-bk {
  margin-bottom: -54px;
}

.breadcrumb-wrap {
  padding-top: 0;
}
.breadcrumb-wrap li {
  color: #fff;
}
.breadcrumb-wrap li:last-child {
  display: none;
}

@media (max-width: 767px) {
  .conversion-contens {
    padding-bottom: 65px;
  }
  .top-footer-bk {
    margin-bottom: 0px;
  }
  .breadcrumb-wrap {
    padding-top: 15px;
  }
  .breadcrumb-wrap li {
    color: #3e3a39;
  }
}