@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Lilita+One&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');

:root {
  --black: #000;
  --red: #df0018;
  --font-jp: "Zen Kaku Gothic New", sans-serif;
  --font-en: "Lilita One", sans-serif;
  --regular: 400;
  --medium: 500;
  --bold: 700;
  --heavy: 900;
}

.amimonofesta_ct {
  font-family: var(--font-jp);
  overflow: hidden;
}

.amimonofesta_ct * {
  color: var(--black);
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.amimonofesta_ct a {
  transition: all 0.2s ease;
  text-decoration: none !important;
}

.amimonofesta_ct img {
  height: auto;
  width: 100%;
}

.amimonofesta_ct .en_ct {
  font-family: var(--font-en);
  line-height: 1;
}

.amimonofesta-hero_ct {
  position: relative;
}

.amimonofesta-title_ct {
  position: absolute;
  left: 6.25%;
  top: 3.8240917782027%;
  width: 37.5%;
  z-index: 2;
}

.amimonofesta-subtitle_ct {
  position: absolute;
  right: 10.4166666666667%;
  bottom: 3.8240917782027%;
  width: 42.5%;
  z-index: 2;
}

.amimonofesta-hero_ct .swiper-button-next,
.amimonofesta-hero_ct .swiper-button-prev {
  aspect-ratio: 1 / 1;
  background-image: url("../images/swiper_arrow.svg");
  background-size: auto;
  background-repeat: no-repeat;
  width: 32px;
  z-index: 3;
}

.amimonofesta-hero_ct .swiper-button-prev {
  transform: rotate(180deg);
}

.amimonofesta-hero_ct .swiper-button-next:after,
.amimonofesta-hero_ct .swiper-button-prev:after {
  display: none;
}

.amimonofesta-info_ct {
  background-image: linear-gradient(0deg, #feeb96, #fff5cb 30%, #ffffff);
  padding-bottom: 90px;
  padding-bottom: 18.75%;
  position: relative;
}


.amimonofesta-info_ct::before,
.amimonofesta-info_ct::after {
  transition: bottom 1.2s ease;
}

.amimonofesta-info_ct::before {
  aspect-ratio: 1 / 1;
  background-image: url("../images/sun.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  max-width: 122px;
  position: absolute;
  left: -8.33333333333%;
  bottom: 190px;
  /*bottom: 28.7009063444109%;*/
  width: 25.416666666667%;
}

.amimonofesta-info_ct::after {
  aspect-ratio: 41 / 50;
  background-image: url("../images/moon.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  max-width: 100px;
  position: absolute;
  right: -5.20833333333%;
  bottom: 0;
  width: 20.83333333333%;
}

.amimonofesta-sentinel {
  position: absolute;
  left: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
  opacity: 0;
}

.amimonofesta-sentinel--30 {
  top: 30%;
}

.amimonofesta-sentinel--50 {
  top: 50%;
}

.amimonofesta-info_ct {
  background-image: linear-gradient(0deg, #feeb96, #fff5cb 30%, #ffffff);
}

.amimonofesta-info_ct.state-30 {
  background-image: linear-gradient(0deg, #df0018, #ef808c 30%, #ffffff);
}

.amimonofesta-info_ct.state-50 {
  background-image: linear-gradient(0deg, #afa5dc, #d7d2ee 30%, #ffffff);
}

.amimonofesta-info_ct.state-30 {
  background-image: linear-gradient(0deg, #df0018, #ef808c 30%, #ffffff);
}

.amimonofesta-info_ct.state-30::before {
  bottom: 140px;
}

.amimonofesta-info_ct.state-30::after {
  bottom: 140px;
}

.amimonofesta-info_ct.state-50 {
  background-image: linear-gradient(0deg, #afa5dc, #d7d2ee 30%, #ffffff);
}

.amimonofesta-info_ct.state-50::before {
  bottom: 0;
}

.amimonofesta-info_ct.state-50::after {
  bottom: 190px;
}

.amimonofesta-kaisai_ct {
  margin-inline: auto;
  margin-top: 6.25%;
  width: 79.1666666666667%;
}

.amimonofesta-insta_ct {
  margin-inline: auto;
  margin-top: 40px;
  max-width: 380px;
  margin-top: 8.333333333%;
  width: 79.1666666666667%;
}

.amimonofesta-insta__link_ct {
  background-color: #fff;
  border: 1px solid var(--black);
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  font-size: 23px;
  font-size: clamp(18px, calc(18px + (23 - 18) * ((100vw - 375px) / (480 - 375))), 23px);
  font-weight: var(--bold);
  height: 58px;
}

.icon-instagram_ct {
  aspect-ratio: 1 / 1;
  max-width: 37px;
  order: -1;
  position: relative;
  width: 9.7368421052632%;
}

.icon-instagram_ct::before {
  aspect-ratio: 1 / 1;
  background-image: url("../images/icon_instagram.webp");
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.amimonofesta-comment_ct {
  font-size: 18px;
  font-size: clamp(14px, calc(14px + (18 - 14) * ((100vw - 375px) / (480 - 375))), 18px);
  font-weight: var(--bold);
  line-height: 1.83333333333333;
  margin-top: 40px;
  margin-top: 8.333333333%;
  text-align: center;
}

.amimonofesta-news_ct {
  margin-inline: auto;
  margin-top: 50px;
  margin-top: 10.4166666666%;
  max-width: 380px;
  width: 79.1666666667%;
}

.amimonofesta-news__title_ct {
  background-color: #fff;
  border: 1px solid var(--black);
  border-width: 1px 1px 0 1px;
  border-radius: 30px 30px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  height: 40px;
  margin-bottom: -1px;
  max-width: 155px;
  position: relative;
  z-index: 1;
}

.amimonofesta-news__container_ct {
  background-color: #fff;
  border: 1px solid var(--black);
  border-radius: 0 30px 30px 30px;
  padding-bottom: 30px;
  padding-top: 30px;
}

.amimonofesta-news__items_ct {
  height: 100px;
  overflow: hidden;
  transition: height 0.2s ease;
}

.amimonofesta-news__item_ct {
  display: flex;
  margin-inline: auto;
  margin-bottom: 10px;
  width: 82.894736842%;
}

.amimonofesta-news__data_ct {
  flex-shrink: 0;
  font-size: 16px;
  font-weight: var(--heavy);
  width: 95px;
}

.amimonofesta-news__text_ct {
  font-size: 15px;
  font-size: clamp(12px, calc(12px + (15 - 12) * ((100vw - 375px) / (480 - 375))), 15px);
  line-height: 1.6;
}

.amimonofesta-news__link_ct {
  position: relative;
}

.amimonofesta-news__link_ct::after {
  content: "";
  width: 9px;
  height: 11px;
  background: #df0018;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
}

.amimonofesta-news__more_ct {
  background-color: #fff;
  border: 1px solid var(--black);
  border-width: 0 1px 1px 1px;
  border-radius: 0 0 30px 30px;
  color: var(--red);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  font-weight: var(--bold);
  height: 35px;
  margin-inline: auto;
  margin-top: -1px;
  max-width: 155px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
}

.amimonofesta-news__more__text_ct {
  color: var(--red);
}

.arrow__news_ct {
  height: 9px;
  background: var(--red);
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  transition: transform 0.4s ease;
  width: 11px;
}

.amimonofesta-news__more_ct.is-open .arrow__news_ct {
  transform: rotate(-180deg);
}

.amimonofesta-schedule_ct {
  background-color: #bce5ec;
  padding-bottom: 56px;
  padding-top: 50px;
  position: relative;
}

.amimonofesta-schedule_ct::before {
  aspect-ratio: 100 / 7;
  background-image: url("../images/schedule_bg_01_sp.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  content: "";
  height: 50px;
  position: absolute;
  left: 0;
  top: -40px;
  width: 100%;
}

.amimonofesta-schedule_ct::after {
  aspect-ratio: 15 / 2;
  background-image: url("../images/schedule_bg_02.svg");
  background-size: auto;
  background-repeat: repeat-x;
  content: "";
  height: 32px;
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 100%;
}

.amimonofesta-schedule__caption_ct {
  font-size: 21px;
  font-size: clamp(16px, calc(16px + (21 - 16) * ((100vw - 375px) / (480 - 375))), 21px);
  font-weight: var(--bold);
  line-height: 1.47619047619;
  text-align: center;
}

.amimonofesta-schedule__item_ct:nth-child(odd) .amimonofesta-schedule__caption_ct {
  padding-left: 25%;
}

.amimonofesta-schedule__item_ct:nth-child(even) .amimonofesta-schedule__caption_ct {
  padding-right: 29.1666666666%;
}

.amimonofesta-schedule__link_ct {
  display: block;
}

.amimonofesta-header__title_ct {
  font-size: 30px;
  text-align: center;
}

.amimonofesta-schedule__items_ct {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-inline: auto;
  margin-top: 50px;
  max-width: 285px;
  position: relative;
  width: 59.375%;
  z-index: 0;
}

.amimonofesta-schedule__items_ct::after {
  aspect-ratio: 1 / 2;
  background-image: url("../images/schedule_bg_sp.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  right: -8.771929824%;
  top: 40px;
  width: 111.578947368%;
  z-index: -1;
}

.amimonofesta-schedule__item_ct {
  max-width: 240px;
  position: relative;
  width: 84.210526315%;
  z-index: 0;
}

.amimonofesta-schedule__item_ct:nth-child(even) {
  margin-left: auto;
}

.amimonofesta-schedule__item_ct::after {
  aspect-ratio: 300 / 113;
  background-image: url("../images/schedule_cloud.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}

.amimonofesta-schedule__body_ct {
  aspect-ratio: 300 / 113;
  display: flex;
  align-items: center;
}

.amimonofesta-schedule__item_ct:nth-child(even) .amimonofesta-schedule__body_ct {
  justify-content: flex-end;
}

.amimonofesta-schedule__item_ct .amimonofesta-schedule__image_ct {
  transition: all 0.2s ease;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 41.6666666666667%;
}

.amimonofesta-schedule__item_ct:nth-child(odd) .amimonofesta-schedule__image_ct {
  left: -19.166666666667%;
}

.amimonofesta-schedule__item_ct:nth-child(even) .amimonofesta-schedule__image_ct {
  right: -19.166666666667%;
}

.amimonofesta-schedule__anime_ct[data-animate] {
  opacity: 0;
  position: absolute;
  translate: 0 50%;
}

.amimonofesta-schedule__anime_ct.active {
  opacity: 1;
  transition: opacity .25s cubic-bezier(0.12, 0.81, 0.41, 0.83) .18s, translate .38s cubic-bezier(0.7, 0.2, 0.3, 1.4) .04s, scale .38s cubic-bezier(0.7, 0.2, 0.3, 1.4) .04s;
  translate: 0 0;
}

.schedule__anime__01_ct {
  left: -36.6666666667%;
  top: -70px;
  max-width: 130px;
  width: 54.1666666666667%;
}

.schedule__anime__02_ct {
  right: -25%;
  top: -50px;
  max-width: 83px;
  width: 34.58333333333%;
}

.schedule__anime__03_ct {
  left: -60.4166666666%;
  top: 0;
  max-width: 95px;
  width: 39.58333333333%;
}

.schedule__anime__04_ct {
  right: -58.3333333333%;
  top: 0;
  max-width: 108px;
  width: 45%;
}

.schedule__anime__05_ct {
  left: -22.9166666667%;
  top: -55.5555555556%;
  max-width: 75px;
  width: 31.25%;
}

.schedule__anime__06_ct {
  right: -20.8333333333%;
  top: -50px;
  max-width: 56px;
  width: 23.333333333%;
}

.schedule__anime__07_ct {
  right: -31.25%;
  top: -10px;
  max-width: 83px;
  width: 34.58333333333%;
}

.amimonofesta-topics_ct {
  background-color: #fbe3e6;
  padding-bottom: 70px;
  padding-top: 90px;
}

.amimonofesta-topics__items_ct {
  margin-top: 50px;
}

.amimonofesta-topics__item_ct {
  margin-inline: auto;
  max-width: 398px;
  width: 82.9166666667%;
}

.amimonofesta-topics__item_ct:not(:first-child) {
  margin-top: 70px;
}

.amimonofesta-topics__title_ct {
  background-color: var(--red);
  border: 1px solid var(--black);
  border-width: 1px 1px 0 1px;
  border-radius: 25px 25px 0 0;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-size: clamp(16px, calc(16px + (22 - 16) * ((100vw - 375px) / (480 - 375))), 22px);
  font-weight: var(--bold);
  height: 46px;
  padding-left: 30px;
  padding-right: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.amimonofesta-topics__body_ct {
  background-color: #feeb96;
  border: 1px solid var(--black);
  margin-bottom: 54px;
  padding: 10px;
  position: relative;
}

.amimonofesta-topics__body_ct::after {
  aspect-ratio: 1 / 1;
  -webkit-animation: upup 5s linear infinite;
  animation: upup 5s linear infinite;
  background-image: url("../images/arrow.svg");
  background-size: auto;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -26px;
  width: 52px;
}

.amimonofesta-topics__caption_ct {
  background-color: #fff;
  padding-bottom: 20px;
  padding-top: 20px;
  position: relative;
}

.amimonofesta-topics__fukidashi_ct {
  max-width: 110px;
  position: absolute;
  right: -5.0251256281407%;
  top: -29.0697674418605%;
  width: 27.6381909547739%;
  z-index: 1;
}

.amimonofesta-topics__number_ct {
  color: #feeb96;
  font-size: 100px;
  font-size: clamp(80px, calc(80px + (100 - 80) * ((100vw - 375px) / (480 - 375))), 100px);
  position: absolute;
  left: 3.947368421%;
  top: -30px;
  -webkit-text-stroke: 2px var(--black);
  text-stroke: 2px var(--black);
  z-index: 1;
}

.amimonofesta-topics__subtitle_ct {
  font-size: 33px;
  font-size: clamp(24px, calc(24px + (31 - 24) * ((100vw - 375px) / (480 - 375))), 31px);
  font-weight: var(--heavy);
  line-height: 1.3030303033;
  padding-left: 23.529411764%;
}

.amimonofesta-topics__text_ct {
  font-size: 17px;
  font-size: clamp(15px, calc(15px + (17 - 15) * ((100vw - 375px) / (480 - 375))), 17px);
  line-height: 1.82352941176;
  margin-inline: auto;
  margin-top: 20px;
  text-align: justify;
  width: 90.4255319148936%;
}

.amimonofesta-topics_ct .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
}

.amimonofesta-topics_ct .swiper-pagination-bullet-active {
  background-color: #fbe3e6;
}

.amimonofesta-btn_ct {
  margin-inline: auto;
  max-width: 380px;
  width: 95.477386934%;
}

.amimonofesta-btn_ct:not(:first-child) {
  margin-top: 30px;
  margin-top: 6.25%;
}

.amimonofesta-btn__link_ct {
  background-color: #fff;
  border: 1px solid var(--red);
  border-radius: 32px;
  color: var(--red);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(18px, calc(18px + (26 - 18) * ((100vw - 375px) / (480 - 375))), 26px);
  font-weight: var(--bold);
  height: 65px;
  text-decoration: none !important;
}

.amimonofesta-btn__link_ct:hover {
  background-color: var(--red);
  color: #fff;
}

.amimonofesta-btn__small_ct {
  color: var(--red);
  font-size: clamp(14px, calc(14px + (18 - 14) * ((100vw - 375px) / (480 - 375))), 18px);
}

.amimonofesta-btn__link_ct:hover .amimonofesta-btn__small_ct {
  color: #fff;
}

.amimonofesta-contents_ct {
  background-image: url("../images/contents_bg_sp.webp");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  margin-top: 70px;
  padding-bottom: 70px;
}

.amimonofesta-header__subtitle_ct {
  font-size: 17px;
  font-size: clamp(14px, calc(14px + (17 - 14) * ((100vw - 375px) / (480 - 375))), 17px);
  line-height: 1.82352941176;
  margin-top: 30px;
  margin-top: 6.25%;
  text-align: center;
}

.amimonofesta-contents__items_ct {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 5.2631578947%;
  max-width: 380px;
  margin-inline: auto;
  margin-top: 50px;
  width: 79.1666666667%;
}

.amimonofesta-contents__item_ct {
  width: 100%;
}

.amimonofesta-contents__item_ct:not(:first-child) {
  width: 47.368421052%;
}

.amimonofesta-sns_ct {
  background-color: #feeb96;
  padding-top: 70px;
  padding-bottom: 70px;
}

.amimonofesta-sns_ct .amimonofesta-header__title_ct {
  font-size: 25px;
  font-weight: var(--heavy);
}

.amimonofesta-sns__body_ct {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  margin-inline: auto;
  margin-top: 30px;
  max-width: 380px;
  position: relative;
  width: 79.1666666666%;
}

.amimonofesta-sns__body_ct::after {
  aspect-ratio: 5 / 6;
  background-image: url("../images/icon_tap.svg");
  background-size: auto;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30px;
}

.amimonofesta-sns__link_ct {
  display: block;
}

.amimonofesta-sns_ct .amimonofesta-sns__image_ct {
  max-width: 110px;
}

.amimonofesta-sns__caption_ct {
  font-size: 23px;
}

.amimonofesta-sns__text_ct {
  font-size: 20px;
  font-size: clamp(16px, calc(16px + (20 - 16) * ((100vw - 375px) / (480 - 375))), 20px);
  font-weight: var(--bold);
  line-height: 1.75;
  margin-top: 25px;
  text-align: center;
}

.amimonofesta-howto_ct {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin-bottom: 50px;
  margin-top: 70px;
  margin-inline: auto;
  max-width: 387px;
  padding-bottom: 34px;
  padding-top: 34px;
  position: relative;
  width: 80.625%;
}

.amimonofesta-howto_ct::after {
  aspect-ratio: 774 / 959;
  background-image: url("../images/howto_flame_sp.png");
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}

.amimonofesta-howto__title_ct {
  font-size: 26px;
  font-size: clamp(20px, calc(20px + (26 - 20) * ((100vw - 375px) / (480 - 375))), 26px);
  font-weight: var(--bold);
  text-align: center;
}

.amimonofesta-howto__text_ct {
  font-size: 16px;
  font-size: clamp(12px, calc(12px + (16 - 12) * ((100vw - 375px) / (480 - 375))), 16px);
  line-height: 1.55;
  margin-inline: auto;
  margin-top: 20px;
  margin-top: 5.1679586563307%;
  text-align: justify;
  width: 82.687338501%;
}

.amimonofesta-howto__logo_ct {
  width: 53.22997416%;
}

.amimonofesta-howto__logo_ct[data-animate] {
  opacity: 0;
  translate: 0 50%;
}

.amimonofesta-howto__logo_ct.active {
  opacity: 1;
  transition: opacity .25s cubic-bezier(0.12, 0.81, 0.41, 0.83) .18s, translate .38s cubic-bezier(0.7, 0.2, 0.3, 1.4) .04s, scale .38s cubic-bezier(0.7, 0.2, 0.3, 1.4) .04s;
  translate: 0 0;
}

.amimonofesta-follow_ct {
  aspect-ratio: 100 / 21;
  background-image: url("../images/follow_bg.svg");
  background-repeat: no-repeat;
  background-color: #fad9dc;
  padding-bottom: 50px;
  padding-top: 50px;
  width: 100%;
}

.amimonofesta-follow_ct .amimonofesta-header__title_ct {
  aspect-ratio: 50 / 13;
  background-image: url("../images/follow_header_bg.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  max-width: 230px;
  margin-inline: auto;
  width: 100%;
}

.amimonofesta-follow__items_ct {
  display: flex;
  justify-content: space-between;
  margin-inline: auto;
  margin-top: 30px;
  max-width: 380px;
  width: 79.1666666667%;
}

.amimonofesta-follow__item_ct {
  width: 17.105263157%;
}

.amimonofesta-archive_ct {
  margin-top: 50px;
}

.amimonofesta-archive_ct .amimonofesta-btns_ct {
  margin-top: 40px;
}

.amimonofesta-archive_ct .amimonofesta-btn_ct {
  width: 79.16666666667%;
}

.amimonofesta-archive_ct .amimonofesta-btn__link_ct {
  border: 1px solid var(--black);
}

.amimonofesta-archive_ct .amimonofesta-btn__stroke_ct {
  color: #fff;
  -webkit-text-stroke: 1px var(--red);
  text-stroke: 1px var(--red);
}

.amimonofesta-archive_ct .arrow_ct::before,
.amimonofesta-archive_ct .arrow_ct::after {
  background-color: var(--black);
}

.amimonofesta-catalogue_ct {
  padding-bottom: 70px;
  padding-top: 70px;
}

.amimonofesta-catalogue__body_ct {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.amimonofesta-catalogue_ct .amimonofesta-catalogue__image_ct {
  max-width: 168px;
  width: 35%;
}

.amimonofesta-catalogue__caption_ct {
  font-size: 28px;
  font-size: clamp(22px, calc(22px + (28 - 22) * ((100vw - 375px) / (480 - 375))), 28px);
  font-weight: var(--heavy);
  line-height: 1.46428571428;
  text-align: center;
}

.amimonofesta-catalogue__stroke_ct {
  color: #fff;
  -webkit-text-stroke: 1px var(--black);
  text-stroke: 1px var(--black);
}

.amimonofesta-catalogue__btn_ct {
  margin-inline: auto;
  margin-top: 70px;
  margin-top: 14.5833333333%;
  max-width: 380px;
  width: 79.16666666667%;
}

.amimonofesta-catalogue__btn__link_ct {
  border: 1px solid var(--black);
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 90px;
}

.amimonofesta-catalogue_ct .amimonofesta-catalogue__btn__image_ct {
  max-width: 184px;
  width: 48.4210526316%;
}

.amimonofesta-catalogue__btn_ct .arrow_ct::before,
.amimonofesta-catalogue__btn_ct .arrow_ct::after {
  background-color: var(--black);
}

.amimonofesta-catalogue__image_ct {
  -webkit-animation: aruku 1.5s linear infinite;
  animation: aruku 1.5s linear infinite;
}

@-webkit-keyframes aruku {
  0%, 100% {
    transform: rotate(-4deg)
  }

  50% {
    transform: rotate(4deg)
  }
}

@keyframes aruku {
  0%, 100% {
    transform: rotate(-4deg)
  }

  50% {
    transform: rotate(4deg)
  }
}


.arrow_ct {
  margin-left: 4.210526315%;
  position: relative;
  width: 15px;
}

.arrow_ct::before,
.arrow_ct::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 17.6px;
  height: 1px;
  border-radius: 9999px;
  background-color: var(--red);
  transform-origin: calc(100% - 0.5px) 50%;
}

.amimonofesta-btn__link_ct:hover .arrow_ct::before,
.amimonofesta-btn__link_ct:hover .arrow_ct::after {
  background-color: #fff;
}

.amimonofesta-catalogue__link_ct {
  display: block;
}

.arrow_ct::before {
  transform: rotate(36.05deg);
}

.arrow_ct::after {
  transform: rotate(-36.05deg);
}

[data-animate] {
  transition: opacity .1s ease;
  will-change: opacity;
}

@-webkit-keyframes upup {
  0% {
    transform: translate(-50%, 0px)
  }

  3% {
    transform: translate(-50%, -8px)
  }

  6% {
    transform: translate(-50%, 0)
  }

  9% {
    transform: translate(-50%, -8px)
  }

  12% {
    transform: translate(-50%, 0)
  }

  15% {
    transform: translate(-50%, -8px)
  }

  18%, 50% {
    transform: translate(-50%, 0)
  }

  53% {
    transform: translate(-50%, -8px)
  }

  56% {
    transform: translate(-50%, 0)
  }

  59% {
    transform: translate(-50%, -8px)
  }

  62% {
    transform: translate(-50%, 0)
  }

  65% {
    transform: translate(-50%, -8px)
  }

  68% {
    transform: translate(-50%, 0)
  }

  100% {
    transform: translate(-50%, 0px)
  }
}

@keyframes upup {
  0% {
    transform: translate(-50%, 0px)
  }

  3% {
    transform: translate(-50%, -8px)
  }

  6% {
    transform: translate(-50%, 0)
  }

  9% {
    transform: translate(-50%, -8px)
  }

  12% {
    transform: translate(-50%, 0)
  }

  15% {
    transform: translate(-50%, -8px)
  }

  18%, 50% {
    transform: translate(-50%, 0)
  }

  53% {
    transform: translate(-50%, -8px)
  }

  56% {
    transform: translate(-50%, 0)
  }

  59% {
    transform: translate(-50%, -8px)
  }

  62% {
    transform: translate(-50%, 0)
  }

  65% {
    transform: translate(-50%, -8px)
  }

  68% {
    transform: translate(-50%, 0)
  }

  100% {
    transform: translate(-50%, 0px)
  }
}

@media not all and (min-width: 768px) {
  .fca_page-shop-home__recommends {
    padding-bottom: 0;
  }
}

.pc {
  display: none;
}

.sp {
  display: block;
}

@media all and (min-width: 768px) {
  .pc {
    display: block;
  }

  .sp {
    display: none;
  }

  .amimonofesta-hero_ct .amimonofesta-hero__image_ct {
    height: 800px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center top;
  }

  .amimonofesta-hero_ct .hero__item__03_ct .amimonofesta-hero__image_ct {
    -o-object-position: center;
    object-position: center;
  }

  .amimonofesta-title_ct {
    left: 30px;
    top: 30px;
    max-width: 390px;
    width: 25.833333333333%;
  }

  .amimonofesta-subtitle_ct {
    right: 50px;
    bottom: 50px;
    max-width: 323px;
    width: 26.916666666667%;
  }

  .amimonofesta-info_ct {
    padding-bottom: 90px;
  }

  .amimonofesta-schedule_ct::before {
    aspect-ratio: 100 / 3;
    background-image: url("../images/schedule_bg_01.svg");
    height: 60px;
    top: -50px;
  }

  .amimonofesta-schedule__caption_ct {
    font-size: clamp(16px, calc(16px + (21 - 16) * ((100vw - 480px) / (1200 - 480))), 21px);
  }

  .amimonofesta-header__title_ct {
    font-size: 32px;
  }

  .amimonofesta-kaisai_ct {
    margin-top: 54px;
    max-width: 570px;
    width: 96.666666666%;
  }

  .amimonofesta-insta__link_ct {
    font-size: 23px;
  }

  .amimonofesta-comment_ct {
    margin-top: 40px;
  }

  .amimonofesta-info_ct::before {
    max-width: 222px;
    left: 3.333333333%;
    bottom: 260px;
    width: 18.5%;
  }

  .amimonofesta-info_ct::after {
    max-width: 178px;
    right: 5%;
    width: 14.833333333%;
  }

  .amimonofesta-news_ct {
    margin-top: 50px;
    max-width: 520px;
    width: 96.666666666%;
  }

  .amimonofesta-news__text_ct {
    font-size: 15px;
  }

  .amimonofesta-news__link_ct::after {
    right: -20px;
  }

  .amimonofesta-schedule__items_ct {
    flex-direction: inherit;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 0;
    max-width: 810px;
    width: 78%;
  }

  .amimonofesta-schedule__items_ct::after {
    aspect-ratio: 241 / 150;
    background-image: url("../images/schedule_bg.svg");
    right: 0;
    top: -34px;
    width: 87.9012345678%;
  }

  .amimonofesta-schedule__item_ct {
    width: 29.629629629%;
  }

  .amimonofesta-schedule__item_ct:nth-child(even) {
    margin-left: 0;
  }

  .amimonofesta-schedule__item_ct.schedule__01_ct {
    order: 1;
  }

  .amimonofesta-schedule__item_ct.schedule__02_ct {
    margin-left: 8px;
    margin-left: 0.9876543209877%;
    margin-top: 85px;
    margin-top: 10.4938271605%;
    order: 2;
  }

  .amimonofesta-schedule__item_ct.schedule__03_ct {
    margin-left: auto;
    order: 3;
  }

  .amimonofesta-schedule__item_ct.schedule__04_ct {
    margin-left: 165px;
    margin-left: 20.3703703704%;
    margin-top: -24px;
    margin-top: -2.96296296296%;
    order: 5;
  }

  .amimonofesta-schedule__item_ct.schedule__05_ct {
    margin-left: 152px;
    margin-left: 18.7654320988%;
    margin-top: 40px;
    margin-top: 4.93827160494%;
    order: 4;
  }

  .amimonofesta-schedule__item_ct.schedule__06_ct {
    margin-left: 148px;
    margin-left: 18.2716049383%;
    margin-top: 16px;
    margin-top: 1.97530864198%;
    order: 7;
  }

  .amimonofesta-schedule__item_ct.schedule__07_ct {
    margin-left: 66px;
    margin-left: 8.148148148%;
    margin-top: 60px;
    margin-top: 7.40740740741%;
    order: 6;
  }

  .amimonofesta-schedule__item_ct:hover .amimonofesta-schedule__image_ct {
    transform: translateY(-50%) scale(1.1);
  }

  .schedule__anime__03_ct {
    left: -310px;
    left: -129.16666666666%;
    top: 30px;
    top: 37.037037037%;
    max-width: 124px;
    transform: rotate(15deg);
    width: 51.666666666%;
  }

  .schedule__anime__04_ct {
    right: -100px;
    right: -41.666666666%;
    top: 300px;
    top: 333.3333333333%;
    max-width: 130px;
    width: 54.1666666667%;
  }

  .schedule__anime__07_ct {
    left: -45.8333333333%;
    top: -83.3333333333%;
  }

  .amimonofesta-topics__items_ct {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 50px 0;
    max-width: 891px;
    margin-inline: auto;
    width: 96.666666666%;
  }

  .amimonofesta-topics__item_ct {
    margin-inline: 0;
    max-width: 100%;
    width: 48.821548821%;
  }

  .amimonofesta-topics__item_ct:not(:first-child) {
    margin-top: 0;
  }

  .amimonofesta-topics__container_ct {
    background-color: #feeb96;
    border: 1px solid var(--black);
    padding: 10px;
  }

  .amimonofesta-topics__body_ct {
    background-color: transparent;
    border: none;
    margin-bottom: 0;
    padding: 0;
  }

  .amimonofesta-topics__body_ct::after {
    display: none;
  }

  .amimonofesta-topics__fukidashi_ct {
    right: 10px;
    top: -33.2225913621262%;
    width: 26.634382566586%;
  }

  .amimonofesta-topics__text_ct {
    width: 91.2832929782082%;
  }

  .amimonofesta-topics_ct .amimonofesta-btns_ct {
    background-color: #fff;
    padding-bottom: 30px;
  }

  .amimonofesta-topics__subtitle_ct {
    font-size: clamp(26px, calc(26px + (33 - 26) * ((100vw - 480px) / (1200 - 480))), 33px);
  }

  .amimonofesta-btn__link_ct {
    font-size: clamp(16px, calc(16px + (20 - 16) * ((100vw - 480px) / (1200 - 480))), 20px);
    height: 46px;
  }

  .amimonofesta-btn_ct:not(:first-child) {
    margin-top: 20px;
  }

  .amimonofesta-contents_ct {
    background-image: url("../images/contents_bg.webp");
    background-size: 100% 544px;
  }

  .amimonofesta-header__subtitle_ct {
    margin-top: 30px;
  }

  .amimonofesta-contents__items_ct {
    gap: 30px 3.333333333%;
    max-width: 900px;
    width: 96.666666666%;
  }

  .amimonofesta-contents__item_ct:not(:first-child) {
    width: 31.111111111%;
  }

  .amimonofesta-sns__body_ct {
    flex-direction: inherit;
    align-items: center;
    gap: 25px;
    max-width: 414px;
  }

  .amimonofesta-sns__body_ct::after {
    aspect-ratio: 56 / 73;
    background-image: url("../images/icon_click.png");
    background-size: 100%;
    right: -10px;
    bottom: 50%;
    transform: translateY(50%);
    width: 28px;
  }

  .amimonofesta-insta_ct {
    margin-top: 40px;
    max-width: 380px;
  }

  .amimonofesta-sns__text_ct br {
    display: none;
  }

  .amimonofesta-howto_ct {
    justify-content: center;
    flex-direction: inherit;
    gap: 50px;
    max-width: 907px;
    width: 96.6666666667%;
  }

  .amimonofesta-howto_ct::after {
    aspect-ratio: 16 / 8;
    background-image: url("../images/howto_flame.png");
    background-size: 100%;
  }

  .amimonofesta-howto__title_ct {
    font-size: clamp(18px, calc(18px + (26 - 18) * ((100vw - 480px) / (1200 - 480))), 26px);
    text-align: left;
  }

  .amimonofesta-howto__text_ct {
    font-size: clamp(12px, calc(12px + (16 - 12) * ((100vw - 480px) / (1200 - 480))), 16px);
    margin-top: 20px;
    margin-top: 3.64963503649635%;
    width: 100%;
  }

  .amimonofesta-howto__logo_ct {
    width: 22.712238147%;
  }

  .amimonofesta-howto__header_ct {
    width: 60.418963616%;
  }

  .amimonofesta-archive_ct .amimonofesta-btns_ct {
    display: flex;
    justify-content: center;
    gap: 30px;
  }

  .amimonofesta-archive_ct .amimonofesta-btn_ct {
    margin: 0;
  }

  .amimonofesta-catalogue__btn_ct {
    margin-top: 70px;
  }
}