@charset "UTF-8";
#UU250423mothersday {
  --rate: (100vw / 750);
}

:root {
  --header-height: 40px;
}

body {
  background-color: #faeee9;
}

@media screen and (max-width: 767px) {
  .lp {
    padding-bottom: 0;
  }
}

#UU250423mothersday {
  font-feature-settings: "palt";
  display: grid;
  grid-template-columns: 1fr 50%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "メイリオ", sans-serif;
}
@media screen and (max-width: 767px) {
  #UU250423mothersday {
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  #UU250423mothersday {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #UU250423mothersday a:hover {
    opacity: 1;
  }
}
#UU250423mothersday .img {
  display: block;
}
#UU250423mothersday .tra {
  font-family: "transat-text", sans-serif;
}
#UU250423mothersday .c-pink {
  color: #df827d;
}
#UU250423mothersday .js_fade {
  opacity: 0;
  transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-delay: 0.2s;
}
#UU250423mothersday .js_fade.on {
  opacity: 1;
}
#UU250423mothersday .js_cover {
  position: relative;
  overflow: hidden;
}
#UU250423mothersday .js_cover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #df827d;
  transition: -webkit-clip-path 0.9s cubic-bezier(0.43, 0.05, 0.17, 1) 0.15s;
  transition: clip-path 0.9s cubic-bezier(0.43, 0.05, 0.17, 1) 0.15s;
  transition: clip-path 0.9s cubic-bezier(0.43, 0.05, 0.17, 1) 0.15s, -webkit-clip-path 0.9s cubic-bezier(0.43, 0.05, 0.17, 1) 0.15s;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
