* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
}
  
body {
  font-family: 'Yu Gothic', sans-serif, YuGothic;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  overflow-x: hidden;
}

#htlContents {
  width: 100%;
  max-width: 100%;
}

#RthCustomizeW {
  overflow: hidden;
}

a {
  text-decoration: none;
}

.text-center {
  text-align: center;
}

/* top image */
.kv {
  position: relative;
  overflow: hidden;
  height: 730px;
  margin: auto;
  background: #c4a193;
  display: flex;
  justify-content: center;
  align-items: center;
}

.kv img {
  width: 100%;
  height: 730px;
  object-fit: cover;
  position: relative;
}

.kv h1 {
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  text-shadow: 4px 4px 20px rgba(0, 0, 0, 0.8);
  font-family: 'Yu Mincho', YuMincho;
  font-size: 69px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 5.12px;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.inner {
  max-width: 1260px;
  position: relative;
  margin: auto;
}

/* main-content */
.main-content {
  padding-top: 100px;
}

/* introduction */
.intro {
  padding: 19rem 0 15rem;
  position: relative;
}

.intro::before {
  content: "What Autograph\A Collection?";
  white-space: pre;
  position: absolute;
  top: 0;
  right: 0;
  color: rgba(229, 225, 206, 0.4);
  font-family: 'Yu Mincho', YuMincho;
  font-size: 152px;
  font-style: normal;
  font-weight: 500;
  line-height: 126.2%;
  letter-spacing: 7.6px;
}

.intro .inner {
  display: flex;
  position: relative;
  z-index: 1;
  border-left: 5px solid #9f886e;
}

.intro .inner::before {
  content: "INTRODUCTION";
  writing-mode: vertical-lr;
  color: #1e1e1e;
  margin-right: 24px;
  font-family: 'Yu Mincho', YuMincho;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  left: 0;
  transform: translate(-200%);
}

.intro h5 {
  color: #1e1e1e;
  font-family: 'Yu Mincho', YuMincho;
  font-size: 2rem;
  font-weight: 600;
  margin-left: 62px;
  width: 100%;
}

.intro p {
  margin-left: 92px;
  color: #1e1e1e;
  font-family: 'Yu Gothic';
  font-size: 1rem;
  font-weight: 500;
  line-height: 200%;
}

/* hotel */

.hotel .inner {
  margin-bottom: 90px;
}

.hotel h3 {
  color: #1e1e1e;
  font-family: 'Yu Mincho', YuMincho;
  font-size: 69px;
  font-weight: 500;
  line-height: 69px;
  margin-left: 62px;
}

.hotel .inner > div {
  padding: 104px 62px 28px;
  background: #f6f4f1;
  position: relative;
}

.hotel h5 {
  color: #1e1e1e;
  font-family: 'Yu Mincho', YuMincho;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 52px;
  position: relative;
  z-index: 1;
  line-height: 45px;
}
.hotel h5::before {
  content: "";
  width: 75px;
  height: 5px;
  background: #9f886e;
  position: absolute;
  top: -50px;
}

.hotel p {
  width: 508px;
  background: #fff;
  padding: 24px;
  line-height: 2.2;
  color: #1e1e1e;
  font-family: 'Yu Gothic';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  position: relative;
  z-index: 1;
}

.hotel .inner::after {
  content: "";
  display: block;
  width: 755px;
  height: 485px;
  background: url(../img/collect_intro.jpg);
  position: absolute;
  top: 0;
  right: 0;
}

.hotel .inner > div::after {
  content: "";
  width: 100vw;
  height: 100%;
  background: #f6f4f1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.hotel.style-1 .inner::after {
  background: url(../img/collect_intro01.jpg) no-repeat top right;
}

.hotel-content__bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  align-items: start;
  width: 940px;
  margin: 60px auto 40px;
  position: relative;
  z-index: 1;
}

/* experience */

