@charset "UTF-8";
/*
* main.css
*
*/
@font-face {
  font-family: "Yu Gothic Pro6N";
  font-weight: 500;

  font-display: swap;
  src: url(../fonts/yu-gothic-pro-m.otf) format("opentype");
}
@font-face {
  font-family: "Yu Gothic Pro6N";
  font-weight: 600;

  font-display: swap;
  src: url(../fonts/yu-gothic-pro-d.otf) format("opentype");
}
@font-face {
  font-family: "Yu Gothic Pro6N";
  font-weight: bold;

  font-display: swap;
  src: url(../fonts/yu-gothic-pro-b.otf) format("opentype");
}
@font-face {
  font-family: "Yu Mincho Pro6N";
  font-weight: 500;

  font-display: swap;
  src: url(../fonts/yu-mincho-pro-m.otf) format("opentype");
}
@font-face {
  font-family: "Yu Mincho Pro6N";
  font-weight: bold;

  font-display: swap;
  src: url(../fonts/yu-mincho-pro-d.otf) format("opentype");
}
@font-face {
  font-family: "Avenir";

  font-display: swap;
  src: url(../fonts/avenir-pro-m.otf) format("opentype");
}
/* ------------------------
  reset
------------------------ */
html,
body {
  height: 100%;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}

pre,
textarea {
  overflow: auto;
}

template {
  display: none;
}

details,
main,
summary {
  display: block;
}

