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: #003d74;
  font-weight: 500;
}
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 {
  display: block;
  text-decoration: none;
  color: #eb70a0;
  word-break: break-all;
}
@media (hover: hover) {
  a:hover {
    text-decoration: none;
    color: #eb70a0;
    opacity: 0.8;
  }
}
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;
}

.inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}

h2 {
  margin: 0 auto 40px;
  text-align: center;
}
@media (max-width: 575px) {
  h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  h2 img {
    height: 40px;
  }
}

section {
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  section {
    padding-bottom: 50px;
  }
}

.como {
  font-family: "como", sans-serif;
  font-weight: 700;
}

p, li, th, td, a {
  transform: rotateZ(0.03deg);
}

#anchor-summary,
#anchor-precautions {
  margin-top: -114px;
  padding-top: 114px;
}

#anchor-creator,
#anchor-venue,
#anchor-item {
  margin-top: -74px;
  padding-top: 74px;
}

.bg-color {
  position: relative;
  background: repeating-linear-gradient(to bottom, #ffc0d5, #d4d89b, #00d1ce, #d4d89b, #ffc0d5 30%);
}
.bg-color::before {
  content: "";
  background: url(../img/bg-star.png) repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .bg-color::before {
    background-size: 100%;
  }
}

.contents {
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .precautions_sec {
    padding-bottom: 50px;
  }
}

.item_sec {
  padding-top: 70px;
  background: rgba(255, 255, 255, 0.3);
}
@media (max-width: 767px) {
  .item_sec {
    padding-top: 30px;
  }
}

.summary-box {
  padding: 40px;
  border: 5px solid #003d74;
  border-radius: 40px;
  background: #fff;
  box-shadow: 10px 10px #003d74;
}
@media (max-width: 575px) {
  .summary-box {
    padding: 20px;
    box-shadow: 5px 5px #003d74;
  }
}
.summary-box p {
  font-weight: 500;
  font-size: 1.2em;
}
@media (max-width: 575px) {
  .summary-box p {
    font-size: 1em;
  }
}

.munecunten-link {
  max-width: 300px;
  margin: 40px auto 0;
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 700;
  background: #4c90c5;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.munecunten-link a {
  width: 100%;
  padding: 20px;
  color: #fff;
  text-align: center;
}
@media (max-width: 575px) {
  .munecunten-link {
    height: 50px;
    font-size: 1.2rem;
  }
}

.item_sec p {
  font-size: 3rem;
}
@media (max-width: 575px) {
  .item_sec p {
    font-size: 2rem;
  }
}

footer {
  padding: 20px 0;
  background-color: #003d74;
}
footer .link-pageup {
  position: fixed;
  right: 40px;
  bottom: 20px;
  font-size: 40px;
  color: #000000;
  z-index: 100;
}
@media (max-width: 991px) {
  footer .link-pageup {
    right: 10px;
    bottom: 10px;
    width: 60px;
  }
}
footer .link-pageup:hover {
  color: #666666;
}
footer .copyright {
  display: block;
  text-align: center;
  color: #ffffff;
}

header {
  background: #fff;
}
header .img-logo {
  width: 40vw;
  max-width: 160px;
}
@media (max-width: 767px) {
  header .img-logo {
    width: 30vw;
  }
}

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: 25px;
  font-weight: bold;
  color: #fff;
  background: #003d74;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
}
@media (max-width: 767px) {
  nav.navbar button.navbar-toggler::after {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
nav.navbar button.navbar-toggler::after {
  display: block;
  content: "\f0c9";
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  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 {
  margin-top: 10px;
  padding: 40px 0;
  background: #003d74;
  border-radius: 20px;
}
@media (max-width: 767px) {
  nav.navbar .navbar-nav {
    padding: 20px 0;
  }
}
nav.navbar .nav-link {
  padding: 12px;
  text-decoration: none;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 1px;
}
nav.navbar .nav-link:hover {
  color: #ff0;
  opacity: 1;
}
nav.navbar .nav-item {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  border-bottom: 1px solid #fff;
}
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;
}

.shopping-btn {
  height: 45px;
  line-height: 45px;
  padding: 0 8px;
  font-weight: 600;
  color: #003d74;
  background: #fff;
  border: 2px solid #003d74;
  border-radius: 30px;
  transition: 0.3s;
  position: absolute;
  top: 15px;
  right: 95px;
}
.shopping-btn:after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  margin-left: 5px;
}
.shopping-btn i {
  margin-right: 5px;
}
.shopping-btn:hover {
  color: #003d74;
}
@media (max-width: 767px) {
  .shopping-btn {
    height: 35px;
    line-height: 33px;
    top: 20px;
    right: 80px;
  }
}
@media (max-width: 575px) {
  .shopping-btn {
    font-size: 12px;
    top: 12px;
    right: 60px;
  }
}

.img-center {
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 78px;
}
.img-center img {
  display: block;
  margin: 0 auto;
}

.keyvis-bg {
  padding-bottom: 100px;
  background: linear-gradient(to bottom, #00d1ce, #d4d89b, #ffc0d5);
}
@media (max-width: 991px) {
  .keyvis-bg {
    padding-bottom: 50px;
  }
}

.sns-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 40px;
  justify-content: center;
}
.sns-list li {
  width: calc((100% - 20px) / 3);
  border-radius: 10px;
  box-sizing: border-box;
}
.sns-list li a {
  padding: 8px 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  vertical-align: bottom;
}
@media (max-width: 575px) {
  .sns-list li {
    width: 100%;
  }
}

.insta {
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}
.insta a::before {
  content: "";
  background: url(../img/icon-insta.png) no-repeat center/contain;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: bottom;
  margin-right: 10px;
}

.web {
  height: 40px;
  background: #003d74;
}
.web a {
  text-align: center;
}

.x {
  background: #000;
}
.x a::before {
  content: "";
  background: url(../img/icon-x.png) no-repeat center/contain;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: bottom;
  margin-right: 10px;
}

.thanat-sns {
  justify-content: flex-start;
}

.search-box {
  margin-bottom: 70px;
  padding: 40px;
  background: #fff;
  outline: 4px dashed #003d74;
  outline-offset: -10px;
  border-radius: 40px;
  position: relative;
}
@media (max-width: 575px) {
  .search-box {
    margin-bottom: 50px;
    padding: 30px;
  }
}
.search-box::before {
  content: "";
  background: url(../img/icon-wstar.png) no-repeat center/contain;
  display: inline-block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: -5px;
  left: -20px;
  transform: scale(-1, 1);
}
@media (max-width: 575px) {
  .search-box::before {
    width: 60px;
    height: 60px;
    left: -5px;
  }
}
.search-box::after {
  content: "";
  background: url(../img/icon-wstar.png) no-repeat center/contain;
  display: inline-block;
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: -5px;
  right: -20px;
}
@media (max-width: 575px) {
  .search-box::after {
    width: 60px;
    height: 60px;
    right: -5px;
  }
}
.search-box .search-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media (max-width: 575px) {
  .search-box .search-list {
    gap: 10px;
  }
}
.search-box .search-list li {
  width: calc((100% - 30px) / 3);
  padding: 10px;
  border: 2px solid #003d74;
  box-shadow: 2px 2px #003d74;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .search-box .search-list li {
    width: 100%;
    text-align: center;
  }
}
.search-box .js-sort-clear {
  margin-top: 30px;
}
.search-box .js-sort-clear .linkbtn {
  width: 50%;
  margin: 0 auto;
  padding: 15px 0;
  text-align: center;
  color: #fff;
  background: #003d74;
  border-radius: 10px;
}
@media (max-width: 575px) {
  .search-box .js-sort-clear .linkbtn {
    width: 70%;
    padding: 10px;
  }
}
.search-box .js-sort-clear .linkbtn i {
  margin-right: 10px;
}

