/*
* top.css
*
*/
/* --------------------------------
  top
-------------------------------- */
/* --------------------------------
  bg
-------------------------------- */
.un_page_bg {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100lvh;
  background-image: url(../img/bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 767.98px) {
  .un_page_bg {
    display: none;
  }
}

@media (min-width: 768px) {
  .un_page_container {
    overflow-x: clip;
    width: 100%;
  }
}

.un_page_mainArea {
  overflow-x: clip;
  position: relative;
  z-index: var(--srk-mothers-day-z_index-container);
  width: 100%;
  background-color: var(--srk-mothers-day-color-white);
}
@media (min-width: 768px) {
  .un_page_mainArea {
    overflow-x: visible;
    width: 500px;

    margin-inline: auto;
  }
}

/* --------------------------------
  KV
-------------------------------- */
.un_kv {
  position: relative;
  z-index: var(--srk-mothers-day-z_index-container-back);
  width: 100%;
  height: 140.8vw;
  background-color: #f9c7d5;
}
@media (min-width: 768px) {
  .un_kv {
    height: 704px;
  }
}
.un_kv::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/kv_bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  -webkit-mask: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, transparent 100%);

          mask: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, transparent 100%);
}
.un_kv > picture {
  position: relative;
}
.un_kv > picture img {
  display: block;
  width: 100%;
  height: auto;
}
.un_kv .un_deco {
  overflow: hidden;
  height: calc(100% - 12.8vw);
}
@media (min-width: 768px) {
  .un_kv .un_deco {
    height: calc(100% - 53.3333333333px);
  }
}

.un_kv_inner {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  padding: 6.1333333333vw 10.1333333333vw 0 5.3333333333vw;
  width: 100%;
}
@media (min-width: 768px) {
  .un_kv_inner {
    padding: 30.6666666667px 50.6666666667px 0 26.6666666667px;
  }
}

.un_kv_logo {
  width: 12.5333333333vw;
}
@media (min-width: 768px) {
  .un_kv_logo {
    width: 62.6666666667px;
  }
}

.un_kv_ttl {
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-size: 4.8vw;
  font-weight: 900;
  line-height: 1.6666666667;

  padding-block-start: 4.8vw;
}
.un_kv_ttl::before,
.un_kv_ttl::after {
  content: "";
  display: block;

  inline-size: 0;
  block-size: 1px;
}
.un_kv_ttl::before {
  margin-block-end: calc((1 - 1.6666666667) * 0.5em);
}
.un_kv_ttl::after {
  margin-block-start: calc((1 - 1.6666666667) * 0.5em);
}
@media (min-width: 768px) {
  .un_kv_ttl {
    font-size: 24px;

    padding-block-start: 24px;
  }
}

/* --------------------------------
  lead
-------------------------------- */
.un_lead {
  position: relative;
  z-index: var(--srk-mothers-day-z_index-container);
  width: 100%;
}

.un_lead_inner {
  display: flex;
  justify-content: center;
  position: relative;
  background-image: linear-gradient(to bottom, #f9c7d5 0%, #f8a6bc 60%);
}

.un_lead_txt {
  letter-spacing: 0.04em;

  padding-block: 52.2666666667vw 70.1333333333vw;
}
.un_lead_txt::before,
.un_lead_txt::after {
  content: "";
  display: block;

  inline-size: 0;
  block-size: 1px;
}
.un_lead_txt::before {
  margin-block-end: calc((1 - 2.2857142857) * 0.5em);
}
.un_lead_txt::after {
  margin-block-start: calc((1 - 2.2857142857) * 0.5em);
}
@media (min-width: 768px) {
  .un_lead_txt {
    padding-block: 264px 348px;
  }
}
.un_lead_txt > span {
  font-weight: 500;
}

.un_lead_scroller {
  position: absolute;
  z-index: 1;
  top: 4.8vw;
  right: 5.3333333333vw;
  padding-bottom: 5.0666666667vw;
  letter-spacing: 0.1em;
  color: var(--srk-mothers-day-color-dark-red);
  font-size: 2.6666666667vw;
  font-weight: 500;
  line-height: 2.4;

  writing-mode: vertical-rl;
}
@media (min-width: 768px) {
  .un_lead_scroller {
    top: 24px;
    right: 26.6666666667px;
    padding-bottom: 25.3333333333px;
    font-size: 13.3333333333px;
  }
}
.un_lead_scroller::after {
  content: "";
  display: inline-block;
  margin-top: 1.6vw;
  width: 0.2666666667vw;
  height: 29.3333333333vw;
  transform-origin: center top;
  animation: scroller-line 3.5s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
  background-color: var(--srk-mothers-day-color-dark-red);

  scale: 1 1;
}
@media (min-width: 768px) {
  .un_lead_scroller::after {
    margin-top: 8px;
    width: 1.3333333333px;
    height: 146.6666666667px;
  }
}
@keyframes scroller-line {
  0% {
    transform-origin: center top;

    scale: 1 0;
  }
  10% {
    transform-origin: center top;

    scale: 1 0;
  }
  45% {
    transform-origin: center top;

    scale: 1 1;
  }
  55% {
    transform-origin: center bottom;

    scale: 1 1;
  }
  90% {
    transform-origin: center bottom;

    scale: 1 0;
  }
  100% {
    transform-origin: center bottom;

    scale: 1 0;
  }
}

.un_lead_imgBlock {
  position: relative;
  background-color: var(--srk-mothers-day-color-light-pink);
}

.un_lead_img:first-child {
  position: absolute;
  top: -8.2666666667vw;
  left: 3.7333333333vw;
  width: 68vw;
}
@media (min-width: 768px) {
  .un_lead_img:first-child {
    top: -41.3333333333px;
    left: 18.6666666667px;
    width: 340px;
  }
}
.un_lead_img:first-child img {
  width: 100%;
}

.un_lead_img:last-child {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  position: relative;

  padding-block: 79.2vw 22.1333333333vw;
  padding-inline-start: 7.7333333333vw;
}
@media (min-width: 768px) {
  .un_lead_img:last-child {
    padding-block: 396px 110.6666666667px;
    padding-inline-start: 38.6666666667px;
  }
}
.un_lead_img:last-child img {
  width: 100%;
}
.un_lead_img:last-child > div:first-of-type {
  width: 45.3333333333vw;
}
@media (min-width: 768px) {
  .un_lead_img:last-child > div:first-of-type {
    width: 226.6666666667px;
  }
}
.un_lead_img:last-child > div:last-of-type {
  width: 38.1333333333vw;

  margin-block-start: 18.1333333333vw;
}
@media (min-width: 768px) {
  .un_lead_img:last-child > div:last-of-type {
    width: 190.6666666667px;

    margin-block-start: 90.6666666667px;
  }
}

/* --------------------------------
  gift
-------------------------------- */
.un_gift {
  position: relative;
  z-index: var(--srk-mothers-day-z_index-container-front);

  padding-block: 30.6666666667vw 0;
}
@media (min-width: 768px) {
  .un_gift {
    padding-block: 153.3333333333px 0;
  }
}

.un_gift_heading {
  position: relative;

  padding-inline: 10.6666666667vw;
}
@media (min-width: 768px) {
  .un_gift_heading {
    padding-inline: 53.3333333333px;
  }
}
.un_gift_heading p {
  letter-spacing: 0.24em;
  color: #f5adc0;
  font-size: 3.2vw;
  font-weight: 700;
  line-height: 2.5;

  margin-block-start: 3.4666666667vw;
}
.un_gift_heading p::before,
.un_gift_heading p::after {
  content: "";
  display: block;

  inline-size: 0;
  block-size: 1px;
}
.un_gift_heading p::before {
  margin-block-end: calc((1 - 2.5) * 0.5em);
}
.un_gift_heading p::after {
  margin-block-start: calc((1 - 2.5) * 0.5em);
}
@media (min-width: 768px) {
  .un_gift_heading p {
    font-size: 16px;

    margin-block-start: 17.3333333333px;
  }
}

.un_gift_heading_ttl {
  padding-top: 1.0666666667vw;
  width: 48vw;
}
@media (min-width: 768px) {
  .un_gift_heading_ttl {
    padding-top: 5.3333333333px;
    width: 240px;
  }
}
.un_gift_heading_ttl > svg {
  width: 100%;
  height: auto;
}

.un_gift_product {
  position: relative;
  width: 100%;

  padding-block-start: 15.4666666667vw;
}
@media (min-width: 768px) {
  .un_gift_product {
    padding-block-start: 77.3333333333px;
  }
}

.un_gift_product_img {
  width: 100%;
}
.un_gift_product_img img {
  width: 100%;
}

.un_gift_product_slider {
  display: flex;
  overflow-x: clip;
  position: relative;

  padding-block-start: 0.5333333333vw;
}
@media (min-width: 768px) {
  .un_gift_product_slider {
    padding-block-start: 2.6666666667px;
  }
}

.un_gift_product_slide {
  display: flex;
  animation: gift-slider 22s linear infinite;

  gap: 0.5333333333vw;
  padding-inline-end: 0.5333333333vw;
}
@media (min-width: 768px) {
  .un_gift_product_slide {
    gap: 2.6666666667px;
    padding-inline-end: 2.6666666667px;
  }
}
@keyframes gift-slider {
  from {
    translate: 0 0;
  }
  to {
    translate: -100% 0;
  }
}

.un_gift_product_slider_item {
  width: 62.1333333333vw;
  min-width: 62.1333333333vw;
}
@media (min-width: 768px) {
  .un_gift_product_slider_item {
    width: 310.6666666667px;
    min-width: 310.6666666667px;
  }
}

.un_gift_product_body {
  padding: 7.4666666667vw 6.6666666667vw 0 6.4vw;
}
@media (min-width: 768px) {
  .un_gift_product_body {
    padding: 37.3333333333px 33.3333333333px 0 32px;
  }
}

.un_gift_product_ttl {
  letter-spacing: 0.08em;
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 1.5;
}
.un_gift_product_ttl::before,
.un_gift_product_ttl::after {
  content: "";
  display: block;

  inline-size: 0;
  block-size: 1px;
}
.un_gift_product_ttl::before {
  margin-block-end: calc((1 - 1.5) * 0.5em);
}
.un_gift_product_ttl::after {
  margin-block-start: calc((1 - 1.5) * 0.5em);
}
@media (min-width: 768px) {
  .un_gift_product_ttl {
    font-size: 26.6666666667px;
  }
}

.un_gift_product_subTtl {
  letter-spacing: 0.16em;
  font-size: 3.2vw;
  line-height: 2.5;

  margin-block-start: 1.6vw;
  font-feature-settings: normal;
}
.un_gift_product_subTtl::before,
.un_gift_product_subTtl::after {
  content: "";
  display: block;

  inline-size: 0;
  block-size: 1px;
}
.un_gift_product_subTtl::before {
  margin-block-end: calc((1 - 2.5) * 0.5em);
}
.un_gift_product_subTtl::after {
  margin-block-start: calc((1 - 2.5) * 0.5em);
}
@media (min-width: 768px) {
  .un_gift_product_subTtl {
    font-size: 16px;

    margin-block-start: 8px;
  }
}

.un_gift_product_price {
  letter-spacing: 0.1em;
  font-size: 3.2vw;
  font-weight: 900;
  line-height: 2.5;
}
.un_gift_product_price::before,
.un_gift_product_price::after {
  content: "";
  display: block;

  inline-size: 0;
  block-size: 1px;
}
.un_gift_product_price::before {
  margin-block-end: calc((1 - 2.5) * 0.5em);
}
.un_gift_product_price::after {
  margin-block-start: calc((1 - 2.5) * 0.5em);
}
.un_gift_product_price {
  margin-block-start: 4.8vw;
}
@media (min-width: 768px) {
  .un_gift_product_price {
    font-size: 16px;

    margin-block-start: 24px;
  }
}

.un_gift_product_txt {
  letter-spacing: 0.02em;
  font-size: 3.7333333333vw;
  line-height: 1.7142857143;

  margin-block-start: 7.4666666667vw;
}
.un_gift_product_txt::before,
.un_gift_product_txt::after {
  content: "";
  display: block;

  inline-size: 0;
  block-size: 1px;
}
.un_gift_product_txt::before {
  margin-block-end: calc((1 - 1.7142857143) * 0.5em);
}
.un_gift_product_txt::after {
  margin-block-start: calc((1 - 1.7142857143) * 0.5em);
}
@media (min-width: 768px) {
  .un_gift_product_txt {
    font-size: 18.6666666667px;

    margin-block-start: 37.3333333333px;
  }
}
.un_gift_product_txt span {
  letter-spacing: 0.08em;
  font-weight: 500;
}

.un_gift_point {
  padding-block-start: 12.2666666667vw;
}
@media (min-width: 768px) {
  .un_gift_point {
    padding-block-start: 61.3333333333px;
  }
}

.un_gift_point_list {
  display: grid;
  justify-content: center;

  gap: 10.6666666667vw;
}
@media (min-width: 768px) {
  .un_gift_point_list {
    gap: 53.3333333333px;
  }
}

.un_gift_point_item {
  margin-inline: auto;
}

.un_gift_point_item_inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 20.5333333333vw 7.7333333333vw 0;
  width: 79.2vw;
  min-width: 79.2vw;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;

  aspect-ratio: 297/407;
}
@media (min-width: 768px) {
  .un_gift_point_item_inner {
    padding: 102.6666666667px 38.6666666667px 0;
    width: 396px;
    min-width: 396px;
  }
}
.un_gift_point_item:nth-child(1) .un_gift_point_item_inner {
  background-image: url("../img/gift_point_tag_01.svg");
}
.un_gift_point_item:nth-child(2) .un_gift_point_item_inner {
  background-image: url("../img/gift_point_tag_02.svg");
}
.un_gift_point_item:nth-child(3) .un_gift_point_item_inner {
  background-image: url("../img/gift_point_tag_03.svg");
}
.un_gift_point_item_inner p:first-child {
  letter-spacing: 0.3em;
  color: #fa738c;
  font-size: 3.2vw;
  font-weight: 700;
  line-height: 1.3333333333;
}
.un_gift_point_item_inner p:first-child::before,
.un_gift_point_item_inner p:first-child::after {
  content: "";
  display: block;

  inline-size: 0;
  block-size: 1px;
}
.un_gift_point_item_inner p:first-child::before {
  margin-block-end: calc((1 - 1.3333333333) * 0.5em);
}
.un_gift_point_item_inner p:first-child::after {
  margin-block-start: calc((1 - 1.3333333333) * 0.5em);
}
@media (min-width: 768px) {
  .un_gift_point_item_inner p:first-child {
    font-size: 16px;
  }
}
.un_gift_point_item_inner p:first-child span {
  letter-spacing: 0.1em;
  font-size: 4.2666666667vw;
  line-height: 1;

  padding-inline-start: 0.8vw;
}
@media (min-width: 768px) {
  .un_gift_point_item_inner p:first-child span {
    font-size: 21.3333333333px;

    padding-inline-start: 4px;
  }
}
.un_gift_point_item_inner > picture {
  margin-block-start: 6.6666666667vw;
}
@media (min-width: 768px) {
  .un_gift_point_item_inner > picture {
    margin-block-start: 33.3333333333px;
  }
}
.un_gift_point_item_inner p:last-child {
  text-align: center;
  letter-spacing: 0.04em;
  font-size: 3.7333333333vw;
  line-height: 1.7142857143;

  margin-block-start: 5.0666666667vw;
}
.un_gift_point_item_inner p:last-child::before,
.un_gift_point_item_inner p:last-child::after {
  content: "";
  display: block;

  inline-size: 0;
  block-size: 1px;
}
.un_gift_point_item_inner p:last-child::before {
  margin-block-end: calc((1 - 1.7142857143) * 0.5em);
}
.un_gift_point_item_inner p:last-child::after {
  margin-block-start: calc((1 - 1.7142857143) * 0.5em);
}
@media (min-width: 768px) {
  .un_gift_point_item_inner p:last-child {
    font-size: 18.6666666667px;

    margin-block-start: 25.3333333333px;
  }
}
.un_gift_point_item_inner p:last-child > sup {
  top: -0.3em;
}

