@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : top.css
Description : トップページ
===================================================================== */
/* ========================================================
    movie
======================================================== */
.movie {
  position: relative;
  width: 100%;
  padding: 9rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .movie {
    padding: 4rem 0 0 0;
  }
}
.movie_present {
  width: 57.2rem;
  margin: 0 auto;
  padding-bottom: 5.5rem;
}
@media screen and (min-width: 768px) {
  .movie_present {
    width: 25.625vw;
  }
}
.movie_ttl {
  position: relative;
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .movie_ttl {
    width: 33vw;
    margin-left: 0;
    margin-right: auto;
  }
}
.movie_movie {
  position: relative;
  width: 68rem;
  margin: 1.5rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .movie_movie {
    width: 50vw;
    margin: -4vw auto 0 auto;
  }
}
.movie_movie a {
  position: relative;
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .movie_movie a:hover {
    opacity: 1;
  }
}
.movie_img {
  width: 41.8rem;
  margin: 0 auto;
  padding: 2rem 0 4rem 0;
}
@media screen and (min-width: 768px) {
  .movie_img {
    width: 19.625vw;
  }
}

/* ========================================================
    intro
======================================================== */
.intro {
  position: relative;
  width: 100%;
  padding: 33rem 0 24rem 0;
}
@media screen and (min-width: 768px) {
  .intro {
    padding: 18rem 0 13rem 0;
  }
}
.intro::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4rem;
  display: block;
  width: 100%;
  height: 59.7rem;
  background-image: url(../images/top/intro_bg01_sp.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .intro::before {
    bottom: -4.5vw;
    height: 37.3125vw;
    background-image: url(../images/top/intro_bg01_pc.png);
  }
}
.intro_ttl {
  position: relative;
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .intro_ttl {
    width: 45.9375vw;
    margin-left: auto;
    margin-right: 0;
  }
}
.intro_column {
  position: relative;
  width: 55rem;
  margin: -45.5rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .intro_column {
    width: 37.5vw;
    margin: -19.75vw auto 0 auto;
  }
}
.intro_lead {
  width: 50.2rem;
  margin: 0 auto 29.5rem auto;
}
@media screen and (min-width: 768px) {
  .intro_lead {
    width: 35.125vw;
    margin: 0 auto 7.5rem auto;
  }
}
.intro_text {
  margin-top: 7.5rem;
  font-family: "Shippori Mincho", serif;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .intro_text {
    margin-top: 5.5rem;
    font-size: 1.8rem;
  }
}
.intro_text_01 {
  font-size: 3.2rem;
}
@media screen and (min-width: 768px) {
  .intro_text_01 {
    font-size: 2.2rem;
  }
}
.intro_text_02 {
  font-size: 3.2rem;
}
@media screen and (min-width: 768px) {
  .intro_text_02 {
    font-size: 2.4rem;
  }
}
.intro_img {
  width: 54.8rem;
  margin: 7.5rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .intro_img {
    width: 33.375vw;
    margin: 5.5rem 0 0 0;
  }
}