input[type=number] {
  width: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

textarea {
  resize: vertical;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

audio:not([controls]) {
  display: none;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

button,
input,
select,
textarea {
  min-height: 1.5em;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

input {
  line-height: normal;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  border-style: none;
  cursor: pointer;
  background-color: transparent;

  -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace;
}

ol,
ul {
  list-style: none;
}

select {
     -moz-appearance: none;
  -webkit-appearance: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

fieldset {
  border: 0;
}

/* ------------------------
  Base Settings
------------------------ */
html {
  font-size: inherit;
}
html:has([data-mouse-stalker].is-mouseStalker-active) {
  cursor: pointer;
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

body {
  background-color: var(--srk-mothers-day-color-white);
  letter-spacing: 0.04em;
  word-break: normal;
  color: var(--srk-mothers-day-color-stone);
  font-family: var(--srk-mothers-day-font-gothic);
  font-size: 3.7333333333vw;
  font-weight: 600;
  line-height: 2.2857142857;

  --srk-mothers-day-font-gothic: "Yu Gothic Pro6N", sans-serif;
  --srk-mothers-day-font-mincho: "Yu Mincho Pro6N", serif;
  --srk-mothers-day-font-avenir: "Avenir", sans-serif;
  --srk-mothers-day-color-white: #fff;
  --srk-mothers-day-color-black: #000;
  --srk-mothers-day-color-stone: #716d6f;
  --srk-mothers-day-color-gray: #9e9993;
  --srk-mothers-day-color-dark-gray: #4e484b;
  --srk-mothers-day-color-red: #ee6252;
  --srk-mothers-day-color-dark-red: #e7274a;
  --srk-mothers-day-color-pink: #f27e9f;
  --srk-mothers-day-color-light-pink: #fff7f7;
  --srk-mothers-day-z_index-loading: 100;
  --srk-mothers-day-z_index-dialog: 60;
  --srk-mothers-day-z_index-container-front: 50;
  --srk-mothers-day-z_index-container: 40;
  --srk-mothers-day-z_index-container-back: 30;
  --srk-mothers-day-z_index-header: 20;
  --srk-mothers-day-z_index-base: 1;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  overflow-wrap: anywhere;
  overscroll-behavior: none;
  font-feature-settings: "palt";
}
@media (min-width: 768px) {
  body {
    font-size: 18.6666666667px;
  }
}
body.is-splash-loading {
  overflow: hidden;
}

a {
  text-decoration: none;
  color: var(--srk-mothers-day-color-stone);
}
a:visited {
  color: var(--srk-mothers-day-color-stone);
}
a:hover {
  text-decoration: none;
  color: var(--srk-mothers-day-color-stone);
}
a:active {
  text-decoration: none;
  color: var(--srk-mothers-day-color-stone);
}
a[href^="tel:"]:hover {
  color: var(--srk-mothers-day-color-stone);
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    cursor: text;
    text-decoration: none;
  }
}

/* コンポーネント */
.ly_header {
  opacity: 0;
  position: fixed;
  pointer-events: none;

  --_ease-change: cubic-bezier(0.39, 0.575, 0.565, 1);
  --_ease-move: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (min-width: 880px) {
  .ly_header {
    display: flex;
    opacity: 1;
    justify-content: space-between;
    z-index: var(--srk-mothers-day-z_index-header);
    top: 0;
    left: 50%;
    width: 100%;
    max-width: 90rem;

    translate: -50% 0;
    padding-block-start: 2.5625rem;
    padding-inline: 3rem 2.6875rem;
  }
}

.ly_header_cont_01,
.ly_header_cont_02 {
  pointer-events: none;
}
@media screen and (min-width: 880px) {
  .ly_header_cont_01,
  .ly_header_cont_02 {
    pointer-events: auto;
  }
}

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

  gap: 61.3333333333px;
}

.ly_header_logo {
  width: 6.25rem;
  transition: opacity 0.2s var(--_ease-change);
}
.ly_header_logo img {
  width: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .ly_header_logo:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.6;
    -moz-transition: opacity 0.45s var(--_ease-change);
    transition: opacity 0.45s var(--_ease-change);
  }
  .ly_header_logo:where(:any-link, :enabled, summary):hover {
    opacity: 0.6;
    transition: opacity 0.45s var(--_ease-change);
  }
}
@media (hover: none) and (any-pointer: coarse) {
  .ly_header_logo.is-touched {
    opacity: 0.6;
    transition: opacity 0.45s var(--_ease-change);
  }
}

.ly_header_btn_text {
  text-align: center;
}

.ly_header_btn_icon {
  display: block;
  width: var(--_icon-size);
  transition: rotate 0.3s var(--_ease-move);

  margin-inline-end: auto;
}
.ly_header_btn_icon svg {
  display: block;
  width: 100%;

  fill: currentColor;
}

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

  gap: 6.6666666667px;
}

.ly_headerNav_anchor {
  transition: translate 0.3s var(--_ease-change), opacity 0.2s var(--_ease-change);

  translate: 0;
}
.ly_headerNav_anchor:has(.is-current) {
  translate: 0.5625rem 0;
}
.ly_headerNav_anchor > a {
  display: block;
  position: relative;
  transition: opacity 0.3s var(--_ease-change);
  color: var(--srk-mothers-day-color-white);

  translate: 0;
}
.ly_headerNav_anchor > a > span {
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-family: var(--srk-mothers-day-font-avenir);
  font-size: 0.75rem;
  font-weight: 900;
  line-height: 2.6666666667;
}
.ly_headerNav_anchor > a > span::before,
.ly_headerNav_anchor > a > span::after {
  content: "";
  display: block;

  inline-size: 0;
  block-size: 1px;
}
.ly_headerNav_anchor > a > span::before {
  margin-block-end: calc((1 - 2.6666666667) * 0.5em);
}
.ly_headerNav_anchor > a > span::after {
  margin-block-start: calc((1 - 2.6666666667) * 0.5em);
}
.ly_headerNav_anchor > a::before {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  top: calc(50% + 0.1875rem);
  left: -0.625rem;
  border-radius: 50%;
  width: 0.3125rem;
  height: 0.3125rem;
  transition: opacity 0.2s var(--_ease-change);
  background-color: var(--srk-mothers-day-color-white);

  translate: 0 -50%;
}
.ly_headerNav_anchor > a.is-current::before {
  opacity: 1;
}
@media (hover: hover) and (pointer: fine) {
  .ly_headerNav_anchor > a:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.6;
    -moz-transition: opacity 0.45s var(--_ease-change);
    transition: opacity 0.45s var(--_ease-change);
  }
  .ly_headerNav_anchor > a:where(:any-link, :enabled, summary):hover {
    opacity: 0.6;
    transition: opacity 0.45s var(--_ease-change);
  }
}
@media (hover: none) and (any-pointer: coarse) {
  .ly_headerNav_anchor > a.is-touched {
    opacity: 0.6;
    transition: opacity 0.45s var(--_ease-change);
  }
}

.ly_header_cont_02 > p {
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--srk-mothers-day-color-white);
  font-family: var(--srk-mothers-day-font-avenir);
  font-size: 1.0625rem;
  font-weight: 900;
  line-height: 1.8823529412;
}

/* --------------------------------
  footer
-------------------------------- */
.ly_footer {
  position: relative;
  z-index: var(--srk-mothers-day-z_index-container);

  padding-block: 16.5333333333vw 13.0666666667vw;
}
@media (min-width: 768px) {
  .ly_footer {
    padding-block: 82.6666666667px 65.3333333333px;
  }
}

.ly_footer_ttl {
  text-align: center;
  letter-spacing: 0.07em;
  color: var(--srk-mothers-day-color-dark-gray);
  font-family: var(--srk-mothers-day-font-mincho);
  font-size: 6.4vw;
  font-weight: 600;
  line-height: 1.25;

  padding-inline-end: 1.6vw;
}
@media (min-width: 768px) {
  .ly_footer_ttl {
    font-size: 32px;

    padding-inline-end: 8px;
  }
}
.ly_footer_ttl::before,
.ly_footer_ttl::after {
  content: "";
  display: block;

  inline-size: 0;
  block-size: 1px;
}
.ly_footer_ttl::before {
  margin-block-end: calc((1 - 1.25) * 0.5em);
}
.ly_footer_ttl::after {
  margin-block-start: calc((1 - 1.25) * 0.5em);
}

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

  padding-block-start: 8vw;
}
@media (min-width: 768px) {
  .ly_footer_body {
    padding-block-start: 40px;
  }
}

