@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: "Kosugi", "BIZ UDPGothic", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
  font-size: 16px;
  color: #000000;
  background-color: rgb(255, 255, 255);
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgb(240, 240, 240) calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), rgb(240, 240, 240) calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
}
@media (max-width: 575px) {
  body {
    font-size: 14px;
  }
}

p {
  line-height: 1.6;
}

a {
  text-decoration: underline;
  color: #f859a0;
  word-break: break-all;
}
a:hover {
  text-decoration: none;
  opacity: 0.8;
  color: #f859a0;
}
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;
}

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

footer {
  padding: 15px 0;
  background-color: #000000;
}
footer .link-pageup {
  position: fixed;
  right: 40px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  font-size: 40px;
  text-align: center;
  color: #fff;
  background: #000;
  border-radius: 100vmax;
}
@media (max-width: 991px) {
  footer .link-pageup {
    right: 10px;
    bottom: 10px;
  }
}
@media (max-width: 767px) {
  footer .link-pageup {
    width: 50px;
    height: 50px;
    font-size: 30px;
    line-height: 50px;
  }
}
footer .link-pageup:hover {
  color: #666666;
}
footer .copyright {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  font-family: "Teko", sans-serif;
}
@media (max-width: 767px) {
  footer .copyright {
    font-size: 16px;
  }
}

header {
  padding: 10px 20px;
  background: #fff;
  border-bottom: 2px solid #000;
}
@media (max-width: 575px) {
  header {
    padding: 8px;
  }
}
header .img-logo {
  display: block;
  width: 40vw;
  max-width: 160px;
  margin-inline: auto;
}

section {
  padding: 80px 0;
}
@media (max-width: 767px) {
  section {
    padding: 40px 0;
  }
}

.inner {
  width: min(90%, 1150px);
  margin-inline: auto;
}

hgroup {
  text-align: center;
}

.en {
  margin-bottom: 0.5rem;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 1;
  font-family: "Teko", sans-serif;
}
@media (max-width: 767px) {
  .en {
    margin-bottom: 0;
  }
}

h2 {
  margin-bottom: 30px;
  font-weight: 900;
}

.kv_sec {
  background: #2e5ad1 url(../img/star.png) repeat center;
}
@media (max-width: 767px) {
  .kv_sec {
    background-size: 100px;
  }
}
.kv_sec h1 {
  width: min(70%, 400px);
  margin-inline: auto;
}

.text-infinity-scroll {
  width: 100%;
  display: flex;
  overflow: hidden;
  height: 50px;
  background: #000;
}
@media (max-width: 767px) {
  .text-infinity-scroll {
    height: 40px;
  }
}
.text-infinity-scroll .first,
.text-infinity-scroll .second {
  flex-shrink: 0;
  margin: 0;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
}
.text-infinity-scroll .first img,
.text-infinity-scroll .second img {
  max-height: 30px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .text-infinity-scroll .first img,
  .text-infinity-scroll .second img {
    max-height: 18px;
  }
}
.text-infinity-scroll .first {
  animation: anim--first 300s infinite linear 0.1s both;
}
.text-infinity-scroll .second {
  animation: anim--second 300s infinite linear 0.1s both;
}

