@charset "utf-8";
/* CSS Document */
* {
  box-sizing: border-box;
  list-style: none;
}

body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #282828;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.main {
  overflow: hidden;
  min-height: 100vh;
}

.container {
  width: 100%;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}

.top-wrapper {
  width: 100%;
}

.head-nav {
  min-height: 90vh;
  width: 100%;
  height: 900px;
  background: -webkit-linear-gradient(
    0.25turn,
    rgba(176, 208, 255, 0.5),
    rgba(255, 171, 225, 0.5)
  );
  background: -o-linear-gradient(
    0.25turn,
    rgba(176, 208, 255, 0.5),
    rgba(255, 171, 225, 0.5)
  );
  background: linear-gradient(
    0.25turn,
    rgba(176, 208, 255, 0.5),
    rgba(255, 171, 225, 0.5)
  );
  position: relative;
  border: 50px solid #fff;
}

.top-img1 {
  position: absolute;
  top: -30px;
  left: -30px;
}

.top-img1 img {
  width: 45%;
}

.top-img2 {
  position: absolute;
  top: -120px;
  right: -650px;
}

.top-img2 img {
  width: 45%;
}

.top-img3 {
  position: absolute;
  bottom: -180px;
  left: -180px;
}

.top-img3 img {
  width: 40%;
}

.top-img4 {
  position: absolute;
  bottom: -600px;
  right: -950px;
}

.top-img4 img {
  width: 40%;
}

/*スクロールダウン全体の場所*/
.scrolldown1 {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  right: 10px;
  bottom: 60px;
  /*全体の高さ*/
  height: 50px;
  display: none;
}

/*Scrollテキストの描写*/
.scrolldown1 span {
  /*描画位置*/
  position: absolute;
  bottom: 70px;
  /*テキストの形状*/
  color: #707070;
  font-size: 14px;
  letter-spacing: 0.05em;
  transform: rotate(90deg);
}

/* 線の描写 */
.scrolldown1::after {
  content: "";
  /*描画位置*/
  position: absolute;
  right: -32px;
  /*線の形状*/
  width: 1px;
  height: 100px;
  background: #707070;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 60px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 100px;
    opacity: 0;
  }
}

.char {
  position: absolute;
  top: 10%;
  left: 32%;
  line-height: 25px;
  transform: rotate(-20deg);
  display: none;
}

.catch {
  position: relative;
  display: inline-block;
  padding: 0 10px;
  font-size: 16px;
}

.catch:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 0.5px;
  height: 100%;
  background: #000;
  border-radius: 3px;
  transform: rotate(-25deg);
}

.catch:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 0.5px;
  height: 100%;
  background: #000;
  border-radius: 3px;
  transform: rotate(25deg);
}

