@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : top.css
Description : トップページ
===================================================================== */
/* ========================================================
    nav
======================================================== */
@media screen and (min-width: 768px) {
  .nav_menu {
    display: none;
  }
}

/* ========================================================
    opening
======================================================== */
/* ========================================================
    mv
======================================================== */
.mv {
  position: relative;
  width: 100%;
}
.mv::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000000;
  z-index: -4;
}
.mv::after {
  content: none;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 16.2rem;
  height: 100%;
  background-image: url(../images/common/common_bg03.png);
  background-repeat: repeat-y;
  background-position: center center;
  background-size: 100% auto;
  transform: scale(-1, -1);
  z-index: -3;
}
@media screen and (min-width: 768px) {
  .mv::after {
    content: "";
  }
}
.mv_column {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
}
.mv_img {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .mv_img {
    width: 62.5%;
  }
}
.mv_img_mainlist {
  position: relative;
  width: 100%;
  opacity: 0;
}
.mv_img_mainlist.slick-initialized.slick-slider {
  opacity: 1;
}
.mv_img_mainlist.slick-initialized.slick-slider * {
  line-height: 0;
}
.mv_img_thumblist {
  position: relative;
  width: 100%;
  height: 12rem;
  overflow: hidden;
  opacity: 0;
}
.mv_img_thumblist:has(.slick-slide:first-child:last-child) {
  display: none;
}
.mv_img_thumblist.slick-initialized.slick-slider {
  opacity: 1;
}
.mv_img_thumblist.slick-initialized.slick-slider * {
  line-height: 0;
}
.mv_img_thumblist.slick-initialized.slick-slider .slick-track {
  transform: translate3d(0, 0, 0) !important;
}
.mv_img_thumblist.slick-initialized.slick-slider .slick-slide {
  position: relative;
  transform: translateY(calc(6rem - 50%));
  cursor: pointer;
}
.mv_img_thumblist.slick-initialized.slick-slider .slick-slide.slick-current::before {
  content: none;
}
.mv_img_thumblist.slick-initialized.slick-slider .slick-slide::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  transition: opacity 0.3s ease;
  z-index: 1;
}
.mv_info {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  padding-top: 67rem;
}
@media screen and (min-width: 768px) {
  .mv_info {
    position: relative;
    width: 37.5%;
    padding-top: 7.8125%;
  }
}
.mv_ttl {
  position: relative;
  width: 58.6666666667%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .mv_ttl {
    width: 69.4444444444%;
  }
}
.mv_onair {
  position: relative;
  width: 100%;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .mv_onair {
    margin-top: 6.9444444444%;
  }
}
.mv_menu {
  display: none;
}
@media screen and (min-width: 768px) {
  .mv_menu {
    display: block;
    padding: 27.7777777778% 0 0 13.8888888889%;
  }
}
.mv_menu_list {
  position: relative;
  width: 100%;
}
.mv_menu_list > li {
  width: 100%;
  border-bottom: 2px solid #ffc317;
  transform: rotate(-10deg);
  transform-origin: left center;
  overflow: hidden;
}
.mv_menu_list > li > a {
  display: block;
  width: 100%;
  padding: 2.5806451613% 0 3.8709677419% 0;
}
.mv_menu_list > li > a:hover {
  opacity: 1;
}
.mv_menu_list > li > a:hover::before {
  transform: translateX(0) scale(1);
}
.mv_menu_list > li > a:hover > em {
  color: #b62819;
}
.mv_menu_list > li > a:hover > span {
  color: #b62819;
}
.mv_menu_list > li > a::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -2px;
  display: block;
  width: 49.6774193548%;
  aspect-ratio: 308/85;
  background-image: url(../images/common/menu_list_bg01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateX(-100%) scale(0);
  transform-origin: left bottom;
  transition: 0.3s ease;
  z-index: 1;
}
.mv_menu_list > li > a > em {
  display: block;
  padding-left: 2rem;
  color: #ffc317;
  font-family: "Luckiest Guy", serif;
  font-size: 1.875vw;
  line-height: 1;
}
.mv_menu_list > li > a > span {
  display: block;
  padding-left: 1.5rem;
  color: #ffffff;
  font-family: "M PLUS 1p", serif;
  font-size: 0.8333333333vw;
  font-weight: 700;
  line-height: 1.4;
}
.mv_menu_sns {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 45.1612903226%;
  margin: -6.4516129032% 0 0 45.1612903226%;
}
.mv_menu_sns.is-appear > li {
  animation: gunAnime 0.1s linear both;
}
.mv_menu_sns.is-appear > li:nth-child(1) {
  animation-delay: 1s;
}
.mv_menu_sns.is-appear > li:nth-child(2) {
  animation-delay: 1.1s;
}
.mv_menu_sns.is-appear > li:nth-child(3) {
  animation-delay: 1.3s;
}
.mv_menu_sns > li {
  width: 36.4285714286%;
  aspect-ratio: 1/1;
}
.mv_menu_sns > li:nth-child(1) {
  margin-top: 17.8571428571%;
}
.mv_menu_sns > li:nth-child(2) {
  margin-top: 37.5%;
}
.mv_menu_sns > li:nth-child(3) {
  margin-left: auto;
}
.mv_menu_sns > li > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.mv_menu_sns > li > a:hover {
  opacity: 1;
}
.mv_menu_sns > li > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/menu_sns_bg01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  z-index: -1;
}
.mv_menu_sns > li > a > svg {
  position: absolute;
  left: 50%;
  top: 48%;
  display: block;
  width: 21.568627451%;
  aspect-ratio: 1/1;
  fill: #ffffff;
  transform: translate(-50%, -50%);
}

