@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  display: flex;
  flex-direction: column;
  scrollbar-gutter: stable;
}

body {
  position: relative;
  font-family: "iroha-21popura-stdn", sans-serif;
  font-size: 16px;
  color: #000000;
  margin: 0;
  padding: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background-color: #FADCE9;
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -2;
  background-image: url(../img/aurora_pc.webp), linear-gradient(45deg, #fff3c4 0%, #ffc1da 40%, #e2c9ff 60%, #b3f3fb 100%);
  background-size: cover, cover;
  background-position: center top, center center;
  background-repeat: repeat, repeat;
}
@media (max-width: 991px) {
  body::before {
    background-image: url(../img/aurora_sp.webp), linear-gradient(65deg, #fff3c4 0%, #ffc1da 40%, #e2c9ff 60%, #b3f3fb 100%);
  }
}
@media (max-width: 575px) {
  body::before {
    background-image: url(../img/aurora_sp.webp), linear-gradient(75deg, #fff3c4 0%, #ffc1da 50%, #e2c9ff 70%, #b3f3fb 100%);
    background-size: 100%, cover;
  }
}
body::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../img/parts_pc_large.webp);
  background-size: 2100px;
  background-position: center 80px;
  background-repeat: no-repeat;
}
@media (max-width: 1399px) {
  body::after {
    background-image: url(../img/parts_pc.webp);
    background-size: 100%;
  }
}
@media (max-width: 991px) {
  body::after {
    background-image: url(../img/parts_tab.webp);
    background-position: center top;
  }
}
@media (max-width: 575px) {
  body::after {
    background-image: url(../img/parts_sp.webp);
  }
}

main {
  min-height: 1px;
  position: relative;
  padding-bottom: 0px;
}
@media (max-width: 767px) {
  main {
    padding-bottom: 60px;
  }
}

.lineup_wrap {
  position: relative;
}
.lineup_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../img/bg_side.png);
  background-position: center top;
  background-repeat: repeat-y;
}

footer {
  margin-top: auto;
}

p,
li,
dt,
dd {
  line-height: 1.6;
}

a {
  text-decoration: none;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.8;
}

a:focus:not(:focus-visible) {
  outline: none;
  box-shadow: none;
}

ul {
  list-style: none;
  padding-left: 0;
}

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

iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  border: none;
}

:root {
  scroll-behavior: auto !important;
}

/*MOVIE*/
.movie_area {
  max-width: 420px;
  margin: 50px auto 40px;
}
@media screen and (max-width: 768px) {
  .movie_area {
    padding: 3px;
    margin: 30px auto;
  }
}

.youtube_player_wrap {
  overflow: hidden;
  border: 6px solid rgba(255, 255, 255, 0.6705882353);
  max-width: 560px;
  width: 100%;
  overflow: hidden;
}
.youtube_player_wrap iframe {
  aspect-ratio: 9/16;
}

@media (min-width: 576px) and (max-width: 767px) {
  .container {
    max-width: 98%;
  }
}

.inner {
  width: min(94%, 1400px);
  margin: 0 auto 100px;
}
@media (max-width: 767px) {
  .inner {
    margin-bottom: 10%;
  }
}
.inner .inner-content {
  border: 24px solid transparent;
  border-image-source: url(../img/glitter.png);
  border-image-slice: 66;
  border-image-repeat: round;
  box-sizing: border-box;
  padding: 0;
  border-image-outset: 10px;
}
@media (max-width: 767px) {
  .inner .inner-content {
    border: 10px solid transparent;
    border-image-source: url(../img/glitter.png);
    border-image-slice: 40;
    border-image-repeat: round;
    box-sizing: border-box;
    padding: 0;
    border-image-outset: 4px;
  }
}

