body {
  min-width: 1800px;
  min-width: auto;
  min-width: initial;
}

a {
  color: #00A0DD;
}

.l-header {
  display: none;
}

.fade-mv {
  position: fixed;
  height: 100vh;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 1;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  width: 100%;
}
.fade-mv::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../IMAGES/img_map_01.png") no-repeat center center/cover;
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
  top: 0;
  left: 0;
  z-index: -1;
}
.fade-mv__title {
  text-align: center;
}
.fade-mv__title img {
  width: 82.59vw;
}

.drag-wrapper {
  position: relative;
  margin: 0 auto;
  overflow-x: scroll;
  overflow-y: hidden;
  height: 70vh;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.drag-wrapper::-webkit-scrollbar {
  display: none;
}
.drag-wrapper__item {
  -ms-touch-action: auto;
      touch-action: auto;
  background: url("../IMAGES/img_map_01.png") no-repeat;
  background-position: center bottom;
  background-size: cover;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  opacity: 1;
  padding-bottom: 0;
  height: 70vh;
  width: 150vh;
  margin: 0 auto;
}

.arrow-left,
.arrow-right {
  display: inline-block;
  position: absolute;
  top: 40vh;
  margin-top: -10%;
  max-width: 60px;
  width: 13%;
}

.arrow-left {
  left: 2%;
}

.arrow-right {
  right: 2%;
  text-align: right;
}

.map-txtblock {
  margin: 7% 0;
  text-align: left;
}
.map-txtblock__img {
  max-width: 400px;
  width: 75%;
  padding-left: 30px;
}
.map-txtblock__credit {
  line-height: 1;
  font-size: 10px;
  padding-right: 3%;
}

.area {
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  position: relative;
}

.menu-section {
  position: relative;
}
.menu-section .menu {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
}
.menu-section .menu__inner {
  border-top: 2px solid #333333;
}
.menu-section .menu__list {
  max-width: 1170px;
  position: relative;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #808080;
}
.menu-section .menu__list .item {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  padding: 10px;
}
@media screen and (min-width: 500px) {
  .menu-section .menu__list .item {
    font-size: 1.5vw;
  }
}
.menu-section .menu__list .item::before {
  content: "";
  width: 100%;
  height: 2px;
  background: #FFFFFF;
  position: absolute;
  top: -2px;
  left: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.menu-section .menu__list .item.active {
  color: #FFFFFF;
}
.menu-section .menu__list .item.active::before {
  content: "";
  width: 100%;
  height: 2px;
  background: #FFFFFF;
  position: absolute;
  top: -2px;
  left: 0;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.menu-section .menu__list .item:hover {
  color: #FFFFFF;
}
.menu-section .menu__list .item:hover::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.menu-section .menu__list .item.active:hover::before {
  width: 100%;
  height: 2px;
  background: #FFFFFF;
  position: absolute;
  top: -2px;
  left: 0;
}
.menu-section .menu {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  overflow: hidden;
}
.menu-section .menu__list {
  width: 1170px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.menu-section .menu__list .item {
  text-align: center;
  width: 33%;
}
.menu-section .menu__list .item:nth-child(1).active::before, .menu-section .menu__list .item:nth-child(n+3):nth-child(-n+4).active::before, .menu-section .menu__list .item:nth-child(n+6):nth-child(-n+8).active::before {
  width: 38%;
  left: 30%;
}
.menu-section .menu__list .item:nth-child(1):hover::before, .menu-section .menu__list .item:nth-child(n+3):nth-child(-n+4):hover::before, .menu-section .menu__list .item:nth-child(n+6):nth-child(-n+8):hover::before {
  width: 38%;
  left: 30%;
}
.menu-section .menu__list .item:nth-child(2).active::before, .menu-section .menu__list .item:nth-child(5).active::before {
  width: 55%;
  left: 22%;
}
.menu-section .menu__list .item:nth-child(2):hover::before, .menu-section .menu__list .item:nth-child(5):hover::before {
  width: 55%;
  left: 22%;
}

.tab-section {
  text-align: center;
  background: #000000;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  text-align: left;
}
.tab-section .tab-block {
  width: 640px;
  margin: auto;
  padding: 20% 0 0;
  display: none;
  line-height: 2;
  text-align: left;
}
.tab-section .tab-block.active {
  display: block;
}
.tab-section .tab-block .list-tab {
  font-size: 12px;
  color: #808080;
}
.tab-section .tab-block .list-tab a {
  color: #808080;
}
.tab-section .tab-block {
  width: 85%;
}

.back-section {
  width: 370px;
  margin: 10% auto 3% auto;
  padding: 5%;
  text-align: center;
  width: 100%;
  padding: 0;
  margin: 50% auto 15%;
}
.back-section img {
  max-width: 100%;
  position: relative;
  left: 22%;
}
.back-section .arrow {
  width: 63px;
  height: 17px;
  background: url(../IMAGES/ico_arrow.png) no-repeat left center/83px 17px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: width 0.4s ease, left 0.4s ease;
  transition: width 0.4s ease, left 0.4s ease;
}
.back-section a {
  position: relative;
  display: block;
  width: 100%;
}
.back-section a:hover {
  color: #FFFFFF;
}
.back-section a:hover .arrow {
  width: 83px;
  left: -20px;
}
.back-section img {
  width: 55%;
  left: 5%;
}
.back-section .arrow {
  width: 40px;
  left: 15%;
  background: url(../IMAGES/ico_arrow.png) no-repeat left center/contain;
  top: 50%;
  margin-top: -13px;
}
.back-section a:hover .arrow {
  width: 40px;
  left: 15%;
}

.notice p {
  padding-left: 1em;
  text-indent: -1em;
}

.ttl {
  position: fixed;
  top: 1%;
  left: 6vw;
  z-index: 9998;
}
.ttl img {
  width: 40vw;
  max-width: 165px;
}