/* ========================================================
    stream
======================================================== */
.stream {
  position: relative;
  width: 100%;
  padding: 8rem 0 12rem 0;
}
@media screen and (min-width: 768px) {
  .stream {
    padding: 6rem 0 9rem 0;
  }
}
.stream::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000000;
  z-index: -4;
}
.stream_column {
  position: relative;
  width: 100%;
}
.stream_ttl {
  position: relative;
  width: 100%;
  text-align: center;
}
.stream_ttl > em {
  color: #b62819;
  font-family: "Dela Gothic One", serif;
  font-size: 3.6rem;
}
.stream_list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 79.7101449275%;
  margin: 0.8rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .stream_list {
    width: 95%;
    margin: 0.6rem auto 0 auto;
  }
}
.stream_list > li {
  width: 48.1818181818%;
  aspect-ratio: 265/90;
  margin: 3.2rem 0 0 3.6363636364%;
}
@media screen and (min-width: 768px) {
  .stream_list > li {
    width: 23.6842105263%;
    aspect-ratio: 270/90;
    margin: 2.4rem 0 0 1.7543859649% !important;
  }
}
.stream_list > li:nth-child(2n+1) {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .stream_list > li:nth-child(4n+1) {
    margin-left: 0 !important;
  }
}
.stream_list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  padding: 0 2rem;
  border-radius: 1rem;
  background-color: #ffffff;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .stream_list > li > a:hover {
    opacity: 1;
  }
}
.stream_list > li > a > span {
  position: relative;
  padding-right: 3.2rem;
  font-family: "M PLUS 1p", serif;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}
.stream_list > li > a > span::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  width: 2.4rem;
  aspect-ratio: 1/1;
  background-image: url(../images/common/icon_blank.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateY(-50%);
}

