@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: #242424;
  --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 Sans JP", sans-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;
  }
}

.yt-mute-btn {
  position: absolute;
  bottom: 8.6rem;
  left: 4rem;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: background 0.2s;
}
@media only screen and (max-width: 768px) {
  .yt-mute-btn {
    left: 3rem;
    bottom: 7rem;
  }
}
.yt-mute-btn:hover {
  background: rgba(0, 0, 0, 0.7);
}
.yt-mute-btn svg {
  width: 2.4rem;
  height: 2.4rem;
  fill: #fff;
}
.yt-mute-btn__icon--muted {
  display: block;
}
.yt-mute-btn__icon--sound {
  display: none;
}
.yt-mute-btn:not(.is-muted) .yt-mute-btn__icon--muted {
  display: none;
}
.yt-mute-btn:not(.is-muted) .yt-mute-btn__icon--sound {
  display: block;
}

.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: 2.2rem;
  right: 4.3rem;
  z-index: 100;
}
@media only screen and (max-width: 768px) {
  .l-hdr {
    top: 0.8rem;
    left: 0.8rem;
  }
}
.l-hdr__logoimg {
  width: 40rem;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .l-hdr__logoimg {
    width: 11rem;
    height: auto;
    display: none;
  }
}

.l-ftr {
  padding: 14rem 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: 768px) {
  .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: var(--FF89B8, #ff89b8);
  font-size: 1.6rem;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 768px) {
  .l-ftr__link span {
    font-size: 1.4rem;
  }
}
.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;
  }
}
@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: 768px) {
  .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;
  }
}

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

.mv {
  position: relative;
  width: 192rem;
  height: 108rem;
  margin-inline: auto;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .mv {
    width: 100%;
    height: 0;
    padding-top: 177.87%;
  }
}
.mv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.15) translateY(40px);
  transform-origin: center center;
}
.mv__text01, .mv__text02, .mv__text03, .mv__text04 {
  opacity: 0;
}
.mv__border01, .mv__border02 {
  clip-path: inset(0 100% 0 0);
}
.mv__border01 {
  position: absolute;
  top: 41.5rem;
  left: 111.5rem;
  width: 60.35rem;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .mv__border01 {
    top: 8.77%;
    left: 17.07%;
    width: 62.24%;
    height: auto;
  }
}
.mv__text01 {
  position: absolute;
  top: 35.2rem;
  left: 111.8rem;
  width: 58.55rem;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .mv__text01 {
    top: 5.1%;
    left: 17.07%;
    width: 60.37%;
    height: auto;
  }
}
.mv__border02 {
  position: absolute;
  top: 51.8rem;
  left: 134.7rem;
  width: 40.75rem;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .mv__border02 {
    top: 14.76%;
    left: 40.98%;
    width: 41.97%;
    height: auto;
  }
}
.mv__text02 {
  position: absolute;
  top: 44.1rem;
  left: 135.8rem;
  width: 39.75rem;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .mv__text02 {
    top: 10.28%;
    left: 42.05%;
    width: 40.96%;
    height: auto;
  }
}
.mv__text03 {
  position: absolute;
  top: 63.8rem;
  left: 106.2rem;
  width: 70.75rem;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .mv__text03 {
    top: 21.66%;
    left: 13.33%;
    width: 72.83%;
    height: auto;
  }
}
.mv__text04 {
  position: absolute;
  top: 80.3rem;
  left: 106.3rem;
  width: 70.95rem;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .mv__text04 {
    top: 31.23%;
    left: 13.49%;
    width: 72.91%;
    height: auto;
  }
}
.mv__logo {
  width: 12.8rem;
  position: absolute;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0rem;
}

.movie {
  position: relative;
  width: 192rem;
  height: 108rem;
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .movie {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7.6rem;
    padding: 7rem 0rem 0rem;
  }
}
.movie__photo-wrap {
  position: absolute;
  top: 0;
  left: 29.5rem;
  width: 60.8rem;
  height: 108rem;
}
@media only screen and (max-width: 768px) {
  .movie__photo-wrap {
    position: relative;
    order: 2;
    width: 100%;
    height: 66.6rem;
    left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .movie__photo-wrap .yt-mute-btn {
    top: auto;
    bottom: 7rem;
    left: 3rem;
    right: auto;
  }
}
.movie__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .movie__photo {
    display: block;
    height: 66.6rem;
  }
}
.movie__photo-label {
  display: none;
}
@media only screen and (max-width: 768px) {
  .movie__photo-label {
    display: block;
    position: absolute;
    top: 16.5%;
    left: 18.1%;
    width: 64%;
    color: #594538;
    text-align: center;
    font-size: 2.2rem;
  }
}
.movie__copy {
  position: absolute;
  top: 33.9rem;
  left: 107.2rem;
  width: 55.4rem;
  color: #594538;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 2.2rem;
  letter-spacing: 0.4rem;
  line-height: 2.9;
}
@media only screen and (max-width: 768px) {
  .movie__copy {
    position: static;
    order: 1;
    width: auto;
    text-align: center;
    font-size: 1.4rem;
    padding-inline: 2rem;
    line-height: 2.4;
    letter-spacing: 0.05em;
  }
}
.movie__copy p {
  margin: 0;
}
.movie__copy-line {
  display: inline-block;
}
.movie__copy-sub {
  margin-top: 1.8rem;
}
.movie__copy-emphasis {
  position: relative;
  display: inline-block;
  width: 35.4rem;
  height: 8.2rem;
  vertical-align: middle;
  margin-top: 2.5rem;
}
@media only screen and (max-width: 768px) {
  .movie__copy-emphasis {
    width: 17.7rem;
    height: 4.1rem;
    margin-top: 1rem;
  }
}
.movie__copy-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 35.3rem;
  height: 6rem;
}
@media only screen and (max-width: 768px) {
  .movie__copy-title {
    width: 17.65rem;
    height: 3rem;
  }
}
.movie__copy-border {
  position: absolute;
  top: 3.9rem;
  left: 1.8rem;
  width: 33.6rem;
  height: 4.26rem;
  transform: rotate(1.87deg);
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .movie__copy-border {
    top: 1.95rem;
    left: 0.9rem;
    width: 16.8rem;
    height: 2.13rem;
  }
}