.experience .inner {
  background: linear-gradient(0deg, #141b37 80%, #fff 20%);
  padding-bottom: 68px;
  margin-bottom: 100px;
}

.experience .inner::before {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  right: 0;
  background: linear-gradient(0deg, #141b37 80%, #fff 20%);
}

.experience .box-img {
  display: flex;
  position: relative;
}

.experience .box-img img {
  width: 50%;
  display: block;
}

.experience .box-cont {
  margin: 52px auto 0;
  display: flex;
  position: relative;
}

.experience .box-cont img {
  width: 385px;
  object-fit: cover;
  margin: 0 80px 0 calc((50% - 385px) / 2);
}

.experience .box-cont p {
  width: 395px;
  color: #fff;
  font-family: 'Yu Gothic';
  font-size: 16px;
  font-weight: 500;
  line-height: 200%;
}

/* hotel view */
.hotel-view {
  width: 100%;
  margin-bottom: 65px;
}
.hotel-view__inner {
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
}
.hotel-view__inner:before,
.hotel-view__inner:after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  width: 80%;
  background-color: #141b37;
  z-index: 1;
}
.hotel-view.style-1 .hotel-view__inner {
  padding-right: 60px;
}
.hotel-view.style-1 .hotel-view__inner:before {
  left: 0;
}
.hotel-view.style-2 .hotel-view__inner:before {
  content: none;
}
.hotel-view.style-2 .hotel-view__inner:after {
  right: 0;
  left: inherit;
}
.hotel-view.style-2 .hotel-view__inner {
  padding-left: 60px;
}
.view__meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-items: start;
  padding: 40px 0;
  position: relative;
  z-index: 2;
  color: white;
  line-height: 32px;
}
.view__meta .view__meta--content {
  padding: 0 41px 0 60px;
}
.view__meta .view__meta--content.vm--content {
  padding: 0 0 0 60px;
}
.h5-title {
  font-family: 'Yu Mincho', YuMincho;
  font-size: 30px;
  line-height: 45px;
  padding-left: 15px;
  position: relative;
  margin-bottom: 10px;
}
.h5-title:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 3px;
  height: 28px;
  transform: translateY(-50%);
}
.h5-title.white {
  color: white;
}
.h5-title.white:before {
  background-color: white;
}
.h5-title.black {
  color: #1E1E1E;
}
.h5-title.black:before {
  background-color: #1E1E1E;
}
.mb-30 {
  margin-bottom: 30px !important;
}
/* hotel court */
.bg-gradient{
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 35%, rgba(247,243,238,1) 100%);
}
.hotel-court {
  width: 100%;
  padding-bottom: 100px;
}
.hotel-court.style-1 {
  padding: 48px 0;
  margin-bottom: 65px;
  background-color: #F6F4F1;
}
.hotel-court__inner {
  max-width: 925px;
  margin: 0 auto;
}
.hotel-court-title {
  margin-bottom: 40px;
}
.hotel-court-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 95px;
  align-items: start;
  padding-left: 36px;
}
.hotel-court-list__item .hotel-court-list__item--img {
  margin-bottom: 10px;
}
.more_btn {
  margin-top: 15px;
}
.more_btn a {
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border: 2px solid #9F886E;
  height: 66px;
  line-height: 22px;
  max-width: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0px 20px;
  color: white;
  font-size: 16px;
  font-weight: 700;
  font-family: Noto Sans JP;
  position: relative;
  transition: all 0.3s;
}
.more_btn a:before {
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #9F886E;
  border-right: 2px solid #9F886E;
  transform: rotate(45deg);
}
.more_btn a:hover {
  border-color: white;
  opacity: 1;
}
.more_btn a:hover:before {
  border-color: white;
}

.more_btn.color-navy {
  display: flex;
  justify-content: center;
}
.more_btn.color-navy a {
  border-color: #141B37;
  color: #141B37;
  width: 350px;
  margin-top: 30px;
  background-color: white;
}
.more_btn.color-navy a:before {
  border-color: #141B37;
}
.more_btn.color-navy a:hover {
  border-color: #9F886E;
  color: #9F886E;
}
.more_btn.color-navy a:hover:before {
  border-color: #9F886E;
}

.more_btn.color-brown a {
  background-color: #9F886E;
}
.more_btn.color-brown a:before {
  border-color: white;
}
.more_btn.color-brown a:hover {
  background-color: white;
  color: #9F886E;
}
.more_btn.color-brown a:hover:before {
  border-color: #9F886E;
}
/* special-offer */
.special-offer {
  width: 100%;
  padding: 65px 0;
  margin-top: 100px;
  margin-bottom: 60px;
}
.special-offer__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 40px 60px;
  background: url(../img/special_offer_bg.jpg) no-repeat top center;
}
.special-offer-title .h5-title {
  line-height: 48px;
  margin-bottom: 50px;
}
.special-offer-title .h5-title.white:before {
  height: 74px;
}
.special-offer-content {
  background-color: #F6F4F1;
  padding: 40px 42px 20px;
}
.special-offer-content__top {
  line-height: 32px;
  margin-bottom: 20px;
}
.special-offer-content__center {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  align-items: start;
}
.special-offer-content__item--img {
  margin-bottom: 10px;
}
.special-offer-content__bottom {
  text-align: right;
  margin-top: 30px;
}