/* ========================================================
    news
======================================================== */
.news {
  position: relative;
  width: 100%;
  padding: 0 0 24rem 0;
  z-index: 1;
}
.news::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/common_bg08_sp.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  z-index: -3;
}
@media screen and (min-width: 768px) {
  .news::after {
    background-image: url(../images/common/common_bg08_pc.png);
    background-size: auto auto;
  }
}
@media screen and (min-width: 1920px) {
  .news::after {
    background-size: 100% auto;
  }
}
.news_column {
  position: relative;
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
}
.news_ttl {
  position: relative;
  width: 100%;
  z-index: 1;
}
.news_ttl::before {
  content: "";
  position: absolute;
  left: -50%;
  top: 0;
  display: block;
  width: 200%;
  height: 12rem;
  background-image: url(../images/news/news_ttl.png);
  background-repeat: repeat-x;
  background-position: center center;
  background-size: auto 100%;
  transform: rotate(3deg);
  z-index: -1;
}
.news_ttl > figure {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 12rem;
  transform: rotate(-3.6deg);
  overflow: hidden;
}
.news_ttl > figure > img {
  display: inline-block;
  width: auto;
  height: 100%;
}
.news_ttl > figure > img:nth-child(1) {
  animation: ttlAnime02-1 20s -10s linear infinite;
}
.news_ttl > figure > img:nth-child(2) {
  animation: ttlAnime02-2 20s 0s linear infinite;
}
.news_ttl > em {
  display: none;
}
.news_ttl > span {
  display: none;
}
.news_list {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 69rem;
  margin: 0 auto;
  padding-top: 20rem;
}
@media screen and (min-width: 768px) {
  .news_list {
    width: 120rem;
    padding-top: 27rem;
  }
}
.news_list > li {
  position: relative;
  width: 47.8260869565%;
  margin: 4rem 0 0 4.347826087%;
}
@media screen and (min-width: 768px) {
  .news_list > li {
    width: 30.6666666667%;
    margin: 0 0 0 4% !important;
  }
}
.news_list > li:nth-child(2n+1) {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .news_list > li:nth-child(3n+1) {
    margin-left: 0 !important;
  }
}
.news_list > li::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -2.5rem;
  display: block;
  width: 5.1rem;
  aspect-ratio: 51/49;
  background-image: url(../images/common/common_bg05.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .news_list > li::before {
    top: -1.6rem;
    width: 3.4rem;
  }
}
.news_list > li > a {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .news_list > li > a:hover {
    opacity: 1;
    animation: swingAnime 1s linear both;
  }
}
.news_item {
  position: relative;
  width: 100%;
  padding: 4rem 3rem;
  background-color: #fff8e5;
}
@media screen and (min-width: 768px) {
  .news_item {
    padding: 3rem 4rem;
  }
}
.news_item > dt {
  width: 100%;
  padding-bottom: 0.5rem;
  text-align: right;
  border-bottom: 1px solid #b62819;
}
.news_item > dt > span {
  color: #b62819;
  font-family: "Dela Gothic One", serif;
  font-size: 2.2rem;
}
@media screen and (min-width: 768px) {
  .news_item > dt > span {
    font-size: 1.8rem;
  }
}
.news_item > dd {
  width: 100%;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .news_item > dd {
    margin-top: 1.5rem;
  }
}
.news_item > dd > span {
  font-size: 2.6rem;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 768px) {
  .news_item > dd > span {
    font-size: 1.8rem;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    overflow: hidden;
    -webkit-box-orient: vertical;
  }
}
.news_btn {
  position: relative;
  width: 55rem;
  aspect-ratio: 550/100;
  margin: 8rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .news_btn {
    width: 60rem;
    aspect-ratio: 600/90;
    margin: 6rem auto 0 auto;
  }
}
.news_btn > a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background-color: #b62819;
}
@media screen and (min-width: 768px) {
  .news_btn > a:hover {
    background-color: #000000;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .news_btn > a:hover::before {
    transform: translateY(-50%) rotate(90deg);
  }
}
.news_btn > a::before {
  content: "";
  position: absolute;
  right: 3.5rem;
  top: 50%;
  display: block;
  width: 5rem;
  aspect-ratio: 1/1;
  background-image: url(../images/common/common_bg04.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateY(-50%) rotate(0deg);
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .news_btn > a::before {
    width: 4.2rem;
  }
}
.news_btn > a > span {
  color: #ffffff;
  font-family: "M PLUS 1p", serif;
  font-size: 3.4rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .news_btn > a > span {
    font-size: 2.8rem;
  }
}

/* ========================================================
    intro
======================================================== */
.intro {
  position: relative;
  width: 100%;
  padding: 32rem 0 48rem 0;
}
@media screen and (min-width: 768px) {
  .intro {
    padding: 18rem 0 48rem 0;
  }
}
.intro::before {
  content: "";
  position: absolute;
  left: 0;
  top: -40rem;
  display: block;
  width: 100%;
  height: calc(100% + 40rem);
  background-color: #b62819;
  z-index: -4;
}
.intro_bg01 {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 41.7rem;
  background-image: url(../images/top/intro_bg01_sp.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 100%;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .intro_bg01 {
    height: 59.5rem;
    background-image: url(../images/top/intro_bg01_pc.png);
    background-size: auto 100%;
  }
}
@media screen and (min-width: 1920px) {
  .intro_bg01 {
    background-size: 100% 100%;
  }
}
.intro_bg02 {
  position: absolute;
  left: 50%;
  bottom: 20rem;
  display: block;
  width: 115rem;
  aspect-ratio: 1589/1142;
  background-image: url(../images/top/intro_bg02.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateX(-50%) scale(0);
  transform-origin: center bottom;
  z-index: -3;
}
@media screen and (min-width: 768px) {
  .intro_bg02 {
    bottom: 16rem;
    width: 158.9rem;
  }
}
.intro_bg02.is-appear {
  animation: explosionAnime 5s ease-in-out both;
}
.intro_bg03 {
  position: absolute;
  left: 50%;
  bottom: -1.2rem;
  display: block;
  width: 75rem;
  height: 44.2rem;
  background-image: url(../images/top/intro_bg03_sp.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .intro_bg03 {
    bottom: -0.6rem;
    width: 113rem;
    height: 41.3rem;
    background-image: url(../images/top/intro_bg03_pc.png);
  }
}
.intro_bg04 {
  position: absolute;
  left: 0;
  top: -4.5rem;
  display: block;
  width: 27rem;
  height: 31.9rem;
  background-image: url(../images/top/intro_bg04_sp.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .intro_bg04 {
    width: 20.3rem;
    height: 75.9rem;
    background-image: url(../images/top/intro_bg04_pc.png);
  }
}
.intro_bg05 {
  position: absolute;
  display: block;
  width: 6.9rem;
  height: 6.9rem;
  background-image: url(../images/top/intro_bg05.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  z-index: -1;
}
.intro_bg05:nth-child(1) {
  left: calc(50% + 19.5rem);
  top: 9rem;
}
@media screen and (min-width: 768px) {
  .intro_bg05:nth-child(1) {
    left: calc(50% + 53rem);
    top: 21.5rem;
  }
}
.intro_bg05:nth-child(2) {
  left: calc(50% + 25.5rem);
  top: 19.5rem;
}
@media screen and (min-width: 768px) {
  .intro_bg05:nth-child(2) {
    left: calc(50% + 59rem);
    top: 32rem;
  }
}
.intro_bg05:nth-child(3) {
  left: calc(50% + 33.5rem);
  top: 14.5rem;
}
@media screen and (min-width: 768px) {
  .intro_bg05:nth-child(3) {
    left: calc(50% + 67rem);
    top: 27rem;
  }
}
.intro_gun {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
}
.intro_gun.is-appear > .intro_bg05 {
  animation: gunAnime 0.1s linear both;
}
.intro_gun.is-appear > .intro_bg05:nth-child(1) {
  animation-delay: 1s;
}
.intro_gun.is-appear > .intro_bg05:nth-child(2) {
  animation-delay: 1.1s;
}
.intro_gun.is-appear > .intro_bg05:nth-child(3) {
  animation-delay: 1.3s;
}
.intro_column {
  position: relative;
  width: 100%;
}
.intro_ttl {
  position: relative;
  width: 100%;
  text-align: center;
}
.intro_ttl.is-appear > figure > img {
  animation: ttlAnime01 1s both;
}
.intro_ttl > figure {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 59.8rem;
  aspect-ratio: 598/72;
  margin: 0 auto;
  overflow: hidden;
}
.intro_ttl > figure > img {
  display: inline-block;
  width: auto;
  height: 100%;
  transform: translateY(100%);
}
.intro_ttl > figure > img:nth-child(1) {
  animation-delay: 0.1s;
}
.intro_ttl > figure > img:nth-child(2) {
  animation-delay: 0.2s;
}
.intro_ttl > figure > img:nth-child(3) {
  animation-delay: 0.3s;
}
.intro_ttl > figure > img:nth-child(4) {
  animation-delay: 0.4s;
}
.intro_ttl > figure > img:nth-child(5) {
  animation-delay: 0.5s;
}
.intro_ttl > figure > img:nth-child(6) {
  animation-delay: 0.6s;
}
.intro_ttl > figure > img:nth-child(7) {
  animation-delay: 0.7s;
}
.intro_ttl > figure > img:nth-child(8) {
  animation-delay: 0.8s;
}
.intro_ttl > figure > img:nth-child(9) {
  animation-delay: 0.9s;
}
.intro_ttl > figure > img:nth-child(10) {
  animation-delay: 1s;
}
.intro_ttl > figure > img:nth-child(11) {
  animation-delay: 1.1s;
}
.intro_ttl > figure > img:nth-child(12) {
  animation-delay: 1.2s;
}
.intro_ttl > em {
  display: none;
}
.intro_ttl > span {
  font-family: "M PLUS 1p", serif;
  font-size: 3rem;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .intro_ttl > span {
    font-size: 2.6rem;
  }
}
.intro_img {
  position: relative;
  width: 108.6956521739%;
  margin: 10rem -4.347826087% 0 -4.347826087%;
}
@media screen and (min-width: 768px) {
  .intro_img {
    width: 83.3333333333%;
    margin: 10rem auto 0 auto;
  }
}

/* ========================================================
    backnumber
======================================================== */
.backnumber {
  position: relative;
  width: 100%;
  padding: 30rem 0;
}
@media screen and (min-width: 768px) {
  .backnumber {
    padding: 36rem 0;
  }
}
.backnumber::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  display: block;
  width: 100%;
  height: 11.4rem;
  -webkit-mask-image: url(../images/top/backnumber_bg02_sp.png);
          mask-image: url(../images/top/backnumber_bg02_sp.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center top;
          mask-position: center top;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  background-color: #ffc317;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .backnumber::before {
    height: 24.6rem;
    -webkit-mask-image: url(../images/top/backnumber_bg02_pc.png);
            mask-image: url(../images/top/backnumber_bg02_pc.png);
    -webkit-mask-size: auto 100%;
            mask-size: auto 100%;
  }
}
@media screen and (min-width: 1920px) {
  .backnumber::before {
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
  }
}
.backnumber::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 11.4rem;
  -webkit-mask-image: url(../images/top/backnumber_bg03_sp.png);
          mask-image: url(../images/top/backnumber_bg03_sp.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center bottom;
          mask-position: center bottom;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  background-image: url(../images/common/common_bg01.jpg);
  background-repeat: repeat;
  background-position: center bottom;
  background-size: auto auto;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .backnumber::after {
    height: 24.6rem;
    -webkit-mask-image: url(../images/top/backnumber_bg03_pc.png);
            mask-image: url(../images/top/backnumber_bg03_pc.png);
    -webkit-mask-size: auto 100%;
            mask-size: auto 100%;
  }
}
@media screen and (min-width: 1920px) {
  .backnumber::after {
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
  }
}
.backnumber_clip {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  z-index: -4;
}
.backnumber_clip_bg {
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background-image: url(../images/top/backnumber_bg01_sp.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  z-index: -5;
}
@media screen and (min-width: 768px) {
  .backnumber_clip_bg {
    background-image: url(../images/top/backnumber_bg01_pc.jpg);
    background-size: auto auto;
  }
}
@media screen and (min-width: 1920px) {
  .backnumber_clip_bg {
    background-size: 100% auto;
  }
}
.backnumber_column {
  position: relative;
  width: 100%;
}
.backnumber_ttl {
  position: relative;
  width: 100%;
  text-align: center;
}
.backnumber_ttl.is-appear > figure > img {
  animation: ttlAnime01 1s both;
}
.backnumber_ttl > figure {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 49.5rem;
  aspect-ratio: 495/53;
  margin: 0 auto;
  overflow: hidden;
}
.backnumber_ttl > figure > img {
  display: inline-block;
  width: auto;
  height: 100%;
  transform: translateY(100%);
}
.backnumber_ttl > figure > img:nth-child(5) {
  margin-left: 1em;
}
.backnumber_ttl > figure > img:nth-child(1) {
  animation-delay: 0.1s;
}
.backnumber_ttl > figure > img:nth-child(2) {
  animation-delay: 0.2s;
}
.backnumber_ttl > figure > img:nth-child(3) {
  animation-delay: 0.3s;
}
.backnumber_ttl > figure > img:nth-child(4) {
  animation-delay: 0.4s;
}
.backnumber_ttl > figure > img:nth-child(5) {
  animation-delay: 0.5s;
}
.backnumber_ttl > figure > img:nth-child(6) {
  animation-delay: 0.6s;
}
.backnumber_ttl > figure > img:nth-child(7) {
  animation-delay: 0.7s;
}
.backnumber_ttl > figure > img:nth-child(8) {
  animation-delay: 0.8s;
}
.backnumber_ttl > figure > img:nth-child(9) {
  animation-delay: 0.9s;
}
.backnumber_ttl > figure > img:nth-child(10) {
  animation-delay: 1s;
}
.backnumber_ttl > figure > img:nth-child(11) {
  animation-delay: 1.1s;
}
.backnumber_ttl > figure > img:nth-child(12) {
  animation-delay: 1.2s;
}
.backnumber_ttl > em {
  display: none;
}
.backnumber_ttl > span {
  color: #ffc317;
  font-family: "M PLUS 1p", serif;
  font-size: 3rem;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .backnumber_ttl > span {
    font-size: 2.6rem;
  }
}
.backnumber_comingsoon {
  position: relative;
  width: 100%;
  margin: 8rem auto 0 auto;
  padding: 4rem 0;
}
@media screen and (min-width: 768px) {
  .backnumber_comingsoon {
    margin: 6rem auto 0 auto;
    padding: 3rem 0;
  }
}
.backnumber_list {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 89.8550724638%;
  margin: 8rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .backnumber_list {
    width: 100%;
    margin: 6rem auto 0 auto;
  }
}
.backnumber_list > li {
  width: 100%;
  margin: 4rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .backnumber_list > li {
    width: 30.6666666667%;
    margin: 0 0 0 4% !important;
  }
}
.backnumber_list > li:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .backnumber_list > li:nth-child(3n+1) {
    margin-left: 0 !important;
  }
}
.backnumber_list > li > a {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .backnumber_list > li > a:hover {
    transform: translateY(-2rem);
    opacity: 1;
  }
}
.backnumber_item {
  position: relative;
  width: 100%;
}
.backnumber_item > dt {
  position: relative;
  width: 44.3548387097%;
  padding: 0 2rem;
  border-radius: 2rem 2rem 0 0;
  background-color: #fff8e5;
}
@media screen and (min-width: 768px) {
  .backnumber_item > dt {
    width: 54.347826087%;
  }
}
.backnumber_item > dt::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  display: block;
  width: 3rem;
  height: 100%;
  border-radius: 0 0 0 2rem;
  background-color: transparent;
  box-shadow: -1.5rem 1.8rem 0 0 #fff8e5;
}
@media screen and (min-width: 768px) {
  .backnumber_item > dt::before {
    box-shadow: -1.5rem 1.5rem 0 0 #fff8e5;
  }
}
.backnumber_item > dt > span {
  display: block;
  color: #b62819;
  font-family: "Dela Gothic One", serif;
  font-size: 2.4rem;
  transform: translateY(0.8rem);
}
@media screen and (min-width: 768px) {
  .backnumber_item > dt > span {
    font-size: 1.8rem;
  }
}
.backnumber_item > dd {
  width: 100%;
  padding: 2rem;
  border-radius: 0 2rem 2rem 2rem;
  background-color: #fff8e5;
  z-index: 1;
}
.backnumber_item > dd > figure {
  width: 100%;
}
.backnumber_item > dd > span {
  display: block;
  font-family: "M PLUS 1p", serif;
  font-size: 3.2rem;
  font-weight: 700;
  transform: translateY(0.8rem);
}
@media screen and (min-width: 768px) {
  .backnumber_item > dd > span {
    font-size: 2.2rem;
  }
}

/* ========================================================
    music
======================================================== */
.music {
  position: relative;
  width: 100%;
  padding: 16rem 0 24rem 0;
}
@media screen and (min-width: 768px) {
  .music {
    padding: 12rem 0 18rem 0;
  }
}
.music::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: calc(100% + 40rem);
  background-image: url(../images/common/common_bg01.jpg);
  background-repeat: repeat;
  background-position: center top;
  background-size: auto auto;
  z-index: -4;
}
.music_column {
  position: relative;
  width: 100%;
}
.music_ttl {
  position: relative;
  width: 100%;
  text-align: center;
}
.music_ttl.is-appear > figure > img {
  animation: ttlAnime01 1s both;
}
.music_ttl > figure {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 24.2rem;
  aspect-ratio: 242/73;
  margin: 0 auto;
  overflow: hidden;
}
.music_ttl > figure > img {
  display: inline-block;
  width: auto;
  height: 100%;
  transform: translateY(100%);
}
.music_ttl > figure > img:nth-child(1) {
  animation-delay: 0.1s;
}
.music_ttl > figure > img:nth-child(2) {
  animation-delay: 0.2s;
}
.music_ttl > figure > img:nth-child(3) {
  animation-delay: 0.3s;
}
.music_ttl > figure > img:nth-child(4) {
  animation-delay: 0.4s;
}
.music_ttl > figure > img:nth-child(5) {
  animation-delay: 0.5s;
}
.music_ttl > figure > img:nth-child(6) {
  animation-delay: 0.6s;
}
.music_ttl > figure > img:nth-child(7) {
  animation-delay: 0.7s;
}
.music_ttl > figure > img:nth-child(8) {
  animation-delay: 0.8s;
}
.music_ttl > figure > img:nth-child(9) {
  animation-delay: 0.9s;
}
.music_ttl > figure > img:nth-child(10) {
  animation-delay: 1s;
}
.music_ttl > figure > img:nth-child(11) {
  animation-delay: 1.1s;
}
.music_ttl > figure > img:nth-child(12) {
  animation-delay: 1.2s;
}
.music_ttl > em {
  display: none;
}
.music_ttl > span {
  font-family: "M PLUS 1p", serif;
  font-size: 3rem;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .music_ttl > span {
    font-size: 2.6rem;
  }
}
.music_item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  width: 108.6956521739%;
  margin: 8rem -4.347826087% 0 -4.347826087%;
}
@media screen and (min-width: 768px) {
  .music_item {
    width: 83.3333333333%;
    margin: 6rem auto 0 auto;
  }
}
.music_img {
  position: relative;
  width: 60%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .music_img {
    width: 45%;
    margin: 0;
  }
}
.music_info {
  position: relative;
  width: 100%;
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .music_info {
    width: 50%;
    margin-top: 0;
  }
}
.music_artist {
  position: relative;
  display: block;
  width: 100%;
  padding: 1rem 2rem;
  text-align: center;
  background-color: #000000;
  transform: rotate(-10deg);
  transform-origin: center center;
}
@media screen and (min-width: 768px) {
  .music_artist {
    display: inline-block;
    width: auto;
    transform-origin: left center;
  }
}
.music_artist::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  width: 150%;
  height: 100%;
  background-color: #000000;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .music_artist::before {
    content: none;
  }
}
.music_artist > span {
  display: block;
  color: #ffc317;
  font-family: "M PLUS 1p", serif;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .music_artist > span {
    font-size: 2.4rem;
  }
}
.music_song {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 2rem;
  padding: 1rem 2rem;
  text-align: center;
  background-color: #000000;
  transform: rotate(-10deg);
  transform-origin: center center;
}
@media screen and (min-width: 768px) {
  .music_song {
    display: inline-block;
    width: auto;
    margin-top: 1.5rem;
    transform-origin: left center;
  }
}
.music_song::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  width: 150%;
  height: 100%;
  background-color: #000000;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .music_song::before {
    content: none;
  }
}
.music_song > span {
  display: block;
  color: #b62819;
  font-family: "Dela Gothic One", serif;
  font-size: 5rem;
  line-height: 1.2;
  transform: rotate(-0.6deg);
}
@media screen and (min-width: 768px) {
  .music_song > span {
    font-size: 4rem;
  }
}
.music_label {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 1.5rem;
  padding: 0 2rem;
  text-align: center;
  transform: rotate(-9.5deg);
  transform-origin: center center;
}
@media screen and (min-width: 768px) {
  .music_label {
    display: inline-block;
    width: auto;
    margin-top: 1rem;
    transform-origin: left center;
  }
}
.music_label > span {
  display: block;
  font-family: "M PLUS 1p", serif;
  font-size: 2.6rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .music_label > span {
    font-size: 1.6rem;
  }
}
.music_btn {
  position: relative;
  display: block;
  width: 100%;
  transform: rotate(-10deg);
  transform-origin: center center;
}
@media screen and (min-width: 768px) {
  .music_btn {
    transform-origin: left center;
  }
}
.music_btn > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 73.3333333333%;
  height: 9rem;
  margin: 6rem auto 0 auto;
  padding-left: 4rem;
  background-color: #ffffff;
  -webkit-clip-path: polygon(0 0, calc(100% - 5rem) 0, 100% 50%, calc(100% - 5rem) 100%, 0 100%);
          clip-path: polygon(0 0, calc(100% - 5rem) 0, 100% 50%, calc(100% - 5rem) 100%, 0 100%);
}
@media screen and (min-width: 768px) {
  .music_btn > a {
    width: 72%;
    height: 6rem;
    margin: 4.5rem 0 0 0;
    padding-left: 2rem;
    -webkit-clip-path: polygon(0 0, calc(100% - 3rem) 0, 100% 50%, calc(100% - 3rem) 100%, 0 100%);
            clip-path: polygon(0 0, calc(100% - 3rem) 0, 100% 50%, calc(100% - 3rem) 100%, 0 100%);
  }
}
@media screen and (min-width: 768px) {
  .music_btn > a:hover {
    width: 84%;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .music_btn > a:hover > span::before {
    right: -10.5rem;
    width: 9rem;
  }
}
@media screen and (min-width: 768px) {
  .music_btn > a:hover > span::after {
    right: -10.5rem;
  }
}
.music_btn > a::before {
  content: "";
  position: absolute;
  left: 0.4rem;
  right: 0.4rem;
  top: 0.4rem;
  bottom: 0.4rem;
  display: block;
  width: calc(100% - 0.8rem);
  height: calc(100% - 0.8rem);
  background-color: #b62819;
  -webkit-clip-path: polygon(0 0, calc(100% - 4.8rem) 0, 100% 50%, calc(100% - 4.8rem) 100%, 0 100%);
          clip-path: polygon(0 0, calc(100% - 4.8rem) 0, 100% 50%, calc(100% - 4.8rem) 100%, 0 100%);
}
@media screen and (min-width: 768px) {
  .music_btn > a::before {
    left: 0.2rem;
    right: 0.2rem;
    top: 0.2rem;
    bottom: 0.2rem;
    width: calc(100% - 0.4rem);
    height: calc(100% - 0.4rem);
    -webkit-clip-path: polygon(0 0, calc(100% - 2.9rem) 0, 100% 50%, calc(100% - 2.9rem) 100%, 0 100%);
            clip-path: polygon(0 0, calc(100% - 2.9rem) 0, 100% 50%, calc(100% - 2.9rem) 100%, 0 100%);
  }
}
.music_btn > a > span {
  position: relative;
  color: #ffffff;
  font-family: "Dela Gothic One", serif;
  font-size: 3.4rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .music_btn > a > span {
    font-size: 2.4rem;
  }
}
.music_btn > a > span::before {
  content: "";
  position: absolute;
  right: -8rem;
  top: 50%;
  display: block;
  width: 6rem;
  height: 0.4rem;
  background-color: #ffffff;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .music_btn > a > span::before {
    right: -4.5rem;
    width: 3rem;
    height: 0.2rem;
  }
}
.music_btn > a > span::after {
  content: "";
  position: absolute;
  right: -8rem;
  top: 50%;
  display: block;
  width: 2.4rem;
  height: 0.4rem;
  background-color: #ffffff;
  transform: rotate(40deg);
  transform-origin: right center;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .music_btn > a > span::after {
    right: -4.5rem;
    width: 1.2rem;
    height: 0.2rem;
  }
}

