<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#allWrap {
  padding-top: 0;
}

header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-width: 1024px;
  height: auto;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: translateY(0%) !important;
          transform: translateY(0%) !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#headLogo a .logo {
  display: block;
  width: 150px !important;
  padding: 10px;
  background-color: #fff;
  border-radius: 4px;
}

#headLogo a .title {
  display: none;
}

#headCommonUtil .icon svg {
  fill: #fff;
}

#headCommonUtil .name {
  color: #fff;
}

#headMenu {
  display: none;
}

#top .top-section {
  padding: 100px 0;
}

#mvTop {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  background-image: url("/en/img/main-top.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

#mvTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 680px;
}

#mvTitle svg {
  width: 100%;
  height: 22.77778vh;
  max-width: 680px;
  max-height: 246px;
  fill: #fff;
}

#mvSubTitle {
  margin-top: 6.48148vh;
  font-weight: 300;
  font-size: 2.4rem;
  letter-spacing: 0.2em;
  line-height: 1;
}

#mvLead {
  margin-top: 4.62963vh;
  font-size: 1.8rem;
  line-height: 4.2rem;
  letter-spacing: 0.1em;
  text-align: center;
}

#mvButton {
  position: relative;
  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;
  width: 15.92593vh;
  height: 15.92593vh;
  max-width: 172px;
  max-height: 172px;
  margin-top: 4.62963vh;
  border-radius: 86px;
}

#mvButton:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  border: 0.27778vh solid #fff;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

#mvButton:after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  border: 0.27778vh solid #fff;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

#mvButton:hover:before {
  -webkit-animation: circle 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
          animation: circle 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
}

#mvButton:hover:after {
  -webkit-animation: circle 1.5s 0.4s cubic-bezier(0.23, 1, 0.32, 1) infinite;
          animation: circle 1.5s 0.4s cubic-bezier(0.23, 1, 0.32, 1) infinite;
}

#mvButton a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 14.81481vh;
  height: 14.81481vh;
  max-width: 160px;
  max-height: 160px;
  border: 0.55556vh solid #fff;
  border-radius: 80px;
  text-align: center;
}

#mvButton a span {
  display: block;
  position: relative;
  margin-top: 1.85185vh;
  padding: 10px;
  font-weight: 300;
  font-size: 2.03704vh;
  line-height: 2.77778vh;
  color: #fff;
}

#mvButton a span:after {
  display: block;
  width: 100%;
  content: '&gt;';
  text-align: center;
}

@-webkit-keyframes circle {
  0% {
    -webkit-transform: translateY(-50%, -50%) scale(1);
            transform: translateY(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2);
    opacity: 0;
  }
}

@keyframes circle {
  0% {
    -webkit-transform: translateY(-50%, -50%) scale(1);
            transform: translateY(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2);
    opacity: 0;
  }
}

#importantNotice {
  line-height: 2.5rem;
  letter-spacing: 0.1em;
}

#importantNotice dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

#importantNotice dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 24px;
  background-color: #eb6877;
  color: #fff;
}

#importantNotice dl dd {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  padding: 28px 20px;
  background-color: #fdf3f4;
}

#topNavigation {
  padding: 100px 0;
  background-image: url("/en/img/bg-navigation.jpg");
  background-position-x: center;
  background-size: cover;
}

#topNavigation .mod-globalnavigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#topNavigation .mod-globalnavigation-item:not(:first-child) {
  margin-left: 10px;
}

#topNavigation .mod-globalnavigation-item:nth-of-type(1) .mod-globalnavigation-icon svg {
  width: 43.33333px;
  height: 46px;
}

#topNavigation .mod-globalnavigation-item:nth-of-type(2) .mod-globalnavigation-icon svg {
  width: 31.33333px;
  height: 48px;
}

#topNavigation .mod-globalnavigation-item:nth-of-type(3) .mod-globalnavigation-icon svg {
  width: 46px;
  height: 43.33333px;
}

