/*** variables ***/
/*** function ***/
/*** mixin ***/
/*** overwrite ***/
.global_header {
  z-index: 4;
}

/*** layout ***/
.l-container {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.l-inner, .c-section__inner {
  width: min(93.3333333333%, 1000px);
  margin: auto;
}

/*** animation ***/
.fadein {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 0.8s ease;
  will-change: opacity, transform;
}
.fadein.is-show {
  opacity: 1;
  transform: translate(0, 0);
}

.fadein-up {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease;
  will-change: opacity, transform;
}
.fadein-up.is-show {
  opacity: 1;
  transform: translateY(0);
}

.fadein-left {
  opacity: 0;
  transform: translateX(-40px);
  transition: all 0.8s ease;
  will-change: opacity, transform;
}
.fadein-left.is-show {
  opacity: 1;
  transform: translateX(0);
}
@media screen and (max-width: 767px) {
  .fadein-left {
    transform: translateY(40px);
  }
  .fadein-left.is-show {
    transform: translateY(0);
  }
}

.fadein-right {
  opacity: 0;
  transform: translateX(40px);
  transition: all 0.8s ease;
  will-change: opacity, transform;
}
.fadein-right.is-show {
  opacity: 1;
  transform: translateX(0);
}
@media screen and (max-width: 767px) {
  .fadein-right {
    transform: translateY(40px);
  }
  .fadein-right.is-show {
    transform: translateY(0);
  }
}

/*** utility ***/
.roboto {
  font-family: "Roboto", sans-serif;
}

@media screen and (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}

.mx-auto, .lp-nav__wrapper, .lp-fv__img, .c-item__info-inner, .c-block__text, .c-section__head-title, .c-button {
  margin-left: auto;
  margin-right: auto;
}

.u-link, .c-item__button, .c-item__img img, .c-button {
  transition: 0.4s;
}
.u-link:hover, .c-item__button:hover, .c-item__img img:hover, .c-button:hover {
  opacity: 0.5;
}

.u-flex-center, .c-button {
  display: flex;
  justify-content: center;
  align-items: center;
}

/*** common ***/
.c-annotation {
  font-size: max(0.6666666667em, 8px);
  color: #666;
}
@media screen and (min-width: 768px) {
  .c-annotation {
    font-size: 0.8333333333em;
  }
}

.c-button {
  position: relative;
  padding-left: 0.1em;
  border-radius: 3em;
  background-color: #114734;
  text-align: center;
  font-weight: 500;
  line-height: 1.2888888889;
  letter-spacing: 0.1em;
  color: #fff;
  height: 3.8222222222em;
  border: 0.1111111111em solid #114734;
}
@media screen and (min-width: 768px) {
  .c-button {
    max-width: 24em;
    border-width: 0.1666666667em;
  }
}
.c-button::before, .c-button::after {
  width: 0.6222222222em;
  aspect-ratio: 28/5;
  content: "";
  display: block;
  position: absolute;
  right: 2em;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .c-button::before, .c-button::after {
    width: 0.6666666667em;
    aspect-ratio: 12/3;
  }
}
.c-button::before {
  top: calc(50% - 0.24em);
  rotate: 45deg;
}
@media screen and (min-width: 768px) {
  .c-button::before {
    top: calc(50% - 0.27em);
  }
}
.c-button::after {
  bottom: calc(50% - 0.24em);
  rotate: -45deg;
}
@media screen and (min-width: 768px) {
  .c-button::after {
    bottom: calc(50% - 0.27em);
  }
}
.c-button--sub {
  margin-top: 1.1333333333em;
  background: #fff;
  color: #114734;
}
.c-button--sub::before, .c-button--sub::after {
  background-color: #114734;
}
@media screen and (min-width: 768px) {
  .c-button--sub {
    margin-top: 1.1111111111em;
  }
}

@media screen and (max-width: 767px) {
  .c-section {
    position: relative;
  }
}
.c-section::before {
  content: "";
  display: block;
  position: relative;
  top: -0.6333333333em;
  left: 50%;
  z-index: 3;
  transform: translateX(-50%);
  width: 100%;
  height: 1.2666666667em;
  background: repeat-x center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .c-section::before {
    top: -1.4444444444em;
    height: 2.8888888889em;
  }
}
.c-section.lp-tomandjerry::after, .c-section.lp-baymax::after {
  content: "";
  display: block;
  position: relative;
  z-index: 2;
  width: 105%;
  aspect-ratio: 7.12;
}
.c-section__inner {
  padding-top: 1.7777777778em;
  padding-bottom: 1.7777777778em;
}
@media screen and (min-width: 768px) {
  .c-section__inner {
    position: relative;
    padding-top: 2.2222222222em;
    padding-bottom: 2.2222222222em;
  }
}
.c-section__head {
  padding-top: 0.5em;
  padding-bottom: 1.7777777778em;
}
@media screen and (min-width: 768px) {
  .lp-tomandjerry .c-section__head {
    padding-bottom: 2em;
  }
  .lp-sanrio .c-section__head {
    padding-bottom: 3em;
  }
}
.lp-tomandjerry .c-section__head-title {
  width: 85.7142857143%;
}
@media screen and (min-width: 768px) {
  .lp-tomandjerry .c-section__head-title {
    width: 60%;
    max-width: 33.3333333333em;
  }
}
.lp-baymax .c-section__head-title {
  width: 72.7857142857%;
}
@media screen and (min-width: 768px) {
  .lp-baymax .c-section__head-title {
    width: 60%;
    max-width: 33.3333333333em;
  }
}
.lp-sanrio .c-section__head-title {
  width: 86.5%;
}
@media screen and (min-width: 768px) {
  .lp-sanrio .c-section__head-title {
    width: 82%;
    max-width: 45.5555555556em;
  }
}
.c-section__head-copy {
  margin-top: 1em;
  font-size: max(0.6666666667em, 10px);
}
@media screen and (min-width: 768px) {
  .c-section__head-copy {
    font-size: 1.1111111111em;
  }
  .lp-tomandjerry .c-section__head-copy {
    margin-top: 0.5em;
  }
  .lp-baymax .c-section__head-copy {
    margin-top: 1.5em;
  }
}
.lp-sanrio .c-section__head-copy {
  margin-top: 1.8em;
}
@media screen and (min-width: 768px) {
  .lp-sanrio .c-section__head-copy {
    margin-top: 2.25em;
  }
}
.c-section__head-copy img {
  width: 12.5%;
}
@media screen and (min-width: 768px) {
  .c-section__head-copy img {
    width: 8.5%;
  }
}
.c-section__head-copy p {
  line-height: 1.4;
}
.lp-tomandjerry .c-section__head-copy p {
  padding-top: 0.4em;
  font-size: 0.85em;
}
@media screen and (min-width: 768px) {
  .lp-tomandjerry .c-section__head-copy p {
    font-size: 0.55em;
  }
}
.c-section__head-copy.u-flex-center, .c-section__head-copy.c-button {
  gap: 0.7111111111em;
}
.c-section__bg {
  width: min(100%, 1000px);
}
.c-section__bg::before, .c-section__bg::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  aspect-ratio: 1;
}
.c-section__bg img {
  position: absolute;
}
.c-section__bg .bg--square {
  width: 25.6888888889em;
}
@media screen and (min-width: 768px) {
  .c-section__bg .bg--square {
    width: 32.1111111111em;
  }
}
.c-section__bg .bg--square01 {
  right: -4.8888888889em;
}
@media screen and (min-width: 768px) {
  .c-section__bg .bg--square01 {
    right: -13.8888888889em;
  }
}
.c-section__bg .bg--square02 {
  left: -1.1111111111em;
}
@media screen and (min-width: 768px) {
  .c-section__bg .bg--square02 {
    left: -13.8888888889em;
  }
}
.c-section__bg .bg--dot {
  width: 5.8666666667em;
}
@media screen and (min-width: 768px) {
  .c-section__bg .bg--dot {
    width: 7.3333333333em;
  }
}
.c-section__bg .bg--dot01 {
  left: 1.5555555556em;
}
@media screen and (min-width: 768px) {
  .c-section__bg .bg--dot01 {
    left: 2.7777777778em;
  }
}
.c-section__bg .bg--dot02 {
  right: 1.5555555556em;
}
@media screen and (min-width: 768px) {
  .c-section__bg .bg--dot02 {
    right: 0;
  }
}
.c-section__bg .bg--triangle {
  width: 3.4222222222em;
}
@media screen and (min-width: 768px) {
  .c-section__bg .bg--triangle {
    width: 4.2777777778em;
  }
}
.c-section__bg .bg--border {
  width: 14.9333333333em;
}
@media screen and (min-width: 768px) {
  .c-section__bg .bg--border {
    width: 18.6666666667em;
  }
}
.lp-tomandjerry .c-section__bg .bg--square01 {
  top: 23.7%;
}
@media screen and (min-width: 768px) {
  .lp-tomandjerry .c-section__bg .bg--square01 {
    top: 18%;
  }
}
.lp-tomandjerry .c-section__bg .bg--triangle01 {
  top: 25.6%;
  left: 2.2222222222em;
}
@media screen and (min-width: 768px) {
  .lp-tomandjerry .c-section__bg .bg--triangle01 {
    top: 20.5%;
    left: 8.3333333333em;
  }
}
.lp-tomandjerry .c-section__bg .bg--dot01 {
  top: 39%;
}
@media screen and (min-width: 768px) {
  .lp-tomandjerry .c-section__bg .bg--dot01 {
    top: 35.5%;
  }
}
.lp-tomandjerry .c-section__bg .bg--border {
  bottom: 35%;
  right: -2.8888888889em;
}
@media screen and (min-width: 768px) {
  .lp-tomandjerry .c-section__bg .bg--border {
    right: 0;
  }
}
.lp-tomandjerry .c-section__bg .bg--dot02 {
  bottom: 15%;
}
@media screen and (min-width: 768px) {
  .lp-tomandjerry .c-section__bg .bg--dot02 {
    bottom: 12%;
    right: 10.5555555556em;
  }
}
.lp-tomandjerry .c-section__bg .bg--triangle02 {
  bottom: 5.8%;
  right: 2.2222222222em;
}
@media screen and (min-width: 768px) {
  .lp-tomandjerry .c-section__bg .bg--triangle02 {
    bottom: 4.5%;
    right: 11.1111111111em;
  }
}
.lp-tomandjerry .c-section__bg .bg--square02 {
  bottom: 14.5%;
}
@media screen and (min-width: 768px) {
  .lp-tomandjerry .c-section__bg .bg--square02 {
    bottom: 11.5%;
  }
}
.lp-baymax .c-section__bg::before {
  top: 44%;
  left: 1.6666666667em;
  width: 3.6em;
  border: 0.1111111111em solid #fff;
}
@media screen and (min-width: 768px) {
  .lp-baymax .c-section__bg::before {
    top: 41%;
    left: 11.6666666667em;
    width: 4.5em;
    border-width: 0.2777777778em;
  }
}
.lp-baymax .c-section__bg::after {
  bottom: 6.8%;
  right: -3.5555555556em;
  width: 14.9333333333em;
  background-color: rgba(255, 255, 255, 0.4);
}
@media screen and (min-width: 768px) {
  .lp-baymax .c-section__bg::after {
    bottom: 5%;
    right: 0;
    width: 18.6666666667em;
  }
}
.lp-baymax .c-section__bg .bg--square01 {
  bottom: 30.5%;
}
@media screen and (min-width: 768px) {
  .lp-baymax .c-section__bg .bg--square01 {
    bottom: 32.2%;
  }
}
.lp-baymax .c-section__bg .bg--dot01 {
  bottom: 30.5%;
}
@media screen and (min-width: 768px) {
  .lp-baymax .c-section__bg .bg--dot01 {
    bottom: 32%;
  }
}
.lp-sanrio .c-section__bg .bg--dot02 {
  top: 8%;
}
@media screen and (max-width: 767px) {
  .lp-sanrio .c-section__bg .bg--dot02 {
    right: 0.6666666667em;
  }
}
@media screen and (min-width: 768px) {
  .lp-sanrio .c-section__bg .bg--dot02 {
    top: 4.3%;
  }
}
.lp-sanrio .c-section__bg .bg--square02 {
  top: 14.5%;
}
@media screen and (max-width: 767px) {
  .lp-sanrio .c-section__bg .bg--square02 {
    left: -4em;
  }
}
@media screen and (min-width: 768px) {
  .lp-sanrio .c-section__bg .bg--square02 {
    top: 13.5%;
  }
}
.lp-sanrio .c-section__bg .bg--dot01 {
  top: 33.8%;
  left: 0.6666666667em;
}
@media screen and (min-width: 768px) {
  .lp-sanrio .c-section__bg .bg--dot01 {
    top: 31%;
    left: 0;
  }
}
.lp-sanrio .c-section__bg .bg--square01 {
  top: 54%;
}
@media screen and (min-width: 768px) {
  .lp-sanrio .c-section__bg .bg--square01 {
    top: 47.5%;
  }
}
.lp-sanrio .c-section__bg .bg--dot03 {
  bottom: 18.2%;
  right: 1.1111111111em;
}
@media screen and (min-width: 768px) {
  .lp-sanrio .c-section__bg .bg--dot03 {
    bottom: 24%;
    right: 0;
  }
}
.lp-sanrio .c-section__bg .bg--square03 {
  bottom: 9.3%;
}
@media screen and (max-width: 767px) {
  .lp-sanrio .c-section__bg .bg--square03 {
    left: -7.9111111111em;
  }
}
@media screen and (min-width: 768px) {
  .lp-sanrio .c-section__bg .bg--square03 {
    bottom: 4%;
    right: -13.8888888889em;
    width: 40.8888888889em;
  }
}

