.hello-kitty-page .hk-page-content {
  overflow: hidden;
}

.hello-kitty-page .hk-page-content h1,
.hello-kitty-page .hk-page-content h2,
.hello-kitty-page .hk-page-content h3,
.hello-kitty-page .hk-page-content h4,
.hello-kitty-page .hk-page-content h5,
.hello-kitty-page .accordion details summary {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  color: var(--color-black);
}

.hello-kitty-page .hk-page-content a:not(.btn) {
  text-decoration: underline;
}

.hello-kitty-page .hero-area {
  margin-top: 0;
  background: url(/static/img/hero-bg.png) no-repeat center / cover;
  padding-top: 0.4rem;
}

.hello-kitty-page .hero-area > .container {
  max-width: 1240px;
  margin-inline: auto;
}

.hello-kitty-page .hero-main {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 5rem;
  gap: 7rem;
  min-height: 560px;
}

.hello-kitty-page .hero-left {
  max-width: 40.5rem;
  text-align: center;
  margin-top: 56px;
}

.hello-kitty-page .hero-left img {
  max-width: 25rem;
  height: auto;
}

.hello-kitty-page .color-item {
  margin-right: 10rem;
}

.hello-kitty-page .color-item1 {
  display: flex;
  justify-content: center;
  margin: -3.8rem auto 0;
  text-align: center;
}

.hello-kitty-page .color-item1 img {
  display: block;
  margin-inline: auto;
}

.hello-kitty-page .hero-left-btn {
  text-align: center;
}

.hello-kitty-page .hero-left-btn h1 {
  font-size: clamp(2rem, 1.5556rem + 1.9753vw, 3.25rem);
  line-height: 1.08;
  margin: 0.31rem 0 0;
}

.hello-kitty-page .hero-left-btn h3 {
  font-size: clamp(1.375rem, 1.1528rem + 0.9877vw, 2rem);
  margin-top: 0.75rem;
}

.hello-kitty-page .hero-left-btn p {
  margin-top: 0.25rem;
  font-weight: 700;
}

.hello-kitty-page .hero-left-btn .btn {
  margin-top: 2rem;
  padding-inline: clamp(2.5rem, 5vw, 6.2rem);
}

.hello-kitty-page .hero-right {
  position: absolute;
  right: -2.5rem;
  top: 3.3rem;
}

.hello-kitty-page .hero-inner2 {
  display: none;
}

.hello-kitty-page .hero-btm-area img {
  width: 100%;
  height: auto;
}

.hello-kitty-page .popularLabel {
  padding-block: clamp(3rem, 5vw, 5rem);
  margin-inline: auto;
}

.hello-kitty-page .popularLabel .heading-2 {
  text-align: center;
}

.hello-kitty-page .popularLabel__item {
  max-width: 124rem;
  margin: 3rem auto 0;
  display: grid;
  grid-template-columns: repeat(3, max-content);
  gap: 3.5rem;
  justify-content: center;
}

.hello-kitty-page .popularLabel__item a {
  width: -webkit-fill-available;
  text-decoration: none !important;
}

.hello-kitty-page .popularLabel__item img {
  border-radius: 1.2rem;
  width: 100%;
  height: 100%;
  display: block;
}

.hello-kitty-page .queens-area {
  background: url(/./static/img/Shape-7-new.png) no-repeat;
  background-position: center;
  background-size: cover;
  padding: 1.5rem;
}

.hello-kitty-page .queens-main,
.hello-kitty-page .chose-main {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 5rem;
  align-items: center;
}

.hello-kitty-page .queens-left img {
  width: 100%;
  max-width: 360px;
  margin-inline: auto;
  border-radius: 2rem;
  height: auto;
}

.hello-kitty-page .chose-left img {
  width: 100%;
  border-radius: 2rem;
  height: auto;
}

.hello-kitty-page .queens-right,
.hello-kitty-page .queens-left {
  direction: ltr;
}

.hello-kitty-page .queens-right {
  max-width: 560px;
  margin-left: auto;
}

.hello-kitty-page .sticker-area {
  padding: 2rem 0 8rem;
}

.hello-kitty-page .sticker-area .cloth-title {
  max-width: 1000px;
  margin-inline: auto;
  text-align: center;
}

.hello-kitty-page .accordion-main {
  max-width: 1100px;
  margin: 0 auto;
}

.hello-kitty-page .sticker-right-item {
  background: #effefc;
  display: flex;
  align-items: center;
  margin-top: 2rem;
  border-radius: 1rem;
  box-shadow: -1px 0 4px 4px #9595951a;
  padding-right: 3.4rem;
  position: relative;
}

.hello-kitty-page .sticker-right-item2 {
  background: #fff4fa;
}

.hello-kitty-page .sticker-right-item3 {
  background: #fff7f0;
}