.un_gift_point_caption {
  margin-top: 3.2vw;
  letter-spacing: 0.04em;
  font-size: 2.6666666667vw;
  font-weight: 600;
  line-height: 1.6;
}
.un_gift_point_caption::before,
.un_gift_point_caption::after {
  content: "";
  display: block;

  inline-size: 0;
  block-size: 1px;
}
.un_gift_point_caption::before {
  margin-block-end: calc((1 - 1.6) * 0.5em);
}
.un_gift_point_caption::after {
  margin-block-start: calc((1 - 1.6) * 0.5em);
}
@media (min-width: 768px) {
  .un_gift_point_caption {
    margin-top: 16px;
    font-size: 13.3333333333px;
  }
}
.un_gift_point_caption > sup {
  top: -0.2em;
}
.un_gift_point_caption > span {
  font-weight: 500;
}

.un_gift_btnBox {
  display: flex;
  justify-content: center;

  padding-block-start: 12.8vw;
  padding-inline: 6.4vw 6.4vw;
}
@media (min-width: 768px) {
  .un_gift_btnBox {
    padding-block-start: 64px;
    padding-inline: 32px 32px;
  }
}

/* --------------------------------
  concept
-------------------------------- */
.un_concept {
  position: relative;
  z-index: var(--srk-mothers-day-z_index-container);
  padding: 41.0666666667vw 5.8666666667vw 0 27.2vw;
}
@media (min-width: 768px) {
  .un_concept {
    padding: 205.3333333333px 29.3333333333px 0 136px;
  }
}

.un_concept_ttl__jp {
  letter-spacing: 0.18em;
  color: var(--srk-mothers-day-color-red);
  font-size: 6.4vw;
  font-weight: 700;
  line-height: 1.3333333333;

  writing-mode: vertical-lr;
}
.un_concept_ttl__jp::before,
.un_concept_ttl__jp::after {
  content: "";
  display: block;

  inline-size: 0;
  block-size: 1px;
}
.un_concept_ttl__jp::before {
  margin-block-end: calc((1 - 1.3333333333) * 0.5em);
}
.un_concept_ttl__jp::after {
  margin-block-start: calc((1 - 1.3333333333) * 0.5em);
}
@media (min-width: 768px) {
  .un_concept_ttl__jp {
    font-size: 32px;
  }
}

.un_concept_ttl__en_wrapper {
  position: relative;
  margin-top: 6.1333333333vw;
}
@media (min-width: 768px) {
  .un_concept_ttl__en_wrapper {
    margin-top: 30.6666666667px;
  }
}

.un_concept_ttl_en {
  width: 59.4666666667vw;
}
@media (min-width: 768px) {
  .un_concept_ttl_en {
    width: 297.3333333333px;
  }
}
.un_concept_ttl_en > svg {
  width: 100%;
  height: auto;
}

