.sanrio-fes {
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #91531b;
}
.sanrio-fes__section {
  background: #ffd2e1;
  padding-block: 60px;
}
@media screen and (max-width: 767px) {
  .sanrio-fes__section {
    padding-block: 40px;
  }
}
.sanrio-fes__section.polka {
  background: url("../../public/img/sanrio-fes/dots-pattern.png") repeat center/50px 50px;
}
.sanrio-fes__section.lines {
  background: url("../../public/img/sanrio-fes/lines-pattern.png") repeat center/130px 130px;
}
.sanrio-fes__heading-block {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .sanrio-fes__heading-block {
    margin-bottom: 16px;
  }
}
.sanrio-fes__heading-jp {
  position: relative;
  font-size: 4rem;
  font-weight: 800;
  text-align: center;
  line-height: 1.3em;
  color: #50bee6;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sanrio-fes__heading-jp {
    font-size: 32px;
    line-height: 1.15625em;
  }
}
.sanrio-fes__heading-jp::before, .sanrio-fes__heading-jp::after {
  content: attr(data-title-jp);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.sanrio-fes__heading-jp::before {
  color: transparent;
  -webkit-text-stroke: 6px #fff;
  z-index: -1;
}
.sanrio-fes__heading-jp::after {
  color: transparent;
  -webkit-text-stroke: 10px #91531b;
  z-index: -2;
}
.sanrio-fes__heading-en {
  display: block;
  position: relative;
  font-size: 3.2rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  text-align: center;
  line-height: 1.625em;
  color: #f9bc00;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sanrio-fes__heading-en {
    font-size: 24px;
    line-height: 1.3333333333em;
  }
}
.sanrio-fes__heading-en::before, .sanrio-fes__heading-en::after {
  content: attr(data-title-en);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}
