@charset "UTF-8";
body {
  width: 100%;
  line-height: 1.5;
  letter-spacing: 0.2vw;
  font-size: 3.2vw;
  overflow-x: hidden;
  transition: all 1s ease 0s;
  font-family: "dnp-shuei-ymincho-std", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #52464E;
  background-color: #F9F6F3;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 14px;
    letter-spacing: 0.05vw;
  }
}
body.is-loading {
  pointer-events: none;
}

img {
  display: block;
  width: 100%;
}

a:hover {
  opacity: 0.6;
  transition: 0.6s;
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

/* .load
===================================================== */
.load {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 100vh;
  z-index: 9999;
}

.○○○○○○ {
  opacity: 0;
  transition: opacity 1s;
}
.○○○○○○.on {
  opacity: 1;
}

#page-top {
  position: fixed;
  bottom: 3%;
  right: 3%;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  #page-top {
    right: 3%;
  }
}
#page-top img {
  width: 2.3611111111vw;
}
@media screen and (max-width: 768px) {
  #page-top img {
    width: 7.6vw;
  }
}

#page-top a {
  display: block;
  opacity: 0.9;
  transition: all 0.3s ease;
}

#page-top a:hover {
  opacity: 0.5;
}

.loading {
  pointer-events: none; /* ★ クリックイベントを有効にし、背景のクリックを防ぐ */
  height: 100vh;
  background: #F9F6F3;
  display: flex;
  flex-direction: column;
  font-family: "ogg", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  color: #DA94B8;
  justify-content: center;
  gap: 8%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9998; /* .load(9999)のすぐ下、他の要素より上に来るように設定 */
}
@media screen and (min-width: 769px) {
  .loading {
    gap: 6%;
  }
}
.loading .load_h1 {
  width: 75%;
  margin: 0 auto;
  opacity: 0;
}
@media screen and (min-width: 769px) {
  .loading .load_h1 {
    width: 28%;
  }
}
.loading .fv_under {
  opacity: 0;
}
.loading ul {
  position: relative; /* liの配置基準 */
  width: 50%;
  height: 35%; /* 高さを指定 */
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .loading ul {
    width: 15%;
    height: 35%;
  }
}
.loading ul li {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0; /* 初期状態は非表示 */
}
.loading ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.loading ul li:nth-child(1) {
  transform: rotate(-5deg);
}
.loading ul li { /* 1枚目を左に5度傾ける */ }
.loading ul li:nth-child(2) {
  transform: rotate(5deg);
}
.loading ul li { /* 2枚目を右に5度傾ける */ }
.loading ul li:nth-child(3) {
  transform: rotate(0deg);
}
.loading ul li { /* 3枚目は傾けない */ }
.loading .load_top_text {
  display: flex;
  justify-content: space-between;
  width: 70%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .loading .load_top_text {
    width: 22%;
  }
}
.loading .load_center_text {
  font-size: 6.4vw;
  margin: 3% auto;
}
@media screen and (min-width: 769px) {
  .loading .load_center_text {
    font-size: 1.6666666667vw;
    margin: 1% auto;
  }
}
.loading .load_btm_text {
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .loading .load_btm_text {
    font-size: 0.6944444444vw;
  }
}

