@charset "utf-8";

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.wrapper {
  font-family: "Yomogi", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.2em;
}

.header {
  width: 100%;
}

.gnav__nav {
  position: fixed;
  display: flex;
  width: 100%;
  justify-content: flex-end;
  background: #333333d8;
  z-index: 1;
}

.gnav__list {
  margin-right: 20px;
  list-style-type: none;
}

.gnav__link {
  padding: 20px;
  display: block;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
}

.gnav__link:hover {
  text-decoration: underline;
}

.moon {
  height: 100px;
  position: fixed;
  top: 25%;
  left: 0;
  z-index: 2;
}
.moon__img {
  display: block;
}

.mv {
  filter: brightness(20%);
  width: 100%;
  height: 100vh;
  position: fixed;
  background: url(img/mv01.jpg) center center / cover;
  z-index: -1;
}
.ttl {
  padding-bottom: 100px;
  height: 100vh;
  margin-left: 250px;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 48px;
}
.talk {
  padding: 200px 200px 0 200px;
  margin-bottom: 200px;
  color: #fff;
  display: flex;
  mix-blend-mode: screen;
}
.talk__ttl {
  width: 30%;
  position: relative;
  font-size: 38px;
}
.talk__ttl::after {
  content: url(img/pc.png);
  position: absolute;
  bottom: 0;
  left:0;
  width: 100%;
  height: 100%;
  display:flex;
  align-items: flex-end;
}
.talk__txt {
  width: 70%;
  font-size: 30px;
}
.sun {
  padding: 250px 200px 150px 200px;
  position: relative;
  color: #fff;
  font-size: 38px;
}
.sun__txt {
  margin: 0 auto;
  width: 780px;
  line-height: 2;
}
.rise {
  width: 100%;
  height: 80vh;
  background: url(img/sun.png) center left no-repeat;
  display: flex;
  align-content: center;
}
.day{
  padding: 150px;
  margin: 0 auto;
  width: 100%;
}
.day__txt {
  color: #fff;
  font-size: 36px;
  margin: 0 400px;
  line-height: 2;
}
.footer__copy {
  padding: 15px 0;
  color: #fff;
  text-align: center;
}