.btn_ .cart_btn_ {
  width: 100%;
  margin-top: 10px;
  padding: 5px 0;
  color: #fff;
  font-weight: 500;
  border: none;
  border-radius: 50px;
}
.btn_ .reservation_ {
  background: #4c90c5;
}
.btn_ .order_ {
  background: #00a7ba;
}
.btn_ .sold_out_ {
  background: #eb70a0;
}
.btn_ .closed_ {
  background: #aaaaaa;
}

.cart_ {
  margin-top: 10px;
}

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

.mark-list {
  text-indent: -1.3em;
  padding-left: 1.3em;
}
.mark-list span {
  margin-right: 0.3em;
  font-weight: 600;
  color: #eb70a0;
}

.disc-list {
  text-indent: -1.3em;
  padding-left: 1.3em;
}
.disc-list span {
  margin-right: 0.3em;
  font-weight: 900;
}

.creator-list .creator-item {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 20px;
  border: 4px solid #003d74;
  border-radius: 40px;
  background: #fff;
  box-shadow: 10px 10px #003d74;
}
@media (max-width: 991px) {
  .creator-list .creator-item {
    display: block;
  }
}
@media (max-width: 575px) {
  .creator-list .creator-item {
    box-shadow: 5px 5px #003d74;
  }
}
.creator-list > li + li {
  margin-top: 30px;
}
.creator-list .creator-img {
  width: calc(40% - 15px);
}
@media (max-width: 991px) {
  .creator-list .creator-img {
    width: 60%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .creator-list .creator-img {
    width: 100%;
  }
}
.creator-list .creator-txt {
  width: calc(60% - 15px);
  height: fit-content;
  margin: auto;
}
@media (max-width: 991px) {
  .creator-list .creator-txt {
    width: 100%;
  }
}
.creator-list .creator-txt h3 {
  position: relative;
  margin-bottom: 20px;
  padding-left: 30px;
  font-size: 1.5rem;
  font-weight: 600;
}
.creator-list .creator-txt h3::before {
  content: "";
  background: url(../img/icon-star.png) no-repeat center/contain;
  display: inline-block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 1px;
  left: 0;
}
@media (max-width: 575px) {
  .creator-list .creator-txt h3::before {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 991px) {
  .creator-list .creator-txt h3 {
    width: fit-content;
    margin: 20px auto;
  }
}
@media (max-width: 575px) {
  .creator-list .creator-txt h3 {
    font-size: 1.2rem;
  }
}

.creator_sec .creator-copy {
  font-size: 2rem;
  font-weight: 900;
  transform: rotate(-3deg);
  text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, 0px 2px 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;
}
@media (max-width: 575px) {
  .creator_sec .creator-copy {
    font-size: 1.3rem;
  }
}

.venue_sec .venue-box + .venue-box {
  margin-top: 30px;
}

.venue-box {
  padding: 20px;
  background: #fff;
  border: 5px solid #003d74;
  border-radius: 40px;
  box-shadow: 10px 10px #003d74;
}
@media (max-width: 575px) {
  .venue-box {
    box-shadow: 5px 5px #003d74;
  }
}
.venue-box h3 {
  width: fit-content;
  margin: 0 auto;
  font-weight: 900;
  position: relative;
}
.venue-box h3::before, .venue-box h3::after {
  content: "\f005";
  font-family: "Font Awesome 5 Free";
  font-size: 0.6em;
  position: absolute;
  top: 5px;
}
.venue-box h3::before {
  left: -25px;
}
.venue-box h3::after {
  right: -25px;
}
.venue-box .end {
  text-align: center;
  color: #eb70a0;
}
.venue-box table {
  width: 85%;
  margin: 30px auto 20px;
}
@media (max-width: 575px) {
  .venue-box table {
    width: 100%;
    margin-top: 20px;
  }
}
.venue-box table tr {
  border-bottom: 2px dashed #003d74;
}
@media (max-width: 991px) {
  .venue-box table tr {
    display: block;
    padding: 15px 0;
  }
}
.venue-box table th {
  padding: 25px 35px 25px 25px;
}
@media (max-width: 991px) {
  .venue-box table th {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 991px) {
  .venue-box table td {
    display: block;
    width: 100%;
  }
}
.venue-box ul {
  width: 85%;
  margin: 0 auto 20px;
}
@media (max-width: 575px) {
  .venue-box ul {
    width: 100%;
  }
}

.precautions-box {
  padding: 40px;
  background: #fff;
  border: 5px solid #003d74;
  border-radius: 40px;
  box-shadow: 10px 10px #003d74;
}
@media (max-width: 575px) {
  .precautions-box {
    padding: 20px;
    box-shadow: 5px 5px #003d74;
  }
}
.precautions-box li + li {
  margin-top: 10px;
}
.precautions-box .enki {
  width: fit-content;
  padding: 0 10px;
  color: #fff;
  background: #003d74;
  border-radius: 5px;
}

.item_sec .shopping-ttl {
  position: relative;
  width: fit-content;
  margin: 0 auto 40px;
}
@media (max-width: 575px) {
  .item_sec .shopping-ttl {
    margin-bottom: 30px;
    font-size: 1.1rem;
  }
}
.item_sec .shopping-ttl::before {
  content: "\f005";
  font-family: "Font Awesome 5 Free";
  font-size: 0.7em;
  color: #eb70a0;
  position: absolute;
  top: 5px;
  left: -35px;
}
@media (max-width: 575px) {
  .item_sec .shopping-ttl::before {
    top: 3px;
    left: -20px;
  }
}
.item_sec .shopping-ttl::after {
  content: "\f005";
  font-family: "Font Awesome 5 Free";
  font-size: 0.7em;
  color: #eb70a0;
  position: absolute;
  top: 5px;
  right: -35px;
}
@media (max-width: 575px) {
  .item_sec .shopping-ttl::after {
    top: 3px;
    right: -20px;
  }
}
.item_sec .shopping-info {
  margin-bottom: 70px;
  padding: 40px;
  background: #fff;
  border: 5px solid #003d74;
  border-radius: 40px;
  box-shadow: 10px 10px #003d74;
}
@media (max-width: 575px) {
  .item_sec .shopping-info {
    margin-bottom: 50px;
    padding: 20px;
    box-shadow: 5px 5px #003d74;
  }
}
.item_sec .shopping-info dt {
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-size: 1.1em;
  border-bottom: 2px dotted #003d74;
  transform: rotateZ(0.03deg);
}
.item_sec .shopping-info dd {
  transform: rotateZ(0.03deg);
}
.item_sec .shopping-info li + li {
  margin-top: 10px;
}
.item_sec .shopping-info dd + dt {
  margin-top: 20 px;
}
.item_sec .list-info .image {
  max-width: 500px;
  margin: 10px 0;
}
@media (max-width: 767px) {
  .item_sec .list-info .image {
    text-align: center;
  }
}
.item_sec .shopping-item .item-ttl {
  margin: 0 auto 40px;
}
@media (max-width: 575px) {
  .item_sec .shopping-item .item-ttl {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .item_sec .shopping-item .item-ttl img {
    max-height: 40px;
  }
}

.StyleF_Frame_ {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.StyleF_Frame_ .StyleF_Item_ {
  width: calc((100% - 24px) / 4);
  padding: 10px;
  background: #fff;
}
@media (max-width: 767px) {
  .StyleF_Frame_ .StyleF_Item_ {
    width: calc((100% - 8px) / 2);
  }
}
.StyleF_Frame_ .StyleF_Item_ .img_ {
  margin-bottom: 10px;
  text-align: center;
}
.StyleF_Frame_ .StyleF_Item_ .price_ {
  text-align: right;
  transform: rotateZ(0.03deg);
}
.StyleF_Frame_ .StyleF_Item_ .rdt_ {
  font-size: 0.8em;
  transform: rotateZ(0.03deg);
}
.StyleF_Frame_ .StyleF_Item_ .name_ {
  color: #003d74;
}
.StyleF_Frame_ .StyleF_Item_ .name_ a {
  color: #003d74;
  transform: rotateZ(0.03deg);
}