.kvarea {
  padding: 240px 0 170px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.kvarea .kvread {
  padding-top: 48px;
  margin: 0 auto;
}
@media (max-width: 1399px) {
  .kvarea {
    padding: calc(80px + 8.5%) 0 8.5%;
  }
  .kvarea h1 img {
    width: 45%;
  }
  .kvarea .kvread {
    padding-top: 1.2%;
    width: 38%;
  }
}
@media (max-width: 991px) {
  .kvarea {
    padding: 18% 0;
  }
  .kvarea h1 img {
    width: 70%;
  }
  .kvarea .kvread {
    padding-top: 6%;
    width: 60%;
  }
}
@media (max-width: 575px) {
  .kvarea {
    padding: 30% 0;
  }
  .kvarea h1 img {
    width: 90%;
  }
  .kvarea .kvread {
    padding-top: 4%;
    width: 88%;
  }
}
.kvarea .items {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
}
.kvarea .items p {
  position: absolute;
  z-index: -1;
}
.kvarea .items .items-l1 {
  left: calc(50% - 845px);
  top: 138px;
}
.kvarea .items .items-l2 {
  left: calc(50% - 667px);
  top: 272px;
}
.kvarea .items .items-r1 {
  right: calc(50% - 600px);
  top: 458px;
}
.kvarea .items .items-r2 {
  right: calc(50% - 830px);
  top: 380px;
}
@media (max-width: 1399px) {
  .kvarea .items .items-l1 {
    width: 6.5vw;
    left: 5.8vw;
    top: calc(80px + 3.5vw);
  }
  .kvarea .items .items-l2 {
    width: 11vw;
    left: 14.5vw;
    top: calc(80px + 10vw);
  }
  .kvarea .items .items-r1 {
    width: 14vw;
    right: 18.6vw;
    top: calc(80px + 20vw);
  }
  .kvarea .items .items-r2 {
    width: 7.5vw;
    right: 7vw;
    top: calc(80px + 15vw);
  }
}
@media (max-width: 991px) {
  .kvarea .items .items-l1 {
    width: 10.8vw;
    left: 11.5vw;
    top: 3.9vw;
  }
  .kvarea .items .items-l2 {
    width: 18vw;
    left: 3.5vw;
    top: 36vw;
  }
  .kvarea .items .items-r1 {
    width: 24vw;
    right: 2.5vw;
    top: 61vw;
  }
  .kvarea .items .items-r2 {
    width: 13vw;
    right: 4.5vw;
    top: 34.8vw;
  }
}
@media (max-width: 575px) {
  .kvarea .items .items-l1 {
    width: 12vw;
    left: 3vw;
    top: 56vw;
  }
  .kvarea .items .items-l2 {
    width: 20vw;
    left: 14vw;
    top: 9.5vw;
  }
  .kvarea .items .items-r1 {
    width: 28vw;
    right: 6.5vw;
    top: 92vw;
  }
  .kvarea .items .items-r2 {
    width: 14vw;
    right: 3vw;
    top: 51.8vw;
  }
}
.kvarea h1 img {
  max-width: 800px;
  animation: pikopiko-bounce 2.5s infinite ease-in-out;
}

.items .piko {
  animation: pikopiko 4s infinite;
}
.items .items-l1 .piko {
  animation-delay: 0.5s;
}
.items .items-l2 .piko {
  animation-delay: 2.5s;
}
.items .items-r1 .piko {
  animation-delay: 1.5s;
}
.items .items-r2 .piko {
  animation-delay: 3.5s;
}

@keyframes pikopiko-bounce {
  0% {
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(-3px, -2px) rotate(-3deg) scale(1);
  }
  40% {
    transform: translate(3px, -1px) rotate(3deg) scale(1);
  }
  55% {
    /* 溜め */
    transform: translate(0, 3px) rotate(0deg) scale(0.98);
  }
  68% {
    /* 左へちょいステップ（-20px, -8px → -10px, -4px に軽減） */
    transform: translate(-10px, -4px) rotate(-10deg) scale(1.03);
  }
  78% {
    /* 中央クッション */
    transform: translate(0, 2px) rotate(0deg) scale(0.98);
  }
  88% {
    /* 右へちょいステップ（20px, -8px → 10px, -4px に軽減） */
    transform: translate(10px, -4px) rotate(10deg) scale(1.03);
  }
  100% {
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
}
@keyframes pikopiko {
  0%, 10% {
    transform: rotate(0deg);
  }
  13% {
    transform: rotate(-10deg);
  }
  16% {
    transform: rotate(8deg);
  }
  19% {
    transform: rotate(-4deg);
  }
  22% {
    transform: rotate(2deg);
  }
  25%, 100% {
    transform: rotate(0deg);
  }
}
.inner h2 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 32px;
  position: relative;
  z-index: 2;
  line-height: 1;
}
@media (max-width: 575px) {
  .inner h2 {
    margin-bottom: 4%;
  }
}
.inner h2 img {
  width: auto;
  margin-top: -108px;
}
@media (max-width: 1399px) {
  .inner h2 img {
    width: 80%;
    margin-top: -102px;
  }
}
@media (max-width: 767px) {
  .inner h2 img {
    margin-top: -64px;
  }
}
@media (max-width: 575px) {
  .inner h2 img {
    margin-top: -54px;
  }
}
.inner h3 {
  text-align: center;
  margin: 0 auto;
  padding: 10px 0;
}
@media (max-width: 575px) {
  .inner h3 {
    width: 40%;
  }
}

.read_area {
  display: flex;
  width: clamp(62%, 94% - (100vw - 991px) * 0.9, 100%);
  margin: 0 auto;
  justify-content: center;
}
.read_area .read_img {
  width: auto;
  max-width: 320px;
}
.read_area .read_txt {
  width: auto;
  padding-left: 40px;
  display: flex;
  align-items: center;
  text-align: left;
  font-size: 24px;
  font-family: "iroha-21popura-stdn", "iroha-24matu-stdn", sans-serif;
  color: #282828;
  font-weight: 600;
  line-height: 1.7;
}
@media (max-width: 991px) {
  .read_area {
    width: 94%;
  }
  .read_area .read_txt {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .read_area {
    display: block;
    text-align: center;
  }
  .read_area .read_img {
    width: 50%;
    margin-top: -20px;
    margin: 0 auto;
  }
  .read_area .read_txt {
    text-align: center;
    margin-top: 4%;
    padding: 0;
  }
  .read_area .read_txt p {
    font-size: 18px;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .read_area .read_img {
    margin-top: -10px;
  }
  .read_area .read_txt p {
    font-size: 14px;
  }
}

.lineup01 {
  position: relative;
  padding-bottom: 30px;
  z-index: 500;
}
.lineup01 .inner {
  background: #ebe3ff url(../img/lineup01_bg.png) no-repeat;
  background-position: right 10% top 50px;
  border-radius: 2px;
  box-shadow: 0 0 40px 0 rgba(206, 177, 255, 0.9);
}
@media (max-width: 1199px) {
  .lineup01 .inner {
    background-size: 16%;
  }
}
@media (max-width: 991px) {
  .lineup01 .inner {
    background-size: 18%;
  }
}
@media (max-width: 767px) {
  .lineup01 .inner {
    box-shadow: 0 0 20px 0 rgba(206, 177, 255, 0.9);
    background-position: right 5% top 30px;
    background-size: 24%;
  }
}

.lineup02 {
  position: relative;
  padding-bottom: 30px;
  z-index: 500;
}
.lineup02 .inner {
  background-color: #d7f1ff;
  border-radius: 2px;
  box-shadow: 0 0 40px 0 rgba(165, 223, 255, 0.9);
}
@media (max-width: 767px) {
  .lineup02 .inner {
    box-shadow: 0 0 20px 0 rgba(165, 223, 255, 0.9);
  }
}

.form-wrap {
  padding: 0px 30px 20px;
  margin-bottom: 60px;
  border-radius: 30px;
}
@media (max-width: 575px) {
  .form-wrap {
    margin: 0px auto 32px;
    max-width: 96%;
    padding: 0 0 20px;
  }
}
.form-wrap .tab-content {
  margin: 0 auto;
  overflow-x: hidden;
  animation: fadeIn 0.5s ease-in;
  padding: 8px;
  position: relative;
  box-sizing: border-box;
}
.form-wrap .tab-content > * {
  position: relative;
  z-index: 1;
}
.form-wrap .tab-content h2 {
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  padding: 10px 0;
}
@media (max-width: 767px) {
  .form-wrap .tab-content h2 {
    padding: 8px 0 0;
    font-size: 30px;
  }
}
.form-wrap .tab-content h3 {
  font-size: 34px;
  font-weight: normal;
}
@media (max-width: 575px) {
  .form-wrap .tab-content h3 {
    font-size: 22px;
    padding-top: 10px;
  }
}

.goods-wrap .StyleF_Frame_ {
  display: flex;
  flex-wrap: wrap;
  z-index: 1;
  position: relative;
  font-family: "iroha-21popura-stdn", "iroha-24matu-stdn", sans-serif;
  gap: 15px;
}
@media (max-width: 991px) {
  .goods-wrap .StyleF_Frame_ {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .goods-wrap .StyleF_Frame_ {
    gap: 12px;
  }
}
.goods-wrap .StyleF_Item_ {
  width: calc((100% - 45px) / 4);
  padding: 15px;
  background: #ffffff;
  z-index: 1;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .goods-wrap .StyleF_Item_ {
    width: calc((100% - 40px) / 3);
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .goods-wrap .StyleF_Item_ {
    width: calc((100% - 12px) / 2);
  }
}
.goods-wrap .StyleF_Item_:has(img[src*=cart_s]) .price_:before, .goods-wrap .StyleF_Item_:has(img[src*=reserved_s]) .price_:before, .goods-wrap .StyleF_Item_:has(.reservation_) .price_:before, .goods-wrap .StyleF_Item_:has(.order_) .price_:before {
  content: "在庫あり";
  color: #e06387;
}
.goods-wrap .StyleF_Item_ img {
  display: block;
  margin-inline: auto;
}
.goods-wrap .StyleF_Item_ .img_ img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
}
.goods-wrap .StyleF_Item_ .name_ {
  margin: 1rem 0;
  color: #000000;
}
.goods-wrap .StyleF_Item_ .name_ a {
  text-decoration: none;
}
@media (max-width: 767px) {
  .goods-wrap .StyleF_Item_ .name_ {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .goods-wrap .StyleF_Item_ .name_ {
    font-size: 12px;
    line-height: 1.4;
  }
}
.goods-wrap .StyleF_Item_ .goods_name_ {
  color: #000000;
}
.goods-wrap .StyleF_Item_ .price_ {
  display: flex;
  flex-direction: column;
  text-align: right;
  margin-top: auto;
  font-weight: 600;
}
@media (min-width: 1120px) {
  .goods-wrap .StyleF_Item_ .price_ {
    display: block;
    position: relative;
    font-size: 1.2em;
  }
}
@media (max-width: 767px) {
  .goods-wrap .StyleF_Item_ .price_ {
    font-size: 16px;
  }
}
.goods-wrap .StyleF_Item_ .price_:before {
  content: "在庫なし";
  text-align: left;
  font-weight: 400;
  font-size: 14px;
  color: #aaa;
  margin-bottom: 2px;
}
.goods-wrap .StyleF_Item_ .cart_,
.goods-wrap .StyleF_Item_ .rdt_,
.goods-wrap .StyleF_Item_ .comment_ {
  display: none;
}
.goods-wrap .StyleF_Item_ .resale_request {
  text-align: center;
}
.goods-wrap .StyleF_Item_ .pre_sales_ {
  margin-top: 5px;
}
@media (max-width: 767px) {
  .goods-wrap .StyleF_Item_ .pre_sales_ {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .goods-wrap .StyleF_Item_ .pre_sales_ {
    font-size: 12px;
  }
}

footer {
  padding: 20px 0;
  text-align: center;
  background-color: rgba(129, 178, 204, 0.77);
}
@media (max-width: 991px) {
  footer {
    padding: 20px 0 18px;
  }
}
footer .link-pageup {
  position: fixed;
  z-index: 800;
  width: 50px;
  height: 50px;
  line-height: 45px;
  right: 40px;
  bottom: 20px;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  background: #e73377;
  border-radius: 100vmax;
  border: 2px solid #fff;
  transition: color 0.3s;
  z-index: 800;
}
@media (max-width: 991px) {
  footer .link-pageup {
    display: none !important;
  }
}
@media (any-hover: hover) {
  footer .link-pageup:hover {
    color: #fff;
  }
}
footer .copyright {
  display: block;
  text-align: center;
  color: #ffffff;
}
footer .movic-f {
  max-width: 120px;
}
@media (max-width: 575px) {
  footer .movic-f {
    max-width: 90px;
  }
}

html {
  scrollbar-gutter: stable;
}

header {
  background-color: #e73377;
  box-shadow: 10px 10px 16px rgba(224, 171, 186, 0.8235294118);
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  header {
    height: 70px;
    padding: 0 15px;
    position: fixed;
    top: auto;
    bottom: 0;
    box-shadow: 20px -8px 5px rgba(224, 171, 186, 0.6588235294);
  }
  header::before {
    width: 25px;
    height: 25px;
    right: 5px;
    bottom: 5px;
  }
}
@media (max-width: 991px) {
  header.is-bottom {
    position: absolute;
    bottom: 70px;
  }
}
@media (max-width: 575px) {
  header.is-bottom {
    bottom: 64px;
  }
}
header::after {
  content: "";
  position: absolute;
  bottom: -26px;
  left: 0;
  width: 100%;
  height: 30px;
  background-image: url(../img/perl.png);
  background-repeat: repeat-x;
  background-size: 35px;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 991px) {
  header::after {
    content: "";
    position: absolute;
    bottom: 46px;
    left: 0;
    width: 100%;
    height: 30px;
    background-image: url(../img/perl.png);
    background-repeat: repeat-x;
    background-size: 26px;
    pointer-events: none;
    z-index: 1;
  }
}

/* ==========================================
   共通・ボタンの装飾（添付画像の雰囲気に合わせる場合）
   ========================================== */
.split-buttons {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px;
  flex-direction: row;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  justify-content: flex-end; /* ビーズストラップのみの際に追加 */
}
.split-buttons .nav-item {
  width: 100%;
  max-width: calc((100% - 20px) / 2);
}
@media (max-width: 991px) {
  .split-buttons {
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    top: 0;
    justify-content: center;
    padding: 8px 10px 0;
  }
  .split-buttons .nav-item {
    max-width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 575px) {
  .split-buttons {
    max-width: 360px;
  }
}

.btn-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  text-decoration: none;
  font-weight: bolder;
  color: #fff;
  text-shadow: 1px 1px 7px #ff7faf, 0 0 5px #ff88b5, 1px 1px 3px #ffddea !important;
  font-size: 24px;
  border: none;
  -webkit-tap-highlight-color: transparent;
}
.btn-link:link, .btn-link:visited, .btn-link:hover, .btn-link:focus, .btn-link:active {
  color: #fff !important;
}
.btn-link:hover {
  opacity: 1 !important;
  border: none;
}
.btn-link:active {
  opacity: 0.6 !important;
}
@media (hover: hover) and (pointer: fine) {
  .btn-link:hover {
    opacity: 0.6 !important;
  }
}
@media (max-width: 767px) {
  .btn-link {
    font-size: 18px;
  }
}
.btn-link::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("../img/sankaku.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 8px;
}
@media (max-width: 991px) {
  .btn-link::after {
    transform: rotate(180deg);
  }
}
@media (max-width: 575px) {
  .btn-link {
    font-size: 16px;
  }
}