.ly_footer_img {
  width: 56.8vw;
}
@media (min-width: 768px) {
  .ly_footer_img {
    width: 284px;
  }
}
.ly_footer_img img {
  width: 100%;
}

.ly_footer_subTtl {
  letter-spacing: 0.18em;
  color: var(--srk-mothers-day-color-dark-gray);
  font-family: var(--srk-mothers-day-font-mincho);
  font-size: 4.8vw;
  font-weight: 500;
  line-height: 1.8888888889;

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

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

    margin-block-start: 50.6666666667px;
  }
}

.ly_footer_txt {
  letter-spacing: 0.16em;
  color: var(--srk-mothers-day-color-dark-gray);
  font-family: var(--srk-mothers-day-font-mincho);
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 2.5;

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

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

    margin-block-start: 48px;
  }
}

.ly_footer_linkBox {
  padding-block-start: 10.6666666667vw;
}
@media (min-width: 768px) {
  .ly_footer_linkBox {
    padding-block-start: 53.3333333333px;
  }
}

.ly_footer_link {
  display: block;
  padding: 1px;
  /* borderは内側ラッパーに移動 */
  width: 68.2666666667vw;
  height: 11.7333333333vw;
  transition: opacity var(--_ease-change) 0.3s;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.5;

  --_ease-change: cubic-bezier(0.39, 0.575, 0.565, 1);
  margin-inline: auto;
  will-change: opacity;
}
.ly_footer_link > p {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid var(--srk-mothers-day-color-dark-gray);
  border-radius: 62.4375rem;
  width: 100%;
  height: 100%;
  height: 100%;
  background: #fff;
  font: inherit;
}
.ly_footer_link > p > span {
  font-weight: 900;
}
@media (hover: hover) and (pointer: fine) {
  .ly_footer_link: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;
  }
  .ly_footer_link:where(:any-link, :enabled, summary):hover {
    opacity: 0.6;
    transition: opacity var(--_ease-change) 0.45s;
  }
}
@media (hover: none) and (any-pointer: coarse) {
  .ly_footer_link.is-touched {
    opacity: 0.6;
    transition: opacity var(--_ease-change) 0.45s;
  }
}
@media (min-width: 768px) {
  .ly_footer_link {
    width: 341.3333333333px;
    height: 58.6666666667px;
    font-size: 21.3333333333px;
  }
}
.ly_footer_link:visited {
  color: var(--srk-mothers-day-color-dark-gray);
}

/* --------------------------------
  btn
-------------------------------- */
.el_btn {
  overflow: hidden;
  opacity: 1;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  padding: 4.2666666667vw;
  border-radius: 2.6666666667vw;
  width: 100%;
  min-width: 86.9333333333vw;
  cursor: pointer;
  background-color: #ffa9a9;
  color: var(--srk-mothers-day-color-white);

  --_ease-change: cubic-bezier(0.39, 0.575, 0.565, 1);
  --_ease-move: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  aspect-ratio: 326/84;
}
@media (min-width: 768px) {
  .el_btn {
    padding: 21.3333333333px;
    border-radius: 13.3333333333px;
    min-width: 434.6666666667px;
  }
}
.el_btn > p {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  letter-spacing: 0.1em;
  font-size: 4.2666666667vw;
  line-height: 1.875;
}
@media (min-width: 768px) {
  .el_btn > p {
    font-size: 21.3333333333px;
  }
}
.el_btn .el_btn_txt__wrap {
  display: flex;
  flex-direction: column;
  font-weight: 700;

  gap: 1.0666666667vw;
}
@media (min-width: 768px) {
  .el_btn .el_btn_txt__wrap {
    gap: 5.3333333333px;
  }
}
.el_btn .el_btn_txt__wrap .el_btn_txt__sm {
  letter-spacing: -0.06em;
  font-size: 3.7333333333vw;
  line-height: 2.1428571429;
}
.el_btn .el_btn_txt__wrap .el_btn_txt__sm::before,
.el_btn .el_btn_txt__wrap .el_btn_txt__sm::after {
  content: "";
  display: block;

  inline-size: 0;
  block-size: 1px;
}
.el_btn .el_btn_txt__wrap .el_btn_txt__sm::before {
  margin-block-end: calc((1 - 2.1428571429) * 0.5em);
}
.el_btn .el_btn_txt__wrap .el_btn_txt__sm::after {
  margin-block-start: calc((1 - 2.1428571429) * 0.5em);
}
@media (min-width: 768px) {
  .el_btn .el_btn_txt__wrap .el_btn_txt__sm {
    font-size: 18.6666666667px;
  }
}
.el_btn .el_btn_txt__wrap .el_btn_txt__lg {
  letter-spacing: 0.04em;
  font-size: 4.8vw;
  line-height: 1.6666666667;
}
.el_btn .el_btn_txt__wrap .el_btn_txt__lg::before,
.el_btn .el_btn_txt__wrap .el_btn_txt__lg::after {
  content: "";
  display: block;

  inline-size: 0;
  block-size: 1px;
}
.el_btn .el_btn_txt__wrap .el_btn_txt__lg::before {
  margin-block-end: calc((1 - 1.6666666667) * 0.5em);
}
.el_btn .el_btn_txt__wrap .el_btn_txt__lg::after {
  margin-block-start: calc((1 - 1.6666666667) * 0.5em);
}
@media (min-width: 768px) {
  .el_btn .el_btn_txt__wrap .el_btn_txt__lg {
    font-size: 24px;
  }
}
.el_btn .el_btn_txt__wrap + .el_btn_arw {
  align-self: flex-start;
  margin-top: 1.6vw;
}
@media (min-width: 768px) {
  .el_btn .el_btn_txt__wrap + .el_btn_arw {
    margin-top: 8px;
  }
}
.el_btn:visited,
.el_btn:focus,
.el_btn:hover {
  color: var(--srk-mothers-day-color-white);
}
.el_btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: translate var(--_ease-change) 0.3s;
  background-image: linear-gradient(to right, #ffa9a9 0%, #f7ccdc 59%);

  will-change: transform;
}
.el_btn::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  height: 100%;
  background-image: url("../img/btn_bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  aspect-ratio: 65/42;
}