.fv {
  opacity: 0; /* アニメーション用に初期状態を非表示にする */
  position: relative;
}
@media screen and (min-width: 769px) {
  .fv {
    height: 50vw;
  }
}
.fv a:hover {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .fv .fv_back {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100svh;
    z-index: -1;
  }
}
@media screen and (min-width: 769px) {
  .fv .fv_back {
    position: relative;
  }
}
.fv h1 {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .fv h1 {
    transform: translate(-50%, 0%);
    position: absolute;
    top: 9.3333333333vw;
    left: 50%;
    z-index: 10;
  }
}
@media screen and (min-width: 769px) {
  .fv h1 {
    width: 30.2777777778vw;
    padding-top: 7.0833333333vw;
    margin-left: 9.5138888889vw;
  }
}
@media screen and (min-width: 769px) {
  .fv .swiper-bg {
    position: absolute;
    top: 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .fv .fv_top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 769px) {
  .fv .fv_top {
    position: absolute;
    top: 3.4027777778vw;
    right: 16.6666666667vw;
    width: 30vw;
    height: auto;
    z-index: 999;
  }
}
.fv .swiper-slide .fv_back_left {
  width: 37.3333333333vw;
}
@media screen and (min-width: 769px) {
  .fv .swiper-slide .fv_back_left {
    width: 5.1388888889vw;
    top: 17.5694444444vw;
    left: 0;
    position: absolute;
  }
}
.fv .swiper-slide .fv_img {
  width: 84vw;
  display: block;
  margin: 0 auto -42vw;
  position: relative;
}
@media screen and (min-width: 769px) {
  .fv .swiper-slide .fv_img {
    width: 30vw;
  }
}
.fv .swiper-slide .fv_back_right {
  width: 63.2vw;
  top: 126.1333333333vw;
  right: 0;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .fv .swiper-slide .fv_back_right {
    width: 19.0972222222vw;
    top: 28.6805555556vw;
    right: 2.7777777778vw;
  }
}
@media screen and (min-width: 769px) {
  .fv .swiper-slide .fv_back_top {
    width: 23.4722222222vw;
    left: 43.75vw;
    top: 0;
    position: absolute;
  }
}
.fv .lead {
  font-family: "dnp-shuei-ymincho-std", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 3.7333333333vw;
  text-align: center;
  line-height: 2.3;
  width: 80%;
  margin: 0 auto;
  z-index: 15;
  position: absolute;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .fv .lead {
    top: 58.6666666667vw;
    left: 50%;
    transform: translate(-50%, 10%);
  }
}
@media screen and (min-width: 769px) {
  .fv .lead {
    font-size: 1.0416666667vw;
    text-align: left;
    margin-left: 14.0277777778vw;
    margin-top: 2vw;
    line-height: 2.2;
  }
}
@media screen and (max-width: 768px) {
  .fv .fv_top {
    top: 50vw;
  }
}
@media screen and (min-width: 769px) {
  .fv .pc_text_fv {
    font-family: "ogg", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #DA94B8;
    font-size: 1.1111111111vw;
    writing-mode: vertical-rl;
    position: absolute;
    top: 2vw;
    right: 2vw;
  }
  .fv .pc_text_fv span {
    font-size: 0.6944444444vw;
    line-height: 1.3;
    display: inline-block;
    margin-right: 0.7vw;
  }
}

@media screen and (max-width: 768px) {
  .container {
    margin-top: 200svh;
    z-index: 50;
    background-color: #F9F6F3;
  }
}
.container {
  position: relative;
}

.menu {
  padding: 70px 0;
}
.menu h2 {
  text-align: center;
  color: #DA94B8;
  font-family: "ogg", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .menu h2 {
    font-size: 40px;
  }
}
.menu h2 span {
  font-size: 14px;
  font-family: "ogg", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .menu h2 span {
    font-size: 16px;
  }
}
.menu .m_img {
  width: 40.2666666667vw;
  margin-left: 0;
  margin-right: -6%;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 769px) {
  .menu .m_img {
    width: 12.1527777778vw;
    margin-right: -9%;
  }
}
@media screen and (min-width: 769px) {
  .menu ul {
    display: flex;
    justify-content: center;
    width: 80%;
    margin: 0 auto;
    gap: 1%;
  }
}
.menu li {
  margin-bottom: 22px;
}
@media screen and (min-width: 769px) {
  .menu li {
    width: 30%;
  }
}
.menu li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.menu li .num {
  color: #DA94B8;
  font-family: "ogg", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 9.8666666667vw;
}
@media screen and (min-width: 769px) {
  .menu li .num {
    font-size: 2.9861111111vw;
  }
}
.menu li .ja_title {
  font-size: 4.2666666667vw;
  letter-spacing: 0.7vw;
}
@media screen and (min-width: 769px) {
  .menu li .ja_title {
    font-size: 1.3194444444vw;
    letter-spacing: 0.2vw;
  }
}
.menu li .en_title {
  color: #DA94B8;
  font-family: "ogg", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 3.4666666667vw;
}
@media screen and (min-width: 769px) {
  .menu li .en_title {
    font-size: 0.9722222222vw;
  }
}
.menu li .m_right {
  width: 50%;
  border-bottom: 1px solid #DA94B8;
  padding-bottom: 5vw;
  padding-left: 5%;
}
@media screen and (min-width: 769px) {
  .menu li .m_right {
    padding-bottom: 2vw;
    padding-left: 13%;
  }
}

.brand {
  position: fixed;
  top: 10%;
  opacity: 0; /* 初期状態は非表示 */
  transition: opacity 0.3s ease; /* フェードアニメーション */
  line-height: 0.75;
  height: fit-content;
  font-family: "ogg", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 5.4vw;
}
@media screen and (max-width: 768px) {
  .brand {
    right: 0;
    writing-mode: vertical-rl;
    white-space: nowrap;
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 769px) {
  .brand {
    color: #DA94B8;
    left: 50px;
    font-size: 1.5277777778vw;
    top: 50%;
    line-height: 1.2;
    transform: translate(0, -50%);
    transition: color 0.5s ease, opacity 0.3s ease; /* PCでは色もアニメーション */
  }
}
.brand.is-visible {
  opacity: 1; /* is-visibleクラスが付いたら表示 */
}
.brand .b_num {
  font-size: 2.9333333333vw;
  margin-bottom: 15px;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .brand .b_num {
    font-size: 12px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .brand .brand-name br {
    display: none;
  }
}

.scene_area {
  overflow: hidden;
}
.scene_area .scene_dis {
  font-family: "ogg", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 3.2vw;
  color: #DA94B8;
  margin-left: 5%;
  margin-bottom: 5%;
  line-height: 1.2;
}
@media screen and (min-width: 769px) {
  .scene_area .scene_dis {
    font-size: 15px;
  }
}
.scene_area .num {
  font-family: "ogg", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 45.3333333333vw;
  color: #EDB6D2;
  margin-right: -2%;
  letter-spacing: 1.5vw;
}
@media screen and (min-width: 769px) {
  .scene_area .num {
    font-size: 224px;
  }
}
@media screen and (min-width: 769px) {
  .scene_area .scene_main {
    width: 44vw;
    margin: 0 auto;
  }
}
.scene_area .scene_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 5;
  overflow: hidden;
}
.scene_area .main_img {
  width: 77%;
  margin: -23% auto 0;
  position: relative;
  z-index: 3;
  will-change: transform;
}
@media screen and (min-width: 769px) {
  .scene_area .main_img {
    width: 68%;
    margin: 8% auto 0;
  }
}
.scene_area .main_img.is-sticky {
  position: sticky;
  top: 0;
}
.scene_area .main_img img {
  transform-origin: top center;
}
.scene_area .scene_ja_title {
  font-size: 5vw;
  letter-spacing: 0.3vw;
  margin: 66% auto 0;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .scene_area .scene_ja_title {
    font-size: 22px;
    letter-spacing: 0.1vw;
    margin: 62% auto 0 10%;
  }
}
.scene_area .scene_ja_title p {
  background-color: #EDB6D2;
  margin-bottom: 5px;
  width: fit-content;
  padding: 1% 2% 1% 3%;
}
.scene_area .right_back {
  width: 26%;
  margin: -39% 0 -121% auto;
}
@media screen and (min-width: 769px) {
  .scene_area .right_back {
    margin: -40% 0 -116% auto;
  }
}
.scene_area .scrolling-text-container {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  margin-top: 27%;
  padding: 3% 0;
  color: #DA94B8;
  font-size: 3.2vw;
  font-family: "ogg", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .scene_area .scrolling-text-container {
    margin-top: 140px;
    margin-bottom: 100px;
    font-size: 16px;
  }
}
.scene_area .scrolling-text {
  display: inline-block;
  animation: scroll-text 30s linear infinite;
}
.scene_area .scrolling-text span {
  padding: 0 13vw;
}
@media screen and (min-width: 769px) {
  .scene_area .scrolling-text span {
    padding: 0 78px;
  }
}
@keyframes scroll-text {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.code_area {
  position: relative; /* .brandの配置基準にする */
}
.code_area .code_back {
  width: 50%;
  margin: 60px 0 -15% auto;
}
@media screen and (min-width: 769px) {
  .code_area .code_back {
    width: 293px;
    margin: 50px auto -100px;
  }
}
@media screen and (max-width: 768px) {
  .code_area .code_left {
    width: 85%;
  }
}
@media screen and (min-width: 769px) {
  .code_area .code_left {
    width: 55vw;
    margin: 0 auto 0 25vw;
  }
}
.code_area .code_scroll {
  font-size: 4.8vw;
  font-family: "ogg", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #52464E;
  background-color: #EDB6D2;
  width: 35%;
  padding: 1% 2.6666666667vw;
  margin: -18% auto 2% 5%;
  position: relative;
  z-index: 10;
  border-radius: 1vw;
  box-sizing: border-box;
  overflow: hidden; /* はみ出したテキストを隠す */
  white-space: nowrap; /* テキストを折り返さない */
}
@media screen and (min-width: 769px) {
  .code_area .code_scroll {
    font-size: 19px;
    border-radius: 4px;
    margin: -18% auto 2% -2%;
  }
}
.code_area .code_scroll .scrolling-text span {
  padding: 0 1.5vw;
  letter-spacing: 0.3vw;
}
@media screen and (min-width: 769px) {
  .code_area .code_scroll .scrolling-text span {
    letter-spacing: 0.1vw;
    padding: 0 0.5vw;
  }
}
.code_area .code_box {
  margin-bottom: 27%;
}
@media screen and (min-width: 769px) {
  .code_area .code_box {
    margin-bottom: 0px;
  }
}
.code_area .code_dis {
  width: 93%;
  margin: 1% auto 0 10%;
  position: relative;
  z-index: 10;
  line-height: 1.5;
  background-color: #EDB6D2;
}
@media screen and (min-width: 769px) {
  .code_area .code_dis {
    margin: 1% auto 0 4%;
    font-size: 1vw;
  }
}
.code_area .code_dis span {
  padding: 1.5% 0.1%;
}
.code_area .cre_title {
  font-size: 3.4666666667vw;
  font-family: "ogg", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 10% auto 4% 10%;
}
@media screen and (min-width: 769px) {
  .code_area .cre_title {
    font-size: 16px;
    margin: 0 auto 12px;
  }
}
@media screen and (min-width: 769px) {
  .code_area .coord-block {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 70px;
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 769px) {
  .code_area .coord-block .pc_code_left, .code_area .coord-block .pc_code_right {
    width: 50%;
  }
}

.staff {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7% 5%;
  width: 90%;
  margin: 0 auto 25% 10%;
  gap: 6%;
}
@media screen and (min-width: 769px) {
  .staff {
    width: 100%;
    margin: 0 auto;
  }
}
.staff .sta_title {
  writing-mode: vertical-rl; /* テキストを縦書きにする */
  transform: rotate(180deg); /* 縦書きの向きを調整 */
  white-space: nowrap; /* テキストの折り返しを防ぐ */
  font-family: "ogg", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.4666666667vw;
}
@media screen and (min-width: 769px) {
  .staff .sta_title {
    font-size: 16px;
  }
}
.staff .sta_ico {
  width: 37%;
  background-image: url(../images/icon_en.webp);
  background-size: contain; /* 画像が要素に収まるように調整 */
  background-repeat: no-repeat; /* 画像の繰り返しを無効化 */
  background-position: center; /* 画像を中央に配置 */
  padding: 2%; /* 画像の周りに余白を作り、背景を大きく見せる */
  box-sizing: border-box; /* paddingを含めて幅を計算する */
}
.staff .sta_ico img {
  border-radius: 50%;
}
.staff .sta_info {
  text-align: left;
}
.staff .sta_info .sta_name {
  font-size: 5.0666666667vw;
  font-family: "ogg", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .staff .sta_info .sta_name {
    font-size: 19px;
  }
}
.staff .sta_info .sta_shop {
  font-size: 2.6666666667vw;
  line-height: 1.2;
  margin-top: 3%;
}
@media screen and (min-width: 769px) {
  .staff .sta_info .sta_shop {
    font-size: 9px;
  }
}
.staff .sta_info .insta {
  display: flex;
  align-items: center;
  gap: 6%;
}
@media screen and (min-width: 769px) {
  .staff .sta_info .insta {
    gap: 3%;
  }
}
.staff .sta_info .insta img {
  width: 12%;
}
.staff .sta_info ul {
  font-size: 3.2vw;
  font-family: "ogg", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 5%;
}
@media screen and (min-width: 769px) {
  .staff .sta_info ul {
    font-size: 12px;
  }
}
.staff .sta_info .line {
  text-decoration: underline;
}

.credit {
  font-family: "dnp-shuei-gothic-kin-std", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin: 0 auto 10% 10%;
}
@media screen and (min-width: 769px) {
  .credit {
    width: 100%;
    margin: 0 auto 25px;
  }
}
@media screen and (min-width: 769px) {
  .credit li {
    width: 100%;
  }
}

.creditAjax_link, .coming {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.coming .cre_img {
  width: 20%;
}
@media screen and (min-width: 769px) {
  .coming .cre_img {
    width: 17%;
  }
}
.coming .credit_text {
  width: 75%;
}

.credit_text {
  font-size: 2.4vw;
  width: 80%;
  letter-spacing: 0.4px;
}
@media screen and (min-width: 769px) {
  .credit_text {
    font-size: 0.7vw;
  }
}

.cre_img {
  width: 18%;
}
@media screen and (min-width: 769px) {
  .cre_img {
    width: 15%;
  }
}

.buy {
  background-color: #52464E;
  font-size: 2.9333333333vw;
  width: fit-content;
  padding: 0 3vw;
  font-family: "ogg", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #F9F6F3;
}
@media screen and (min-width: 769px) {
  .buy {
    font-size: 0.8vw;
    padding: 0 1vw;
  }
}
.buy.non-buy {
  background-color: #c7c7c7;
  color: #fff;
  padding: 0 6px;
  white-space: nowrap;
}

.credit_box {
  margin-bottom: 2%;
  display: flex;
  justify-content: flex-start;
  gap: 3%;
  width: 82%;
}
@media screen and (min-width: 769px) {
  .credit_box {
    width: 100%;
  }
}

/* 価格
===================================================== */
.creditAjax_price__proper::before,
.creditAjax_price__sale::before {
  content: "¥";
}

.creditAjax_price__sale {
  color: rgb(192, 22, 22);
  margin-left: 5px;
}

.creditAjax_price__off {
  color: rgb(192, 22, 22);
}
.creditAjax_price__off::before {
  content: "(";
}
.creditAjax_price__off::after {
  content: ")";
}

.creditAjax__saleOn .creditAjax_price__proper {
  text-decoration: line-through;
}

/* アイテム名
===================================================== */
.creditAjax_item {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

#sec01 .suriko_area,
#sec02 .suriko_area,
#sec03 .suriko_area {
  position: relative;
  padding: 22% 0;
  z-index: 999;
}
#sec01 .suriko_area::before, #sec01 .suriko_area::after,
#sec02 .suriko_area::before,
#sec02 .suriko_area::after,
#sec03 .suriko_area::before,
#sec03 .suriko_area::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 290px;
  border: 1px solid #DA94B8;
  top: 50%;
  left: 50%;
  z-index: -1;
}
#sec01 .suriko_area::before,
#sec02 .suriko_area::before,
#sec03 .suriko_area::before {
  width: 100%;
  padding-top: 100%;
  transform: translate(-49%, -50%); /* 少し右にずらす */
  height: 25%;
}
@media screen and (max-width: 768px) {
  #sec01 .suriko_area::before,
  #sec02 .suriko_area::before,
  #sec03 .suriko_area::before {
    width: 110%;
    height: 40%;
  }
}
#sec01 .suriko_area::after,
#sec02 .suriko_area::after,
#sec03 .suriko_area::after {
  width: 100%;
  padding-top: 100%;
  transform: translate(-51%, -50%); /* 少し左にずらす */
  height: 25%;
}
@media screen and (max-width: 768px) {
  #sec01 .suriko_area::after,
  #sec02 .suriko_area::after,
  #sec03 .suriko_area::after {
    width: 110%;
    height: 40%;
  }
}
@media screen and (min-width: 769px) {
  #sec01 .suriko_area,
  #sec02 .suriko_area,
  #sec03 .suriko_area {
    width: 45%;
    margin: 220px auto;
    padding: 10px 4%;
  }
}
#sec01 .suriko_area .suriko_icon,
#sec02 .suriko_area .suriko_icon,
#sec03 .suriko_area .suriko_icon {
  width: 40%;
  margin: 0 auto -8% 0%;
  position: relative;
  z-index: 5;
  animation: sway 4s ease-in-out infinite; /* ゆらゆら揺れるアニメーションを追加 */
}
@media screen and (min-width: 769px) {
  #sec01 .suriko_area .suriko_icon,
  #sec02 .suriko_area .suriko_icon,
  #sec03 .suriko_area .suriko_icon {
    width: 36%;
  }
}
#sec01 .suriko_area .suriko_main,
#sec02 .suriko_area .suriko_main,
#sec03 .suriko_area .suriko_main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4%;
  margin: 5% 0;
}
#sec01 .suriko_area .suriko_main .suriko_img,
#sec02 .suriko_area .suriko_main .suriko_img,
#sec03 .suriko_area .suriko_main .suriko_img {
  width: 78%;
}
#sec01 .suriko_area .suriko_main .suriko_text,
#sec02 .suriko_area .suriko_main .suriko_text,
#sec03 .suriko_area .suriko_main .suriko_text {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  white-space: nowrap;
  font-family: "ogg", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.9333333333vw;
  color: #DA94B8;
}
@media screen and (min-width: 769px) {
  #sec01 .suriko_area .suriko_main .suriko_text,
  #sec02 .suriko_area .suriko_main .suriko_text,
  #sec03 .suriko_area .suriko_main .suriko_text {
    font-size: 12px;
  }
}
#sec01 .suriko_area .cre_title_suriko,
#sec02 .suriko_area .cre_title_suriko,
#sec03 .suriko_area .cre_title_suriko {
  font-size: 3.7333333333vw;
  font-family: "ogg", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin: 0 auto 3%;
  text-align: center;
  color: #DA94B8;
}
@media screen and (min-width: 769px) {
  #sec01 .suriko_area .cre_title_suriko,
  #sec02 .suriko_area .cre_title_suriko,
  #sec03 .suriko_area .cre_title_suriko {
    font-size: 17px;
  }
}
#sec01 .suriko_area .suriko_order_text,
#sec02 .suriko_area .suriko_order_text,
#sec03 .suriko_area .suriko_order_text {
  text-align: left;
  font-size: 2.1333333333vw;
  width: 77%;
  font-family: "dnp-shuei-gothic-kin-std", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin: 0 auto 1%;
}
@media screen and (min-width: 769px) {
  #sec01 .suriko_area .suriko_order_text,
  #sec02 .suriko_area .suriko_order_text,
  #sec03 .suriko_area .suriko_order_text {
    font-size: 9px;
    margin: 0 auto 10px;
  }
}
#sec01 .suriko_area ul,
#sec02 .suriko_area ul,
#sec03 .suriko_area ul {
  width: 77%;
  margin: 0 auto;
  font-family: "dnp-shuei-gothic-kin-std", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  #sec01 .suriko_area ul,
  #sec02 .suriko_area ul,
  #sec03 .suriko_area ul {
    font-size: 12px;
  }
}
#sec01 .suriko_area ul li,
#sec02 .suriko_area ul li,
#sec03 .suriko_area ul li {
  margin-bottom: 3%;
}
#sec01 .suriko_area ul li a,
#sec02 .suriko_area ul li a,
#sec03 .suriko_area ul li a {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1%;
  letter-spacing: 0.1px;
}
#sec01 .suriko_area ul li .buy,
#sec02 .suriko_area ul li .buy,
#sec03 .suriko_area ul li .buy {
  color: #F9F6F3;
  padding: 0.1% 3%;
}