/* hotel-roomclub */
.hotel-roomclub {
  width: 100%;
  padding: 34.5px 0;
  background: url(../img/hotel_roomclub_bg.jpg) no-repeat center center #141b37;
}
.hotel-roomclub__inner {
  width: 1000px;
  margin: 0 auto;
}
.hotel-roomclub-content .h5-title {
  padding-left: 0;
}
.hotel-roomclub-content .h5-title:before {
  content: none;
}

/* marriott */

.marriott .title {
  color: #fff;
  text-align: center;
  font-family: 'Yu Mincho', YuMincho;
  font-size: 30px;
  font-weight: 800;
  line-height: 300%;
  background: #9f886e;
  padding: 24px 0;
  position: relative;
}

.marriott .title span {
  font-size: 50px;
  position: relative;
}
.marriott .title span::before {
  content: ".";
  font-size: 60px;
  position: absolute;
  top: -155%;
  left: 50%;
  transform: translate(-50%);
}

.marriott .title::after {
  content: "";
  width: 120px;
  height: 48px;
  background: #9f886e;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  position: absolute;
  bottom: 0;
  transform: translate(-50%, 99%);
  left: 50%;
  z-index: 1;
}

.marriott .inner {
  width: 100%;
  background: #f6f4f1;
  padding: 150px 0 124px;
  display: flex;
  justify-content: center;
}

.marriott .cont {
  width: 1200px;
  display: flex;
  flex-direction: column;
  gap: 100px;
}

.marriott .container {
  display: flex;
  justify-content: space-between;
  gap: 62px;
}

.marriott .container:nth-of-type(1) {
  margin-bottom: 8px;
}

.marriott .box {
  width: 100%;
  border: 3px solid #9f886e;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.marriott .box::before {
  content: "1";
  color: #fff;
  font-family: 'Yu Gothic';
  font-size: 40px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background: #9f886e;
  border-radius: 50%;
  position: absolute;
  top: 0;
  transform: translate(0, -50%);
}
.marriott .box:nth-of-type(2):before {
  content: "2";
}
.marriott .container:nth-of-type(2) .box:before {
  content: "3";
}

.marriott .box:nth-of-type(1) {
  padding: 80px 0 124px;
}

.marriott .box:nth-of-type(1) img {
  width: 350px;
  margin-bottom: 52px;
}

.marriott .box h5 {
  padding: 12px 24px;
  background: #9f886e;
  color: #fff;
  text-align: center;
  font-family: 'Yu Mincho', YuMincho;
  font-size: 25px;
  letter-spacing: 1.6;
  line-height: 1.4;
  font-weight: 800;
  margin-bottom: 44px;
}

.marriott .box p {
  color: #1e1e1e;
  font-family: 'Yu Gothic';
  font-size: 14px;
  font-weight: 500;
  line-height: 200%;
}

.marriott .box:nth-of-type(2) img {
  margin-bottom: 36px;
}

.marriott .box:nth-of-type(2) h5 {
  margin-bottom: 32px;
}

.marriott .container:nth-of-type(2) .box {
  padding: 72px 0 56px;
}