/* ========================================================
    character
======================================================== */
.character {
  position: relative;
  width: 100%;
  padding: 0 0 16rem 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .character {
    padding: 0 0 12rem 0;
  }
}
.character::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: calc(100% - 40rem);
  background-color: #b62819;
  z-index: -4;
}
.character::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 29.4rem;
  background-image: url(../images/top/character_bg02_sp.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: auto 100%;
  z-index: -3;
}
@media screen and (min-width: 768px) {
  .character::after {
    height: 21.5rem;
    background-image: url(../images/top/character_bg02_pc.png);
  }
}
.character_column {
  position: relative;
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
}
.character_ttl {
  position: relative;
  width: 100%;
  z-index: 1;
}
.character_ttl::before {
  content: "";
  position: absolute;
  left: -50%;
  top: 0;
  display: block;
  width: 200%;
  height: 12rem;
  background-image: url(../images/top/character_ttl.png);
  background-repeat: repeat-x;
  background-position: center center;
  background-size: auto 100%;
  transform: rotate(8deg);
  z-index: -1;
}
.character_ttl > figure {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 12rem;
  transform: rotate(2deg);
  overflow: hidden;
}
.character_ttl > figure > img {
  display: inline-block;
  width: auto;
  height: 100%;
}
.character_ttl > figure > img:nth-child(1) {
  animation: ttlAnime02-1 20s -10s linear infinite;
}
.character_ttl > figure > img:nth-child(2) {
  animation: ttlAnime02-2 20s 0s linear infinite;
}
.character_ttl > em {
  display: none;
}
.character_ttl > span {
  display: none;
}
.character_list {
  position: relative;
  width: 100%;
  padding: 9rem 0 0 0;
  opacity: 0;
}
.character_list li {
  position: relative;
}
.character_list li[data-popup=character_id_01]::before {
  background-image: url(../images/top/character_img01_h.png);
}
.character_list li[data-popup=character_id_02]::before {
  background-image: url(../images/top/character_img02_h.png);
}
.character_list li[data-popup=character_id_03]::before {
  background-image: url(../images/top/character_img03_h.png);
}
.character_list li[data-popup=character_id_04]::before {
  background-image: url(../images/top/character_img04_h.png);
}
.character_list li[data-popup=character_id_05]::before {
  background-image: url(../images/top/character_img05_h.png);
}
.character_list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  z-index: -1;
}
.character_list li > figure {
  opacity: 1;
}
.character_list.slick-initialized.slick-slider {
  padding-bottom: 12rem;
  background-image: url(../images/top/character_bg01_sp.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  opacity: 1;
}
.character_list.slick-initialized.slick-slider .slick-list {
  padding: 0 !important;
}
.character_list.slick-initialized.slick-slider .slick-slide {
  width: 30rem;
  margin: 0;
  transition: 0.3s ease;
}
.character_list.slick-initialized.slick-slider .slick-slide.slick-center li > figure {
  opacity: 0;
}
.character_list.slick-initialized.slick-slider .slick-slide:has(+ .slick-slide + .slick-current) {
  transform: translateY(-6rem);
}
.character_list.slick-initialized.slick-slider .slick-slide:has(+ .slick-current), .character_list.slick-initialized.slick-slider .slick-slide:has(+ .is-active-next) {
  transform: translateY(-3rem);
}
.character_list.slick-initialized.slick-slider .slick-slide.slick-current + .slick-slide, .character_list.slick-initialized.slick-slider .slick-slide.is-active-next + .slick-slide {
  transform: translateY(3rem);
}
.character_list.slick-initialized.slick-slider .slick-slide.is-active-next + .slick-slide + .slick-slide {
  transform: translateY(6rem);
}
.character_list.slick-initialized.slick-slider .prev {
  position: absolute;
  left: 3rem;
  bottom: 10.6rem;
  display: block;
  width: 14.6rem;
  aspect-ratio: 146/18;
  background-image: url(../images/top/character_slide_back.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  z-index: 2;
}
.character_list.slick-initialized.slick-slider .next {
  position: absolute;
  right: 3rem;
  bottom: 5.2rem;
  display: block;
  width: 14.6rem;
  aspect-ratio: 146/18;
  background-image: url(../images/top/character_slide_next.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  z-index: 2;
}
.character_list.slick-initialized.slick-slider .slick-dots {
  position: absolute;
  left: 0;
  bottom: 6.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  z-index: 1;
}
.character_list.slick-initialized.slick-slider .slick-dots > li.slick-active > button {
  width: 2.5rem;
  margin: 0 0.5rem;
  aspect-ratio: 25/21;
  border-radius: 0;
  background-color: transparent;
  background-image: url(../images/top/character_slide_current.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.character_list.slick-initialized.slick-slider .slick-dots > li::before {
  content: none;
}
.character_list.slick-initialized.slick-slider .slick-dots > li > button {
  width: 1.2rem;
  aspect-ratio: 1/1;
  margin: 0 1rem;
  font-size: 0;
  border-radius: 50%;
  background-color: #b62819;
}
.character_list:not(.slick-initialized.slick-slider) {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  padding-bottom: 6.3492063492%;
  background-image: url(../images/top/character_bg01_pc.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  opacity: 1;
}
.character_list:not(.slick-initialized.slick-slider) > li {
  width: 20%;
  cursor: pointer;
}
.character_list:not(.slick-initialized.slick-slider) > li:nth-child(1) {
  transform: translateY(-4.7619047619%);
}
.character_list:not(.slick-initialized.slick-slider) > li:nth-child(2) {
  transform: translateY(-2.380952381%);
}
.character_list:not(.slick-initialized.slick-slider) > li:nth-child(3) {
  transform: translateY(0%);
}
.character_list:not(.slick-initialized.slick-slider) > li:nth-child(4) {
  transform: translateY(2.380952381%);
}
.character_list:not(.slick-initialized.slick-slider) > li:nth-child(5) {
  transform: translateY(4.7619047619%);
}
.character_list:not(.slick-initialized.slick-slider) > li:hover > figure {
  opacity: 0;
}
.character_item {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .character_item {
    width: 86%;
  }
}
.character_item_top {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 10rem;
  background-image: url(../images/top/character_item_bg01_sp.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .character_item_top {
    height: 18rem;
    background-image: url(../images/top/character_item_bg01_pc.png);
  }
}
.character_item_inner {
  position: relative;
  width: 100%;
  padding: 16rem 7rem 18rem 7rem;
}
@media screen and (min-width: 768px) {
  .character_item_inner {
    padding: 22rem 7.6rem;
  }
}
.character_item_inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9.9rem;
  bottom: 14.9rem;
  display: block;
  width: 100%;
  height: calc(100% - 24.8rem);
  background-image: url(../images/top/character_item_bg02_sp.png);
  background-repeat: repeat-y;
  background-position: center center;
  background-size: 100% auto;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .character_item_inner::before {
    top: 17.9rem;
    bottom: 23.9rem;
    height: calc(100% - 41.8rem);
    background-image: url(../images/top/character_item_bg02_pc.png);
  }
}
.character_item_bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 15rem;
  background-image: url(../images/top/character_item_bg03_sp.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 100%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .character_item_bottom {
    height: 24rem;
    background-image: url(../images/top/character_item_bg03_pc.png);
  }
}
.character_chara {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.character_chara_img {
  position: relative;
  width: 72.7272727273%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .character_chara_img {
    width: 45.4545454545%;
    margin: 0;
  }
}
.character_chara_wrap {
  position: relative;
  width: 100%;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .character_chara_wrap {
    width: 52.2727272727%;
    margin-top: -10rem;
  }
}
.character_chara_name {
  position: relative;
  width: 72%;
}
@media screen and (min-width: 768px) {
  .character_chara_name {
    width: 86.0869565217%;
  }
}
.character_chara_text {
  position: relative;
  width: 100%;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .character_chara_text {
    margin-top: 3rem;
  }
}
.character_chara_text > p {
  font-family: "M PLUS 1p", serif;
  font-weight: 700;
}
.character_cast {
  position: relative;
  width: 100%;
  margin-top: 8rem;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .character_cast {
    margin-top: 6rem;
    padding-left: 34.0909090909%;
  }
}
.character_cast_ttl {
  position: relative;
  width: 100%;
  border-bottom: 4px solid #b62819;
}
.character_cast_ttl > span {
  position: relative;
  padding-left: 4.2rem;
  color: #b62819;
  font-family: "Dela Gothic One", serif;
  font-size: 3.2rem;
}
@media screen and (min-width: 768px) {
  .character_cast_ttl > span {
    padding-left: 3rem;
    font-size: 2.4rem;
  }
}
.character_cast_ttl > span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 53%;
  display: block;
  width: 3rem;
  aspect-ratio: 1/1;
  background-image: url(../images/common/common_bg06.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .character_cast_ttl > span::before {
    width: 2rem;
  }
}
.character_cast_img {
  position: relative;
  width: 65.4545454545%;
  margin: 6rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .character_cast_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 29.5454545455%;
    margin: 0;
  }
}
.character_cast_img > figure {
  width: 100%;
  border-radius: 1rem;
  overflow: hidden;
}
.character_cast_name {
  position: relative;
  width: 100%;
  margin-top: 1.6rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .character_cast_name {
    margin-top: 1.2rem;
  }
}
.character_cast_name > span {
  display: block;
  font-family: "M PLUS 1p", serif;
  font-size: 2.8rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .character_cast_name > span {
    font-size: 2rem;
  }
}
.character_cast_name > em {
  display: block;
  font-family: "M PLUS 1p", serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .character_cast_name > em {
    font-size: 3.2rem;
  }
}
.character_cast_comment {
  position: relative;
  width: 100%;
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .character_cast_comment {
    margin-top: 3rem;
  }
}
.character_cast_comment > dt {
  margin-top: 4rem;
  color: #b62819;
  font-family: "M PLUS 1p", serif;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .character_cast_comment > dt {
    margin-top: 3rem;
  }
}
.character_cast_comment > dt:first-child {
  margin-top: 0;
}
.character_cast_comment > dd {
  margin-top: 1em;
  font-family: "M PLUS 1p", serif;
  font-weight: 700;
}
.character_sublist {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 69rem;
  margin: 6rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .character_sublist {
    width: 120rem;
    margin: 3rem auto 0 auto;
  }
}
.character_sublist > li {
  width: 31.3043478261%;
  margin: 6rem 0 0 3.0434782609%;
  transition: 0.3s ease;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .character_sublist > li {
    width: 18%;
    margin: 6rem 0 0 5% !important;
  }
}
.character_sublist > li:nth-child(3n+1) {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .character_sublist > li:nth-child(4n+1) {
    margin-left: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .character_sublist > li:hover {
    transform: translateY(-1rem);
  }
}
.character_subitem {
  position: relative;
  width: 100%;
}
.character_subitem_name {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
  z-index: 1;
}
.character_subitem_name > em {
  display: inline-block;
  padding: 0 1rem;
  color: #ffc317;
  font-family: "Dela Gothic One", serif;
  font-size: 3rem;
  line-height: 1;
  background-color: #000000;
  transform: rotate(-10deg);
  transform-origin: left center;
  white-space: nowrap;
}
.character_subitem_name > span {
  display: inline-block;
  margin-top: 1rem;
  padding: 0 1rem;
  color: #ffffff;
  font-family: "M PLUS 1p", serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  background-color: #000000;
  transform: rotate(-10deg);
  transform-origin: left center;
  white-space: nowrap;
}
.character_subitem_img {
  position: relative;
  width: 100%;
  margin-top: -4rem;
}

/* ========================================================
    goods
======================================================== */
.goods {
  position: relative;
  width: 100%;
  padding: 24rem 0;
}
@media screen and (min-width: 768px) {
  .goods {
    padding: 18rem 0;
  }
}
.goods::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/common_bg02.jpg);
  background-repeat: repeat;
  background-position: center top;
  background-size: auto auto;
  z-index: -4;
}
.goods_column {
  position: relative;
  width: 100%;
}
.goods_ttl {
  position: relative;
  width: 100%;
  text-align: center;
}
.goods_ttl.is-appear > figure > img {
  animation: ttlAnime01 1s both;
}
.goods_ttl > figure {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 26.4rem;
  aspect-ratio: 264/72;
  margin: 0 auto;
  overflow: hidden;
}
.goods_ttl > figure > img {
  display: inline-block;
  width: auto;
  height: 100%;
  transform: translateY(100%);
}
.goods_ttl > figure > img:nth-child(1) {
  animation-delay: 0.1s;
}
.goods_ttl > figure > img:nth-child(2) {
  animation-delay: 0.2s;
}
.goods_ttl > figure > img:nth-child(3) {
  animation-delay: 0.3s;
}
.goods_ttl > figure > img:nth-child(4) {
  animation-delay: 0.4s;
}
.goods_ttl > figure > img:nth-child(5) {
  animation-delay: 0.5s;
}
.goods_ttl > figure > img:nth-child(6) {
  animation-delay: 0.6s;
}
.goods_ttl > figure > img:nth-child(7) {
  animation-delay: 0.7s;
}
.goods_ttl > figure > img:nth-child(8) {
  animation-delay: 0.8s;
}
.goods_ttl > figure > img:nth-child(9) {
  animation-delay: 0.9s;
}
.goods_ttl > figure > img:nth-child(10) {
  animation-delay: 1s;
}
.goods_ttl > figure > img:nth-child(11) {
  animation-delay: 1.1s;
}
.goods_ttl > figure > img:nth-child(12) {
  animation-delay: 1.2s;
}
.goods_ttl > em {
  display: none;
}
.goods_ttl > span {
  font-family: "M PLUS 1p", serif;
  font-size: 3rem;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .goods_ttl > span {
    font-size: 2.6rem;
  }
}
.goods_list {
  position: relative;
  width: 100%;
  margin: 8rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .goods_list {
    width: 66.6666666667%;
    margin: 6rem auto 0 auto;
  }
}
.goods_list > li {
  width: 100%;
  margin-top: 3.2rem;
}
@media screen and (min-width: 768px) {
  .goods_list > li {
    margin-top: 2.4rem;
  }
}
.goods_list > li:first-child {
  margin-top: 0;
}
.goods_list > li > a {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .goods_list > li > a:hover {
    opacity: 1;
  }
}/*# sourceMappingURL=top.css.map */