@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : top.css
Description : トップページ
===================================================================== */
/* ========================================================
    topbnr
======================================================== */
.topbnr {
  position: relative;
  width: 100%;
  padding: 3rem 0;
}
@media screen and (min-width: 768px) {
  .topbnr {
    padding: 3rem 0;
  }
}
.topbnr_list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 2.5rem;
  -moz-column-gap: 3%;
       column-gap: 3%;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.topbnr_list > li {
  width: 30rem;
}
@media screen and (min-width: 768px) {
  .topbnr_list > li {
    width: 30%;
  }
}

/* ========================================================
    news
======================================================== */
.news {
  position: relative;
  width: 100%;
  padding: 10rem 0;
  background-color: rgba(220, 230, 231, 0.4);
}
@media screen and (min-width: 768px) {
  .news {
    padding: 6rem 0;
  }
}
.news_column {
  margin: -3rem 0;
}
.news_list_wrap {
  position: relative;
  margin: 0 calc(50% - 50vw);
  overflow-x: scroll;
  overflow-y: hidden;
}
@media screen and (min-width: 768px) {
  .news_list_wrap {
    margin: 0 -3rem;
    overflow-x: auto;
  }
}
.news_list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
  width: 143rem;
  padding: 3rem 5rem;
}
@media screen and (min-width: 768px) {
  .news_list {
    justify-content: center;
    -moz-column-gap: 4.4%;
         column-gap: 4.4%;
    width: 100%;
    padding: 3rem;
  }
}
.news_list > li {
  width: 41rem;
}
@media screen and (min-width: 768px) {
  .news_list > li {
    width: 30.4%;
  }
}
.news_list > li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .news_list > li a:hover {
    opacity: 1;
    transform: rotate(-3deg);
  }
}
.news_list > li dl {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: nowrap;
  row-gap: 2rem;
  width: 100%;
  height: 100%;
}
.news_list > li dl > dt {
  position: relative;
  order: 2;
  padding-left: 2.5rem;
  color: #ff54d5;
  font-family: "Zen Maru Gothic", serif;
  font-size: 2.4rem;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .news_list > li dl > dt {
    padding-left: 1.8rem;
    font-size: 1.6rem;
  }
}
.news_list > li dl > dt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background-color: #ff54d5;
  transform: translateY(-30%);
}
.news_list > li dl > dd {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 1.5rem;
  order: 1;
  width: 100%;
}
.news_list > li dl > dd > figure {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .news_list > li dl > dd > figure {
    width: 31.5789473684%;
  }
}
.news_list > li dl > dd > figure img {
  border-radius: 1.5rem;
}
.news_list > li dl > dd > p {
  width: 100%;
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 768px) {
  .news_list > li dl > dd > p {
    width: 61.8421052632%;
  }
}