.un_concept_body {
  padding-top: 9.6vw;
}
@media (min-width: 768px) {
  .un_concept_body {
    padding-top: 37.3333333333px;
  }
}
.un_concept_body > p {
  white-space: nowrap;
  letter-spacing: -0.06em;
  color: var(--srk-mothers-day-color-red);
  font-size: 3.7333333333vw;
  font-weight: 400;
  line-height: 2.2142857143;
}
.un_concept_body > p::before,
.un_concept_body > p::after {
  content: "";
  display: block;

  inline-size: 0;
  block-size: 1px;
}
.un_concept_body > p::before {
  margin-block-end: calc((1 - 2.2142857143) * 0.5em);
}
.un_concept_body > p::after {
  margin-block-start: calc((1 - 2.2142857143) * 0.5em);
}
@media (min-width: 768px) {
  .un_concept_body > p {
    font-size: 18.6666666667px;
  }
}
.un_concept_body > p + p {
  letter-spacing: 0.02em;

  margin-block-start: 7.4666666667vw;
}
@media (min-width: 768px) {
  .un_concept_body > p + p {
    margin-block-start: 37.3333333333px;
  }
}

.un_design-giftset_wrapper {
  background-color: #fde5e4;

  margin-block-start: 29.3333333333vw;
}
@media (min-width: 768px) {
  .un_design-giftset_wrapper {
    margin-block-start: 146.6666666667px;
  }
}

/* --------------------------------
  design
-------------------------------- */
.un_design {
  overflow-x: clip;
  position: relative;
  z-index: var(--srk-mothers-day-z_index-container);
}

.un_design_inner {
  position: relative;
  background-image: linear-gradient(-135deg, #fffafa 0%, #fde5e4 20%);

  padding-inline: 6.4vw;
}
@media (min-width: 768px) {
  .un_design_inner {
    padding-inline: 32px;
  }
}
.un_design_inner::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: -0.8vw;
  left: 0;
  width: 100%;
  background-image: url(../img/design_mask.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  aspect-ratio: 375/135;
}
@media (min-width: 768px) {
  .un_design_inner::before {
    top: -4px;
  }
}
.un_design_inner .un_design_heading,
.un_design_inner .un_design_lead {
  position: relative;
  z-index: 1;
}

.un_design_heading h2 {
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--srk-mothers-day-color-red);
  font-size: 6.4vw;
  font-weight: 900;
  line-height: 1.3333333333;
}
.un_design_heading h2::before,
.un_design_heading h2::after {
  content: "";
  display: block;

  inline-size: 0;
  block-size: 1px;
}
.un_design_heading h2::before {
  margin-block-end: calc((1 - 1.3333333333) * 0.5em);
}
.un_design_heading h2::after {
  margin-block-start: calc((1 - 1.3333333333) * 0.5em);
}
@media (min-width: 768px) {
  .un_design_heading h2 {
    font-size: 32px;
  }
}
.un_design_heading p {
  letter-spacing: 0.22em;
  font-size: 3.2vw;
  font-weight: 700;
  line-height: 2.5;

  padding-block-start: 2.1333333333vw;
}
.un_design_heading p::before,
.un_design_heading p::after {
  content: "";
  display: block;

  inline-size: 0;
  block-size: 1px;
}
.un_design_heading p::before {
  margin-block-end: calc((1 - 2.5) * 0.5em);
}
.un_design_heading p::after {
  margin-block-start: calc((1 - 2.5) * 0.5em);
}
@media (min-width: 768px) {
  .un_design_heading p {
    font-size: 16px;

    padding-block-start: 10.6666666667px;
  }
}

.un_design_lead {
  display: flex;
  align-items: center;
  flex-direction: column;

  gap: 8vw;
  padding-block-start: 12.2666666667vw;
}
@media (min-width: 768px) {
  .un_design_lead {
    gap: 40px;
    padding-block-start: 61.3333333333px;
  }
}
.un_design_lead > p {
  text-align: center;
  white-space: nowrap;
  letter-spacing: -0.04em;
  font-size: 3.7333333333vw;
  font-weight: 600;
  line-height: 2.2142857143;
}
.un_design_lead > p::before,
.un_design_lead > p::after {
  content: "";
  display: block;

  inline-size: 0;
  block-size: 1px;
}
.un_design_lead > p::before {
  margin-block-end: calc((1 - 2.2142857143) * 0.5em);
}
.un_design_lead > p::after {
  margin-block-start: calc((1 - 2.2142857143) * 0.5em);
}
@media (min-width: 768px) {
  .un_design_lead > p {
    font-size: 18.6666666667px;
  }
}
.un_design_lead > p span {
  font-weight: 500;
}

.un_design_lead_img {
  width: -moz-fit-content;
  width: fit-content;
}
.un_design_lead_img img {
  width: 64vw;
}
@media (min-width: 768px) {
  .un_design_lead_img img {
    width: 320px;
  }
}

.un_design_profile {
  position: relative;
  margin-top: 12.2666666667vw;
  padding: 10.6666666667vw 7.4666666667vw 10.1333333333vw;
  border-radius: 2.1333333333vw;
  background-color: var(--srk-mothers-day-color-white);
}
@media (min-width: 768px) {
  .un_design_profile {
    margin-top: 61.3333333333px;
    padding: 53.3333333333px 37.3333333333px 50.6666666667px;
    border-radius: 10.6666666667px;
  }
}

.un_design_profile_card {
  display: flex;

  gap: 5.3333333333vw;
}
@media (min-width: 768px) {
  .un_design_profile_card {
    gap: 26.6666666667px;
  }
}

.un_design_profile_img {
  width: 25.6vw;
}
@media (min-width: 768px) {
  .un_design_profile_img {
    width: 128px;
  }
}
.un_design_profile_img img {
  width: 100%;
}

