@charset "UTF-8";
/* ==============================
リセットcss
============================== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  text-align: left;
}

main {
  display: block;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol, dl {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

table {
  text-align: left;
  border-collapse: separate;
  border-spacing: 0;
}

input, select {
  vertical-align: middle;
}

* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* 大枠 */
html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
}

body {
  width: 1920px;
  height: 1080px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  line-height: 1.8;
  word-wrap: break-word;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
body.cursor-hide {
  cursor: none;
}

#wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

body > #wrapper {
  height: auto;
}

@media print {
  html {
    overflow: visible !important;
  }
  html body {
    overflow: visible !important;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  vertical-align: bottom;
  -webkit-box-shadow: #000 0 0 0;
          box-shadow: #000 0 0 0;
  /* ロールオーバー対応 */
  box-shadow: #000 0 0 0;
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
}

/* レスポンシブ対応 */
x:-moz-any-link, x:default {
  box-shadow: #000 0 0 0;
  /* IE7対応 */
}

/* リンク */
a:link, a:visited {
  color: #0066FF;
  text-decoration: none;
}
a:hover, a:active {
  color: #0066FF;
  text-decoration: underline;
}

.container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

#main {
  width: 1920px;
  height: 1080px;
  background-color: #000;
  overflow: hidden;
}

#slide {
  width: 100%;
  height: 620px;
  background-color: #eee;
  position: relative;
}
#slide .slide_title {
  position: absolute;
  left: 121px;
  top: 206px;
  z-index: 10;
}
#slide .slide_title img {
  width: 1140px;
  height: 75px;
  -webkit-filter: drop-shadow(8px 8px 7px rgba(0, 0, 0, 0.9));
          filter: drop-shadow(8px 8px 7px rgba(0, 0, 0, 0.9));
}
#slide .swiper {
  width: 100%;
  height: 620px;
  /* ページネーションの余白 */
  /* ページネーションのサイズと色 */
}
#slide .swiper .swiper-slide {
  width: 100%;
  height: 620px;
}
#slide .swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
#slide .swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}
#slide .swiper .swiper-pagination {
  line-height: 1;
  bottom: 20px;
}
#slide .swiper .swiper-pagination-bullet {
  background-color: #fff;
  height: 13px;
  width: 13px;
  border-radius: 0;
  opacity: 1;
  -webkit-transition: background-color 0.7s linear;
  transition: background-color 0.7s linear;
}
#slide .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #282f57;
}

.menu_wrap {
  width: 100%;
  height: 407px;
  margin-top: 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.menu_wrap::before {
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: " ";
  display: inline-block;
  width: 4px;
  height: 350px;
  background-color: #fff;
}
.menu_wrap .jp_menu, .menu_wrap .en_menu {
  width: 50%;
}
.menu_wrap .jp_menu .menu_title, .menu_wrap .en_menu .menu_title {
  text-align: center;
  font-size: 34px;
  height: 62px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
}
.menu_wrap .jp_menu .menu, .menu_wrap .en_menu .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 784px;
  margin: 0 auto;
}
.menu_wrap .jp_menu .menu .menu_btn, .menu_wrap .en_menu .menu .menu_btn {
  width: 232px;
}

.head {
  height: 120px;
  width: 100%;
  border-bottom: 1px solid #2f2f2f;
  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;
}
.head img {
  height: 47px;
}