.review {
  position: relative;
  width: 192rem;
  margin-inline: auto;
  padding-block: 13rem 15rem;
  transition: background-color 0.6s ease;
}
@media only screen and (max-width: 768px) {
  .review {
    width: 100%;
    padding-block: 8rem 0rem;
  }
}
.review__ttl {
  display: block;
  width: 58.3rem;
  height: auto;
  margin: 3.4rem auto 0rem;
}
@media only screen and (max-width: 768px) {
  .review__ttl {
    width: 28rem;
    margin: 0 auto;
  }
}
.review__subttl {
  margin: 4.1rem auto 0;
  color: #594538;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 3.6rem;
  text-align: center;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 768px) {
  .review__subttl {
    margin-top: 1.2rem;
    font-size: 1.8rem;
  }
}
.review__slider {
  position: relative;
  width: 100%;
  margin-top: 1rem;
}
@media only screen and (max-width: 768px) {
  .review__slider {
    margin-top: 1.8rem;
    padding-inline: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .review__slider.is-all-open {
    padding-bottom: 6rem;
  }
}
.review__swiper {
  width: 100%;
  overflow: visible;
  padding: 4rem 0;
}
@media only screen and (max-width: 768px) {
  .review__swiper {
    padding: 0;
  }
}
.review__swiper .swiper-wrapper {
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .review__swiper .swiper-wrapper {
    flex-direction: column;
    align-items: stretch;
    gap: 2.4rem;
    transform: none !important;
  }
}
.review__swiper.swiper .swiper-wrapper .review__slide.swiper-slide {
  width: 65.6rem;
  flex-shrink: 0;
  opacity: 0.4;
  transform: scale(0.92);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
@media only screen and (max-width: 768px) {
  .review__swiper.swiper .swiper-wrapper .review__slide.swiper-slide {
    width: 100%;
    opacity: 1;
    transform: none;
    transition: none;
  }
  .review__swiper.swiper .swiper-wrapper .review__slide.swiper-slide[aria-hidden=true] {
    display: none;
  }
  .review__swiper.swiper .swiper-wrapper .review__slide.swiper-slide.is-collapsible {
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
    transition: grid-template-rows 0.5s ease;
  }
  .review__swiper.swiper .swiper-wrapper .review__slide.swiper-slide.is-revealed {
    grid-template-rows: 1fr;
  }
}
.review__swiper.swiper .swiper-wrapper .review__slide.swiper-slide.swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}
.review__swiper.swiper .swiper-wrapper .review__slide.swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}
.review__swiper.swiper .swiper-wrapper .review__slide.swiper-slide picture {
  display: block;
}
@media only screen and (max-width: 768px) {
  .review__swiper.swiper .swiper-wrapper .review__slide.swiper-slide.is-collapsible picture {
    min-height: 0;
  }
}
@media only screen and (max-width: 768px) {
  .review__swiper.swiper .swiper-wrapper .review__slide.swiper-slide.is-revealed picture {
    min-height: auto;
  }
}
.review__swiper.swiper.review__swiper--no-transition .swiper-wrapper .review__slide.swiper-slide {
  transition: none;
}
.review__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 6.6rem;
  height: 6.6rem;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .review__arrow {
    display: none;
  }
}
.review__arrow img {
  display: block;
  width: 100%;
  height: 100%;
}
.review__arrow--prev {
  left: 27%;
}
@media only screen and (max-width: 768px) {
  .review__arrow--prev {
    left: 0.8rem;
  }
}
.review__arrow--next {
  right: 27%;
}
@media only screen and (max-width: 768px) {
  .review__arrow--next {
    right: 0.8rem;
  }
}
.review__more {
  display: none;
}
@media only screen and (max-width: 768px) {
  .review__more {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.8rem;
    width: 100%;
    padding: 0;
    border: none;
    background: none;
    color: #594538;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    cursor: pointer;
  }
}
.review__more-icon {
  display: none;
}
@media only screen and (max-width: 768px) {
  .review__more-icon {
    display: block;
    width: 1.7rem;
    height: 0.65rem;
    background: url(../images/arrow.webp) no-repeat center center/contain;
  }
}

.anchor-link {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 18rem 0;
  overflow: hidden;
  margin-bottom: 17.4rem;
}
@media only screen and (max-width: 768px) {
  .anchor-link {
    padding: 5rem 0 7.5rem;
    margin-bottom: 4.2rem;
  }
}
.anchor-link__bg {
  position: absolute;
  top: 63%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 192rem;
  max-width: none;
  height: auto;
  z-index: 0;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .anchor-link__bg {
    top: 60%;
    width: 37.5rem;
  }
}
.anchor-link__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13rem;
}
@media only screen and (max-width: 768px) {
  .anchor-link__inner {
    gap: 4.4rem;
  }
}
.anchor-link__ttl {
  width: 73.9rem;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .anchor-link__ttl {
    width: 19.9rem;
  }
}
.anchor-link__list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 5.76rem;
}
@media only screen and (max-width: 768px) {
  .anchor-link__list {
    column-gap: 2.4rem;
    row-gap: 2.3rem;
    flex-wrap: wrap;
  }
}
.anchor-link__item img {
  width: 19.2rem;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .anchor-link__item img {
    width: 9.23rem;
  }
}