.un_design_profile_body::after {
  content: "";
  display: block;
  margin-top: 5.0666666667vw;
  width: 2.4vw;
  height: 0.2666666667vw;
  background-color: var(--srk-mothers-day-color-stone);
}
@media (min-width: 768px) {
  .un_design_profile_body::after {
    margin-top: 25.3333333333px;
    width: 12px;
    height: 1.3333333333px;
  }
}
.un_design_profile_body p:first-child {
  letter-spacing: 0.24em;
  font-size: 2.6666666667vw;
  font-weight: 700;
  line-height: 3;
}
.un_design_profile_body p:first-child::before,
.un_design_profile_body p:first-child::after {
  content: "";
  display: block;

  inline-size: 0;
  block-size: 1px;
}
.un_design_profile_body p:first-child::before {
  margin-block-end: calc((1 - 3) * 0.5em);
}
.un_design_profile_body p:first-child::after {
  margin-block-start: calc((1 - 3) * 0.5em);
}
@media (min-width: 768px) {
  .un_design_profile_body p:first-child {
    font-size: 13.3333333333px;
  }
}
.un_design_profile_body p:nth-child(2) {
  white-space: nowrap;
  letter-spacing: 0.2em;
  font-size: 4.2666666667vw;
  font-weight: 900;
  line-height: 1.5;

  margin-block-start: 1.3333333333vw;
}
.un_design_profile_body p:nth-child(2)::before,
.un_design_profile_body p:nth-child(2)::after {
  content: "";
  display: block;

  inline-size: 0;
  block-size: 1px;
}
.un_design_profile_body p:nth-child(2)::before {
  margin-block-end: calc((1 - 1.5) * 0.5em);
}
.un_design_profile_body p:nth-child(2)::after {
  margin-block-start: calc((1 - 1.5) * 0.5em);
}
@media (min-width: 768px) {
  .un_design_profile_body p:nth-child(2) {
    font-size: 21.3333333333px;

    margin-block-start: 6.6666666667px;
  }
}
.un_design_profile_body a {
  display: grid;
  transition: opacity var(--_ease-change) 0.3s;

  --_ease-change: cubic-bezier(0.39, 0.575, 0.565, 1);
  grid-template-columns: 2.6666666667vw auto;
  gap: 0.8vw;
  margin-block-start: 1.6vw;
}
@media (min-width: 768px) {
  .un_design_profile_body a {
    grid-template-columns: 13.3333333333px auto;
    gap: 4px;
    margin-block-start: 8px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .un_design_profile_body a:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.6;
    -moz-transition: opacity var(--_ease-change) 0.45s;
    transition: opacity var(--_ease-change) 0.45s;
  }
  .un_design_profile_body a:where(:any-link, :enabled, summary):hover {
    opacity: 0.6;
    transition: opacity var(--_ease-change) 0.45s;
  }
}
@media (hover: none) and (any-pointer: coarse) {
  .un_design_profile_body a.is-touched {
    opacity: 0.6;
    transition: opacity var(--_ease-change) 0.45s;
  }
}
.un_design_profile_body a::before {
  content: "";
  display: inline-block;
  position: relative;
  margin-top: 0.8vw;
  width: 100%;
  background-image: url("../img/icon_instagram.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

  aspect-ratio: 1/1;
}
@media (min-width: 768px) {
  .un_design_profile_body a::before {
    margin-top: 4px;
    width: 13.3333333333px;
  }
}
body.is-windows-android .un_design_profile_body a::before {
  margin-top: 0.4vw;
}
@media (min-width: 768px) {
  body.is-windows-android .un_design_profile_body a::before {
    margin-top: 2px;
  }
}
.un_design_profile_body a span {
  letter-spacing: 0.2em;
  color: var(--srk-mothers-day-color-red);
  font-size: 3.2vw;
  line-height: 2.6666666667;
}
.un_design_profile_body a span::before,
.un_design_profile_body a span::after {
  content: "";
  display: block;

  inline-size: 0;
  block-size: 1px;
}
.un_design_profile_body a span::before {
  margin-block-end: calc((1 - 2.6666666667) * 0.5em);
}
.un_design_profile_body a span::after {
  margin-block-start: calc((1 - 2.6666666667) * 0.5em);
}
.un_design_profile_body a span {
  vertical-align: top;
}
@media (min-width: 768px) {
  .un_design_profile_body a span {
    font-size: 16px;
  }
}

.un_design_profile_txt {
  margin-top: 4.8vw;
  letter-spacing: 0.04em;
  font-size: 3.2vw;
  line-height: 1.6666666667;
}
.un_design_profile_txt::before,
.un_design_profile_txt::after {
  content: "";
  display: block;

  inline-size: 0;
  block-size: 1px;
}
.un_design_profile_txt::before {
  margin-block-end: calc((1 - 1.6666666667) * 0.5em);
}
.un_design_profile_txt::after {
  margin-block-start: calc((1 - 1.6666666667) * 0.5em);
}
@media (min-width: 768px) {
  .un_design_profile_txt {
    margin-top: 24px;
    font-size: 16px;
  }
}
.un_design_profile_txt span {
  font-weight: 500;
}

/* --------------------------------
  gift set
-------------------------------- */
.un_giftset {
  position: relative;
  z-index: var(--srk-mothers-day-z_index-container);
  background-image: linear-gradient(to bottom, #fde5e4 0%, #fffaf9 100%);

  padding-block: 20.2666666667vw 20.2666666667vw;
  padding-inline: 6.4vw;
}
@media (min-width: 768px) {
  .un_giftset {
    padding-block: 101.3333333333px 101.3333333333px;
    padding-inline: 32px;
  }
}

.un_giftset_heading h2 {
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--srk-mothers-day-color-red);
  font-size: 6.4vw;
  font-weight: 900;
  line-height: 1.3333333333;
}
.un_giftset_heading h2::before,
.un_giftset_heading h2::after {
  content: "";
  display: block;

  inline-size: 0;
  block-size: 1px;
}
.un_giftset_heading h2::before {
  margin-block-end: calc((1 - 1.3333333333) * 0.5em);
}
.un_giftset_heading h2::after {
  margin-block-start: calc((1 - 1.3333333333) * 0.5em);
}
@media (min-width: 768px) {
  .un_giftset_heading h2 {
    font-size: 32px;
  }
}
.un_giftset_heading p {
  letter-spacing: 0.24em;
  font-size: 3.2vw;
  font-weight: 700;
  line-height: 2.5;

  padding-block-start: 2.1333333333vw;
}
.un_giftset_heading p::before,
.un_giftset_heading p::after {
  content: "";
  display: block;

  inline-size: 0;
  block-size: 1px;
}
.un_giftset_heading p::before {
  margin-block-end: calc((1 - 2.5) * 0.5em);
}
.un_giftset_heading p::after {
  margin-block-start: calc((1 - 2.5) * 0.5em);
}
@media (min-width: 768px) {
  .un_giftset_heading p {
    font-size: 16px;

    padding-block-start: 10.6666666667px;
  }
}

.un_giftset_body {
  display: flex;
  flex-direction: column;

  padding-block-start: 13.0666666667vw;
  gap: 21.3333333333vw;
}
@media (min-width: 768px) {
  .un_giftset_body {
    padding-block-start: 65.3333333333px;
    gap: 106.6666666667px;
  }
}

.un_giftset_product_img {
  width: 100%;
}
.un_giftset_product_img img {
  width: 100%;
}

.un_giftset_product_txts {
  padding-block-start: 7.4666666667vw;
}
@media (min-width: 768px) {
  .un_giftset_product_txts {
    padding-block-start: 37.3333333333px;
  }
}

.un_giftset_product_ttl h3 {
  letter-spacing: 0.1em;
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 1.5;
}
.un_giftset_product_ttl h3::before,
.un_giftset_product_ttl h3::after {
  content: "";
  display: block;

  inline-size: 0;
  block-size: 1px;
}
.un_giftset_product_ttl h3::before {
  margin-block-end: calc((1 - 1.5) * 0.5em);
}
.un_giftset_product_ttl h3::after {
  margin-block-start: calc((1 - 1.5) * 0.5em);
}
.un_giftset_product_ttl h3 {
  font-feature-settings: normal;
}
@media (min-width: 768px) {
  .un_giftset_product_ttl h3 {
    font-size: 26.6666666667px;
  }
}
.un_giftset_product_ttl h3 span {
  letter-spacing: 0.24em;
  font-weight: 900;

  padding-inline-start: 1.0666666667vw;
}
@media (min-width: 768px) {
  .un_giftset_product_ttl h3 span {
    padding-inline-start: 5.3333333333px;
  }
}

.un_giftset_product_subTtl {
  letter-spacing: 0.16em;
  font-size: 3.2vw;
  line-height: 2.5;

  margin-block-start: 1.6vw;
  font-feature-settings: normal;
}
.un_giftset_product_subTtl::before,
.un_giftset_product_subTtl::after {
  content: "";
  display: block;

  inline-size: 0;
  block-size: 1px;
}
.un_giftset_product_subTtl::before {
  margin-block-end: calc((1 - 2.5) * 0.5em);
}
.un_giftset_product_subTtl::after {
  margin-block-start: calc((1 - 2.5) * 0.5em);
}
@media (min-width: 768px) {
  .un_giftset_product_subTtl {
    font-size: 16px;

    margin-block-start: 8px;
  }
}

.un_giftset_product_price {
  letter-spacing: 0.1em;
  color: var(--srk-mothers-day-color-gray);
  font-size: 3.2vw;
  font-weight: 900;
  line-height: 2.5;

  margin-block-start: 5.3333333333vw;
}
.un_giftset_product_price::before,
.un_giftset_product_price::after {
  content: "";
  display: block;

  inline-size: 0;
  block-size: 1px;
}
.un_giftset_product_price::before {
  margin-block-end: calc((1 - 2.5) * 0.5em);
}
.un_giftset_product_price::after {
  margin-block-start: calc((1 - 2.5) * 0.5em);
}
@media (min-width: 768px) {
  .un_giftset_product_price {
    font-size: 16px;

    margin-block-start: 26.6666666667px;
  }
}

.un_giftset_product_txt {
  letter-spacing: 0.04em;
  font-size: 3.7333333333vw;
  line-height: 1.7142857143;

  margin-block-start: 7.4666666667vw;
}
.un_giftset_product_txt::before,
.un_giftset_product_txt::after {
  content: "";
  display: block;

  inline-size: 0;
  block-size: 1px;
}
.un_giftset_product_txt::before {
  margin-block-end: calc((1 - 1.7142857143) * 0.5em);
}
.un_giftset_product_txt::after {
  margin-block-start: calc((1 - 1.7142857143) * 0.5em);
}
@media (min-width: 768px) {
  .un_giftset_product_txt {
    font-size: 18.6666666667px;

    margin-block-start: 37.3333333333px;
  }
}
.un_giftset_product_txt span {
  font-weight: 500;
}

.un_giftset_product_caption {
  letter-spacing: 0.04em;
  font-size: 3.2vw;
  line-height: 2;

  margin-block-start: 4.2666666667vw;
}
.un_giftset_product_caption::before,
.un_giftset_product_caption::after {
  content: "";
  display: block;

  inline-size: 0;
  block-size: 1px;
}
.un_giftset_product_caption::before {
  margin-block-end: calc((1 - 2) * 0.5em);
}
.un_giftset_product_caption::after {
  margin-block-start: calc((1 - 2) * 0.5em);
}
@media (min-width: 768px) {
  .un_giftset_product_caption {
    font-size: 16px;

    margin-block-start: 21.3333333333px;
  }
}

.un_giftset_product_content {
  padding-block-start: 10.4vw;
}
@media (min-width: 768px) {
  .un_giftset_product_content {
    padding-block-start: 52px;
  }
}

.un_giftset_point {
  border-radius: 6.6666666667vw;
  background-color: var(--srk-mothers-day-color-white);
}
@media (min-width: 768px) {
  .un_giftset_point {
    border-radius: 33.3333333333px;
  }
}

.un_giftset_point_btn {
  display: flex;
  justify-content: space-between;
  padding: 4.8vw 5.6vw 4.8vw 5.3333333333vw;
  width: 100%;
  cursor: pointer;
  transition: opacity var(--_ease-change) 0.3s;

  --_ease-change: cubic-bezier(0.39, 0.575, 0.565, 1);
  --_ease-move: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: opacity;
}
@media (min-width: 768px) {
  .un_giftset_point_btn {
    padding: 24px 28px 24px 26.6666666667px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .un_giftset_point_btn:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.6;
    -moz-transition: opacity var(--_ease-change) 0.45s;
    transition: opacity var(--_ease-change) 0.45s;
  }
  .un_giftset_point_btn:where(:any-link, :enabled, summary):hover {
    opacity: 0.6;
    transition: opacity var(--_ease-change) 0.45s;
  }
}
@media (hover: none) and (any-pointer: coarse) {
  .un_giftset_point_btn.is-touched {
    opacity: 0.6;
    transition: opacity var(--_ease-change) 0.45s;
  }
}
.un_giftset_point_btn .un_giftset_point_btn__left::before,
.un_giftset_point_btn .un_giftset_point_btn__left::after {
  content: "";
  display: block;

  inline-size: 0;
  block-size: 1px;
}
.un_giftset_point_btn .un_giftset_point_btn__left::before {
  margin-block-end: calc((1 - 2.3076923077) * 0.5em);
}
.un_giftset_point_btn .un_giftset_point_btn__left::after {
  margin-block-start: calc((1 - 2.3076923077) * 0.5em);
}
.un_giftset_point_btn .un_giftset_point_btn__left {
  letter-spacing: 0.04em;
  color: var(--srk-mothers-day-color-dark-red);
  font-size: 3.4666666667vw;
  font-weight: 700;
  line-height: 2.3076923077;
}
@media (min-width: 768px) {
  .un_giftset_point_btn .un_giftset_point_btn__left {
    font-size: 17.3333333333px;
  }
}
.un_giftset_point_btn .un_giftset_point_btn__right {
  display: flex;
  align-items: center;

  gap: 4.2666666667vw;
}
@media (min-width: 768px) {
  .un_giftset_point_btn .un_giftset_point_btn__right {
    gap: 21.3333333333px;
  }
}
.un_giftset_point_btn .un_giftset_point_btn__right > span:first-child {
  letter-spacing: 0.2em;
  color: var(--srk-mothers-day-color-dark-red);
  font-size: 2.6666666667vw;
  line-height: 3;
}
.un_giftset_point_btn .un_giftset_point_btn__right > span:first-child::before,
.un_giftset_point_btn .un_giftset_point_btn__right > span:first-child::after {
  content: "";
  display: block;

  inline-size: 0;
  block-size: 1px;
}
.un_giftset_point_btn .un_giftset_point_btn__right > span:first-child::before {
  margin-block-end: calc((1 - 3) * 0.5em);
}
.un_giftset_point_btn .un_giftset_point_btn__right > span:first-child::after {
  margin-block-start: calc((1 - 3) * 0.5em);
}
@media (min-width: 768px) {
  .un_giftset_point_btn .un_giftset_point_btn__right > span:first-child {
    font-size: 13.3333333333px;
  }
}

.un_giftset_point_icon {
  display: inline-block;
  position: relative;
  width: 3.2vw;
  height: 3.2vw;

  translate: 0 -0.2666666667vw;
}
@media (min-width: 768px) {
  .un_giftset_point_icon {
    width: 16px;
    height: 16px;

    translate: 0 -1.3333333333px;
  }
}
.un_giftset_point_icon::before,
.un_giftset_point_icon::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 0.2666666667vw;
  transform-origin: center;
  background-color: var(--srk-mothers-day-color-dark-red);

  translate: -50% -50%;
}
@media (min-width: 768px) {
  .un_giftset_point_icon::before,
  .un_giftset_point_icon::after {
    height: 1.3333333333px;
  }
}
.un_giftset_point_icon::after {
  transition: rotate var(--_ease-move) 0.45s;

  rotate: -90deg;
}