/* ========================================================
    story
======================================================== */
.story {
  position: relative;
  width: 100%;
  padding: 20rem 0 25rem 0;
}
@media screen and (min-width: 768px) {
  .story {
    padding: 15rem 0 20rem 0;
  }
}
.story_ttl {
  position: relative;
  margin-top: -1rem;
  padding-top: 8rem;
  filter: contrast(25) blur(0px);
}
@media screen and (min-width: 768px) {
  .story_ttl {
    padding-top: 7rem;
  }
}
.story_ttl > .morphing {
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  color: #202020;
  font-family: "Shippori Mincho", serif;
  font-size: 8rem;
  font-weight: 700;
  line-height: 1;
  transform: translateX(-50%);
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .story_ttl > .morphing {
    font-size: 7rem;
  }
}
.story_ttl > .morphing:nth-child(2) {
  padding-top: 0.8rem;
  font-size: 6.4rem;
}
@media screen and (min-width: 768px) {
  .story_ttl > .morphing:nth-child(2) {
    padding-top: 0.7rem;
    font-size: 5.6rem;
  }
}
.story_column {
  position: relative;
  margin-top: 12rem;
}
@media screen and (min-width: 768px) {
  .story_column {
    margin-top: 6rem;
  }
}
.story_subttl {
  position: absolute;
  right: -2rem;
  top: 0;
  display: block;
  color: #202020;
  font-family: "Shippori Mincho", serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  .story_subttl {
    right: 1.5%;
    font-size: 2rem;
  }
}
.story_subttl::before {
  content: "";
  position: absolute;
  left: 0.4rem;
  top: 0;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #202020;
}
.story_subttl > em {
  display: inline-block;
  margin: 2rem 0;
  color: #ff54d5;
  font-style: normal;
  font-size: 6.4rem;
  line-height: 1;
  transform: translateX(1.4rem);
}
@media screen and (min-width: 768px) {
  .story_subttl > em {
    font-size: 5rem;
  }
}
.story_subttl > em > small {
  display: inline-block;
  font-size: 2.4rem;
  transform: translateX(-1.4rem);
}
@media screen and (min-width: 768px) {
  .story_subttl > em > small {
    font-size: 2rem;
  }
}
.story_movie {
  width: 64rem;
  margin: 0 0 0 -5rem;
}
@media screen and (min-width: 768px) {
  .story_movie {
    width: 80%;
    margin: 0 auto;
  }
}
.story_movie > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .story_movie > a:hover::after {
    background-image: url(../images/common/icon_play_h.png);
  }
}
@media screen and (min-width: 768px) {
  .story_movie > a:hover img {
    opacity: 1;
  }
}
.story_movie > a::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 10.6rem;
  height: 10.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 img {
    opacity: 0.8;
  }
}
.story_text {
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .story_text {
    margin-top: 4rem;
  }
}
.story_text > dt {
  display: inline-block;
  width: 51rem;
  height: 6rem;
  color: #ff54d5;
  font-family: "Zen Maru Gothic", serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 5.8rem;
  text-align: center;
  letter-spacing: 0.1em;
  background-image: url(../images/common/common_bg04.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .story_text > dt {
    width: 46%;
    height: 5rem;
    font-size: 2.4rem;
    line-height: 4.8rem;
  }
}
.story_text > dd {
  margin-top: -3rem;
}
@media screen and (min-width: 768px) {
  .story_text > dd {
    margin-top: -2rem;
  }
}
.story_text > dd p {
  margin-top: 6rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .story_text > dd p {
    margin-top: 4rem;
  }
}
.story_btn {
  width: 59rem;
  margin: 12rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .story_btn {
    width: 32%;
    margin: 6rem auto 0 auto;
  }
}
.story_btn > a {
  position: relative;
  display: block;
  width: 100%;
  height: 10rem;
  color: #000000;
  font-family: "Zen Maru Gothic", serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 10rem;
  text-align: center;
  border-radius: 5rem;
  background-color: #ff54d5;
}
@media screen and (min-width: 768px) {
  .story_btn > a {
    height: 5rem;
    font-size: 2rem;
    line-height: 5rem;
    border-radius: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .story_btn > a:hover {
    color: #ff54d5;
    background-color: #000000;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .story_btn > a:hover::after {
    border-color: #ff54d5;
  }
}
.story_btn > a::after {
  content: "";
  position: absolute;
  right: 6rem;
  top: 50%;
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  border-top: 0.3rem solid #000000;
  border-right: 0.3rem solid #000000;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 768px) {
  .story_btn > a::after {
    right: 3rem;
    width: 1rem;
    height: 1rem;
    border-top: 0.2rem solid #000000;
    border-right: 0.2rem solid #000000;
  }
}

/* ========================================================
    middlebnr
======================================================== */
.middlebnr {
  position: relative;
  width: 100%;
  padding: 10rem 0;
  background-color: #202020;
}
@media screen and (min-width: 768px) {
  .middlebnr {
    padding: 6rem 0;
  }
}
.middlebnr::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: calc(100% - 1px);
  display: block;
  width: 42.5rem;
  height: 5.3rem;
  background-image: url(../images/common/common_bg08.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateX(-50%);
}
.middlebnr::after {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% - 1px);
  display: block;
  width: 42.5rem;
  height: 5.3rem;
  background-image: url(../images/common/common_bg08.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateX(-50%) rotate(180deg);
}
.middlebnr_ttl {
  position: relative;
  margin-top: -1rem;
  text-align: center;
}
.middlebnr_ttl > span {
  position: relative;
  display: inline-block;
  color: #ff54d5;
  font-family: "Shippori Mincho", serif;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .middlebnr_ttl > span {
    font-size: 2.4rem;
  }
}
.middlebnr_ttl > span::before {
  content: "";
  position: absolute;
  left: -4rem;
  top: 50%;
  display: block;
  width: 1.8rem;
  height: 3.6rem;
  background-image: url(../images/common/common_bg06.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateY(-40%);
}
@media screen and (min-width: 768px) {
  .middlebnr_ttl > span::before {
    width: 1.2rem;
    height: 2.4rem;
  }
}
.middlebnr_ttl > span::after {
  content: "";
  position: absolute;
  right: -3rem;
  top: 50%;
  display: block;
  width: 1.8rem;
  height: 3.6rem;
  background-image: url(../images/common/common_bg06.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateY(-40%);
}
@media screen and (min-width: 768px) {
  .middlebnr_ttl > span::after {
    width: 1.2rem;
    height: 2.4rem;
  }
}
.middlebnr_ttl > span > em {
  color: #ffffff;
  font-style: normal;
}
.middlebnr_list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 2.5rem;
  -moz-column-gap: 4%;
       column-gap: 4%;
  width: 100%;
  max-width: 1000px;
  margin: 5rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .middlebnr_list {
    margin: 3rem auto 0 auto;
  }
}
.middlebnr_list > li {
  width: 54rem;
}
@media screen and (min-width: 768px) {
  .middlebnr_list > li {
    width: 38%;
  }
}

/* ========================================================
    movie
======================================================== */
.movie {
  position: relative;
  width: 100%;
  padding: 25rem 0 20rem 0;
}
@media screen and (min-width: 768px) {
  .movie {
    padding: 20rem 0 15rem 0;
  }
}
.movie_ttl {
  position: relative;
  margin-top: -1rem;
  padding-top: 8rem;
  filter: contrast(25) blur(0px);
}
@media screen and (min-width: 768px) {
  .movie_ttl {
    padding-top: 7rem;
  }
}
.movie_ttl > .morphing {
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  color: #202020;
  font-family: "Shippori Mincho", serif;
  font-size: 8rem;
  font-weight: 700;
  line-height: 1;
  transform: translateX(-50%);
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .movie_ttl > .morphing {
    font-size: 7rem;
  }
}
.movie_ttl > .morphing:nth-child(2) {
  padding-top: 0.8rem;
  font-size: 6.4rem;
}
@media screen and (min-width: 768px) {
  .movie_ttl > .morphing:nth-child(2) {
    padding-top: 0.7rem;
    font-size: 5.6rem;
  }
}
.movie_column {
  margin-top: 9rem;
}
@media screen and (min-width: 768px) {
  .movie_column {
    margin-top: 3rem;
  }
}
.movie_list_wrap {
  position: relative;
  margin: 0 calc(50% - 50vw);
  overflow-x: scroll;
  overflow-y: hidden;
}
@media screen and (min-width: 768px) {
  .movie_list_wrap {
    margin: 0 -3rem;
    overflow-x: auto;
  }
}
.movie_list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
  width: 143rem;
  padding: 3rem 5rem;
}
@media screen and (min-width: 768px) {
  .movie_list {
    justify-content: center;
    -moz-column-gap: 4.4%;
         column-gap: 4.4%;
    width: 100%;
    padding: 3rem;
  }
}
.movie_list > li {
  width: 41rem;
}
@media screen and (min-width: 768px) {
  .movie_list > li {
    width: 30.4%;
  }
}
.movie_list > li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .movie_list > li a:hover {
    opacity: 1;
    transform: rotate(-3deg);
  }
}
@media screen and (min-width: 768px) {
  .movie_list > li a:hover figure::after {
    background-image: url(../images/common/icon_play_h.png);
  }
}
.movie_list > li figure {
  position: relative;
}
.movie_list > li figure::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 8.2rem;
  height: 8.2rem;
  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) {
  .movie_list > li figure::after {
    width: 6.4rem;
    height: 6.4rem;
  }
}
.movie_list > li figure img {
  border-radius: 1.5rem;
}
.movie_list > li dl {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .movie_list > li dl {
    margin-top: 1.5rem;
  }
}
.movie_list > li dl > dt {
  display: inline-block;
  width: 27rem;
  height: 4rem;
  color: #ff54d5;
  font-family: "Zen Maru Gothic", serif;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 3.8rem;
  text-align: center;
  background-image: url(../images/common/common_bg02.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .movie_list > li dl > dt {
    width: 17rem;
    height: 2.6rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.movie_list > li dl > dd {
  margin-top: 3rem;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 768px) {
  .movie_list > li dl > dd {
    margin-top: 2rem;
  }
}
.movie_btn {
  width: 59rem;
  margin: 9rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .movie_btn {
    width: 32%;
    margin: 3rem auto 0 auto;
  }
}
.movie_btn > a {
  position: relative;
  display: block;
  width: 100%;
  height: 10rem;
  color: #000000;
  font-family: "Zen Maru Gothic", serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 10rem;
  text-align: center;
  border-radius: 5rem;
  background-color: #ff54d5;
}
@media screen and (min-width: 768px) {
  .movie_btn > a {
    height: 5rem;
    font-size: 2rem;
    line-height: 5rem;
    border-radius: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .movie_btn > a:hover {
    color: #ff54d5;
    background-color: #000000;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .movie_btn > a:hover::after {
    border-color: #ff54d5;
  }
}
.movie_btn > a::after {
  content: "";
  position: absolute;
  right: 6rem;
  top: 50%;
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  border-top: 0.3rem solid #000000;
  border-right: 0.3rem solid #000000;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 768px) {
  .movie_btn > a::after {
    right: 3rem;
    width: 1rem;
    height: 1rem;
    border-top: 0.2rem solid #000000;
    border-right: 0.2rem solid #000000;
  }
}

/* ========================================================
    topics
======================================================== */
.topics {
  position: relative;
  width: 100%;
  padding: 20rem 0;
  background-color: rgba(220, 230, 231, 0.4);
}
@media screen and (min-width: 768px) {
  .topics {
    padding: 15rem 0;
  }
}
.topics_ttl {
  position: relative;
  margin-top: -1rem;
  padding-top: 8rem;
  filter: contrast(25) blur(0px);
}
@media screen and (min-width: 768px) {
  .topics_ttl {
    padding-top: 7rem;
  }
}
.topics_ttl > .morphing {
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  color: #202020;
  font-family: "Shippori Mincho", serif;
  font-size: 8rem;
  font-weight: 700;
  line-height: 1;
  transform: translateX(-50%);
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .topics_ttl > .morphing {
    font-size: 7rem;
  }
}
.topics_ttl > .morphing:nth-child(2) {
  padding-top: 0.8rem;
  font-size: 6.4rem;
}
@media screen and (min-width: 768px) {
  .topics_ttl > .morphing:nth-child(2) {
    padding-top: 0.7rem;
    font-size: 5.6rem;
  }
}
.topics_column {
  margin-top: 9rem;
}
@media screen and (min-width: 768px) {
  .topics_column {
    margin-top: 3rem;
  }
}
.topics_list_wrap {
  position: relative;
  margin: 0 calc(50% - 50vw);
  overflow-x: scroll;
  overflow-y: hidden;
}
@media screen and (min-width: 768px) {
  .topics_list_wrap {
    margin: 0 -3rem;
    overflow-x: auto;
  }
}
.topics_list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
  width: 143rem;
  padding: 3rem 5rem;
}
@media screen and (min-width: 768px) {
  .topics_list {
    justify-content: center;
    -moz-column-gap: 4.4%;
         column-gap: 4.4%;
    width: 100%;
    padding: 3rem;
  }
}
.topics_list > li {
  width: 41rem;
}
@media screen and (min-width: 768px) {
  .topics_list > li {
    width: 30.4%;
  }
}
.topics_list > li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .topics_list > li a:hover {
    opacity: 1;
    transform: rotate(-3deg);
  }
}
.topics_list > li figure img {
  border-radius: 1.5rem;
}
.topics_list > li dl {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .topics_list > li dl {
    margin-top: 1.5rem;
  }
}
.topics_list > li dl > dt {
  display: inline-block;
  width: 27rem;
  height: 4rem;
  color: #ff54d5;
  font-family: "Zen Maru Gothic", serif;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 3.8rem;
  text-align: center;
  background-image: url(../images/common/common_bg02.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .topics_list > li dl > dt {
    width: 17rem;
    height: 2.6rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.topics_list > li dl > dd {
  margin-top: 3rem;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 768px) {
  .topics_list > li dl > dd {
    margin-top: 2rem;
  }
}
.topics_btn {
  width: 59rem;
  margin: 9rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .topics_btn {
    width: 32%;
    margin: 3rem auto 0 auto;
  }
}
.topics_btn > a {
  position: relative;
  display: block;
  width: 100%;
  height: 10rem;
  color: #000000;
  font-family: "Zen Maru Gothic", serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 10rem;
  text-align: center;
  border-radius: 5rem;
  background-color: #ff54d5;
}
@media screen and (min-width: 768px) {
  .topics_btn > a {
    height: 5rem;
    font-size: 2rem;
    line-height: 5rem;
    border-radius: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .topics_btn > a:hover {
    color: #ff54d5;
    background-color: #000000;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .topics_btn > a:hover::after {
    border-color: #ff54d5;
  }
}
.topics_btn > a::after {
  content: "";
  position: absolute;
  right: 6rem;
  top: 50%;
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  border-top: 0.3rem solid #000000;
  border-right: 0.3rem solid #000000;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 768px) {
  .topics_btn > a::after {
    right: 3rem;
    width: 1rem;
    height: 1rem;
    border-top: 0.2rem solid #000000;
    border-right: 0.2rem solid #000000;
  }
}

/* ========================================================
    sns
======================================================== */
.sns {
  position: relative;
  width: 100%;
  padding: 20rem 0;
}
@media screen and (min-width: 768px) {
  .sns {
    padding: 15rem 0;
  }
}
.sns_ttl {
  position: relative;
  margin-top: -1rem;
  padding-top: 8rem;
  filter: contrast(25) blur(0px);
}
@media screen and (min-width: 768px) {
  .sns_ttl {
    margin-top: 3rem;
    margin-left: 57%;
    padding-top: 7rem;
  }
}
.sns_ttl > .morphing {
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  color: #202020;
  font-family: "Shippori Mincho", serif;
  font-size: 8rem;
  font-weight: 700;
  line-height: 1;
  transform: translateX(-50%);
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .sns_ttl > .morphing {
    left: 0;
    transform: none;
    font-size: 7rem;
  }
}
.sns_ttl > .morphing:nth-child(2) {
  padding-top: 0.8rem;
  font-size: 6.4rem;
}
@media screen and (min-width: 768px) {
  .sns_ttl > .morphing:nth-child(2) {
    padding-top: 0.7rem;
    font-size: 5.6rem;
  }
}
.sns_column {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 12rem;
}
@media screen and (min-width: 768px) {
  .sns_column {
    margin-top: 0;
  }
}
.sns_widget {
  position: relative;
  width: 100%;
  margin-top: 0;
  padding-top: 81rem;
  background-image: url(../images/top/sns_bg01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .sns_widget {
    width: 50%;
    margin-top: -10rem;
    padding-top: 62.3%;
  }
}
.sns_widget .twitter-timeline {
  position: absolute;
  left: 5rem;
  right: 5rem;
  top: 15rem;
  bottom: 22rem;
  display: block;
  width: calc(100% - 10rem);
  height: calc(100% - 37rem);
  overflow-y: auto;
}
@media screen and (min-width: 768px) {
  .sns_widget .twitter-timeline {
    left: 6rem;
    right: 6rem;
    top: 10rem;
    bottom: 15.5rem;
    width: calc(100% - 12rem);
    height: calc(100% - 25.5rem);
  }
}
.sns_list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  row-gap: 2.5rem;
  width: 55rem;
  margin: 12rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .sns_list {
    row-gap: 3.5rem;
    width: 43%;
    margin: 7rem 0 0 0;
  }
}
.sns_list > li {
  position: relative;
  width: 100%;
  padding-top: 18.9rem;
}
@media screen and (min-width: 768px) {
  .sns_list > li {
    padding-top: 34.4186046512%;
  }
}
.sns_list > li.sns_list_insta a {
  background-image: url(../images/top/sns_img01.png);
}
@media screen and (min-width: 768px) {
  .sns_list > li.sns_list_insta a:hover {
    background-image: url(../images/top/sns_img01_h.png);
    opacity: 1;
  }
}
.sns_list > li.sns_list_tiktok a {
  background-image: url(../images/top/sns_img02.png);
}
@media screen and (min-width: 768px) {
  .sns_list > li.sns_list_tiktok a:hover {
    background-image: url(../images/top/sns_img02_h.png);
    opacity: 1;
  }
}
.sns_list > li > a {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

/* ========================================================
    illust
======================================================== */
.illust_img01 {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  width: 97.4rem;
  height: 150.4rem;
  background-image: url(../images/common/illust_img01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .illust_img01 {
    left: -5.7rem;
    top: -1rem;
    display: block;
  }
}
.illust_img02 {
  position: absolute;
  right: 0;
  bottom: 0;
  display: none;
  width: 97.4rem;
  height: 180.7rem;
  background-image: url(../images/common/illust_img02.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .illust_img02 {
    right: 0;
    bottom: 160rem;
    display: block;
  }
}
.illust_img03 {
  position: absolute;
  left: -30.6rem;
  top: -15rem;
  display: block;
  width: 97.4rem;
  height: 221rem;
  background-image: url(../images/common/illust_img03.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .illust_img03 {
    left: 0;
    top: 0;
    display: none;
  }
}
.illust_img04 {
  position: absolute;
  right: -3.9rem;
  bottom: 338rem;
  display: block;
  width: 77.3rem;
  height: 243.6rem;
  background-image: url(../images/common/illust_img04.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .illust_img04 {
    right: 0;
    bottom: 0;
    display: none;
  }
}
.illust_img05 {
  position: absolute;
  left: 4.4rem;
  top: 125.5rem;
  display: block;
  width: 35.9rem;
  height: 26.4rem;
  background-image: url(../images/common/illust_img05.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .illust_img05 {
    left: 4.3rem;
    top: 63rem;
    width: 47.8rem;
    height: 35.2rem;
  }
}
.illust_img06 {
  position: absolute;
  right: -8.6rem;
  top: -20.5rem;
  display: block;
  width: 25rem;
  height: 33.9rem;
  background-image: url(../images/common/illust_img06.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .illust_img06 {
    right: calc(50% - 55.7rem);
    top: -14rem;
    width: 18.5rem;
    height: 25.2rem;
  }
}
.illust_img07 {
  position: absolute;
  right: -7.1rem;
  bottom: 92rem;
  display: block;
  width: 35.1rem;
  height: 28.3rem;
  background-image: url(../images/common/illust_img07.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .illust_img07 {
    right: 6.7rem;
    bottom: 60rem;
  }
}
/*# sourceMappingURL=top.css.map */