.en_text {
  font-size: 12vw;
  font-family: "ogg", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #DA94B8;
  text-align: right;
  line-height: 1;
  margin: -50% 3% -16% auto;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 769px) {
  .en_text {
    font-size: 66px;
  }
}

.scene_last {
  margin: 30% auto;
}
@media screen and (min-width: 769px) {
  .scene_last {
    margin: 250px auto 230px;
    width: 40vw;
  }
}
.scene_last .last_leftback {
  width: 45%;
}
.scene_last .swiper {
  width: 82%;
}
@media screen and (min-width: 769px) {
  .scene_last .swiper {
    width: 75%;
  }
}
.scene_last .single-image {
  width: 82%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .scene_last .single-image {
    width: 70%;
  }
}
.scene_last .last_rightback {
  width: 75%;
  margin-left: auto;
  margin-top: -50%;
}

.scene_last_B {
  margin: 30% auto;
}
@media screen and (min-width: 769px) {
  .scene_last_B {
    width: 45vw;
    margin: 290px auto 230px;
  }
}
.scene_last_B .last_leftback {
  width: 30%;
}
.scene_last_B .b_rightimg {
  width: 51%;
  margin: 11% 5% -10% auto;
  position: relative;
  z-index: 2;
}
.scene_last_B .b_leftimg {
  width: 70%;
}
.scene_last_B .last_rightback {
  width: 16%;
  margin: -50% 0 0 auto;
}