.marriott .container:nth-of-type(2) .box > div {
  display: flex;
  flex-direction: column;
}
.marriott .container:nth-of-type(2) .box > div > div {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.marriott .container:nth-of-type(2) .btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.marriott .container:nth-of-type(2) a {
  display: block;
  width: 350px;
  padding: 12px 0;
  border-radius: 40px;
  background: #f58b6d;
  color: var(--alt-wht, #fff);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%;
  text-decoration: none;
  position: relative;
}

.marriott .container:nth-of-type(2) a::after {
  content: "";
  width: 7px;
  height: 7px;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 28px;
  transform: rotate(45deg) translate(-50%);
}

.marriott .container:nth-of-type(2) .btn:nth-of-type(2) a {
  background: #bf0000;
}

.marriott .inner .cont > p {
  display: flex;
  justify-content: center;
  padding: 56px 0;
  line-height: 1.7;
  background: #fff;
}

.marriott .last {
  padding: 116px 0 96px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url(../img/collect_cont02.jpg);
  position: relative;
}

.marriott .last::before {
  content: "";
  width: 324px;
  height: 92px;
  background: #f6f4f1;
  position: absolute;
  top: -24px;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  z-index: 1;
}

.marriott .last::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(22, 22, 22, 0.5);
  position: absolute;
  top: 0;
}

.marriott .last p {
  color: #fff;
  text-align: center;
  text-shadow: 4px 4px 20px rgba(0, 0, 0, 0.8);
  font-family: "Noto Sans CJK JP";
  font-size: 32px;
  font-weight: 700;
  line-height: 186%;
  letter-spacing: 5.12px;
  margin-bottom: 72px;
  z-index: 1;
}

.marriott .last a {
  width: 650px;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 25px;
  font-weight: 700;
  line-height: 135%;
  padding: 44px 0;
  border-radius: 86px;
  background: #bf0000;
  text-decoration: none;
  position: relative;
  z-index: 1;
}

.marriott .last a::after {
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
  position: absolute;
  top: 50%;
  right: 50px;
  transform: rotate(45deg) translate(0, -75%);
}

.footer__top {
  padding: 50px 0;
}
.footer__top--logo {
  margin-bottom: 30px;
}
.footer__top--address h2 {
  margin-bottom: 20px;
}
.footer__copyright {
  background-color: black;
  color: white;
  padding: 15px 0;
  font-size: 13px;
}
/************ Responsive ******************/
@media(min-width: 992px) and (max-width: 1199px) {
  .hotel .inner::after {
    width: 500px;
  }
  .hotel-roomclub-content {
    padding: 0 15px;
  }
}
@media(max-width: 991px) {
  .kv {
    height: 450px;
  }
  .kv img {
    height: 450px;
  }
  .hotel .inner::after {
    width: 340px;
    height: 400px;
  }
  .hotel h3 {
    font-size: 50px;
  }
  .hotel-content__bottom {
    width: 100%;
  }
  .hotel-roomclub__inner,
  .hotel-court.style-2 .hotel-court-list {
    padding: 0 15px;
  }
  .hotel-court-list {
    padding: 0 15px;
  }
  .hotel-court.style-1 {
    padding: 40px 15px;
    margin-bottom: 30px;
  }
  .view__meta .view__meta--content {
    padding: 0 20px;
  }
}
@media(max-width: 767px) {
  .kv h1 {
    font-size: 40px;
  }
  .main-content {
    padding-top: 30px;
  }

  .hotel .inner > div {
    padding: 40px 15px;
  }
  .hotel-content__bottom {
    display: block;
    width: 100%;
    margin: 30px 0 0;
  }
  .hotel h3 {
    font-size: 45px;
    margin: 0 15px;
  }
  .hotel h5 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 30px;
  }
  .hotel p {
    width: 100%;
    padding: 15px;
  }
  .hotel.style-1 .inner::after {
    top: 70px;
    left: 0;
    width: 100%;
    background-position: center center;
  }
  .hotel .inner {
    margin-bottom: 30px;
  }

  .hotel-view {
    margin-bottom: 30px;
  }
  .hotel-view.style-1 .hotel-view__inner {
    padding-right: 0;
  }
  .view__meta .view__meta--content.vm--content,
  .view__meta .view__meta--content {
    padding: 0 0 20px 0;
  }
  .hotel-view__inner:before, 
  .hotel-view__inner:after {
    width: 100%;
  }
  .view__meta {
    display: block;
    padding: 40px 15px;
  }
  .hotel-court-list {
    padding-left: 0;
    gap: 20px;
  }
  .hotel-court-title {
    margin-bottom: 30px;
  }

  .hotel-view.style-2 .hotel-view__inner {
    padding-left: 0;
  }
  .hotel-view.style-2 .view__meta--img {
    margin-bottom: 20px;
  }

  .special-offer {
    margin: 0;
    padding: 0;
  }
  .special-offer__inner {
    padding: 40px 15px;
  }
  .special-offer-content {
    padding: 15px;
  }
  .special-offer-content__center {
    gap: 20px;
  }
  .special-offer-title .h5-title {
    line-height: 34px;
  }
  .h5-title.white {
    font-size: 24px;
    line-height: 34px;
  }

  .hotel-court {
    padding-bottom: 30px;
  }

  .hotel-roomclub__inner {
    width: 100%;
    padding: 0 15px;
  }
  .more_btn a {
    margin: 0 auto;
  }
  .footer__copyright {
    line-height: 20px;
  }
}