.un_giftset_point_btn[aria-expanded=true] .un_giftset_point_icon::after {
  rotate: 0deg !important;
}

.un_giftset_point_panel {
  display: block;
  overflow: hidden;
  height: 0;

  will-change: height;
  contain: layout paint;
}

.un_giftset_point_panel_inner {
  display: block;
}

.un_giftset_point_card {
  display: grid;
  align-items: center;
  padding: 0vw 5.6vw 3.2vw 5.3333333333vw;

  grid-template-columns: 28vw 1fr;
  gap: 5.6vw;
}
@media (min-width: 768px) {
  .un_giftset_point_card {
    padding: 0px 28px 16px 26.6666666667px;

    grid-template-columns: 140px 1fr;
    gap: 28px;
  }
}
.un_giftset_point_card:last-child {
  padding-block-end: 5.3333333333vw;
}
@media (min-width: 768px) {
  .un_giftset_point_card:last-child {
    padding-block-end: 26.6666666667px;
  }
}
.un_giftset_point_card > p {
  letter-spacing: -0.04em;
  font-size: 3.2vw;
  line-height: 1.6666666667;
}
.un_giftset_point_card > p::before,
.un_giftset_point_card > p::after {
  content: "";
  display: block;

  inline-size: 0;
  block-size: 1px;
}
.un_giftset_point_card > p::before {
  margin-block-end: calc((1 - 1.6666666667) * 0.5em);
}
.un_giftset_point_card > p::after {
  margin-block-start: calc((1 - 1.6666666667) * 0.5em);
}
@media (min-width: 768px) {
  .un_giftset_point_card > p {
    font-size: 16px;
  }
}

.un_giftset_detail {
  display: grid;

  grid-template-columns: 1fr 1fr;
  gap: 5.0666666667vw;
}
@media (min-width: 768px) {
  .un_giftset_detail {
    gap: 25.3333333333px;
  }
}

.un_giftset_detail_card > p {
  white-space: nowrap;
  letter-spacing: 0.08em;
  font-size: 3.2vw;
  line-height: 1.6666666667;

  margin-block-start: 3.4666666667vw;
}
@media (min-width: 768px) {
  .un_giftset_detail_card > p {
    font-size: 16px;

    margin-block-start: 17.3333333333px;
  }
}

.un_giftset_detail_img {
  display: flex;
  justify-content: center;
  padding-top: 3.4666666667vw;
  border-radius: 2.1333333333vw;
  width: 100%;
  height: 41.3333333333vw;
  background-color: var(--srk-mothers-day-color-white);
}
@media (min-width: 768px) {
  .un_giftset_detail_img {
    padding-top: 17.3333333333px;
    border-radius: 10.6666666667px;
    height: 206.6666666667px;
  }
}
.un_giftset_detail_card:nth-child(1) .un_giftset_detail_img img {
  width: 13.52vw;
}
@media (min-width: 768px) {
  .un_giftset_detail_card:nth-child(1) .un_giftset_detail_img img {
    width: 67.6px;
  }
}
.un_giftset_detail_card:nth-child(2) .un_giftset_detail_img img {
  width: 13.0666666667vw;
}
@media (min-width: 768px) {
  .un_giftset_detail_card:nth-child(2) .un_giftset_detail_img img {
    width: 65.3333333333px;
  }
}

.un_giftset_btnBox {
  display: flex;
  justify-content: center;

  padding-block-start: 10.4vw;
  padding-inline: 6.4vw 6.4vw;
}
@media (min-width: 768px) {
  .un_giftset_btnBox {
    padding-block-start: 52px;
    padding-inline: 32px 32px;
  }
}

/* -------------------------------
  novelty
------------------------------- */
.un_novelty {
  position: relative;
  z-index: var(--srk-mothers-day-z_index-container-back);
}

.un_novelty_inner {
  position: relative;
  background-image: linear-gradient(to bottom, #faabab 0%, #f7ebdf 35%, #ffeef3 100%);

  padding-block: 9.0666666667vw 0;
}
@media (min-width: 768px) {
  .un_novelty_inner {
    padding-block: 45.3333333333px 0;
  }
}

.un_novelty_heading {
  padding-inline-start: 8.5333333333vw;
}
@media (min-width: 768px) {
  .un_novelty_heading {
    padding-inline-start: 42.6666666667px;
  }
}
.un_novelty_heading h2 {
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--srk-mothers-day-color-white);
  font-size: 6.4vw;
  font-weight: 900;
  line-height: 1.3333333333;
}
.un_novelty_heading h2::before,
.un_novelty_heading h2::after {
  content: "";
  display: block;

  inline-size: 0;
  block-size: 1px;
}
.un_novelty_heading h2::before {
  margin-block-end: calc((1 - 1.3333333333) * 0.5em);
}
.un_novelty_heading h2::after {
  margin-block-start: calc((1 - 1.3333333333) * 0.5em);
}
@media (min-width: 768px) {
  .un_novelty_heading h2 {
    font-size: 32px;
  }
}
.un_novelty_heading p {
  letter-spacing: 0.24em;
  color: var(--srk-mothers-day-color-dark-red);
  font-size: 3.2vw;
  line-height: 2.5;

  margin-block-start: 2.1333333333vw;
}
.un_novelty_heading p::before,
.un_novelty_heading p::after {
  content: "";
  display: block;

  inline-size: 0;
  block-size: 1px;
}
.un_novelty_heading p::before {
  margin-block-end: calc((1 - 2.5) * 0.5em);
}
.un_novelty_heading p::after {
  margin-block-start: calc((1 - 2.5) * 0.5em);
}
@media (min-width: 768px) {
  .un_novelty_heading p {
    font-size: 16px;

    margin-block-start: 10.6666666667px;
  }
}

.un_novelty_body {
  padding: 23.4666666667vw 6.1333333333vw 12.5333333333vw;
}
@media (min-width: 768px) {
  .un_novelty_body {
    padding: 117.3333333333px 30.6666666667px 62.6666666667px;
  }
}

.un_novelty_lead {
  text-align: center;
  letter-spacing: 0;
  color: var(--srk-mothers-day-color-white);
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 2.2857142857;
}
.un_novelty_lead::before,
.un_novelty_lead::after {
  content: "";
  display: block;

  inline-size: 0;
  block-size: 1px;
}
.un_novelty_lead::before {
  margin-block-end: calc((1 - 2.2857142857) * 0.5em);
}
.un_novelty_lead::after {
  margin-block-start: calc((1 - 2.2857142857) * 0.5em);
}
@media (min-width: 768px) {
  .un_novelty_lead {
    font-size: 18.6666666667px;
  }
}

.un_novelty_content {
  padding-block: 50.6666666667vw 0;
}
@media (min-width: 768px) {
  .un_novelty_content {
    padding-block: 253.3333333333px 0;
  }
}

.un_novelty_list {
  display: flex;
  flex-direction: column;

  gap: 26.4vw;
}
@media (min-width: 768px) {
  .un_novelty_list {
    gap: 132px;
  }
}

.un_novelty_item_heading {
  text-align: center;
  color: var(--srk-mothers-day-color-pink);
}
.un_novelty_item_heading > p {
  letter-spacing: 0.2em;
  font-size: 4.8vw;
  font-weight: 900;
  line-height: 1.7777777778;
}
.un_novelty_item_heading > p::before,
.un_novelty_item_heading > p::after {
  content: "";
  display: block;

  inline-size: 0;
  block-size: 1px;
}
.un_novelty_item_heading > p::before {
  margin-block-end: calc((1 - 1.7777777778) * 0.5em);
}
.un_novelty_item_heading > p::after {
  margin-block-start: calc((1 - 1.7777777778) * 0.5em);
}
@media (min-width: 768px) {
  .un_novelty_item_heading > p {
    font-size: 24px;
  }
}
.un_novelty_item_heading > h3 {
  letter-spacing: 0.2em;
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 1.5;

  margin-block-start: 8vw;
}
.un_novelty_item_heading > h3::before,
.un_novelty_item_heading > h3::after {
  content: "";
  display: block;

  inline-size: 0;
  block-size: 1px;
}
.un_novelty_item_heading > h3::before {
  margin-block-end: calc((1 - 1.5) * 0.5em);
}
.un_novelty_item_heading > h3::after {
  margin-block-start: calc((1 - 1.5) * 0.5em);
}
@media (min-width: 768px) {
  .un_novelty_item_heading > h3 {
    font-size: 26.6666666667px;

    margin-block-start: 40px;
  }
}

