@charset "UTF-8";
html {
  line-height: 1.6;
  font-size: 62.5%;
}

body {
  background-color: #ffde24;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.8em;
  letter-spacing: 0.05em;
}
body p {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

p {
  color: #333;
}

a,
a:focus {
  text-decoration: none;
  transition: all 0.4s;
}

a img {
  border-style: none;
}

a:hover {
  opacity: 0.7;
  cursor: pointer;
}

section {
  padding: 0 20px;
}

a img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: pointer;
}

.txt {
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.6rem;
  line-height: 1.8em;
  margin: 24px 0 48px;
}
@media screen and (max-width: 768px) {
  .txt {
    font-size: 1.4rem;
    line-height: 1.8em;
    margin: 16px 0 24px;
  }
}

.attentionTxt {
  margin-left: 1em;
  text-indent: -1em;
}

.widthCommon {
  margin: 0 auto;
  max-width: 1200px;
}

.chuuuiTitle {
  text-align: center;
}
.chuuuiTitle img {
  height: 74px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .chuuuiTitle img {
    height: 64px;
  }
}
@media screen and (max-width: 450px) {
  .chuuuiTitle img {
    height: 48px;
  }
}

/* modal */
.modal {
  display: none; /* 初期状態では非表示 */
  position: fixed; /* 固定位置に変更 */
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 222, 36, 0.8); /* 背景を黒くする */
}

.modal-content {
  background-color: #fff;
  border-radius: 40px;
  margin: auto;
  padding: 40px;
  width: 100%;
  max-width: 900px;
}
@media screen and (max-width: 1024px) {
  .modal-content {
    max-width: initial;
    width: 96%;
  }
}
@media screen and (max-width: 450px) {
  .modal-content {
    padding: 24px;
  }
}

.lity-content::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
}

.lity-close {
  background-color: #287EB4;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  color: #fff;
  float: right;
  font-size: 28px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  padding: 8px 0 0;
  position: absolute;
  top: -16px;
  right: 0;
}

.lity-close:hover,
.lity-close:focus {
  background-color: #000;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  font-size: 28px;
  padding: 8px 0 0;
}

.iconImg {
  padding: 8px 0 0;
}

#commentBtn {
  background: none;
  border: none;
}

.castComm {
  display: flex;
  align-items: flex-start;
  border-radius: 30px;
  column-gap: 32px;
}
@media screen and (max-width: 768px) {
  .castComm {
    display: contents;
  }
}
.castComm .castImg {
  border-radius: 24px;
  height: auto;
  width: 300px;
}
@media screen and (max-width: 768px) {
  .castComm .castImg {
    margin: 0 0 32px;
    order: 1;
  }
}
@media screen and (max-width: 450px) {
  .castComm .castImg {
    margin: 0 0 12px;
    width: 100%;
  }
}
.castComm .castTxtWrap {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .castComm .castTxtWrap {
    order: 3;
  }
}
.castComm .castTxtWrap .castCommTxt {
  font-size: 1.6rem;
  line-height: 1.8em;
}
@media screen and (max-width: 450px) {
  .castComm .castTxtWrap .castCommTxt {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .castExpWrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}

.castNameArea {
  border-bottom: 3px dotted #333333;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .castNameArea {
    order: 2;
    text-align: center;
  }
}
.castNameArea p {
  font-size: 4rem;
  font-weight: bold;
}
@media screen and (max-width: 450px) {
  .castNameArea p {
    font-size: 2.2rem;
  }
}
.castNameArea p span {
  font-size: 2.4rem;
  margin-right: 16px;
}
@media screen and (max-width: 450px) {
  .castNameArea p span {
    font-size: 1.4rem;
  }
}

.matsumotoRika .castNameArea {
  border-bottom-color: #005bac;
  padding: 0 0 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 450px) {
  .matsumotoRika .castNameArea {
    padding: 0 0 12px;
    margin-bottom: 12px;
  }
}
.matsumotoRika .castNameArea p {
  color: #005bac;
}
.matsumotoRika .castNameArea p span {
  color: #287eb4;
}

.moenaakari .castNameArea {
  border-bottom-color: #EA333D;
  padding: 0 0 8px;
  margin-bottom: 24px;
}
.moenaakari .castNameArea p {
  color: #FF5500;
  line-height: 1.2em;
}
.moenaakari .castNameArea p span {
  color: #EA333D;
}

/* fade */
.scroll_fadein {
  opacity: 0;
}

