@charset "UTF-8";
html {
  display: flex;
  flex-direction: column;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  min-height: 1px;
}

footer {
  margin-top: auto;
}

body {
  overflow-x: hidden;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 16px;
  color: #000000;
  background: #ffffff;
}
body:before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  background-image: radial-gradient(at 54% 31%, hsl(270, 29%, 83%) 0px, transparent 50%), radial-gradient(at 52% 71%, hsl(293, 25%, 79%) 0px, transparent 50%), radial-gradient(at 86% 85%, hsl(301, 24%, 74%) 0px, transparent 50%), radial-gradient(at 23% 81%, hsl(250, 31%, 78%) 0px, transparent 50%), radial-gradient(at 26% 16%, hsl(205, 60%, 80%) 0px, transparent 50%), radial-gradient(at 5% 56%, hsl(197, 59%, 80%) 0px, transparent 50%), radial-gradient(at 87% 31%, hsl(305, 29%, 77%) 0px, transparent 50%);
  height: 100vh;
  width: 100%;
  background-size: cover;
  position: fixed;
  z-index: -1;
}
body.js-no_scroll {
  overflow: hidden;
}
body.js-no_scroll:before {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
}

p {
  line-height: 1.6;
}

a {
  text-decoration: none;
  color: #ae9abb;
}
a:hover {
  text-decoration: none;
  opacity: 0.8;
  color: #1a0dab;
}
a.btn {
  text-decoration: none;
}

:focus,
button:focus {
  outline: none;
}

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

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

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

dl,
ol,
ul {
  padding: 0;
  margin: 0;
}

ol,
ul {
  list-style: none;
}

.kvbg {
  padding-top: 0px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .kvbg {
    padding-top: 16px;
  }
}
@media (max-width: 575px) {
  .kvbg {
    padding-bottom: 16px;
  }
}
.kvbg img {
  width: 100%;
  max-width: 1450px;
}

.maisnbg {
  background: url(../img/kirakirabg.png) repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
}
@media (max-width: 767px) {
  .maisnbg {
    background: url(../img/kirakirabgsp.png) repeat;
    background-size: contain;
  }
}

h2 {
  text-align: center;
  font-size: 74px;
  padding: 50px 0px 70px;
  color: #e586a9;
  position: relative;
  width: fit-content;
  margin: 0 auto;
  font-weight: bold;
}
@media (max-width: 767px) {
  h2 {
    font-size: 56px;
    border-bottom-width: 3px;
    padding: 32px 0px 50px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 40px;
  }
}
h2 span {
  font-size: 22px;
  display: table;
  margin: 0px auto 0;
  padding: 5px 10px 0px;
  color: #998c87;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  transform: rotate(0.05deg);
}
@media (max-width: 575px) {
  h2 span {
    font-size: 18px;
  }
}
h2::before, h2::after {
  content: "";
  position: absolute;
  top: 40%;
  width: 32px;
  height: 32px;
  background: url("../img/starpink.png") no-repeat center/contain;
  transform: translateY(-50%);
}
@media (max-width: 575px) {
  h2::before, h2::after {
    top: 36%;
  }
}
h2::before {
  left: -52px;
}
h2::after {
  right: -52px;
}
@media screen and (max-width: 768px) {
  h2::before, h2::after {
    width: 24px;
    height: 24px;
  }
  h2::before {
    left: -34px;
  }
  h2::after {
    right: -34px;
  }
}

.search_container {
  border: 8px solid;
  background-color: rgba(255, 246, 246, 0.7215686275);
  border: 7px solid #f9d1d7;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .search_container {
    border: 4px solid #f9d1d7;
  }
}
.search_container h3.hdg-section {
  font-weight: bold;
  text-align: center;
  font-size: 40px;
  width: fit-content;
  margin: 0 auto;
  color: #edb3c9;
  position: relative;
  padding: 35px 20px 40px;
}
@media screen and (max-width: 575px) {
  .search_container h3.hdg-section {
    font-size: 26px;
    border-bottom-width: 3px;
    padding: 16px 10px 20px;
  }
}
.search_container h3.hdg-section span {
  font-size: 18px;
  display: table;
  margin: 0px auto 0;
  padding: 5px 10px 0px;
  color: #edb3c9;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  transform: rotate(0.05deg);
}
@media (max-width: 575px) {
  .search_container h3.hdg-section span {
    font-size: 14px;
  }
}
.search_container .search_list_wrapper {
  padding: 0 30px 45px;
}
@media screen and (max-width: 768px) {
  .search_container .search_list_wrapper {
    padding: 0 30px 30px;
  }
}
@media (max-width: 575px) {
  .search_container .search_list_wrapper {
    padding: 0 10px 30px;
  }
}