@media screen and (min-width: 769px) {
  #sec02 .scene_top .num {
    margin-bottom: 8%;
  }
}
#sec02 .suriko_area::before, #sec02 .suriko_area::after {
  height: 55%;
}
#sec02 .scene_ja_title {
  margin: 88% auto 0;
}
@media screen and (min-width: 769px) {
  #sec02 .scene_ja_title {
    margin: 75% auto 0 45px;
  }
}

#sec02 .num, #sec05 .num {
  font-size: 16.2666666667vw;
}
@media screen and (min-width: 769px) {
  #sec02 .num, #sec05 .num {
    font-size: 120px;
  }
}

#sec03 .scene_dis {
  color: #87C9BD;
}
#sec03 .num {
  color: #87C9BD;
}
@media screen and (min-width: 769px) {
  #sec03 .brand {
    color: #87C9BD;
  }
}
#sec03 .scene_ja_title p {
  background-color: #87C9BD;
}
#sec03 .code_scroll {
  background-color: #87C9BD;
}
#sec03 .code_dis {
  background-color: #87C9BD;
}
#sec03 .fixed_text_pc {
  color: #87C9BD;
}
#sec03 .suriko_text {
  color: #87C9BD !important;
}
#sec03 .cre_title_suriko {
  color: #87C9BD !important;
}
#sec03 .scrolling-text-container {
  color: #87C9BD;
}
#sec03 .code_area .scrolling-text-container {
  color: #52464E;
}
#sec03 .en_text {
  color: #87C9BD;
  margin: -50% 3% -6% auto;
}
#sec03 .suriko_area {
  padding: 26% 0;
}
@media screen and (min-width: 769px) {
  #sec03 .suriko_area {
    margin: 200px auto;
  }
}
#sec03 .suriko_area::before, #sec03 .suriko_area::after {
  border-color: #87C9BD;
  height: 18%;
}
@media screen and (max-width: 768px) {
  #sec03 .suriko_area::before, #sec03 .suriko_area::after {
    height: 34%;
  }
}
@media screen and (min-width: 769px) {
  #sec03 .suriko_area {
    padding: 80px 3%;
  }
}
#sec03 .last_leftback {
  width: 30%;
}
#sec03 .last_rightback {
  margin-top: -52%;
}
#sec03 .scene_last {
  margin: 200px auto 230px;
}
@media screen and (max-width: 768px) {
  #sec03 .scene_last {
    margin: 120px auto 30%;
  }
}

