@font-face {
  font-family: 'LINESeedJP_OTF';
  font-weight: 400;
  src: url(../font/LINESeedJP_OTF_Rg.otf);
}

@font-face {
  font-family: 'LINESeedJP_OTF';
  font-weight: 800;
  src: url(../font/LINESeedJP_OTF_Bd.otf);
}

@font-face {
  font-family: 'NotoSerifJP';
  font-weight: 700;
  src: url(../font/Noto_Serif_JP/NotoSerifJP-Bold.otf);
}

@font-face {
  font-family: 'NotoSerifJP';
  font-weight: 900;
  src: url(../font/Noto_Serif_JP/NotoSerifJP-Black.otf);
}

@font-face {
  font-family: 'NotoSansJP';
  font-weight: 500;
  src: url(../font/Noto_Sans_JP/NotoSansJP-Regular.ttf);
}

@font-face {
  font-family: 'NotoSansJP';
  font-weight: 600;
  src: url(../font/Noto_Sans_JP/NotoSansJP-semiBold.ttf);
}

@font-face {
  font-family: 'NotoSansJP';
  font-weight: 700;
  src: url(../font/Noto_Sans_JP/NotoSansJP-Bold.ttf);
}

@font-face {
  font-family: 'NotoSansJP';
  font-weight: 900;
  src: url(../font/Noto_Sans_JP/NotoSansJP-Black.ttf);
}


/* スクロールバーの全体 */
::-webkit-scrollbar {
  width: 10px;
  /* 横スクロールバーの高さ */
  height: 10px;
  /* 縦スクロールバーの幅 */
}

/* スクロールバーのトラック（背景） */
::-webkit-scrollbar-track {
  background: #aecfc3;
  /* 背景色 */
  border-radius: 10px;
  /* 角丸 */
}

/* スクロールバーのつまみ（スクロール部分） */
::-webkit-scrollbar-thumb {
  background: #33c38f;
  /* つまみの色 */
  border-radius: 10px;
  /* 角丸 */
}

/* マウスホバー時のつまみ */
::-webkit-scrollbar-thumb:hover {
  background: #33c38f;
}

html {
  width: 100%;
  height: 100%;
  background: #bff8e5;
  overflow: hidden;
  transform-origin: 0 0;
}

body {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  object-fit: cover;
  object-position: center;
}

h1 {
  font-size: 26pt;
  font-family: 'LINESeedJP_OTF';
  font-weight: bold;
  margin: 0;
}

h2 {
  font-size: 22pt;
  font-family: 'LINESeedJP_OTF';
  font-weight: bold;
  margin: 0;
}

h3 {
  font-size: 30px;
  font-family: 'LINESeedJP_OTF';
  font-weight: 400;
  margin: 0;
}

p {
  font-size: 10pt;
  font-family: "LINESeedJP_OTF";
  margin: 0;
  word-break: break-word;
}

textarea {
  margin: 0;
  tab-size: 4;
  font-family: 'LINESeedJP_OTF', monospace;
  overflow: overlay;
  scrollbar-gutter: stable;
  word-break: break-word;
}

video {
  height: 100%;
  object-fit: cover;
}

button {
  padding-block: unset;
  padding-inline: unset;
  cursor: pointer;
}

button img {
  height: 100%;
}

button,
a,
li {
  -webkit-tap-highlight-color: transparent;
}

.test_text {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1999999999999999999;
}

.test_text p {
  font-size: 30px;
  font-weight: bold;
  color: #FF0000;
}



.loading {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
  background: #00000075;
}

.loading .contents {
  display: flex;
  flex-direction: column;
  width: 1902px;
  height: 1080px;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
}

.loading p {
  font-size: 20px;
  color: white;
  font-weight: bold;
}





#show {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 30px;
  z-index: 9999999;
}

.popup_field {
  position: absolute;
  width: 100%;
  height: 1080px;
  top: 0;
  left: 0;
  z-index: 999;
  pointer-events: none;
  display: flex;
  justify-content: center;
}


.popup_field {
  position: absolute;
  width: 100%;
  height: 1080px;
  top: 0;
  left: 0;
  z-index: 1000000000000000;
  pointer-events: none;
  display: flex;
  justify-content: center;
}

#popup-message {
  display: none;
  position: fixed;
  top: 10%;
  width: auto;
  padding: 20px;
  border-radius: 10px;
  font-size: 18px;
  color: white;
  width: 500px;
  text-align: center;
  width: 500px;
}