.contents {
  width: 100%;
  height: 960px;
  padding: 84px 0 0;
}
.contents .weather_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 105px;
}
.contents .weather {
  border-radius: 10px;
  width: 647px;
  margin: 0 25px;
}
.contents .weather .weather_title {
  height: 96px;
  background-color: #0a172e;
  border-radius: 10px 10px 0 0;
  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;
  font-weight: 600;
  font-size: 32px;
  color: #fff;
  line-height: 1;
}
.contents .weather .weather_title .date {
  margin-left: 50px;
}
.contents .weather .weather_title .date > span {
  font-size: 25px;
}
.contents .weather .weather_inner {
  width: 100%;
  height: 492px;
  background-color: #f5f0e6;
  border-radius: 0 0 10px 10px;
  padding: 15px 0 0;
}
.contents .weather .weather_inner .weather_mark {
  width: 380px;
  height: 285px;
  margin: 0 auto;
}
.contents .weather .weather_inner .display_name {
  height: 59px;
  line-height: 1;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
}
.contents .weather .weather_inner .weather_value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contents .weather .weather_inner .weather_value .value_item {
  width: 193px;
  text-align: center;
}
.contents .weather .weather_inner .weather_value .value_item .value_title {
  text-align: center;
}
.contents .weather .weather_inner .weather_value .value_item .value_title img {
  width: 149px;
  height: 32px;
}
.contents .weather .weather_inner .weather_value .value_item .value {
  text-align: center;
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
  margin: 10px 0 0;
}
.contents .weather .weather_inner .weather_value .value_item .value.rainy_percent {
  color: #666666;
}
.contents .weather .weather_inner .weather_value .value_item .value.highest_temperature {
  color: #f05a24;
}
.contents .weather .weather_inner .weather_value .value_item .value.lowest_temperature {
  color: #0071bb;
}
.contents .weather .weather_inner .weather_value .value_item .value .todayhighestr {
  font-size: 60px;
  font-weight: 600;
  padding: 0;
}
.contents .weather .weather_inner .weather_value .value_item .value .todayrainypercent:empty + .unit, .contents .weather .weather_inner .weather_value .value_item .value .todayhighestr:empty + .unit, .contents .weather .weather_inner .weather_value .value_item .value .todaylowest:empty + .unit {
  display: none;
}
.contents .weather .weather_inner .weather_value .value_item .value .tomorrowrainypercent:empty + .unit, .contents .weather .weather_inner .weather_value .value_item .value .tomorrowhighestr:empty + .unit, .contents .weather .weather_inner .weather_value .value_item .value .tomorrowlowest:empty + .unit {
  display: none;
}
.contents .weather .weather_inner .weather_value .value_item .value .unit {
  font-size: 32px;
  font-weight: 400;
  padding: 0 0 0 10px;
}
.contents .btn_back {
  width: 251px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.contents .btn_back img {
  width: 251px;
  height: 60px;
}

#main {
  position: relative;
}
#main .btn_more {
  width: 130px;
  height: 36px;
}
#main .btn_more img {
  width: 130px;
  height: 36px;
}
#main .back_btn {
  width: 250px;
  height: 60px;
  position: absolute;
  left: 835px;
  top: 990px;
}
#main .back_btn img {
  width: 250px;
  height: 60px;
}
#main .en_btn_more {
  width: 92px;
  height: 36px;
}
#main .en_btn_more img {
  width: 92px;
  height: 36px;
}

#main.bus1 {
  width: 1920px;
  height: 1080px;
  background: url(../image/jp/other/back_bus1.png) no-repeat scroll center top;
  background-size: 1920px 1080px;
}
#main.bus1 .position1 {
  position: absolute;
  left: 789px;
  top: 826px;
}
#main.bus1 .position2 {
  position: absolute;
  left: 1389px;
  top: 826px;
}

#main.bus2 {
  width: 1920px;
  height: 1080px;
  background: url(../image/jp/other/back_bus2.png?=20240411) no-repeat scroll center top;
  background-size: 1920px 1080px;
}

#main.bus3 {
  width: 1920px;
  height: 1080px;
  background: url(../image/jp/other/back_bus3.png?=20240312) no-repeat scroll center top;
  background-size: 1920px 1080px;
}

#main.area_guide {
  width: 1920px;
  height: 1080px;
  background: url(../image/jp/other/back_area_guide_2.jpg) no-repeat scroll center top;
  background-size: 1920px 1080px;
}

#main.en_bus1 {
  width: 1920px;
  height: 1080px;
  background: url(../image/en/other/en_back_bus1.png) no-repeat scroll center top;
  background-size: 1920px 1080px;
}
#main.en_bus1 .position1 {
  position: absolute;
  left: 827px;
  top: 834px;
}
#main.en_bus1 .position2 {
  position: absolute;
  left: 1428px;
  top: 834px;
}

#main.en_bus2 {
  width: 1920px;
  height: 1080px;
  background: url(../image/en/other/en_back_bus2.png?=20240411) no-repeat scroll center top;
  background-size: 1920px 1080px;
}

#main.en_bus3 {
  width: 1920px;
  height: 1080px;
  background: url(../image/en/other/en_back_bus3.png?=20240312) no-repeat scroll center top;
  background-size: 1920px 1080px;
}

#main.en_area_guide {
  width: 1920px;
  height: 1080px;
  background: url(../image/en/other/en_back_area_guide_2.jpg) no-repeat scroll center top;
  background-size: 1920px 1080px;
}

#video_area {
  width: 1920px;
  height: 1080px;
  overflow: hidden;
}

#video {
  width: 1920px;
  height: 1080px;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;";
}

#no_data {
  position: absolute;
  left: 0;
  top: 0;
  width: 1920px;
  height: 1080px;
  background-color: rgba(0, 0, 0, 0.7);
  pointer-events: none;
  display: none;
}
#no_data.show {
  display: block;
}
#no_data .text {
  font-weight: 600;
  color: #fff;
  font-size: 40px;
  letter-spacing: 0.2em;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}/*# sourceMappingURL=base.css.map */