@media screen and (min-width: 769px) {
  #sec05 .brand {
    font-size: 1.25vw;
    line-height: 1;
  }
}
#sec05 .scene_last_B {
  margin: 36% auto;
}
@media screen and (min-width: 769px) {
  #sec05 .scene_last_B {
    margin: 230px auto;
  }
}
#sec05 .scene_ja_title {
  margin: 88% auto 0;
}
@media screen and (min-width: 769px) {
  #sec05 .scene_ja_title {
    margin: 525px auto 0 45px;
  }
}

#sec04 .suriko_area, #sec05 .suriko_area {
  display: none;
}
#sec04 .scene_dis, #sec05 .scene_dis {
  color: #A4DA85;
}
#sec04 .num, #sec05 .num {
  color: #A4DA85;
}
@media screen and (min-width: 769px) {
  #sec04 .brand, #sec05 .brand {
    color: #7ed14f;
  }
}
#sec04 .scene_ja_title p, #sec05 .scene_ja_title p {
  background-color: #A4DA85;
}
#sec04 .code_scroll, #sec05 .code_scroll {
  background-color: #A4DA85;
}
#sec04 .code_dis, #sec05 .code_dis {
  background-color: #A4DA85;
}
#sec04 .scrolling-text-container, #sec05 .scrolling-text-container {
  color: #A4DA85;
}
#sec04 .code_area .scrolling-text-container, #sec05 .code_area .scrolling-text-container {
  color: #52464E;
}
#sec04 .suriko_text, #sec05 .suriko_text {
  color: #A4DA85;
}
#sec04 .cre_title_suriko, #sec05 .cre_title_suriko {
  color: #A4DA85;
}
#sec04 .en_text, #sec05 .en_text {
  color: #A4DA85;
}
@media screen and (min-width: 769px) {
  #sec04 .scene_last, #sec05 .scene_last {
    margin: 200px auto 230px;
  }
}

