@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New&display=swap");
/* reset */
.section__inner ul, .section__inner ol, .section__inner ul li, .section__inner ol li {
  padding: 0;
  margin: 0;
}

.section__inner ul li, .section__inner ol li {
  list-style-type: none;
}

/* general */
html {
  scroll-behavior: smooth;
}

body {
  padding-top: 0;
}

.wrapper {
  background: url(/en/promotion/uae/img/bg_wrapper.svg) 0 0;
  font-family: "Zen Kaku Gothic New", serif;
  overflow: hidden;
  position: relative;
}

#footer-global {
  padding-top: 32px;
  margin-left: 0;
  margin-top: 0;
  z-index: 10;
  line-height: 1.5;
}
#footer-global > div > div > div > .box-link {
  margin-top: 0;
}
@media print, screen and (max-width: 767.9px) {
  #footer-global {
    font-size: 1.6rem;
    line-height: 1.625;
  }
}

/* common */
.section__inner {
  margin: 0 auto;
  max-width: 980px;
  padding: 64px 0;
}
.section__inner h1, .section__inner h2, .section__inner h3 {
  font-weight: bold;
}
.section__inner h1, .section__inner h2, .section__inner h3, .section__inner p, .section__inner a, .section__inner span {
  color: #222222;
}
.section__inner + .section__inner {
  padding-top: 0;
}
section:last-of-type .section__inner:last-of-type {
  padding-bottom: 80px;
}
@media (max-width: 1000px) {
  .section__inner {
    padding: 64px 20px;
  }
}
@media print, screen and (max-width: 767.9px) {
  .section__inner {
    padding: 48px 20px;
  }
  section:last-of-type .section__inner:last-of-type {
    padding-bottom: 64px;
  }
}

.section__h2 {
  font-size: 3.2rem;
  line-height: 1.4375;
  margin-bottom: 48px;
  position: relative;
  text-align: center;
}
.section__h2.type1 {
  line-height: 1.3;
  letter-spacing: 0;
}
.section__h2.type1:after {
  background: url(/en/promotion/uae/img/bg_h2_01.svg) 0 0/contain no-repeat;
  content: "";
  left: 50%;
  height: 40px;
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  width: 216px;
}
.section__h2.type1 small {
  font-size: 2.4rem;
}
.section__h2.type1 span {
  display: inline-block;
  position: relative;
}
.section__h2.type1 span:before, .section__h2.type1 span:after {
  background-color: #333;
  bottom: 10px;
  content: "";
  height: 36px;
  position: absolute;
  width: 2px;
}
.section__h2.type1 span:before {
  left: -40px;
  transform: rotate(-15deg);
}
.section__h2.type1 span:after {
  right: -40px;
  transform: rotate(15deg);
}
.section__h2.type2:after {
  background: url(/en/promotion/uae/img/bg_h2_02.svg) 0 0/contain no-repeat;
  content: "";
  display: inline-block;
  height: 39px;
  right: 0;
  position: relative;
  top: 6.1px;
  width: 43px;
}

.section__h2.type2-another:after {
  content: none;
}
.section__h2.type2-another .break {
  display: inline-block;
  position: relative;
}
.section__h2.type2-another .break::after {
  background: url(/en/promotion/uae/img/bg_h2_02.svg) 0 0/contain no-repeat;
  content: "";
  display: inline-block;
  height: 39px;
  right: -43px;
  position: absolute;
  top: 6.1px;
  width: 43px;
}
.section__h3 {
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 24px;
  position: relative;
  text-align: center;
}
.section__h3.type1 {
  font-size: 2rem;
  line-height: 1.55;
}
.section__h3.type1:after {
  background: url(/en/promotion/uae/img/bg_h3_01.svg) 0 0/contain no-repeat;
  content: "";
  left: 50%;
  height: 40px;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 191px;
}
.section__h3.type1 .wrap1 {
  display: inline-block;
  position: relative;
}
.section__h3.type1 .wrap1:before, .section__h3.type1 .wrap1:after {
  background-color: #333;
  bottom: 6px;
  content: "";
  height: 36px;
  position: absolute;
  width: 2px;
}
.section__h3.type1 .wrap1:before {
  left: -20px;
  transform: rotate(-15deg);
}
.section__h3.type1 .wrap1:after {
  right: -20px;
  transform: rotate(15deg);
}
.section__h3.type1 .wrap2 {
  display: block;
}
@media print, screen and (max-width: 767.9px) {
  .section__h2 {
    font-size: 2.6rem;
    margin-bottom: 32px;
  }
  .section__h2.type1 {
    line-height: 1.45;
  }
  .section__h2.type1:after {
    background: url(/en/promotion/uae/img/bg_h2_01_sp.svg) 0 0/contain no-repeat;
    width: 210px;
  }
  .section__h2.type1 small {
    font-size: 2rem;
  }
  /* .section__h2.type1 span:before, .section__h2.type1 span:after {
    height: 30px;
    bottom: 15px;
  } */
  .section__h2.type2:after {
    content: none;
  }
  .section__h2.type2 .sp-break {
    display: inline-block;
    position: relative;
  }
  .section__h2.type2 .sp-break:after {
    background: url(/en/promotion/uae/img/bg_h2_02.svg) 0 0/contain no-repeat;
    content: "";
    display: inline-block;
    height: 39px;
    right: -43px;
    position: absolute;
    top: 0;
    width: 43px;
  }
  .section__h2.type2-another {
    padding: 0 20px;
  }
  .section__h3 {
    font-size: 2rem;
  }
  .section__h3.type1 {
    line-height: 1.65;
  }
  .section__h3.type1 .wrap1:before, .section__h3.type1 .wrap1:after {
    height: 32px;
  }
}