.el_btn_arw {
  margin-left: 2.1333333333vw;
  width: 4.5333333333vw;
  height: 4.5333333333vw;
  transition: translate var(--_ease-move) 0.3s;
  background-image: url("../img/icon_arw_tr.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

  translate: 0 -0.5333333333vw;
  will-change: transform;
}
@media (min-width: 768px) {
  .el_btn_arw {
    margin-left: 10.6666666667px;
    width: 22.6666666667px;
    height: 22.6666666667px;

    translate: 0 -2.6666666667px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .el_btn:where(:-moz-any-link, :enabled, summary):hover::before {
    -moz-transition: translate var(--_ease-change) 0.45s;
    transition: translate var(--_ease-change) 0.45s;

    translate: 21.3333333333vw 0;
  }
  .el_btn:where(:any-link, :enabled, summary):hover::before {
    transition: translate var(--_ease-change) 0.45s;

    translate: 21.3333333333vw 0;
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .el_btn:where(:-moz-any-link, :enabled, summary):hover::before {
    translate: 106.6666666667px 0;
  }
  .el_btn:where(:any-link, :enabled, summary):hover::before {
    translate: 106.6666666667px 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .el_btn:where(:-moz-any-link, :enabled, summary):hover > p {
    color: var(--srk-mothers-day-color-white);
  }
  .el_btn:where(:any-link, :enabled, summary):hover > p {
    color: var(--srk-mothers-day-color-white);
  }
  .el_btn:where(:-moz-any-link, :enabled, summary):hover .el_btn_arw {
    -moz-transition: translate var(--_ease-move) 0.45s;
    transition: translate var(--_ease-move) 0.45s;

    translate: 1.0666666667vw -1.0666666667vw;
  }
  .el_btn:where(:any-link, :enabled, summary):hover .el_btn_arw {
    transition: translate var(--_ease-move) 0.45s;

    translate: 1.0666666667vw -1.0666666667vw;
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .el_btn:where(:-moz-any-link, :enabled, summary):hover .el_btn_arw {
    translate: 5.3333333333px -5.3333333333px;
  }
  .el_btn:where(:any-link, :enabled, summary):hover .el_btn_arw {
    translate: 5.3333333333px -5.3333333333px;
  }
}
@media (hover: none) and (any-pointer: coarse) {
  .el_btn.is-touched::before {
    transition: translate var(--_ease-change) 0.45s;

    translate: 21.3333333333vw 0;
  }
}
@media (hover: none) and (any-pointer: coarse) and (min-width: 768px) {
  .el_btn.is-touched::before {
    translate: 106.6666666667px 0;
  }
}
@media (hover: none) and (any-pointer: coarse) {
  .el_btn.is-touched > p {
    color: var(--srk-mothers-day-color-white);
  }
  .el_btn.is-touched .el_btn_arw {
    transition: translate var(--_ease-move) 0.45s;

    translate: 1.0666666667vw -1.0666666667vw;
  }
}
@media (hover: none) and (any-pointer: coarse) and (min-width: 768px) {
  .el_btn.is-touched .el_btn_arw {
    translate: 5.3333333333px -5.3333333333px;
  }
}

.el_btn__sm {
  display: flex;
  overflow: hidden;
  opacity: 1;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 4vw 5.3333333333vw 4vw;
  border-radius: 266.4vw;
  width: 100%;
  min-width: 67.7333333333vw;
  cursor: pointer;
  background-color: #ee6252;
  color: var(--srk-mothers-day-color-white);

  --_ease-change: cubic-bezier(0.39, 0.575, 0.565, 1);
  --_ease-move: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (min-width: 768px) {
  .el_btn__sm {
    padding: 20px 26.6666666667px 20px;
    border-radius: 1332px;
    min-width: 338.6666666667px;
  }
}
.el_btn__sm::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: translate var(--_ease-change) 0.3s;
  background-image: linear-gradient(to right, #ee6252 0%, #f5adc0 100%);

  will-change: transform;
}
.el_btn__sm > p {
  position: relative;
  z-index: 10;
}
.el_btn__sm > p:first-child {
  letter-spacing: -0.06em;
  font-size: 3.4666666667vw;
  font-weight: 700;
  line-height: 2.3076923077;
}
.el_btn__sm > p:first-child::before,
.el_btn__sm > p:first-child::after {
  content: "";
  display: block;

  inline-size: 0;
  block-size: 1px;
}
.el_btn__sm > p:first-child::before {
  margin-block-end: calc((1 - 2.3076923077) * 0.5em);
}
.el_btn__sm > p:first-child::after {
  margin-block-start: calc((1 - 2.3076923077) * 0.5em);
}
@media (min-width: 768px) {
  .el_btn__sm > p:first-child {
    font-size: 17.3333333333px;
  }
}
.el_btn__sm > p:last-child {
  display: flex;
  align-items: center;
}
.el_btn__sm > p:last-child span:first-child {
  letter-spacing: 0.2em;
  font-size: 2.6666666667vw;
  font-weight: 900;
  line-height: 3;
}
.el_btn__sm > p:last-child span:first-child::before,
.el_btn__sm > p:last-child span:first-child::after {
  content: "";
  display: block;

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

.el_btn_arw__sm {
  margin-left: 2.1333333333vw;
  width: 3.2vw;
  height: 2.1333333333vw;
  transition: translate var(--_ease-move) 0.3s;
  background-image: url("../img/icon_arw_r.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

  will-change: transform;
}
@media (min-width: 768px) {
  .el_btn_arw__sm {
    margin-left: 10.6666666667px;
    width: 16px;
    height: 10.6666666667px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .el_btn__sm:where(:-moz-any-link, :enabled, summary):hover::before {
    -moz-transition: translate var(--_ease-change) 0.45s;
    transition: translate var(--_ease-change) 0.45s;

    translate: 13.3333333333vw 0;
  }
  .el_btn__sm:where(:any-link, :enabled, summary):hover::before {
    transition: translate var(--_ease-change) 0.45s;

    translate: 13.3333333333vw 0;
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .el_btn__sm:where(:-moz-any-link, :enabled, summary):hover::before {
    translate: 66.6666666667px 0;
  }
  .el_btn__sm:where(:any-link, :enabled, summary):hover::before {
    translate: 66.6666666667px 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .el_btn__sm:where(:-moz-any-link, :enabled, summary):hover > p {
    color: var(--srk-mothers-day-color-white);
  }
  .el_btn__sm:where(:any-link, :enabled, summary):hover > p {
    color: var(--srk-mothers-day-color-white);
  }
  .el_btn__sm:where(:-moz-any-link, :enabled, summary):hover .el_btn_arw__sm {
    -moz-transition: translate var(--_ease-move) 0.45s;
    transition: translate var(--_ease-move) 0.45s;

    translate: 1.0666666667vw;
  }
  .el_btn__sm:where(:any-link, :enabled, summary):hover .el_btn_arw__sm {
    transition: translate var(--_ease-move) 0.45s;

    translate: 1.0666666667vw;
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .el_btn__sm:where(:-moz-any-link, :enabled, summary):hover .el_btn_arw__sm {
    translate: 5.3333333333px;
  }
  .el_btn__sm:where(:any-link, :enabled, summary):hover .el_btn_arw__sm {
    translate: 5.3333333333px;
  }
}
@media (hover: none) and (any-pointer: coarse) {
  .el_btn__sm.is-touched::before {
    transition: translate var(--_ease-change) 0.45s;

    translate: 13.3333333333vw 0;
  }
}
@media (hover: none) and (any-pointer: coarse) and (min-width: 768px) {
  .el_btn__sm.is-touched::before {
    translate: 66.6666666667px 0;
  }
}
@media (hover: none) and (any-pointer: coarse) {
  .el_btn__sm.is-touched > p {
    color: var(--srk-mothers-day-color-white);
  }
  .el_btn__sm.is-touched .el_btn_arw__sm {
    transition: translate var(--_ease-move) 0.45s;

    translate: 1.0666666667vw;
  }
}
@media (hover: none) and (any-pointer: coarse) and (min-width: 768px) {
  .el_btn__sm.is-touched .el_btn_arw__sm {
    translate: 5.3333333333px;
  }
}

.ly_splash {
  position: fixed;
  z-index: var(--srk-mothers-day-z_index-loading);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--srk-mothers-day-color-white);
  background-image: url("../img/splash_bg_sm.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 768px) {
  .ly_splash {
    background-image: url("../img/splash_bg_lg.webp");
  }
}

.ly_splash_inner {
  display: flex;
  opacity: 0;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;

  gap: 7.7333333333vw;
  padding-block-end: 19.7333333333vw;
}
@media (min-width: 768px) {
  .ly_splash_inner {
    padding-block-end: 98.6666666667px;
    gap: 38.6666666667px;
  }
}
.ly_splash_inner > img {
  width: 25.3333333333vw;
}
@media (min-width: 768px) {
  .ly_splash_inner > img {
    width: 126.6666666667px;
  }
}

.ly_splash_txt {
  width: 23.2vw;
}
@media (min-width: 768px) {
  .ly_splash_txt {
    width: 6.8125rem;
  }
}
.ly_splash_txt img {
  width: 100%;
}

[data-blur-in-txt] {
  opacity: 0;

  translate: 0 0.8rem 0;
  filter: blur(0.4rem);
}

[data-fade-in-img] {
  opacity: 0;

  translate: 0 0.8rem 0;
  will-change: opacity, transform;
}

[data-alpha-bg] {
  opacity: 0.85;
}

[data-blur-in-btn] a,
[data-blur-in-btn] button {
  opacity: 0;

  filter: blur(0.4rem);
}

[data-lineup-txt],
[data-lineup-btn] {
  opacity: 0;

  translate: 0 0.8rem 0;
  filter: blur(0.4rem);
}

[data-lineup-heading] .js-letter {
  opacity: 0;

  translate: 0 10px;
}

[data-twinkle-txt] .js-letter {
  opacity: 0;

  translate: 0 10px;
}

[data-special-ttl],
[data-special-txt] {
  opacity: 0;

  translate: 0 0.8rem 0;
  filter: blur(0.4rem);
}

[data-line] {
  opacity: 0;
  transform-origin: left center;

  scale: 0 1;
}

[data-tag] {
  opacity: 0;
  transform-origin: center 10%;
}
.un_gift_point_item:nth-child(2n+1) [data-tag] {
  rotate: 30deg;
}
.un_gift_point_item:nth-child(2n) [data-tag] {
  rotate: -30deg;
}

.el_txt__mincho {
  font-family: var(--srk-mothers-day-font-mincho);
}

.el_txt__mincho-sdn {
  font-family: var(--srk-mothers-day-font-mincho-sdn);
}

.el_txt__avenir {
  font-family: var(--srk-mothers-day-font-avenir);
}

.el_txt__heavy {
  font-weight: 900;
}

.el_txt__bold {
  font-weight: 700;
}

.el_txt__semi_bold {
  font-weight: 600;
}

.el_txt__normal {
  font-weight: 500;
}

.el_txt__white {
  color: var(--srk-mothers-day-color-white);
}

.el_txt__stone {
  color: var(--srk-mothers-day-color-stone);
}

.el_txt__gray {
  color: var(--srk-mothers-day-color-gray);
}

.el_txt__light_pink {
  color: var(--srk-mothers-day-color-light-pink);
}

.el_txt__pink {
  color: var(--srk-mothers-day-color-pink);
}

.el_txt__red {
  color: var(--srk-mothers-day-color-red);
}

/* ------------------------
  utilities Classes
------------------------ */
.u-hidden {
  display: none !important;
  visibility: hidden;
}

@media (max-width: 767.98px) {
  .u-hidden-sm {
    display: none !important;
    visibility: hidden;
  }
}

.u-hidden-up-sm {
  display: none !important;
  visibility: hidden;
}

@media (max-width: 767.98px) {
  .u-hidden-down-sm {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .u-hidden-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 768px) {
  .u-hidden-up-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (max-width: 1023.98px) {
  .u-hidden-down-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 1024px) {
  .u-hidden-lg {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 1024px) {
  .u-hidden-up-lg {
    display: none !important;
    visibility: hidden;
  }
}

.u-hidden-down-lg {
  display: none !important;
  visibility: hidden;
}

.u-visuallyhidden {
  overflow: hidden;
  clip: rect(0 0 0 0);
  position: absolute;
  margin: -1px;
  padding: 0;
  border: 0;
  width: 1px;
  height: 1px;
}

.u-visuallyhidden.focusable:active,
.u-visuallyhidden.focusable:focus {
  overflow: visible;
  clip: auto;
  position: static;
  margin: 0;
  width: auto;
  height: auto;
}

.u-invisible {
  visibility: hidden;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.hp_txt-center {
  text-align: center;
}

.hp_txt-right {
  text-align: right;
}

.hp_ls0 {
  letter-spacing: 0;
}

.hp_ls3 {
  letter-spacing: 0.03em;
}

.hp_ls5 {
  letter-spacing: 0.05em;
}

.hp_ls10 {
  letter-spacing: 0.1em;
}

.hp_lh15 {
  line-height: 1.5;
}

.hp_lh18 {
  line-height: 1.8;
}

.hp_lh20 {
  line-height: 2;
}

.el_flowerBox {
  position: absolute;
}
.el_flowerBox__01 {
  aspect-ratio: 156/295;
}
.el_flowerBox__02 {
  aspect-ratio: 200/190;
}
.el_flowerBox__03 {
  aspect-ratio: 286/278;
}
.el_flowerBox__04 {
  aspect-ratio: 183/198;
}
.el_flowerBox__05 {
  aspect-ratio: 277/180;
}
.el_flowerBox__06 {
  aspect-ratio: 103/79;
}
.el_flowerBox__07 {
  aspect-ratio: 146/340;
}
.el_flowerBox__08 {
  aspect-ratio: 140/95;
}
.el_flowerBox__09 {
  aspect-ratio: 161/85;
}

.el_flower {
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
}
.el_flower.isActive {
  display: block;
}
.el_flower.isActive .el_flower_img {
  animation-play-state: running !important;
}
.el_flower .el_flower_img {
  position: absolute;

  --flower-animation-duration: 1.6s;
  --flower-animation-easing: cubic-bezier(0.19, 1, 0.22, 1);
}
.el_flower .el_flower_img {
  opacity: 0;
  animation: flowerBloom var(--flower-animation-duration) var(--flower-animation-easing) forwards;
  animation-play-state: paused;

  scale: 0;
  will-change: transform, opacity;
}
@keyframes flowerBloom {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  70% {
    transform: scale(1);
  }
  100% {
    opacity: 1;
  }
}
.el_flower.el_flower__alt .el_flower_img {
  opacity: 0;

  --flower-animation-duration: 1.8s;
  --flower-animation-duration2: 2.2s;
  --flower-animation-easing: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  --flower-animation-easing2: cubic-bezier(0.215, 0.61, 0.355, 1);
  scale: 1;
}
@keyframes flowerRotate1 {
  0% {
    rotate: 50deg;
  }
  50% {
    rotate: -10deg;
  }
  100% {
    rotate: 0deg;
  }
}
@keyframes flowerRotate2 {
  0% {
    rotate: -50deg;
  }
  50% {
    rotate: 10deg;
  }
  100% {
    rotate: 0deg;
  }
}
@keyframes flowerSlide {
  to {
    opacity: 1;

    translate: 0 0;
  }
}
.el_flower__1 .el_flower_img:nth-child(1) {
  bottom: 1%;
  left: 0%;
  width: 90%;
  transform-origin: bottom left;
}
.el_flower__1 .el_flower_img:nth-child(2) {
  z-index: 1;
  top: 2%;
  right: 34%;
  width: 36%;
  transform-origin: -20% 220%;
  animation-delay: 0.3s;
}
.el_flower__1 .el_flower_img:nth-child(3) {
  z-index: -1;
  top: 8%;
  left: 4%;
  width: 36%;
  transform-origin: 110% 50%;
  animation-delay: 0.5s;

  rotate: 3deg;
}
.el_flower__2 .el_flower_img:nth-child(1) {
  right: 0%;
  bottom: 0%;
  width: 70%;
  transform-origin: 40% 10%;
}
.el_flower__2 .el_flower_img:nth-child(2) {
  top: -10%;
  right: 20%;
  width: 35%;
  transform-origin: center 70%;
  animation-delay: 0.15s;
}
.el_flower__2 .el_flower_img:nth-child(3) {
  top: -3%;
  right: -10%;
  width: 40%;
  transform-origin: 20% 30%;
  animation-delay: 0.3s;
}
.el_flower__3 .el_flower_img:nth-child(1) {
  right: 0%;
  bottom: 0%;
  width: 59%;
  transform-origin: 60% 95%;
}
.el_flower__3 .el_flower_img:nth-child(2) {
  top: 1%;
  right: 13%;
  width: 47%;
  transform-origin: 35% 80%;
  animation-delay: 0.3s;
}
.el_flower__3 .el_flower_img:nth-child(3) {
  top: 8%;
  left: 10%;
  width: 37%;
  transform-origin: right bottom;
  animation-delay: 0.6s;
}
.el_flower__4 .el_flower_img:nth-child(1) {
  top: 0%;
  left: 0%;
  width: 64%;
  transform-origin: 60% 98%;
}
.el_flower__4 .el_flower_img:nth-child(2) {
  right: 18%;
  bottom: 17%;
  width: 29%;
  transform-origin: 0% 50%;
  animation-delay: 0.3s;
}
.el_flower__4 .el_flower_img:nth-child(3) {
  top: 25%;
  right: 19%;
  width: 22%;
  transform-origin: 0% 90%;
  animation-delay: 0.35s;
}
.un_lead_flower__02 .el_flower__4 .el_flower_img:nth-child(3) {
  top: 38%;
  right: 20%;
}
.un_outro_flower__01 .el_flower__4 .el_flower_img:nth-child(3) {
  top: 34%;
  right: 20%;
}
.el_flower__4 .el_flower_img:nth-child(4) {
  top: 5%;
  right: 16%;
  width: 23%;
  transform-origin: 0% 90%;
  animation-delay: 0.5s;
}
.un_lead_flower__02 .el_flower__4 .el_flower_img:nth-child(4) {
  top: 13%;
}
.un_outro_flower__01 .el_flower__4 .el_flower_img:nth-child(4) {
  top: 11%;
}
.el_flower__5 .el_flower_img:nth-child(1) {
  right: 0%;
  bottom: 0%;
  width: 60%;
  transform-origin: 30% 50%;
}
.el_flower__5 .el_flower_img:nth-child(2) {
  right: 44%;
  bottom: -7%;
  width: 20%;
  transform-origin: 100% 0%;
  animation-delay: 0.3s;
}
.el_flower__5 .el_flower_img:nth-child(3) {
  bottom: -9%;
  left: 1.5%;
  width: 43%;
  transform-origin: 100% 10%;
  animation-delay: 0.3s;
}
.el_flower__5 .el_flower_img:nth-child(4) {
  top: 13%;
  right: 26%;
  width: 34%;
  transform-origin: 70% 98%;
  animation-delay: 0.3s;
}
.el_flower__5 .el_flower_img:nth-child(5) {
  top: 46%;
  left: 2%;
  width: 50%;
  transform-origin: 100% 70%;
  animation-delay: 0.6s;
}
.el_flower__6 .el_flower_img:nth-child(1) {
  z-index: 1;
  top: 0%;
  right: 0%;
  width: 60%;
  transform-origin: 95% 5%;
}
.el_flower__6 .el_flower_img:nth-child(2) {
  z-index: -1;
  top: 12%;
  left: 2%;
  width: 50%;
  transform-origin: 100% 50%;
  animation-delay: 0.3s;
}
.el_flower__7 .el_flower_img:nth-child(1) {
  bottom: 0%;
  left: 0%;
  width: 100%;
  transform-origin: 80% 90%;
}
.el_flower__7 .el_flower_img:nth-child(2) {
  top: 31%;
  right: 22%;
  width: 32%;
  transform-origin: 30% 100%;
  animation-delay: 0.3s;
}
.el_flower__7 .el_flower_img:nth-child(3) {
  top: 19%;
  right: 29%;
  width: 41%;
  transform-origin: 40% 140%;
  animation-delay: 0.35s;
}
.el_flower__7 .el_flower_img:nth-child(4) {
  top: 0%;
  right: 25%;
  width: 54%;
  transform-origin: 10% 100%;
  animation-delay: 0.6s;
}
.el_flower__8 .el_flower_img:nth-child(1) {
  top: 0%;
  left: 0%;
  width: 68%;
  transform-origin: 15% 70%;
}
.el_flower__8 .el_flower_img:nth-child(2) {
  right: 4%;
  bottom: 2%;
  width: 76%;
  transform-origin: 0% 40%;
  animation-delay: 0.3s;
}
.el_flower__9 .el_flower_img {
  top: 0%;
  left: 0%;
  width: 100%;
}
.un_gift_flower__01 .el_flower__9 .el_flower_img {
  transform-origin: 50% -100%;
  animation: flowerRotate1 var(--flower-animation-duration) var(--flower-animation-easing) forwards, flowerSlide var(--flower-animation-duration2) var(--flower-animation-easing2) forwards;
  animation-play-state: paused;

  translate: -10% -15%;
  rotate: 50deg;
}
.un_design_flower__01 .el_flower__9 .el_flower_img {
  transform-origin: 50% -100%;
  animation: flowerRotate2 var(--flower-animation-duration) var(--flower-animation-easing) forwards, flowerSlide var(--flower-animation-duration2) var(--flower-animation-easing2) forwards;
  animation-play-state: paused;

  translate: 10% -15%;
  rotate: -50deg;
}
.un_novelty_flower__03 .el_flower__9 .el_flower_img {
  transform-origin: 50% -50%;
  animation: flowerRotate2 var(--flower-animation-duration) var(--flower-animation-easing) forwards, flowerSlide var(--flower-animation-duration2) var(--flower-animation-easing2) forwards;
  animation-play-state: paused;

  translate: 5% -15%;
  rotate: -50deg;
}

/* ------------------------
  Print Styles
------------------------ */
@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}