#sec04 .en_text {
  margin: -15% auto -7% 5%;
  text-align: left;
}
#sec04 .last_leftback {
  margin-left: auto;
  width: 40%;
}
@media screen and (min-width: 769px) {
  #sec04 .last_leftback {
    width: 42%;
  }
}
#sec04 .last_rightback {
  margin-right: auto;
  margin-top: -67%;
  margin-left: 0;
}

/* suriko_iconをゆらゆら揺らすためのキーフレームアニメーション */
@keyframes sway {
  0%, 100% {
    transform: rotate(-15deg); /* 左の傾きからスタート/終了 */
  }
  50% {
    transform: rotate(10deg); /* 右に5度傾ける */
  }
}
/* 汎用マスクアニメーション */
.mask-anim-wrapper {
  position: relative; /* coverの位置基準 */
  overflow: hidden;
  display: block;
}

.mask-anim-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #EDB6D2; /* テキストの背景色と同じ */
  transform-origin: left; /* 左を基点に変形 */
}

/* PC用 左右固定背景 */
.fixed-bg {
  opacity: 0; /* 初期状態は非表示 */
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}

.fixed-bg__set {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.8s ease;
}

.fixed-bg__set.is-active {
  opacity: 1;
}

.fixed-bg__left,
.fixed-bg__right {
  position: fixed;
  top: 0;
  width: 20px;
  height: 100vh;
  z-index: -1;
}