.un_novelty_item {
  position: relative;
}
.un_novelty_item:not(:first-child)::before {
  content: "";
  display: block;
  position: absolute;
  top: -13.8666666667vw;
  left: 0;
  width: 100%;
  height: 0.2666666667vw;
  background-color: #fcf9ef;
}
@media (min-width: 768px) {
  .un_novelty_item:not(:first-child)::before {
    top: -69.3333333333px;
    height: 1.3333333333px;
  }
}

.un_novelty_item_kv {
  width: 100%;

  margin-block-start: 6.9333333333vw;
}
@media (min-width: 768px) {
  .un_novelty_item_kv {
    margin-block-start: 34.6666666667px;
  }
}
.un_novelty_item_kv img {
  width: 100%;
}

.un_novelty_card {
  display: grid;
  align-items: flex-end;

  margin-block-start: 2.1333333333vw;
  grid-template-columns: 1fr 41.6vw;
  gap: 3.2vw;
  padding-inline-start: 1.8666666667vw;
}
@media (min-width: 768px) {
  .un_novelty_card {
    margin-block-start: 10.6666666667px;
    grid-template-columns: 1fr 208px;
    gap: 16px;
    padding-inline-start: 9.3333333333px;
  }
}
.un_novelty_card > p {
  white-space: nowrap;
  letter-spacing: -0.08em;
  font-size: 3.7333333333vw;
  line-height: 1.7857142857;
}
.un_novelty_card > p::before,
.un_novelty_card > p::after {
  content: "";
  display: block;

  inline-size: 0;
  block-size: 1px;
}
.un_novelty_card > p::before {
  margin-block-end: calc((1 - 2.4285714286) * 0.5em);
}
.un_novelty_card > p::after {
  margin-block-start: calc((1 - 2.4285714286) * 0.5em);
}
@media (min-width: 768px) {
  .un_novelty_card > p {
    font-size: 18.6666666667px;
  }
}

.un_novelty_btnBox {
  display: flex;
  justify-content: center;

  padding-block-start: 13.3333333333vw;
  padding-inline: 6.9333333333vw 6.4vw;
}
@media (min-width: 768px) {
  .un_novelty_btnBox {
    padding-block-start: 66.6666666667px;
    padding-inline: 34.6666666667px 32px;
  }
}

/* --------------------------------
  event
-------------------------------- */
.un_event {
  position: relative;
  z-index: var(--srk-mothers-day-z_index-container);
  padding: 20.2666666667vw 6.9333333333vw 0 6.4vw;
}
@media (min-width: 768px) {
  .un_event {
    padding: 101.3333333333px 34.6666666667px 0 32px;
  }
}

.un_event_heading h2 {
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--srk-mothers-day-color-red);
  font-size: 6.4vw;
  font-weight: 900;
  line-height: 1.3333333333;
}
.un_event_heading h2::before,
.un_event_heading h2::after {
  content: "";
  display: block;

  inline-size: 0;
  block-size: 1px;
}
.un_event_heading h2::before {
  margin-block-end: calc((1 - 1.3333333333) * 0.5em);
}
.un_event_heading h2::after {
  margin-block-start: calc((1 - 1.3333333333) * 0.5em);
}
@media (min-width: 768px) {
  .un_event_heading h2 {
    font-size: 32px;
  }
}
.un_event_heading p {
  letter-spacing: 0.22em;
  font-size: 3.2vw;
  font-weight: 700;
  line-height: 2.5;

  padding-block-start: 2.1333333333vw;
}
.un_event_heading p::before,
.un_event_heading p::after {
  content: "";
  display: block;

  inline-size: 0;
  block-size: 1px;
}
.un_event_heading p::before {
  margin-block-end: calc((1 - 2.5) * 0.5em);
}
.un_event_heading p::after {
  margin-block-start: calc((1 - 2.5) * 0.5em);
}
@media (min-width: 768px) {
  .un_event_heading p {
    font-size: 16px;

    padding-block-start: 10.6666666667px;
  }
}

.un_event_body {
  padding-block-start: 12.8vw;
}
@media (min-width: 768px) {
  .un_event_body {
    padding-block-start: 64px;
  }
}

.un_event_kv {
  width: 100%;
}
.un_event_kv img {
  width: 100%;
}

.un_event_ttl {
  text-align: center;
  letter-spacing: 0.18em;
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 1.5;

  margin-block-start: 9.3333333333vw;
}
.un_event_ttl::before,
.un_event_ttl::after {
  content: "";
  display: block;

  inline-size: 0;
  block-size: 1px;
}
.un_event_ttl::before {
  margin-block-end: calc((1 - 1.5) * 0.5em);
}
.un_event_ttl::after {
  margin-block-start: calc((1 - 1.5) * 0.5em);
}
@media (min-width: 768px) {
  .un_event_ttl {
    font-size: 26.6666666667px;

    margin-block-start: 46.6666666667px;
  }
}
.un_event_ttl > span {
  letter-spacing: 0.26em;
  font-weight: 900;
}

.un_event_txt {
  text-align: center;
  letter-spacing: 0.04em;
  font-size: 3.7333333333vw;
  line-height: 2.2857142857;

  margin-block-start: 6.9333333333vw;
}
.un_event_txt::before,
.un_event_txt::after {
  content: "";
  display: block;

  inline-size: 0;
  block-size: 1px;
}
.un_event_txt::before {
  margin-block-end: calc((1 - 2.2857142857) * 0.5em);
}
.un_event_txt::after {
  margin-block-start: calc((1 - 2.2857142857) * 0.5em);
}
@media (min-width: 768px) {
  .un_event_txt {
    font-size: 18.6666666667px;

    margin-block-start: 34.6666666667px;
  }
}
.un_event_txt span {
  letter-spacing: 0.08em;
}

.un_event_detail {
  margin-block-start: 10.4vw;
}
@media (min-width: 768px) {
  .un_event_detail {
    margin-block-start: 52px;
  }
}
.un_event_detail > picture {
  width: -moz-fit-content;
  width: fit-content;
}
.un_event_detail > picture img {
  width: 100%;
}

.un_event_detail_ttl {
  letter-spacing: 0.05em;
  font-size: 3.4666666667vw;
  font-weight: 700;
  line-height: 1.6923076923;

  margin-block-start: 5.8666666667vw;
}
.un_event_detail_ttl::before,
.un_event_detail_ttl::after {
  content: "";
  display: block;

  inline-size: 0;
  block-size: 1px;
}
.un_event_detail_ttl::before {
  margin-block-end: calc((1 - 1.6923076923) * 0.5em);
}
.un_event_detail_ttl::after {
  margin-block-start: calc((1 - 1.6923076923) * 0.5em);
}
@media (min-width: 768px) {
  .un_event_detail_ttl {
    font-size: 17.3333333333px;

    margin-block-start: 33.3333333333px;
  }
}
.un_event_detail_ttl > span {
  font-family: var(--srk-mothers-day-font-avenir);
  font-weight: 900;
}

.un_event_info dt {
  letter-spacing: 0.24em;
  color: var(--srk-mothers-day-color-red);
  font-size: 3.2vw;
  font-weight: 700;
  line-height: 2.5;

  margin-block-start: 5.8666666667vw;
}
.un_event_info dt::before,
.un_event_info dt::after {
  content: "";
  display: block;

  inline-size: 0;
  block-size: 1px;
}
.un_event_info dt::before {
  margin-block-end: calc((1 - 2.5) * 0.5em);
}
.un_event_info dt::after {
  margin-block-start: calc((1 - 2.5) * 0.5em);
}
@media (min-width: 768px) {
  .un_event_info dt {
    font-size: 16px;

    margin-block-start: 29.3333333333px;
  }
}
.un_event_info dd {
  letter-spacing: -0.08em;
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1.7857142857;

  margin-block-start: 3.2vw;
}
.un_event_info dd::before,
.un_event_info dd::after {
  content: "";
  display: block;

  inline-size: 0;
  block-size: 1px;
}
.un_event_info dd::before {
  margin-block-end: calc((1 - 1.7857142857) * 0.5em);
}
.un_event_info dd::after {
  margin-block-start: calc((1 - 1.7857142857) * 0.5em);
}
@media (min-width: 768px) {
  .un_event_info dd {
    font-size: 18.6666666667px;

    margin-block-start: 16px;
  }
}
.un_event_info dd span {
  font-family: var(--srk-mothers-day-font-avenir);
}
.un_event_info dd:has(time) {
  letter-spacing: 0.09em;
  font-family: var(--srk-mothers-day-font-avenir);
  line-height: 1.7142857143;
}
.un_event_info dd:has(time)::before,
.un_event_info dd:has(time)::after {
  content: "";
  display: block;

  inline-size: 0;
  block-size: 1px;
}
.un_event_info dd:has(time)::before {
  margin-block-end: calc((1 - 1.7142857143) * 0.5em);
}
.un_event_info dd:has(time)::after {
  margin-block-start: calc((1 - 1.7142857143) * 0.5em);
}
.un_event_info dd:has(time) span {
  font-family: var(--srk-mothers-day-font-gothic);
}
.un_event_info dd address {
  font-style: normal;
}
.un_event_info dd:has(address) {
  letter-spacing: 0.04em;
  font-size: 3.4666666667vw;
  line-height: 1.8461538462;
}
.un_event_info dd:has(address)::before,
.un_event_info dd:has(address)::after {
  content: "";
  display: block;

  inline-size: 0;
  block-size: 1px;
}
.un_event_info dd:has(address)::before {
  margin-block-end: calc((1 - 1.8461538462) * 0.5em);
}
.un_event_info dd:has(address)::after {
  margin-block-start: calc((1 - 1.8461538462) * 0.5em);
}
@media (min-width: 768px) {
  .un_event_info dd:has(address) {
    font-size: 17.3333333333px;
  }
}

