@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;
}

a {
  text-decoration: none !important;
  text-decoration-line: none !important;
}

body {
  overflow-x: hidden;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #696363;
  background: #facbed;
}
body::after {
  content: "";
  background: url(../img/bg.webp);
  background-size: cover;
  box-sizing: border-box;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0vw;
  left: 0vw;
  z-index: -2;
  background-position: center top;
}
@media (max-width: 575px) {
  body::after {
    background: url(../img/bgsp.webp);
    background-size: cover;
    font-size: 14px;
  }
}
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);
}

main {
  margin-top: 70px;
}
@media (max-width: 575px) {
  main {
    margin-top: 50px;
  }
}

p {
  line-height: 1.6;
}

a {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
  opacity: 0.8;
}
a.btn {
  text-decoration: none;
}

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

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

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

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

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

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

.inner {
  width: min(90%, 1300px);
  margin-inline: auto;
  box-sizing: border-box;
}

.kvarea {
  background-size: cover;
  padding: 150px 10px 220px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media (max-width: 575px) {
  .kvarea {
    padding: 150px 10px 68px;
  }
}
.kvarea .lead-area .lead-title {
  font-size: clamp(1.875rem, 1.101rem + 2.95vw, 3.313rem);
  font-weight: 800;
  line-height: 1.2;
  color: #6b5b5b;
}
.kvarea .lead-area p {
  font-size: clamp(1.125rem, 0.923rem + 0.77vw, 1.5rem);
  letter-spacing: 0.03em;
}
.kvarea .pikupuku .poku {
  position: absolute;
  width: 120px;
  height: 120px;
  background: url("../img/poku.png") no-repeat center/contain;
  opacity: 0;
  animation: pukuIn 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
.kvarea .pikupuku .poku:nth-child(1) {
  top: 6%;
  left: 20%;
  width: 40px;
  height: 40px;
  animation-delay: 0.2s;
}
@media (max-width: 767px) {
  .kvarea .pikupuku .poku:nth-child(1) {
    top: 9%;
    left: 13%;
    width: 30px;
    height: 30px;
  }
}
.kvarea .pikupuku .poku:nth-child(2) {
  top: 25%;
  right: 12%;
  width: 38px;
  height: 38px;
  animation-delay: 0.5s;
  transform: rotate(15deg);
}
@media (max-width: 767px) {
  .kvarea .pikupuku .poku:nth-child(2) {
    top: 24%;
    right: 3%;
    width: 27px;
    height: 27px;
  }
}
.kvarea .pikupuku .poku:nth-child(3) {
  bottom: 20%;
  left: 15%;
  width: 80px;
  height: 80px;
  animation-delay: 0.8s;
  transform: rotate(-10deg);
}
@media (max-width: 767px) {
  .kvarea .pikupuku .poku:nth-child(3) {
    bottom: 26%;
    left: 9%;
    width: 42px;
    height: 42px;
  }
}
.kvarea .pikupuku .poku:nth-child(4) {
  bottom: 11%;
  right: 18%;
  width: 60px;
  height: 60px;
  animation-delay: 1.1s;
}
@media (max-width: 767px) {
  .kvarea .pikupuku .poku:nth-child(4) {
    bottom: 5%;
    right: 11%;
  }
}

@keyframes pukuIn {
  0% {
    transform: scale(0) rotate(-10deg);
    opacity: 0;
  }
  70% {
    transform: scale(1.1) rotate(5deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }
}
h1 img {
  max-width: 600px;
  width: 76%;
  padding-bottom: 30px;
  animation: float-anim 4s ease-in-out infinite;
  z-index: 2;
  position: relative;
}
@media (max-width: 575px) {
  h1 img {
    padding-bottom: 8px;
  }
}

@keyframes float-anim {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
.point-sec {
  position: relative;
  background-color: hsla(0, 0%, 100%, 0.68);
  padding-bottom: 20px;
  margin-bottom: 60px;
}
.point-sec h2 {
  position: relative;
  font-family: "omnes-pro", sans-serif;
  color: #a6d8f5;
  text-shadow: 1px 4px 2px #6cb9e5;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 68px;
  padding: 28px 0;
  font-weight: bolder;
  letter-spacing: 0.03em;
}
@media (max-width: 575px) {
  .point-sec h2 {
    font-size: 40px;
  }
}
.point-sec h2 span {
  display: block;
  font-size: 22px;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  text-shadow: none;
  color: #82c9f1;
  font-weight: bold;
}
@media (max-width: 575px) {
  .point-sec h2 span {
    font-size: 16px;
  }
}
.point-sec h2::before, .point-sec h2::after {
  content: "";
  position: absolute;
  width: 34px;
  height: 34px;
  background: url(../img/h2kirakira.png) center center no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -8px;
}
@media (max-width: 767px) {
  .point-sec h2::before, .point-sec h2::after {
    margin-top: -5px;
    width: 24px;
    height: 24px;
  }
}
.point-sec h2::before {
  left: -60px;
}
@media (max-width: 575px) {
  .point-sec h2::before {
    left: -22px;
  }
}
.point-sec h2::after {
  right: -60px;
}
@media (max-width: 575px) {
  .point-sec h2::after {
    right: -22px;
  }
}
.point-sec .point-area {
  padding: 80px 0;
  background: radial-gradient(circle at 20% 30%, #fff 0%, #ffddeb 100%);
}
.point-sec .point-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  margin-bottom: 30px;
  justify-content: center;
}
@media (min-width: 768px) {
  .point-sec .point-row {
    flex-direction: row;
    align-items: center;
    gap: 80px;
    margin-bottom: 48px;
  }
  .point-sec .point-row.reverse {
    flex-direction: row-reverse;
  }
  .point-sec .point-row .point-visual {
    width: 50%;
    max-width: 500px;
  }
  .point-sec .point-row .point-text {
    min-width: 355px;
  }
}
@media (max-width: 575px) {
  .point-sec .point-row {
    align-items: flex-start;
    text-align: center;
  }
  .point-sec .point-row .point-text {
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .point-sec .point-row.reverse .point-text {
    padding-left: 10px;
  }
}
.point-sec .puku-sticker-demo {
  width: 100%;
  max-width: 500px;
  aspect-ratio: 1/1;
  margin: 0 auto;
  background: linear-gradient(135deg, #d9749e 0%, #fff 100%);
  border-radius: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  animation: poyopoyo 6s ease-out infinite;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.05), inset -8px -8px 15px rgba(0, 0, 0, 0.05), inset 8px 8px 15px rgba(255, 255, 255, 0.8);
}
@media (max-width: 767px) {
  .point-sec .puku-sticker-demo {
    width: 80%;
  }
}
.point-sec .puku-sticker-demo:hover {
  transform: scale(1.05) rotate(2deg);
}
.point-sec .puku-sticker-demo.sticker-blue {
  background: linear-gradient(135deg, #a6e9f1 0%, #fff 100%);
  animation: poyopoyo-reverse 6s ease-out infinite;
  animation-delay: 1s;
}
.point-sec .puku-sticker-demo.sticker-blue img {
  box-shadow: inset 4px 4px 68px #5786e9;
}
.point-sec .puku-sticker-demo img {
  width: 96%;
  height: 96%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  box-shadow: inset 4px 4px 68px rgb(160, 86, 144);
}
.point-sec .point-text .point-num {
  font-family: "omnes-pro", sans-serif;
  display: inline-block;
  color: #f0a5b8;
  font-weight: 800;
  font-size: clamp(1.563rem, 1.358rem + 1.02vw, 2.125rem);
  padding-bottom: 6px;
  display: block;
}
.point-sec .point-text h3 {
  font-weight: 900;
  color: #696363;
  margin-bottom: 12px;
  padding-bottom: 16px;
  font-size: 1.8rem;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="10" viewBox="0 0 20 10"><path d="M0 5 Q 5 0, 10 5 T 20 5" fill="none" stroke="%23c3dded" stroke-width="4" stroke-linecap="round"/></svg>');
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: 20px 10px;
  display: inline-block;
}
@media (max-width: 575px) {
  .point-sec .point-text h3 {
    font-size: 20px;
  }
}
.point-sec .point-text p {
  font-weight: 700;
  font-size: clamp(1.125rem, 1.034rem + 0.45vw, 1.375rem);
  line-height: 1.8;
  color: #696363;
}
@media (min-width: 768px) {
  .point-sec .point-text.text-md-end {
    text-align: right;
  }
}

@keyframes poyopoyo {
  0%, 30% {
    transform: skew(0deg, 0deg);
  }
  5% {
    transform: skew(5deg, 5deg);
  }
  10% {
    transform: skew(-4deg, -4deg);
  }
  15% {
    transform: skew(3deg, 3deg);
  }
  20% {
    transform: skew(-2deg, -2deg);
  }
  25% {
    transform: skew(1deg, 1deg);
  }
}
@keyframes poyopoyo-reverse {
  0%, 30% {
    transform: skew(0deg, 0deg);
  }
  5% {
    transform: skew(-5deg, -5deg);
  }
  10% {
    transform: skew(4deg, 4deg);
  }
  15% {
    transform: skew(-3deg, -3deg);
  }
  20% {
    transform: skew(2deg, 2deg);
  }
  25% {
    transform: skew(-1deg, -1deg);
  }
}
@media (max-width: 575px) {
  .goods_sec .inner {
    width: min(98%, 1300px);
  }
}
.goods_sec h2 {
  font-family: "omnes-pro", sans-serif;
  color: #a6d8f5;
  letter-spacing: 0.03em;
  text-shadow: 1px 4px 2px #6cb9e5;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 68px;
  padding: 28px 0;
  font-weight: bolder;
  position: relative;
}
@media (max-width: 575px) {
  .goods_sec h2 {
    font-size: 40px;
  }
}
.goods_sec h2 span {
  display: block;
  font-size: 22px;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  text-shadow: none;
  color: #82c9f1;
  font-weight: bold;
}
@media (max-width: 575px) {
  .goods_sec h2 span {
    font-size: 16px;
  }
}
.goods_sec h2::before, .goods_sec h2::after {
  content: "";
  position: absolute;
  width: 34px;
  height: 34px;
  background: url(../img/h2kirakira.png) center center no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -8px;
}
@media (max-width: 767px) {
  .goods_sec h2::before, .goods_sec h2::after {
    margin-top: -5px;
    width: 24px;
    height: 24px;
  }
}
.goods_sec h2::before {
  left: -60px;
}
@media (max-width: 575px) {
  .goods_sec h2::before {
    left: -32px;
  }
}
.goods_sec h2::after {
  right: -60px;
}
@media (max-width: 575px) {
  .goods_sec h2::after {
    right: -32px;
  }
}

.form-wrap {
  padding: 40px 40px 20px;
  margin-bottom: 60px;
}
@media (max-width: 575px) {
  .form-wrap {
    margin: 0px auto 30px;
    max-width: 96%;
    padding: 20px 0px 0px;
  }
}
.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;
  gap: 15px;
}
@media (max-width: 991px) {
  .goods-wrap .StyleF_Frame_ {
    gap: 10px;
  }
}
.goods-wrap .StyleF_Item_ {
  width: calc((100% - 45px) / 4);
  padding: 15px;
  background: #ffffff;
  z-index: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: 1px 1px 10px #d7abce;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .goods-wrap .StyleF_Item_ {
    width: calc((100% - 20px) / 3);
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .goods-wrap .StyleF_Item_ {
    width: calc((100% - 10px) / 2);
  }
}
.goods-wrap .StyleF_Item_ img {
  display: block;
  margin-inline: auto;
}
.goods-wrap .StyleF_Item_ .img_ a img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
}
.goods-wrap .StyleF_Item_ .img_ img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
}
.goods-wrap .StyleF_Item_ .name_ {
  margin: 1rem 0;
  text-decoration: none;
  color: #655555;
}
.goods-wrap .StyleF_Item_ .name_ a {
  text-decoration: none;
  color: #655555;
}
@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: #655555;
}
.goods-wrap .StyleF_Item_ .price_ {
  margin-bottom: 10px;
  text-align: right;
  font-size: 1em;
  color: #736b6b;
}
@media (max-width: 767px) {
  .goods-wrap .StyleF_Item_ .price_ {
    font-size: 16px;
  }
}
.goods-wrap .StyleF_Item_ .cart_ {
  margin-top: auto;
}
.goods-wrap .StyleF_Item_ .cart_ .btn_ {
  position: relative;
}
.goods-wrap .StyleF_Item_ .cart_ .btn_::before {
  content: "";
  position: absolute;
  top: 11%;
  left: 6%;
  width: 8%;
  height: 56%;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  transform: rotate(222deg);
  z-index: 2;
  filter: blur(1px);
}
@media (min-width: 576px) {
  .goods-wrap .StyleF_Item_ .cart_ .btn_::before {
    top: 11%;
    left: 6%;
    width: 6%;
    height: 48%;
  }
}
.goods-wrap .StyleF_Item_ .cart_ .cart_btn_ {
  display: block;
  width: 100%;
  padding: 5px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  background: #B8B8B8;
  border: none;
  border-radius: 100vh;
  font-weight: bolder;
  letter-spacing: 0.06em;
}
@media (max-width: 575px) {
  .goods-wrap .StyleF_Item_ .cart_ .cart_btn_ {
    padding: 6px 6px 6px 6px;
    font-size: 13px;
  }
}
.goods-wrap .StyleF_Item_ .cart_ .order_ {
  background: #F8B9D1;
  box-shadow: inset 0 0 12px #a76c82;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.goods-wrap .StyleF_Item_ .cart_ .order_::before {
  content: "";
  position: absolute;
  top: 16%;
  left: 6%;
  width: 6%;
  height: 48%;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  transform: rotate(222deg);
  z-index: 2;
  filter: blur(1px);
}
.goods-wrap .StyleF_Item_ .cart_ .reservation_ {
  background: #C3E6FF;
  box-shadow: inset 0 0 12px #54758d;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.goods-wrap .StyleF_Item_ .cart_ .reservation_::before {
  content: "";
  position: absolute;
  top: 14%;
  left: 6%;
  width: 4%;
  height: 48%;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  transform: rotate(222deg);
  z-index: 2;
  filter: blur(1px);
}
.goods-wrap .StyleF_Item_ .cart_ .sold_out_ {
  background: #B8B8B8;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.goods-wrap .StyleF_Item_ .cart_ .closed_ {
  background: #B8B8B8;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.goods-wrap .StyleF_Item_ .rdt_,
.goods-wrap .StyleF_Item_ .comment_ {
  display: none;
}
.goods-wrap .StyleF_Item_ .resale_request {
  text-align: center;
}
.goods-wrap .resale_request a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #dccdf2;
  box-shadow: inset 0 0 12px rgb(161, 130, 212);
  border-radius: 100vh;
  text-decoration: none;
  color: #ffffff;
  font-size: 19px;
  font-weight: bold;
  padding: 8px 0 8px;
  max-width: 240px;
  margin: 0 auto;
  position: relative;
  height: 46.79px;
}
@media (max-width: 1267px) {
  .goods-wrap .resale_request a {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .goods-wrap .resale_request a {
    font-size: 1.8vw;
    height: 4.5vw;
  }
}
@media (max-width: 767px) {
  .goods-wrap .resale_request a {
    font-size: 15px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 575px) {
  .goods-wrap .resale_request a {
    font-size: 13px;
  }
}
.goods-wrap .resale_request a::before {
  content: "";
  position: absolute;
  top: 14%;
  left: 6%;
  width: 4%;
  height: 48%;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  transform: rotate(222deg);
  z-index: 2;
  filter: blur(1px);
}
@media (max-width: 991px) {
  .goods-wrap .resale_request a::before {
    top: 11%;
    left: 6%;
    width: 6%;
    height: 48%;
  }
}
@media (max-width: 575px) {
  .goods-wrap .resale_request a::before {
    top: 16%;
    left: 6%;
    width: 6%;
    height: 48%;
  }
}

.note {
  background-color: rgba(255, 255, 255, 0.6666666667);
  padding: 12px;
  margin-top: 20px;
  border-radius: 12px;
}
@media (max-width: 575px) {
  .note {
    padding: 10px;
  }
}
.note .note-list li {
  position: relative;
  padding-left: 1.3em;
}
@media (max-width: 575px) {
  .note .note-list li {
    font-size: 12px;
  }
}
.note .note-list li::before {
  content: "※";
  position: absolute;
  left: 0;
  font-weight: 600;
  color: #c787ad;
}

footer {
  padding: 20px 0;
  margin-top: 100px;
  background-color: #c3dded;
  text-align: center;
}
footer .link-pageup {
  position: fixed;
  z-index: 10;
  width: 60px;
  height: 60px;
  line-height: 45px;
  right: 40px;
  bottom: 20px;
  text-align: center;
  font-size: 20px;
  border-radius: 100vmax;
}
@media (max-width: 991px) {
  footer .link-pageup {
    width: 50px;
    height: 50px;
    right: 10px;
    bottom: 10px;
  }
}
footer .link-pageup:hover {
  color: #666666;
}
footer .movic-f {
  max-width: 120px;
}
@media (max-width: 575px) {
  footer .movic-f {
    max-width: 100px;
  }
}

header .img-logo {
  display: block;
  width: 30vw;
  max-width: 180px;
}
header .x-icon {
  width: 70px;
  margin-right: 16px;
}
@media (max-width: 767px) {
  header .x-icon {
    width: 50px;
    margin-right: 12px;
  }
}

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

nav.navbar {
  position: fixed;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  z-index: 100;
  padding: 8px 30px;
}
@media (max-width: 575px) {
  nav.navbar {
    padding: 8px 10px;
  }
}

nav.navbar button.navbar-toggler {
  display: flex;
  align-items: center;
  font-weight: 600;
  border: none;
  padding: 0;
}

nav.navbar button.navbar-toggler::after {
  display: block;
  content: "\f0c9";
  font-family: "Font Awesome 5 Free";
  font-size: 27px;
  font-weight: bold;
  color: #fff;
  background-image: url(../img/menubtn.png);
  background-size: contain;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 70px;
}
@media (max-width: 767px) {
  nav.navbar button.navbar-toggler::after {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}

nav.navbar button.navbar-toggler::after {
  display: block;
  content: "\f0c9";
  font-family: "Font Awesome 5 Free";
  font-size: 28px;
  font-weight: bold;
}

nav.navbar button.navbar-toggler[aria-expanded=true]::after {
  content: "\f00d";
}

nav.navbar .navbar-toggler:focus {
  box-shadow: none;
}

nav.navbar #navbarToggleExternalContent {
  width: 100%;
}

nav.navbar .navbar-nav {
  width: min(90%, 1300px);
  margin-inline: auto;
  margin-top: 20px;
  padding: 20px 28px 10px;
  background: #ffffff;
  border-radius: 50px;
  border: 10px solid #e0c2cf;
  box-shadow: inset 0px 0px 28px rgb(224, 188, 202);
}
@media (max-width: 767px) {
  nav.navbar .navbar-nav {
    border: 6px solid #e0c2cf;
    padding: 20px 0 40px;
  }
}
nav.navbar .navbar-nav .menu-title {
  font-size: clamp(2.063rem, 1.806rem + 1.28vw, 3.25rem);
  font-family: "omnes-pro", sans-serif;
  font-weight: 900;
  letter-spacing: 1px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: #f0a5b8;
}
@media (max-width: 575px) {
  nav.navbar .navbar-nav .menu-title {
    padding-top: 0px;
  }
}
nav.navbar .navbar-nav .menu-title::before, nav.navbar .navbar-nav .menu-title::after {
  content: "";
  position: absolute;
  width: 34px;
  height: 34px;
  background: url(../img/menukirakira.png) center center no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  nav.navbar .navbar-nav .menu-title::before, nav.navbar .navbar-nav .menu-title::after {
    width: 24px;
    height: 24px;
  }
}
nav.navbar .navbar-nav .menu-title::before {
  left: -60px;
}
@media (max-width: 575px) {
  nav.navbar .navbar-nav .menu-title::before {
    left: -50px;
  }
}
nav.navbar .navbar-nav .menu-title::after {
  right: -60px;
}
@media (max-width: 575px) {
  nav.navbar .navbar-nav .menu-title::after {
    right: -50px;
  }
}

nav.navbar .nav-link {
  padding: 44px 0 33px;
  text-decoration: none;
  color: #6fb5dc;
  font-family: "omnes-pro", sans-serif;
  font-weight: 900;
  letter-spacing: 1px;
  font-size: clamp(1.438rem, 1.316rem + 0.61vw, 2rem);
  letter-spacing: 0.07em;
}
@media (max-width: 767px) {
  nav.navbar .nav-link {
    padding: 35px 0 25px;
  }
}
@media (max-width: 575px) {
  nav.navbar .nav-link {
    padding: 28px 0 20px;
  }
}
nav.navbar .nav-link span {
  display: block;
  font-size: 12px;
  letter-spacing: 0.08em;
}
@media (max-width: 575px) {
  nav.navbar .nav-link span {
    font-size: 10px;
  }
}

nav.navbar .linkenquete {
  font-size: 24px;
}
@media (max-width: 767px) {
  nav.navbar .linkenquete {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  nav.navbar .linkenquete {
    font-size: 14px;
    padding: 30px 0 24px;
  }
}

nav.navbar .nav-link:hover {
  color: #eba9d7;
  opacity: 1;
}

nav.navbar .nav-item {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
@media (max-width: 575px) {
  nav.navbar .nav-item {
    width: 78%;
  }
}
nav.navbar .nav-item:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 100%;
  height: 30px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="10" viewBox="0 0 20 10"><path d="M0 5 Q 5 0, 10 5 T 20 5" fill="none" stroke="%23dceef9" stroke-width="4" stroke-linecap="round"/></svg>');
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: 20px 10px;
}
nav.navbar .nav-item:last-child:before {
  content: none;
}

nav.navbar .nav-item:last-child {
  border-bottom: none;
}

nav.navbar .dropdown-menu {
  padding: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.1);
}

nav.navbar .dropdown-menu .dropdown-item {
  padding: 8px 1.5rem;
  text-decoration: none;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

nav.navbar .dropdown-menu .dropdown-item:last-child {
  border-bottom: none;
}

nav.navbar .dropdown-menu .dropdown-item:hover {
  background: none;
}

.navbar-collapse {
  max-height: 100vh;
  overflow-y: auto !important;
  touch-action: auto !important;
  -webkit-overflow-scrolling: touch;
}

::-webkit-scrollbar {
  width: 0px;
}

.navbar-collapse.show {
  padding-bottom: 120px;
}