.fixed-bg__left img,
.fixed-bg__left img,
.fixed-bg__right img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* アスペクト比を保ったまま要素を埋める */
}

.fixed-bg__left {
  left: 0;
}

.fixed-bg__right {
  right: 0;
}

/* is-visibleクラスが付与されたら表示 */
.fixed-bg.is-visible {
  opacity: 1;
  visibility: visible;
}

.fixed_text_pc {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
  color: #DA94B8;
  transition: color 0.5s ease; /* 色の切り替えを滑らかに */
  font-family: "ogg", sans-serif;
  font-weight: 500;
  font-style: normal;
  pointer-events: none; /* Prevent clicks on the container */
}
.fixed_text_pc.is-scene-3 {
  color: #87C9BD;
}
.fixed_text_pc.is-scene-4 {
  color: #7ed14f;
}
.fixed_text_pc .fixed_text_pc__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0; /* is-activeが付与されると1になる */
  visibility: hidden; /* is-activeが付与されるとvisibleになる */
  transition: opacity 0.5s ease;
}
.fixed_text_pc .fixed_text_pc__content.is-active {
  opacity: 1;
  visibility: visible;
}
.fixed_text_pc {
  opacity: 0; /* Make it invisible initially */
  transition: opacity 0.5s ease; /* Add a fade transition */
}
.fixed_text_pc .pagetop {
  width: 60px;
  position: absolute;
  right: 50px;
  bottom: 30px;
  pointer-events: auto; /* Allow clicks on the pagetop link */
}
.fixed_text_pc .title_header {
  font-size: 15px;
  top: 30px;
  left: 50px;
  position: absolute;
}
.fixed_text_pc .title_header span {
  font-size: 12px;
}
.fixed_text_pc .scene_num_pc {
  font-size: 35px;
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translate(0%, -50%);
  line-height: 1;
  font-family: "ogg", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.fixed_text_pc .scene_num_pc span {
  font-family: "ogg", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
}/*# sourceMappingURL=style.css.map */