.item__head {
  position: relative;
  width: 192rem;
  margin-inline: auto;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .item__head {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.6rem;
    padding: 4rem 0;
  }
}
.item__mv {
  position: absolute;
  top: 0;
  left: 0;
  width: 160rem;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .item__mv {
    position: static;
    width: 34rem;
  }
}
.item__label {
  position: absolute;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .item__label {
    position: static;
  }
}
.item__label-en {
  display: block;
  max-width: none;
}
.item__label-num {
  position: absolute;
  max-width: none;
}
@media only screen and (max-width: 768px) {
  .item__label-num {
    position: static;
    margin-top: -2rem;
  }
}
.item__name {
  position: absolute;
  color: #ff9cc0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 4rem;
  white-space: nowrap;
  letter-spacing: 0.07em;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .item__name {
    position: static;
    font-size: 2rem;
  }
}
.item__copy {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .item__copy {
    position: static;
  }
}
.item__copy-lead, .item__copy-sub {
  color: #594538;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.item__copy-lead {
  font-size: 4rem;
  letter-spacing: 0.07em;
}
@media only screen and (max-width: 768px) {
  .item__copy-lead {
    font-size: 1.6rem;
  }
}
.item__copy-sub {
  font-size: 6.4rem;
  letter-spacing: 0.07em;
}
@media only screen and (max-width: 768px) {
  .item__copy-sub {
    font-size: 2.56rem;
  }
}
.item__copy-em {
  width: 64.15rem;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .item__copy-em {
    width: 26.4rem;
  }
}
.item__pick {
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .item__pick {
    position: static;
  }
}
.item__pick-text {
  display: block;
  width: 21.3rem;
  height: auto;
  max-width: none;
}
@media only screen and (max-width: 768px) {
  .item__pick-text {
    width: 9rem;
  }
}
.item__pick-border {
  display: block;
  width: 21.15rem;
  height: auto;
  margin-top: -2.5rem;
  max-width: none;
}
@media only screen and (max-width: 768px) {
  .item__pick-border {
    width: 7.9rem;
    margin-top: -1.8rem;
  }
}
.item__pick-arrow {
  position: absolute;
  width: 3.8rem;
  height: auto;
  top: 11rem;
  left: 14rem;
}
.item__photo {
  position: absolute;
  width: 45.5rem;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .item__photo {
    position: static;
    width: 24rem;
  }
}
.item__guide {
  width: 192rem;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15rem 0 20rem;
}
@media only screen and (max-width: 768px) {
  .item__guide {
    width: 100%;
    padding: 11rem 0 0.4rem;
  }
}
.item__guide-ttl {
  width: 75.65rem;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .item__guide-ttl {
    width: 33rem;
  }
}
.item__guide-subttl {
  margin-bottom: 7.4rem;
  color: #594538;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 3.6rem;
  margin-top: 4rem;
}
@media only screen and (max-width: 768px) {
  .item__guide-subttl {
    margin-bottom: 2.9rem;
    font-size: 2rem;
    margin-top: 1.2rem;
  }
}
.item__guide-slider {
  position: relative;
  width: 100%;
}
.item__guide-list {
  display: flex;
  justify-content: center;
  gap: 3.3rem;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .item__guide-list {
    justify-content: flex-start;
    gap: 0;
  }
}
.item__guide-card {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
  width: 48.8rem;
}
@media only screen and (max-width: 768px) {
  .item__guide-card {
    width: 30rem;
    gap: 1.6rem;
  }
}
.item__guide-photo-wrap {
  position: relative;
  width: 100%;
}
.item__guide-arrow {
  display: none;
}
@media only screen and (max-width: 768px) {
  .item__guide-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 23.5rem;
    transform: translateY(-50%);
    width: 3.2rem;
    height: 3.2rem;
    padding: 0;
    border: none;
    background: none;
    z-index: 2;
  }
  .item__guide-arrow img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .item__guide-arrow--prev {
    left: calc(50% - 15rem + 0.5rem);
  }
  .item__guide-arrow--next {
    right: calc(50% - 15rem + 0.5rem);
  }
}
.item__guide-next {
  display: none;
}
@media only screen and (max-width: 768px) {
  .item__guide-next {
    display: block;
    align-self: flex-end;
    margin-top: 0.1rem;
    padding: 0;
    border: none;
    background: none;
    width: 13.25rem;
  }
  .item__guide-next img {
    display: block;
    width: 100%;
    height: auto;
  }
}
.item__guide-photo {
  display: block;
  width: 48rem;
  height: auto;
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .item__guide-photo {
    width: 30rem;
  }
}
.item__guide-badge {
  position: absolute;
  left: 0;
  bottom: 13.5rem;
  width: 18.1rem;
  height: auto;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .item__guide-badge {
    width: 9.9rem;
    bottom: 8.7rem;
    left: -0.6rem;
  }
}
.item__guide-review {
  position: absolute;
  left: 0.4rem;
  bottom: 0;
  width: 48rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  padding: 3rem 0;
  background-color: rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 768px) {
  .item__guide-review {
    width: 27.2rem;
    padding: 0.9rem 0;
    width: 100%;
    left: 0;
  }
}
.item__guide-review-ttl {
  color: #ec93bb;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.7rem;
  white-space: nowrap;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .item__guide-review-ttl {
    font-size: 1.3rem;
  }
}
.item__guide-review-line {
  display: block;
  width: 38.4rem;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .item__guide-review-line {
    width: 22rem;
    top: -0.7rem;
  }
}
.item__guide-review-text {
  color: #594538;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .item__guide-review-text {
    font-size: 1.3rem;
  }
}
.item__point {
  position: relative;
  width: 192rem;
  height: 80rem;
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .item__point {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3.2rem;
    padding: 6rem 1.6rem 8rem;
  }
}
.item__point h2 {
  position: relative;
  z-index: 1;
}
.item__point-bg {
  position: absolute;
  top: 8.6rem;
  left: 50%;
  transform: translateX(-50%);
  width: 160rem;
  height: 69rem;
  background-color: #ec93bb;
  opacity: 0.1;
}
.item__point-ttl {
  position: absolute;
  top: 5.6rem;
  left: calc(50% - 13.1rem);
  width: 65.25rem;
  height: auto;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .item__point-ttl {
    position: static;
    width: 24rem;
  }
}
.item__point-photo {
  position: absolute;
  top: 0;
  left: 29.2rem;
  width: 62.3rem;
  height: 80rem;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .item__point-photo {
    position: static;
    width: 28rem;
    height: auto;
  }
}
.item__point-sub {
  position: absolute;
  top: 19.6rem;
  left: 78.4rem;
  width: 33.5rem;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .item__point-sub {
    position: static;
    width: 16rem;
  }
}
@media only screen and (max-width: 768px) {
  .item__point-list {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    width: 100%;
  }
}
.item__point-row {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .item__point-row {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .item__point-row picture {
    display: contents;
  }
}
.item__point-row:nth-child(1) .item__point-text {
  top: 21rem;
}
.item__point-row:nth-child(1) .item__point-num {
  top: 14.9rem;
  left: 139.7rem;
  width: 16.8rem;
}
@media only screen and (max-width: 768px) {
  .item__point-row:nth-child(1) .item__point-num {
    width: 9.072rem;
  }
}
.item__point-row:nth-child(1) .item__point-border {
  top: 20rem;
  left: 107.4rem;
  width: 48.65rem;
}
.item__point-row:nth-child(2) .item__point-text {
  top: 36.9rem;
}
.item__point-row:nth-child(2) .item__point-num {
  top: 30.6rem;
  left: 139.2rem;
  width: 17.3rem;
}
@media only screen and (max-width: 768px) {
  .item__point-row:nth-child(2) .item__point-num {
    width: 9.342rem;
  }
}
.item__point-row:nth-child(2) .item__point-border {
  top: 37.5rem;
  left: 97.5rem;
  width: 58.55rem;
}
.item__point-row:nth-child(3) .item__point-text {
  top: 56.3rem;
}
.item__point-row:nth-child(3) .item__point-num {
  top: 50.6rem;
  left: 139.2rem;
  width: 17.3rem;
}
@media only screen and (max-width: 768px) {
  .item__point-row:nth-child(3) .item__point-num {
    width: 9.342rem;
  }
}
.item__point-row:nth-child(3) .item__point-border {
  top: 44.6rem;
  left: 102.6rem;
  width: 53.45rem;
}
.item__point-text {
  position: absolute;
  left: 116.6rem;
  width: 40rem;
  color: #594538;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 1.6;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .item__point-text {
    position: static;
    width: auto;
    font-size: 1.4rem;
    text-align: center;
    order: 1;
  }
}
.item__point-text-accent {
  color: #ec93bb;
  font-size: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .item__point-text-accent {
    font-size: 2rem;
  }
}
.item__point-num {
  position: absolute;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .item__point-num {
    position: static;
    width: 8rem;
    order: 0;
  }
}
.item__point-border {
  position: absolute;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .item__point-border {
    display: none;
  }
}
.item__movie {
  position: relative;
  width: 192rem;
  height: 108rem;
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .item__movie {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3.8rem;
    padding: 6rem 0rem 8rem;
  }
}
.item__movie-item {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .item__movie-item {
    width: 100%;
  }
}
.item__movie-item .yt-mute-btn {
  top: 94rem;
  left: 34rem;
  bottom: auto;
  right: auto;
}
@media only screen and (max-width: 768px) {
  .item__movie-item .yt-mute-btn {
    top: auto;
    bottom: 7rem;
    left: 3rem;
    right: auto;
  }
}
.item__movie-video {
  position: absolute;
  top: 0;
  left: 30.2rem;
  width: 60.8rem;
  height: 108rem;
  object-fit: cover;
  border-radius: 8rem;
  transform: translateZ(0);
  outline: 1px solid transparent;
}
@media only screen and (max-width: 768px) {
  .item__movie-video {
    position: static;
    width: 100%;
    height: 66.6rem;
    border-radius: 4rem;
  }
}
.item__movie-photo-wrap {
  position: absolute;
  top: 8.3rem;
  left: 104.8rem;
  width: 42.2rem;
  height: auto;
  aspect-ratio: 844/1128;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .item__movie-photo-wrap {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
  }
}
.item__movie-photo-wrap picture {
  position: absolute;
  inset: 0;
}
.item__movie-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item__movie-line {
  position: absolute;
  background-color: #ffdef0;
  height: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .item__movie-line {
    display: none;
  }
}
.item__movie-line--01 {
  top: 88rem;
  left: 105rem;
  width: 37rem;
}
.item__movie-line--02 {
  top: 98.1rem;
  left: 104.8rem;
  width: 11rem;
}
.item__movie-text {
  position: absolute;
  top: 70.5rem;
  left: 104.8rem;
  width: 42.2rem;
  color: #594538;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.4;
}
@media only screen and (max-width: 768px) {
  .item__movie-text {
    position: relative;
    top: auto;
    left: -2.6rem;
    line-height: 2.5;
    z-index: 1;
    width: auto;
    font-size: 1.4rem;
  }
}
.item__movie-text p {
  margin: 0;
}
.item__movie-text-strong {
  font-weight: 700;
  font-size: 2.2rem;
}
@media only screen and (max-width: 768px) {
  .item__movie-text-strong {
    font-size: 1.5rem;
  }
}

