@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%; /* iphoneで文字サイズが変わる対策 */
  -ms-text-size-adjust: 100%;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

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

caption, th {
  text-align: left;
}

a:focus {
  outline: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px; /*¥*/ /*/
height: auto;
overflow: hidden;
/**/
}

.both {
  clear: both;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

/* ここからWordpress用初期設定 */
/* 本文中の画像 */
article img {
  border: none;
  max-width: 100%;
  height: auto;
}

/*-----------------------

         COMMON

-----------------------*/
/* リセット */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  overflow-x: hidden;
  overflow-y: scroll;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
}

a:hover,
a:focus {
  opacity: 0.8;
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

input,
textarea,
select,
button {
  font-family: inherit;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

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

.text-l {
  text-align: left;
}

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

.text-j {
  text-align: justify;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

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

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

input,
button,
textarea,
select,
.entry input[type=url],
input[type=email],
.entry input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

:root {
  --mainColor01: #d2f0f3;
  --mainColor02: #e2f4e5;
  --mainColor03: #ffe7ef;
  --mainColor04: #fefdd6;
  --baseColor: #323232;
  --colorW: #fff;
  --subColor: #edca92;
  --accentColor: #99c5ff;
  --time: "Times New Roman", serif;
  --corm: "Cormorant Garamond", serif;
}

html {
  scroll-padding-top: 6rem;
  font-size: 0.5208333333vw;
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  width: 100%;
  color: var(--baseColor);
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
}

main {
  overflow-x: hidden;
}

.wrapper {
  width: 132.6rem;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .wrapper {
    width: 100%;
  }
}

.pc {
  display: block;
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

figure img {
  width: 100%;
  height: auto;
}

.flex {
  display: flex;
}

.look-box {
  width: 72rem;
}
@media only screen and (max-width: 768px) {
  .look-box {
    width: 100%;
    padding-inline: 1.8rem;
  }
}
.look-box__number {
  color: var(--baseColor);
  text-align: center;
  font-family: "Cormorant Garamond";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.096rem;
  width: 20rem;
  height: 4.8rem;
  border: 2px solid var(--323232, #323232);
  border-radius: calc(infinity * 1px);
  display: flex;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .look-box__number {
    color: var(--baseColor);
    text-align: center;
    font-family: "Cormorant Garamond";
    font-size: 1.44rem;
    font-style: normal;
    font-weight: 700;
    line-height: 7.68rem;
    letter-spacing: 0.0576rem;
    width: 12rem;
    height: 2.88rem;
    margin-bottom: -0.2rem;
  }
}
.look-box__number--wh {
  color: var(--colorW);
  border-color: var(--colorW);
}
.look-box__number span {
  text-align: center;
  font-family: "Cormorant Infant";
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.128rem;
  position: relative;
  left: 1rem;
}
@media only screen and (max-width: 768px) {
  .look-box__number span {
    color: var(--baseColor);
    text-align: center;
    font-family: "Cormorant Infant";
    font-size: 1.92rem;
    font-style: normal;
    font-weight: 700;
    line-height: 7.68rem;
    letter-spacing: 0.0768rem;
    left: 0.6rem;
  }
}
.look-box__ttl-en {
  color: var(--baseColor);
  text-align: center;
  font-family: "Cormorant Garamond";
  font-size: 8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 10.3rem;
  letter-spacing: 0.32rem;
}
@media only screen and (max-width: 768px) {
  .look-box__ttl-en {
    color: var(--baseColor);
    text-align: center;
    font-family: "Cormorant Garamond";
    font-size: 4.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 7.68rem;
    letter-spacing: 0.192rem;
    margin-bottom: -0.8rem;
  }
}
.look-box__ttl-en--wh {
  color: var(--colorW);
  border-color: var(--colorW);
}
.look-box__ttl-ja {
  color: var(--baseColor);
  text-align: center;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 6.4rem;
  letter-spacing: 0.096rem;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .look-box__ttl-ja {
    color: var(--baseColor);
    text-align: center;
    font-size: 1.44rem;
    font-style: normal;
    font-weight: 500;
    line-height: 3.84rem;
    letter-spacing: 0.0576rem;
    margin-bottom: 1.1rem;
  }
}
.look-box__ttl-ja--wh {
  color: var(--colorW);
  border-color: var(--colorW);
}
.look-box__text {
  color: #000;
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 4rem;
  letter-spacing: 0.08rem;
}
@media only screen and (max-width: 768px) {
  .look-box__text {
    color: #000;
    text-align: center;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.8rem;
    letter-spacing: 0.056rem;
  }
}
.look-box__text--wh {
  color: var(--colorW);
  border-color: var(--colorW);
}

.look-unit {
  display: flex;
  width: 118.2896rem;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .look-unit {
    width: 100%;
  }
}
.look-unit__ttl--en {
  color: var(--baseColor);
  text-align: center;
  font-family: "Cormorant Garamond";
  font-size: 6.4rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.512rem;
  margin-bottom: 3.4rem;
  position: relative;
  z-index: 0;
  opacity: 0;
  transform: translateY(2.5rem);
  transition: opacity 1.2s ease-out, transform 1.2s ease-out;
}
@media only screen and (max-width: 768px) {
  .look-unit__ttl--en {
    color: var(--baseColor);
    text-align: center;
    font-family: "Cormorant Garamond";
    font-size: 3.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.92rem;
    letter-spacing: 0.304rem;
    margin-bottom: 2.4rem;
  }
}
.look-unit__ttl--en::after {
  content: "";
  width: 55.9rem;
  height: 4rem;
  opacity: 0.5;
  background: #c2eaed;
  position: absolute;
  left: -3rem;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s ease-out;
  transition-delay: 0.8s;
  bottom: -1.1rem;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .look-unit__ttl--en::after {
    height: 1.6rem;
    width: 32rem;
    left: -1.3rem;
  }
}
.look-unit__ttl--en.on {
  opacity: 1;
  transform: translateY(0);
  width: fit-content;
  margin-inline: auto;
}
.look-unit__ttl--en.on::after {
  transform: scaleX(1);
}
.look-unit__ttl--ja {
  color: var(--baseColor);
  text-align: center;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.096rem;
}
@media only screen and (max-width: 768px) {
  .look-unit__ttl--ja {
    color: var(--baseColor);
    text-align: center;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.92rem;
    letter-spacing: 0.056rem;
  }
}
.look-unit__flex {
  display: flex;
  align-items: flex-end;
  gap: 12rem;
  align-self: stretch;
  margin-top: -1.6rem;
}
@media only screen and (max-width: 768px) {
  .look-unit__flex {
    flex-direction: column;
    gap: 8rem;
  }
}
.look-unit__color {
  text-align: center;
  -webkit-text-stroke-width: 1px;
  font-family: "Cormorant Garamond";
  font-size: 8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 6.4rem;
  letter-spacing: 0.32rem;
  color: transparent;
}
@media only screen and (max-width: 768px) {
  .look-unit__color {
    text-align: center;
    -webkit-text-stroke-width: 0.6px;
    font-family: "Cormorant Garamond";
    font-size: 5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 5rem;
    letter-spacing: 0.2rem;
  }
}
.look-unit__item {
  margin-inline: auto;
  position: relative;
}
.look-unit__subttl {
  color: var(--baseColor);
  writing-mode: vertical-rl;
  text-orientation: upright;
  height: fit-content;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.4rem;
  letter-spacing: 0.38rem;
}
@media only screen and (max-width: 768px) {
  .look-unit__subttl {
    color: var(--baseColor);
    text-align: center;
    font-feature-settings: "vert" on;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.6rem;
    letter-spacing: 0.056rem;
  }
}
.look-unit__subttl span {
  display: block;
  padding-left: 0.6rem;
  border-left: 1px solid;
  height: fit-content;
}
@media only screen and (max-width: 768px) {
  .look-unit__subttl span {
    padding-left: 0.36rem;
  }
}
.look-unit__subttl span:not(:last-child) {
  margin-left: 2.2rem;
}
@media only screen and (max-width: 768px) {
  .look-unit__subttl span:not(:last-child) {
    margin-left: 1.36rem;
  }
}
.look-unit__type {
  z-index: -1;
}
.look-unit__type img {
  width: 17.736rem;
  height: 18.336rem;
}
@media only screen and (max-width: 768px) {
  .look-unit__type img {
    width: 10.6416rem;
    height: 11.0016rem;
  }
}
.look-unit .flex {
  position: relative;
}

.look-tate {
  writing-mode: vertical-rl;
  text-orientation: upright;
  color: #fff;
  text-align: center;
  font-feature-settings: "vert" on;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.35em;
}
@media only screen and (max-width: 768px) {
  .look-tate {
    color: #fff;
    text-align: center;
    font-feature-settings: "vert" on;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.8rem;
    letter-spacing: 0.056rem;
  }
}
.look-tate span {
  display: block;
  padding: 2.4rem 1.3rem;
  background: #f36;
  height: fit-content;
}
@media only screen and (max-width: 768px) {
  .look-tate span {
    padding: 1.15rem 0.62rem;
    letter-spacing: 0.3em;
  }
}
.look-tate span:not(:last-child) {
  margin-left: 2rem;
}
@media only screen and (max-width: 768px) {
  .look-tate span:not(:last-child) {
    margin-left: 0.37rem;
  }
}

.primary-ttl {
  text-align: center;
  font-size: 3.8rem;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .primary-ttl {
    font-size: 2rem;
  }
}
.primary-ttl__area {
  text-align: center;
}
.primary-ttl__img {
  width: 11.6rem;
  height: 3.8rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .primary-ttl__img {
    width: 8rem;
    height: auto;
  }
}

.o-card {
  display: grid;
}
.o-card--2wrap {
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
}
.o-card--3wrap {
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
@media only screen and (max-width: 768px) {
  .o-card--3wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}
.o-card--4wrap {
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
}
@media only screen and (max-width: 768px) {
  .o-card--4wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
.o-card--5wrap {
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}
@media only screen and (max-width: 768px) {
  .o-card--5wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}

.o-flex {
  display: flex;
  gap: 6rem;
}
@media only screen and (max-width: 768px) {
  .o-flex {
    flex-direction: column;
    gap: 3rem;
  }
}
.o-flex--c {
  justify-content: center;
}
.o-flex--b {
  justify-content: space-between;
}
.o-flex--e {
  justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
  .o-flex--rev {
    flex-direction: column-reverse;
  }
}
.o-flex__item {
  width: calc((100% - 6rem) / 2);
}
@media only screen and (max-width: 768px) {
  .o-flex__item {
    width: 100%;
  }
}
.o-flex__item--1 {
  width: calc((100% - 6rem) / 3);
}
.o-flex__item--2 {
  width: calc((100% - 6rem) / 3 * 2);
}

.l-hdr {
  position: absolute;
  top: 3.2rem;
  left: 22rem;
  z-index: 100;
}
@media only screen and (max-width: 768px) {
  .l-hdr {
    top: 0.8rem;
    left: 0.8rem;
  }
}
.l-hdr__logoimg {
  width: 22.1rem;
  height: 4.8rem;
}
@media only screen and (max-width: 768px) {
  .l-hdr__logoimg {
    width: 11rem;
    height: 2.4rem;
  }
}

.l-ftr {
  padding: 9rem 0 2.87rem;
}

@media only screen and (max-width: 768px) {
  .l-ftr {
    padding: 0 0 1.6rem;
  }
}
.l-ftr__wrap {
  width: 80rem;
  margin-inline: auto;
}

@media only screen and (max-width: 768px) {
  .l-ftr__wrap {
    width: 32rem;
  }
}
.l-ftr__list {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 5.6rem;
  padding-bottom: 5.6rem;
  border-bottom: 1px solid;
}

@media only screen and (max-width: 559px) {
  .l-ftr__list {
    gap: 4rem;
    margin-bottom: 6.5rem;
    padding-bottom: 5.5rem;
  }
}
.l-ftr__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60rem;
  height: 8rem;
  font-size: 2rem;
  border: 1px solid;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .l-ftr__link {
    width: 28rem;
    font-size: 1.4rem;
    height: 6.4rem;
  }
}
.l-ftr__link::after {
  content: "";
  background: url(../images/next.webp) no-repeat center center/contain;
  width: 1.2rem;
  height: 2.4rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.5rem;
}

@media only screen and (max-width: 768px) {
  .l-ftr__link::after {
    width: 0.7rem;
    height: 1.4rem;
    right: 1.5rem;
  }
}
.l-ftr__link.time {
  font-size: 2.1rem;
  letter-spacing: 0.08em;
}

@media only screen and (max-width: 768px) {
  .l-ftr__link.time {
    font-size: 1.4rem;
    display: flex;
    flex-direction: column;
    line-height: 2;
  }
}
@media only screen and (max-width: 768px) {
  .l-ftr__link--large {
    height: 7.6rem;
  }
}
.l-ftr__link span {
  color: #ff89b8;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
}

@media only screen and (max-width: 768px) {
  .l-ftr__link span {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .l-ftr__banner img {
    width: 28rem;
    height: auto;
  }
}
.l-ftr__sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4rem;
  margin-bottom: 4.8rem;
}

@media only screen and (max-width: 559px) {
  .l-ftr__sns {
    gap: 4.3rem;
    margin-bottom: 6.3rem;
  }
}
.l-ftr__snsitem {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  border: 1px solid #b9b9b9;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .l-ftr__snsitem {
    width: 6.4rem;
    height: 6.4rem;
  }
}
.l-ftr__snsimg--01 {
  width: 3.2rem;
  height: 3.2rem;
}

@media only screen and (max-width: 768px) {
  .l-ftr__snsimg--01 {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.l-ftr__snsimg--02 {
  width: 3.3rem;
  height: 3.2rem;
}

@media only screen and (max-width: 768px) {
  .l-ftr__snsimg--02 {
    width: 2.6rem;
    height: 2.5rem;
  }
}
.l-ftr__logo {
  margin-bottom: 1.6rem;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .l-ftr__logo {
    margin-bottom: 2.1rem;
  }
}
.l-ftr__logoimg {
  width: 18.7rem;
  height: 4rem;
}

@media only screen and (max-width: 768px) {
  .l-ftr__logoimg {
    width: 13.1rem;
    height: 2.8rem;
  }
}
.l-ftr__copy small {
  font-size: 1rem;
  font-family: var(--time);
  display: block;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .l-ftr__copy small {
    font-size: 0.8rem;
  }
}
.l-ftr__flex {
  display: flex;
  justify-content: center;
  gap: 8.5rem;
  margin-bottom: 5.6rem;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .l-ftr__flex {
    gap: 5.6rem;
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 768px) {
  .l-ftr__flex a {
    text-align: center;
  }
}
.l-ftr__banner {
  width: 96rem;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .l-ftr__banner {
    width: 34rem;
  }
}
.l-ftr__banner--01 {
  width: 108rem;
}
@media only screen and (max-width: 768px) {
  .l-ftr__banner--01 {
    width: 34rem;
  }
}

.floating {
  position: fixed;
  top: 0;
  right: 3.2rem;
  box-sizing: border-box;
  height: auto;
  padding-block: 3rem;
  opacity: 0;
  transition: opacity 0.5s;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .floating {
    display: none;
  }
}
.floating.is-visible {
  pointer-events: all;
}
.floating.is-visible:hover {
  opacity: 1;
}
.floating__list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
  list-style: none;
  height: 100vh;
}
.floating__item {
  display: grid;
  place-items: center;
  width: auto;
  max-height: none;
  line-height: 0;
}
.floating__item img {
  width: 17.8rem;
  height: auto;
}

.hero {
  position: relative;
  padding-inline: 11rem;
  width: 100%;
  margin-bottom: 8rem;
}
@media only screen and (max-width: 768px) {
  .hero {
    padding-inline: 0;
    margin-bottom: 4rem;
  }
}
.hero__visu {
  width: 155.7rem;
  height: auto;
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .hero__visu {
    width: 100%;
  }
}
.hero__catch {
  display: flex;
  gap: 8rem;
  align-items: center;
  position: absolute;
  top: 50%;
  font-size: 1.6rem;
  letter-spacing: 0.128rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .hero__catch {
    display: none;
  }
}
.hero__catch--left {
  left: -16rem;
  transform: translateY(-50%) rotate(-90deg);
}
.hero__catch--right {
  right: -16rem;
  transform: translateY(-50%) rotate(90deg);
}
.hero__catch--right .hero__catch-icon {
  transform: rotate(270deg);
}
.hero__catch-icon {
  transform: rotate(90deg);
  width: 0.8rem;
  height: 0.8rem;
}
.hero__copy--01 {
  writing-mode: vertical-rl;
  text-orientation: upright;
  writing-mode: vertical-rl;
  text-orientation: upright;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 12rem;
  right: 29.4rem;
  gap: 3.19rem;
}
@media only screen and (max-width: 768px) {
  .hero__copy--01 {
    gap: 0.79rem;
    top: 10.2rem;
    right: inherit;
    left: 2.4rem;
  }
}
.hero__copy--01 span {
  color: var(--colorW);
  display: block;
  height: fit-content;
}
.hero__copy--01 span:first-child {
  background: rgba(184, 149, 213, 0.6);
  padding: 4rem 1.2rem;
  text-align: center;
  font-feature-settings: "vert" on;
  font-family: "Ten Mincho Text";
  font-size: 4.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 5.4rem;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 768px) {
  .hero__copy--01 span:first-child {
    font-size: 2.107rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.5285rem;
    padding: 1.87rem 0.56rem;
  }
}
.hero__copy--01 span:last-child {
  background: rgba(255, 137, 184, 0.6);
  padding: 4rem 1.6rem;
  text-align: center;
  font-feature-settings: "vert" on;
  font-family: "Ten Mincho Text";
  font-size: 4.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 5.4rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-top: 13.6rem;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 768px) {
  .hero__copy--01 span:last-child {
    padding: 1.87rem 0.75rem;
    gap: 0.37rem;
    color: #fff;
    text-align: center;
    font-feature-settings: "vert" on;
    font-family: "Ten Mincho Text";
    font-size: 2.107rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.5285rem;
    margin-top: 5.5rem;
  }
}
.hero__copy--01 span:last-child img {
  width: 8.4122rem;
  height: 18.5676rem;
}
@media only screen and (max-width: 768px) {
  .hero__copy--01 span:last-child img {
    width: 3.9388rem;
    height: 8.6939rem;
  }
}
.hero__copy--02 {
  position: absolute;
  bottom: 21.5rem;
  left: 20.5rem;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .hero__copy--02 {
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
  }
}
.hero__copy--02 span:first-child img {
  width: 37.0329rem;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .hero__copy--02 span:first-child img {
    width: 19.4951rem;
    position: relative;
    left: -9rem;
    top: 0rem;
  }
}
.hero__copy--02 span:last-child img {
  width: 71.6rem;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .hero__copy--02 span:last-child img {
    width: 32.2rem;
    height: 12.817rem;
    left: -0.6rem;
    top: -1.6rem;
    position: relative;
  }
}

.hero__visu {
  opacity: 0;
}

.hero__copy--02--span--01 {
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
}

.hero__copy--02--span--02 img {
  width: 67.3rem;
  height: 26.2rem;
}

.hero__maskText {
  display: inline-block;
  will-change: transform;
}

.heroHeart__path {
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
}

@keyframes drawHeart {
  0% {
    stroke-dashoffset: 500;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.hero__copy--02 {
  left: 24.5rem;
}
@media only screen and (max-width: 768px) {
  .hero__copy--02 {
    left: 63%;
  }
  .hero__copy--02 img {
    width: 30.2662rem;
    height: 11.7827rem;
  }
}
.hero__copy--02 svg {
  position: absolute;
  bottom: -2.2rem;
  left: -3.4rem;
  width: 16.698rem;
  height: 16.6rem;
}
@media only screen and (max-width: 768px) {
  .hero__copy--02 svg {
    width: 7.5094rem;
    height: 7.4654rem;
    bottom: -1.2rem;
    left: -1.7rem;
  }
}

.love {
  padding-bottom: 14.96rem;
  position: relative;
  overflow: visible;
  padding-bottom: 74.4rem;
}
@media only screen and (max-width: 768px) {
  .love {
    padding-bottom: 10rem;
  }
}
.love__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.love__movie {
  width: 59.4rem;
  height: 106.2rem;
  aspect-ratio: 33/59;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .love__movie {
    width: 100%;
    height: auto;
    aspect-ratio: 61/109;
  }
}
.love__movie video {
  width: 59.4rem;
  height: 106.2rem;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .love__movie video {
    width: 100%;
    height: auto;
    aspect-ratio: 61/109;
  }
}
@media only screen and (max-width: 768px) {
  .love__movie {
    width: 100%;
    height: auto;
    aspect-ratio: 61/109;
  }
}
.love__movie img {
  height: 100%;
}
.love__movie.is-fixed {
  position: fixed;
  top: 0;
}
.love__movie.is-bottom {
  position: absolute;
  top: auto;
  bottom: 0;
}
.love__content {
  flex: 1;
  min-width: 0;
}
.love__cont {
  margin-bottom: 28.1rem;
  padding-top: 17.4rem;
}
@media only screen and (max-width: 768px) {
  .love__cont {
    padding-top: 0;
    margin-bottom: 4.4rem;
  }
}
.love__ttl {
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #f1bfd3;
  font-family: var(--corm);
  font-size: 14rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.12rem;
  color: transparent;
  margin-bottom: 4.8rem;
}
@media only screen and (max-width: 768px) {
  .love__ttl {
    text-align: center;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--F1BFD3, #ffc5dc);
    font-family: "Cormorant Garamond";
    font-size: 5.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.448rem;
    margin-bottom: 1.6rem;
  }
}
.love__text {
  text-align: center;
  font-size: 2rem;
  font-weight: 400;
  line-height: 6.4rem;
}
@media only screen and (max-width: 768px) {
  .love__text {
    color: var(--baseColor);
    text-align: center;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 4rem;
    line-height: 2.9;
    letter-spacing: 0.04em;
  }
}
.love__text .large {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 6.4rem;
}
@media only screen and (max-width: 768px) {
  .love__text .large {
    color: var(--baseColor);
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 4rem;
  }
}
.love__text .line {
  font-weight: 500;
  position: relative;
  z-index: 0;
}
.love__text .line::before {
  content: "";
  width: 100%;
  height: 2.4rem;
  position: absolute;
  top: inherit;
  bottom: -1rem;
  left: 0;
  z-index: -1;
  opacity: 0.5;
  background: var(--F1BFD3, #ffc5dc);
}
@media only screen and (max-width: 768px) {
  .love__text .line::before {
    height: 1.5rem;
    bottom: -0.5rem;
  }
}
.love__subttl {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 3.2rem;
  margin-bottom: 11.2rem;
  position: relative;
  left: -4rem;
}
@media only screen and (max-width: 768px) {
  .love__subttl {
    color: var(--baseColor);
    text-align: center;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6rem;
    margin-bottom: 8.09rem;
    left: 0;
  }
}
.love__subttl span {
  text-align: center;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 3.2rem;
  position: relative;
}
.love__subttl span::after {
  content: "";
  top: -1rem;
  position: absolute;
  opacity: 0;
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.love__subttl span:nth-child(1)::after {
  background: url(../images/icon__dot01.webp) no-repeat center center/contain;
  width: 10.4rem;
  height: 0.8rem;
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .love__subttl span:nth-child(1)::after {
    width: 5.2rem;
    height: 0.4rem;
  }
}
.love__subttl span:nth-child(2)::after {
  content: "";
  background: url(../images/icon__dot02.webp) no-repeat center center/contain;
  width: 7.2rem;
  height: 0.8rem;
}
@media only screen and (max-width: 768px) {
  .love__subttl span:nth-child(2)::after {
    width: 3.6rem;
    height: 0.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .love__subttl span {
    color: var(--baseColor);
    text-align: center;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6rem;
  }
}
.love__subttl strong {
  text-align: center;
  font-size: 6.4rem;
  font-weight: 400;
  line-height: 3.2rem;
  letter-spacing: 0.256rem;
  padding-top: 3.9rem;
  display: block;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .love__subttl strong {
    color: var(--baseColor);
    text-align: center;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6rem;
    letter-spacing: 0.128rem;
    padding-top: 1.6rem;
  }
}
.love__subttl strong::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -5rem;
  width: 62.9317rem;
  height: 5.4336rem;
  background: url(../images/love__border.webp) no-repeat center/contain;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .love__subttl strong::before {
    width: 31.4659rem;
    height: 2.7168rem;
    bottom: -2rem;
  }
}
.love__point {
  position: relative;
  padding-bottom: 24.2rem;
}
@media only screen and (max-width: 768px) {
  .love__point {
    padding-bottom: 0;
  }
}
.love__point-deco {
  position: absolute;
  top: 29.2%;
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--F1BFD3, #ffc5dc);
  font-family: var(--corm);
  font-size: 12.8rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.024rem;
  color: transparent;
  right: -26.4rem;
  transform: rotate(90deg);
}
@media only screen and (max-width: 768px) {
  .love__point-deco {
    text-align: center;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--F1BFD3, #ffc5dc);
    font-family: "Cormorant Garamond";
    font-size: 4.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.384rem;
    top: 74.8%;
    right: -10.2rem;
  }
}
.love__point-figure {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .love__point-figure {
    position: relative;
    top: 3rem;
    left: -1.5rem;
  }
}
.love__point-img {
  width: 57.9858rem;
  height: 65.1483rem;
  position: relative;
  left: -6.5rem;
  top: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .love__point-img {
    width: 34.2792rem;
    height: 41.3073rem;
    left: 0;
    top: 0;
    margin-bottom: 6rem;
  }
}
.love__point-main {
  position: relative;
  z-index: 0;
}
.love__point-main::after {
  content: "";
  background: url(../images/love__bg.webp) no-repeat center center/cover;
  width: 132.6rem;
  height: 89.5rem;
  position: absolute;
  top: 6rem;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .love__point-main::after {
    content: "";
    background: url(../images/love__bg_sp.webp) no-repeat center center/cover;
    width: 37.5rem;
    height: 51.4rem;
    position: absolute;
    top: -3.6rem;
    left: 0;
    z-index: -1;
  }
}
.love__point-catch {
  text-align: center;
  font-size: 2rem;
  font-weight: 400;
  line-height: 4rem;
}
@media only screen and (max-width: 768px) {
  .love__point-catch {
    color: var(--baseColor);
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
  }
}
.love__point-catch span {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 4rem;
  display: block;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .love__point-catch span {
    color: var(--baseColor);
    text-align: center;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
  }
}
.love__point-catch span::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: -1;
}
.love__point-catch--01 span::after {
  background: url(../images/love__border02.webp) no-repeat center center/cover;
  width: 30.2803rem;
  height: 1.5033rem;
}
@media only screen and (max-width: 768px) {
  .love__point-catch--01 span::after {
    background: url(../images/love__border02_sp.webp) no-repeat center center/cover;
    width: 12.145rem;
    height: 2.7772rem;
  }
}
.love__point-catch--02 span::after {
  background: url(../images/love__border03.svg) no-repeat center center/cover;
  width: 33rem;
  height: 1.5033rem;
}
@media only screen and (max-width: 768px) {
  .love__point-catch--02 span::after {
    background: url(../images/love__border03_sp.webp) no-repeat center center/cover;
    width: 13.2013rem;
    height: 2.5465rem;
  }
}
.love__point-catch--03 span::after {
  background: url(../images/love__border04.svg) no-repeat center center/cover;
  width: 20rem;
  height: 1.103rem;
}
@media only screen and (max-width: 768px) {
  .love__point-catch--03 span::after {
    background: url(../images/love__border04_sp.webp) no-repeat center center/cover;
    width: 10.3744rem;
    height: 1rem;
  }
}
.love__point-number {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  font-family: "Cormorant Infant";
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.16rem;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .love__point-number {
    color: var(--baseColor);
    text-align: center;
    font-family: "Cormorant Infant";
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.088rem;
  }
}
.love__point-number span {
  font-size: 1.6rem;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  font-family: var(--corm);
}
@media only screen and (max-width: 768px) {
  .love__point-number span {
    color: var(--baseColor);
    text-align: center;
    font-family: "Cormorant Garamond";
    font-size: 0.8962rem;
    font-style: normal;
    font-weight: 700;
  }
}
.love__point-number img {
  width: 0.8rem;
  height: 0.8rem;
}
@media only screen and (max-width: 768px) {
  .love__point-number img {
    width: 0.4481rem;
    height: 0.4481rem;
    aspect-ratio: 1/1;
  }
}
.love__point-cont {
  position: absolute;
}
.love__point-cont--01 {
  top: 3.5rem;
  right: 31.3rem;
}
@media only screen and (max-width: 768px) {
  .love__point-cont--01 {
    top: -4.9rem;
    right: 12rem;
  }
}
.love__point-cont--01 .point-item {
  position: absolute;
  top: 3rem;
  right: 17.7rem;
}
@media only screen and (max-width: 768px) {
  .love__point-cont--01 .point-item {
    top: 10.3rem;
    right: 4.4rem;
  }
}
.love__point-cont--02 {
  top: 40rem;
  left: 15.3rem;
}
@media only screen and (max-width: 768px) {
  .love__point-cont--02 {
    top: 6rem;
    right: -6.5rem;
  }
}
.love__point-cont--02 .point-item {
  position: relative;
  bottom: -0.4rem;
  right: -18.6rem;
}
@media only screen and (max-width: 768px) {
  .love__point-cont--02 .point-item {
    bottom: 1rem;
    right: -5rem;
  }
}
.love__point-cont--03 {
  position: absolute;
  top: 56.5rem;
  right: 26.5rem;
}
@media only screen and (max-width: 768px) {
  .love__point-cont--03 {
    top: inherit;
    bottom: 7.5rem;
    right: inherit;
    left: 1.3rem;
  }
}
.love__point-cont--03 .point-item {
  position: relative;
  top: -26.5rem;
  left: -10.6rem;
}
@media only screen and (max-width: 768px) {
  .love__point-cont--03 .point-item {
    top: -4.4rem;
    left: 10.9rem;
  }
}
.love__variation {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .love__variation {
    padding-top: 5.5rem;
  }
}
.love__variation-flex {
  display: flex;
  gap: 0;
  align-items: baseline;
  margin-bottom: 6.4rem;
}
@media only screen and (max-width: 768px) {
  .love__variation-flex {
    flex-direction: column-reverse;
    margin-bottom: 5.8rem;
  }
}
.love__variation-figure {
  margin-bottom: 3.77rem;
  text-align: right;
  position: absolute;
  top: 7rem;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .love__variation-figure {
    position: relative;
    top: 0;
    margin-bottom: 0;
    width: 100%;
  }
}
.love__variation-img {
  width: 87.9rem;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .love__variation-img {
    width: 31.9rem;
    height: auto;
  }
}
.love__variation-textimg {
  width: 61.5rem;
  height: auto;
  position: relative;
  top: 50.2rem;
  left: -14.5rem;
}
@media only screen and (max-width: 768px) {
  .love__variation-textimg {
    top: 0;
    left: 1.2rem;
    width: 27.6rem;
    height: auto;
    margin-top: -7rem;
  }
}
.love__variation-deco {
  position: relative;
  left: 30rem;
  display: block;
}
@media only screen and (max-width: 768px) {
  .love__variation-deco {
    left: 0;
  }
}
.love__variation-text {
  font-size: 2rem;
  font-weight: 400;
  line-height: 4rem;
  letter-spacing: 0.08rem;
}
@media only screen and (max-width: 768px) {
  .love__variation-text {
    color: var(--baseColor);
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.4rem;
    letter-spacing: 0.056rem;
  }
}
.love__variation-box {
  display: flex;
  width: 92.9rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 3rem;
  margin-inline: auto;
  position: relative;
  top: 50.5rem;
  left: -1.3rem;
}
@media only screen and (max-width: 768px) {
  .love__variation-box {
    width: 100%;
    top: 0;
    left: 0;
    padding-inline: 2.8rem;
    gap: 2.3rem;
  }
}
.love__variation-subttl {
  font-family: var(--corm);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 5.12rem;
  letter-spacing: 0.096rem;
}
@media only screen and (max-width: 768px) {
  .love__variation-subttl {
    color: var(--baseColor);
    font-family: "Cormorant Garamond";
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 5.12rem;
    letter-spacing: 0.096rem;
  }
}
.love__variation-subttl span {
  font-size: 1.6rem;
  line-height: 5.12rem;
  font-weight: 700;
  letter-spacing: 0.064rem;
}
@media only screen and (max-width: 768px) {
  .love__variation-subttl span {
    color: var(--baseColor);
    font-family: "Cormorant Garamond";
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 5.12rem;
    letter-spacing: 0.064rem;
  }
}
.love__variation-item:not(:last-child) {
  margin-bottom: 0.8rem;
}
@media only screen and (max-width: 768px) {
  .love__variation-item:not(:last-child) {
    margin-bottom: 0.4rem;
  }
}
.love__variation-subitem {
  display: flex;
}
.love__variation-subitem--size {
  gap: 1.9rem;
}
@media only screen and (max-width: 768px) {
  .love__variation-subitem--size {
    gap: 1.33rem;
  }
}
.love__variation-subitem--size span {
  width: 5.76rem;
  height: 5.76rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid;
  display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--baseColor);
  font-family: var(--corm);
  font-size: 1.92rem;
  font-weight: 700;
  line-height: 5.12rem;
  letter-spacing: 0.0768rem;
}
@media only screen and (max-width: 768px) {
  .love__variation-subitem--size span {
    width: 4rem;
    height: 4rem;
    aspect-ratio: 1/1;
    color: var(--baseColor);
    text-align: center;
    font-family: "Cormorant Garamond";
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 3.5556rem;
    letter-spacing: 0.056rem;
  }
}
.love__variation-subitem--pattern {
  gap: 1.28rem;
}
@media only screen and (max-width: 768px) {
  .love__variation-subitem--pattern {
    gap: 1.1429rem;
    flex-wrap: wrap;
  }
}
.love__variation-subitem--pattern span {
  width: 4.48rem;
  height: 4.48rem;
}
@media only screen and (max-width: 768px) {
  .love__variation-subitem--pattern span {
    width: 4rem;
    height: 4rem;
  }
}
.love__variation-subitem--pattern span img {
  width: 100%;
  height: auto;
}

.love__movie--sp {
  margin-bottom: 8.1rem;
}
.love__movie--sp video {
  width: 100%;
  height: auto;
}

.love__point-cont {
  opacity: 0;
  transform: translateY(0.3rem);
  transition: transform 1s ease-out, opacity 1s ease-out;
}

.love__point-main.is-active .love__point-cont {
  opacity: 1;
  transform: translateY(0);
}

.love__point-main.is-active .draw-line {
  animation: lineAnim 1.2s ease-in-out forwards;
}

.love__point-main.is-active .draw-dot {
  animation: dotAnim 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1s forwards;
}

.point-svg .draw-line {
  stroke-dasharray: 300;
  stroke-dashoffset: 300;
}

.point-svg .draw-line.rev {
  stroke-dashoffset: -300;
}

.point-svg .draw-dot {
  opacity: 0;
  transform: scale(0);
}

@keyframes lineAnim {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes dotAnim {
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.love__subttl {
  opacity: 0;
  transform: translateY(5.5rem);
  transition: opacity 1s ease, transform 1s ease;
  will-change: opacity, transform;
}
.love__subttl.is-show {
  opacity: 1;
  transition: opacity 1s ease, transform 1s ease;
  transform: translateY(1rem);
}
.love__subttl strong::before {
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 2s cubic-bezier(0.22, 1, 0.36, 1);
}
.love__subttl.is-marker strong::before {
  opacity: 1;
  transform: scaleX(1);
}
.love__subttl span::after {
  opacity: 0;
  transform: translateY(1rem);
  transition: opacity 0.6s ease, transform 0.6s ease;
  will-change: opacity, transform;
}
.love__subttl.is-dots span::after {
  opacity: 1;
  transform: translateY(0);
}

.love__subttl.is-dots span:nth-child(1)::after,
.love__subttl.is-dots span:nth-child(2)::after {
  opacity: 1;
  transform: translateY(0);
  left: 1rem;
}

.svg-01 {
  width: 17.3rem;
  height: 10.8rem;
}
@media only screen and (max-width: 768px) {
  .svg-01 {
    width: 0.9rem;
    height: 7rem;
  }
}

.svg-02 {
  width: 21.7rem;
  height: 9.9rem;
}
@media only screen and (max-width: 768px) {
  .svg-02 {
    width: 4.9rem;
    height: 3.2rem;
  }
}

.svg-03 {
  width: 21.2rem;
  height: 10.7rem;
}
@media only screen and (max-width: 768px) {
  .svg-03 {
    width: 8.1rem;
    height: 3.3rem;
  }
}

.line {
  position: relative;
  --beforeScaleX: 0;
  --beforeOpacity: 1;
}
.line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  opacity: var(--beforeOpacity);
  transform: scaleX(var(--beforeScaleX));
  transform-origin: left center;
  transition: none;
  pointer-events: none;
  /* background / width / height などは今のままでOK */
}

.style {
  padding: 10rem 0 22.7rem;
  padding: 6rem 0 0;
  margin-bottom: 21rem;
}
@media only screen and (max-width: 768px) {
  .style {
    padding: 0;
    margin-bottom: 0;
  }
}
.style__ttl {
  color: var(--baseColor);
  text-align: center;
  font-family: "Cormorant Garamond";
  font-size: 8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 6.4rem; /* 80% */
  letter-spacing: 0.32rem;
  position: relative;
  z-index: 0;
  margin-bottom: 4rem;
  width: fit-content;
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .style__ttl {
    color: var(--baseColor);
    text-align: center;
    font-family: "Cormorant Garamond";
    font-size: 3.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 6.4rem; /* 182.857% */
    letter-spacing: 0.14rem;
    margin-bottom: -0.2rem;
  }
}
.style__ttl::after {
  content: "";
  width: 55.9rem;
  height: 4rem;
  opacity: 0.5;
  background: var(--F1BFD3, #ffc5dc);
  position: absolute;
  bottom: -2rem;
  z-index: -1;
  left: 0;
  left: -1.5rem;
}
@media only screen and (max-width: 768px) {
  .style__ttl::after {
    width: 24.8rem;
    height: 1.2rem;
    bottom: 1.5rem;
    left: -1rem;
  }
}
.style__text {
  color: var(--baseColor);
  text-align: center;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3.2rem; /* 133.333% */
  letter-spacing: 0.096rem;
  margin-bottom: 8rem;
}
@media only screen and (max-width: 768px) {
  .style__text {
    color: var(--baseColor);
    text-align: center;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.2rem; /* 157.143% */
    letter-spacing: 0.056rem;
    margin-bottom: 2.4rem;
  }
}
.style__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 119.4rem;
  margin-inline: auto;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .style__list {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.4rem 3rem;
    padding-inline: 2.75rem;
    margin-bottom: 7.96rem;
  }
}
.style__item {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .style__item {
    width: 14.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .style__item:nth-child(2) .style__subttl-en {
    position: relative;
    left: -1rem;
  }
}
.style__figure {
  margin-bottom: 2.1rem;
}
@media only screen and (max-width: 768px) {
  .style__figure {
    margin-bottom: 1.2rem;
  }
}
.style__icon {
  margin-bottom: 2.4rem;
  width: 4.125rem;
  height: 4rem;
  aspect-ratio: 33/32;
}
@media only screen and (max-width: 768px) {
  .style__icon {
    margin-bottom: 1.2rem;
    width: 2.475rem;
    height: 2.4rem;
  }
}
.style__number {
  color: var(--baseColor);
  text-align: center;
  font-family: "Cormorant Garamond";
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.048rem;
  border: 1px solid;
  border-radius: calc(infinity * 1px);
  width: 10rem;
  height: 2.4rem;
  display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
  margin-bottom: -0.3rem;
}
@media only screen and (max-width: 768px) {
  .style__number {
    color: var(--baseColor);
    text-align: center;
    font-family: "Cormorant Garamond";
    font-size: 0.72rem;
    font-style: normal;
    font-weight: 700;
    line-height: 3.84rem; /* 533.333% */
    letter-spacing: 0.0288rem;
    width: 6rem;
    height: 1.44rem;
  }
}
.style__number span {
  color: var(--baseColor);
  text-align: center;
  font-family: "Cormorant Infant";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.064rem;
}
@media only screen and (max-width: 768px) {
  .style__number span {
    color: var(--baseColor);
    text-align: center;
    font-family: "Cormorant Infant";
    font-size: 0.96rem;
    font-style: normal;
    font-weight: 700;
    line-height: 3.84rem; /* 400% */
    letter-spacing: 0.0384rem;
  }
}
.style__subttl-en {
  color: var(--baseColor);
  text-align: center;
  font-family: "Cormorant Garamond";
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 6.4rem; /* 200% */
  letter-spacing: 0.128rem;
  margin-bottom: -0.9rem;
}
@media only screen and (max-width: 768px) {
  .style__subttl-en {
    color: var(--baseColor);
    text-align: center;
    font-family: "Cormorant Garamond";
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 3.84rem; /* 160% */
    letter-spacing: 0.096rem;
    white-space: nowrap;
    margin-bottom: -0.6rem;
  }
}
.style__subttl-ja {
  color: var(--baseColor);
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3.2rem; /* 200% */
  letter-spacing: 0.064rem;
}
@media only screen and (max-width: 768px) {
  .style__subttl-ja {
    color: var(--baseColor);
    text-align: center;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.92rem; /* 192% */
    letter-spacing: 0.04rem;
  }
}

.look02__item01,
.look02__item02 {
  position: relative;
  --beforeY: 14px;
  --beforeOpacity: 0;
}
.look02__item01::before,
.look02__item02::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: var(--beforeOpacity);
  transform: translateY(var(--beforeY));
  transition: none;
  pointer-events: none;
  /* background / width / height は既存のままでOK */
}

.look01__figure03 {
  position: relative;
  --afterY: 14px;
  --afterOpacity: 0;
}
.look01__figure03::after {
  content: "";
  position: absolute;
  /* ここは既存の left/right/bottom/width/height/background をそのまま */
  opacity: var(--afterOpacity);
  transform: translateY(var(--afterY));
  transition: none;
  pointer-events: none;
}

/* ズームがはみ出すなら */
.look03__figure04 {
  position: relative;
  --beforeY: 14px;
  --beforeOpacity: 0;
}
.look03__figure04::after {
  content: "";
  position: absolute;
  /* 既存の left/right/bottom/background はそのまま */
  opacity: var(--beforeOpacity);
  transform: translateY(var(--beforeY));
  transition: none;
  pointer-events: none;
}

.look04__figure02 {
  position: relative;
  --afterY: 14px;
  --afterOpacity: 0;
}
.look04__figure02::after {
  content: "";
  position: absolute;
  /* 既存の left / right / bottom / background はそのまま */
  opacity: var(--afterOpacity);
  transform: translateY(var(--afterY));
  transition: none;
  pointer-events: none;
}

.look01 {
  margin-bottom: 16rem;
}
@media only screen and (max-width: 768px) {
  .look01 {
    margin-bottom: 9.2rem;
  }
}
.look01__flex01 {
  margin-left: 15rem;
  gap: 12.43rem;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
  .look01__flex01 {
    margin-left: 0;
    gap: 2.4rem;
    flex-direction: column-reverse;
  }
}
.look01__figure01 {
  width: 92rem;
  height: 108rem;
}
@media only screen and (max-width: 768px) {
  .look01__figure01 {
    width: 36rem;
    height: 48rem;
    aspect-ratio: 3/4;
    margin-left: auto;
  }
}
.look01__item01 {
  position: relative;
}
.look01__item01:first-child {
  margin-top: 15.2rem;
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
@media only screen and (max-width: 768px) {
  .look01__item01:first-child {
    margin-top: 0;
    gap: 4.2rem;
    margin-bottom: 3.4rem;
  }
}
.look01__flex02 {
  gap: 15.2rem;
  display: flex;
  padding-bottom: 31.59rem;
  margin-top: -11rem;
}
@media only screen and (max-width: 768px) {
  .look01__flex02 {
    gap: 3.2rem;
    padding-bottom: 0;
    margin-top: 0;
    flex-direction: column;
    margin-bottom: 9.1rem;
  }
}
.look01__figure02 {
  width: 60.6rem;
  height: 80.8rem;
}
@media only screen and (max-width: 768px) {
  .look01__figure02 {
    width: 32rem;
    height: 42.6667rem;
    aspect-ratio: 3/4;
  }
}
.look01__item02 {
  margin-top: 31rem;
  position: relative;
  overflow: visible;
  isolation: isolate;
}
@media only screen and (max-width: 768px) {
  .look01__item02 {
    margin-top: 0;
  }
}
.look01__figure03 {
  width: 97.7rem;
  height: 77.3rem;
  position: relative;
  isolation: isolate;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .look01__figure03 {
    width: 31.2rem;
    height: 24.6854rem;
    aspect-ratio: 91/72;
    margin-left: auto;
    margin-right: 3.2rem;
  }
}
.look01__figure03::before {
  content: "";
  width: 87.1rem;
  height: 74.7rem;
  background: #d2f0f3;
  position: absolute;
  top: 14.8rem;
  right: -18.4rem;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .look01__figure03::before {
    width: 31.2rem;
    height: 26.7rem;
    top: 3rem;
    right: -3rem;
  }
}
.look01__figure03::after {
  content: "";
  background: url(../images/look01__text01.svg) no-repeat center center/contain;
  width: 34.196rem;
  height: 17.0215rem;
  position: absolute;
  bottom: -20rem;
  left: -15rem;
}
@media only screen and (max-width: 768px) {
  .look01__figure03::after {
    width: 17.1176rem;
    height: 10.4129rem;
    bottom: -18.8rem;
    left: 18rem;
  }
}
.look01__figure04 {
  width: 60.8899rem;
  height: 43.8712rem;
}
@media only screen and (max-width: 768px) {
  .look01__figure04 {
    width: 25.6171rem;
    height: 16.7rem;
  }
}
.look01__item03 {
  position: absolute;
  bottom: -16.8rem;
  left: -42.9rem;
}
@media only screen and (max-width: 768px) {
  .look01__item03 {
    position: relative;
    bottom: 0;
    left: inherit;
    right: -12.7rem;
    bottom: 4.2rem;
  }
}
.look01 .look-tate {
  position: absolute;
  top: 8.2rem;
  right: 11.6rem;
}
@media only screen and (max-width: 768px) {
  .look01 .look-tate {
    top: 2.6rem;
    right: 1.6rem;
  }
}
.look01 .look-tate__ttl span {
  background: rgba(102, 203, 210, 0.6);
}
.look01 .look-tate__ttl span:nth-child(2) {
  margin-top: 6.6rem;
}
@media only screen and (max-width: 768px) {
  .look01 .look-tate__ttl span:nth-child(2) {
    margin-top: 3.1rem;
  }
}
.look01 .look-tate__ttl span:nth-child(3) {
  margin-top: 23.5rem;
}
@media only screen and (max-width: 768px) {
  .look01 .look-tate__ttl span:nth-child(3) {
    margin-top: 11.2rem;
  }
}
.look01 .look-unit__color {
  -webkit-text-stroke-color: #66cbd2;
}
.look01__unit01--a .look-unit__color {
  position: relative;
  top: 2.3rem;
  left: -14.8rem;
}
@media only screen and (max-width: 768px) {
  .look01__unit01--a .look-unit__color {
    left: 0.4rem;
    top: 2.8rem;
    text-align: left;
  }
}
.look01__unit01--a .look-unit__type {
  position: absolute;
  bottom: 7.5rem;
  right: -2rem;
}
@media only screen and (max-width: 768px) {
  .look01__unit01--a .look-unit__type {
    right: inherit;
    left: -1.5rem;
    bottom: 8rem;
  }
}
.look01__unit01--a .look-unit__subttl {
  margin-top: 8rem;
}
@media only screen and (max-width: 768px) {
  .look01__unit01--a .look-unit__subttl {
    margin-top: 0;
    position: relative;
    right: 0.7rem;
    top: 1rem;
  }
}
.look01__unit01--a .flex {
  margin-top: -3rem;
}
@media only screen and (max-width: 768px) {
  .look01__unit01--a .flex {
    margin-top: 0;
    flex-direction: row-reverse;
  }
}
.look01__unit01--a .look-unit__code {
  margin-bottom: 7.3rem;
  width: 37rem;
  height: 64rem;
  transform: rotate(2.885deg);
}
@media only screen and (max-width: 768px) {
  .look01__unit01--a .look-unit__code {
    width: 22.2rem;
    height: 38.4rem;
    transform: inherit;
    aspect-ratio: 37/64;
    margin-bottom: 3.63rem;
  }
}
.look01__unit01--b {
  position: relative;
  left: -3rem;
}
@media only screen and (max-width: 768px) {
  .look01__unit01--b {
    left: 0;
  }
}
.look01__unit01--b .look-unit__code {
  width: 32rem;
  height: 68.2186rem;
  transform: rotate(3.804deg);
}
@media only screen and (max-width: 768px) {
  .look01__unit01--b .look-unit__code {
    width: 19.2rem;
    height: 40.9312rem;
    position: relative;
  }
}
.look01__unit01--b .look-unit__type {
  position: absolute;
  right: 0.5rem;
  bottom: 15.5rem;
}
@media only screen and (max-width: 768px) {
  .look01__unit01--b .look-unit__type {
    right: 2.9rem;
    bottom: 8.5rem;
  }
}
.look01__unit01--b .look-unit__color {
  position: absolute;
  right: -2.1rem;
  bottom: 2.3rem;
  bottom: -0.6rem;
}
@media only screen and (max-width: 768px) {
  .look01__unit01--b .look-unit__color {
    right: 1rem;
    bottom: -0.3rem;
  }
}
.look01__unit01--b .look-unit__subttl {
  position: relative;
  right: -1.7rem;
}
@media only screen and (max-width: 768px) {
  .look01__unit01--b .look-unit__subttl {
    top: 1rem;
  }
}
.look01__unit01--b .look-unit__subttl span:nth-child(2) {
  margin-top: 8.3rem;
  display: block;
}
@media only screen and (max-width: 768px) {
  .look01__unit01--b .look-unit__subttl span:nth-child(2) {
    margin-top: 3.6rem;
  }
}
.look01__unit01--b .flex {
  top: -3rem;
}

.look02 {
  margin-bottom: 24rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .look02 {
    margin-bottom: 3.08rem;
    padding-bottom: 5.6rem;
  }
}
.look02__visu {
  position: relative;
  margin-bottom: 8rem;
}
@media only screen and (max-width: 768px) {
  .look02__visu {
    margin-bottom: 0;
  }
}
.look02 .look-box {
  position: absolute;
  top: 22rem;
  right: 10.7rem;
}
@media only screen and (max-width: 768px) {
  .look02 .look-box {
    position: relative;
    top: 0;
    right: 0;
    margin-bottom: 6.58rem;
  }
}
@media only screen and (max-width: 768px) {
  .look02 .look-box .look-box__number--wh,
  .look02 .look-box .look-box__ttl-ja--wh,
  .look02 .look-box .look-box__ttl-en--wh,
  .look02 .look-box .look-box__text--wh {
    color: var(--baseColor);
    border-color: var(--baseColor);
  }
}
.look02__figure01 {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .look02__figure01 {
    margin-bottom: 4rem;
  }
}
.look02 .look-tate {
  top: 6.1rem;
  left: 32.5rem;
}
@media only screen and (max-width: 768px) {
  .look02 .look-tate {
    top: 2.6rem;
    left: 28.5rem;
  }
}
.look02 .look-tate span {
  background-color: rgba(74, 204, 113, 0.6);
}
.look02 .look-tate span:nth-child(1) {
  margin-left: 1rem;
}
.look02 .look-tate span:nth-child(2) {
  margin-top: 3.5rem;
  position: relative;
  left: -1.7rem;
}
.look02__cont {
  position: relative;
  z-index: 100;
}
@media only screen and (max-width: 768px) {
  .look02__cont {
    display: flex;
    flex-direction: column;
    padding-bottom: 5.6rem;
  }
}
.look02__cont::after {
  content: "";
  width: 98rem;
  height: 64rem;
  background: #e2f4e5;
  position: absolute;
  right: 0;
  bottom: 3.5rem;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .look02__cont::after {
    width: 37.5rem;
    height: 68.9rem;
    top: inherit;
    bottom: 0rem;
  }
}
.look02__figure02 {
  margin-inline: auto;
  width: 64rem;
  height: 90rem;
}
@media only screen and (max-width: 768px) {
  .look02__figure02 {
    width: 28rem;
    height: 39.5294rem;
    aspect-ratio: 17/24;
    order: 1;
    position: relative;
    top: 1rem;
  }
}
.look02 .detail {
  position: absolute;
  bottom: 13.3rem;
  right: 11.6rem;
}
@media only screen and (max-width: 768px) {
  .look02 .detail {
    position: relative;
    bottom: inherit;
    right: inherit;
    order: 3;
  }
}
.look02__box {
  position: absolute;
  top: 13rem;
  left: 39.4rem;
}
@media only screen and (max-width: 768px) {
  .look02__box {
    position: relative;
    top: 0;
    left: 0;
    order: 2;
    display: flex;
    gap: 5rem;
    margin-top: -2rem;
    margin-bottom: 14.07rem;
  }
}
.look02__item01 {
  width: 24.64rem;
  height: 25.0991rem;
  margin-bottom: 3.69rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .look02__item01 {
    width: 12rem;
    height: 12.2236rem;
    aspect-ratio: 120/122.24;
    left: 2rem;
    top: 0rem;
    transform: rotate(356deg);
  }
}
.look02__item01::before {
  content: "";
  background: url(../images/look02__text01.svg) no-repeat center center/contain;
  width: 23.432rem;
  height: 15.9582rem;
  position: absolute;
  bottom: -10rem;
  left: -20rem;
}
@media only screen and (max-width: 768px) {
  .look02__item01::before {
    width: 19.0593rem;
    height: 11.5749rem;
    transform: rotate(6.506deg);
    bottom: -10rem;
    left: -3rem;
    background: url(../images/look02__text01_sp.svg) no-repeat center center/contain;
  }
}
.look02__item01 img {
  transform: rotate(-8.515deg);
}
@media only screen and (max-width: 768px) {
  .look02__item01 img {
    transform: inherit;
  }
}
.look02__item02 {
  width: 24.64rem;
  height: 26.2408rem;
  position: relative;
  left: 4rem;
  top: 3.5rem;
}
@media only screen and (max-width: 768px) {
  .look02__item02 {
    width: 12rem;
    height: 12.7796rem;
    transform: rotate(1deg);
    aspect-ratio: 77/82;
    left: -0.1rem;
    top: 2rem;
  }
}
.look02__item02::before {
  content: "";
  background: url(../images/look02__text02.webp) no-repeat center center/contain;
  width: 39.7171rem;
  height: 22.6887rem;
  position: absolute;
  bottom: -21rem;
  left: -18rem;
}
@media only screen and (max-width: 768px) {
  .look02__item02::before {
    width: 23.4303rem;
    height: 13.0132rem;
    transform: rotate(0deg);
    bottom: -12.6rem;
    left: -2rem;
    background: url(../images/look02__text02_sp.webp) no-repeat center center/contain;
  }
}
.look02__item02 img {
  transform: rotate(9.921deg);
}
.look02__tate {
  top: 6.1rem;
  left: 32.5rem;
  z-index: 10;
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .look02__tate {
    top: 2.6rem;
    left: 28.5rem;
  }
}

.look03 {
  padding-bottom: 44.2rem;
}
@media only screen and (max-width: 768px) {
  .look03 {
    margin-bottom: 12rem;
    padding-bottom: 12rem;
  }
}
.look03__flex01 {
  display: flex;
  gap: 12rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .look03__flex01 {
    flex-direction: column;
    gap: 2rem;
  }
}
.look03__figure01 {
  width: 92rem;
  height: 108rem;
}
@media only screen and (max-width: 768px) {
  .look03__figure01 {
    width: 36rem;
    height: 48rem;
    aspect-ratio: 3/4;
  }
}
.look03__item {
  position: relative;
}
.look03__item .look-tate {
  position: absolute;
  top: 1.5rem;
  left: 12.7rem;
}
@media only screen and (max-width: 768px) {
  .look03__item .look-tate {
    left: 1.45rem;
    bottom: 0;
    top: 1.94rem;
  }
}
.look03__item .look-tate span:not(:last-child) {
  margin-left: 2.27rem;
}
.look03__item .look-tate__ttl span {
  background: rgba(244, 100, 158, 0.6);
}
.look03__item .look-tate__ttl span:nth-child(2) {
  margin-top: 7.8rem;
}
@media only screen and (max-width: 768px) {
  .look03__item .look-tate__ttl span:nth-child(2) {
    margin-top: 4.2rem;
  }
}
.look03__item01 {
  margin-top: 17.2rem;
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
@media only screen and (max-width: 768px) {
  .look03__item01 {
    margin-top: 0;
    gap: 2.4rem;
    margin-bottom: 5.4rem;
  }
}
.look03__flex02 {
  display: flex;
  gap: 15.2rem;
  justify-content: flex-end;
  position: relative;
  margin-top: -7.6rem;
}
@media only screen and (max-width: 768px) {
  .look03__flex02 {
    gap: 0;
    margin-top: 0;
    flex-direction: column-reverse;
    gap: 3.2rem;
    margin-top: 0;
  }
}
.look03__figure02 {
  width: 97.7rem;
  height: 73.3rem;
  margin-top: 27.5rem;
  position: relative;
  z-index: 0;
  overflow: visible;
}
@media only screen and (max-width: 768px) {
  .look03__figure02 {
    width: 31.2rem;
    height: 23.4rem;
    margin-top: 0;
    margin-left: 3rem;
  }
}
.look03__figure02::before {
  content: "";
  width: 98rem;
  height: 64rem;
  background: #ffe7ef;
  position: absolute;
  left: -18.4rem;
  top: 17.9rem;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .look03__figure02::before {
    width: 31.2rem;
    height: 20.4rem;
    aspect-ratio: 26/17;
    top: 5.6rem;
    left: -3rem;
  }
}
.look03__figure03 {
  width: 60.6rem;
  height: 80.8rem;
}
@media only screen and (max-width: 768px) {
  .look03__figure03 {
    width: 32rem;
    height: 42.7rem;
    aspect-ratio: 320/427;
    margin-left: auto;
    margin-top: 2rem;
  }
}
.look03__boxitem {
  position: absolute;
  bottom: -4rem;
  right: 32.5rem;
  bottom: -24rem;
}
@media only screen and (max-width: 768px) {
  .look03__boxitem {
    right: 1rem;
    bottom: 1rem;
  }
}
.look03__figure04 {
  width: 55.3996rem;
  height: 42.26rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .look03__figure04 {
    width: 21.7rem;
    height: 16.8rem;
    top: 18rem;
  }
}
.look03__figure04::after {
  content: "";
  background: url(../images/look03__text01.svg) no-repeat center center/contain;
  width: 23.432rem;
  height: 15.9583rem;
  transform: rotate(10.008deg);
  position: absolute;
  bottom: -3rem;
  left: -3rem;
}
@media only screen and (max-width: 768px) {
  .look03__figure04::after {
    width: 14.0599rem;
    height: 9.5987rem;
    transform: rotate(10.008deg);
  }
}

.look04__visu {
  display: flex;
  position: relative;
  margin-bottom: 8.7rem;
}
@media only screen and (max-width: 768px) {
  .look04__visu {
    flex-direction: column;
    margin-bottom: 0;
  }
}
.look04__figure01 {
  width: 96rem;
  height: 108rem;
}
@media only screen and (max-width: 768px) {
  .look04__figure01 {
    width: auto;
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .look04__figure01:nth-child(2) {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 768px) {
  .look04__figure01 img {
    height: 100%;
    object-fit: cover;
  }
}
@media only screen and (max-width: 768px) {
  .look04__item .detail {
    margin-top: 4rem;
  }
  .look04__item .detail__ttl {
    font-size: 1.3rem;
  }
}
.look04 .look-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
  .look04 .look-box {
    position: relative;
    transform: inherit;
    top: 0;
    left: 0;
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 768px) {
  .look04 .look-box__number--wh,
  .look04 .look-box__ttl-en--wh,
  .look04 .look-box__ttl-ja--wh,
  .look04 .look-box__text--wh {
    color: var(--baseColor);
    border-color: var(--baseColor);
  }
}
.look04 .look-tate {
  position: absolute;
  bottom: 8.4rem;
  left: 12.5rem;
}
@media only screen and (max-width: 768px) {
  .look04 .look-tate {
    left: 3.1rem;
    bottom: inherit;
    top: 16.2rem;
  }
}
.look04 .look-tate__ttl span {
  background: rgba(235, 232, 32, 0.6);
}
.look04 .look-tate__ttl span:nth-child(2) {
  margin-top: 10.8rem;
}
.look04 .look04__wrap {
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .look04 .look04__wrap {
    margin-bottom: 10.4rem;
  }
}
.look04 .look04__wrap::before {
  content: "";
  width: 90rem;
  height: 32rem;
  background: rgb(254, 253, 214);
  position: absolute;
  top: 4%;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .look04 .look04__wrap::before {
    width: 37.5rem;
    height: 16.5rem;
    top: 5rem;
    transform: inherit;
  }
}
.look04__flex01 {
  display: flex;
  gap: 16.2rem;
  width: 155rem;
  margin-inline: auto;
  justify-content: center;
  margin-bottom: 8.5rem;
}
@media only screen and (max-width: 768px) {
  .look04__flex01 {
    flex-direction: column-reverse;
    gap: 4rem;
    width: 100%;
    margin-bottom: 0;
  }
}
.look04__figure02 {
  width: 57.6603rem;
  height: 41.9931rem;
  position: relative;
  top: -3.4rem;
  left: 0.3rem;
}
@media only screen and (max-width: 768px) {
  .look04__figure02 {
    width: 22.5695rem;
    height: 18.5829rem;
    top: 0;
    left: 4rem;
  }
}
.look04__figure02::after {
  content: "";
  background: url(../images/look04__text01.webp) no-repeat center center/contain;
  width: 29rem;
  height: 24rem;
  position: absolute;
  bottom: 1rem;
  right: -26rem;
}
@media only screen and (max-width: 768px) {
  .look04__figure02::after {
    width: 16.5207rem;
    height: 13.9521rem;
    bottom: -4rem;
    right: -7.5rem;
  }
}
.look04__unit {
  padding-bottom: 15.6rem;
}
@media only screen and (max-width: 768px) {
  .look04__unit {
    padding-bottom: 0;
  }
}
.look04 .look-unit__color {
  -webkit-text-stroke-color: #e3e033;
}
.look04 .look-unit__flex {
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .look04 .look-unit__flex {
    gap: 0;
    margin-top: 0;
  }
}
.look04 .look-unit__ttl--en::after {
  background: #fefc88;
  opacity: 0.5;
}
@media only screen and (max-width: 768px) {
  .look04 .look-unit__ttl--en::after {
    opacity: 0.5;
    background: #fffdc3;
  }
}
.look04__unit02--a .look-unit__color {
  text-align: left;
  position: relative;
  top: 9.2rem;
  left: 4.3rem;
}
@media only screen and (max-width: 768px) {
  .look04__unit02--a .look-unit__color {
    top: 0.9rem;
    left: -0.7rem;
  }
}
.look04__unit02--a .look-unit__subttl {
  position: relative;
  top: 26rem;
  left: -2rem;
  top: 28rem;
  left: 4.5rem;
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .look04__unit02--a .look-unit__subttl {
    top: 1rem;
    left: -1rem;
  }
}
.look04__unit02--a .look-unit__subttl span:nth-child(2) {
  margin-top: 2.6rem;
}
.look04__unit02--a .look-unit__subttl span:nth-child(3) {
  margin-top: 11.7rem;
}
.look04__unit02--a .look-unit__type {
  position: absolute;
  bottom: -7.9rem;
  left: 13.6rem;
}
@media only screen and (max-width: 768px) {
  .look04__unit02--a .look-unit__type {
    bottom: inherit;
    top: 18rem;
    left: 5rem;
  }
}
.look04__unit02--a .flex {
  top: -12rem;
  margin-bottom: 0.7rem;
}
@media only screen and (max-width: 768px) {
  .look04__unit02--a .flex {
    top: 0;
  }
}
.look04__unit02--a .look-unit__code {
  width: 31rem;
  height: 63.8rem;
  position: relative;
  top: 4rem;
  left: 6rem;
}
@media only screen and (max-width: 768px) {
  .look04__unit02--a .look-unit__code {
    width: 18.6rem;
    height: 38.28rem;
    aspect-ratio: 69/142;
    top: -8.7rem;
    left: 1.9rem;
    margin-bottom: -5.8rem;
  }
}
.look04__unit02--b .look-unit__color {
  position: absolute;
  right: 2rem;
  bottom: -5rem;
}
@media only screen and (max-width: 768px) {
  .look04__unit02--b .look-unit__color {
    right: 0.5rem;
    bottom: -8.8rem;
  }
}
.look04__unit02--b .look-unit__code {
  width: 29.6rem;
  height: 66.5rem;
  position: relative;
  top: 3rem;
  left: -0.8rem;
}
@media only screen and (max-width: 768px) {
  .look04__unit02--b .look-unit__code {
    width: 17.76rem;
    height: 39.9rem;
    aspect-ratio: 73/164;
    top: 6rem;
    left: 1.7rem;
  }
}
.look04__unit02--b .look-unit__type {
  position: absolute;
  top: 40.8rem;
  right: 2.2rem;
}
@media only screen and (max-width: 768px) {
  .look04__unit02--b .look-unit__type {
    top: 28.8rem;
  }
}
.look04__unit02--b .look-unit__subttl {
  position: relative;
  top: 4.3rem;
  right: -3rem;
}
@media only screen and (max-width: 768px) {
  .look04__unit02--b .look-unit__subttl {
    right: -3.8rem;
  }
}
.look04__unit02--b .look-unit__subttl span:last-child {
  margin-top: 3.4rem;
}
.look04__unit02--b .flex {
  margin-bottom: 10.8rem;
}
@media only screen and (max-width: 768px) {
  .look04 .detail__ttl {
    font-size: 1.3rem;
  }
}

.detail {
  margin-inline: auto;
}
.detail__wrap {
  width: 45.8rem;
}
@media only screen and (max-width: 768px) {
  .detail__wrap {
    width: 32rem;
    margin-inline: auto;
  }
}
.detail__ttl {
  font-size: 1.4rem;
  line-height: 1;
}
.detail__ttl span {
  font-size: 1.2rem;
}
.detail__item {
  margin-bottom: 1.4rem;
}
.detail__item:last-child {
  margin-bottom: 0;
}
.detail__item--border {
  border-bottom: 1px solid;
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  display: block;
}
@media only screen and (max-width: 768px) {
  .detail__item--border {
    margin-bottom: 2rem;
    padding-bottom: 1.7rem;
  }
}
.detail__flex {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.detail__price {
  font-size: 1.6rem;
  font-family: var(--time);
}
@media only screen and (max-width: 768px) {
  .detail__price {
    font-size: 1.4rem;
    white-space: nowrap;
  }
}
.detail__price span {
  font-size: 1rem;
  padding-left: 0.4rem;
}
@media only screen and (max-width: 768px) {
  .detail__price span {
    font-size: 0.9rem;
    padding-left: 0.28rem;
  }
}
.detail__cont {
  display: flex;
  gap: 1.6rem;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .detail__cont {
    gap: 0.6rem;
  }
}
.detail__cont--first {
  margin-bottom: 1.1rem;
}
@media only screen and (max-width: 768px) {
  .detail__cont--first {
    margin-bottom: 1.2rem;
  }
}
.detail__sizelist {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
@media only screen and (max-width: 768px) {
  .detail__sizelist {
    gap: 0.4rem;
  }
}
.detail__size {
  font-size: 1rem;
  font-family: var(--time);
  height: 2rem;
  padding-inline: 0.5rem;
  border: 0.1rem solid;
  line-height: 2rem;
  border-radius: 0.2rem;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .detail__size {
    padding-inline: 0.2rem;
    height: 1.6rem;
    line-height: 1.6rem;
    width: 1.6rem;
  }
}
.detail__size--middle {
  width: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .detail__size--middle {
    width: 2rem;
  }
}
.detail__size--large {
  width: 2.6rem;
}
@media only screen and (max-width: 768px) {
  .detail__size--large {
    width: 2.4rem;
  }
}
.detail__link {
  background-color: var(--baseColor);
  color: var(--colorW);
  font-family: var(--time);
  font-size: 1.1rem;
  width: 7.2rem;
  height: 2.2rem;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .detail__link {
    width: 5rem;
    height: 2.4rem;
    font-size: 1rem;
  }
}
.detail__link--border {
  background-color: transparent;
  color: var(--baseColor);
  border: 1px solid;
  transition: 0.5s;
}
.detail__link--cs {
  pointer-events: none;
  color: var(--baseColor);
  background-color: transparent;
  border: none;
}
@media only screen and (max-width: 768px) {
  .detail__link--cs {
    text-align: center;
    line-height: 1.4;
  }
}
.detail__toggle {
  font-size: 1.3rem;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  gap: 1rem;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .detail__toggle {
    padding-bottom: 1rem;
    border: none;
    background: none;
    width: 100%;
    color: var(--baseColor);
  }
}
.detail__toggle::after {
  content: "";
  background: url(../images/arrow.webp) no-repeat center center/contain;
  width: 2rem;
  height: 1rem;
  position: relative;
  display: inline-block;
}
.detail__toggle.open {
  margin-bottom: 2rem;
}
.detail__toggle.open::after {
  transform: rotate(180deg);
}

.detail.wh .detail__toggle::after {
  background: url(../images/arrow-w.webp) no-repeat center center/contain;
}

@media only screen and (max-width: 768px) {
  .detail__list .detail__item--border ~ .detail__item {
    display: none;
  }
  .detail__list.open .detail__item--border ~ .detail__item {
    display: block;
  }
}

.ambassador {
  margin-top: 30rem;
  padding-bottom: 12rem;
}
@media only screen and (max-width: 768px) {
  .ambassador {
    margin-top: 8.3em;
    padding-bottom: 6.8rem;
  }
}
.ambassador .look-unit__ttl--en::after {
  background: var(--F1BFD3, #ffc5dc);
  left: -2rem;
}
@media only screen and (max-width: 768px) {
  .ambassador .look-unit__ttl--en::after {
    left: -0.5rem;
  }
}
.ambassador .look-unit__ttlarea {
  margin-bottom: 12rem;
}
@media only screen and (max-width: 768px) {
  .ambassador .look-unit__ttlarea {
    margin-bottom: 4rem;
  }
}
.ambassador__item {
  padding-bottom: 8rem;
  display: flex;
  gap: 11.55rem;
  justify-content: center;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .ambassador__item {
    flex-direction: column-reverse;
    gap: 4rem;
    padding-bottom: 3.24rem;
  }
}
.ambassador__item:not(:last-child) {
  margin-bottom: 12.3rem;
}
@media only screen and (max-width: 768px) {
  .ambassador__item:not(:last-child) {
    margin-bottom: 7.6rem;
  }
}
.ambassador__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 54.4rem;
}
@media only screen and (max-width: 768px) {
  .ambassador__item::after {
    height: 26.88rem;
  }
}
.ambassador__item--01::after {
  background: url(../images/ambassador__bg01.svg) no-repeat bottom center/cover;
}
@media only screen and (max-width: 768px) {
  .ambassador__item--01::after {
    background: url(../images/ambassador__bg01_sp.svg) no-repeat bottom center/cover;
  }
}
@media only screen and (max-width: 768px) {
  .ambassador__item--02 {
    flex-direction: column;
  }
}
.ambassador__item--02::after {
  background: url(../images/ambassador__bg02.svg) no-repeat bottom center/cover;
}
@media only screen and (max-width: 768px) {
  .ambassador__item--02::after {
    background: url(../images/ambassador__bg02_sp.svg) no-repeat bottom center/cover;
  }
}
@media only screen and (max-width: 768px) {
  .ambassador__item--02 .ambassador__imgarea {
    padding-top: 2rem;
  }
}
.ambassador__item--03::after {
  background: url(../images/ambassador__bg03.svg) no-repeat bottom center/cover;
}
@media only screen and (max-width: 768px) {
  .ambassador__item--03::after {
    background: url(../images/ambassador__bg03_sp.svg) no-repeat bottom center/cover;
  }
}
.ambassador__item--03 .ambassador__imgarea {
  padding-top: 4rem;
}
.ambassador__videoarea {
  position: relative;
  left: -3.6rem;
}
@media only screen and (max-width: 768px) {
  .ambassador__videoarea {
    left: 0;
    padding-inline: 3.35rem;
  }
}
.ambassador__videoarea--02 {
  left: 3.9rem;
}
@media only screen and (max-width: 768px) {
  .ambassador__videoarea--02 {
    left: 0;
  }
}
.ambassador__videoarea--03 {
  left: -3.4rem;
  top: -2.9rem;
}
@media only screen and (max-width: 768px) {
  .ambassador__videoarea--03 {
    left: 0;
    top: 0;
  }
}
.ambassador__videoarea video {
  width: 60.8rem;
  height: 108rem;
  display: block;
}
@media only screen and (max-width: 768px) {
  .ambassador__videoarea video {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .ambassador__icon {
    width: 8rem;
    height: 8rem;
  }
}
.ambassador__overlay {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(89, 89, 89, 0.6);
  border: 0;
  padding: 0;
  cursor: pointer;
}
.ambassador__overlay.is-hidden {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
.ambassador .detail__wrap {
  background-color: var(--colorW);
  padding: 4rem 6.4rem;
  box-sizing: content-box;
}
@media only screen and (max-width: 768px) {
  .ambassador .detail__wrap {
    padding: 2.4rem 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .ambassador .detail__ttl {
    font-size: 1.3rem;
  }
}
.ambassador__figure {
  position: relative;
  margin-bottom: 2.93rem;
  width: 66rem;
  height: auto;
}
.ambassador__figure::after {
  content: "";
  width: 14.8rem;
  height: 14.8rem;
  position: absolute;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .ambassador__figure::after {
    width: 10rem;
    height: 10rem;
  }
}
.ambassador__figure--01 {
  width: 66rem;
  height: auto;
  position: relative;
  left: -4.3rem;
  top: -2.6rem;
  margin-bottom: -3rem;
}
@media only screen and (max-width: 768px) {
  .ambassador__figure--01 {
    left: inherit;
    right: 0;
    width: 97.3%;
    top: -3.5rem;
    height: auto;
  }
}
.ambassador__figure--01::after {
  background: url(../images/ambassador__type01.webp) no-repeat center center/contain;
  bottom: 1.5rem;
  right: 0.6rem;
}
@media only screen and (max-width: 768px) {
  .ambassador__figure--01::after {
    bottom: 0.9rem;
    right: 1.4rem;
  }
}
.ambassador__figure--02 {
  width: 65.8rem;
  height: auto;
  top: -2.4rem;
  right: -0.5rem;
  margin-bottom: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .ambassador__figure--02 {
    width: 96%;
    height: auto;
    top: -3.2rem;
    right: -0.8rem;
    margin-bottom: -2.5rem;
  }
}
.ambassador__figure--02::after {
  background: url(../images/ambassador__type02.webp) no-repeat center center/contain;
  bottom: 1.1rem;
  left: -0.4rem;
}
@media only screen and (max-width: 768px) {
  .ambassador__figure--02::after {
    bottom: 0.2rem;
    left: 0;
  }
}
.ambassador__figure--03 {
  width: 65.8rem;
  height: auto;
  left: -4.4rem;
  top: -5.7rem;
  margin-bottom: -2rem;
}
@media only screen and (max-width: 768px) {
  .ambassador__figure--03 {
    width: 94.9%;
    left: 1rem;
    top: -3.3rem;
  }
}
.ambassador__figure--03::after {
  background: url(../images/ambassador__type03.webp) no-repeat center center/contain;
  bottom: 0.5rem;
  left: 0;
}

.ambassador__icon--pause {
  display: none;
}

.is-playing .ambassador__icon--play {
  display: none;
}

.is-playing .ambassador__icon--pause {
  display: block;
}

.is-playing .ambassador__overlay {
  background: rgba(0, 0, 0, 0);
  opacity: 0.15;
}

.is-playing .ambassador__overlay:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.18);
}

.video-container {
  position: relative;
  width: 60.8rem;
  height: 108rem;
  cursor: pointer;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .video-container {
    width: 30.8rem;
    height: 54.7105rem;
  }
}
.video-container.is-autoplay {
  width: 59.4rem;
  height: 100%;
  aspect-ratio: 33/59;
}
@media only screen and (max-width: 768px) {
  .video-container.is-autoplay {
    width: 100%;
    height: 67rem;
  }
}

video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(89, 89, 89, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease;
  z-index: 10;
}

.video-container.is-playing .overlay {
  opacity: 0;
  pointer-events: none;
}

.mute-toggle {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 20;
}

.mute-toggle img {
  display: block;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.5));
  width: 6.4rem;
  height: 6.4rem;
}
@media only screen and (max-width: 768px) {
  .mute-toggle img {
    width: 3rem;
    height: 3rem;
  }
}

.video-container.is-playing .overlay {
  opacity: 0;
  pointer-events: none;
}

.video-container.is-autoplay .overlay {
  display: none;
}

.fadeup {
  opacity: 0;
  position: relative;
  transform: translateY(2.5rem);
  transition: all 0.8s ease-out;
}

.fadeup.on {
  opacity: 1;
  transform: translateY(0);
}

.faderight {
  opacity: 0;
  position: relative;
  transform: translateX(-3.5rem);
  transition: all 0.8s ease-out;
}

.faderight.on {
  opacity: 1;
  transform: translateX(0);
}

.fadeleft {
  opacity: 0;
  position: relative;
  transform: translateX(3.5rem);
  transition: all 0.8s ease-out;
}

.fadeleft.on {
  opacity: 1;
  transform: translateX(0);
}

.fadedown {
  overflow: hidden;
}

.mask {
  overflow: hidden;
}

.imgSwitch {
  position: relative;
  overflow: hidden;
}

.imgSwitch__img {
  display: block;
}

.imgSwitch__img--over {
  position: absolute;
  inset: 0;
  z-index: 2;
  will-change: transform;
  opacity: 0;
}

/* 縦書きの初期状態をあらかじめ隠しておく */
.js-tate {
  clip-path: inset(0 0 100% 0);
  /* 念のため、JSが無効な環境でも見えるようにしたい場合は適宜調整してください */
  transition: none !important;
  /* ブラウザに描画の準備をさせる */
  will-change: clip-path;
}

.tate {
  display: inline-block;
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  will-change: clip-path; /* ブラウザに最適化を促す */
  backface-visibility: hidden; /* ハードウェア加速を強制するおまじない */
}

/* --- 表示切り替え --- */
.svg-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .svg-pc {
    display: none;
  }
  .svg-sp {
    display: block;
  }
}
/* --- 共通アニメーション設定 --- */
.point-svg .draw-line {
  stroke-dasharray: 300;
  stroke-dashoffset: 300;
}

/* 逆方向（下から上ではなく上から下へ）にしたいパス用 */
.point-svg .draw-line.rev {
  stroke-dashoffset: -300;
}

.point-svg .draw-dot {
  opacity: 0;
  transform: scale(0);
}

/* 発火時 */
.point-svg.is-active .draw-line {
  animation: lineAnim 1.2s ease-in-out forwards;
}

.point-svg.is-active .draw-dot {
  animation: dotAnim 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1s forwards;
}

@keyframes lineAnim {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes dotAnim {
  to {
    opacity: 1;
    transform: scale(1);
  }
}
/* --- PC版：丸の起点 --- */
.svg-01 .draw-dot {
  transform-origin: 4px 103px;
}

.svg-02 .draw-dot {
  transform-origin: 212px 94px;
}

.svg-03 .draw-dot {
  transform-origin: 4px 4px;
}

/* --- スマホ版：丸の起点 --- */
.svg-01-sp .draw-dot {
  transform-origin: 6.5px 67.2px;
} /* ①下側 */
.svg-02-sp .draw-dot {
  transform-origin: 2.2px 29.5px;
} /* ②左側 */
.svg-03-sp .draw-dot {
  transform-origin: 78.2px 2.2px;
} /* ③右側 */
.blur-in {
  filter: blur(20px);
  opacity: 0;
  transition: filter 1.5s ease-out, opacity 1.5s ease-out;
}

.blur-in.active {
  filter: blur(0);
  opacity: 1;
}

/* 基本の状態：透明で、少し下にある */
.fade-list-slow {
  opacity: 0;
  transform: translateY(2.5rem);
  /* 1.5秒かけてじわっと動かす */
  transition: opacity 1.5s ease-out, transform 1.5s ease-out;
}

/* クラス "on" がついた時の状態：不透明になり、元の位置へ */
.fade-list-slow.on {
  opacity: 1;
  transform: translateY(0);
}

/* 左から順番に出現させるための遅延（delay）設定 */
.fade-list-slow:nth-child(1).on {
  transition-delay: 0s;
}

.fade-list-slow:nth-child(2).on {
  transition-delay: 0.3s;
}

.fade-list-slow:nth-child(3).on {
  transition-delay: 0.6s;
}

.fade-list-slow:nth-child(4).on {
  transition-delay: 0.9s;
}

.blur-in-img {
  /* 配置用の transform はそのまま維持される */
  /* 例: transform: translate(-50%, -50%); などが他にあってもOK */
  /* 初期状態：ぼかしと透明度だけ */
  filter: blur(20px);
  opacity: 0;
  /* 2.0秒かけてじんわり */
  transition: filter 1s ease-out, opacity 1s ease-out;
}

.blur-in-img.on {
  filter: blur(0);
  opacity: 1;
}
/*# sourceMappingURL=style.css.map */
