@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : top.css
Description : トップページ
===================================================================== */
/* ========================================================
    movie_teaser
======================================================== */
.movie_teaser {
  position: relative;
  width: 100%;
  padding: 16rem 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .movie_teaser {
    padding: 12rem 0;
  }
}
.movie_teaser::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/common_bg03.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
  z-index: -2;
}
@media screen and (min-width: 1600px) {
  .movie_teaser::before {
    background-size: 100% 100%;
  }
}
.movie_teaser::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/common_bg04_sp.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  mix-blend-mode: multiply;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .movie_teaser::after {
    background-image: url(../images/common/common_bg04_pc.png);
    background-size: auto auto;
  }
}
@media screen and (min-width: 1600px) {
  .movie_teaser::after {
    background-size: 100% auto;
  }
}
.movie_teaser_column {
  position: relative;
  width: 100%;
}
.movie_teaser_ttl {
  position: relative;
  width: 26.6rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .movie_teaser_ttl {
    width: 23.94rem;
  }
}
.movie_teaser_wrap {
  position: relative;
  width: 100%;
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .movie_teaser_wrap {
    margin-top: 6rem;
  }
}
.movie_teaser_embed {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .movie_teaser_embed {
    width: 80%;
  }
}
.movie_teaser_embed > a {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .movie_teaser_embed > a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .movie_teaser_embed > a:hover figure::before {
    transform: translate(-50%, -50%) scale(1.05);
  }
}
@media screen and (min-width: 768px) {
  .movie_teaser_embed > a:hover figure > img {
    transform: scale(1.05);
  }
}
.movie_teaser_embed > a figure::before {
  content: "";
}
.movie_teaser_embed figure {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.movie_teaser_embed figure::before {
  content: none;
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 12%;
  max-width: 7.8rem;
  aspect-ratio: 1/1;
  background-image: url(../images/common/btn_play.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
  transition: 0.3s ease;
  z-index: 1;
}
.movie_teaser_embed figure > img {
  transition: 0.3s ease;
}

/* ========================================================
    topics
======================================================== */
.topics {
  position: relative;
  width: 100%;
  padding: 16rem 0;
}
@media screen and (min-width: 768px) {
  .topics {
    padding: 12rem 0;
  }
}
.topics:not(:has(+ #intro)) {
  padding-bottom: 0;
}
.topics_column {
  position: relative;
  width: 100%;
}
.topics_ttl {
  position: relative;
  width: 26.6rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .topics_ttl {
    width: 23.94rem;
  }
}
.topics_wrap {
  position: relative;
  width: 100%;
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .topics_wrap {
    margin-top: 6rem;
  }
}
.topics_listwrap {
  position: relative;
  width: 115.3846153846%;
  margin: 0 -7.6923076923%;
  overflow-x: scroll;
}
@media screen and (min-width: 768px) {
  .topics_listwrap {
    width: 100%;
    margin: 0;
    overflow-x: visible;
  }
}
.topics_list {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 143rem;
  padding: 0 5rem;
}
@media screen and (min-width: 768px) {
  .topics_list {
    justify-content: center !important;
    width: 100% !important;
    padding: 0;
  }
}
.topics_list:has(li:nth-child(1):last-child) {
  justify-content: center;
  width: 75rem;
}
.topics_list:has(li:nth-child(2):last-child) {
  justify-content: flex-start;
  width: 97rem;
}
.topics_list > li {
  width: 41rem;
  margin-left: 5rem;
}
@media screen and (min-width: 768px) {
  .topics_list > li {
    width: 30.4%;
    margin-left: 4.4%;
  }
}
.topics_list > li:first-child {
  margin-left: 0;
}
.topics_list > li > a {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .topics_list > li > a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .topics_list > li > a:hover .topics_item > figure > img {
    transform: scale(1.05);
  }
}
.topics_item {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
}
.topics_item > figure {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.topics_item > figure > img {
  transition: 0.3s ease;
}
.topics_item > dl {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .topics_item > dl {
    margin-top: 1.5rem;
  }
}
.topics_item > dl > dt {
  width: 100%;
  text-align: left;
}
.topics_item > dl > dt > span {
  display: block;
  color: #87010d;
  font-size: 2.4rem;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .topics_item > dl > dt > span {
    font-size: 1.6rem;
  }
}
.topics_item > dl > dd {
  width: 100%;
  margin-top: 0.4rem;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 768px) {
  .topics_item > dl > dd {
    margin-top: 0.3rem;
  }
}
.topics_item > dl > dd > span {
  display: block;
}
.topics_btn {
  position: relative;
  width: 100%;
  aspect-ratio: 650/100;
  margin: 8rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .topics_btn {
    width: 32rem;
    aspect-ratio: 320/50;
    margin: 6rem auto 0 auto;
  }
}
.topics_btn > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  border: 1px solid #100923;
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  .topics_btn > a:hover {
    border: 1px solid #87010d;
    background-color: #87010d;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .topics_btn > a:hover::before {
    background-color: #ffffff;
  }
}
@media screen and (min-width: 768px) {
  .topics_btn > a:hover > span {
    color: #ffffff;
  }
}
.topics_btn > a::before {
  content: "";
  position: absolute;
  right: 3rem;
  top: 50%;
  display: block;
  width: 1.3rem;
  aspect-ratio: 13/24;
  -webkit-mask-image: url(../images/common/arrow_bg01.svg);
          mask-image: url(../images/common/arrow_bg01.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  background-color: #100923;
  transform: translateY(-50%);
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .topics_btn > a::before {
    right: 2rem;
    width: 0.8rem;
  }
}
.topics_btn > a > span {
  display: block;
  color: #100923;
  font-family: "Tangerine", cursive;
  font-size: 7rem;
  font-weight: 700;
  line-height: 1;
  transform: translateY(-0.1em);
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .topics_btn > a > span {
    font-size: 4rem;
  }
}

/* ========================================================
    intro
======================================================== */
.intro {
  position: relative;
  width: 100%;
  padding: 16rem 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .intro {
    padding: 12rem 0;
  }
}
.intro::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ebfffe;
  z-index: -2;
}
.intro::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/common_bg05_sp.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .intro::after {
    background-image: url(../images/common/common_bg05_pc.jpg);
    background-size: auto auto;
  }
}
@media screen and (min-width: 1600px) {
  .intro::after {
    background-size: 100% auto;
  }
}
.intro_column {
  position: relative;
  width: 100%;
}
.intro_ttl {
  position: relative;
  width: 35.3rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .intro_ttl {
    width: 31.77rem;
  }
}
.intro_wrap {
  position: relative;
  width: 100%;
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .intro_wrap {
    margin-top: 6rem;
  }
}
.intro_text {
  position: relative;
  width: 100%;
  text-align: center;
}
.intro_text > p {
  width: 100%;
  margin-top: 4.8rem;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .intro_text > p {
    margin-top: 3.6rem;
    font-size: 2.6rem;
  }
}
.intro_text > p:first-child {
  margin-top: 0;
}
.intro_text > p.forSP {
  display: block;
}
@media screen and (min-width: 768px) {
  .intro_text > p.forSP {
    display: none;
  }
}
.intro_text > p.forPC {
  display: none;
}
@media screen and (min-width: 768px) {
  .intro_text > p.forPC {
    display: block;
  }
}
.intro_text > p > strong {
  color: #87010d;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.6;
  -webkit-text-stroke: 2px #ffffff;
  text-stroke: 2px #ffffff;
  paint-order: stroke;
}
@media screen and (min-width: 768px) {
  .intro_text > p > strong {
    font-size: 3.6rem;
  }
}

/* ========================================================
    cast
======================================================== */
.cast {
  position: relative;
  width: 100%;
  padding: 16rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .cast {
    padding: 12rem 0 0 0;
  }
}
.cast_column {
  position: relative;
  width: 100%;
}
.cast_ttl {
  position: relative;
  width: 26.6rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .cast_ttl {
    width: 23.94rem;
  }
}
.cast_wrap {
  position: relative;
  width: 100%;
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .cast_wrap {
    margin-top: 6rem;
  }
}
.cast_list {
  position: relative;
  width: 100%;
}
.cast_list > li {
  width: 100%;
  margin-top: 10rem;
}
@media screen and (min-width: 768px) {
  .cast_list > li {
    margin-top: 7.5rem;
  }
}
.cast_list > li:nth-child(1) .cast_img::before {
  content: "";
}
.cast_item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.cast_img {
  position: relative;
  width: 53.8461538462%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .cast_img {
    width: 35%;
    margin: 0 0 0 11%;
  }
}
.cast_img::before {
  content: none;
  position: absolute;
  left: -22.8571428571%;
  bottom: -11.4285714286%;
  display: block;
  width: 98.8571428571%;
  aspect-ratio: 346/358;
  background-image: url(../images/top/cast_bg01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  z-index: -1;
}
.cast_name {
  position: relative;
  width: 100%;
  margin: 4.8rem 0 0 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cast_name {
    width: 46%;
    margin: 0;
    text-align: left;
  }
}
.cast_name > small {
  display: block;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .cast_name > small {
    font-size: 1.6rem;
  }
}
.cast_name > em {
  display: block;
  font-size: 4.2rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .cast_name > em {
    font-size: 3.4rem;
  }
}
.cast_name > em > small {
  display: inline-block;
  margin-left: 0.5em;
  font-size: 70%;
}
.cast_name > span {
  display: block;
  color: #a3a3a3;
  font-size: 2.8rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .cast_name > span {
    font-size: 2rem;
  }
}
.cast_text {
  position: relative;
  width: 100%;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .cast_text {
    margin-top: 3.6rem;
  }
}
.cast_text > p {
  width: 100%;
  margin-top: 1em;
}
.cast_text > p:first-child {
  margin-top: 0;
}
.cast_comment {
  position: relative;
  width: 100%;
  margin-top: 4.8rem;
}
@media screen and (min-width: 768px) {
  .cast_comment {
    margin-top: 3.6rem;
  }
}
.cast_comment > dt {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  aspect-ratio: 650/100;
  margin: 0 auto;
  background-color: #100923;
  cursor: pointer;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .cast_comment > dt {
    width: 32rem;
    aspect-ratio: 320/50;
  }
}
.cast_comment > dt.is-active::before {
  transform: translateY(-50%) rotate(-90deg);
}
.cast_comment > dt::before {
  content: "";
  position: absolute;
  right: 3.6rem;
  top: 50%;
  display: block;
  width: 1.3rem;
  aspect-ratio: 13/24;
  -webkit-mask-image: url(../images/common/arrow_bg01.svg);
          mask-image: url(../images/common/arrow_bg01.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  background-color: #ffffff;
  transform: translateY(-50%) rotate(90deg);
}
@media screen and (min-width: 768px) {
  .cast_comment > dt::before {
    right: 2.4rem;
    width: 0.8rem;
  }
}
.cast_comment > dt > span {
  display: block;
  color: #ffffff;
  font-family: "Tangerine", cursive;
  font-size: 7rem;
  font-weight: 700;
  line-height: 1;
  transform: translateY(-0.1em);
}
@media screen and (min-width: 768px) {
  .cast_comment > dt > span {
    font-size: 4rem;
  }
}
.cast_comment > dd {
  position: relative;
  display: none;
  width: 100%;
  margin-bottom: 0;
  padding: 4rem 5rem 5rem 5rem;
  background-color: #87010d;
  transform: none;
}
@media screen and (min-width: 768px) {
  .cast_comment > dd {
    margin-bottom: -2.5rem;
    padding: 5.5rem 4rem 4rem 4rem;
    transform: translateY(-2.5rem);
  }
}
.cast_comment > dd > p {
  width: 100%;
  margin-top: 1em;
  color: #ffffff;
}
.cast_comment > dd > p:first-child {
  margin-top: 0;
}

/* ========================================================
    staff
======================================================== */
.staff {
  position: relative;
  width: 100%;
  padding: 16rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .staff {
    padding: 12rem 0 0 0;
  }
}
.staff_column {
  position: relative;
  width: 100%;
}
.staff_ttl {
  position: relative;
  width: 26.6rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .staff_ttl {
    width: 23.94rem;
  }
}
.staff_wrap {
  position: relative;
  width: 100%;
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .staff_wrap {
    margin-top: 6rem;
  }
}
.staff_name {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 115.3846153846%;
  margin: 3.2rem -7.6923076923% 0 -7.6923076923%;
}
@media screen and (min-width: 768px) {
  .staff_name {
    width: 100%;
    margin: 2.4rem 0 0 0;
  }
}
.staff_name.line {
  margin-top: 6.4rem;
}
@media screen and (min-width: 768px) {
  .staff_name.line {
    margin-top: 4.8rem;
  }
}
.staff_name:first-child {
  margin-top: 0;
}
.staff_name > dt {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 50%;
  padding-right: 1em;
}
@media screen and (min-width: 768px) {
  .staff_name > dt {
    padding-right: 2.5em;
  }
}
.staff_name > dt:has(+ dd > span:first-child > .staff_link) {
  margin-top: 4.8rem;
}
@media screen and (min-width: 768px) {
  .staff_name > dt:has(+ dd > span:first-child > .staff_link) {
    margin-top: 0;
  }
}
.staff_name > dt::before {
  content: "：";
  position: absolute;
  right: -0.5em;
  top: 0;
  display: block;
  font-size: 3.2rem;
}
@media screen and (min-width: 768px) {
  .staff_name > dt::before {
    font-size: 2.2rem;
  }
}
.staff_name > dt > span {
  position: relative;
  display: inline-block;
  font-size: 3.2rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .staff_name > dt > span {
    font-size: 2.2rem;
  }
}
.staff_name > dt > span.min {
  letter-spacing: 0;
}
.staff_name > dd {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 50%;
  padding-left: 1em;
}
@media screen and (min-width: 768px) {
  .staff_name > dd {
    padding-left: 2.5em;
  }
}
.staff_name > dd > span {
  position: relative;
  display: inline-block;
  font-size: 3.2rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .staff_name > dd > span {
    font-size: 2.2rem;
  }
}
.staff_name > dd > span:has(.staff_link) {
  margin-top: 4.8rem;
}
@media screen and (min-width: 768px) {
  .staff_name > dd > span:has(.staff_link) {
    margin-top: 0;
  }
}
.staff_name > dd > span.min {
  letter-spacing: 0;
}
.staff_name > dd > span > small {
  display: inline-block;
  font-size: 70%;
}
.staff_name > dd > span > small.min {
  display: block;
  margin-top: -0.4rem;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .staff_name > dd > span > small.min {
    display: inline-block;
    margin-top: 0;
  }
}
.staff_link {
  position: absolute;
  left: inherit;
  right: 0;
  top: inherit;
  bottom: 95%;
  display: inline-block;
  width: auto;
  padding: 0.3em 0.6em 0.45em 2.2em;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  border-radius: 1rem;
  background-color: #100923;
  background-image: url(../images/common/icon_comment.png);
  background-repeat: no-repeat;
  background-position: left 0.6em center;
  background-size: auto 0.9em;
  white-space: nowrap;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .staff_link {
    left: calc(100% + 1.5rem);
    right: inherit;
    top: 0.4em;
    bottom: inherit;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .staff_link:hover {
    background-color: #87010d;
    opacity: 1 !important;
  }
}
.staff_comment {
  position: relative;
  width: 100%;
  padding: 6rem 5rem;
  background-color: #100923;
}
@media screen and (min-width: 768px) {
  .staff_comment {
    padding: 4.5rem 4rem;
  }
}
.staff_comment > dt {
  display: none;
}
.staff_comment > dd {
  width: 100%;
}
.staff_comment > dd > p {
  width: 100%;
  margin-top: 1em;
  color: #ffffff;
}
.staff_comment > dd > p:first-child {
  margin-top: 0;
}

/* ========================================================
    sns
======================================================== */
.sns {
  position: relative;
  width: 100%;
  padding: 16rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .sns {
    padding: 12rem 0 0 0;
  }
}
.sns_column {
  position: relative;
  width: 100%;
}
.sns_ttl {
  position: relative;
  width: 26.6rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .sns_ttl {
    width: 23.94rem;
  }
}
.sns_wrap {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .sns_wrap {
    margin-top: 6rem;
  }
}
.sns_widget {
  position: relative;
  width: 84.6153846154%;
  aspect-ratio: 550/460;
  margin: 0 auto;
  padding: 3rem;
}
@media screen and (min-width: 768px) {
  .sns_widget {
    width: 48%;
    aspect-ratio: 480/408;
    margin: 0;
  }
}
.sns_widget::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #dedede;
  z-index: -1;
}
.sns_widget .tiktok-embed {
  height: 100%;
  margin: 0;
  padding: 2rem;
  background-color: #ffffff;
}
.sns_widget .tiktok-embed iframe {
  height: 100% !important;
  max-height: inherit !important;
}
.sns_list {
  position: relative;
  width: 84.6153846154%;
  margin: 6rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .sns_list {
    width: 48%;
    margin: 0;
  }
}
.sns_list > li {
  width: 100%;
  aspect-ratio: 550/140;
  margin-top: 3.2rem;
}
@media screen and (min-width: 768px) {
  .sns_list > li {
    aspect-ratio: 480/120;
    margin-top: 2.4rem;
  }
}
.sns_list > li:first-child {
  margin-top: 0;
}
.sns_list > li > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  padding: 0 6rem;
  background-image: url(../images/top/sns_bg01_sp.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .sns_list > li > a {
    background-image: url(../images/top/sns_bg01_pc.jpg);
  }
}
.sns_list > li > a > svg {
  position: relative;
  width: 3rem;
  aspect-ratio: 1/1;
  fill: #ffffff;
}
.sns_list > li > a > p {
  position: relative;
  width: 34rem;
}
@media screen and (min-width: 768px) {
  .sns_list > li > a > p {
    width: 27rem;
  }
}
.sns_list > li > a > p > em {
  display: block;
  color: #ffffff;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .sns_list > li > a > p > em {
    font-size: 2.6rem;
  }
}
.sns_list > li > a > p > span {
  display: block;
  margin-top: 1.6rem;
  color: #ffffff;
  font-family: "Tangerine", cursive;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .sns_list > li > a > p > span {
    margin-top: 1.2rem;
    font-size: 1.8rem;
  }
}/*# sourceMappingURL=top.css.map */