.fadein_animation_start {
  animation-name: fadein_animation;
  animation-delay: 0.3s;
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes fadein_animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
.slideup {
  transform: translateY(50px);
}

.slidedown {
  transform: translateY(-50px);
}

.slideright {
  transform: translateX(50px);
}

.slideleft {
  transform: translateX(-50px);
}

/* blank */
.pcBlank {
  display: none;
}
@media screen and (max-width: 450px) {
  .pcBlank {
    display: block;
  }
}

.spBlank {
  display: block;
}
@media screen and (max-width: 450px) {
  .spBlank {
    display: none;
  }
}

.pcBlankTab {
  display: none;
}
@media screen and (max-width: 768px) {
  .pcBlankTab {
    display: block;
  }
}

.tabBlank {
  display: block;
}
@media screen and (max-width: 768px) {
  .tabBlank {
    display: none;
  }
}

.pcBlankSpc {
  display: none;
}
@media screen and (max-width: 1024px) {
  .pcBlankSpc {
    display: block;
  }
}

.spcBlank {
  display: block;
}
@media screen and (max-width: 1024px) {
  .spcBlank {
    display: none;
  }
}

.anchor {
  display: block;
  padding-top: 0;
  margin-top: 0;
}

.anchor2 {
  display: block;
  padding-top: 120px;
  margin-top: -120px;
}

/* fuwafuwa */
.fuwafuwa {
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}

@keyframes floating-y {
  0% {
    transform: translateY(-4%);
  }
  100% {
    transform: translateY(4%);
  }
}
/* contents */
.topWrap {
  background: url(../images/bg_main.jpg) no-repeat center top;
  background-size: cover;
  position: relative;
  padding: 0;
}
.topWrap .widthCommon {
  position: relative;
  width: 100%;
  height: 90vh;
  max-width: 1600px;
  padding: 0;
}
.topWrap .topWrapBl {
  backdrop-filter: blur(2px);
}
.topWrap .topLogo {
  height: auto;
  width: 36%;
  max-width: 480px;
  position: absolute;
  top: 0px;
  bottom: 0;
  margin: auto;
  left: 140px;
  animation-delay: 0.1s;
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .topWrap .topLogo {
    left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .topWrap .topLogo {
    top: 400px;
    right: 0;
    left: 0;
    bottom: auto;
    margin: auto;
    width: 50%;
  }
}
@media screen and (max-width: 450px) {
  .topWrap .topLogo {
    top: 320px;
    width: 60%;
  }
}
@media screen and (max-width: 375px) {
  .topWrap .topLogo {
    top: 260px;
  }
}
.topWrap .topLogo.animate__animated {
  opacity: 1;
}
.topWrap .topUchuuuiImg {
  height: auto;
  position: absolute;
  top: 80px;
  right: 120px;
  height: auto;
  width: 36%;
  max-width: 440px;
}
@media screen and (max-width: 1024px) {
  .topWrap .topUchuuuiImg {
    top: 0;
    bottom: 0;
    right: 40px;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .topWrap .topUchuuuiImg {
    top: 64px;
    right: 0;
    bottom: auto;
    left: 0;
    width: 44%;
  }
}
@media screen and (max-width: 450px) {
  .topWrap .topUchuuuiImg {
    width: 56%;
  }
}
@media screen and (max-width: 375px) {
  .topWrap .topUchuuuiImg {
    top: 64px;
    width: 44%;
  }
}
.topWrap .builCenter {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: -100px;
}
.topWrap .builImg {
  position: absolute;
  height: auto;
  max-width: 1300px;
  width: 100%;
  right: 0;
  left: 0;
  margin: auto;
  bottom: -120px;
}
@media screen and (max-width: 1920px) {
  .topWrap .builImg {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1368px) {
  .topWrap .builImg {
    bottom: -60px;
    max-width: 800px;
  }
}
@media screen and (max-width: 1024px) {
  .topWrap .builImg {
    bottom: -80px;
  }
}
@media screen and (max-width: 768px) {
  .topWrap .builImg {
    bottom: -64px;
  }
}
@media screen and (max-width: 450px) {
  .topWrap .builImg {
    bottom: -40px;
  }
}

.topUchuuui {
  box-sizing: border-box;
  padding: 30px;
  display: flex;
  justify-content: flex-end;
  position: fixed;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .topUchuuui {
    padding: 16px;
  }
}
@media screen and (max-width: 450px) {
  .topUchuuui {
    padding: 16px 0 16px 8px;
  }
}
.topUchuuui .headerLogo {
  margin-right: auto;
}
.topUchuuui .headerLogo h1 img {
  height: auto;
  width: 200px;
}
@media screen and (max-width: 768px) {
  .topUchuuui .headerLogo h1 img {
    width: 160px;
  }
}
@media screen and (max-width: 450px) {
  .topUchuuui .headerLogo h1 img {
    width: 120px;
  }
}
.topUchuuui .topIcon {
  background-color: #287eb4;
  height: 48px;
  width: 48px;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  margin: 40px 16px 0 0;
}
@media screen and (max-width: 768px) {
  .topUchuuui .topIcon {
    margin: 24px 8px 0 0;
    height: 32px;
    width: 32px;
  }
}
@media screen and (max-width: 450px) {
  .topUchuuui .topIcon {
    margin: 16px 8px 0 0;
  }
}
.topUchuuui .topIcon img {
  height: auto;
  width: 16px;
}
@media screen and (max-width: 768px) {
  .topUchuuui .topIcon img {
    width: 12px;
  }
}
.topUchuuui h1 {
  margin: 0;
  padding: 0;
}

.introWrap {
  padding: 120px 0 80px;
}
@media screen and (max-width: 768px) {
  .introWrap {
    padding: 32px 0 0;
  }
}
.introWrap .widthCommon {
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .introWrap .widthCommon {
    padding: 0 40px;
  }
}
@media screen and (max-width: 450px) {
  .introWrap .widthCommon {
    padding: 0 20px;
  }
}
.introWrap .widthCommon .introTxtWrap {
  background: url(../images/intro_line.svg) repeat-y top center;
  background-size: 800px auto;
  max-width: 800px;
  margin: 40px auto;
}
@media screen and (max-width: 768px) {
  .introWrap .widthCommon .introTxtWrap {
    background: url(../images/intro_line_tab.svg) repeat-y top center;
    background-size: 755px auto;
  }
}
@media screen and (max-width: 450px) {
  .introWrap .widthCommon .introTxtWrap {
    background: url(../images/intro_line_sp.svg) repeat-y top center;
    background-size: 630px auto;
  }
}
.introWrap .widthCommon .introTxtWrap .txt {
  font-weight: 700;
  line-height: 2.9em;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .introWrap .widthCommon .introTxtWrap .txt {
    font-size: 1.6rem;
    line-height: 2.5em;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 450px) {
  .introWrap .widthCommon .introTxtWrap .txt {
    text-align: left;
    font-size: 1.4rem;
    line-height: 2.3em;
  }
}

.lity {
  background: rgba(0, 0, 0, 0.5);
}

.teaserWrap {
  width: 100%;
  padding: 0;
}
.teaserWrap #video-area {
  width: 100%;
  max-width: 100%; /* 最大幅を設定 */
  margin: 0 auto; /* 中央揃え */
  position: relative;
}
.teaserWrap #video {
  width: 100%;
  height: auto; /* 高さを自動調整 */
  display: block; /* ブロック要素として表示 */
}
.teaserWrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6); /* 半透明の黒 */
  pointer-events: none; /* オーバーレイがクリックを妨げないようにする */
}

.teaserPlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 1;
}
@media screen and (max-width: 450px) {
  .teaserPlay {
    height: auto;
    width: 120px;
  }
}