#topNavigation .mod-globalnavigation-item:nth-of-type(4) .mod-globalnavigation-icon svg {
  width: 45.33333px;
  height: 46px;
}

#topNavigation .mod-globalnavigation-item:nth-of-type(5) .mod-globalnavigation-icon svg {
  width: 48px;
  height: 47.33333px;
}

#topNavigation .mod-globalnavigation-item:nth-of-type(6) .mod-globalnavigation-icon svg {
  width: 41.33333px;
  height: 42.66667px;
}

#topNavigation .mod-globalnavigation-item a {
  position: relative;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 150px;
  height: 150px;
  padding: 0 8px;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

#topNavigation .mod-globalnavigation-item a:hover {
  background-color: rgba(83, 182, 228, 0.7);
}

#topNavigation .mod-globalnavigation-item a:hover .mod-globalnavigation-icon svg {
  fill: #fff;
}

#topNavigation .mod-globalnavigation-item a:hover .mod-globalnavigation-cat {
  color: #fff;
}

#topNavigation .mod-globalnavigation-cat {
  display: block;
  margin-top: 18px;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.1em;
  text-align: center;
  max-width: 150px;
}

#topNavigation .mod-globalnavigation-ext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

#topNavigation .mod-globalnavigation-ext .mod-globalnavigation-item a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 450px;
  height: 100px;
  background-color: rgba(83, 182, 228, 0.8);
}

#topNavigation .mod-globalnavigation-ext .mod-globalnavigation-icon {
  margin-left: 20px;
}

#topNavigation .mod-globalnavigation-ext .mod-globalnavigation-icon svg {
  fill: #fff;
}

#topNavigation .mod-globalnavigation-ext .mod-globalnavigation-cat {
  margin-top: 0;
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
  max-width: none;
}

#topTopics .top-topics-slider-enter {
  opacity: 0;
}

#topTopics .top-topics-slider-enter-active {
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

#topTopics .top-topics-slider-enter-to {
  opacity: 1;
}

#topTopicsList {
  width: 1024px;
  margin: 0 auto;
}

#topTopicsList:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#topTopicsList .slick-list {
  width: 100%;
  overflow: visible;
}

#topTopicsList .top-topics-item {
  width: 512px !important;
  padding: 0 16px;
}

#topTopicsList .top-topics-item-image {
  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;
  width: 100%;
  height: 360px;
  background-color: #f7f7f7;
}

#topTopicsList .top-topics-item-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

#topTopicsList .top-topics-item-title {
  margin-top: 40px;
  font-size: 2.4rem;
  line-height: 3.0rem;
  letter-spacing: 0.1em;
  text-align: center;
}

#topTopicsList .top-topics-item-date {
  margin-top: 20px;
  line-height: 1;
  text-align: center;
}

#topTopics [class^="mod-button"] {
  margin-top: 60px;
}

#topStore {
  background-color: #53b6e4;
}

#topStore .top-store-enter {
  opacity: 0;
}

#topStore .top-store-enter-active {
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

#topStore .top-store-enter-to {
  opacity: 1;
}

#topStore .mod-title-01-icon {
  fill: #fff;
}

#topStore .mod-title-01-text {
  color: #fff;
}

#topStoreList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#topStoreList .top-store-item {
  max-width: 328px;
  min-width: 328px;
  background-color: #fff;
  text-align: center;
}

#topStoreList .top-store-item:not(:first-child) {
  margin-left: 15px;
}

#topStoreList .top-store-item-image {
  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: 246px;
  background-color: #f7f7f7;
}

#topStoreList .top-store-item-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

#topStoreList .top-store-item-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 30px 30px;
}

#topStoreList .top-store-item-logo {
  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;
  width: 75px;
  height: 75px;
}

#topStoreList .top-store-item-logo img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

#topStoreList .top-store-item [class^="mod-category"] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

#topStoreList .top-store-item-title {
  width: 100%;
  margin-top: 20px;
  line-height: 3.0rem;
  letter-spacing: 0.1em;
}