.heading {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.midashi {
  display: block;
  width: 50%;
  height: 300px;
  margin: 0 auto;
  padding-top: 150px;
}

.midashi h1 {
  font-size: 46px;
  font-weight: 500;
  line-height: 42px;
  display: none;
}

.midashi p {
  display: inline-block;
  font-size: 14px;
  background-color: #000;
  color: #fff;
  padding: 5px 15px;
  margin: 0 80px;
  display: none;
}

.mid {
  width: 100%;
  margin-top: 10px;
}

.face-up {
  width: 80%;
  margin: 0 auto;
}

.face-icon-1 {
  width: 25%;
  float: left;
  display: none;
}

.face-icon-1 img {
  width: 100%;
}

.face-down {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.face-type-2 {
  float: left;
  width: 40%;
  margin-top: -50px;
}

.face-icon-2 {
  float: left;
  width: 50%;
  display: none;
}

.face-type-3 {
  float: right;
  width: 40%;
  margin-top: -50px;
}

.face-icon-3 {
  float: left;
  width: 50%;
  display: none;
}

.r {
  margin-right: -80%;
}

.r2 {
  margin-right: -30%;
}

.l {
  margin-left: -80%;
}

.l2 {
  margin-left: -30%;
}

.rs {
  margin-right: -100px;
  margin-top: 5px;
  width: 100%;
}

.rs2 {
  padding-right: 10px;
  margin-right: 30px;
  width: 100%;
}

.ls {
  margin-left: -100px;
  width: 100%;
}

.ls2 {
  margin-left: 10px;
  width: 100%;
}
.s-box {
  display: none;
}
.s-button {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.eight-type {
  font-size: 24px;
  color: #d9508a;
  position: relative;
  display: inline-block;
  margin: 0 auto 10px;
}

.eight-type span {
  font-size: 36px;
  padding: 0 3px;
}

.eight-type:before {
  position: absolute;
  left: -10px;
  top: 20px;
  content: "";
  width: 1px;
  height: 30px;
  background: #d9508a;
  border-radius: 3px;
  transform: rotate(-25deg);
}

.eight-type:after {
  position: absolute;
  content: "";
  right: -10px;
  top: 20px;
  width: 1px;
  height: 30px;
  background: #d9508a;
  border-radius: 3px;
  transform: rotate(25deg);
}
@media screen and (max-width: 1150px) {
  .eight-type:after {
    top: 3px;
  }
  .eight-type:before {
    top: 3px;
  }
}

.test-start-button {
  background-color: #d9508a;
  color: #fff;
  font-size: 18px;
  padding: 15px 45px 15px 45px;
  letter-spacing: 2px;
  margin: 0 auto;
  transition: all 0.5s;
  box-shadow: 5px 5px 1px rgba(217, 80, 138, 0.3);
  position: relative;
}
.test-start-button:before {
  content: "";
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -9px;
}
.test-start-button:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #d9508a;
  border-right: solid 2px #d9508a;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -4px;
  transform: rotate(45deg);
  transition: all 0.5s;
}
.test-start-button:hover:after {
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  transition: all 0.5s;
}

.test-start-button:hover {
  background-color: #000;
}

.test-start-button.wide {
  display: inline-block;
  width: 19rem;
  max-width: 100%;
}

.look-button {
  padding: 3px 6px;
  color: #d9508a;
  background: #fff;
  border-radius: 30px;
}

.fa-angle-right {
  margin-left: 15px;
}

.clear {
  clear: both;
}

.message-wrapper {
  width: 100%;
  text-align: center;
  margin-top: -120px;
  position: sticky;
  z-index: 10;
  margin-bottom: 80px;
}

.message-wrapper h2 {
  font-size: 42px;
  font-weight: 500;
  display: none;
}

.message-wrapper h2 br {
  display: none;
}

.sub {
  font-size: 30px;
  font-weight: 500;
  display: none;
  margin-bottom: 40px;
}

.messages {
  font-size: 18px;
  margin-bottom: 70px;
  display: none;
}

.messages p {
  margin-top: 30px;
  line-height: 35px;
}

.br-sp {
  display: none;
}

.d-button {
  display: none;
}

/* フッター */

footer {
  background-color: #000;
  color: #fff;
  padding: 5px 0;
  text-align: center;
}

.copyright {
  font-size: 14px;
  letter-spacing: 2px;
}

/* add */
.modal_container {
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: #efefef;
  overflow-y: auto;
}

.modal_container_img {
  width: 380px;
  z-index: 101;
}

.modal_container_img.left {
  position: absolute;
  left: -6rem;
  top: -6rem;
}

.modal_container_img.right {
  position: fixed;
  bottom: -6rem;
  right: -6rem;
}
.modal_inner {
  position: relative;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 6rem;
  padding: 6rem;
  z-index: 103;
}

.modal_title {
  display: inline-block;
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 2rem;
  background: linear-gradient(transparent 50%, #e8e0f9 50%);
}

.modal_subtitle {
  margin-bottom: 1rem;
}

.modal_description {
  line-height: 2;
}

.modal_caption {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.modal_close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  cursor: pointer;
  width: 3rem;
}

.go-back_wrapper {
}

.go-back {
  text-align: center;
  padding: 12px 50px;
  border: 1px solid #000;
  position: relative;
  color: #000;
  text-decoration: none;
  margin: 0 auto;
  display: inline-block;
  transition: all 0.5s;
  background-color: transparent;
}
.go-back:hover {
  background-color: #000;
  color: #fff;
  cursor: pointer;
}
.go-back:hover:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.go-back:after {
  position: absolute;
  width: 6px;
  height: 6px;
  content: "";
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 8px;
  top: 18px;
  display: inline-block;
}

.intro_subtitle {
  font-weight: 500;
  font-size: 28px;
}

.intro_inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
  align-items: center;
  padding: 3rem 0;
}

.intro_right {
  grid-column: span 2 / span 2;
  font-size: 18px;
  line-height: 1.8;
  text-align: left;
}

.intro_footer {
  text-align: center;
  margin-top: 3rem;
  font-size: 14px !important;
  line-height: 2;
}