.hello-kitty-page .sticker-item-inner h2 {
  font-size: clamp(1.125rem, 0.8194rem + 1.358vw, 2rem);
  margin-left: 2.5rem;
  margin-bottom: 0;
}

.hello-kitty-page .sticker-item-inner.icon {
  display: none;
}

.hello-kitty-page .sticker-item-inner2,
.hello-kitty-page .sticker-item-inner3 {
  border-radius: 1rem 0 0 1rem;
}

.hello-kitty-page .sticker-item-inner2 {
  background: #ff8ac6;
  padding: 2.1rem 1.5rem;
}

.hello-kitty-page .sticker-item-inner3 {
  background: #fdcb44;
  padding: 2.8rem 1.5rem;
}

.hello-kitty-page .sticker-item-inner2 img,
.hello-kitty-page .sticker-item-inner3 img {
  max-width: 6.6rem;
  height: auto;
}

.hello-kitty-page .accordion-container .accordion-title {
  position: relative;
  cursor: pointer;
  margin: 0;
}

.hello-kitty-page .accordion-container .accordion-title:hover,
.hello-kitty-page .accordion-container .accordion-title:active,
.hello-kitty-page .accordion-title.open {
  background-color: var(--color-white);
}

.hello-kitty-page .accordion-container .accordion-title::before {
  content: "";
  position: absolute;
  top: 60%;
  right: 20px;
  width: 30px;
  height: 30px;
  transition: all 0.3s ease-in-out;
  z-index: 8;
  background: url(/static/img/angle.jpg) no-repeat center / contain;
  transform: translateY(-50%);
}

.hello-kitty-page .accordion-container .accordion-title.open::before {
  transform: rotate(180deg);
  top: 24px;
  right: 27px;
}

.hello-kitty-page .accordion-content {
  background: var(--color-white);
  padding-top: 15px;
  color: var(--color-black);
}

.hello-kitty-page .cloth-main2 {
  margin-top: 4rem;
  display: grid;
  column-gap: 2rem;
  justify-items: center;
}

.hello-kitty-page .cloth-area {
  padding: 0.1rem 0 15rem;
}

.hello-kitty-page .cloth-area .container,
.hello-kitty-page .chose-area .container {
  max-width: 109rem;
}

.hello-kitty-page .cloth-title {
  text-align: center;
}

.hello-kitty-page .cloth-main {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 2rem;
  justify-items: center;
}

.hello-kitty-page .cloth-item {
  display: flex;
  align-items: center;
}

.hello-kitty-page .cloth-item3,
.hello-kitty-page .cloth-item4 {
  margin-top: 8rem;
}

.hello-kitty-page .cloth-item-inner1 img {
  max-width: 14.4rem;
  margin-right: 1.4rem;
  width: 16rem;
}

.hello-kitty-page .cloth-item-inner12 img {
  max-width: 10rem;
  margin-right: 1.4rem;
  width: 16rem;
}

.hello-kitty-page .cloth-item-inner2 h3 {
  font-size: clamp(1.25rem, 1.0722rem + 0.7901vw, 1.75rem);
  line-height: 1.2;
}

.hello-kitty-page .cloth-item-inner2 p {
  margin-top: 0.5rem;
}

.hello-kitty-page .chose-area {
  padding: 0.1rem 0 8rem;
}

.hello-kitty-page .chose-right ul {
  margin-top: 2.5rem;
}

.hello-kitty-page .chose-right ul li {
  display: flex;
  align-items: center;
  line-height: 1.2;
  margin: 2rem 0;
}

.hello-kitty-page .chose-right ul li span img {
  max-width: 3.6rem;
  margin-right: 1.9rem;
  object-fit: contain;
}

.hello-kitty-page .name-area {
  padding: 0;
}

.hello-kitty-page .name-main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1024px;
  margin: auto;
}

.hello-kitty-page .name-left {
  width: 20%;
}

.hello-kitty-page .name-right {
  width: 80%;
}

.hello-kitty-page .name-left img {
  max-width: 18rem;
  margin-right: 20px;
}

.hello-kitty-page .name-right p a {
  color: #1ca4ed;
}

.hello-kitty-page .faq {
  margin-top: 5rem;
  margin-bottom: 7rem;
  padding-block: 3.5rem;
}

.hello-kitty-page .faq .container {
  max-width: 90rem;
}

.hello-kitty-page .faq__inner {
  display: grid;
  grid-template-columns: 0.75fr 1.5fr;
  gap: 3rem;
}

.hello-kitty-page .faq__left {
  margin-top: 6rem;
}

.hello-kitty-page .accordion details {
  border-bottom: 1px solid #c7c5c5;
  padding-block: 1.8rem;
}

.hello-kitty-page .accordion details summary {
  transition: margin 150ms ease-out;
  cursor: pointer;
  list-style: none;
  font-size: clamp(1.125rem, 1.0361rem + 0.3951vw, 1.375rem);
  line-height: 1.2;
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 2rem;
}