.un_event_info_caption {
  letter-spacing: 0;
  font-size: 3.2vw;

  margin-block-start: 4vw;
}
.un_event_info_caption::before,
.un_event_info_caption::after {
  content: "";
  display: block;

  inline-size: 0;
  block-size: 1px;
}
.un_event_info_caption::before {
  margin-block-end: calc((1 - 1.6666666667) * 0.5em);
}
.un_event_info_caption::after {
  margin-block-start: calc((1 - 1.6666666667) * 0.5em);
}
@media (min-width: 768px) {
  .un_event_info_caption {
    font-size: 16px;

    margin-block-start: 20px;
  }
}

.un_event_btnBox {
  display: flex;
  justify-content: center;

  padding-block-start: 13.0666666667vw;
  padding-inline: 9.8666666667vw 9.3333333333vw;
}
@media (min-width: 768px) {
  .un_event_btnBox {
    padding-block-start: 65.3333333333px;
    padding-inline: 49.3333333333px 46.6666666667px;
  }
}

/* --------------------------------
  outro
-------------------------------- */
.un_outro {
  position: relative;
  z-index: var(--srk-mothers-day-z_index-container-back);

  padding-block-start: 21.3333333333vw;
}
@media (min-width: 768px) {
  .un_outro {
    padding-block-start: 106.6666666667px;
  }
}
.un_outro::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 103.7333333333vw;
  background-image: linear-gradient(to bottom, #f9c7d5 0%, #f9c7d5 24%, #f9afaf 100%);
}
@media (min-width: 768px) {
  .un_outro::before {
    height: 518.6666666667px;
  }
}

.un_outro_kv {
  width: 100%;

  margin-block-end: -16vw;
}
@media (min-width: 768px) {
  .un_outro_kv {
    margin-block-end: -80px;
  }
}
.un_outro_kv img {
  width: 100%;
}

.un_outro_body {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;

  gap: 18.4vw;
  padding-block: 3.2vw 19.4666666667vw;
}
@media (min-width: 768px) {
  .un_outro_body {
    gap: 92px;
    padding-block: 16px 97.3333333333px;
  }
}

.un_outro_txt {
  position: relative;
  width: 36.8vw;
}
@media (min-width: 768px) {
  .un_outro_txt {
    width: 184px;
  }
}
.un_outro_txt img {
  width: 100%;
  transform-origin: center;
  animation: outro-spin-txt 20s linear infinite;
}
@keyframes outro-spin-txt {
  from {
    rotate: 0deg;
  }
  to {
    rotate: 360deg;
  }
}

.un_outro_sns {
  display: flex;
  flex-direction: column;

  gap: 6.4vw;
}
@media (min-width: 768px) {
  .un_outro_sns {
    gap: 32px;
  }
}
.un_outro_sns > p {
  letter-spacing: 0.16em;
  color: var(--srk-mothers-day-color-white);
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.875;
}
.un_outro_sns > p::before,
.un_outro_sns > p::after {
  content: "";
  display: block;

  inline-size: 0;
  block-size: 1px;
}
.un_outro_sns > p::before {
  margin-block-end: calc((1 - 1.875) * 0.5em);
}
.un_outro_sns > p::after {
  margin-block-start: calc((1 - 1.875) * 0.5em);
}
@media (min-width: 768px) {
  .un_outro_sns > p {
    font-size: 21.3333333333px;
  }
}

.un_outro_icon {
  display: flex;
  justify-content: center;

  gap: 8vw;
}
@media (min-width: 768px) {
  .un_outro_icon {
    gap: 40px;
  }
}
.un_outro_icon a {
  transition: opacity var(--_ease-change) 0.3s;

  --_ease-change: cubic-bezier(0.39, 0.575, 0.565, 1);
  will-change: opacity;
}
@media (hover: hover) and (pointer: fine) {
  .un_outro_icon a:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.6;
    -moz-transition: opacity var(--_ease-change) 0.45s;
    transition: opacity var(--_ease-change) 0.45s;
  }
  .un_outro_icon a:where(:any-link, :enabled, summary):hover {
    opacity: 0.6;
    transition: opacity var(--_ease-change) 0.45s;
  }
}
@media (hover: none) and (any-pointer: coarse) {
  .un_outro_icon a.is-touched {
    opacity: 0.6;
    transition: opacity var(--_ease-change) 0.45s;
  }
}
.un_outro_icon a img {
  width: 10.6666666667vw;
}
@media (min-width: 768px) {
  .un_outro_icon a img {
    width: 53.3333333333px;
  }
}

/*-------------------------------
  decoration
-------------------------------*/
.un_deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (min-width: 768px) {
  .un_deco {
    overflow-x: clip;
  }
}

.un_kv_flower__01 {
  top: 53.8666666667vw;
  left: -8vw;
  width: 58.1333333333vw;

  rotate: 30deg;
}
@media (min-width: 768px) {
  .un_kv_flower__01 {
    top: 322.6666666667px;
    left: -45.3333333333px;
    width: 290.6666666667px;
  }
}

.un_kv_flower__02 {
  top: 75.2vw;
  right: -7.4666666667vw;
  width: 58.6666666667vw;
}
@media (min-width: 768px) {
  .un_kv_flower__02 {
    top: 420px;
    right: -46.6666666667px;
    width: 293.3333333333px;
  }
}

.un_lead_flower__01 {
  z-index: 1;
  top: 4.8vw;
  right: -7.4666666667vw;
  width: 70.9333333333vw;

  rotate: -10deg;
}
@media (min-width: 768px) {
  .un_lead_flower__01 {
    top: 24px;
    right: -37.3333333333px;
    width: 354.6666666667px;
  }
}
.un_lead_flower__01 img {
  width: 100%;
}

.un_lead_flower__02 {
  position: absolute;
  z-index: 1;
  top: 74.1333333333vw;
  left: -26.6666666667vw;
  width: 48.8vw;

  rotate: -12deg;
  aspect-ratio: 183/198;
}
@media (min-width: 768px) {
  .un_lead_flower__02 {
    top: 370.6666666667px;
    left: -133.3333333333px;
    width: 244px;
  }
}
.un_lead_flower__02 img {
  width: 100%;
}

.un_lead_flower__03 {
  z-index: 1;
  top: 95.2vw;
  right: -10.9333333333vw;
  width: 73.8666666667vw;
}
@media (min-width: 768px) {
  .un_lead_flower__03 {
    top: 476px;
    right: -54.6666666667px;
    width: 369.3333333333px;
  }
}
.un_lead_flower__03 img {
  width: 100%;
}

.un_gift_flower__01 {
  z-index: 1;
  top: -3.7333333333vw;
  left: 7.2vw;
  width: 42.9333333333vw;
}
@media (min-width: 768px) {
  .un_gift_flower__01 {
    top: -18.6666666667px;
    left: 36px;
    width: 214.6666666667px;
  }
}
.un_gift_flower__01 img {
  width: 100%;
}

.un_gift_flower__02 {
  z-index: 1;
  top: 48.2666666667vw;
  right: -6.1333333333vw;
  width: 27.4666666667vw;
}
@media (min-width: 768px) {
  .un_gift_flower__02 {
    top: 241.3333333333px;
    right: -30.6666666667px;
    width: 137.3333333333px;
  }
}
.un_gift_flower__02 img {
  width: 100%;
}

.un_concept_flower__01 {
  z-index: 1;
  top: 13.3333333333vw;
  right: -36.2666666667vw;
  width: 51.2vw;

  rotate: 222deg;
}
@media (min-width: 768px) {
  .un_concept_flower__01 {
    top: 66.6666666667px;
    right: -181.3333333333px;
    width: 256px;
  }
}

.un_concept_flower__02 {
  z-index: 1;
  top: 55.4666666667vw;
  left: -14.6666666667vw;
  width: 38.9333333333vw;
}
@media (min-width: 768px) {
  .un_concept_flower__02 {
    top: 277.3333333333px;
    left: -73.3333333333px;
    width: 194.6666666667px;
  }
}

.un_concept_flower__03 {
  z-index: 1;
  right: -10.6666666667vw;
  bottom: -18.4vw;
  width: 53.3333333333vw;

  rotate: 56deg;
}
@media (min-width: 768px) {
  .un_concept_flower__03 {
    right: -53.3333333333px;
    bottom: -92px;
    width: 266.6666666667px;
  }
}

.un_design_flower__01 {
  z-index: 1;
  top: -9.3333333333vw;
  right: -9.3333333333vw;
  width: 33.0666666667vw;
}
@media (min-width: 768px) {
  .un_design_flower__01 {
    top: -46.6666666667px;
    right: -46.6666666667px;
    width: 165.3333333333px;
  }
}
.un_design_flower__01 img {
  width: 100%;
}

.un_novelty_flower__01 {
  z-index: 1;
  top: -10.6666666667vw;
  right: -21.3333333333vw;
  width: 75.7333333333vw;

  rotate: -95deg;
}
@media (min-width: 768px) {
  .un_novelty_flower__01 {
    top: -53.3333333333px;
    right: -106.6666666667px;
    width: 378.6666666667px;
  }
}
.un_novelty_flower__01 img {
  width: 100%;
}