ul.searchbtn_list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 35px;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  ul.searchbtn_list {
    gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  ul.searchbtn_list {
    gap: 15px;
  }
}
@media screen and (max-width: 575px) {
  ul.searchbtn_list {
    gap: 10px 15px;
  }
}
ul.searchbtn_list > li {
  width: calc((100% - 175px) / 6);
}
@media screen and (max-width: 991px) {
  ul.searchbtn_list > li {
    width: calc((100% - 60px) / 5);
  }
}
@media screen and (max-width: 768px) {
  ul.searchbtn_list > li {
    width: calc((100% - 45px) / 4);
  }
}
@media screen and (max-width: 575px) {
  ul.searchbtn_list > li {
    width: calc((100% - 30px) / 3);
  }
}
ul.searchbtn_list > li a.sortbtn {
  position: relative;
  display: block;
  color: #e9abc7;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  text-decoration: none;
  border-image-slice: 1;
  font-weight: bold;
  transform: rotate(0.05deg);
}
@media screen and (max-width: 768px) {
  ul.searchbtn_list > li a.sortbtn {
    font-size: 13px;
    line-height: 16px;
  }
}
@media (max-width: 575px) {
  ul.searchbtn_list > li a.sortbtn {
    font-size: 12px;
  }
}
ul.searchbtn_list > li a.sortbtn img {
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  ul.searchbtn_list > li a.sortbtn img {
    margin-bottom: 4px;
  }
}
ul.searchbtn_list > li a.sortbtn img:hover {
  opacity: 0.7;
  color: #ffffff;
}
ul.searchbtn_list > li a.sortbtn img:hover::before {
  animation: shine 0.7s;
}

.js-sort-clear {
  text-align: center;
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  .js-sort-clear {
    margin: 30px auto 0;
  }
}