@keyframes anim--first {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes anim--second {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
.ttl-sub {
  max-width: 700px;
  margin: 50px auto 0;
  padding: 30px 20px;
  background: #fff;
  border: 2px solid #000;
  border-radius: 1rem;
  box-shadow: 2px 2px 0 #000;
}
@media (max-width: 767px) {
  .ttl-sub {
    margin-top: 30px;
    padding: 20px;
  }
}

.heading_sec .txt-box {
  padding: 50px 30px;
  background: #fff;
  border: 2px solid #000;
  border-radius: 1rem;
  box-shadow: 2px 2px 0 #000;
}
@media (max-width: 767px) {
  .heading_sec .txt-box {
    padding: 30px 20px;
  }
}
.heading_sec h2 {
  margin-bottom: 50px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 767px) {
  .heading_sec h2 {
    margin-bottom: 30px;
    font-size: 18px;
  }
}
.heading_sec .en {
  color: #fe90c7;
}
.heading_sec dt {
  margin-bottom: 0.5em;
  color: #fe90c7;
}
.heading_sec dd + dt {
  margin-top: 1.5rem;
}

.list-icon li {
  position: relative;
  padding-left: 1.3em;
}
.list-icon li span {
  position: absolute;
  left: 0;
  color: #dc3545;
}

.item_sec {
  background: #ffbc5a;
}
.item_sec .item-box {
  padding: 50px 30px;
  background: #fff;
  border: 2px solid #000;
  border-radius: 1rem;
  box-shadow: 2px 2px 0 #000;
}
@media (max-width: 767px) {
  .item_sec .item-box {
    padding: 30px 20px;
  }
}
@media (max-width: 575px) {
  .item_sec .item-box {
    padding: 20px 10px;
  }
}
.item_sec .item-box .nav-ttl {
  max-width: 680px;
  margin: 0 auto 20px;
  padding: 5px 0;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #e34c26;
  border-radius: 100vmax;
}
.item_sec a {
  text-decoration: none;
}
.item_sec .en {
  color: #e34c26;
}

.item-nav {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin: 50px auto;
}

.nav {
  gap: 20px;
}
@media (max-width: 767px) {
  .nav {
    gap: 12px 15px;
  }
}

.nav-tabs {
  margin-bottom: 40px;
  justify-content: center;
  border: none;
}
@media (max-width: 826px) {
  .nav-tabs {
    max-width: 330px;
    margin-inline: auto;
  }
}
@media (max-width: 575px) {
  .nav-tabs {
    max-width: 260px;
  }
}
@media (max-width: 826px) {
  .nav-tabs .nav-item {
    width: calc((100% - 80px) / 5);
  }
}
@media (max-width: 767px) {
  .nav-tabs .nav-item {
    width: calc((100% - 60px) / 5);
  }
}
.nav-tabs .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 50px;
  max-height: 50px;
  font-size: 30px;
  font-weight: 800;
  color: #000;
  border: 2px solid #000;
  box-shadow: 2px 2px 0 #000;
  border-radius: 100vmax;
  transition: 0.3s;
  cursor: pointer;
}
@media (max-width: 575px) {
  .nav-tabs .nav-link {
    max-width: 40px;
    max-height: 40px;
    font-size: 20px;
  }
}
.nav-tabs .nav-link:hover {
  transform: translateY(4px);
  box-shadow: none;
  border: 2px solid #000;
  opacity: 1;
}
.nav-tabs .nav-link.active {
  color: #fff;
  background: #65c63f;
  border: 2px solid #000;
}

.tab-content h3 {
  position: relative;
  padding-left: 20px;
  font-size: 22px;
  font-weight: 900;
}
@media (max-width: 767px) {
  .tab-content h3 {
    padding-left: 15px;
    font-size: 18px;
  }
}
.tab-content h3:before {
  content: "";
  display: block;
  width: 0.8rem;
  height: 28px;
  background: #fe7b5a;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .tab-content h3:before {
    width: 0.5rem;
    height: 20px;
  }
}

.StyleF_Frame_ {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 30px;
}
@media (max-width: 575px) {
  .StyleF_Frame_ {
    gap: 8px;
    margin-top: 20px;
  }
}

.StyleF_Item_ {
  display: flex;
  flex-direction: column;
  width: calc((100% - 45px) / 4);
  padding: 20px;
  background: #fff;
  border: 1px solid #000;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .StyleF_Item_ {
    width: calc((100% - 30px) / 3);
    padding: 10px;
  }
}
@media (max-width: 575px) {
  .StyleF_Item_ {
    width: calc((100% - 8px) / 2);
  }
}
.StyleF_Item_ a {
  color: #333;
  text-decoration: none;
}

.name_ {
  margin: 1em 0;
}
@media (max-width: 767px) {
  .name_ {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .name_ {
    font-size: 12px;
  }
}

.price_ {
  margin: auto 0 1em;
  text-align: right;
  font-weight: 600;
  font-size: 18px;
  color: #fe7b5a;
}
@media (max-width: 575px) {
  .price_ {
    font-size: 16px;
  }
}

.rdt_,
.comment_ {
  display: none;
}

.cart_ {
  margin-top: auto;
}
.cart_ .btn_ {
  aspect-ratio: 236/55;
}

.cart_btn_ {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: 600;
  border: none;
  border-radius: 0;
}

.closed_,
.sold_out_ {
  background: #ccc;
}

.order_ {
  background: #65c63f;
}

.reservation_ {
  background: #fe90c7;
}

.pre_sales_ {
  display: none;
}

.resale_request {
  text-align: center;
  aspect-ratio: 236/55;
}

.resale_request a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  font-size: 18px;
  background: #2e5ad1;
  text-decoration: none;
  color: white;
  font-weight: 600;
}
@media (max-width: 767px) {
  .resale_request a {
    font-size: 14px;
  }
}

.no-click {
  position: relative;
}
.no-click:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.no-click .cart_ {
  display: none;
}

#search-btn {
  padding: 10px;
  font-size: 14px;
  background-color: #e34c26;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 1000;
  opacity: 0;
  transition: 0.3s;
}
#search-btn a {
  color: #fff;
}

#search-btn.fade {
  opacity: 1;
}