@charset "UTF-8";

html {
  margin: 0;
  background: url("../img/index/bg.png") repeat #080808;
  background-attachment: fixed !important;
  background-size: cover;
}
body.loading {
  display: none;
}

body {
  position: absolute;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100vw !important;
}

.area1 {
  width: 80vw;
  margin-left: 10vw;
  margin-top: 24vw;
}

.area1 figure {
  width: 100vw;
  margin-left: -10vw;
}

.area1 h2 {
  margin-bottom: 8.53333vw;
  font-size: 11.7333333vw;
  font-weight: 200;
  line-height: 1.2;
  span {
    font-size: 3.2vw;
    font-weight: 200;
    margin-top: 1.5vw;
    display: block;
  }
}

.area2 {
  width: 80vw;
  margin-left: 10vw;
  margin-bottom: 80px;
}

.area1 h2 img {
  height: 6vw;
}

.area1 figure img,
.area1 figure video {
  width: 100%;
}

.area2_2 div {
  width: 80vw;
  margin: 0 auto 14vw;
}

.area2_2 dl {
  width: 75.2vw;
  margin-bottom: 1.8vw;
}

.area2_2 a {
  color: #fff;
}

.area2_2 dl dt {
  opacity: 0.5;
  margin-bottom: -0.5vw;
}

.area2 h3 {
  font-size: 4.8vw;
  line-height: 1.5;
  margin-right: 9vw;
  width: 80vw;
}
.area2 p {
  width: 80vw;
  margin-top: 3.2vw;
}
.area2 {
  margin: 14vw auto 0;
}

.area3 {
  width: 80vw;
  margin: 0 auto;
}

.area3 > div {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 200vh;
}

.area3 figure {
  z-index: 100;
  opacity: 1;
  left: 0;
  transition: 0.5s;
  margin-bottom: 7.2vw;
}
.area3 figure {
  width: 80vw;
  top: 0;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 40px;
  z-index: 10;
  transition: 0.5s;
  flex-wrap: wrap;
}
.area3 figure figcaption {
  margin-top: 0.5em;
}

.area3 figure img,
.area3 figure video {
  width: 100%;
}

.area3 > div.on > div {
  position: absolute;
  opacity: 1;
  margin-left: 0px;
  transition: 0.5s;
}
.area3 > div strong {
  font-size: 1.5rem;
  line-height: 1.5;
  display: block;
  margin-bottom: 16px;
  font-weight: 600;
}

.area4,
.area5 {
  width: 80vw;
  margin-left: 10vw;
}

.area4 {
  margin-bottom: 14.8vw;
}

.area4 img,
.area5 img {
  width: 100%;
}

.area6 {
  width: 100vw;
  margin: 0 auto;
  padding-top: 7.2vw;
  padding-left: 10vw;
  overflow-x: hidden;
  position: relative;
}

.area6:before {
  content: "";
  position: absolute;
  width: 80vw;
  top: 0;
  left: 10vw;
  background: #fff;
  opacity: 0.2;
  height: 1px;
}

.area6 .inner {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.area6 h3 {
  font-size: 11.7333333vw;
  font-weight: 200;
}

.area6 ul {
  width: 130vw;
  display: flex;
  margin-left: -10vw;
}

.area6.on ul {
  margin-left: 0;
  transition: 0.8s;
}

.area6 ul li {
  width: 30.1333vw;
  height: 38.1333vw;
  margin-right: 0vw;
  overflow: hidden;
  transition: 0.5s;
  opacity: 0;
}

.area6.on ul li {
  margin-right: 1.9vw;
  transition: 1s;
  opacity: 1;
  width: 38.1333vw;
  transition: 0.8s;
}

.area6 ul li img {
  height: 100%;
}