#topStoreList .top-store-item-address {
  width: 100%;
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 2.0rem;
}

#topStoreButtons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

#topStoreButtons [class^="mod-button"] a {
  background-color: #fff;
}

#topStoreButtons [class^="mod-button"]:not(:first-child) {
  margin-left: 60px;
}

#topNews .mod-news-list .mod-news-item {
  padding: 14px 70px;
  border-top: 1px dotted #53b6e4;
}

#topNews .mod-news-list .mod-news-item-date {
  font-size: 1.4rem;
  color: #707070;
}

#topNews .news-group:last-child {
  border-bottom: 1px dotted #53b6e4;
}

#topNews [class^="mod-button"] {
  margin-top: 60px;
}

#gallery {
  position: relative;
  overflow: hidden;
  width: 100%;
}

#galleryInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#galleryInner ul {
  display: -ms-grid;
  display: grid;
      grid-template-areas: "g2 g2 g1 g1 g5 g6 g6 g7 g8 g9 g10" "g2 g2 g3 g4 g4 g6 g6 g7 g8 g9 g10";
  -ms-grid-columns: 240px 3px 240px 3px 240px 3px 240px 3px 240px 3px 240px 3px 240px 3px 240px 3px 240px 3px 240px 3px 240px;
  grid-template-columns: repeat(11, 240px);
  -ms-grid-rows: 180px 3px 180px;
  grid-template-rows: repeat(2, 180px);
  grid-gap: 3px;
  margin-right: 3px;
}

#galleryInner ul li {
  overflow: hidden;
}

#galleryInner ul li figure {
  width: 100%;
  height: 100%;
}

#galleryInner ul li figure a {
  width: inherit;
  height: inherit;
}

#galleryInner ul li figure a img {
  width: inherit;
  height: inherit;
}

#galleryInner ul li figcaption {
  display: none;
}

#galleryInner ul li:nth-of-type(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  -ms-grid-column-span: 3;
  grid-area: g1;
}

#galleryInner ul li:nth-of-type(2) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: g2;
}

#galleryInner ul li:nth-of-type(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
  grid-area: g3;
}

#galleryInner ul li:nth-of-type(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 7;
  -ms-grid-column-span: 3;
  grid-area: g4;
}

#galleryInner ul li:nth-of-type(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
  grid-area: g5;
}

#galleryInner ul li:nth-of-type(6) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 11;
  -ms-grid-column-span: 3;
  grid-area: g6;
}

#galleryInner ul li:nth-of-type(7) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 15;
  grid-area: g7;
}

#galleryInner ul li:nth-of-type(8) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 17;
  grid-area: g8;
}

#galleryInner ul li:nth-of-type(9) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 19;
  grid-area: g9;
}

#galleryInner ul li:nth-of-type(10) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 21;
  grid-area: g10;
}

#galleryInner ul li:nth-of-type(11) {
  grid-area: g11;
}

#galleryInner ul li:nth-of-type(12) {
  grid-area: g12;
}

#galleryInner ul li:nth-of-type(13) {
  grid-area: g13;
}

#galleryInner ul li:nth-of-type(14) {
  grid-area: g14;
}

#galleryInner ul li:nth-of-type(15) {
  grid-area: g15;
}

#galleryInner ul li:nth-of-type(16) {
  grid-area: g16;
}

#galleryInner ul li:nth-of-type(17) {
  grid-area: g17;
}

#galleryInner ul li:nth-of-type(18) {
  grid-area: g18;
}

#galleryInner ul li:nth-of-type(19) {
  grid-area: g19;
}

#galleryInner ul li:nth-of-type(20) {
  grid-area: g20;
}

#topInformation [class^="mod-button"] {
  margin-top: 60px;
}

#topWifi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 80px;
}

#topWifi .top-wifi-icon {
  display: block;
  width: 100px;
  height: 100px;
}

#topWifi .top-wifi-code {
  margin-top: 40px;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
  text-align: center;
}
/*# sourceMappingURL=top.pc.css.map */</pre></body></html>