p:last-child {
  margin-bottom: 0;
}

.anno-list {
  padding: 0 48px;
}
.anno-list .anno-list__item {
  font-size: 1.6rem;
  padding-left: calc(0.5em + 3px);
  text-indent: calc(-0.5em - 3px);
}
.anno-list .anno-list__item::before {
  content: "*";
  padding-right: 3px;
}
@media print, screen and (max-width: 767.9px) {
  .anno-list {
    padding: 0 15px;
  }
  .anno-list .anno-list__item {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

.section__btn a {
  align-items: center;
  background: url(/en/promotion/uae/img/bg_card-link_button.svg) 0 0/contain no-repeat;
  clip-path: polygon(3% 0, 97% 0, 100% 12%, 100% 87%, 97% 100%, 3% 100%, 0 87%, 0 12%);
  display: flex;
  font-size: 1.6rem;
  font-weight: bold;
  height: 49px;
  justify-content: center;
  margin: 48px auto 0;
  position: relative;
  transition: 0.3s ease;
  width: 220px;
  z-index: 0;
}
.section__btn a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #0e0e0e;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
}
.section__btn a:after {
  border-style: solid;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  border-color: transparent transparent transparent currentColor;
  border-width: 5px 0 5px 8px;
}
.section__btn a:hover {
  color: #fff;
  opacity: 1;
  text-decoration: none;
}
.section__btn a:hover:before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.section__btn.type1 a {
  margin-top: 24px;
}
.section__btn.type2 a {
  margin: 16px 0 0;
}
@media print, screen and (max-width: 767.9px) {
  .section__btn a:hover {
    color: inherit;
  }
  .section__btn a:hover:before {
    transform-origin: 100% 50%;
    transform: scaleX(0);
  }
  .section__btn.type2 a {
    margin: 16px auto 0;
  }
}

.card-link {
  display: grid;
  justify-content: center;
  gap: 16px 48px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto auto;
}
.card-link .card-link__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  text-align: center;
}
.card-link .card-link__item--no-link {
  grid-row: span 3;
}
.card-link .card-link__ttl {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.5;
  margin-bottom: 0;
  padding-bottom: 16px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-link .card-link__ttl:after {
  background: url(/en/promotion/uae/img/bg_h3.svg) 0 0/contain no-repeat;
  bottom: 0;
  content: "";
  height: 13px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 96px;
}
.card-link .card-link__txt {
  flex-grow: 1;
  font-size: 1.6rem;
  text-align: left;
  margin-bottom: 0;
}
.card-link .card-link__btn a {
  align-items: center;
  background: url(/en/promotion/uae/img/bg_card-link_button.svg) 0 0/contain no-repeat;
  clip-path: polygon(3% 0, 97% 0, 100% 12%, 100% 87%, 97% 100%, 3% 100%, 0 87%, 0 12%);
  display: flex;
  font-size: 1.6rem;
  font-weight: bold;
  height: 49px;
  justify-content: center;
  margin: 8px auto 0;
  position: relative;
  transition: 0.3s ease;
  width: 220px;
  z-index: 0;
}
.card-link .card-link__btn a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #0e0e0e;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
}
.card-link .card-link__btn a:after {
  border-style: solid;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  border-color: transparent transparent transparent currentColor;
  border-width: 5px 0 5px 8px;
}
.card-link .card-link__btn a:hover {
  color: #fff;
  opacity: 1;
  text-decoration: none;
}
.card-link .card-link__btn a:hover:before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.card-link.col2 {
  flex-wrap: wrap;
  gap: 48px 56px;
  margin: 0 auto;
  width: 676px;
}
.card-link.col2 .card-link__item {
  width: 310px;
}
@media print, screen and (max-width: 767.9px) {
  .card-link {
    display: block;
  }
  .card-link .card-link__item {
    display: block;
    margin-bottom: 32px;
    width: 100%;
  }
  .card-link .card-link__item:last-child {
    margin-bottom: 0;
  }
  .card-link .card-link__img img {
    width: 100%;
  }
  .card-link .card-link__ttl {
    font-size: 2rem;
    margin: 16px 0;
  }
  .card-link .card-link__txt {
    font-size: 1.4rem;
    line-height: 1.85;
  }
  .card-link.col2 {
    display: block;
    width: 100%;
  }
  .card-link.col2 .card-link__item {
    width: 100%;
  }
  .card-link .card-link__btn a {
    margin-top: 24px;
  }
  .card-link .card-link__btn a:hover {
    color: inherit;
  }
  .card-link .card-link__btn a:hover:before {
    transform-origin: 100% 50%;
    transform: scaleX(0);
  }
}