a.linkbtn {
  display: inline-block;
  color: #ffffff;
  background-image: linear-gradient(131deg, #bbb2e3 47%, #d4cee9);
  min-width: 160px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  padding: 15px 30px;
  border-radius: 50px;
  margin: 0 auto;
  display: table;
}
@media screen and (max-width: 768px) {
  a.linkbtn {
    font-size: 14px;
    padding: 12px 20px;
  }
}
a.linkbtn:hover {
  opacity: 0.6;
}
a.linkbtn .ggico.cancel,
a.linkbtn .ggico.undo,
a.linkbtn .ggico.search {
  transform: rotate(0.05deg);
  display: inline-block;
  font-family: "M PLUS Rounded 1c", sans-serif;
  position: relative;
}
a.linkbtn .ggico.cancel::before, a.linkbtn .ggico.cancel::before,
a.linkbtn .ggico.undo::before,
a.linkbtn .ggico.undo::before,
a.linkbtn .ggico.search::before,
a.linkbtn .ggico.search::before {
  position: absolute;
  top: calc(50% + 1px);
  left: 0;
  transform: translateY(-50%);
}
a.linkbtn .ggico.cancel {
  padding-left: 1.5em;
}
a.linkbtn .ggico.search {
  padding-left: 1.8em;
}
a.linkbtn .ggico.search::before {
  content: "\e8b6";
  font-family: "Material Symbols Outlined";
  font-size: 1.4em;
}

.slide-image {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -1;
  transform: translateY(100%); /* 初期状態：画面外下に配置 */
  transition: transform 0.8s ease;
  z-index: -1;
}

.slide-image.show {
  transform: translateY(0); /* アニメーション後：画面内に表示 */
}

@media (min-width: 578px) and (max-width: 991px) {
  .container {
    max-width: 90%;
  }
}

footer .link-pageup {
  position: fixed;
  right: 40px;
  bottom: 20px;
  font-size: 20px;
  color: #ec76a2;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #ffffff;
  border: 2px solid #ffffff;
  background: #ec76a2;
  text-decoration: none;
  border-radius: 100vmax;
  transition: opacity 0.3s;
  z-index: 100;
}
@media (max-width: 991px) {
  footer .link-pageup {
    right: 10px;
    bottom: 10px;
  }
}
footer .link-pageup:hover {
  opacity: 0.7;
}
footer .copyright {
  display: block;
  text-align: center;
  color: #ec76a2;
  font-weight: 600;
  transform: rotate(0.05deg);
}

header .img-logo {
  display: block;
  width: 30vw;
  max-width: 136px;
}
@media (max-width: 575px) {
  header .img-logo {
    margin-left: 10px;
  }
}

.modal-backdrop {
  z-index: 1;
}

header .navbar {
  z-index: 2;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100vw;
  padding: 16px 0;
  background-color: #ec76a2;
  background-color: #ec76a2;
}
@media (max-width: 575px) {
  header .navbar {
    padding: 14px 0;
  }
}
header .navbar .container {
  justify-content: center;
}
@media (min-width: 576px) and (max-width: 991px) {
  header .navbar .container {
    max-width: 100%;
  }
}

.nav-tabs {
  top: 0;
  z-index: 2;
  gap: 4px;
}
.nav-tabs .nav-item {
  width: calc((100% - 8px) / 3);
}
.nav-tabs .nav-link {
  font-size: 24px;
  text-align: center;
  font-weight: 600;
  text-decoration: none;
  background-color: #ffc0d5;
  border-radius: 20px 20px 0 0;
  color: #ffffff;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  justify-content: center;
  align-items: center;
  height: 76px;
  padding: 0px 20px;
}
@media (max-width: 991px) {
  .nav-tabs .nav-link {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .nav-tabs .nav-link {
    transform: rotate(0.05deg);
    font-size: 2.6vw;
  }
}
@media (max-width: 575px) {
  .nav-tabs .nav-link {
    height: 52px;
    font-size: 3.4vw;
    padding: 0px 2px;
  }
}
.nav-tabs .nav-link a {
  transform: rotate(0.05deg);
}
.nav-tabs .nav-link.active {
  background-color: #ec76a2;
  border-radius: 20px 20px 0 0;
  border-bottom: none;
  border: none;
  color: #ffffff;
  text-shadow: none;
  font-weight: 600;
  font-size: 24px;
}
@media (max-width: 991px) {
  .nav-tabs .nav-link.active {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .nav-tabs .nav-link.active {
    font-size: 2.6vw;
  }
}
@media (max-width: 575px) {
  .nav-tabs .nav-link.active {
    font-size: 3.4vw;
  }
}
.nav-tabs .nav-link:hover {
  opacity: 1;
}

.tab-content {
  font-family: "M PLUS Rounded 1c", sans-serif;
  background-color: rgba(236, 118, 162, 0.9490196078);
  border-top: none;
  border-radius: 0 0 20px 20px;
  margin-bottom: 100px;
}

.section-item {
  margin-top: 50px;
}
.section-item h3.hdg-sort {
  color: #ffffff;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: center;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .section-item h3.hdg-sort {
    font-size: 18px;
    margin: 16px auto 20px;
  }
}
.section-item h3.hdg-sort::before {
  content: "";
  display: block;
  padding-top: 90px;
  margin-top: -90px;
}
.section-item h3.hdg-sort > span {
  transform: rotate(0.05deg);
  background: linear-gradient(140deg, #f78dd4, #a39acf, #6482e0);
  color: #ffffff;
  width: 320px;
  display: block;
  margin: 0 auto;
  letter-spacing: 0.05em;
  padding: 12px 29px;
  z-index: 1;
  display: inline-block;
  clip-path: polygon(6% 0%, 94% 0, 100% 30%, 100% 70%, 94% 100%, 6% 100%, 0% 70%, 0% 30%);
  position: relative;
}
@media (max-width: 575px) {
  .section-item h3.hdg-sort > span {
    width: 260px;
    font-size: 16px;
    letter-spacing: 0;
    padding: 12px 26px;
  }
}
.section-item h3.hdg-sort > span::before, .section-item h3.hdg-sort > span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 18px;
  height: 18px;
  background: url("../img/star.png") no-repeat center center/contain;
  transform: translateY(-50%);
}
.section-item h3.hdg-sort > span::before {
  left: 20px;
}
.section-item h3.hdg-sort > span::after {
  right: 20px;
}
@media (max-width: 575px) {
  .section-item h3.hdg-sort > span {
    padding-left: 26px;
    padding-right: 26px;
  }
  .section-item h3.hdg-sort > span::before, .section-item h3.hdg-sort > span::after {
    width: 14px;
    height: 14px;
  }
  .section-item h3.hdg-sort > span::before {
    left: 20px;
  }
  .section-item h3.hdg-sort > span::after {
    right: 20px;
  }
}
.section-item .stock {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: bold;
  font-size: 16px;
  transform: rotate(0.05deg);
}
@media (max-width: 767px) {
  .section-item .stock {
    font-size: 14px;
  }
}

.StyleF_Frame_ {
  display: flex;
  flex-wrap: wrap;
  z-index: 1;
  position: relative;
  gap: 15px;
  padding-bottom: 30px;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.8s ease-out 0.2s forwards;
}
@media (max-width: 991px) {
  .StyleF_Frame_ {
    gap: 10px;
    margin: 0 10px;
  }
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.StyleF_Item_ {
  width: calc((100% - 45px) / 4);
  padding: 15px;
  background: #fff;
  border-radius: 8px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (max-width: 991px) {
  .StyleF_Item_ {
    width: calc((100% - 20px) / 3);
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .StyleF_Item_ {
    width: calc((100% - 10px) / 2);
  }
}
.StyleF_Item_ img {
  display: block;
  margin-inline: auto;
}
.StyleF_Item_ .name_ {
  transform: rotate(0.05deg);
  margin: 1rem 0;
  text-decoration: none;
  font-weight: bold;
}
.StyleF_Item_ .name_ a {
  text-decoration: none !important;
  transform: rotate(0.05deg);
}
@media (max-width: 767px) {
  .StyleF_Item_ .name_ {
    font-size: 14px;
    color: #ae9abb;
    font-weight: bold;
  }
}
@media (max-width: 575px) {
  .StyleF_Item_ .name_ {
    font-size: 12px;
    line-height: 1.4;
  }
}
.StyleF_Item_ .goods_name_ {
  transform: rotate(0.05deg);
  color: #ae9abb;
  font-weight: 600;
}
.StyleF_Item_ .price_ {
  transform: rotate(0.05deg);
  margin-bottom: 10px;
  text-align: right;
  font-size: 1em;
  color: #606060;
}
@media (max-width: 767px) {
  .StyleF_Item_ .price_ {
    font-size: 15px;
  }
}
.StyleF_Item_ .cart_ {
  margin-top: auto;
}
.StyleF_Item_ .cart_ .cart_btn_ {
  display: block;
  width: 100%;
  padding: 4px 0;
  text-align: center;
  font-weight: 800;
  letter-spacing: 0.07em;
  color: #fff;
  border-radius: 10px;
  border: 0;
}
@media (max-width: 767px) {
  .StyleF_Item_ .cart_ .cart_btn_ {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    height: 38px;
  }
}
@media (max-width: 575px) {
  .StyleF_Item_ .cart_ .cart_btn_ {
    font-size: 13px;
    height: 37.5px;
  }
}
.StyleF_Item_ .cart_ .order_ {
  background-color: #de729a;
}
.StyleF_Item_ .cart_ .reservation_ {
  background-color: #9fd7e7;
}
.StyleF_Item_ .cart_ .sold_out_ {
  background: #d4d4d4;
}
.StyleF_Item_ .cart_ .closed_ {
  background: #d4d4d4;
}
.StyleF_Item_ .pre_sales_ {
  transform: rotate(0.05deg);
}
.StyleF_Item_ .rdt_,
.StyleF_Item_ .comment_ {
  display: none;
}

.resale_request {
  text-align: center;
}

.resale_request a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #b6a2c4;
  text-decoration: none;
  color: #ffffff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 20px;
  letter-spacing: 0.06em;
  font-weight: bold;
  transform: rotate(0.05deg);
  border-radius: 10px;
  padding: 6px 0 8px;
  height: 48.05px;
  max-width: 240px;
  margin: 0 auto;
}
@media (max-width: 1267px) {
  .resale_request a {
    height: 3.45vw;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .resale_request a {
    font-size: 1.8vw;
    height: 4.3vw;
  }
}
@media (max-width: 767px) {
  .resale_request a {
    font-size: 15px;
    height: 38px;
  }
}
@media (max-width: 575px) {
  .resale_request a {
    font-size: 13px;
    height: 37.5px;
  }
}