/* ===共通CSS=== */

/* pc版(共通css)_全体ここから */

/* * {
  border: solid 1px red;
} */

li {
  list-style: none;
}

/* pc版_全体ここまで */

/* pc版_メインここから */

h1 {
  display: none;
}

.mv::before {
  content: "";
  display: block;
  background-image: url(../images/kasumi_left.png), url(../images/kasumi_right.png);
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 10%;
  background-position: 3% 0, 98% 0;
  margin-bottom: 1%;
}

.mv {
  background: -moz-linear-gradient(180deg, rgba(192, 69, 41, 0.4), rgba(192, 69, 41, 100)), url(../images/bg_seigaiha.png);
  background: -webkit-linear-gradient(180deg, rgba(192, 69, 41, 0.4), rgba(192, 69, 41, 100)), url(../images/bg_seigaiha.png);
  background: linear-gradient(180deg, rgba(192, 69, 41, 0.4), rgba(192, 69, 41, 100)), url(../images/bg_seigaiha.png);
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: auto;
  padding-top: 1%;
  padding-bottom: 6%;
}

.top_animation_wrapper {
  position: relative;
  margin: 0 auto;
  padding-top: 56%;
  margin-bottom: 6%;
}

.top_animation {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

.mv_title {
  display: block;
  width: 100%;
  padding-top: 1%;
  padding-bottom: 1%;
}

.mv_title_img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
}

/* pc版_メインここまで */

/* pc版_メッセージ欄ここから */

.comment::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 8%;
  background-image: url(../images/bg_seigaiha.png);
  background-position: center top;
  background-size: cover;
}

.eto_illust_wrapper {
  position: relative;
  width: 100%;
  padding-top: 10%;
  width: 100%;
}

.illust_eto {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 45%;
  margin: 0 auto;
}

.comment_animation_wrapper {
  display: block;
  width: 20%;
  position: relative;
  padding-top: 20%;
  margin: 0 auto;
}

.comment {
  width: 100%;
  background: #70241a url(../images/bg_tai.png);
  background-blend-mode: screen;
  background-size: cover;
  background-position: 60%, bottom;
  color: white;
  font-family: "Noto Sans JP", sans-serif;
  /* padding-top: 10%; */
  padding-bottom: 22%;
}

.img_tiger {
  display: block;
  width: 35%;
  background-image: url(../images/tiger.png);
  background-size: contain;
  background-position: 46% 50%;
  padding-top: 35%;
}

.comment_area {
  width: max-content;
  margin: 0 auto;
}

.greet {
  font-size: 1.8rem;
  display: flex;
  width: auto;
  justify-content: center;
  letter-spacing: 0.3rem;
  margin-top: 15%;
  margin-bottom: 20%;
}

.comment_nenga {
  letter-spacing: 0.2rem;
  line-height: 3rem;
}

.name {
  text-align: right;
  padding-right: 4%;
  letter-spacing: 0.2rem;
}

.twitter_adress {
  display: flex;
  align-items: center;
  margin-left: 10%;
}

.link_twitter {
  display: flex;
  justify-content: center;
  width: 75%;
  margin: 0 auto;
  padding-top: 20%;
}

.profile_photo_wrapper {
  display: flex;
  justify-content: center;
  align-content: center;
  width: 100%;
}

.profile_photo {
  display: block;
  width: auto;
  object-fit: cover;
  border-radius: 50%;
  opacity: 1;
  transition: 0.3s;
  margin: 0 auto;
}

.profile_photo:hover {
  opacity: 0.5;
}

.twitter {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  letter-spacing: 0.2rem;
}

.twitter_icon {
  background-image: url(../images/twitter_icon.png);
  background-size: contain;
  width: 16%;
  padding-top: 16%;
}

.twitter_name {
  width: max-content;
  margin-left: 8%;
  letter-spacing: 0.2rem;
  font-size: 1.5rem;
}

.twitter_url {
  display: block;
  width: max-content;
  margin-top: 4%;
  font-size: 1.4rem;
  text-decoration: none;
  color: white;
  letter-spacing: 0.1rem;
}

.twitter_url:hover {
  color: #fbd074;
}

/* pc版_メッセージ欄ここまで */

/* pc版_フッターここから */

.footer {
  background-color: #fbd074;
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding-top: 11%;
}

.line_dot {
  width: 100%;
  height: 22px;
  background-image: url(../images/round.png);
  background-repeat: repeat-x;
  position: absolute;
  top: -7%;
  left: 50%;
  transform: translate(-50%);
  z-index: 1;
}

.illust_matsu {
  background-image: url(../images/footer_matsu.png);
  background-size: contain;
  width: 14%;
  padding-top: 8%;
  position: absolute;
  top: -75%;
  left: 10%;
  z-index: 2;
}

.btn_return {
  background-image: url(../images/btn_tai.png);
  background-size: contain;
  width: 12%;
  padding-top: 20%;
  margin: 0 auto;
  position: absolute;
  top: -100%;
  left: 50%;
  transform: translate(-50%, -5%);
  z-index: 3;
}

.btn_return:hover {
  background-image: url(../images/btn_tai_hover.png);
  background-size: contain;
  width: 12%;
  padding-top: 20%;
  margin: 0 auto;
}

.footer_return {
  display: block;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  text-align: center;
  font-size: 1rem;
  color: indigo;
  letter-spacing: 0.1em;
  text-decoration: none;
  position: absolute;
  top: 1%;
  left: 50%;
  transform: translate(-50%);
  padding-top: 8%;
  padding-bottom: 5%;
}

@media only screen and (min-width: 640px) and (max-width: 768px) {
  /*tablet用のcss*/
  .footer_return {
    font-size: 70%;
    position: absolute;
    top: 0%;
  }
}

@media screen and (max-width: 639px) {
  /*スマホ用のcssを記述*/

  .illust_eto {
    width: 70%;
  }

  .greet {
    font-size: 120%;
    line-height: 180%;
    margin-bottom: 10%;
  }

  .comment_area {
    width: 80%;
    margin: 0 auto;
  }

  .comment_nenga {
    font-size: 80%;
    line-height: 230%;
    letter-spacing: 0.1rem;
    overflow-wrap: break-word;
  }

  .name {
    display: none;
  }
  .profile_photo {
    width: 60px;
  }

  .twitter_name {
    font-size: 90%;
  }

  .link_twitter {
    padding-top: 14%;
    margin-bottom: 20%;
  }

  .twitter_url {
    font-size: 90%;
  }

  .illust_matsu {
    width: 20%;
    padding-top: 20%;
    position: absolute;
    top: -80%;
    left: 10%;
  }

  .btn_return {
    width: 30%;
    background-size: contain;
    background-position: 50%;
    padding-top: 30%;
    position: absolute;
    top: -100%;
    left: 50%;
    transform: translate(-50%, -5%);
  }

  .btn_return:hover {
    width: 30%;
    background-size: contain;
    background-position: 50%;
    padding-top: 30%;
    position: absolute;
    top: -100%;
    left: 50%;
    transform: translate(-50%, -5%);
  }

  .footer_return {
    font-size: 30%;
    display: block;
    width: 80%;
    position: absolute;
    top: -5%;
  }

  .footer {
    padding-top: 15%;
  }
}