.castComm .moenaakari .castNameArea p span.CommGroupName {
  font-size: 1.4rem;
}

.menuWrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.menuWrap .menuBox {
  height: auto;
  width: 128px;
}
@media screen and (max-width: 1024px) {
  .menuWrap .menuBox {
    width: 104px;
  }
}
@media screen and (max-width: 768px) {
  .menuWrap .menuBox {
    width: 80px;
  }
}
@media screen and (max-width: 450px) {
  .menuWrap .menuBox {
    width: 64px;
  }
}
.menuWrap .menuTxt {
  color: #fff;
  font-family: "Cherry Bomb One", system-ui;
  font-weight: 400;
  font-size: 2rem;
  position: absolute;
  top: 16px;
}
@media screen and (max-width: 1024px) {
  .menuWrap .menuTxt {
    top: 12px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .menuWrap .menuTxt {
    top: 8px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 450px) {
  .menuWrap .menuTxt {
    top: 6px;
    font-size: 1.2rem;
  }
}
.menuWrap .menuEye {
  position: absolute;
  top: 48px;
  height: auto;
  width: 72px;
}
@media screen and (max-width: 1024px) {
  .menuWrap .menuEye {
    top: 40px;
    width: 64px;
  }
}
@media screen and (max-width: 768px) {
  .menuWrap .menuEye {
    top: 32px;
    width: 48px;
  }
}
@media screen and (max-width: 450px) {
  .menuWrap .menuEye {
    top: 24px;
    width: 40px;
  }
}

.menu-container .menu .riyoushinsei {
  background-color: #f6f2ea;
  border-radius: 20px;
  border: 4px solid #005BAC;
  margin: 40px auto 0;
}
.menu-container .menu .riyoushinsei a {
  color: #005BAC;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
}
.menu-container .menu .snsAreaWrap {
  display: flex;
  justify-content: center;
}
.menu-container .menu .snsAreaWrap .topIcon {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background-color: #000;
  display: flex;
  justify-content: center;
}

.charaWrap {
  background: rgb(255, 85, 0);
  background: linear-gradient(180deg, rgba(255, 85, 0, 0.2) 0%, rgba(255, 85, 0, 0.2) 60%, rgba(255, 222, 36, 0.2) 80%, rgba(255, 222, 36, 0.2) 100%);
  padding: 0;
  position: relative;
  overflow: hidden;
}
.charaWrap .chuuuiTitle {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .charaWrap .chuuuiTitle {
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 450px) {
  .charaWrap .chuuuiTitle {
    margin-bottom: 40px;
  }
}
.charaWrap .charaBottomBg {
  background: url(../images/bg_chara_bottom.svg) no-repeat center bottom;
  background-size: 3000px auto;
}
.charaWrap .widthCommon {
  padding: 144px 0 0;
}
@media screen and (max-width: 768px) {
  .charaWrap .widthCommon {
    padding: 80px 0 0;
  }
}
@media screen and (max-width: 450px) {
  .charaWrap .widthCommon {
    padding: 64px 0 0;
  }
}
.charaWrap .charaSlide {
  padding: 0 0 240px;
}
@media screen and (max-width: 768px) {
  .charaWrap .charaSlide {
    padding: 0 0 160px;
  }
}
@media screen and (max-width: 450px) {
  .charaWrap .charaSlide {
    padding: 0 0 120px;
  }
}
.charaWrap .charaSlide .charaBg .charaArea {
  display: flex;
  justify-content: center;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .charaWrap .charaSlide .charaBg .charaArea {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 450px) {
  .charaWrap .charaSlide .charaBg .charaArea .charaImgWrap {
    display: flex;
    justify-content: center;
  }
}
.charaWrap .charaSlide .charaBg .charaArea .charaImgWrap .charaImgUchuuui {
  height: auto;
  width: 500px;
  margin: 24px 0 0 64px;
}
@media screen and (max-width: 768px) {
  .charaWrap .charaSlide .charaBg .charaArea .charaImgWrap .charaImgUchuuui {
    width: 100%;
    margin: 24px 0 0;
  }
}
@media screen and (max-width: 450px) {
  .charaWrap .charaSlide .charaBg .charaArea .charaImgWrap .charaImgUchuuui {
    width: 80%;
  }
}
.charaWrap .charaSlide .charaBg .charaArea .charaImgWrap .charaImgNingen {
  height: auto;
  width: 350px;
  margin-left: 128px;
}
@media screen and (max-width: 768px) {
  .charaWrap .charaSlide .charaBg .charaArea .charaImgWrap .charaImgNingen {
    width: 320px;
    margin-left: 128px;
  }
}
@media screen and (max-width: 450px) {
  .charaWrap .charaSlide .charaBg .charaArea .charaImgWrap .charaImgNingen {
    width: 220px;
    margin-left: 64px;
  }
}
@media screen and (max-width: 768px) {
  .charaWrap .charaSlide .charaBg .charaArea .charaImgWrap {
    order: 1;
    width: 100%;
  }
}
.charaWrap .charaSlide .charaBg .charaArea .charaTxtWrap {
  align-self: center;
  margin: 80px 0 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .charaWrap .charaSlide .charaBg .charaArea .charaTxtWrap {
    order: 2;
    width: 100%;
  }
}
.charaWrap .charaSlide .charaBg .charaArea .charaTxtWrap .charaName {
  color: #000;
  font-family: "Cherry Bomb One", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 7rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .charaWrap .charaSlide .charaBg .charaArea .charaTxtWrap .charaName {
    font-size: 4rem;
  }
}
.charaWrap .charaSlide .charaBg .charaArea .charaTxtWrap .charaName::before {
  position: absolute;
  content: attr(data-en);
  font-family: "Coiny", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 2.4rem;
  top: -44px;
  left: 0;
  right: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .charaWrap .charaSlide .charaBg .charaArea .charaTxtWrap .charaName::before {
    font-size: 2rem;
    top: -32px;
  }
}
.charaWrap .charaSlide .charaBg .charaArea .charaTxtWrap .cvName {
  color: #000;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-size: 3.2rem;
  margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
  .charaWrap .charaSlide .charaBg .charaArea .charaTxtWrap .cvName {
    font-size: 2rem;
    margin: 24px 0 0;
  }
}
.charaWrap .charaSlide .charaBg .charaArea .charaTxtWrap .cvName span {
  font-size: 2.4rem;
  margin-right: 12px;
}
@media screen and (max-width: 768px) {
  .charaWrap .charaSlide .charaBg .charaArea .charaTxtWrap .cvName span {
    font-size: 1.4rem;
    margin-right: 8px;
  }
}
.charaWrap .charaSlide .charaBg .charaArea .charaTxtWrap .cvName .groupName {
  font-size: 1.6rem;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .charaWrap .charaSlide .charaBg .charaArea .charaTxtWrap .cvName .groupName {
    font-size: 1.4rem;
  }
}
.charaWrap .charaSlide .charaBgUchuuui {
  background: url(../images/chara_uchuuui_main2_bg@2x.png) no-repeat right top;
  background-size: 650px auto;
}
@media screen and (max-width: 450px) {
  .charaWrap .charaSlide .charaBgUchuuui {
    background: url(../images/chara_uchuuui_main2_bg@2x.png) no-repeat right top;
    background-size: 550px auto;
  }
}
.charaWrap .charaSlide .charaBgNingen {
  background: url(../images/chara_ningen_main_bg@2x.png) no-repeat right top;
  background-size: 420px auto;
}
@media screen and (max-width: 450px) {
  .charaWrap .charaSlide .charaBgNingen {
    background: url(../images/chara_ningen_main_bg@2x.png) no-repeat right -100px top;
    background-size: 320px auto;
  }
}
.charaWrap .charaSlide .charaExp {
  background: url(../images/chara_line.svg) repeat-y center top;
  background-size: 800px auto;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.3em;
  max-width: 800px;
  margin: 40px auto;
  padding: 0 20px 10px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .charaWrap .charaSlide .charaExp {
    margin: 40px 20px;
  }
}
@media screen and (max-width: 768px) {
  .charaWrap .charaSlide .charaExp {
    background: url(../images/chara_line_tab.svg) repeat-y center top;
    background-size: 830px auto;
    font-size: 1.6rem;
    line-height: 2.3em;
    margin: 24px 20px;
    padding: 0 0 20px;
  }
}
@media screen and (max-width: 450px) {
  .charaWrap .charaSlide .charaExp {
    background: url(../images/chara_line_tab.svg) repeat-y center top;
    background-size: 650px auto;
    font-size: 1.4rem;
    line-height: 2.1em;
    text-align: left;
    padding: 0 6px 10px;
  }
}
.charaWrap .charaSlide .countWrap {
  display: flex;
  justify-content: center;
  column-gap: 24px;
}
.charaWrap .charaSlide .countWrap .countInner {
  background-color: #d1ffd4;
  border-radius: 60px;
  border: 10px solid #fff;
  height: auto;
  width: 200px;
}
@media screen and (max-width: 768px) {
  .charaWrap .charaSlide .countWrap .countInner {
    width: 40%;
  }
}
@media screen and (max-width: 450px) {
  .charaWrap .charaSlide .countWrap .countInner {
    border: 6px solid #fff;
    width: 32%;
  }
}
.charaWrap .charaSlide .countWrap .countInner img {
  border-radius: 48px;
  vertical-align: bottom;
}

/* 矢印のクリック範囲など */
.button {
  border: 1px solid #ff0000;
  background-color: transparent;
  border: none;
  height: 0;
  transition: 0.2s;
  width: 0;
}
.button::before {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 50px;
  margin: auto;
  position: absolute;
  top: 300px;
  width: 50px;
}
@media screen and (max-width: 768px) {
  .button::before {
    height: 40px;
    width: 40px;
  }
}
@media screen and (max-width: 450px) {
  .button::before {
    top: 200px;
  }
}

/* 前の矢印 */
.prev::before {
  background-image: url(../images/arrow_chara_left.svg);
  background-size: 50px auto;
  left: 20px;
}
@media screen and (max-width: 768px) {
  .prev::before {
    background-size: 40px auto;
  }
}

/* 次の矢印 */
.next::before {
  background-image: url(../images/arrow_chara_right.svg);
  background-size: 50px auto;
  right: 20px;
}
@media screen and (max-width: 768px) {
  .next::before {
    background-size: 40px auto;
  }
}

/* 次のスライドが無い場合の矢印 */
.button:disabled::before {
  opacity: 0.5;
}

/* スライドのサイズ調整 */
.splide__slide img {
  height: auto;
  width: 100%;
}

.thumbnailWrap {
  margin-left: 20px;
  width: 240px;
}
@media screen and (max-width: 768px) {
  .thumbnailWrap {
    width: 210px;
  }
}
@media screen and (max-width: 450px) {
  .thumbnailWrap {
    width: 160px;
  }
}
.thumbnailWrap .thumbnailList .thumbnailImg {
  display: flex;
  width: 120px;
}
.thumbnailWrap .thumbnailList .thumbnailImg img {
  border: 6px solid #fff;
  border-radius: 50%;
  height: 100px;
  width: 100px;
}
@media screen and (max-width: 768px) {
  .thumbnailWrap .thumbnailList .thumbnailImg img {
    border: 4px solid #fff;
    height: 80px;
    width: 80px;
  }
}
@media screen and (max-width: 450px) {
  .thumbnailWrap .thumbnailList .thumbnailImg img {
    height: 60px;
    width: 60px;
  }
}

.castWrap {
  background: url(../images/bg_dot@2x.png) no-repeat center center;
  background-size: 1695px auto;
  display: flex;
  justify-content: center;
  padding: 120px 0 80px;
}
@media screen and (max-width: 768px) {
  .castWrap {
    background-size: 1200px auto;
    padding: 0;
  }
}
.castWrap .widthCommon {
  width: 100%;
  max-width: initial;
  padding: 0;
  margin: 0;
}
.castWrap .chuuuiTitle {
  margin-bottom: 80px;
}
.castWrap .subTitleWrap {
  display: flex;
  justify-content: center;
}
.castWrap .subTitleWrap .subTitle {
  background-color: #000;
  border-radius: 8px;
  color: #fff;
  display: inline-block;
  font-family: "Coiny", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 4.8rem;
  margin: 32px auto 72px;
  padding: 12px 4px 4px;
}
@media screen and (max-width: 450px) {
  .castWrap .subTitleWrap .subTitle {
    font-size: 2.4rem;
    margin: 16px auto 40px;
    padding: 6px 4px 2px;
  }
}
.castWrap .caststaffList {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  column-gap: 24px;
}
@media screen and (max-width: 450px) {
  .castWrap .caststaffList {
    column-gap: 8px;
    padding: 0;
  }
}
.castWrap .caststaffList .caststaffListInner {
  padding: 0 0 40px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .castWrap .caststaffList .caststaffListInner {
    padding: 0 0 16px;
    width: 44%;
  }
}
.castWrap .caststaffList .caststaffListInner .fukidashi {
  position: relative;
  width: 250px;
}
.castWrap .caststaffList .caststaffListInner .fukidashi img {
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .castWrap .caststaffList .caststaffListInner .fukidashi {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .castWrap .caststaffList .caststaffListInner .fukidashi {
    width: 180px;
  }
}
.castWrap .caststaffList .caststaffListInner .fukidashi .caststaffTxt {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-size: 1.6rem;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  line-height: 40px;
}
@media screen and (max-width: 768px) {
  .castWrap .caststaffList .caststaffListInner .fukidashi .caststaffTxt {
    font-size: 1.4rem;
    line-height: 32px;
  }
}
@media screen and (max-width: 450px) {
  .castWrap .caststaffList .caststaffListInner .fukidashi .caststaffTxt {
    font-size: 1.2rem;
    top: -10px;
    line-height: 46px;
  }
}
.castWrap .caststaffList .caststaffListInner .fukidashi .castPink {
  color: #f50;
}
.castWrap .caststaffList .caststaffListInner .fukidashi .staffBlue {
  color: #005bac;
}
.castWrap .caststaffList .caststaffListInner .castNameL {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-size: 4rem;
  text-align: center;
  padding: 16px 0;
  width: 100%;
}
@media screen and (max-width: 450px) {
  .castWrap .caststaffList .caststaffListInner .castNameL {
    font-size: 2.4rem;
    padding: 8px 0;
  }
}
.castWrap .caststaffList .caststaffListInner .castNameS {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
  padding: 8px 0;
  width: 100%;
}
.castWrap .caststaffList .caststaffListInner .castNameS span {
  font-size: 1.4rem;
}
@media screen and (max-width: 450px) {
  .castWrap .caststaffList .caststaffListInner .castNameS span {
    font-size: 1rem;
  }
}
@media screen and (max-width: 450px) {
  .castWrap .caststaffList .caststaffListInner .castNameS {
    font-size: 1.5rem;
    line-height: 1.2em;
  }
}
.castWrap .caststaffList .caststaffListInner .commentIcon {
  cursor: pointer;
  position: absolute;
  top: 60px;
  left: 40px;
}
@media screen and (max-width: 768px) {
  .castWrap .caststaffList .caststaffListInner .commentIcon {
    height: auto;
    width: 56px;
    top: 40px;
    left: -10px;
  }
}
@media screen and (max-width: 660px) {
  .castWrap .caststaffList .caststaffListInner .commentIcon {
    left: -40px;
  }
}
@media screen and (max-width: 540px) {
  .castWrap .caststaffList .caststaffListInner .commentIcon {
    left: -50px;
  }
}
@media screen and (max-width: 450px) {
  .castWrap .caststaffList .caststaffListInner .commentIcon {
    left: -48px;
  }
}
.castWrap .caststaffList .castButton {
  background: none;
  border: none;
}

.movieWrap {
  background: rgb(255, 85, 0);
  background: linear-gradient(180deg, rgba(255, 85, 0, 0.2) 0%, rgba(255, 85, 0, 0.2) 80%, rgba(255, 222, 36, 0.2) 100%);
  padding: 0;
}
.movieWrap .dotBgWrap {
  background: url(../images/bg_movie_dot.png) no-repeat center center;
  background-size: cover;
}
.movieWrap .movieTopBg {
  background: url(../images/bg_movie_top.svg) no-repeat center top;
  background-size: 3000px auto;
}
.movieWrap .movieBottomBg {
  background: url(../images/bg_movie_bottom.svg) no-repeat center bottom;
  background-size: 3000px auto;
  position: relative;
  overflow: hidden;
}
.movieWrap .movieBoomBg {
  background: url(../images/bg_movie_boom.svg) no-repeat center center;
  background-size: 3000px auto;
  position: relative;
  overflow: hidden;
}
.movieWrap .widthCommon {
  padding: 120px 20px 200px;
}
@media screen and (max-width: 450px) {
  .movieWrap .widthCommon {
    padding: 64px 20px 160px;
  }
}
.movieWrap .boomImg {
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  height: auto;
  max-width: 1200px;
}
.movieWrap .boomImg.show {
  animation: sample 0.6s infinite;
  animation-iteration-count: 1;
  opacity: 1;
}
@keyframes sample {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  30% {
    opacity: 1;
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}

.youtubeWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .youtubeWrap {
    flex-wrap: wrap;
    row-gap: 100px;
  }
}
@media screen and (max-width: 450px) {
  .youtubeWrap {
    row-gap: 64px;
  }
}
.youtubeWrap .youtubeInner {
  margin: 56px 0 0;
  /* padding: 140px 0 0; */
  padding: 24px 0 0;
  width: 47%;
}
@media screen and (max-width: 768px) {
  .youtubeWrap .youtubeInner {
    margin: 0 auto;
    padding: 0;
    width: 80%;
  }
}
@media screen and (max-width: 450px) {
  .youtubeWrap .youtubeInner {
    /* padding: 100px 0 0; */
    width: 96%;
  }
}
.youtubeWrap .youtubeInner .youtubeArea {
  border: 6px solid #fff;
  border-radius: 30px;
  box-shadow: 16px 16px #EA333D;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
@media screen and (max-width: 450px) {
  .youtubeWrap .youtubeInner .youtubeArea {
    border: 4px solid #fff;
    border-radius: 24px;
    box-shadow: 12px 12px #EA333D;
  }
}
.youtubeWrap .youtubeInner .youtubeArea iframe {
  border-radius: 24px;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 450px) {
  .youtubeWrap .youtubeInner .youtubeArea iframe {
    border-radius: 20px;
  }
}

.bouzenImg {
  background: url(../images/uchuuui_bouzen@2x.png) no-repeat top center;
  background-size: 336px auto;
}
@media screen and (max-width: 450px) {
  .bouzenImg {
    background-size: 240px auto;
  }
}

.okoImg {
  background: url(../images/uchuuui_oko@2x.png) no-repeat top center;
  background-size: 331px auto;
}
@media screen and (max-width: 450px) {
  .okoImg {
    background-size: 240px auto;
  }
}

.youtubeBtnWrap {
  display: flex;
  justify-content: center;
  padding: 80px 0;
}
@media screen and (max-width: 450px) {
  .youtubeBtnWrap {
    padding: 40px 0 0;
  }
}
.youtubeBtnWrap .youtubeBtn {
  background: url(../images/arrow_youtube.svg) no-repeat right 16px center #EA333D;
  background-size: 47px auto;
  border: 6px solid #fff;
  border-radius: 50px;
  box-shadow: 0px 0px 15px -5px #777;
  font-family: "Coiny", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 4rem;
  color: #fff;
  display: inline-block;
  margin: 0 auto;
  padding: 24px 12px 12px;
  text-align: center;
  width: 400px;
}
@media screen and (max-width: 768px) {
  .youtubeBtnWrap .youtubeBtn {
    font-size: 3.2rem;
    width: 80%;
  }
}
@media screen and (max-width: 450px) {
  .youtubeBtnWrap .youtubeBtn {
    background-size: 32px auto;
    font-size: 2.8rem;
    padding: 16px 12px 8px;
    width: 100%;
  }
}
.youtubeBtnWrap .youtubeBtn:hover {
  background: url(../images/arrow_youtube.svg) no-repeat right 12px center #EA333D;
  background-size: 47px auto;
  opacity: 1;
}

.bnBtnWrap {
  display: flex;
  justify-content: center;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .bnBtnWrap {
    padding: 32px 0 80px;
  }
}
@media screen and (max-width: 450px) {
  .bnBtnWrap {
    padding: 0 0 48px;
  }
}
.bnBtnWrap .bnBtn {
  background: url(../images/arrow_youtube.svg) no-repeat right 16px center #EA333D;
  background-size: 47px auto;
  border: 6px solid #fff;
  border-radius: 50px;
  box-shadow: 0px 0px 15px -5px #777;
  font-family: "Cherry Bomb One", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 2.8rem;
  color: #fff;
  display: inline-block;
  margin: 0 auto;
  padding: 16px 12px;
  text-align: center;
  width: 400px;
}
@media screen and (max-width: 768px) {
  .bnBtnWrap .bnBtn {
    font-size: 3.2rem;
    width: 80%;
  }
}
@media screen and (max-width: 450px) {
  .bnBtnWrap .bnBtn {
    background-size: 32px auto;
    font-size: 2.4rem;
    padding: 12px;
    width: 100%;
  }
}
.bnBtnWrap .bnBtn:hover {
  background: url(../images/arrow_youtube.svg) no-repeat right 12px center #EA333D;
  background-size: 47px auto;
  opacity: 1;
}

.coiny-regular {
  font-family: "Coiny", system-ui;
  font-weight: 400;
  font-style: normal;
}

.cherry-bomb-one-regular {
  font-family: "Cherry Bomb One", system-ui;
  font-weight: 400;
  font-style: normal;
}

.uchuuuiCopy {
  display: flex;
  align-items: center;
  gap: 50px;
  width: 100%;
  color: rgba(255, 255, 255, 0.5);
  overflow: hidden;
  padding: 120px 0 0;
  transform: rotate(-5deg);
  overflow: hidden;
}
@media screen and (max-width: 450px) {
  .uchuuuiCopy {
    padding: 140px 0 0;
  }
}
.uchuuuiCopy__list {
  display: flex;
  align-items: center;
  gap: 50px;
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 160px;
  font-weight: 900;
  transform: translateX(100%);
  animation: flowCopy 20s linear infinite;
}
@media screen and (max-width: 768px) {
  .uchuuuiCopy__list {
    font-size: 128px;
  }
}
@media screen and (max-width: 450px) {
  .uchuuuiCopy__list {
    font-size: 80px;
  }
}
.uchuuuiCopy__list li {
  white-space: nowrap;
  line-height: 0.77;
}

@keyframes flowCopy {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.uchuuuiCopy2 {
  display: flex;
  align-items: center;
  gap: 50px;
  width: 100%;
  color: rgba(255, 255, 255, 0.5);
  overflow: hidden;
  padding: 100px 0 0;
  transform: rotate(5deg);
  position: absolute;
  bottom: 100px;
  overflow: hidden;
}
.uchuuuiCopy2__list {
  display: flex;
  align-items: center;
  gap: 50px;
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 160px;
  font-weight: 900;
  transform: translateX(100%);
  animation: flowCopy2 20s linear infinite;
}
@media screen and (max-width: 768px) {
  .uchuuuiCopy2__list {
    font-size: 128px;
  }
}
@media screen and (max-width: 450px) {
  .uchuuuiCopy2__list {
    font-size: 80px;
  }
}
.uchuuuiCopy2__list li {
  white-space: nowrap;
  line-height: 0.77;
}

@keyframes flowCopy2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
/* アニメーションの定義 */
@keyframes slideUp {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/* アニメーションを適用する要素 */
.nyoki {
  display: inline-block;
  color: white;
  border-radius: 5px;
  font-size: 18px;
  text-align: center;
  opacity: 0;
}
.nyoki.is-active {
  animation: slideUp 0.5s ease-out 0.4s forwards;
}

.requestWrap {
  padding: 80px 20px 40px;
}
@media screen and (max-width: 768px) {
  .requestWrap {
    padding: 40px 20px 0;
  }
}
@media screen and (max-width: 450px) {
  .requestWrap {
    padding: 0 20px;
  }
}
.requestWrap .requestArea {
  background-color: #f6f2ea;
  border: 8px solid #fff;
  border-radius: 30px;
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto 80px;
  padding: 64px 32px 32px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .requestWrap .requestArea {
    padding: 48px 16px 16px;
  }
}
@media screen and (max-width: 450px) {
  .requestWrap .requestArea {
    padding: 40px 16px 16px;
  }
}
.requestWrap .requestArea p {
  font-size: 1.8rem;
  line-height: 1.8em;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .requestWrap .requestArea p {
    font-size: 1.6rem;
    font-weight: 400;
  }
}
@media screen and (max-width: 768px) {
  .requestWrap .requestArea p {
    text-align: left;
  }
}
@media screen and (max-width: 450px) {
  .requestWrap .requestArea p {
    font-size: 1.4rem;
  }
}
.requestWrap .requestArea .requestTitle {
  background-color: #ea333d;
  border: 6px solid #fff;
  border-radius: 50px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  position: absolute;
  top: -40px;
  right: 0;
  left: 0;
  margin: auto;
  padding: 16px 12px;
  text-align: center;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .requestWrap .requestArea .requestTitle {
    font-size: 2rem;
    padding: 12px 8px;
  }
}
@media screen and (max-width: 768px) {
  .requestWrap .requestArea .requestTitle {
    font-size: 1.8rem;
    width: 72%;
  }
}
@media screen and (max-width: 450px) {
  .requestWrap .requestArea .requestTitle {
    font-size: 1.6rem;
    width: 72%;
  }
}
.requestWrap .requestArea .requestInner {
  display: flex;
}
@media screen and (max-width: 768px) {
  .requestWrap .requestArea .requestInner {
    flex-wrap: wrap;
  }
}
.requestWrap .requestArea .requestInner .requestBtnWrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 8px 40px 0 0;
}
@media screen and (max-width: 1024px) {
  .requestWrap .requestArea .requestInner .requestBtnWrap {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .requestWrap .requestArea .requestInner .requestBtnWrap {
    order: 2;
    padding: 8px 0 0;
    width: 100%;
  }
}
.requestWrap .requestArea .requestInner .requestBtnWrap .requestBtn {
  background: url(../../images/arrow_request.svg) no-repeat right 24px center #005bac;
  border: 6px solid #fff;
  border-radius: 30px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 18px 8px;
  margin-top: 24px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .requestWrap .requestArea .requestInner .requestBtnWrap .requestBtn {
    font-size: 1.6rem;
    margin-top: 16px;
  }
}
@media screen and (max-width: 768px) {
  .requestWrap .requestArea .requestInner .requestBtnWrap .requestBtn {
    background: none;
    background-color: #005bac;
  }
}
@media screen and (max-width: 450px) {
  .requestWrap .requestArea .requestInner .requestBtnWrap .requestBtn {
    font-size: 1.4rem;
    line-height: 1.6em;
  }
}
.requestWrap .requestArea .requestInner .requestBtnWrap .requestBtn span {
  font-weight: 400;
  font-size: 1.4rem;
}
@media screen and (max-width: 1024px) {
  .requestWrap .requestArea .requestInner .requestBtnWrap .requestBtn span {
    font-size: 1.2rem;
  }
}
.requestWrap .requestArea .requestInner .requestImgWrap {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .requestWrap .requestArea .requestInner .requestImgWrap {
    display: flex;
    justify-content: center;
    order: 1;
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .requestWrap .requestArea .requestInner .requestImgWrap {
    margin: 24px auto 0;
    width: 80%;
  }
}

footer {
  text-align: center;
  padding: 0 20px 24px;
}
footer .footerTxt {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.8em;
}
@media screen and (max-width: 450px) {
  footer .footerTxt {
    text-align: left;
  }
}
footer .footerTxt a {
  color: #333;
  text-decoration: underline;
}
footer .footerTxt a:hover {
  text-decoration: none;
}
footer .copyright {
  font-size: 1.2rem;
  font-weight: normal;
  padding: 20px 0 0;
}
footer .footerBnWrap {
  display: flex;
  column-gap: 24px;
  max-width: 1200px;
  margin: 0 auto 16px;
}
@media screen and (max-width: 1024px) {
  footer .footerBnWrap {
    justify-content: space-between;
  }
}
@media screen and (max-width: 450px) {
  footer .footerBnWrap {
    flex-wrap: wrap;
    row-gap: 16px;
  }
}
@media screen and (max-width: 1024px) {
  footer .footerBnWrap .footerBnInner {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 450px) {
  footer .footerBnWrap .footerBnInner {
    width: 100%;
  }
}
footer .footerBnWrap .footerBnInner img {
  border-radius: 8px;
  border: 3px solid #fff;
}
footer .footerBnWrap .footerBnInner p {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-size: 1.2rem;
  font-weight: normal;
}
footer .iconWrap {
  display: flex;
  justify-content: center;
  column-gap: 24px;
  margin: 48px 0;
}
footer .iconWrap .footerIconInner {
  background-color: #000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  height: 44px;
  width: 44px;
}
footer .iconWrap .footerIconInner .footerIconX {
  height: auto;
  width: 18px;
}
footer .iconWrap .footerIconInner .footerIconArrow {
  height: auto;
  width: 14px;
}
footer .thanksTxt {
  font-size: 1.2rem;
  line-height: 1.8em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 450px) {
  footer .thanksTxt {
    text-align: left;
  }
}

/* loading */
#loading {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: 1fr 120px 1fr;
  grid-template-rows: 1fr 120px 1fr;
  transition: all 0.8s cubic-bezier(0.8, 0.11, 0.83, 0.67);
  z-index: 999;
}
#loading .loading-silhouette {
  grid-column: 2/3;
  grid-row: 2/3;
  background-color: #000;
  transition: all 0.5s ease-in;
}
#loading .loading-silhouette svg {
  background: linear-gradient(0deg, rgb(255, 222, 36) 0%, rgb(255, 222, 36) 3%, rgba(0, 0, 0, 0) 3%), linear-gradient(90deg, rgb(255, 222, 36) 0%, rgb(255, 222, 36) 3%, rgba(0, 0, 0, 0) 3%), linear-gradient(180deg, rgb(255, 222, 36) 0%, rgb(255, 222, 36) 3%, rgba(0, 0, 0, 0) 3%), linear-gradient(270deg, rgb(255, 222, 36) 0%, rgb(255, 222, 36) 3%, rgba(0, 0, 0, 0) 3%);
}
#loading .loading-back {
  background-color: #ffde24;
}
#loading .loading-upper {
  grid-column: 1/4;
  grid-row: 1/2;
}
#loading .loading-leftside {
  grid-column: 1/2;
  grid-row: 2/3;
}
#loading .loading-rightside {
  grid-column: 3/4;
  grid-row: 2/3;
}
#loading .loading-lower {
  grid-column: 1/4;
  grid-row: 3/4;
  display: flex;
  justify-content: center;
  font-family: "Arial", system-ui;
  font-weight: 900;
  font-size: 2rem;
}
#loading .loading-lower .dot1 {
  animation: flash1 5s linear infinite;
}
#loading .loading-lower .dot2 {
  animation: flash2 5s linear infinite;
}
#loading .loading-lower .dot3 {
  animation: flash3 5s linear infinite;
}
#loading .loading-lower .dot4 {
  animation: flash4 5s linear infinite;
}
#loading.loading-end {
  transform: scale(25);
  visibility: hidden;
}
#loading.loading-end .loading-silhouette {
  background-color: transparent;
}
#loading p {
  font-family: "Coiny", system-ui;
}

.l-contentsWrap {
  max-width: 600px;
  margin-inline: auto;
}

@keyframes flash1 {
  from {
    opacity: 0;
  }
  19% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
@keyframes flash2 {
  from {
    opacity: 0;
  }
  39% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
@keyframes flash3 {
  from {
    opacity: 0;
  }
  59% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
@keyframes flash4 {
  from {
    opacity: 0;
  }
  79% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
/* lity */
.lity-wrap {
  z-index: 99990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 16px;
  text-align: center;
  outline: none !important;
  overflow: scroll;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lity-content > * {
  max-height: none !important;
}

.lity-image img {
  margin: 0 auto;
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}/*# sourceMappingURL=style.css.map */