.c-block + .c-block {
  margin-top: 8.8888888889em;
}
@media screen and (min-width: 768px) {
  .c-block + .c-block.lp-kuromi {
    margin-top: 6.3888888889em;
  }
  .c-block + .c-block.lp-hellokitty {
    margin-top: 10.5555555556em;
  }
}
.c-block__head {
  position: relative;
  z-index: 1;
  padding: 0 1.1111111111em;
}
@media screen and (min-width: 768px) {
  .c-block__head {
    padding: 0 2.7777777778em;
  }
}
.c-block:nth-child(2n) .c-block__head * {
  margin-left: auto;
}
.c-block__ttl {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0.7555555556em;
  padding: 0.75em 1.15em 0.65em 1.3em;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .c-block__ttl {
    margin-bottom: 1.1666666667em;
    padding: 0.9em 1.5em 0.85em 1.55em;
  }
}
.characterfesta-lp .c-block__ttl {
  border-top-left-radius: 0.6666666667em;
  border-top-right-radius: 0.6666666667em;
}
@media screen and (min-width: 768px) {
  .characterfesta-lp .c-block__ttl {
    border-top-left-radius: 1.6666666667em;
    border-top-right-radius: 1.6666666667em;
  }
}
.lp-cinnamoroll .c-block__ttl img {
  width: 15.0222222222em;
}
@media screen and (min-width: 768px) {
  .lp-cinnamoroll .c-block__ttl img {
    width: 18.7777777778em;
  }
}
.lp-kuromi .c-block__ttl img {
  width: 8.6444444444em;
}
@media screen and (min-width: 768px) {
  .lp-kuromi .c-block__ttl img {
    width: 10.7777777778em;
  }
}
.lp-hellokitty .c-block__ttl img {
  width: 12.6em;
}
@media screen and (min-width: 768px) {
  .lp-hellokitty .c-block__ttl img {
    width: 15.7777777778em;
  }
}
.c-block__text {
  margin-bottom: 3.1111111111em;
}
@media screen and (min-width: 768px) {
  .c-block__text {
    margin-bottom: 4.5em;
  }
}
.lp-tomandjerry .c-block__text {
  width: max(75.5714285714%, 300px);
}
@media screen and (min-width: 768px) {
  .lp-tomandjerry .c-block__text {
    width: 33.3333333333em;
  }
}
.lp-baymax .c-block__text {
  width: max(75.5714285714%, 300px);
}
@media screen and (min-width: 768px) {
  .lp-baymax .c-block__text {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.lp-sanrio .c-block__text {
  margin-bottom: 1.7777777778em;
}
@media screen and (max-width: 767px) {
  .lp-cinnamoroll .c-block__text {
    margin-right: -1em;
  }
}
.lp-hellokitty .c-block__text {
  margin-bottom: -0.6em;
}
.c-block__text span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.01em 0.25em 0.09em;
  background-color: rgba(255, 255, 255, 0.8);
  font-feature-settings: "palt";
  -moz-text-align-last: justify;
       text-align-last: justify;
  font-size: max(1em, 13.5px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .c-block__text span {
    padding: 0.1em 0.5em 0.25em;
  }
}
.c-block__text span .lp-tomandjerry,
.c-block__text span .lp-baymax {
  font-size: 1.1111111111em;
}
.lp-cinnamoroll .c-block__text span {
  color: #8ed2f4;
}
.lp-kuromi .c-block__text span {
  color: #cea6cc;
}
.lp-hellokitty .c-block__text span {
  color: #ed878e;
}
.c-block__text span + span {
  margin-top: 0.4em;
}
@media screen and (min-width: 768px) {
  .c-block__text span + span {
    margin-top: 0.28em;
  }
}
.c-block__text span.w-full {
  width: 100%;
}

.c-item {
  position: relative;
}
.c-item + .c-item {
  margin-top: 11.1111111111em;
}
@media screen and (min-width: 768px) {
  .c-item + .c-item {
    margin-top: 12.7777777778em;
  }
}
.c-item + .c-item.lp-baymax__item02 {
  margin-top: 12.8444444444em;
}
@media screen and (min-width: 768px) {
  .c-item + .c-item.lp-baymax__item02 {
    margin-top: 16.6666666667em;
  }
}
.c-item:has(.c-item__note) + .c-item {
  margin-top: 6.6666666667em;
}
@media screen and (min-width: 768px) {
  .c-item:has(.c-item__note) + .c-item {
    margin-top: 11.1111111111em;
  }
  .c-item:has(.c-item__note) + .c-item.lp-sanrio__item03 {
    margin-top: 5.1666666667em;
  }
}
@media screen and (min-width: 768px) {
  .lp-cinnamoroll .c-item__list {
    margin-top: -0.5em;
  }
  .lp-kuromi .c-item__list {
    margin-top: 3.5em;
  }
  .lp-hellokitty .c-item__list {
    margin-top: 1.5em;
  }
}
.c-item__img {
  position: absolute;
}
.lp-tomandjerry__item01 .c-item__img {
  top: -0.6666666667em;
  width: 21.7555555556em;
}
@media screen and (min-width: 768px) {
  .lp-tomandjerry__item01 .c-item__img {
    top: 0.4444444444em;
    width: 72.6666666667%;
  }
}
.lp-tomandjerry__item02 .c-item__img {
  width: 22.5111111111em;
}
@media screen and (min-width: 768px) {
  .lp-tomandjerry__item02 .c-item__img {
    top: 0.4444444444em;
    width: 76.1666666667%;
    margin-right: -1.6666666667em;
  }
}
.lp-tomandjerry__item03 .c-item__img {
  top: -1.1111111111em;
  width: 17.3555555556em;
  margin-left: 1.8888888889em;
}
@media screen and (min-width: 768px) {
  .lp-tomandjerry__item03 .c-item__img {
    top: 0;
    width: 65%;
  }
}
.lp-tomandjerry__item04 .c-item__img {
  top: -0.6666666667em;
  width: 17.9777777778em;
  margin-right: 1.8888888889em;
}
@media screen and (min-width: 768px) {
  .lp-tomandjerry__item04 .c-item__img {
    width: 67.5%;
  }
}
.lp-baymax__item01 .c-item__img {
  width: 21.8em;
}
@media screen and (max-width: 767px) {
  .lp-baymax__item01 .c-item__img {
    top: 1.1111111111em;
  }
}
@media screen and (min-width: 768px) {
  .lp-baymax__item01 .c-item__img {
    width: 74.1666666667%;
  }
}
.lp-baymax__item02 .c-item__img {
  top: -1.4444444444em;
  width: 18.4444444444em;
  margin-right: 1.8888888889em;
}
@media screen and (min-width: 768px) {
  .lp-baymax__item02 .c-item__img {
    width: 69.3333333333%;
    margin-right: 0.5em;
  }
}
.lp-sanrio .c-item__img::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  z-index: -1;
  width: 13.6444444444em;
  aspect-ratio: 1;
  background: no-repeat center;
  background-size: cover;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .lp-sanrio .c-item__img::after {
    width: 17.0555555556em;
  }
}
.lp-sanrio__item01 .c-item__img {
  top: 1.5555555556em;
  width: 23.3555555556em;
}
@media screen and (min-width: 768px) {
  .lp-sanrio__item01 .c-item__img {
    top: -14.5em;
    width: 52.8%;
  }
}
@media screen and (max-width: 767px) {
  .lp-sanrio__item01 .c-item__img img {
    transform: translateX(0.5555555556em);
  }
}
@media screen and (min-width: 768px) {
  .lp-sanrio__item01 .c-item__img img {
    top: 5.5em;
    right: 3.1666666667em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1040px) {
  .lp-sanrio__item01 .c-item__img img {
    right: 1%;
  }
}
.lp-sanrio__item01 .c-item__img::after {
  top: -3.3333333333em;
  right: -2.8em;
  background-image: url(https://machouse.itembox.design/item/lp/img/characterfesta/bg_sanrio01.png);
}
@media screen and (min-width: 768px) {
  .lp-sanrio__item01 .c-item__img::after {
    top: 0;
    right: 0;
  }
}
.lp-sanrio__item02 .c-item__img {
  top: 1.3333333333em;
  width: 23.0666666667em;
}
@media screen and (min-width: 768px) {
  .lp-sanrio__item02 .c-item__img {
    top: -11.1em;
    width: 51.8%;
  }
  .lp-sanrio__item02 .c-item__img img {
    top: 5.7222222222em;
    left: 4.1666666667em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1040px) {
  .lp-sanrio__item02 .c-item__img img {
    left: 2%;
  }
}
.lp-sanrio__item02 .c-item__img::after {
  left: -2.75em;
  background-image: url(https://machouse.itembox.design/item/lp/img/characterfesta/bg_sanrio02.png);
}
@media screen and (max-width: 767px) {
  .lp-sanrio__item02 .c-item__img::after {
    top: -3.7777777778em;
  }
}
@media screen and (min-width: 768px) {
  .lp-sanrio__item02 .c-item__img::after {
    left: 0;
  }
}
.lp-sanrio__item03 .c-item__img {
  top: -4.4444444444em;
  width: 19.9333333333em;
  margin-right: 1.1111111111em;
}
@media screen and (min-width: 768px) {
  .lp-sanrio__item03 .c-item__img {
    width: 46.5%;
    margin-right: 9.5555555556em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1040px) {
  .lp-sanrio__item03 .c-item__img img {
    right: -44%;
  }
}
.lp-sanrio__item04 .c-item__img {
  top: 1.5555555556em;
  width: 20.4222222222em;
}
@media screen and (max-width: 767px) {
  .lp-sanrio__item04 .c-item__img {
    margin-left: 1.8888888889em;
  }
}
@media screen and (min-width: 768px) {
  .lp-sanrio__item04 .c-item__img {
    top: 0.8333333333em;
    width: 47.5%;
  }
  .lp-sanrio__item04 .c-item__img img {
    top: -1.3888888889em;
    left: 11.1111111111em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1040px) {
  .lp-sanrio__item04 .c-item__img img {
    top: initial;
    left: 30%;
    transform: translateY(20%);
  }
}
.lp-sanrio__item04 .c-item__img::after {
  top: initial;
  background-image: url(https://machouse.itembox.design/item/lp/img/characterfesta/bg_sanrio03.png);
}
@media screen and (max-width: 767px) {
  .lp-sanrio__item04 .c-item__img::after {
    bottom: 2.2em;
    right: -7em;
  }
}
@media screen and (min-width: 768px) {
  .lp-sanrio__item04 .c-item__img::after {
    top: 0;
  }
}
.c-item__img a {
  display: block;
}
.c-item__img img {
  position: relative;
  z-index: 1;
}
.c-item__info {
  position: relative;
  width: 9.8222222222em;
  padding: 1.6em 0;
  border: 0.0444444444em solid #d7d7d7;
  border-radius: 0.6666666667em;
  background-color: #fff;
  letter-spacing: 0.105em;
}
@media screen and (min-width: 768px) {
  .c-item__info {
    width: 12.2777777778em;
    padding: 2em 0;
    border-width: 0.1111111111em;
  }
}
.lp-tomandjerry__item01 .c-item__info, .lp-baymax__item01 .c-item__info {
  padding-left: 0.8em;
}
@media screen and (min-width: 768px) {
  .lp-tomandjerry__item01 .c-item__info {
    margin-right: 0.3888888889em;
  }
}
.lp-tomandjerry__item02 .c-item__info {
  padding-right: 0.8em;
}
@media screen and (max-width: 767px) {
  .lp-tomandjerry__item02 .c-item__info {
    top: -2em;
  }
}
@media screen and (min-width: 768px) {
  .lp-baymax__item01 .c-item__info {
    top: -2em;
  }
}
.lp-sanrio .c-item__info {
  width: 10.6666666667em;
}
@media screen and (min-width: 768px) {
  .lp-sanrio .c-item__info {
    width: 13.3333333333em;
  }
}
.lp-sanrio__item01 .c-item__info, .lp-sanrio__item03 .c-item__info {
  padding-right: 0.4em;
}
.lp-sanrio__item02 .c-item__info, .lp-sanrio__item04 .c-item__info {
  padding-left: 0.4em;
}
.c-item__info * {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .c-item__info-wrapper {
    padding: 0 2.7777777778em;
  }
  .lp-tomandjerry__item02 .c-item__info-wrapper, .lp-tomandjerry__item04 .c-item__info-wrapper, .lp-baymax__item02 .c-item__info-wrapper {
    margin-left: 1.1111111111em;
  }
  .lp-tomandjerry__item03 .c-item__info-wrapper, .lp-baymax__item01 .c-item__info-wrapper {
    margin-right: 1.1111111111em;
  }
  .lp-sanrio__item04 .c-item__info-wrapper {
    margin-right: 1.1111111111em;
  }
}
.c-item__label {
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  font-size: 0.8888888889em;
  padding: 0.15em 0.1em 0.2em 0.2em;
}
@media screen and (min-width: 768px) {
  .c-item__label {
    font-size: 1.1111111111em;
  }
}
.lp-tomandjerry .c-item__label {
  background-color: #67b8dd;
}
.lp-baymax .c-item__label {
  background-color: #cc052b;
}
.lp-cinnamoroll .c-item__label {
  background-color: #8ed2f4;
}
.lp-kuromi .c-item__label {
  background-color: #cea6cc;
}
.lp-hellokitty .c-item__label {
  background-color: #ed878e;
}
.lp-sanrio .c-item__label {
  margin-left: 0 !important;
  margin-right: auto;
}
.characterfesta-lp .c-item__name {
  font-weight: 500;
  color: #333;
  font-size: 1.1111111111em;
  line-height: 1.28;
  margin-top: 0.25em;
}
@media screen and (min-width: 768px) {
  .characterfesta-lp .c-item__name {
    font-size: 1.3888888889em;
  }
}
.c-item__price {
  color: #333;
  font-size: 1.5555555556em;
  line-height: 0.9428571429;
  margin-top: 0.25em;
}
@media screen and (min-width: 768px) {
  .c-item__price {
    font-size: 1.9444444444em;
  }
}
.c-item__button {
  position: absolute;
  bottom: 0;
  width: 5.4666666667em;
}
@media screen and (min-width: 768px) {
  .c-item__button {
    width: 6.8333333333em;
  }
}
.c-item__note {
  margin-top: 5.8em;
}
.lp-baymax .c-item__note {
  margin-top: 5em;
}
.lp-sanrio .c-item__note {
  margin-top: 4.6666666667em;
}
.c-item:nth-child(2n-1) .c-item__info {
  margin-left: auto;
}
.c-item:nth-child(2n-1) .c-item__img {
  left: 0;
}
.c-item:nth-child(2n-1) .c-item__button {
  right: 0;
  transform: translate(50%, 50%);
}
.c-item:nth-child(2n-1) .c-item__note {
  text-align: right;
  margin-right: -8vw;
}
@media screen and (min-width: 768px) {
  .c-item:nth-child(2n-1) .c-item__note {
    margin-right: -4.1em;
  }
}
.c-item:nth-child(2n) .c-item__info, .c-item.lp-sanrio__item01 .c-item__info {
  margin-right: auto;
}
.c-item:nth-child(2n) .c-item__img, .c-item.lp-sanrio__item01 .c-item__img {
  left: initial;
  right: 0;
}
.c-item:nth-child(2n) .c-item__info, .c-item.lp-sanrio__item01 .c-item__info {
  text-align: right;
}
.c-item:nth-child(2n) .c-item__info *, .c-item.lp-sanrio__item01 .c-item__info * {
  margin-left: auto;
}
.c-item:nth-child(2n) .c-item__button, .c-item.lp-sanrio__item01 .c-item__button {
  left: 0;
  transform: translate(-50%, 50%);
}
.c-item:nth-child(2n) .c-item__note, .c-item.lp-sanrio__item01 .c-item__note {
  margin-left: -8vw;
}
@media screen and (min-width: 768px) {
  .c-item:nth-child(2n) .c-item__note, .c-item.lp-sanrio__item01 .c-item__note {
    margin-left: -4.1em;
  }
}
.c-item.lp-sanrio__item01 .c-item__info {
  margin-left: 0;
}
.c-item.lp-sanrio__item01 .c-item__button {
  margin-left: 0;
}
.c-item.lp-sanrio__item01 .c-item__note {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .lp-tomandjerry .c-item, .lp-baymax .c-item {
    max-width: 33.3333333333em;
    margin-left: auto;
    margin-right: auto;
  }
  .c-item.lp-sanrio__item01 .c-item__info, .c-item.lp-sanrio__item03 .c-item__info {
    margin-left: 20%;
  }
  .c-item.lp-sanrio__item01 .c-item__note, .c-item.lp-sanrio__item03 .c-item__note {
    margin-left: 13.85%;
  }
  .c-item.lp-sanrio__item02 .c-item__info, .c-item.lp-sanrio__item04 .c-item__info {
    margin-right: 20%;
  }
  .c-item.lp-sanrio__item02 .c-item__note, .c-item.lp-sanrio__item04 .c-item__note {
    margin-right: 13.85%;
  }
}

/*** characterfesta-lp ***/
.characterfesta-lp {
  overflow: hidden;
  font-size: 3vw;
}
@media screen and (min-width: 768px) {
  .characterfesta-lp {
    font-size: 18px;
  }
}
.characterfesta-lp h1,
.characterfesta-lp h2,
.characterfesta-lp h3,
.characterfesta-lp h4,
.characterfesta-lp h5 {
  font-size: 1em;
}

.lp-fv::before {
  display: none;
}
.lp-fv .c-section__inner {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .lp-fv .c-section__inner {
    width: 100%;
  }
}
.lp-nav {
  padding-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .lp-nav {
    margin-top: -0.6em;
  }
}
@media screen and (min-width: 768px) {
  .lp-nav {
    padding-bottom: 4em;
  }
}
.lp-nav::before {
  display: none;
}
@media screen and (min-width: 768px) {
  .lp-nav__wrapper {
    width: 31.7777777778em;
  }
}
.lp-nav__list {
  display: flex;
  justify-content: center;
  gap: 0.6666666667em;
}
.lp-nav__item {
  flex: 1;
  text-align: center;
}
.lp-nav .c-button {
  padding-left: 0;
  padding-bottom: 0.1em;
  gap: 0.2em;
  border: initial;
  background-color: #3ebbbb;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 1.1111111111em;
  height: 3em;
  border-radius: 0.6em;
}
.lp-nav .c-button::before {
  display: none;
}
.lp-nav .c-button::after {
  rotate: initial;
  right: initial;
  bottom: initial;
  position: relative;
  top: 0.1em;
  width: 0.8em;
  aspect-ratio: 40/23;
  background: url(https://machouse.itembox.design/item/lp/img/characterfesta/ico_arrow.png) no-repeat center;
  background-size: contain;
}
.lp-nav .c-button.c-button--baymax {
  background: url(https://machouse.itembox.design/item/lp/img/characterfesta/bg_btn_baymax.png) repeat-x center;
  background-size: cover;
}
.lp-nav .c-button.c-button--sanrio {
  background: url(https://machouse.itembox.design/item/lp/img/characterfesta/bg_btn_sanrio.png) repeat-x center;
  background-size: cover;
  background-color: #df556a;
}

.lp-store::before {
  background-image: url(https://machouse.itembox.design/item/lp/img/characterfesta/bg_white.png);
}
@media screen and (max-width: 767px) {
  .lp-store .c-button {
    width: 77.1428571429%;
  }
}
@media screen and (min-width: 768px) {
  .lp-store .c-section__inner {
    padding-top: 0;
  }
}

.lp-tomandjerry {
  background-color: #b9e9d3;
}
.lp-tomandjerry::before {
  background-image: url(https://machouse.itembox.design/item/lp/img/characterfesta/bg_green.png);
}
.lp-tomandjerry::after {
  background-color: #b9e9d3;
  transform: translateY(100%);
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.lp-tomandjerry .c-section__inner {
  padding: 2em 0 1.5em;
}

.lp-baymax {
  background-color: #cbddf4;
}
.lp-baymax::before {
  background-image: url(https://machouse.itembox.design/item/lp/img/characterfesta/bg_white.png);
  width: 110%;
  rotate: -8deg;
}
.lp-baymax::after {
  background-color: #fff5d8;
  transform: translateY(1px);
  clip-path: polygon(0 0, 100% 100%, 0 100%);
}
.lp-baymax .c-section__inner {
  padding: 5.5em 0 5em;
}
@media screen and (min-width: 768px) {
  .lp-baymax .c-section__inner {
    padding: 11.5em 0 10em;
  }
}

.lp-sanrio {
  background-color: #fff5d8;
}
.lp-sanrio::before {
  background-image: url(https://machouse.itembox.design/item/lp/img/characterfesta/bg_white.png);
  width: 110%;
  rotate: 8deg;
}
.lp-sanrio .c-section__inner {
  padding: 0 0 14em;
}
@media screen and (min-width: 768px) {
  .lp-sanrio .c-section__inner {
    padding: 0.5em 0 17.5em;
  }
}/*# sourceMappingURL=characterfesta-lp.css.map */