body {
  min-width: 1200px;
}

a {
  color: #00A0DD;
}

.l-header {
  display: none;
}

.drag-wrapper {
  position: relative;
  margin: 0 auto;
}
.drag-wrapper .root {
  display: none;
}
.drag-wrapper__item {
  -ms-touch-action: auto;
      touch-action: auto;
  left: 0;
  top: 0;
  background: url("../IMAGES/img_map_01.png") no-repeat;
  background-position: center bottom;
  background-size: cover;
  position: static;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  opacity: 1;
  padding-bottom: 47%;
}
.drag-wrapper__text {
  position: absolute;
  bottom: 110px;
  right: 2%;
  width: 21vw;
  max-width: 387px;
  min-width: 300px;
}
.drag-wrapper__credit {
  position: absolute;
  bottom: 10%;
  right: 18%;
  font-size: 10px;
}
.drag-wrapper__title {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.drag-wrapper__title img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.drag-wrapper .arrow-left,
.drag-wrapper .arrow-right {
  display: none;
}

.main {
  display: none;
  -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%;
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.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;
}
.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;
}

.tab-section {
  text-align: center;
  background: #000000;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  display: none;
  opacity: 0;
}
.tab-section .tab-block {
  width: 750px;
  margin: auto;
  padding: 3% 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;
}

.back-section {
  width: 370px;
  margin: 15% auto 5%;
  text-align: center;
}
.back-section img {
  max-width: 100%;
  width: 284px;
  position: relative;
  left: -70px;
}
.back-section .arrow {
  width: 63px;
  height: 17px;
  background: url(../IMAGES/ico_arrow.png) no-repeat left center/83px 17px;
  position: absolute;
  left: -110px;
  top: 50%;
  margin-top: -18px;
  -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%;
  left: 92px;
}
.back-section a:hover {
  color: #FFFFFF;
}
.back-section a:hover .arrow {
  width: 83px;
  left: -130px;
}

.notice p {
  padding-left: 1em;
  text-indent: -1em;
}

.ttl {
  position: fixed;
  top: 34px;
  left: 60px;
  z-index: 9999;
  height: 23px;
}

.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: 384px;
}

.area {
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