.sanrio-fes__heading-en::before {
  color: transparent;
  -webkit-text-stroke: 4px #fff;
  z-index: -1;
}
.sanrio-fes__heading-en::after {
  color: transparent;
  -webkit-text-stroke: 8px #91531b;
  z-index: -2;
}
.sanrio-fes__box {
  background: #fff;
  border-radius: 16px;
  border: 2px solid #91531b;
  padding: 48px 6.66%;
}
@media screen and (max-width: 767px) {
  .sanrio-fes__box {
    padding: 34px 20px;
  }
}
.sanrio-fes__box-heading {
  position: relative;
  font-size: 3.2rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .sanrio-fes__box-heading {
    font-size: 24px;
    line-height: 1.1666666667em;
    margin-bottom: 20px;
  }
}
.sanrio-fes__box-heading::after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .sanrio-fes__box-heading::after {
    margin-top: 20px;
  }
}
.sanrio-fes__box-heading.blue {
  color: #50bee6;
}
.sanrio-fes__box-heading.blue::after {
  background: #50bee6;
}
.sanrio-fes__box-heading.pink {
  color: #eb7aaa;
}
.sanrio-fes__box-heading.pink::after {
  background: #eb7aaa;
}
.sanrio-fes__box-heading.yellow {
  color: #f9bc00;
}
.sanrio-fes__box-heading.yellow::after {
  background: #f9bc00;
}
.sanrio-fes__title-desc-block {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .sanrio-fes__title-desc-block {
    margin-bottom: 20px;
  }
}
.sanrio-fes__title-desc-block.mb-0 {
  margin-bottom: 0;
}
.sanrio-fes__box-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 154px;
  min-height: 48px;
  background: #ffd2e1;
  font-size: 2rem;
  font-weight: 800;
  border-radius: 26px;
  margin-bottom: 8px;
  padding: 5px 15px;
}
@media screen and (max-width: 767px) {
  .sanrio-fes__box-title {
    min-width: 100px;
    min-height: 32px;
    font-size: 14px;
    border-radius: 16px;
    padding: 5px 10px;
  }
}
.sanrio-fes__box-title.blue {
  background: #d3eff9;
}
.sanrio-fes__box-title.yellow {
  background: #fdeebf;
}
.sanrio-fes__box-desc {
  font-size: 2rem;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .sanrio-fes__box-desc {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5714285714em;
  }
}
.sanrio-fes__box-desc.sm {
  font-weight: 500;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .sanrio-fes__box-desc.sm {
    font-size: 12px;
    margin-top: 4px;
  }
}
.sanrio-fes__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  font-size: 2rem;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .sanrio-fes__dl {
    gap: 2px;
    font-size: 12px;
  }
}
.sanrio-fes__dl.blue .sanrio-fes__dt {
  background: #d3eff9;
}
.sanrio-fes__dl.blue .sanrio-fes__dd-item {
  background: #f0f9fe;
}
.sanrio-fes__dl.yellow .sanrio-fes__dt {
  background: #fdeebf;
}
.sanrio-fes__dl.yellow .sanrio-fes__dd-item {
  background: #fef8e5;
}
.sanrio-fes__row {
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 5px;
}
@media screen and (max-width: 767px) {
  .sanrio-fes__row {
    gap: 2px;
  }
}
.sanrio-fes__dt, .sanrio-fes__dd-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 83px;
  padding: 12px 21.15px;
}
@media screen and (max-width: 767px) {
  .sanrio-fes__dt, .sanrio-fes__dd-item {
    min-height: 51px;
    padding: 4px 10px;
  }
}
.sanrio-fes__dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
@media screen and (max-width: 767px) {
  .sanrio-fes__dd {
    gap: 2px;
  }
}
.sanrio-fes__dd-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
}
.sanrio-fes__dd-label {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .sanrio-fes__dd-label {
    font-size: 12px;
    margin-bottom: 4px;
  }
}
.sanrio-fes__dd-info {
  display: block;
}
@media screen and (max-width: 767px) {
  .sanrio-fes__dd-info {
    font-size: 14px;
  }
}
.sanrio-fes__note {
  margin-top: 5px;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .sanrio-fes__note {
    margin-top: 8px;
    font-size: 10px;
  }
}
.sanrio-fes__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  min-height: 77px;
  margin-inline: auto;
  background: #eb7aaa;
  color: #fff;
  border-width: 3px;
  border-style: solid;
  border-color: #e65c97;
  border-radius: 39px;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.25em;
  text-align: center;
  padding: 14px 30px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .sanrio-fes__btn {
    max-width: 295px;
    font-size: 16px;
    line-height: 1.5em;
  }
}
.sanrio-fes__btn::after {
  content: "";
  -webkit-mask: url("../../public/img/sanrio-fes/caret-white.svg") no-repeat center/contain;
          mask: url("../../public/img/sanrio-fes/caret-white.svg") no-repeat center/contain;
  background: #fff;
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.sanrio-fes__btn.h55 {
  min-height: 55px;
  font-size: 1.6rem;
  line-height: 1.5em;
}
.sanrio-fes__btn.h55::after {
  right: 48px;
}
@media screen and (max-width: 767px) {
  .sanrio-fes__btn.h55::after {
    right: 30px;
  }
}
.sanrio-fes__btn:hover {
  background: #fff;
  color: #eb7aaa;
}
.sanrio-fes__btn:hover::after {
  background: #eb7aaa;
}
.sanrio-fes__btn.blue {
  background: #50bee6;
  border-color: #00a0e9;
}
.sanrio-fes__btn.blue:hover {
  background: #fff;
  color: #50bee6;
}
.sanrio-fes__btn.blue:hover::after {
  background: #50bee6;
}
.sanrio-fes__btn.yellow {
  background: #f9bc00;
  border-color: #fda03b;
}
.sanrio-fes__btn.yellow:hover {
  background: #fff;
  color: #f9bc00;
}
.sanrio-fes__btn.yellow:hover::after {
  background: #f9bc00;
}
.sanrio-fes__btn.purple {
  background: #8d80b9;
  border-color: #6d59c6;
}
.sanrio-fes__btn.purple:hover {
  background: #fff;
  color: #8d80b9;
}
.sanrio-fes__btn.purple:hover::after {
  background: #8d80b9;
}
.sanrio-fes__float-tix-link {
  display: block;
  position: fixed;
  bottom: 20px;
  left: 320px;
  z-index: 999;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 980px) {
  .sanrio-fes__float-tix-link {
    left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .sanrio-fes__float-tix-link {
    left: 8px;
  }
}
.sanrio-fes__float-tix-link img {
  width: 169px;
}
@media screen and (max-width: 1024px) {
  .sanrio-fes__float-tix-link img {
    width: 149px;
  }
}
@media screen and (max-width: 767px) {
  .sanrio-fes__float-tix-link img {
    width: 100px;
  }
}
.sanrio-fes__float-tix-link:hover {
  opacity: 0.9;
}
.sanrio-fes__mv-image {
  width: 100%;
  aspect-ratio: 1140/927;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sanrio-fes__mv-image {
    aspect-ratio: 375/418;
  }
}
.sanrio-fes__wrap {
  margin-top: -5px;
  padding-block: 32px 60px;
}
@media screen and (max-width: 767px) {
  .sanrio-fes__wrap {
    padding-block: 40px;
  }
}
@media screen and (max-width: 767px) {
  .sanrio-fes__wrap .container-980 {
    padding: 0 !important;
  }
}
.sanrio-fes__heading {
  font-size: 3.5rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .sanrio-fes__heading {
    width: 100%;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 0 auto 16px;
    font-size: 23px;
    text-align: left;
    line-height: 1.2222222222em;
  }
}
.sanrio-fes__heading .fs-49 {
  font-size: 4.9rem;
}
@media screen and (max-width: 767px) {
  .sanrio-fes__heading .fs-49 {
    font-size: 32px;
  }
}
.sanrio-fes__close-block {
  width: 100%;
  max-width: 750px;
  margin: 0 auto 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .sanrio-fes__close-block {
    max-width: 100%;
    margin-bottom: 32px;
    font-size: 9px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.sanrio-fes__title-col {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.sanrio-fes__dates-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sanrio-fes__year-col {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.sanrio-fes__info-block {
  width: 100%;
  max-width: 635px;
  margin: 0 auto 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .sanrio-fes__info-block {
    max-width: 295px;
    margin: 0 auto 32px;
    gap: 8px;
  }
}
.sanrio-fes__info-label-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
@media screen and (max-width: 767px) {
  .sanrio-fes__info-label-block {
    gap: 5px;
  }
}
.sanrio-fes__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #fff;
  padding: 10px;
  border-radius: 27px;
  font-size: 2.8rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  min-width: 125px;
  max-height: 57px;
}
@media screen and (max-width: 767px) {
  .sanrio-fes__label {
    padding: 5px;
    border-radius: 12px;
    font-size: 10px;
    min-width: 52px;
    max-height: 24px;
  }
}
.sanrio-fes__info-heading {
  font-size: 3.6rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .sanrio-fes__info-heading {
    font-size: 14px;
  }
}
.sanrio-fes__info-text {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .sanrio-fes__info-text {
    font-size: 10px;
  }
}
.sanrio-fes__anchor-link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 26px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .sanrio-fes__anchor-link-list {
    gap: 17px;
    margin-bottom: 32px;
  }
}
.sanrio-fes__anchor-link:hover .sanrio-fes__anchor-image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.sanrio-fes__anchor-image {
  width: 135px;
  height: 135px;
}
@media screen and (max-width: 767px) {
  .sanrio-fes__anchor-image {
    width: 87px;
    height: 87px;
  }
}
.sanrio-fes__anchor-image img {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.sanrio-fes__wrap-image {
  width: 100%;
  max-width: 720px;
  margin: 40px auto 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sanrio-fes__wrap-image {
    max-width: 375px;
  }
}
.sanrio-fes__wrap-image img {
  width: 100%;
  height: auto;
}
.sanrio-fes__intro-text {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.6666666667em;
}
@media screen and (max-width: 767px) {
  .sanrio-fes__intro-text {
    font-size: 16px;
    line-height: 1.5em;
  }
}
.sanrio-fes__tix {
  min-height: 100vh;
}
.sanrio-fes__tix-btn {
  margin-block: 33.5px 65.5px;
}
@media screen and (max-width: 767px) {
  .sanrio-fes__tix-btn {
    margin-block: 20px 65px;
  }
}
.sanrio-fes__ms-block {
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .sanrio-fes__ms-block {
    margin-bottom: 48px;
  }
}
.sanrio-fes__ms-block:last-child {
  margin-bottom: 0;
}
.sanrio-fes__ms-block .sanrio-fes__ms-image {
  width: 77.9%;
  aspect-ratio: 608/470;
  margin-top: 20px;
  margin-inline: auto;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sanrio-fes__ms-block .sanrio-fes__ms-image {
    width: 100%;
    aspect-ratio: 295/228;
  }
}
.sanrio-fes__ms-block.col-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 50%));
  gap: 64px;
}
@media screen and (max-width: 767px) {
  .sanrio-fes__ms-block.col-2 {
    grid-template-columns: 100%;
    gap: 48px;
  }
}
.sanrio-fes__ms-block.col-2 .sanrio-fes__ms-title-block {
  min-height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sanrio-fes__ms-block.col-2 .sanrio-fes__ms-title-block {
    min-height: unset;
  }
}
.sanrio-fes__ms-block.col-2 .sanrio-fes__ms-image {
  width: 100%;
  aspect-ratio: 358/269;
}
@media screen and (max-width: 767px) {
  .sanrio-fes__ms-block.col-2 .sanrio-fes__ms-image {
    aspect-ratio: 295/222;
  }
}
.sanrio-fes__ms-title-block {
  margin-bottom: 20px;
}
.sanrio-fes__star {
  position: relative;
  width: 61px;
  height: 61px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 10px;
  margin-bottom: 16px;
}
.sanrio-fes__star::before {
  content: "";
  -webkit-mask: url("../../public/img/sanrio-fes/star.svg") no-repeat center/contain;
          mask: url("../../public/img/sanrio-fes/star.svg") no-repeat center/contain;
  background: #eb7aaa;
  width: 61px;
  height: 61px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.sanrio-fes__ms-num {
  position: relative;
  display: block;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.1666666667em;
  text-align: center;
  z-index: 2;
}
.sanrio-fes__ms-title {
  position: relative;
  color: #eb7aaa;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.1666666667em;
  text-align: center;
}
.sanrio-fes__ms-title::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #eb7aaa;
  display: block;
  margin-top: 24px;
}
.sanrio-fes__ms-title.mt36::after {
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .sanrio-fes__ms-title.mt36::after {
    margin-top: 24px;
  }
}
.sanrio-fes__ms-item .sanrio-fes__btn {
  margin-top: 20px;
}
.sanrio-fes__ms-item.blue .sanrio-fes__star::before {
  background: #50bee6;
}
.sanrio-fes__ms-item.blue .sanrio-fes__ms-title {
  color: #50bee6;
}
.sanrio-fes__ms-item.blue .sanrio-fes__ms-title::after {
  background: #50bee6;
}
.sanrio-fes__ms-item.purple .sanrio-fes__star::before {
  background: #8d80b9;
}
.sanrio-fes__ms-item.purple .sanrio-fes__ms-title {
  color: #8d80b9;
}
.sanrio-fes__ms-item.purple .sanrio-fes__ms-title::after {
  background: #8d80b9;
}
.sanrio-fes__ms-item.lightgreen .sanrio-fes__star::before {
  background: #a9cb06;
}
.sanrio-fes__ms-item.lightgreen .sanrio-fes__ms-title {
  color: #a9cb06;
}
.sanrio-fes__ms-item.lightgreen .sanrio-fes__ms-title::after {
  background: #a9cb06;
}
.sanrio-fes__ms-item.lightgreen .sanrio-fes__btn {
  background: #a9cb06;
  border-color: #7ebf18;
}
.sanrio-fes__ms-item.lightgreen .sanrio-fes__btn:hover {
  background: #fff;
  color: #a9cb06;
}
.sanrio-fes__ms-item.lightgreen .sanrio-fes__btn:hover::after {
  background: #a9cb06;
}
.sanrio-fes__ms-item.yellow .sanrio-fes__star::before {
  background: #f9bc00;
}
.sanrio-fes__ms-item.yellow .sanrio-fes__ms-title {
  color: #f9bc00;
}
.sanrio-fes__ms-item.yellow .sanrio-fes__ms-title::after {
  background: #f9bc00;
}
.sanrio-fes__ms-item.red .sanrio-fes__star::before {
  background: #e63c47;
}
.sanrio-fes__ms-item.red .sanrio-fes__ms-title {
  color: #e63c47;
}
.sanrio-fes__ms-item.red .sanrio-fes__ms-title::after {
  background: #e63c47;
}
.sanrio-fes__ms-item.red .sanrio-fes__btn {
  background: #e8545d;
  border-color: #e63c47;
}
.sanrio-fes__ms-item.red .sanrio-fes__btn:hover {
  background: #fff;
  color: #e8545d;
}
.sanrio-fes__ms-item.red .sanrio-fes__btn:hover::after {
  background: #e8545d;
}
.sanrio-fes__ms-item.gray .sanrio-fes__star::before {
  background: #9a9a9a;
}
.sanrio-fes__ms-item.gray .sanrio-fes__ms-title {
  color: #9a9a9a;
}
.sanrio-fes__ms-item.gray .sanrio-fes__ms-title::after {
  background: #9a9a9a;
}
.sanrio-fes__ms-desc {
  font-size: 1.6rem;
  font-weight: 800;
}
.sanrio-fes__ms-label-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  max-width: 213px;
  min-height: 40px;
  background: #f0e5dd;
  border-radius: 30px;
  padding: 8px 24px;
  margin: 20px auto 0;
  font-size: 1.6rem;
  font-weight: 800;
}
.sanrio-fes__ms-label-icon {
  width: 22px;
  height: 22px;
}
.sanrio-fes__char-intro {
  font-size: 2rem;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .sanrio-fes__char-intro {
    font-size: 16px;
  }
}
.sanrio-fes__char-intro-image-block {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 50%));
  gap: 14.5px;
  margin-block: 20px;
}
@media screen and (max-width: 767px) {
  .sanrio-fes__char-intro-image-block {
    gap: 6px;
    margin-block: 25px;
  }
}
.sanrio-fes__char-intro-image {
  width: 100%;
  aspect-ratio: 381/286;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sanrio-fes__char-intro-image {
    aspect-ratio: 144/108;
  }
}
.sanrio-fes__char-intro-note {
  color: #eb7aaa;
  font-size: 1.6rem;
  font-weight: 800;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .sanrio-fes__char-intro-note {
    font-size: 14px;
    font-weight: 700;
  }
}
.sanrio-fes__char-btn {
  margin-top: 20px;
}
.sanrio-fes__char-heading {
  position: relative;
  width: 100%;
  color: #eb7aaa;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.1666666667em;
  text-align: center;
  margin-bottom: 20px;
}
.sanrio-fes__char-heading::after {
  content: "";
  width: 100%;
  display: block;
  border-bottom: 3px dotted #e65c97;
  margin-top: 16.8px;
}
.sanrio-fes__char-dt-close {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .sanrio-fes__char-dt-close {
    font-size: 12px;
  }
}
.sanrio-fes__char-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .sanrio-fes__char-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 15px;
  }
}
.sanrio-fes__char-image {
  width: 100%;
  aspect-ratio: 172/172;
  overflow: hidden;
  margin-bottom: 8px;
}
.sanrio-fes__char-name {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sanrio-fes__char-name {
    font-size: 14px;
  }
}
.sanrio-fes__char-info {
  display: block;
  color: #eb7aaa;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sanrio-fes__char-info {
    font-weight: 500;
  }
}
.sanrio-fes__char-block {
  margin-bottom: 64px;
}
.sanrio-fes__char-block.mt-64 {
  margin-top: 64px;
}
.sanrio-fes__char-block.yellow .sanrio-fes__char-heading {
  color: #f9bc00;
}
.sanrio-fes__char-block.yellow .sanrio-fes__char-heading::after {
  border-color: #f9bc00;
}
.sanrio-fes__char-block.yellow .sanrio-fes__char-info {
  color: #f9bc00;
}
.sanrio-fes__char-block.blue .sanrio-fes__char-heading {
  color: #50bee6;
}
.sanrio-fes__char-block.blue .sanrio-fes__char-heading::after {
  border-color: #00a0e9;
}
.sanrio-fes__char-block.blue .sanrio-fes__char-info {
  color: #50bee6;
}
.sanrio-fes__char-block.purple .sanrio-fes__char-heading {
  color: #8d80b9;
}
.sanrio-fes__char-block.purple .sanrio-fes__char-heading::after {
  border-color: #8d80b9;
}
.sanrio-fes__char-block.purple .sanrio-fes__char-info {
  color: #8d80b9;
}
.sanrio-fes__char-notes-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .sanrio-fes__char-notes-list {
    font-size: 12px;
  }
}
.sanrio-fes__char-notes-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5px;
}
.sanrio-fes__char-notes-list li::before {
  content: "※";
}
.sanrio-fes__footer {
  background: #fff;
  padding: 25px;
}
@media screen and (max-width: 767px) {
  .sanrio-fes__footer {
    padding: 12px;
  }
}
.sanrio-fes__copyright {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sanrio-fes__copyright {
    font-size: 8px;
  }
}
.sanrio-fes__btt {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .sanrio-fes__btt {
    right: 0;
  }
}
.sanrio-fes__btt.show {
  opacity: 1;
  visibility: visible;
}
.sanrio-fes__btt-icon {
  width: 128px;
  height: 128px;
}
@media screen and (max-width: 767px) {
  .sanrio-fes__btt-icon {
    width: 91.6px;
    height: 91.6px;
  }
}
.sanrio-fes__btt-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