/* ========================================================
    story
======================================================== */
.story {
  position: relative;
  width: 100%;
  padding: 12rem 0 15rem 0;
}
@media screen and (min-width: 768px) {
  .story {
    padding: 20rem 0 0 0;
  }
}
.story::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/common_bg01.png);
  background-repeat: repeat;
  background-position: center top;
  background-size: 25rem 25rem;
  z-index: -1;
}
.story::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7.1rem;
  display: block;
  width: 100%;
  height: 7.2rem;
  background-image: url(../images/top/story_bg01_sp.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .story::after {
    bottom: -6.8125vw;
    height: 6.875vw;
    background-image: url(../images/top/story_bg01_pc.png);
  }
}
.story_ttl {
  position: relative;
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .story_ttl {
    width: 82.6875vw;
    margin-left: 0;
    margin-right: auto;
  }
}
.story_movie {
  position: relative;
  width: 68rem;
  margin: -5.6rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .story_movie {
    width: 50vw;
    margin: -4.375vw auto 0 auto;
  }
}
.story_movie a {
  position: relative;
  display: block;
  width: 100%;
}
.story_movie a::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 8rem;
  height: 5.6rem;
  background-image: url(../images/common/icon_play.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .story_movie a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .story_movie a:hover::after {
    background-image: url(../images/common/icon_play_h.png);
  }
}
.story_column {
  width: 65rem;
  margin: 4rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .story_column {
    width: 62.5vw;
    margin: 2.5rem auto 0 auto;
  }
}
.story_num {
  color: #f06294;
  font-family: "Shippori Mincho", serif;
  font-size: 5.4rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .story_num {
    font-size: 4rem;
  }
}
.story_date {
  font-family: "Shippori Mincho", serif;
  font-size: 3.6rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .story_date {
    font-size: 2.6rem;
  }
}
.story_text {
  margin-top: 3rem;
}
.story_btn {
  margin-top: 6rem;
}
.story_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 55.5rem;
  height: 13.3rem;
  margin: 0 auto;
  color: #ffffff;
  font-family: "Shippori Mincho", serif;
  font-size: 3.3rem;
  letter-spacing: 0.1em;
  background-image: url(../images/common/btn_bg01_sp.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  box-shadow: 0 3px 8px 3px rgba(77, 112, 173, 0.3);
}
@media screen and (min-width: 768px) {
  .story_btn a {
    width: 18.25vw;
    height: 4.375vw;
    font-size: 1.8rem;
    background-image: url(../images/common/btn_bg01_pc.png);
  }
}
@media screen and (min-width: 768px) {
  .story_btn a:hover {
    background-image: url(../images/common/btn_bg01_pc_h.png);
    opacity: 1;
  }
}

/* ========================================================
    original
======================================================== */
.original {
  position: relative;
  width: 100%;
  margin-top: 21rem;
  padding: 0 0 18rem 0;
}
@media screen and (min-width: 768px) {
  .original {
    margin-top: 14rem;
    padding: 0 0 6rem 0;
  }
}
.original_ttl {
  position: relative;
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .original_ttl {
    width: 67.5vw;
    margin-left: auto;
    margin-right: 0;
  }
}
.original_column {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 65rem;
  margin: -1.3rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .original_column {
    flex-direction: row;
    width: 62.5vw;
    margin: -7.8125vw auto 0 auto;
  }
}
.original_img {
  width: 37rem;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .original_img {
    width: 18.75vw;
    margin: 0 4.375vw 0 8.125vw;
  }
}
.original_text {
  width: 100%;
  margin-top: 4rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .original_text {
    width: 31.25vw;
    margin-top: 0;
  }
}
.original_title {
  margin: 0 -2rem;
  color: #f06294;
  font-family: "Shippori Mincho", serif;
  font-size: 5.5rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .original_title {
    font-size: 3.4rem;
  }
}
.original_author > em {
  display: block;
  font-style: normal;
  font-family: "Shippori Mincho", serif;
  font-size: 4.4rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .original_author > em {
    font-size: 2.2rem;
  }
}
.original_author > span {
  display: block;
  font-family: "Shippori Mincho", serif;
  font-size: 3rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .original_author > span {
    font-size: 1.8rem;
  }
}
.original_btn {
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .original_btn {
    margin-top: 3rem;
  }
}
.original_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 55.5rem;
  height: 13.3rem;
  margin: 0 auto;
  color: #ffffff;
  font-family: "Shippori Mincho", serif;
  font-size: 3.3rem;
  letter-spacing: 0.1em;
  background-image: url(../images/common/btn_bg01_sp.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  box-shadow: 0 3px 8px 3px rgba(77, 112, 173, 0.3);
}
@media screen and (min-width: 768px) {
  .original_btn a {
    width: 18.25vw;
    height: 4.375vw;
    font-size: 1.8rem;
    background-image: url(../images/common/btn_bg01_pc.png);
  }
}
@media screen and (min-width: 768px) {
  .original_btn a:hover {
    background-image: url(../images/common/btn_bg01_pc_h.png);
    opacity: 1;
  }
}
.original_comment {
  width: 65rem;
  margin: 9rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .original_comment {
    width: 75vw;
    margin: 2rem auto 0 auto;
  }
}
.original_comment dt {
  position: relative;
  width: 39.1rem;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .original_comment dt {
    width: 16.3125vw;
  }
}
.original_comment dd {
  position: relative;
  margin-top: -7.6rem;
  padding: 10rem 5rem 5rem 5rem;
  border: 0.1rem solid #d2e8ef;
  background-color: #f3f9fb;
}
@media screen and (min-width: 768px) {
  .original_comment dd {
    margin-top: -3.125vw;
    padding: 7rem 6.25vw 3.5rem 6.25vw;
  }
}
.original_comment dd > span {
  margin-left: 0;
  font-size: 2.8rem;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .original_comment dd > span {
    font-size: 2rem;
  }
}