#UU250423mothersday .js_cover.on::after {
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
}
#UU250423mothersday .pc-area {
  height: calc(100vh - var(--header-height));
  position: sticky;
  top: var(--header-height);
  left: 0;
}
@media screen and (max-width: 767px) {
  #UU250423mothersday .pc-area {
    display: none;
  }
}
#UU250423mothersday .pc-area .blk {
  overflow: hidden;
  height: 100%;
  position: relative;
}
#UU250423mothersday .pc-area .blk .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  #UU250423mothersday .pc-area .blk .img img {
    height: 100vh;
    -o-object-position: top center;
       object-position: top center;
    display: block;
    max-width: 100%;
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 1401px) {
  #UU250423mothersday .pc-area .blk .img img {
    -o-object-position: top center;
       object-position: top center;
    display: block;
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100vw;
    height: auto;
  }
}
#UU250423mothersday .pc-area .blk .txt {
  position: absolute;
  top: 1.9rem;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 5.2rem;
  text-align: center;
  letter-spacing: 0.03em;
  color: #faeee9;
}
#UU250423mothersday .pc-area .blk .txtbox {
  position: absolute;
  bottom: 4.2rem;
  right: 0;
  left: 0;
  margin: auto;
  padding-bottom: 1.5rem;
  color: #fff;
  text-align: center;
  letter-spacing: 0.2em;
}
#UU250423mothersday .pc-area .blk .txtbox .-top {
  font-size: 1.8rem;
}
#UU250423mothersday .pc-area .blk .txtbox .-mid {
  font-size: 2.7rem;
  letter-spacing: 0.07em;
  margin: 3.6rem auto 2rem;
}
#UU250423mothersday .pc-area .blk .txtbox .-bottom {
  font-size: 2.4rem;
}
#UU250423mothersday .article-area {
  width: 100%;
  max-width: 45rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #UU250423mothersday .article-area {
    max-width: 100%;
  }
}
#UU250423mothersday .article-area .sec01 {
  padding-top: 8rem;
}
@media screen and (max-width: 767px) {
  #UU250423mothersday .article-area .sec01 {
    padding-top: 0;
  }
}
#UU250423mothersday .article-area .sec01 .mv {
  display: none;
}
@media screen and (max-width: 767px) {
  #UU250423mothersday .article-area .sec01 .mv {
    display: block;
  }
}
#UU250423mothersday .article-area .sec01 .txtbox {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #UU250423mothersday .article-area .sec01 .txtbox {
    margin-top: calc(102 * var(--rate));
  }
}
#UU250423mothersday .article-area .sec01 .txtbox .txt {
  letter-spacing: 0.12em;
}
#UU250423mothersday .article-area .sec01 .txtbox .txt.top {
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  #UU250423mothersday .article-area .sec01 .txtbox .txt.top {
    font-size: calc(28 * var(--rate));
  }
}
#UU250423mothersday .article-area .sec01 .txtbox .txt.bottom {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  #UU250423mothersday .article-area .sec01 .txtbox .txt.bottom {
    font-size: calc(40 * var(--rate));
  }
}
#UU250423mothersday .article-area .sec01 .txtbox .tra {
  font-size: 2.9rem;
  letter-spacing: 0.07em;
  margin: 2.8rem auto 2rem;
}
@media screen and (max-width: 767px) {
  #UU250423mothersday .article-area .sec01 .txtbox .tra {
    font-size: calc(48 * var(--rate));
    margin: calc(50 * var(--rate)) auto calc(28 * var(--rate));
  }
}
#UU250423mothersday .article-area .sec01 .obj {
  display: block;
  width: 100%;
  max-width: 14rem;
  margin: 4.6rem auto 4.1rem;
}
@media screen and (max-width: 767px) {
  #UU250423mothersday .article-area .sec01 .obj {
    max-width: calc(234 * var(--rate));
    margin: calc(78 * var(--rate)) auto calc(64 * var(--rate));
  }
}
#UU250423mothersday .article-area .sec01 .lead {
  font-size: 1.4rem;
  text-align: center;
  line-height: 2.08;
  letter-spacing: 0.11em;
}
@media screen and (max-width: 767px) {
  #UU250423mothersday .article-area .sec01 .lead {
    font-size: calc(24 * var(--rate));
    letter-spacing: 0.085em;
  }
}
#UU250423mothersday .article-area .sec01 .img {
  width: 100%;
  max-width: 39.6rem;
  margin: 8.8rem auto 0;
}
@media screen and (max-width: 767px) {
  #UU250423mothersday .article-area .sec01 .img {
    max-width: calc(660 * var(--rate));
    margin-top: calc(144 * var(--rate));
  }
}
#UU250423mothersday .article-area .sec02, #UU250423mothersday .article-area .sec03, #UU250423mothersday .article-area .sec04, #UU250423mothersday .article-area .sec05 {
  padding-top: 3.1rem;
}
@media screen and (max-width: 767px) {
  #UU250423mothersday .article-area .sec02, #UU250423mothersday .article-area .sec03, #UU250423mothersday .article-area .sec04, #UU250423mothersday .article-area .sec05 {
    padding-top: calc(52 * var(--rate));
  }
}
#UU250423mothersday .article-area .sec02 .num, #UU250423mothersday .article-area .sec03 .num, #UU250423mothersday .article-area .sec04 .num, #UU250423mothersday .article-area .sec05 .num {
  display: block;
  text-align: center;
  font-size: 3.4rem;
  letter-spacing: 0.1em;
  position: relative;
  right: -0.3rem;
}
@media screen and (max-width: 767px) {
  #UU250423mothersday .article-area .sec02 .num, #UU250423mothersday .article-area .sec03 .num, #UU250423mothersday .article-area .sec04 .num, #UU250423mothersday .article-area .sec05 .num {
    font-size: calc(62 * var(--rate));
    right: calc(-6 * var(--rate));
  }
}
#UU250423mothersday .article-area .sec02 .ttl, #UU250423mothersday .article-area .sec03 .ttl, #UU250423mothersday .article-area .sec04 .ttl, #UU250423mothersday .article-area .sec05 .ttl {
  font-size: 2.1rem;
  text-align: center;
  letter-spacing: 0.02em;
  line-height: 1.66;
  margin: 1.9rem auto 1.8rem;
}
@media screen and (max-width: 767px) {
  #UU250423mothersday .article-area .sec02 .ttl, #UU250423mothersday .article-area .sec03 .ttl, #UU250423mothersday .article-area .sec04 .ttl, #UU250423mothersday .article-area .sec05 .ttl {
    font-size: calc(32 * var(--rate));
    letter-spacing: 0.1em;
    margin: calc(28 * var(--rate)) auto calc(36 * var(--rate));
  }
}
#UU250423mothersday .article-area .sec02 .lead, #UU250423mothersday .article-area .sec03 .lead, #UU250423mothersday .article-area .sec04 .lead, #UU250423mothersday .article-area .sec05 .lead {
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  line-height: 1.94;
  padding-inline: 5rem;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  #UU250423mothersday .article-area .sec02 .lead, #UU250423mothersday .article-area .sec03 .lead, #UU250423mothersday .article-area .sec04 .lead, #UU250423mothersday .article-area .sec05 .lead {
    font-size: calc(24 * var(--rate));
    padding-inline: calc(84 * var(--rate));
    letter-spacing: 0.05em;
  }
}
#UU250423mothersday .article-area .sec02 .img, #UU250423mothersday .article-area .sec03 .img, #UU250423mothersday .article-area .sec04 .img, #UU250423mothersday .article-area .sec05 .img {
  width: 100%;
  max-width: 39.6rem;
  margin: 8.8rem auto 0;
}
@media screen and (max-width: 767px) {
  #UU250423mothersday .article-area .sec02 .img, #UU250423mothersday .article-area .sec03 .img, #UU250423mothersday .article-area .sec04 .img, #UU250423mothersday .article-area .sec05 .img {
    max-width: calc(660 * var(--rate));
    margin: calc(152 * var(--rate)) auto 0;
  }
}
#UU250423mothersday .article-area .sec03 .ttl {
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  #UU250423mothersday .article-area .sec03 .ttl {
    line-height: 1.76;
    margin-bottom: calc(34 * var(--rate));
  }
}
@media screen and (max-width: 767px) {
  #UU250423mothersday .article-area .sec03 .img {
    margin-top: calc(149 * var(--rate));
  }
}
#UU250423mothersday .article-area .sec03 .lead {
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #UU250423mothersday .article-area .sec03 .lead {
    letter-spacing: 0.05em;
  }
}
#UU250423mothersday .article-area .sec04 .ttl {
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  #UU250423mothersday .article-area .sec04 .ttl {
    margin-bottom: calc(32 * var(--rate));
  }
}
#UU250423mothersday .article-area .sec04 .lead {
  padding-inline: 4.5rem;
}
@media screen and (max-width: 767px) {
  #UU250423mothersday .article-area .sec04 .lead {
    padding-inline: calc(75 * var(--rate));
  }
}
#UU250423mothersday .article-area .sec05 {
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  #UU250423mothersday .article-area .sec05 {
    padding-bottom: calc(68 * var(--rate));
  }
}
#UU250423mothersday .article-area .sec05 .lead {
  padding-inline: 4.5rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  #UU250423mothersday .article-area .sec05 .lead {
    padding-inline: calc(75 * var(--rate));
    letter-spacing: 0.05em;
  }
}
#UU250423mothersday .article-area .sec05 .img {
  max-width: 14rem;
  margin-top: 6.4rem;
}
@media screen and (max-width: 767px) {
  #UU250423mothersday .article-area .sec05 .img {
    max-width: calc(234 * var(--rate));
    margin-top: calc(108 * var(--rate));
  }
}
#UU250423mothersday .article-area .sec05 .txtbox {
  text-align: center;
  margin-top: 7.2rem;
}
@media screen and (max-width: 767px) {
  #UU250423mothersday .article-area .sec05 .txtbox {
    margin-top: calc(118 * var(--rate));
  }
}
#UU250423mothersday .article-area .sec05 .txtbox .-txt {
  font-size: 2.1rem;
  letter-spacing: 0.13em;
  position: relative;
}
@media screen and (max-width: 767px) {
  #UU250423mothersday .article-area .sec05 .txtbox .-txt {
    font-size: calc(36 * var(--rate));
    letter-spacing: 0.1em;
  }
}
#UU250423mothersday .article-area .sec05 .txtbox .-txt::before, #UU250423mothersday .article-area .sec05 .txtbox .-txt::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1.5rem;
  height: 0.2rem;
  background-color: #555;
}
@media screen and (max-width: 767px) {
  #UU250423mothersday .article-area .sec05 .txtbox .-txt::before, #UU250423mothersday .article-area .sec05 .txtbox .-txt::after {
    width: calc(22 * var(--rate));
    height: calc(2 * var(--rate));
  }
}
#UU250423mothersday .article-area .sec05 .txtbox .-txt::before {
  left: -2.2rem;
}
@media screen and (max-width: 767px) {
  #UU250423mothersday .article-area .sec05 .txtbox .-txt::before {
    left: calc(-35 * var(--rate));
  }
}
#UU250423mothersday .article-area .sec05 .txtbox .-txt::after {
  right: -2.2rem;
}
@media screen and (max-width: 767px) {
  #UU250423mothersday .article-area .sec05 .txtbox .-txt::after {
    right: calc(-35 * var(--rate));
  }
}
#UU250423mothersday .article-area .sec05 .txt {
  text-align: center;
  padding: 0;
  margin-top: 2.7rem;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  #UU250423mothersday .article-area .sec05 .txt {
    margin-top: calc(47 * var(--rate));
    letter-spacing: 0.05em;
  }
}
#UU250423mothersday .article-area .sec05 .btn-area {
  margin-top: 3.9rem;
  display: grid;
  grid-template-columns: 32.4rem;
  justify-content: center;
  gap: 3.6rem 0;
}
@media screen and (max-width: 767px) {
  #UU250423mothersday .article-area .sec05 .btn-area {
    margin-top: calc(70 * var(--rate));
    grid-template-columns: calc(540 * var(--rate));
    gap: calc(60 * var(--rate)) 0;
  }
}
#UU250423mothersday .article-area .sec05 .btn-area .btn {
  display: block;
}/*# sourceMappingURL=style.css.map */