.item01 {
  margin-bottom: 20rem;
}
@media only screen and (max-width: 768px) {
  .item01 {
    margin-bottom: 0;
  }
}
.item01 .item__label {
  left: 124.8rem;
  top: 9.1rem;
}
.item01 .item__label-en {
  width: 19.3rem;
}
@media only screen and (max-width: 768px) {
  .item01 .item__label-en {
    width: 11.65rem;
  }
}
.item01 .item__label-num {
  left: -11.5rem;
  top: 8.5rem;
  width: 20.7rem;
}
@media only screen and (max-width: 768px) {
  .item01 .item__label-num {
    width: 12.5rem;
  }
}
.item01 .item__name {
  left: 102.5rem;
  top: 23.1rem;
  letter-spacing: 0.07em;
  margin-top: 2.5rem;
}
.item01 .item__copy {
  left: 101.3rem;
  top: 42.7rem;
  gap: 1.5rem;
}
.item01 .item__pick {
  left: 150rem;
  top: 71rem;
}
@media only screen and (max-width: 768px) {
  .item01 .item__pick-arrow {
    top: 2rem;
    left: 0rem;
    width: 1.4531rem;
    height: 3.8373rem;
    transform: rotate(45deg);
  }
}
.item01 .item__photo {
  left: 116.7rem;
  top: 76.3rem;
}
.item01 .item__head {
  height: 118.4rem;
}
@media only screen and (max-width: 768px) {
  .item01 .item__head {
    height: auto;
  }
}
.item01 .details__size.is-active {
  background-color: #f6d9e9;
}
@media only screen and (max-width: 768px) {
  .item01 .item__head {
    position: relative;
    display: block;
    width: 37.5rem;
    max-width: 100%;
    height: 66.7rem;
    padding: 0;
    margin-inline: auto;
  }
}
@media only screen and (max-width: 768px) {
  .item01 .item__mv {
    position: absolute;
    top: 7.85rem;
    left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .item01 .item__label {
    position: absolute;
    left: 27.6rem;
    top: 2.05rem;
  }
}
@media only screen and (max-width: 768px) {
  .item01 .item__label-en {
    width: 9.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .item01 .item__label-num {
    position: absolute;
    top: 4.37rem;
    left: -5.3rem;
    width: 9.9rem;
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .item01 .item__name {
    position: absolute;
    top: 8.26rem;
    text-align: center;
    left: 18.8rem;
    width: 16rem;
    margin-top: 0;
    white-space: normal;
    line-height: 1.25;
  }
}
@media only screen and (max-width: 768px) {
  .item01 .item__copy {
    position: absolute;
    top: 47.92rem;
    left: 10.8rem;
    width: 25.7rem;
    gap: 0.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .item01 .item__pick {
    position: absolute;
    top: 60.22rem;
    left: 15.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .item01 .item__photo {
    position: absolute;
    top: 50.35rem;
    left: 0.5rem;
    width: 15.1rem;
  }
}
@media only screen and (max-width: 768px) {
  .item01 .item__movie-line {
    display: block;
    height: 1.1rem;
  }
}
.item01 .item__movie-line--01 {
  width: 34.15rem;
}
@media only screen and (max-width: 768px) {
  .item01 .item__movie-line--01 {
    top: 89rem;
    left: 2.8rem;
    width: 23.3rem;
  }
}
@media only screen and (max-width: 768px) {
  .item01 .item__movie-line--02 {
    top: 96.3rem;
    left: 2.8rem;
    width: 7.4rem;
  }
}

.item02 {
  margin-bottom: 25.6rem;
}
@media only screen and (max-width: 768px) {
  .item02 {
    margin-bottom: 7.7rem;
  }
}
.item02 .item__mv {
  left: 91rem;
  width: 86.8rem;
}
.item02 .item__label {
  left: 47rem;
  top: 24.3rem;
}
.item02 .item__label-en {
  width: 21.4rem;
}
.item02 .item__label-num {
  left: -11.2rem;
  top: 8.13rem;
  width: 24.05rem;
}
.item02 .item__name {
  left: 29.3rem;
  top: 38rem;
  color: #ffb562;
  margin-top: 3rem;
  letter-spacing: 0.07em;
}
.item02 .item__copy {
  left: 14.5rem;
  top: 58.5rem;
}
.item02 .item__copy-em {
  width: 75.85rem;
}
.item02 .item__head {
  height: 108rem;
}
@media only screen and (max-width: 768px) {
  .item02 .item__head {
    position: relative;
    display: block;
    width: 37.5rem;
    max-width: 100%;
    height: 69rem;
    padding: 0;
    margin-inline: auto;
  }
}
@media only screen and (max-width: 768px) {
  .item02 .item__mv {
    position: absolute;
    top: 9.55rem;
    width: 35.1rem;
    left: 0.3rem;
  }
}
@media only screen and (max-width: 768px) {
  .item02 .item__label {
    position: absolute;
    top: 0.05rem;
    left: 25.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .item02 .item__label-en {
    width: 10.41rem;
  }
}
@media only screen and (max-width: 768px) {
  .item02 .item__label-num {
    position: absolute;
    top: 3.07rem;
    left: -5.1rem;
    width: 12.66rem;
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .item02 .item__name {
    position: absolute;
    top: 5.5rem;
    left: 18.8rem;
    width: 18rem;
    margin-top: 0;
    white-space: normal;
    line-height: 1.3;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .item02 .item__copy {
    position: absolute;
    top: 55.72rem;
    left: 3.8rem;
    width: 30.32rem;
    gap: 1rem;
  }
}
.item02 .item__copy-lead {
  margin-top: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .item02 .item__copy-lead {
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .item02 .item__guide {
    padding-top: 7.5rem;
    margin-bottom: 7.7rem;
  }
}
.item02 .item__guide-review-ttl {
  color: #ff8800;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
}
.item02 .item__guide-review {
  gap: 0.2rem;
}
.item02 .item__point-bg {
  background-color: #ffb562;
}
@media only screen and (max-width: 768px) {
  .item02 .item__point-bg {
    top: 3rem;
    width: 100%;
    height: 38.5rem;
  }
}
.item02 .item__point-sub {
  top: 20.5rem;
}
.item02 .item__point-text-accent {
  color: #ffb562;
}
.item02 .details__size.is-active {
  background: #ffb562;
}
.item02 .item__guide-review {
  padding: 1rem 0;
}
@media only screen and (max-width: 768px) {
  .item02 .item__guide-review {
    padding: 0.8rem 0;
  }
}
@media only screen and (max-width: 768px) {
  .item02 .item__guide-review-text {
    line-height: 1.4;
  }
}
@media only screen and (max-width: 768px) {
  .item02 .item__point {
    position: relative;
    display: block;
    width: 37.5rem;
    max-width: 100%;
    height: 44rem;
    padding: 0;
    margin-inline: auto;
    background-color: transparent;
  }
}
@media only screen and (max-width: 768px) {
  .item02 .item__point-ttl {
    position: absolute;
    top: 0;
    left: 2.9rem;
    width: 33rem;
  }
}
@media only screen and (max-width: 768px) {
  .item02 .item__point-photo {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .item02 .item__point-sub {
    position: absolute;
    top: 7.67rem;
    left: -1.5rem;
    width: 18.6rem;
    height: auto;
    object-fit: cover;
    z-index: 0;
  }
}
@media only screen and (max-width: 768px) {
  .item02 .item__point-list {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    margin-top: 0;
    gap: 0;
  }
}
@media only screen and (max-width: 768px) {
  .item02 .item__point-row {
    position: static;
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .item02 .item__point-row:nth-child(1) .item__point-text {
    position: absolute;
    top: 8.24rem;
    left: 20.1rem;
    width: 17rem;
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  .item02 .item__point-row:nth-child(1) .item__point-num {
    position: absolute;
    top: 6.02rem;
    left: 25.7rem;
    width: 9.07rem;
  }
}
@media only screen and (max-width: 768px) {
  .item02 .item__point-row:nth-child(1) .item__point-border {
    display: block;
    position: absolute;
    top: 11rem;
    left: 13.85rem;
    bottom: auto;
    width: 21.75rem;
    height: auto;
    z-index: 0;
  }
}
@media only screen and (max-width: 768px) {
  .item02 .item__point-row:nth-child(2) .item__point-text {
    position: absolute;
    top: 17.66rem;
    left: 20.1rem;
    width: 16rem;
    text-align: left;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .item02 .item__point-row:nth-child(2) .item__point-num {
    position: absolute;
    top: 14.92rem;
    left: 26.22rem;
    width: 9.34rem;
  }
}
@media only screen and (max-width: 768px) {
  .item02 .item__point-row:nth-child(2) .item__point-border {
    display: block;
    position: absolute;
    top: 19rem;
    left: 12.15rem;
    bottom: auto;
    width: 23.45rem;
    height: auto;
    z-index: 0;
  }
}
@media only screen and (max-width: 768px) {
  .item02 .item__point-row:nth-child(3) .item__point-text {
    position: absolute;
    top: 28.49rem;
    left: 20.1rem;
    width: 16rem;
    text-align: left;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .item02 .item__point-row:nth-child(3) .item__point-num {
    position: absolute;
    top: 26.05rem;
    left: 26.22rem;
    width: 9.34rem;
  }
}
@media only screen and (max-width: 768px) {
  .item02 .item__point-row:nth-child(3) .item__point-border {
    display: block;
    position: absolute;
    top: 20.7rem;
    left: 10.15rem;
    bottom: auto;
    width: 25.45rem;
    height: auto;
    z-index: 0;
  }
}

.item03 .item__mv {
  left: 16rem;
  width: 160rem;
}
.item03 .item__label {
  left: 132.4rem;
  top: 30.3rem;
}
.item03 .item__label-en {
  width: 21.4rem;
}
.item03 .item__label-num {
  left: -11.8rem;
  top: 8.13rem;
  width: 24.2rem;
}
.item03 .item__name {
  left: 111.7rem;
  top: 49rem;
  top: 46.3rem;
  color: #fffbc5;
}
.item03 .item__copy {
  left: 96rem;
  top: 63.7rem;
  gap: 2.3rem;
}
.item03 .item__copy-em {
  width: 77.65rem;
}
.item03 .item__copy-lead,
.item03 .item__copy-sub {
  color: #fff;
}
.item03 .item__head {
  height: 108rem;
}
@media only screen and (max-width: 768px) {
  .item03 .item__head {
    position: relative;
    display: block;
    width: 37.5rem;
    max-width: 100%;
    height: 69rem;
    padding: 0;
    margin-inline: auto;
  }
}
@media only screen and (max-width: 768px) {
  .item03 .item__mv {
    position: absolute;
    top: 2.5rem;
    left: 0.4rem;
    width: 36.1rem;
  }
}
@media only screen and (max-width: 768px) {
  .item03 .item__label {
    position: absolute;
    top: 47.4rem;
    left: 21.32rem;
  }
}
@media only screen and (max-width: 768px) {
  .item03 .item__label-en {
    width: 8.32rem;
  }
}
@media only screen and (max-width: 768px) {
  .item03 .item__label-num {
    position: absolute;
    top: 3rem;
    left: -7.6rem;
    width: 9.76rem;
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .item03 .item__name {
    position: absolute;
    top: 36.48rem;
    left: 9.8rem;
    margin-top: 16rem;
    white-space: normal;
    line-height: 1.3;
    text-align: center;
    width: auto;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .item03 .item__copy {
    position: absolute;
    top: 57.12rem;
    left: 3.28rem;
    width: 31.04rem;
    gap: 0.9rem;
  }
}
.item03 .item__guide {
  padding-top: 10rem;
}
@media only screen and (max-width: 768px) {
  .item03 .item__guide {
    padding-top: 8.9rem;
  }
}
.item03 .item__guide-review-ttl {
  color: #bfad00;
}
@media only screen and (max-width: 768px) {
  .item03 .item__guide-review-ttl {
    font-size: 1.2rem;
    margin-bottom: 0rem;
  }
}
@media only screen and (max-width: 768px) {
  .item03 .item__guide-review-text {
    font-size: 1.2rem;
  }
}
.item03 .item__guide-review-line {
  width: 22rem;
  top: 0.5rem;
  position: relative;
}
.item03 .item__guide-review {
  padding: 1rem 0;
}
@media only screen and (max-width: 768px) {
  .item03 .item__guide-review {
    padding: 0.8rem 0;
  }
}
.item03 .item__movie {
  margin-bottom: 20rem;
}
@media only screen and (max-width: 768px) {
  .item03 .item__movie {
    margin-bottom: 4rem;
  }
}
.item03 .item__movie-video {
  left: 102.8rem;
}
@media only screen and (max-width: 768px) {
  .item03 .item__movie-video {
    left: 2rem;
  }
}
.item03 .item__movie-item .yt-mute-btn {
  left: 107rem;
}
@media only screen and (max-width: 768px) {
  .item03 .item__movie-item .yt-mute-btn {
    left: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .item03 .item__movie-text {
    left: -1.4rem;
    top: -0.3rem;
  }
}
.item03 .item__movie-photo-wrap {
  left: 36.3rem;
  top: 11rem;
  width: 49.5rem;
}
@media only screen and (max-width: 768px) {
  .item03 .item__movie-photo-wrap {
    position: relative;
    width: 35rem;
    left: -1.3rem;
    top: 0;
    height: 31.2rem;
  }
}
.item03 .item__movie-line {
  background-color: #fffbc5;
}
.item03 .item__movie-line--01 {
  top: 90.6rem;
  left: 36.3rem;
  width: 24.6rem;
}
@media only screen and (max-width: 768px) {
  .item03 .item__movie-line--01 {
    top: 81.9rem;
    left: 4rem;
    width: 16.4rem;
  }
}
.item03 .item__movie-line--02 {
  top: 105.8rem;
  left: 36.3rem;
  width: 15.7rem;
}
@media only screen and (max-width: 768px) {
  .item03 .item__movie-line--02 {
    top: 92.6rem;
    left: 3.9rem;
    width: 9.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .item03 .item__movie-line {
    display: block;
    height: 1.1rem;
  }
}
@media only screen and (min-width: 769px) {
  .item03 .item__movie-text {
    top: 82.8rem;
    left: 36.6rem;
  }
}
.item03 .details__size.is-active {
  background: var(--FFF16C, #fff16c);
}
@media only screen and (max-width: 768px) {
  .item03__movie-photo {
    height: 31.2rem;
  }
}

.item04 {
  margin-bottom: 20rem;
}
@media only screen and (max-width: 768px) {
  .item04 {
    margin-bottom: 9rem;
  }
}
.item04 .item__mv {
  left: 0;
  width: 192rem;
}
.item04 .item__label {
  left: 55rem;
  top: 24.3rem;
}
.item04 .item__guide-review {
  padding: 1rem 0;
}
@media only screen and (max-width: 768px) {
  .item04 .item__guide-review {
    padding: 0.8rem 0;
  }
}
.item04 .item__label-en {
  width: 21.4rem;
}
@media only screen and (max-width: 768px) {
  .item04 .item__guide-review-text {
    font-size: 1.2rem;
  }
}
.item04 .item__label-num {
  left: -11.8rem;
  top: 8.33rem;
  width: 24.35rem;
}
@media only screen and (max-width: 768px) {
  .item04 .item__guide-review-line {
    top: 0.7rem;
    position: relative;
  }
}
.item04 .item__name {
  left: 37.9rem;
  top: 38rem;
  color: #b8e3f1;
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
  .item04 .item__name {
    color: #42B6DC;
  }
}
.item04 .item__copy {
  left: 25.4rem;
  top: 55rem;
  gap: 2.1rem;
}
.item04 .item__copy-em {
  width: 63.45rem;
}
.item04 .item__copy-lead,
.item04 .item__copy-sub {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .item04 .item__copy-lead,
  .item04 .item__copy-sub {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  }
}
.item04 .item__head {
  height: 108rem;
}
@media only screen and (max-width: 768px) {
  .item04 .item__head {
    position: relative;
    display: block;
    width: 37.5rem;
    max-width: 100%;
    height: 66.7rem;
    padding: 0;
    margin-inline: auto;
  }
}
@media only screen and (max-width: 768px) {
  .item04 .item__mv {
    position: absolute;
    top: 0;
    left: 0;
    width: 37.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .item04 .item__label {
    position: absolute;
    top: 0.31rem;
    left: 28.83rem;
  }
}
@media only screen and (max-width: 768px) {
  .item04 .item__label-en {
    width: 8.17rem;
  }
}
@media only screen and (max-width: 768px) {
  .item04 .item__label-num {
    position: absolute;
    top: 2.42rem;
    left: -4.51rem;
    width: 9.67rem;
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .item04 .item__name {
    position: absolute;
    top: 6.54rem;
    left: 22.3rem;
    width: 13.7rem;
    margin-top: 0;
    white-space: normal;
    line-height: 1.3;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .item04 .item__copy {
    position: absolute;
    top: 8.51rem;
    left: 0.7rem;
    width: 25.36rem;
    gap: 0.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .item04 .item__guide {
    padding-top: 9.7rem;
    margin-bottom: 8rem;
  }
}
.item04 .item__guide-review-ttl {
  color: #27b3e1;
}
@media only screen and (max-width: 768px) {
  .item04 .item__guide-review-ttl {
    font-size: 1.2rem;
    margin-bottom: 0rem;
  }
}
.item04 .item__point-bg {
  background-color: #b8e3f1;
  opacity: 0.2;
}
@media only screen and (max-width: 768px) {
  .item04 .item__point-bg {
    top: 2.6rem;
    width: 100%;
    height: 39rem;
  }
}
.item04 .item__point-ttl {
  left: calc(50% - 56rem);
}
.item04 .item__point-photo {
  left: 100.5rem;
}
.item04 .item__point-sub {
  left: 73.4rem;
  top: 17.7rem;
  width: 40.3rem;
}
.item04 .item__point-text-accent {
  color: #27b3e1;
}
.item04 .item__point-row:nth-child(1) .item__point-text {
  top: 19rem;
}
.item04 .item__point-row .item__point-text {
  left: 28rem;
}
.item04 .item__point-row:nth-child(1) .item__point-num {
  left: 51.1rem;
}
.item04 .item__point-row:nth-child(1) .item__point-border {
  left: 28rem;
  top: 20rem;
  width: 48.6rem;
}
.item04 .item__point-row:nth-child(2) .item__point-num {
  left: 50.6rem;
}
.item04 .item__point-row:nth-child(2) .item__point-border {
  left: 28rem;
  top: 37.5rem;
  width: 58.5rem;
}
.item04 .item__point-row:nth-child(3) .item__point-num {
  left: 50.6rem;
}
.item04 .item__point-row:nth-child(3) .item__point-border {
  left: 28.05rem;
  top: 47.6rem;
  width: 53.35rem;
}
.item04 .details__size.is-active {
  background: var(--B8E3F1, #b8e3f1);
}
@media only screen and (max-width: 768px) {
  .item04 .item__point {
    position: relative;
    display: block;
    width: 37.5rem;
    max-width: 100%;
    height: 44rem;
    padding: 0;
    margin-inline: auto;
    background-color: transparent;
  }
}
@media only screen and (max-width: 768px) {
  .item04 .item__point-ttl {
    position: absolute;
    top: 0;
    left: 2.7rem;
    width: 34rem;
  }
}
@media only screen and (max-width: 768px) {
  .item04 .item__point-photo {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .item04 .item__point-sub {
    position: absolute;
    top: 7.18rem;
    left: -4.2rem;
    width: 22.6rem;
    height: auto;
    object-fit: cover;
    z-index: 0;
  }
}
@media only screen and (max-width: 768px) {
  .item04 .item__point-list {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    margin-top: 0;
    gap: 0;
  }
}
@media only screen and (max-width: 768px) {
  .item04 .item__point-row {
    position: static;
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .item04 .item__point-row:nth-child(1) .item__point-text {
    position: absolute;
    top: 7.96rem;
    left: 20.1rem;
    width: 16.2rem;
    text-align: left;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .item04 .item__point-row:nth-child(1) .item__point-num {
    position: absolute;
    top: 5.54rem;
    left: 25.7rem;
    width: 9.07rem;
  }
}
@media only screen and (max-width: 768px) {
  .item04 .item__point-row:nth-child(1) .item__point-border {
    display: block;
    position: absolute;
    top: 10.53rem;
    left: 13.85rem;
    bottom: auto;
    width: 21.75rem;
    height: auto;
    z-index: 0;
  }
}
@media only screen and (max-width: 768px) {
  .item04 .item__point-row:nth-child(2) .item__point-text {
    position: absolute;
    top: 18.08rem;
    left: 20.1rem;
    width: 16rem;
    text-align: left;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .item04 .item__point-row:nth-child(2) .item__point-num {
    position: absolute;
    top: 15.44rem;
    left: 26.22rem;
    width: 9.34rem;
  }
}
@media only screen and (max-width: 768px) {
  .item04 .item__point-row:nth-child(2) .item__point-border {
    display: block;
    position: absolute;
    top: 18.99rem;
    left: 15.8rem;
    bottom: auto;
    width: 19.8rem;
    height: auto;
    z-index: 0;
  }
}
@media only screen and (max-width: 768px) {
  .item04 .item__point-row:nth-child(3) .item__point-text {
    position: absolute;
    top: 27.84rem;
    left: 20.1rem;
    width: 16rem;
    text-align: left;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .item04 .item__point-row:nth-child(3) .item__point-num {
    position: absolute;
    top: 25.37rem;
    left: 26.22rem;
    width: 9.34rem;
  }
}
@media only screen and (max-width: 768px) {
  .item04 .item__point-row:nth-child(3) .item__point-border {
    display: block;
    position: absolute;
    top: 19.59rem;
    left: 10.75rem;
    bottom: auto;
    width: 24.85rem;
    height: auto;
    z-index: 0;
  }
}

.item05 .item__mv {
  left: 10.2rem;
  width: 91rem;
}
.item05 .item__label {
  left: 140.2rem;
  top: 20.5rem;
}
.item05 .item__guide-review {
  padding: 1rem 0;
  min-height: 14.1rem;
}
.item05 .item__label-en {
  width: 21.4rem;
}
.item05 .item__label-num {
  left: -11.8rem;
  top: 9.33rem;
  width: 23.95rem;
}
.item05 .item__name {
  left: 119.5rem;
  top: 37.2rem;
  color: #ec93bb;
}
.item05 .item__copy {
  left: 109.2rem;
  top: 54.7rem;
  gap: 2.3rem;
}
.item05 .item__copy-em {
  width: 75.35rem;
}
.item05 .item__head {
  height: 108rem;
}
@media only screen and (max-width: 768px) {
  .item05 .item__head {
    position: relative;
    display: block;
    width: 37.5rem;
    max-width: 100%;
    height: 69rem;
    padding: 0;
    margin-inline: auto;
  }
}
@media only screen and (max-width: 768px) {
  .item05 .item__mv {
    position: absolute;
    top: 8.15rem;
    left: 1.4rem;
    width: 34.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .item05 .item__label {
    position: absolute;
    top: 0.05rem;
    left: 17.48rem;
  }
}
@media only screen and (max-width: 768px) {
  .item05 .item__label-en {
    width: 8.56rem;
  }
}
@media only screen and (max-width: 768px) {
  .item05 .item__label-num {
    position: absolute;
    top: 3.53rem;
    left: -4.72rem;
    width: 9.63rem;
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .item05 .item__name {
    position: absolute;
    top: 6.63rem;
    left: 9.2rem;
    width: 19.1rem;
    margin-top: 0;
    white-space: normal;
    line-height: 1.3;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .item05 .item__copy {
    position: absolute;
    top: 56.77rem;
    left: 3.7rem;
    width: 30.12rem;
    gap: 0.9rem;
  }
}
@media only screen and (max-width: 768px) {
  .item05 .item__guide {
    margin-bottom: 8rem;
  }
}
@media only screen and (max-width: 768px) {
  .item05 .item__guide-review {
    min-height: 9.9rem;
    padding: 0.8rem 0;
  }
}
@media only screen and (max-width: 768px) {
  .item05 .item__guide-review-ttl {
    font-size: 1.2rem;
    margin-bottom: 0;
    position: relative;
    top: 0.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .item05 .item__guide-review-line {
    width: 22rem;
    top: 0.6rem;
    position: relative;
  }
}
@media only screen and (max-width: 768px) {
  .item05 .item__guide-review-text {
    font-size: 1.2rem;
  }
}
.item05 .item__guide {
  padding-top: 7.3rem;
}
@media only screen and (max-width: 768px) {
  .item05 .item__point-bg {
    width: 100%;
    height: 39rem;
    top: 2.6rem;
  }
}
.item05 .item__point-row:nth-child(1) .item__point-text {
  top: 18rem;
}
.item05 .item__point-sub {
  width: 26.7rem;
  height: 58.2rem;
  top: 21rem;
}
.item05 .item__point-row:nth-child(1) .item__point-border {
  left: 105.2rem;
  top: 20rem;
  width: 50.8rem;
}
.item05 .item__point-row:nth-child(2) .item__point-border {
  left: 102.4rem;
  top: 35rem;
  width: 53.6rem;
}
.item05 .item__point-row:nth-child(3) .item__point-border {
  left: 100.7rem;
  top: 41.8rem;
  width: 55.25rem;
}
.item05 .details__size.is-active {
  background: var(--F37EB2, #ec93bb);
}
@media only screen and (max-width: 768px) {
  .item05 .item__point {
    position: relative;
    display: block;
    width: 37.5rem;
    max-width: 100%;
    height: 44rem;
    padding: 0;
    margin-inline: auto;
    background-color: transparent;
  }
}
@media only screen and (max-width: 768px) {
  .item05 .item__point-ttl {
    position: absolute;
    top: 0;
    left: 2.9rem;
    width: 33.1rem;
  }
}
@media only screen and (max-width: 768px) {
  .item05 .item__point-photo {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .item05 .item__point-sub {
    position: absolute;
    top: 6.25rem;
    left: 1.1rem;
    width: 15.5rem;
    height: auto;
    object-fit: cover;
    z-index: 0;
  }
}
@media only screen and (max-width: 768px) {
  .item05 .item__point-list {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    margin-top: 0;
    gap: 0;
  }
}
@media only screen and (max-width: 768px) {
  .item05 .item__point-row {
    position: static;
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .item05 .item__point-row:nth-child(1) .item__point-text {
    position: absolute;
    top: 8.42rem;
    left: 20.1rem;
    width: 16rem;
    text-align: left;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .item05 .item__point-row:nth-child(1) .item__point-num {
    position: absolute;
    top: 5.9rem;
    left: 25.7rem;
    width: 9.07rem;
  }
}
@media only screen and (max-width: 768px) {
  .item05 .item__point-row:nth-child(1) .item__point-border {
    display: block;
    position: absolute;
    top: 12rem;
    left: 15.5rem;
    bottom: auto;
    width: 20.1rem;
    height: auto;
    z-index: 0;
  }
}
@media only screen and (max-width: 768px) {
  .item05 .item__point-row:nth-child(2) .item__point-text {
    position: absolute;
    top: 20rem;
    left: 20.1rem;
    width: 16rem;
    text-align: left;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .item05 .item__point-row:nth-child(2) .item__point-num {
    position: absolute;
    top: 17.6rem;
    left: 26.22rem;
    width: 9.34rem;
  }
}
@media only screen and (max-width: 768px) {
  .item05 .item__point-row:nth-child(2) .item__point-border {
    display: block;
    position: absolute;
    top: 14.45rem;
    left: 13.9rem;
    bottom: auto;
    width: 21.7rem;
    height: auto;
    z-index: 0;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .item05 .item__point-row:nth-child(3) .item__point-text {
    position: absolute;
    top: 30rem;
    left: 20.1rem;
    width: 16rem;
    text-align: left;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .item05 .item__point-row:nth-child(3) .item__point-num {
    position: absolute;
    top: 27.43rem;
    left: 26.22rem;
    width: 9.34rem;
  }
}
@media only screen and (max-width: 768px) {
  .item05 .item__point-row:nth-child(3) .item__point-border {
    display: block;
    position: absolute;
    top: 17.85rem;
    left: 11.35rem;
    bottom: auto;
    width: 24.25rem;
    height: auto;
    z-index: 0;
  }
}

.ambassador {
  padding: 24rem 0 10rem;
}
@media only screen and (max-width: 768px) {
  .ambassador {
    padding: 11rem 0 0;
  }
}
.ambassador__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6.4rem;
}
@media only screen and (max-width: 768px) {
  .ambassador__inner {
    gap: 2.4rem;
  }
}
.ambassador__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1rem;
}
@media only screen and (max-width: 768px) {
  .ambassador__head {
    gap: 0.4rem;
  }
}
.ambassador__ttl-en {
  width: 79.3rem;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .ambassador__ttl-en {
    width: 34.5rem;
  }
}
.ambassador__ttl-jp {
  color: var(--594538, #594538);
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.9rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media only screen and (max-width: 768px) {
  .ambassador__ttl-jp {
    font-size: 2.1rem;
    margin-top: -0.6rem;
  }
}
.ambassador__list {
  display: grid;
  grid-template-columns: repeat(3, auto);
  column-gap: 8rem;
  row-gap: 5.4rem;
}
@media only screen and (max-width: 768px) {
  .ambassador__list {
    grid-template-columns: repeat(3, 10.2rem);
    column-gap: 1.6rem;
    row-gap: 2.4rem;
  }
}
.ambassador__item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
}
.ambassador__figure {
  width: 18rem;
  height: 18rem;
  border-radius: 50%;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .ambassador__figure {
    width: 9.6rem;
    height: 9.6rem;
  }
}
.ambassador__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ambassador__name {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  color: #594538;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .ambassador__name {
    font-size: 1.2rem;
    gap: 0.2rem;
  }
}
.ambassador__slash {
  font-style: italic;
  color: #594538;
}

.banner {
  padding: 14rem 0 6rem;
}
@media only screen and (max-width: 768px) {
  .banner {
    padding: 11.2rem 0 7rem;
  }
}
.banner__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5rem 0;
}
@media only screen and (max-width: 768px) {
  .banner__inner {
    gap: 2.6rem;
  }
}
.banner__ttl {
  width: 41rem;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .banner__ttl {
    width: 20rem;
    letter-spacing: 0.336rem;
  }
}
.banner__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .banner__list {
    flex-wrap: wrap;
    gap: 1.6rem;
  }
}
.banner__item {
  flex-shrink: 0;
}
.banner__img {
  display: block;
  width: 32rem;
  height: 32rem;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .banner__img {
    width: 16rem;
    height: 16rem;
  }
}

.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;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.112rem;
}
.detail__ttl span {
  font-size: 1.2rem;
}
.detail__item {
  margin-bottom: 0.8rem;
}
.detail__item:last-child {
  margin-bottom: 0;
}
.detail__item--border {
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  display: block;
  position: relative;
  border: none !important;
  --border-scale: 0;
}
@media only screen and (max-width: 768px) {
  .detail__item--border {
    margin-bottom: 2rem;
    padding-bottom: 1.7rem;
  }
}
.detail__item--border::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #242424;
  transform: scaleX(var(--border-scale));
  transform-origin: left;
  will-change: transform;
}
.detail__flex {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.detail__price {
  font-size: 1.6rem;
}
@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;
  height: 2rem;
  padding-inline: 0.5rem;
  border: 0.1rem solid;
  line-height: 2rem;
  border-radius: 0.3rem;
  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(--baseColor);
  border: 1px solid;
  font-size: 1.1rem;
  width: 7.2rem;
  height: 2.4rem;
  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;
  }
}

.details {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  width: 45rem;
}
@media only screen and (max-width: 768px) {
  .details {
    width: 100%;
  }
}
.details__row {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .details__row {
    gap: 0.6rem;
  }
}
.details__name {
  flex-shrink: 0;
  width: 13.6rem;
  color: #594538;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .details__name {
    width: 7rem;
    font-size: 1.3rem;
  }
}
.details__sizes {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.8rem;
  width: 10.8rem;
}
@media only screen and (max-width: 768px) {
  .details__sizes {
    gap: 0.4rem;
    width: 8rem;
  }
}
.details__size {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border: 0.08rem solid #594538;
  border-radius: 0.2rem;
  color: #594538;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
}
@media only screen and (max-width: 768px) {
  .details__size {
    width: 1.6rem;
    height: 1.6rem;
    font-size: 0.9rem;
  }
}
.details__size.is-active {
  background-color: #f6d9e9;
}
.details__size--blank {
  width: 2.4rem;
  border: none;
}
@media only screen and (max-width: 768px) {
  .details__size--blank {
    width: 2rem;
  }
}
.details__size--wide {
  width: 2.6rem;
}
@media only screen and (max-width: 768px) {
  .details__size--wide {
    width: 2.2rem;
  }
}
.details__price {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-left: auto;
  color: #594538;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .details__price {
    font-size: 1.4rem;
  }
}
.details__price small {
  font-family: "Times New Roman", serif;
  font-size: 1rem;
}
@media only screen and (max-width: 768px) {
  .details__price small {
    font-size: 0.9rem;
  }
}
.details__btn {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.2rem;
  height: 2.4rem;
  border: 1px solid #594538;
  color: #594538;
  font-family: "Century Gothic", sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 768px) {
  .details__btn {
    width: 5rem;
    font-size: 1rem;
  }
}
.details__btn--active {
  background-color: #594538;
  border-color: #594538;
  color: #fff;
}
.details__divider {
  width: 100%;
  margin: 1.5rem 0;
  border: none;
  border-top: 1px solid #594538;
}
@media only screen and (max-width: 768px) {
  .details__divider {
    margin: 0.9rem 0;
  }
}

.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;
  z-index: 5;
}

.imgSwitch__img {
  display: block;
}

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

/* 共通アニメーションクラス */
.js-reveal-left {
  /* 左右に大きな余白を作り、その分 margin で位置を戻す */
  padding: 100px 200px !important;
  margin: -100px -200px !important;
  /* 初期状態 */
  clip-path: inset(0 100% 0 0);
  visibility: hidden;
  will-change: clip-path; /* 描画を別レイヤーに分離して計算を正確にさせる */
  isolation: isolate;
  z-index: 1;
}

/* アニメーションを適用したい要素に付与 */
.js-reveal-mask {
  clip-path: inset(0 0 100% 0);
  transition: clip-path 1.2s cubic-bezier(0.25, 1, 0.5, 1);
}

.item__box {
  overflow: visible !important;
}

/* アニメーションの初期状態 */
.js-reveal-item {
  clip-path: inset(-500px -500px 100% -500px);
  transition: none;
  visibility: hidden; /* 最初は完全に消しておく */
}

/* アニメーション完了後 */
.js-reveal-item.is-active {
  clip-path: inset(0 -100px 0% 0);
}

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

@media screen and (max-width: 768px) {
  .svg-pc {
    display: none;
  }
  .svg-sp {
    display: block;
  }
}
.js-sunrise-item {
  /* 下（100%）に隠しつつ、左右の装飾が欠けないようにマイナス余白を持たせる */
  clip-path: inset(0 -500px 100% -500px);
  /* 最初は完全に透明 & 非表示 */
  auto-alpha: 0;
  visibility: hidden;
}

/* --- 共通アニメーション設定 --- */
.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;
}

.reveal-box {
  position: relative;
  display: inline-block; /* または width: 100% */
  overflow: visible !important; /* ここを visible にするのがコツ */
}

.reveal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff; /* 背景と同じ色にする */
  z-index: 10;
  /* 起点を右にする（右に向かって縮むように見せるため） */
  transform-origin: right;
}

/* 共通クラス：初期状態を左端に縮めておく */
.js-wipe-left {
  /* マスクの初期状態（右側を100%削る） */
  clip-path: inset(0 100% 0 0);
  /* 中身の初期状態：少し左に寄せて透明にする */
  opacity: 0;
  will-change: clip-path, transform, opacity;
}

/*# sourceMappingURL=style.css.map */