.hello-kitty-page .accordion details summary::after {
  content: "⌄";
  position: absolute;
  right: 0;
  transition: 0.3s;
  font-weight: 700;
}

.hello-kitty-page .accordion details[open] summary {
  margin-bottom: 1.5rem;
  user-select: none;
}

.hello-kitty-page .accordion details[open] summary::after {
  transform: rotate(180deg);
}

.hello-kitty-page .accordion details > p {
  padding-inline: 2rem;
  position: relative;
}

.hello-kitty-page .accordion details > p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #1ca4ed;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .hello-kitty-page .hero-area > .container {
    max-width: 860px;
  }

  .hello-kitty-page .hero-main {
    grid-template-columns: 1fr;
    padding-top: 2rem;
    gap: 1rem;
    margin-top: 7rem;
    min-height: auto;
  }

  .hello-kitty-page .hero-left {
    order: 2;
    max-width: 40.5rem;
    margin: auto;
  }

  .hello-kitty-page .hero-right {
    order: 1;
    position: initial;
  }

  .hello-kitty-page .hero-right img {
    max-width: 49.4rem;
    display: block;
    margin: auto;
  }

  .hello-kitty-page .hero-inner1 {
    display: none;
  }

  .hello-kitty-page .hero-inner2 {
    display: block;
  }

  .hello-kitty-page .hero-left img {
    max-width: 11rem;
  }

  .hello-kitty-page .color-item1 {
    margin: -4.4rem auto 0;
  }

  .hello-kitty-page .color-item {
    margin-left: -7.8rem;
  }

  .hello-kitty-page .popularLabel__item {
    grid-template-columns: repeat(2, 1fr);
  }

  .hello-kitty-page .cloth-area {
    padding-bottom: 8rem;
  }
}

@media screen and (max-width: 767px) {
  .hello-kitty-page .hero-area > .container {
    max-width: 100%;
  }

  .hello-kitty-page .hero-main {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 4rem;
    min-height: auto;
  }

  .hello-kitty-page .hero-left {
    order: 2;
    max-width: 40.5rem;
    margin: auto;
  }

  .hello-kitty-page .hero-right {
    order: 1;
    position: initial;
  }

  .hello-kitty-page .hero-right img {
    max-width: 49.4rem;
    display: block;
    margin: auto;
  }

  .hello-kitty-page .hero-inner1 {
    display: none;
  }

  .hello-kitty-page .hero-inner2 {
    display: block;
  }

  .hello-kitty-page .hero-left img {
    max-width: 16rem;
  }

  .hello-kitty-page .color-item1 {
    margin: -2.5rem auto 0;
  }

  .hello-kitty-page .color-item {
    margin-right: 9rem;
  }

  .hello-kitty-page .popularLabel__item {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
  }

  .hello-kitty-page .chose-main,
  .hello-kitty-page .queens-main,
  .hello-kitty-page .faq__inner {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .hello-kitty-page .queens-right {
    max-width: none;
    margin-left: 0;
  }

  .hello-kitty-page .sticker-item-inner h2 {
    font-size: 1.15rem;
  }

  .hello-kitty-page .sticker-right-item {
    padding-right: 2rem;
    margin-top: 1.5rem;
  }

  .hello-kitty-page .sticker-item-inner2,
  .hello-kitty-page .sticker-item-inner3 {
    padding: 1rem;
  }

  .hello-kitty-page .sticker-item-inner2 img,
  .hello-kitty-page .sticker-item-inner3 img {
    max-width: 4rem;
  }

  .hello-kitty-page .sticker-area,
  .hello-kitty-page .cloth-area {
    padding-bottom: 6rem;
  }

  .hello-kitty-page .cloth-main {
    grid-template-columns: 1fr;
    row-gap: 1rem;
    margin-top: 0;
  }

  .hello-kitty-page .cloth-item1,
  .hello-kitty-page .cloth-item2,
  .hello-kitty-page .cloth-item3,
  .hello-kitty-page .cloth-item4 {
    margin-top: 3rem;
  }

  .hello-kitty-page .cloth-item-inner1 img {
    max-width: 10rem;
    margin-right: 1rem;
  }

  .hello-kitty-page .chose-right,
  .hello-kitty-page .queens-right {
    margin-top: 2rem;
    text-align: center;
  }

  .hello-kitty-page .chose-right ul li {
    text-align: left;
  }

  .hello-kitty-page .name-left,
  .hello-kitty-page .name-right {
    width: 100%;
    text-align: center;
  }

  .hello-kitty-page .name-left img {
    margin: 0 auto 2rem;
  }

  .hello-kitty-page .faq__left {
    margin-top: 0;
    text-align: center;
  }
}