<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;
}

#top .top-section {
  padding: 15.625vw 3.125vw;
}

#mvTop {
  position: relative;
  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;
  padding: 1.5625vw;
  background-image: url("/en/img/main-top-sp.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: 69.21875vw;
  height: 25.15625vw;
  fill: #fff;
}

#mvSubTitle {
  margin-top: 10vw;
  font-weight: 300;
  font-size: 4.375vw;
  letter-spacing: 0.2em;
  line-height: 1;
}

#mvLead {
  margin-top: 9.375vw;
  font-size: 4.375vw;
  line-height: 6.5625vw;
  letter-spacing: 0.1em;
  text-align: center;
}

#mvButton {
  position: relative;
  z-index: 1;
  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: 25.78125vw;
  height: 25.78125vw;
  margin-top: 9.375vw;
  border-radius: 86px;
}

#mvButton:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  border: 0.3125vw 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.3125vw solid #fff;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

#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: 24.21875vw;
  height: 24.21875vw;
  border: 0.625vw solid #fff;
  border-radius: 12.5vw;
  text-align: center;
}

#mvButton a span {
  position: relative;
  display: block;
  margin-top: 3.125vw;
  padding: 1.5625vw;
  font-weight: 300;
  font-size: 3.4375vw;
  line-height: 4.6875vw;
  color: #fff;
}

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

#importantNotice {
  font-size: 3.75vw;
  line-height: 5.3125vw;
  letter-spacing: 0.1em;
}

#importantNotice dl dt {
  padding: 0.78125vw 3.75vw;
  background-color: #eb6877;
  color: #fff;
  text-align: center;
}

#importantNotice dl dd {
  padding: 3.125vw;
  background-color: #fdf3f4;
}

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

#topNavigation .mod-globalnavigation-item a {
  background-color: rgba(255, 255, 255, 0.7);
}

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

#topTopics.top-section {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#topTopicsList .top-topics-item {
  width: 83.75vw !important;
  padding: 0 2.5vw;
}

#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: 53.59375vw;
  background-color: #f7f7f7;
}

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

#topTopicsList .top-topics-item-title {
  margin-top: 6.25vw;
  font-size: 4.0625vw;
  line-height: 4.6875vw;
  letter-spacing: 0.1em;
  text-align: center;
}

#topTopicsList .top-topics-item-date {
  margin-top: 3.125vw;
  font-size: 2.8125vw;
  line-height: 1;
  text-align: center;
}

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

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

#topStore [class^="mod-title"] {
  color: #fff;
}

#topStore [class^="mod-title"] svg {
  fill: #fff;
}

#topStoreList .top-store-item:not(:first-child) {
  margin-top: 2.34375vw;
}

#topStoreList .top-store-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3.125vw;
  background-color: #fff;
}

#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;
  max-width: 43.75vw;
  min-width: 43.75vw;
  height: 32.8125vw;
  background-color: #f7f7f7;
}

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

#topStoreList .top-store-item-meta {
  padding-left: 3.125vw;
  font-size: 3.75vw;
}

#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: 15.625vw;
  height: 15.625vw;
}

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

#topStoreList .top-store-item [class^="mod-category"] {
  margin-top: 3.125vw;
}

#topStoreList .top-store-item-title {
  margin-top: 3.125vw;
  font-weight: 700;
  line-height: 4.6875vw;
  letter-spacing: 0.1em;
}

#topStoreList .top-store-item [class^="mod-address"] {
  margin-top: 3.125vw;
}

#topStoreButtons {
  margin-top: 9.375vw;
}

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

#topStoreButtons [class^="mod-button"]:not(:first-child) {
  margin-top: 3.125vw;
}

#topNews .mod-news-list .mod-news-item {
  padding: 3.75vw 3.125vw;
  border-top: 0.3125vw dotted #53b6e4;
}

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

#topNews .mod-news-list .mod-news-item-title {
  font-size: 4.0625vw;
  line-height: 6.25vw;
}

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

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

#topGallery {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#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: 24.6875vw 2px 24.6875vw 2px 24.6875vw 2px 24.6875vw 2px 24.6875vw 2px 24.6875vw 2px 24.6875vw 2px 24.6875vw 2px 24.6875vw 2px 24.6875vw 2px 24.6875vw;
  grid-template-columns: repeat(11, 24.6875vw);
  -ms-grid-rows: 18.75vw 2px 18.75vw;
  grid-template-rows: repeat(2, 18.75vw);
  grid-gap: 2px;
  margin-right: 2px;
}

#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: 9.375vw;
}

#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: 12.5vw;
}

#topWifi .top-wifi-icon {
  display: block;
  width: 15.625vw;
  height: 15.625vw;
}

#topWifi .top-wifi-code {
  margin-top: 6.25vw;
  font-weight: 700;
  font-size: 4.375vw;
  line-height: 1;
  text-align: center;
  width: 60%;
}
/*# sourceMappingURL=top.sp.css.map */</pre></body></html>