/* ========================================================
    cast
======================================================== */
.cast {
  position: relative;
  width: 100%;
  padding: 0 0 30rem 0;
}
@media screen and (min-width: 768px) {
  .cast {
    padding: 0 0 22rem 0;
  }
}
.cast::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14rem;
  display: block;
  width: 100%;
  height: 62.5rem;
  background-image: url(../images/top/cast_bg01_sp.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .cast::before {
    top: 4.375vw;
    height: 40.1875vw;
    background-image: url(../images/top/cast_bg01_pc.png);
  }
}
.cast_ttl {
  position: relative;
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .cast_ttl {
    width: 28.875vw;
    margin-left: 6.8125vw;
    margin-right: auto;
  }
}
.cast_column {
  position: relative;
  width: 65rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .cast_column {
    width: 75vw;
    margin: -5.625vw auto 0 auto;
  }
}
.cast_name {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: calc(100% + 10rem);
  margin: 5rem -5rem 0 -5rem;
}
@media screen and (min-width: 768px) {
  .cast_name {
    width: 100%;
    margin: 3rem 0 0 0;
  }
}
.cast_name.line {
  margin-top: 10rem;
}
@media screen and (min-width: 768px) {
  .cast_name.line {
    margin-top: 6rem;
  }
}
.cast_name::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0.8em;
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #a1cedc;
}
@media screen and (min-width: 768px) {
  .cast_name::after {
    width: 0.5vw;
    height: 0.5vw;
  }
}
.cast_name dt {
  width: 50%;
  padding-right: 5.5rem;
  color: #006fb6;
  font-family: "Shippori Mincho", serif;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .cast_name dt {
    font-size: 1.8rem;
  }
}
.cast_name dd {
  width: 50%;
  padding-left: 5.5rem;
  font-size: 2.8rem;
  font-weight: 400;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .cast_name dd {
    font-size: 1.8rem;
  }
}