.un_novelty_flower__02 {
  z-index: 1;
  top: 70.1333333333vw;
  left: -5.8666666667vw;
  width: 37.3333333333vw;
}
@media (min-width: 768px) {
  .un_novelty_flower__02 {
    top: 350.6666666667px;
    left: -29.3333333333px;
    width: 186.6666666667px;
  }
}
.un_novelty_flower__02 img {
  width: 100%;
}

.un_novelty_flower__03 {
  z-index: 1;
  top: 90.1333333333vw;
  right: -15.4666666667vw;
  width: 42.9333333333vw;
}
@media (min-width: 768px) {
  .un_novelty_flower__03 {
    top: 450.6666666667px;
    right: -77.3333333333px;
    width: 214.6666666667px;
  }
}
.un_novelty_flower__03 img {
  width: 100%;
}

.un_event_flower__01 {
  z-index: 1;
  top: 3.2vw;
  right: -8vw;
  width: 51.4666666667vw;
}
@media (min-width: 768px) {
  .un_event_flower__01 {
    top: 16px;
    right: -40px;
    width: 257.3333333333px;
  }
}
.un_event_flower__01 img {
  width: 100%;
}

.un_event_flower__02 {
  top: 136.2666666667vw;
  left: -6.1333333333vw;
  width: 20.2666666667vw;

  rotate: 47deg;
}
@media (min-width: 768px) {
  .un_event_flower__02 {
    top: 682.6666666667px;
    left: -30.6666666667px;
    width: 101.3333333333px;
  }
}
.un_event_flower__02 img {
  width: 100%;
}

.un_event_flower__03 {
  z-index: 1;
  top: 136vw;
  right: -4.8vw;
  width: 24vw;

  rotate: -4deg;
}
@media (min-width: 768px) {
  .un_event_flower__03 {
    top: 680px;
    right: -24px;
    width: 120px;
  }
}
.un_event_flower__03 img {
  width: 100%;
}

.un_outro_flower__01 {
  z-index: 1;
  top: -7.4666666667vw;
  left: -11.2vw;
  width: 33.3333333333vw;

  scale: -1 1;
  rotate: 70deg;
}
@media (min-width: 768px) {
  .un_outro_flower__01 {
    top: -37.3333333333px;
    left: -56px;
    width: 166.6666666667px;
  }
}
.un_outro_flower__01 img {
  width: 100%;
}

.un_outro_flower__02 {
  z-index: 1;
  top: -5.6vw;
  right: -2.9333333333vw;
  width: 32vw;

  rotate: -24deg;
}
@media (min-width: 768px) {
  .un_outro_flower__02 {
    top: -28px;
    right: -14.6666666667px;
    width: 160px;
  }
}
.un_outro_flower__02 img {
  width: 100%;
}

.un_outro_flower__03 {
  z-index: 1;
  top: 28vw;
  left: -4.5333333333vw;
  width: 33.0666666667vw;

  rotate: -30deg;
}
@media (min-width: 768px) {
  .un_outro_flower__03 {
    top: 140px;
    left: -22.6666666667px;
    width: 165.3333333333px;
  }
}
.un_outro_flower__03 img {
  width: 100%;
}

.un_outro_flower__04 {
  z-index: 1;
  top: 22.6666666667vw;
  right: -9.3333333333vw;
  width: 42.4vw;

  rotate: -65deg;
}
@media (min-width: 768px) {
  .un_outro_flower__04 {
    top: 113.3333333333px;
    right: -46.6666666667px;
    width: 212px;
  }
}
.un_outro_flower__04 img {
  width: 100%;
}

/* --------------------------------
  test
-------------------------------- */
.un_butterfly-field {
  position: absolute;
  pointer-events: none;
}
.un_butterfly-field svg {
  opacity: 0;
  width: 100%;
  height: auto;
}
.un_butterfly-field--01_sp {
  z-index: var(--srk-mothers-day-z_index-container-front);
  top: 24.8vw;
  left: calc(50% + 7.3333333333vw);
  width: 466px;
  height: auto;
  transform-origin: top center;

  translate: -50% 0;
}
.un_butterfly-field--01_sp .un_butterfly-box {
  offset-path: url(#butterflyPath1-sp);
}
.un_butterfly-field--01_pc {
  z-index: var(--srk-mothers-day-z_index-container-front);
  top: 124px;
  left: calc(50% - 106.6666666667px);
  width: 999px;
  height: auto;
  transform-origin: top center;

  translate: -50% 0;
}
.un_butterfly-field--01_pc .un_butterfly-box {
  offset-path: url(#butterflyPath1-pc);
}
.un_butterfly-field--02_sp {
  z-index: 1;
  bottom: -10.6666666667vw;
  left: calc(50% + 40.6666666667vw);
  width: 185px;
  height: auto;
  transform-origin: top center;

  translate: -50% 0;
}
.un_butterfly-field--02_sp .un_butterfly-box {
  offset-path: url(#butterflyPath2-sp);
}
.un_butterfly-field--02_pc {
  z-index: 1;
  bottom: 146.6666666667px;
  left: calc(50% + 416.6666666667px);
  width: 617px;
  height: auto;
  transform-origin: top center;

  translate: -50% 0;
}
.un_butterfly-field--02_pc .un_butterfly-box {
  offset-path: url(#butterflyPath2-pc);
}
.un_butterfly-field--03_sp {
  z-index: 10;
  bottom: 13.8666666667vw;
  left: calc(50% + 17.3333333333vw);
  width: 155px;
  height: auto;
  transform-origin: top left;
}
.un_butterfly-field--03_sp .un_butterfly-box {
  offset-path: url(#butterflyPath3-sp);
}
.un_butterfly-field--03_pc {
  z-index: 10;
  bottom: 93.3333333333px;
  left: calc(50% + 100px);
  width: 324px;
  height: auto;
  transform-origin: top left;
}
.un_butterfly-field--03_pc .un_butterfly-box {
  offset-path: url(#butterflyPath3-pc);
}
.un_butterfly-field--04_sp {
  z-index: 10;
  top: -17.8666666667vw;
  left: calc(50% - 54vw);
  width: 71px;
  height: auto;
  transform-origin: top left;
}
.un_butterfly-field--04_sp .un_butterfly-box {
  offset-path: url(#butterflyPath4-sp);
}
.un_butterfly-field--04_pc {
  z-index: 10;
  top: -65.3333333333px;
  left: calc(50% - 470px);
  width: 275px;
  height: auto;
  transform-origin: top left;
}
.un_butterfly-field--04_pc .un_butterfly-box {
  offset-path: url(#butterflyPath4-pc);
}
.un_butterfly-field--05_sp {
  z-index: 10;
  top: 172vw;
  left: calc(50% + 18.2666666667vw);
  width: 135px;
  height: auto;
  transform-origin: top left;
}
.un_butterfly-field--05_sp .un_butterfly-box {
  offset-path: url(#butterflyPath5-sp);
}
.un_butterfly-field--05_pc {
  z-index: 10;
  top: 877.3333333333px;
  left: calc(50% + 131.3333333333px);
  width: 233px;
  height: auto;
  transform-origin: top left;
}
.un_butterfly-field--05_pc .un_butterfly-box {
  offset-path: url(#butterflyPath5-pc);
}
.un_butterfly-field--06_sp {
  z-index: 10;
  top: 24.8vw;
  left: calc(50% - 15.4666666667vw);
  width: 100px;
  height: auto;
  transform-origin: top left;
}
.un_butterfly-field--06_sp .un_butterfly-box {
  offset-path: url(#butterflyPath6-sp);
}
.un_butterfly-field--06_pc {
  z-index: 10;
  top: 137.3333333333px;
  left: calc(50% - 340px);
  width: 381px;
  height: auto;
  transform-origin: top left;
}
.un_butterfly-field--06_pc .un_butterfly-box {
  offset-path: url(#butterflyPath6-pc);
}
.un_butterfly-field--outro {
  z-index: 10;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  transform-origin: center;

  translate: -50% -50%;
  rotate: 180deg;
}
@media (min-width: 768px) {
  .un_butterfly-field--outro {
    width: 53.3333333333px;
    height: 53.3333333333px;
  }
}

.un_butterfly-box {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  transform-origin: center;

  offset-rotate: 180deg;
  offset-distance: 0%;
}
@media (min-width: 768px) {
  .un_butterfly-box {
    width: 53.3333333333px;
    height: 53.3333333333px;
  }
}
.un_butterfly-box.is-animated {
  will-change: offset-distance;
}
.un_butterfly-box.is-animated .un_butterfly_wing {
  will-change: transform, filter;
}
.un_butterfly-box.is-animated .un_butterfly_wing span {
  will-change: rotate;
}

.un_butterfly_wing {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: center;

  --butterfly-shadow-distance: 2px;
  --butterfly-shadow-blur: 2px;
  --butterfly-shadow-factor: 0;
  rotate: 180deg;
  filter: drop-shadow(calc(var(--butterfly-shadow-distance) + 6px * var(--butterfly-shadow-factor)) calc(var(--butterfly-shadow-distance) + 6px * var(--butterfly-shadow-factor)) calc(var(--butterfly-shadow-blur) + 2px * var(--butterfly-shadow-factor)) rgba(180, 96, 124, 0.06));
}
.un_butterfly_wing span:first-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  transform-origin: right;
  background-image: url(../img/butterfly_left.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

  --wing-direction: 1;
}
.un_butterfly_wing span:last-child {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  transform-origin: left;
  background-image: url(../img/butterfly_right.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

  --wing-direction: -1;
}

.un_butterfly_path {
  opacity: 0;
  pointer-events: none;
}

@keyframes flowerBloom {
  to {
    opacity: 1;

    scale: 1;
  }
}