.navigation-top {
  overflow: hidden;
  display: block;
  z-index: 10;
  background-color: rgb(231, 233, 235);
}
.navigation-top .navigation-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.navigation-top .item-link {
  text-decoration: none;
  text-align: center;
  display: block;
  border: 1px solid transparent;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
}
.navigation-top .item-link:hover {
  border-bottom-color: rgb(246 198 63);
}
@media (min-width: 768px) {
  .navigation-top {
    position: sticky;
    top: 86px;
    padding: 20px 0;
    -webkit-box-shadow:
      0 0 rgba(0, 0, 0, 0),
      0 0 rgba(0, 0, 0, 0),
      0 0 rgba(0, 0, 0, 0),
      0 0 rgba(0, 0, 0, 0),
      0 4px 6px -1px rgba(0, 0, 0, 0.1),
      0 2px 4px -2px rgba(0, 0, 0, 0.1);
    box-shadow:
      0 0 rgba(0, 0, 0, 0),
      0 0 rgba(0, 0, 0, 0),
      0 0 rgba(0, 0, 0, 0),
      0 0 rgba(0, 0, 0, 0),
      0 4px 6px -1px rgba(0, 0, 0, 0.1),
      0 2px 4px -2px rgba(0, 0, 0, 0.1);
  }
  .navigation-top .navigation-list {
    margin: 0 -16px;
  }
  .navigation-top .list-item {
    width: 100%;
    max-width: 248px;
    padding: 0 16px;
  }
}
@media (min-width: 1024px) and (max-width: 1279.98px) {
  .navigation-top {
    position: unset;
  }
  .navigation-top .item-link {
    font-size: 0.13rem;
    line-height: 2.1538461538;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .navigation-top {
    display: none;
  }
}

.section-top-keyvisual .content-label,
.section-top-keyvisual .content-title {
  font-weight: 700;
  text-transform: uppercase;
}
.section-top-keyvisual .image-wrapper {
  overflow: hidden;
  position: relative;
  border-radius: 0.16rem;
}
.section-top-keyvisual .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
}
.section-top-keyvisual .image-wrapper.is-first {
  border-radius: 0 0.16rem 0.16rem 0;
}
.section-top-keyvisual .image-wrapper.is-second {
  border-radius: 0.16rem 0 0 0.16rem;
}
.section-top-keyvisual .image-sub {
  position: relative;
  z-index: 1;
}
.section-top-keyvisual .image-main {
  position: relative;
}
.section-top-keyvisual .image-icon {
  position: absolute;
}
@media (min-width: 768px) {
  .section-top-keyvisual .keyvisual-wrapper {
    padding: 64px 0;
  }
  .section-top-keyvisual .keyvisual-content {
    margin-bottom: 52px;
  }
  .section-top-keyvisual .paragraph-common {
    max-width: 803px;
  }
  .section-top-keyvisual .content-label {
    margin-bottom: 12px;
    font-size: 0.25rem;
    line-height: 1.44;
  }
  .section-top-keyvisual .content-title {
    margin-bottom: 20px;
    font-size: 0.96rem;
    line-height: 1;
  }
  .section-top-keyvisual .image-sub {
    max-width: 459px;
  }
  .section-top-keyvisual .image-sub .image-wrapper {
    padding-top: 55.3376906318%;
  }
  .section-top-keyvisual .image-main {
    max-width: 1032px;
    margin: -200px 0 0 auto;
  }
  .section-top-keyvisual .image-main .image-wrapper {
    padding-top: 71.3178294574%;
  }
  .section-top-keyvisual .image-icon {
    width: 300px;
    top: -224px;
    right: 128px;
  }
}
@media (min-width: 1536px) and (max-width: 1599.98px) {
  .section-top-keyvisual .image-sub {
    max-width: 437px;
  }
  .section-top-keyvisual .image-main {
    max-width: 984px;
  }
}
@media (min-width: 1280px) and (max-width: 1535.98px) {
  .section-top-keyvisual .image-sub {
    max-width: 421px;
  }
  .section-top-keyvisual .image-main {
    max-width: 948px;
  }
}
@media (min-width: 1024px) and (max-width: 1279.98px) {
  .section-top-keyvisual .paragraph-common {
    max-width: 588px;
  }
  .section-top-keyvisual .content-title {
    font-size: 0.72rem;
    line-height: 1;
  }
  .section-top-keyvisual .image-sub {
    max-width: 336px;
  }
  .section-top-keyvisual .image-main {
    max-width: 756px;
    margin-top: -200px;
  }
  .section-top-keyvisual .image-icon {
    width: 250px;
    top: -160px;
    right: 128px;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .section-top-keyvisual .content-label {
    font-size: 0.2rem;
    line-height: 1.5;
  }
  .section-top-keyvisual .content-title {
    font-size: 0.36rem;
    line-height: 1.1666666667;
  }
  .section-top-keyvisual .image-icon,
  .section-top-keyvisual .image-sub {
    display: none;
  }
  .section-top-keyvisual .image-main {
    margin: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-keyvisual {
    padding: 0.64rem 0;
  }
  .section-top-keyvisual .content-label {
    margin-bottom: 0.12rem;
    font-size: 0.2rem;
    line-height: 1.5;
  }
  .section-top-keyvisual .content-title {
    margin-bottom: 0.2rem;
    font-size: 0.36rem;
    line-height: 1.1666666667;
  }
  .section-top-keyvisual .image-wrapper {
    padding-top: 71.2166172107%;
  }
  .section-top-keyvisual .paragraph-common {
    margin-bottom: 0.52rem;
  }
}

.keyvisual-image-decor .decor-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.keyvisual-image-decor .image-decor-wrapper {
  width: 100%;
}
@media (min-width: 768px) {
  .keyvisual-image-decor {
    margin-top: -250px;
  }
  .keyvisual-image-decor .image-decor-wrapper:nth-child(1) {
    max-width: 16.6842105263vw;
  }
  .keyvisual-image-decor .image-decor-wrapper:nth-child(2) {
    max-width: 25vw;
  }
  .keyvisual-image-decor .image-wrapper.is-first {
    padding-top: 123.9747634069%;
  }
  .keyvisual-image-decor .image-wrapper.is-second {
    padding-top: 53.8947368421%;
  }
}
@media (min-width: 1024px) and (max-width: 1279.98px) {
  .keyvisual-image-decor {
    margin-top: -200px;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .keyvisual-image-decor {
    display: none;
  }
}

.section-top-introduction {
  overflow: hidden;
}
.section-top-introduction .paragraph-common-secondary {
  font-weight: 700;
}
@media (min-width: 768px) {
  .section-top-introduction .introduction-wrapper {
    padding: 64px 0;
  }
  .section-top-introduction .title-common-primary {
    margin-bottom: 80px;
  }
  .section-top-introduction .introduction-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .section-top-introduction .introduction-content > div {
    width: calc(50% - 20px);
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .section-top-introduction .introduction-wrapper {
    padding: 40px 0;
  }
  .section-top-introduction .title-common-primary {
    margin-bottom: 40px;
  }
  .section-top-introduction .introduction-content {
    display: block;
  }
  .section-top-introduction .introduction-content > div {
    width: 100%;
  }
  .section-top-introduction .paragraph-common-secondary {
    margin-bottom: 12px;
    font-size: 0.2rem;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-introduction .introduction-wrapper {
    padding: 0.4rem 0;
  }
  .section-top-introduction .title-common-primary {
    margin-bottom: 0.4rem;
  }
  .section-top-introduction .paragraph-common-secondary {
    margin-bottom: 0.12rem;
    font-size: 0.2rem;
    line-height: 1.5;
  }
}

.list-top-introduction .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-top-introduction .list-item:last-child {
  margin-bottom: 0;
}
.list-top-introduction .item-wrapper {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.list-top-introduction .item-icon {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .list-top-introduction {
    padding: 80px 0;
  }
  .list-top-introduction .list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -24px;
  }
  .list-top-introduction .list-item {
    width: 33.3333333333%;
    padding: 0 24px;
  }
  .list-top-introduction .item-icon {
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .list-top-introduction .list-wrapper {
    display: block;
  }
  .list-top-introduction .list-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .list-top-introduction .item-icon,
  .list-top-introduction .title-common-secondary {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-top-introduction {
    padding: 0.4rem 0;
  }
  .list-top-introduction .list-item {
    margin-bottom: 0.2rem;
  }
  .list-top-introduction .item-icon,
  .list-top-introduction .title-common-secondary {
    margin-bottom: 0.16rem;
  }
}

@media (min-width: 768px) {
  .section-top-values {
    padding: 64px 0;
  }
  .section-top-values .title-common-primary {
    margin-bottom: 80px;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .section-top-values {
    padding: 40px 0;
  }
  .section-top-values .title-common-primary {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-values {
    padding: 0.4rem 0;
  }
  .section-top-values .title-common-primary {
    margin-bottom: 0.4rem;
  }
}

.list-top-values .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-top-values .item-image {
  width: 100%;
}
.list-top-values .image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 0.16rem;
  height: 100%;
}
.list-top-values .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .list-top-values .item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .list-top-values .item-wrapper.is-reserve {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .list-top-values .item-wrapper.is-reserve .item-content {
    padding-right: 4.8691860465%;
    padding-left: 0;
  }
  .list-top-values .item-wrapper.is-reserve .item-image {
    margin-left: 40px;
    margin-right: 0;
  }
  .list-top-values .list-item {
    margin-bottom: 64px;
  }
  .list-top-values .item-content {
    padding-left: 4.8691860465%;
  }
  .list-top-values .item-image {
    max-width: 668px;
    height: 413px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 40px;
  }
  .list-top-values .image-wrapper {
    padding-top: 61.8263473054%;
  }
}
@media (min-width: 1536px) and (max-width: 1599.98px) {
  .list-top-values .item-image {
    max-width: 636px;
  }
}
@media (min-width: 1280px) and (max-width: 1535.98px) {
  .list-top-values .item-image {
    max-width: 612px;
  }
}
@media (min-width: 1024px) and (max-width: 1279.98px) {
  .list-top-values .item-wrapper .item-content {
    padding: 0;
  }
  .list-top-values .item-wrapper.is-reserve .item-content {
    padding: 0;
  }
  .list-top-values .item-image {
    max-width: 484px;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .list-top-values .list-item {
    margin-bottom: 40px;
  }
  .list-top-values .item-wrapper {
    display: block;
  }
  .list-top-values .item-wrapper .item-image {
    height: 300px;
    max-width: 100%;
    margin: 0;
  }
  .list-top-values .item-wrapper .item-content {
    padding: 0;
  }
  .list-top-values .item-wrapper.is-reserve .item-image {
    margin: 0;
  }
  .list-top-values .item-wrapper.is-reserve .item-content {
    padding: 0;
  }
  .list-top-values .image-wrapper {
    padding-top: 39.8936170213%;
  }
  .list-top-values .item-content {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-top-values .list-item {
    padding-bottom: 0.4rem;
  }
  .list-top-values .image-wrapper {
    margin-bottom: 0.4rem;
    padding-top: 89.0207715134%;
  }
}

.section-top-global {
  position: relative;
  background-color: rgb(34, 34, 34);
  color: rgb(251, 252, 253);
}
.section-top-global .title-icon {
  position: absolute;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  left: 50%;
}
.section-top-global .global-image {
  width: 100%;
}
.section-top-global .image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 0.16rem;
}
.section-top-global .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
}
.section-top-global .image-wrapper:nth-child(1) {
  z-index: 1;
}
.section-top-global .global-decor {
  position: absolute;
  display: block;
}
@media (min-width: 768px) {
  .section-top-global {
    padding-bottom: 80px;
  }
  .section-top-global .global-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .section-top-global .title-common-primary {
    display: inline-block;
    margin: 0 0 20px 0;
  }
  .section-top-global .title-icon {
    width: 66px;
    top: -40px;
  }
  .section-top-global .global-image {
    max-width: 55.886627907%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .section-top-global .image-wrapper.is-first {
    max-width: 193px;
    top: 100px;
  }
  .section-top-global .image-wrapper.is-first .image-inner {
    padding-top: 126.9430051813%;
  }
  .section-top-global .image-wrapper.is-second {
    max-width: 88%;
    margin-left: auto;
  }
  .section-top-global .image-wrapper.is-second .image-inner {
    padding-top: 56.2218890555%;
  }
  .section-top-global .global-content {
    max-width: 563px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .section-top-global .paragraph-common-tertiary {
    max-width: 527px;
  }
  .section-top-global .global-decor {
    max-width: 300px;
    bottom: -128px;
  }
}
@media (min-width: 1024px) and (max-width: 1279.98px) {
  .section-top-global {
    padding: 40px 0 64px;
  }
  .section-top-global .global-wrapper {
    display: block;
  }
  .section-top-global .global-image,
  .section-top-global .global-content,
  .section-top-global .paragraph-common-tertiary {
    max-width: 100%;
  }
  .section-top-global .global-content {
    margin-bottom: 40px;
  }
  .section-top-global .image-wrapper.is-first {
    display: none;
  }
  .section-top-global .image-wrapper.is-second {
    max-width: 100%;
    margin-left: 0;
  }
  .section-top-global .image-wrapper.is-second .image-inner {
    padding-top: 37.2023809524%;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .section-top-global {
    padding: 40px 0;
  }
  .section-top-global .global-wrapper {
    display: block;
  }
  .section-top-global .global-image,
  .section-top-global .global-content,
  .section-top-global .paragraph-common-tertiary {
    max-width: 100%;
  }
  .section-top-global .global-content {
    margin-bottom: 40px;
  }
  .section-top-global .image-wrapper.is-first {
    display: none;
  }
  .section-top-global .image-wrapper.is-second {
    max-width: 100%;
    margin-left: 0;
  }
  .section-top-global .image-wrapper.is-second .image-inner {
    padding-top: 49.8670212766%;
  }
  .section-top-global .global-decor {
    display: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-global {
    padding: 0.4rem 0;
  }
  .section-top-global .title-common-primary {
    margin-bottom: 0.2rem;
  }
  .section-top-global .title-icon {
    width: 0.41rem;
    top: 0;
  }
  .section-top-global .global-content {
    margin-bottom: 0.4rem;
  }
  .section-top-global .image-inner {
    padding-top: 89.0207715134%;
  }
}

@media (min-width: 768px) {
  .section-common-introduction .introduction-icon {
    width: 344px;
  }
  .section-common-introduction .introduction-icon img {
    width: 200px;
    margin: 0 auto;
  }
  .section-common-introduction .introduction-detail {
    margin-bottom: 20px;
  }
}
/*# sourceMappingURL=top.css.map */

/* More */
.section-slider {
  position: relative;
  width: 100%;
  padding-top: 45.1%;
}

.section-slider__wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
/* ///////// */

.section-top-creative {
  position: relative;
  overflow: hidden;
  padding: 60px 0 70px;
  background: #f5f5f5;
}



.creative-wrapper {
  position: relative;
}

.creative-heading {
  position: relative;
  z-index: 3;
  margin: 0 auto 34px;
  text-align: center;
}

.creative-heading .title-common-primary {
  margin: 0;
  color: #050505;
  font-size: clamp(24px, 3.2vw, 44px);
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: -0.03em;
}

.creative-heading .is-decoration {
  display: inline;
  padding: 0 8px 3px;
  color: #fff;
  background: #000;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.list-top-creative {
  position: relative;
  min-height: 520px;
}

.list-top-creative .list-wrapper {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  align-items: start;
  gap: 56px 0;
  padding: 0;
  margin: 0;
  list-style: none;
}

.list-top-creative .list-item {
  position: relative;
}

.list-top-creative .is-item-01 {
  grid-column: 1 / span 4;
  margin-top: 30px;
  transform: rotate(-2.5deg);
}

.list-top-creative .is-item-02 {
  grid-column: 5 / span 4;
  margin-top: 60px;
  transform: rotate(1deg);
}

.list-top-creative .is-item-03 {
  grid-column: 9 / span 4;
  margin-top: 30px;
  transform: rotate(2.5deg);
}

.list-top-creative .is-item-04 {
  grid-column: 1 / span 4;
  margin-top: 20px;
  transform: rotate(2deg);
}

.list-top-creative .is-item-05 {
  grid-column: 5 / span 4;
  margin-top: 52px;
  transform: rotate(-1.5deg);
}

.list-top-creative .is-item-06 {
  grid-column: 9 / span 4;
  margin-top: 20px;
  transform: rotate(-2deg);
}

.list-top-creative .item-wrapper {
  position: relative;
  text-align: center;
}

.list-top-creative .item-video {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #111;
  border: 10px solid #fff;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.13);
}

.list-top-creative .item-video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.list-top-creative .item-play {
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  height: 64px;
  border: 7px solid rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.22));
}

.list-top-creative .item-play::before {
  content: "";
  position: absolute;
  left: 23px;
  top: 16px;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 20px solid rgba(255, 255, 255, 0.95);
}

.list-top-creative .item-title {
  margin: 8px 0 0;
  color: #111;
  font-family: "Comic Sans MS", "Segoe Print", cursive;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.01em;
}

.creative-decoration {
  position: absolute;
  z-index: 3;
  pointer-events: none;
}

.creative-decoration img {
  display: block;
  max-width: 100%;
  height: auto;
}

.creative-decoration.is-hat {
  left: -40px;
  top: -10px;
  width: 120px;
}

.creative-decoration.is-bandage {
  left: -36px;
  bottom: 38px;
  width: 150px;
}

.creative-decoration.is-fruit {
  right: -12px;
  top: 172px;
  width: 130px;
}

.creative-decoration.is-heart {
  right: 12px;
  bottom: 24px;
  width: 108px;
}

.list-top-creative::before,
.list-top-creative::after {
  content: "+";
  position: absolute;
  z-index: 1;
  color: #ffd06c;
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
}

.list-top-creative::before {
  left: 58%;
  top: 8px;
}

.list-top-creative::after {
  right: 2%;
  top: 18px;
}

.creative-wrapper::before,
.creative-wrapper::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 12px;
  height: 12px;
  background: #ffd06c;
  clip-path: polygon(
    50% 0,
    62% 38%,
    100% 50%,
    62% 62%,
    50% 100%,
    38% 62%,
    0 50%,
    38% 38%
  );
}

.creative-wrapper::before {
  left: 41%;
  top: 270px;
}

.creative-wrapper::after {
  right: 6%;
  top: 470px;
}

@media (max-width: 991px) {
  .section-top-creative {
    padding: 45px 0 55px;
  }

  .creative-heading {
    margin-bottom: 25px;
  }

  .list-top-creative {
    min-height: auto;
  }

  .list-top-creative .list-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 34px 22px;
  }

  .list-top-creative .list-item {
    grid-column: auto;
    margin-top: 0;
    transform: none;
  }

  .creative-decoration.is-hat {
    left: -18px;
    top: 20px;
    width: 82px;
  }

  .creative-decoration.is-bandage {
    display: none;
  }

  .creative-decoration.is-fruit {
    right: -14px;
    top: 290px;
    width: 90px;
  }

  .creative-decoration.is-heart {
    right: -5px;
    bottom: 0;
    width: 76px;
  }
}

@media (max-width: 575px) {
  .section-top-creative {
    padding: 38px 0 45px;
  }


  .creative-heading .title-common-primary {
    font-size: 24px;
    line-height: 1.25;
  }

  .list-top-creative .list-wrapper {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .list-top-creative .item-video {
    border-width: 8px;
  }

  .list-top-creative .item-play {
    width: 54px;
    height: 54px;
    border-width: 6px;
  }

  .list-top-creative .item-play::before {
    left: 20px;
    top: 13px;
    border-top-width: 11px;
    border-bottom-width: 11px;
    border-left-width: 17px;
  }

  .creative-decoration.is-hat,
  .creative-decoration.is-fruit,
  .creative-decoration.is-heart {
    opacity: 0.35;
  }
}

/* Creative video modal */
.list-top-creative .item-video {
  cursor: pointer;
}

.list-top-creative .item-video video {
  pointer-events: none;
}

.creative-video-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 140px 12.5vw 32px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.creative-video-modal.is-active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.creative-video-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.48);
}

.creative-video-box {
  position: relative;
  z-index: 2;
  width: min(75vw, 1320px, calc((100vh - 172px) * 16 / 9));
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #000;
  -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}

.creative-video-player {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.creative-video-close {
  position: fixed;
  z-index: 3;
  top: 28px;
  right: 34px;
  width: 52px;
  height: 52px;
  cursor: pointer;
}

.creative-video-close::before,
.creative-video-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 56px;
  height: 6px;
  border-radius: 99px;
  background: #fff;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.creative-video-close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.creative-video-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

body.is-creative-video-open {
  overflow: hidden;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .creative-video-modal {
    padding: 110px 8vw 32px;
  }

  .creative-video-box {
    width: min(84vw, calc((100vh - 142px) * 16 / 9));
  }
}

@media only screen and (max-width: 767.98px) {
  .creative-video-modal {
    padding: 0.8rem 0.16rem 0.32rem;
  }

  .creative-video-box {
    width: min(100%, calc((100vh - 1.12rem) * 16 / 9));
  }

  .creative-video-close {
    top: 0.16rem;
    right: 0.16rem;
    width: 0.4rem;
    height: 0.4rem;
  }

  .creative-video-close::before,
  .creative-video-close::after {
    width: 0.42rem;
    height: 0.04rem;
  }
}
/* End creative video modal */