/* ========================================================
    staff
======================================================== */
.staff {
  position: relative;
  width: 100%;
  padding: 0 0 20rem 0;
}
@media screen and (min-width: 768px) {
  .staff {
    padding: 0 0 18rem 0;
  }
}
.staff_ttl {
  position: relative;
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .staff_ttl {
    width: 43vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.staff_column {
  width: 65rem;
  margin: 0 auto;
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .staff_column {
    width: 75vw;
    padding-top: 2rem;
  }
}
.staff_name {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: calc(100% + 10rem);
  margin: 5rem -5rem 0 -5rem;
}
@media screen and (min-width: 768px) {
  .staff_name {
    width: 100%;
    margin: 3rem 0 0 0;
  }
}
.staff_name.line {
  margin-top: 10rem;
}
@media screen and (min-width: 768px) {
  .staff_name.line {
    margin-top: 6rem;
  }
}
.staff_name::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0.8em;
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #a1cedc;
}
@media screen and (min-width: 768px) {
  .staff_name::after {
    width: 0.5vw;
    height: 0.5vw;
  }
}
.staff_name dt {
  width: 50%;
  padding-right: 5.5rem;
  font-family: "Shippori Mincho", serif;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .staff_name dt {
    font-size: 1.8rem;
  }
}
.staff_name dd {
  width: 50%;
  padding-left: 5.5rem;
  font-size: 2.8rem;
  font-weight: 400;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .staff_name dd {
    font-size: 1.8rem;
  }
}
.staff_comment {
  width: 100%;
  margin-top: 3.5rem;
}
@media screen and (min-width: 768px) {
  .staff_comment {
    margin-top: 2rem;
  }
}
.staff_comment dt {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 55.5rem;
  height: 9rem;
  margin: 0 auto;
  color: #ffffff;
  font-family: "Shippori Mincho", serif;
  font-size: 3.3rem;
  letter-spacing: 0.1em;
  background-image: url(../images/common/btn_bg02_sp.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  box-shadow: 0 3px 8px 3px rgba(77, 112, 173, 0.3);
  cursor: pointer;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .staff_comment dt {
    width: 18.25vw;
    height: 2.5vw;
    font-size: 1.8rem;
    background-image: url(../images/common/btn_bg02_pc.png);
  }
}
@media screen and (min-width: 768px) {
  .staff_comment dt:hover {
    background-image: url(../images/common/btn_bg02_pc_h.png);
  }
}
.staff_comment dd {
  position: relative;
  margin-top: -4.5rem;
  padding: 8.5rem 5rem 5rem 5rem;
  border: 0.1rem solid #d2e8ef;
  background-color: #f3f9fb;
}
@media screen and (min-width: 768px) {
  .staff_comment dd {
    margin-top: -1.25vw;
    padding: 4.5rem 6.25vw 3.5rem 6.25vw;
  }
}
.staff_comment dd > span {
  font-size: 2.8rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .staff_comment dd > span {
    font-size: 2rem;
  }
}

/* ========================================================
    sns
======================================================== */
.sns {
  position: relative;
  width: 100%;
  padding: 0 0 30rem 0;
}
@media screen and (min-width: 768px) {
  .sns {
    padding: 18rem 0 25rem 0;
  }
}
.sns::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6.3rem;
  display: block;
  width: 100%;
  height: 91.2rem;
  background-image: url(../images/top/sns_bg01_sp.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .sns::before {
    top: 0;
    height: 46.375vw;
    background-image: url(../images/top/sns_bg01_pc.png);
  }
}
.sns::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 40rem;
  background-color: #edf3f5;
  z-index: -1;
}
.sns_ttl {
  position: relative;
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .sns_ttl {
    width: 29.5vw;
    margin-left: auto;
    margin-right: 18.4375vw;
  }
}
.sns_widget {
  position: relative;
  width: 55rem;
  height: 45rem;
  margin: 7rem auto 0 auto;
  overflow-y: auto;
}
@media screen and (min-width: 768px) {
  .sns_widget {
    width: 29.5625vw;
    height: 25vw;
    margin: -18.75vw 0 0 18.75vw;
  }
}

/* ========================================================
    illust
======================================================== */
#top .illust_img01 {
  position: absolute;
  right: 9rem;
  top: -8.9rem;
  display: block;
  width: 148rem;
  height: 88rem;
  background-image: url(../images/top/illust_img01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  animation: floating01 5.5s ease-in-out infinite alternate-reverse;
}
@media screen and (min-width: 768px) {
  #top .illust_img01 {
    right: 31.5625vw;
    top: -3.25vw;
    width: 92.5vw;
    height: 55vw;
  }
}
#top .illust_img02 {
  position: absolute;
  left: 36.1rem;
  top: 79.2rem;
  display: block;
  width: 134.4rem;
  height: 76.8rem;
  background-image: url(../images/top/illust_img02.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  animation: floating01 7s ease-in-out infinite alternate-reverse;
}
@media screen and (min-width: 768px) {
  #top .illust_img02 {
    left: 64vw;
    top: 36.375vw;
    width: 84vw;
    height: 48vw;
  }
}
@media screen and (min-width: 1200px) {
  #top .illust_img02 {
    top: 32.625vw;
  }
}
#top .illust_img03 {
  position: absolute;
  right: 10.1rem;
  top: 419.4rem;
  display: block;
  width: 173.9rem;
  height: 95.2rem;
  background-image: url(../images/top/illust_img03.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  animation: floating01 5.5s ease-in-out infinite alternate-reverse;
}
@media screen and (min-width: 768px) {
  #top .illust_img03 {
    right: 20.8125vw;
    top: 245.4375vw;
    width: 108.6875vw;
    height: 59.5vw;
  }
}
@media screen and (min-width: 1200px) {
  #top .illust_img03 {
    top: 170.4375vw;
  }
}
#top .illust_img04 {
  position: absolute;
  left: 6.4rem;
  top: 657rem;
  display: block;
  width: 129.5rem;
  height: 79.2rem;
  background-image: url(../images/top/illust_img04.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  animation: floating01 7s ease-in-out infinite alternate-reverse;
}
@media screen and (min-width: 768px) {
  #top .illust_img04 {
    left: 47.4375vw;
    top: 332.1875vw;
    width: 80.9375vw;
    height: 49.5vw;
  }
}
@media screen and (min-width: 1200px) {
  #top .illust_img04 {
    top: 250.9375vw;
  }
}
#top .illust_img05 {
  position: absolute;
  left: 22.9rem;
  top: 996.6rem;
  display: block;
  width: 169.3rem;
  height: 94.4rem;
  background-image: url(../images/top/illust_img05.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  animation: floating01 5.5s ease-in-out infinite alternate-reverse;
}
@media screen and (min-width: 768px) {
  #top .illust_img05 {
    left: 24.5vw;
    top: 443.75vw;
    width: 105.8125vw;
    height: 59vw;
  }
}
@media screen and (min-width: 1200px) {
  #top .illust_img05 {
    top: 340.625vw;
  }
}
#top .illust_img06 {
  position: absolute;
  left: 66rem;
  top: 10rem;
  display: block;
  width: 13.6rem;
  height: 12.8rem;
  background-image: url(../images/top/illust_img06.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  #top .illust_img06 {
    left: 73.5vw;
    top: 11vw;
    width: 8.5vw;
    height: 8vw;
  }
}
#top .illust_img07 {
  position: absolute;
  right: 52.9rem;
  top: 219.2rem;
  display: block;
  width: 31.6rem;
  height: 29.8rem;
  background-image: url(../images/top/illust_img07.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  #top .illust_img07 {
    right: 69.75vw;
    top: 42.4375vw;
    width: 19.75vw;
    height: 18.625vw;
  }
}
#top .illust_img08 {
  position: absolute;
  left: 47.9rem;
  top: 285.2rem;
  display: block;
  width: 36rem;
  height: 34.1rem;
  background-image: url(../images/top/illust_img08.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  #top .illust_img08 {
    left: 11.9375vw;
    top: 113.875vw;
    width: 22.5vw;
    height: 21.3125vw;
  }
}
@media screen and (min-width: 1200px) {
  #top .illust_img08 {
    top: 95.125vw;
  }
}
#top .illust_img09 {
  position: absolute;
  left: 60.6rem;
  top: 375rem;
  display: block;
  width: 31.6rem;
  height: 29.8rem;
  background-image: url(../images/top/illust_img09.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  #top .illust_img09 {
    left: 77.75vw;
    top: 201.375vw;
    width: 28.125vw;
    height: 26.625vw;
  }
}
@media screen and (min-width: 1200px) {
  #top .illust_img09 {
    top: 145.125vw;
  }
}
#top .illust_img10 {
  position: absolute;
  right: 61.2rem;
  top: 505.8rem;
  display: block;
  width: 18rem;
  height: 17.1rem;
  background-image: url(../images/top/illust_img10.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  #top .illust_img10 {
    right: 72.5vw;
    top: 251.3125vw;
    width: 11.25vw;
    height: 10.6875vw;
  }
}
@media screen and (min-width: 1200px) {
  #top .illust_img10 {
    top: 190.0625vw;
  }
}
#top .illust_img11 {
  position: absolute;
  right: 52.6rem;
  top: 634.1rem;
  display: block;
  width: 31.6rem;
  height: 29.8rem;
  background-image: url(../images/top/illust_img11_sp.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  #top .illust_img11 {
    right: 67.9375vw;
    top: 334.625vw;
    width: 19.75vw;
    height: 18.625vw;
    background-image: url(../images/top/illust_img11_pc.png);
  }
}
@media screen and (min-width: 1200px) {
  #top .illust_img11 {
    top: 256.5vw;
  }
}
#top .illust_img12 {
  position: absolute;
  left: 56.4rem;
  top: 725.4rem;
  display: block;
  width: 18rem;
  height: 17.1rem;
  background-image: url(../images/top/illust_img12.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  #top .illust_img12 {
    left: 74.75vw;
    top: 387.8125vw;
    width: 11.25vw;
    height: 10.6875vw;
  }
}
@media screen and (min-width: 1200px) {
  #top .illust_img12 {
    top: 304.0625vw;
  }
}
#top .illust_img13 {
  position: absolute;
  right: 45.3rem;
  top: 935.9rem;
  display: block;
  width: 32.8rem;
  height: 31rem;
  background-image: url(../images/top/illust_img13.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  #top .illust_img13 {
    right: 77.375vw;
    top: 448.25vw;
    width: 20.5vw;
    height: 19.375vw;
  }
}
@media screen and (min-width: 1200px) {
  #top .illust_img13 {
    top: 348.25vw;
  }
}
#top .illust_img14 {
  position: absolute;
  left: 53.3rem;
  top: 1110.1rem;
  display: block;
  width: 25.2rem;
  height: 23.9rem;
  background-image: url(../images/top/illust_img14.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  #top .illust_img14 {
    left: 80.125vw;
    top: 520.625vw;
    width: 15.75vw;
    height: 14.9375vw;
  }
}
@media screen and (min-width: 1200px) {
  #top .illust_img14 {
    top: 408.125vw;
  }
}
#top .illust_img15 {
  position: absolute;
  left: 34.7rem;
  top: -34.1rem;
  display: block;
  width: 110.5rem;
  height: 116rem;
  background-image: url(../images/top/illust_img15.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  #top .illust_img15 {
    left: 74.6875vw;
    top: -12vw;
    width: 69.0625vw;
    height: 72.5vw;
  }
}
#top .illust_img16 {
  position: absolute;
  right: 44.4rem;
  top: 97.7rem;
  display: block;
  width: 155rem;
  height: 138.9rem;
  background-image: url(../images/top/illust_img16.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  #top .illust_img16 {
    right: 78.5625vw;
    top: 50.625vw;
    width: 96.875vw;
    height: 86.8125vw;
  }
}
@media screen and (min-width: 1200px) {
  #top .illust_img16 {
    top: 31.875vw;
  }
}
#top .illust_img17 {
  position: absolute;
  right: 27.9rem;
  top: 719rem;
  display: block;
  width: 129.8rem;
  height: 214.4rem;
  background-image: url(../images/top/illust_img17.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  #top .illust_img17 {
    right: 75.3125vw;
    top: 285.0625vw;
    width: 81.125vw;
    height: 134vw;
  }
}
@media screen and (min-width: 1200px) {
  #top .illust_img17 {
    top: 210.0625vw;
  }
}
#top .illust_img18 {
  position: absolute;
  left: 47.3rem;
  top: 891.7rem;
  display: block;
  width: 121rem;
  height: 123.4rem;
  background-image: url(../images/top/illust_img18.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  #top .illust_img18 {
    left: 78.3125vw;
    top: 412vw;
    width: 75.625vw;
    height: 77.125vw;
  }
}
@media screen and (min-width: 1200px) {
  #top .illust_img18 {
    top: 322vw;
  }
}

@-webkit-keyframes floating01 {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(10%);
  }
}

@keyframes floating01 {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(10%);
  }
}
/*# sourceMappingURL=top.css.map */