@media print, screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
@media print, screen and (max-width: 767.9px) {
  .pc-only {
    display: none !important;
  }
}
/* kv */
.kv__inner {
  margin: 0 auto;
  max-width: 1440px;
}

.kv__img {
  height: 631px;
}
.kv__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
@media print, screen and (max-width: 767.9px) {
  .kv__img {
    height: auto;
  }
}

/* attraction */
.attraction .section__inner {
  padding-top: 30px;
}
@media print, screen and (max-width: 767.9px) {
  .attraction .section__inner {
    padding-top: 13px;
  }
}

/* rest */
.rest {
  background-color: #fff4d8;
  margin-bottom: 132px;
  position: relative;
}
.rest:after {
  background: url(/en/promotion/uae/img/bg_doyouknow_00.svg) 0 0/contain round;
  bottom: -132px;
  content: "";
  height: 132px;
  left: 0;
  position: absolute;
  width: 100%;
}
@media print, screen and (max-width: 767.9px) {
  .rest {
    margin-bottom: 35px;
  }
  .rest:after {
    bottom: -35px;
    height: 35px;
  }
}

/* trip */
.trip .section__inner {
  max-width: 676px;
}
.trip .trip__head {
  margin: 0 auto 64px;
  width: 676px;
  display: grid;
  grid-template-columns: 148px 1fr;
  grid-template-rows: auto 1fr;
  align-items: flex-start;
  gap: 8px 24px;
}
.trip .trip__head-img {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
}
.trip .trip__head-ttl {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  font-size: 2.4rem;
  line-height: 1.75;
  margin: 0;
}
.trip .trip__head-txt {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}
.trip .trip__head-txt p {
  font-size: 1.8rem;
  margin-bottom: 8px;
}
.trip .trip-anno-list__item {
  font-size: 1.6rem;
  padding-left: calc(0.5em + 3px);
  text-indent: calc(-0.5em - 3px);
}
.trip .trip-anno-list__item::before {
  content: "*";
  padding-right: 3px;
}
.trip .trip__ttl {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.5;
  text-align: center;
  margin: 16px 0;
  padding-bottom: 16px;
  position: relative;
}
.trip .trip__ttl:after {
  background: url(/en/promotion/uae/img/bg_h3.svg) 0 0/contain no-repeat;
  bottom: 0;
  content: "";
  height: 13px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 96px;
}
.trip .trip__txt {
  font-size: 1.6rem;
}
.trip .trip-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-self: stretch;
  margin-top: 48px;
}
.trip .trip-list__item {
  display: flex;
  flex-direction: column;
}
.trip .trip-list__header {
  background: #FFCC4C;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 8px 0;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 16px 16px 0 0;
}
.trip .trip-list__cont {
  background: #FFF4D8;
  display: flex;
  padding: 16px 24px 24px 24px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 0 0 16px 16px;
}
.trip .trip-list__ttl {
  color: #222;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
}
.trip .trip-list__ttl span {
  display: block;
  line-height: 1;
}
.trip .trip-list__txt {
  color: #222;
  font-size: 1.6rem;
  line-height: 1.75;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
@media print, screen and (max-width: 767.9px) {
  .trip .trip__head {
    gap: 8px 16px;
    margin-bottom: 40px;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    width: 100%;
    align-items: center;
  }
  .trip .trip__head-img {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    width: 100px;
  }
  .trip .trip__head-ttl {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    font-size: 2rem;
  }
  .trip .trip__head-txt {
    grid-column: 1 / 3;
    grid-row: 2 / 3;
  }
  .trip .trip__head-txt p {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .trip .trip-anno-list__item {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .trip .trip__ttl {
    font-size: 2rem;
  }
  .trip .trip__txt {
    font-size: 1.4rem;
    line-height: 1.85;
  }
  .trip .trip-list {
    display: flex;
    flex-direction: column;
  }
  .trip .trip-list__cont {
    padding: 16px 20px 24px 20px;
  }
  .trip .trip-list__ttl {
    font-size: 2rem;
  }
  .trip .trip-list__txt {
    font-size: 1.4rem;
  }
}

/* doyouknow */
.doyouknow {
  background-color: #fff4d8;
}
.doyouknow::before {
  content: "";
  position: absolute;
  display: block;
  background: url(/en/promotion/uae/img/icon_doyouknow_pc.svg) no-repeat;
  background-size: contain;
  width: 80px;
  height: 102.6px;
  top: 0;
  left: 50%;
  transform: translateX(-206.5px);
}
.doyouknow .doyouknow__cont {
  background-color: #fff;
  border-radius: 20px;
  margin-top: 32px;
  padding: 0 20px 1px;
  text-align: center;
  position: relative;
}
.doyouknow .doyouknow__cont::before {
  content: "";
  background: url(/en/promotion/uae/img/doyouknow_bg_01.svg) no-repeat;
  display: block;
  width: min(1.22vw, 12px);
  height: min(9.9vw, 97px);
  position: absolute;
  left: calc(50% + min(36.2vw, 355px));
  background-size: contain;
}
.doyouknow .doyouknow__row {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: center;
  margin: 16px auto 48px;
  max-width: 676px;
}
.doyouknow .doyouknow__img {
  flex-shrink: 0;
  width: 310px;
}
.doyouknow .doyouknow__txt {
  font-size: 1.6rem;
  text-align: left;
}
.doyouknow .doyouknow__anno .doyouknow__anno__item {
  font-size: 1.3rem;
  text-align: left;
  padding-left: calc(0.5em + 3px);
  text-indent: calc(-0.5em - 3px);
}
.doyouknow .doyouknow__anno .doyouknow__anno__item::before {
  content: "*";
  padding-right: 3px;
}
@media print, screen and (min-width: 768px) {
  .doyouknow .doyouknow__cont>.doyouknow__img img {
    width: min(69vw, 676px);
  } 
}
@media print, screen and (max-width: 767.9px) {
  .doyouknow::before {
    background: url(/en/promotion/uae/img/icon_doyouknow_sp.svg) no-repeat;
    background-size: contain;
    width: 63px;
    height: 74.63px;
    transform: translateX(-168px);
  }
  .doyouknow .doyouknow__cont::before {
    content: unset;
  }
  .doyouknow .section__inner {
    padding: 48px 0;
  }
  .doyouknow .doyouknow__row {
    display: block;
    margin: 25px auto 40px;
    max-width: 100%;
  }
  .doyouknow .doyouknow__img img {
    width: 100%;
  }
  .doyouknow .doyouknow__txt {
    font-size: 1.4rem;
    margin-top: 16px;
    text-align: center;
    line-height: 1.8;
  }
}

/* support */
.support {
  border-bottom: 10px solid #ffcc4c;
}
.support .support__cont:last-child {
  border-bottom: 2px solid #ffcc4c;
}
.support .support__q {
  background-color: #fff;
  border-top: 2px solid #ffcc4c;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 22px 48px 24px;
  position: relative;
}
.support .support__a {
  background-color: #fff4d8;
}
.support .support__a p {
  font-size: 1.6rem;
  padding: 24px 48px;
}
@media print, screen and (max-width: 767.9px) {
  .support .support__q {
    font-size: 1.4rem;
    line-height: 1.7;
    padding: 14px 15px 16px;
  }
  .support .support__q:after {
    right: 15px;
  }
  .support .support__a p {
    font-size: 1.4rem;
    line-height: 1.8;
    padding: 16px 15px;
  }
}

/*page_top*/
.page_top {
  position: fixed;
  right: 20px;
  bottom: 50px;
  display: none;
  background-color: transparent !important;
  z-index: 99;
}

.page_top.active {
  display: block;
}

.page_top a {
  width: 60px;
  height: 60px;
  background-color: #8a99db;
  text-decoration: none;
  position: relative;
  display: inline-block;
  border-radius: 99px;
  vertical-align: top;
}

.page_top a::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 24px;
  width: 22px;
  height: 22px;
  border-top: 5.5px solid #fff;
  border-right: 5.5px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
  transition: all 0.3s;
}

.page_top a:hover {
  opacity: 1;
}

.page_top a:hover::before {
  top: 20px;
}

@media print, screen and (min-width: 1100px) {
  .page_top {
    right: calc(50% - 520.5px);
  }
}
@media print, screen and (max-width: 767.9px) {
  .page_top {
    bottom: 30px;
  }
  .page_top a {
    width: 50px;
    height: 50px;
  }
  .page_top a::before {
    top: 20px;
    width: 15px;
    height: 15px;
    border-top: 3.5px solid #fff;
    border-right: 3.5px solid #fff;
  }
}