@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : top.css
Description : トップ
===================================================================== */
/* =====================================================================
    mv
======================================================================*/
@media screen and (min-width: 768px) {
  .mv {
    padding-bottom: 9rem;
    background-color: #d0cec6;
  }
}
.mv .anime-crocodile {
  top: -6rem;
  left: -18rem;
  transform: rotate(346deg) scale(-1, -1);
}
@media screen and (min-width: 768px) {
  .mv .anime-crocodile {
    top: -4rem;
    left: -14rem;
  }
}

@media screen and (min-width: 768px) {
  .header {
    margin: -9rem 0 0;
  }
}
/* =====================================================================
    news
======================================================================*/
.news {
  padding: 3rem 0 10rem;
  background-color: #d0cec6;
}
@media screen and (min-width: 768px) {
  .news {
    padding: 0;
  }
}
.news .anime-crocodile {
  top: -30rem;
  right: -22rem;
  transform: rotate(335deg);
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .news .anime-crocodile {
    top: -38rem;
    right: -27.8rem;
    transform: rotate(342deg);
  }
}
@media screen and (max-width: 767px) {
  .news > .inner {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .news > .inner {
    padding: 0;
  }
}
.news-wrap {
  position: relative;
  padding: 12rem 0 13.8rem;
  background: url(../images/common/bg_pattern01.jpg) repeat center/30rem auto;
  -webkit-mask-image: url(../images/top/shape_news_list-sp.png);
          mask-image: url(../images/top/shape_news_list-sp.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .news-wrap {
    margin-left: calc(-110 / 1200 * 100%);
    padding: calc(147 / 1200 * 100%) calc(168 / 1200 * 100%) calc(101 / 1200 * 100%) calc(210 / 1200 * 100%);
    width: calc(1380 / 1200 * 100%);
    -webkit-mask-image: url(../images/top/shape_news_list-pc.png);
            mask-image: url(../images/top/shape_news_list-pc.png);
  }
}
.news-ttl {
  position: relative;
  margin: 0 0 -8rem calc(184 / 750 * 100%);
  width: calc(336 / 750 * 100%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .news-ttl {
    position: absolute;
    top: 0;
    left: 0;
    margin: 8.9855072464% 0 0 17.3913043478%;
    width: 14.7101449275%;
  }
}
.news-list {
  position: relative;
  margin: 0 auto;
  width: calc(716 / 750 * 100%);
  padding: 13rem calc(82 / 750 * 100%);
  background: url(../images/top/bg_news_list-sp.png) no-repeat center/100% 100%;
}
@media screen and (min-width: 768px) {
  .news-list {
    padding: 14.5rem calc(100 / 1000 * 100%);
    width: 100%;
    background-image: url(../images/top/bg_news_list-pc.png);
  }
}
.news-list li:not(:last-child) {
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .news-list li,
  .news-list li > a {
    display: flex;
    align-items: center;
  }
  .news-list li > a:hover {
    transform: translateY(0);
  }
  .news-list li > a:hover h3 {
    color: #6dd652;
  }
}
.news-list li time {
  display: inline-block;
  margin-bottom: 0.5em;
  padding: 0.2em 0.8em 0.4em;
  font-family: "Darumadrop One", sans-serif;
  color: #6dd652;
  background-color: #000000;
  border-radius: 3em;
}
@media screen and (min-width: 768px) {
  .news-list li time {
    flex-shrink: 0;
    margin: 0 1em 0 0;
  }
}
.news-list li h3 {
  font-weight: 800;
  line-height: 1.928;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 768px) {
  .news-list li h3 {
    flex-grow: 1;
    -webkit-line-clamp: 1;
    transition: color 0.3s ease;
  }
}
.news-deco {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 calc(-210 / 750 * 100%) calc(-90 / 750 * 100%) 0;
  width: calc(573 / 750 * 100%);
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .news-deco {
    margin: 0 calc(-15 / 1200 * 100%) calc(50 / 1200 * 100%) 0;
    width: calc(316 / 1200 * 100%);
  }
}

/* =====================================================================
    about
======================================================================*/
.about {
  padding: 2rem 0 34rem;
}
@media screen and (min-width: 768px) {
  .about {
    padding: 0 0 28rem;
  }
}
.about::before, .about::after {
  content: "";
  position: absolute;
  display: block;
  top: -1px;
  left: 0;
  width: 100%;
  height: 20.6rem;
  background: url(../images/common/bg_gizagiza-sp.png) no-repeat top center/100% 100%;
}
@media screen and (min-width: 768px) {
  .about::before, .about::after {
    height: 18.9rem;
    background-image: url(../images/common/bg_gizagiza-pc.png);
  }
}
.about::after {
  top: auto;
  bottom: -1px;
  transform: scale(1, -1);
}
.about .anime-crocodile {
  bottom: -6rem;
  right: -30rem;
  transform: rotate(38deg);
}
@media screen and (min-width: 768px) {
  .about .anime-crocodile {
    bottom: auto;
    right: auto;
    top: -8rem;
    left: -16rem;
    transform: rotate(20deg) scale(-1, -1);
  }
}
.about-ttl {
  margin: 0 0 13rem calc(57 / 640 * 100%);
  width: calc(565 / 640 * 100%);
}
@media screen and (min-width: 768px) {
  .about-ttl {
    margin: 0 0 6rem calc(241 / 1000 * 100%);
    width: calc(546 / 1000 * 100%);
  }
}
.about-movie {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}
.about-content > *:not(:last-child), .about-profile > *:not(:last-child), .about-profile-desc > *:not(:last-child) {
  margin-bottom: 5rem;
}
.about-content > p {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .about-content > p {
    font-size: 111%;
  }
}
@media screen and (min-width: 768px) {
  .about-profile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: -10%;
    width: calc(1200 / 1000 * 100%);
  }
}
.about-profile figure {
  margin-left: calc(15 / 640 * 100%);
  width: calc(518 / 640 * 100%);
}
@media screen and (min-width: 768px) {
  .about-profile figure {
    margin: 0 0 0 calc(-87 / 1200 * 100%) !important;
    width: calc(416 / 1200 * 100%);
  }
}
@media screen and (min-width: 768px) {
  .about-profile-desc {
    width: calc(800 / 1200 * 100%);
  }
}
.about-profile-desc dl {
  line-height: 2.2;
}
.about-profile-desc dl dt {
  margin-bottom: 0.5em;
  font-size: 120%;
  font-weight: 800;
  border-bottom: 2px solid currentColor;
}
.about-profile-desc dl dd {
  font-weight: 700;
}

/* =====================================================================
    outline
======================================================================*/
.outline {
  padding: 5.4rem 0 10rem;
  background-color: #d0cec6;
}
.outline .anime-crocodile {
  top: -17rem;
  left: -37rem;
  transform: rotate(50deg);
}
@media screen and (min-width: 768px) {
  .outline .anime-crocodile {
    left: auto;
    top: -32rem;
    right: -17rem;
    transform: rotate(19deg);
  }
}
.outline-ttl {
  margin: 0 auto 7rem;
  width: calc(274 / 640 * 100%);
}
@media screen and (min-width: 768px) {
  .outline-ttl {
    margin-bottom: 5rem;
    width: calc(230 / 1000 * 100%);
  }
}
.outline-list {
  border: 1px solid #000000;
  box-shadow: 2rem 2rem 0px 0px #6dd652, 2rem 2rem 0px 1px #000000;
}
.outline-list li {
  position: relative;
  display: flex;
  font-weight: 700;
}
.outline-list li:last-child > * {
  border: 0;
}
.outline-list li > * {
  padding: 2rem;
  line-height: 1.285;
}
.outline-list li h3 {
  flex-shrink: 0;
  width: 7.8em;
  font-size: 92%;
  color: #e464d6;
  background-color: #000000;
  border-bottom: 1px solid #303030;
}
@media screen and (min-width: 768px) {
  .outline-list li h3 {
    width: 12em;
  }
}
.outline-list li p {
  flex-grow: 1;
  background-color: #ffffff;
  border-bottom: 1px solid currentColor;
}

/* =====================================================================
    banner
======================================================================*/
.banner::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 27rem;
  background: url(../images/common/bg_wave01.png) no-repeat center top/cover;
  transform: scale(-1, -1);
}
@media screen and (min-width: 768px) {
  .banner::before {
    top: -10rem;
    height: 25.3rem;
  }
}/*# sourceMappingURL=top.css.map */