#popup-message p {
  font-size: 18px;
  color: white;
}

#popup-message.active {
  display: block;
  background: rgba(0, 0, 0, 0.8);
}

#popup-message.error {
  display: block;
  background: rgba(240, 0, 0, 0.8);
}

#main {
  position: relative;
  width: 1920px;
  height: 1080px;
  overflow: hidden;
}

#edit {
  position: relative;
  width: 1920px;
  height: 1080px;
}







.footer {
  position: absolute;
  width: 100%;
  height: 215px;
  background: #00000000;
  pointer-events: auto;
  bottom: 0;
  opacity: 1;
  z-index: 1;
  transition: opacity 0.5s ease;
  overflow: hidden;
}

.footer .topBar {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 0.5s ease;
  z-index: 1;
}

.footer .topBar .bottom {
  position: absolute;
  width: 100%;
  height: 170px;
  bottom: 0;
}

.footer .topBar .bottom img {
  width: 100%;
  height: 100%;
}

.footer .changeBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 2%;
  width: 96%;
  height: 100%;
  opacity: 0;
  z-index: 0;
  transition: opacity 0.5s ease;
}

.footer .changeBtn ul {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.footer .changeBtn ul button {
  width: 240px;
  height: 160px;
  font-size: 30px;
  background: none;
  border: none;
  cursor: pointer;
}

.footer .changeBtn ul li {
  height: 160px;
}

.footer .changeBtn ul li button[name="top"] {
  background: url(../img/common/touch_icon.png);
  background-size: 100% 100%;

  p {
    position: absolute;
    width: 100%;
    height: 60px;
    bottom: 20px;
    background: white;
    font-size: 25px;
    font-weight: bold;
    line-height: 30px;
  }
}

.footer .changeBtn ul li button[name="reservation"] {
  background: url(../img/common/reservation_icon.png);
  background-size: 100% 100%;
}

.footer .changeBtn ul li button[name="event"] {
  background: url(../img/common/event_icon.png);
  background-size: 100% 100%;
}

.footer .changeBtn ul li button[name="map"] {
  background: url(../img/common/map_icon.png);
  background-size: 100% 100%;
}

.footer .changeBtn ul li button[name="sightseeing"],
.footer .changeBtn ul li button[name="info"] {
  background: url(../img/common/sightseeing_icon.png);
  background-size: 100% 100%;
}

.footer .changeBtn ul li button[name="outdoor"] {
  background: url(../img/common/outdoor_icon.png);
  background-size: 100% 100%;
}

.footer .changeBtn ul li button[name="omiyage"] {
  background: url(../img/common/omiyage_icon.png);
  background-size: 100% 100%;
}

.footer .changeBtn ul li button::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  bottom: 0px;
  left: 0;
  background: white;
  border-radius: 0 0 10px 10px;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.footer .changeBtn ul li button.active::after {
  opacity: 1;
}

/*
      li button[name="top"].active {
        background: url(../img/common/touch_icon.png);
        background-size: 100% 100%;
      }
      li button[name="reservation"].active {
        background: url(../img/common/reservation_active.png);
        background-size: 100% 100%;
      }
      li button[name="event"].active {
        background: url(../img/common/event_active.png);
        background-size: 100% 100%;
      }
      li button[name="map"].active {
        background: url(../img/common/map_active.png);
        background-size: 100% 100%;
      }
      li button[name="sightseeing"].active, li button[name="info"].active {
        background: url(../img/common/sightseeing_active.png);
        background-size: 100% 100%;
      }
      li button[name="outdoor"].active {
        background: url(../img/common/outdoor_active.png);
        background-size: 100% 100%;
      }
      li button[name="active"].active {
        background: url(../img/common/omiyage_active.png);
        background-size: 100% 100%;
      }
        */

.footer.lock {
  pointer-events: none;
}



.info_back {
  position: absolute;
  bottom: 45px;
  opacity: 0;
  z-index: 0;
  transition: opacity 0.5s ease;
  left: 50%;
  transform: translateX(-50%);
}

.info_back button {
  width: 270px;
  height: 50px;
  border: none;
}

.info_back.lock {
  pointer-events: none;
}



.id {
  display: none;
  position: absolute;
  bottom: 0;
  right: 10px;
  z-index: 1000;
  cursor: pointer;
}

.id p {
  font-size: 18px;
  color: white;
}