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

p {
  transform: rotate(0.05deg);
}

h1, h2, h3 {
  transform: rotate(0.05deg);
}

body {
  overflow-x: hidden;
  font-family: "M PLUS Rounded 1c", -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
  font-size: 16px;
  color: #1c1936;
}
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 {
  background: url(../img/mainbg.jpg) repeat top left/min(8.33333vw, 100px);
}

p {
  line-height: 2;
}
@media (max-width: 575px) {
  p {
    font-size: 14px;
  }
}

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

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

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

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

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

section:not(.kv_sec) {
  padding: 50px 0 100px;
}
@media (max-width: 767px) {
  section:not(.kv_sec) {
    padding: 30px 0 60px;
  }
}
@media (max-width: 575px) {
  section:not(.kv_sec) {
    border-width: 4px;
  }
}

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

h2 {
  margin-top: 50px;
  margin-bottom: 70px;
  text-align: center;
}
@media (max-width: 767px) {
  h2 {
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  h2 {
    margin-bottom: 30px;
    margin-top: 20px;
  }
}
h2 img {
  max-height: 100px;
  width: auto;
  height: 10vw;
}
@media (max-width: 575px) {
  h2 img {
    height: 16vw;
  }
}

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

a {
  display: block;
  text-decoration: none;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

footer {
  padding: 30px 0;
  background-color: #327095;
}
@media (max-width: 575px) {
  footer {
    border-width: 4px;
  }
}
footer .link-pageup {
  position: fixed;
  width: 60px;
  height: 60px;
  padding: 5px;
  right: 20px;
  bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #405aa8;
  border: 3px solid #1c1936;
  border-radius: 100vmax;
  z-index: 100;
}
footer .link-pageup i {
  font-size: 30px;
  color: #fff;
}
@media (max-width: 575px) {
  footer .link-pageup {
    width: 50px;
    height: 50px;
    line-height: 50px;
    right: 10px;
    bottom: 10px;
  }
}
footer .link-pageup:hover {
  color: #666666;
}
footer .copyright {
  display: block;
  text-align: center;
  color: #ffffff;
  transform: rotate(0.05deg);
}

header .img-logo {
  display: block;
  width: 30vw;
  max-width: 180px;
}

.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: #91a0c9;
  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 {
  margin-top: 10px;
  padding: 40px 0 60px;
  background: #b3c7e1;
  border-radius: 20px;
  background-size: 70px;
}
@media (max-width: 767px) {
  nav.navbar .navbar-nav {
    padding: 20px 0 40px;
  }
}
@media (min-width: 992px) {
  nav.navbar .navbar-nav {
    margin: 20px 10vw;
  }
}

nav.navbar .nav-link {
  padding: 44px 0 33px;
  text-decoration: none;
  color: #385598;
  font-weight: 900;
  letter-spacing: 1px;
  font-size: 32px;
  letter-spacing: 0.07em;
  transform: rotate(0.05deg);
}
@media (max-width: 767px) {
  nav.navbar .nav-link {
    font-size: 23px;
    padding: 35px 0 25px;
  }
}
@media (max-width: 575px) {
  nav.navbar .nav-link {
    font-size: 20px;
    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 .nav-link:hover {
  color: #FBCB63;
  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: 5px;
  border-radius: 5px;
  background: #e6f6ff;
}

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

.kv_sec {
  position: relative;
  padding-bottom: 0;
  background-image: url(../img/kvbg.png);
  background-position: center;
  background-size: contain;
}
@media (max-width: 575px) {
  .kv_sec {
    background-image: url(../img/kvbg-sp.png);
    background-position: center;
    background-size: contain;
  }
}
.kv_sec .bg-art {
  position: relative;
  padding: 60px 0;
}
@media (max-width: 575px) {
  .kv_sec .bg-art {
    padding: 80px 0;
  }
}
.kv_sec h1 {
  width: min(96%, 900px);
  margin: 0 auto 50px;
}
@media (max-width: 575px) {
  .kv_sec h1 {
    margin-bottom: 30px;
  }
}
.kv_sec .kv-txt {
  width: 90%;
  margin: 0 auto;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .kv_sec .kv-txt {
    font-size: 1.2rem;
  }
}
@media (max-width: 575px) {
  .kv_sec .kv-txt {
    font-size: 1rem;
  }
}

.concept_sec {
  position: relative;
  background-size: contain;
  background: url(../img/mainbg2.jpg) repeat top left/min(8.33333vw, 100px);
}
.concept_sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg.png);
  background-size: 100%;
  background-position: top center;
}
@media (min-width: 2000px) {
  .concept_sec::before {
    background-size: contain;
  }
}
@media (max-width: 575px) {
  .concept_sec::before {
    background-size: 100%;
    background-image: url(../img/bgsp.png);
  }
}
.concept_sec .bg-i {
  z-index: 1;
  position: relative;
}
.concept_sec .concept-wrap li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #fff;
  border: 8px solid #1c1936;
  box-shadow: 7px 7px 0 #1c1936;
  border-radius: 30px;
  padding: 20px;
}
@media (max-width: 575px) {
  .concept_sec .concept-wrap li {
    border: 5px solid #1c1936;
    box-shadow: 5px 5px 0 #1c1936;
  }
}
.concept_sec .concept-wrap li + li {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .concept_sec .concept-wrap li + li {
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  .concept_sec .concept-wrap li + li {
    margin-top: 30px;
  }
}
.concept_sec .concept-wrap li:nth-of-type(even) {
  flex-direction: row-reverse;
}
.concept_sec .concept-wrap li:nth-of-type(even) img:not(.point-img img) {
  border-radius: 15px;
}
.concept_sec .concept-wrap li .concept-item {
  position: relative;
  width: 50%;
}
@media (max-width: 767px) {
  .concept_sec .concept-wrap li .concept-item {
    width: 100%;
  }
}
.concept_sec .concept-wrap li .concept-item img:not(.point-img img) {
  border-radius: 15px;
}
.concept_sec .concept-wrap li .concept-item .concept-txt-inner {
  margin: 0;
  padding: 0 50px;
  transform: rotate(0.05deg);
}
@media (max-width: 991px) {
  .concept_sec .concept-wrap li .concept-item .concept-txt-inner {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .concept_sec .concept-wrap li .concept-item .concept-txt-inner {
    padding: 20px 0 0px;
  }
}
.concept_sec .concept-wrap li .concept-item p {
  margin-bottom: 0;
  font-weight: 800;
}
@media (min-width: 992px) {
  .concept_sec .concept-wrap li .concept-item p {
    font-size: 20px;
  }
}
.concept_sec .point-img {
  max-width: 200px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .concept_sec .point-img {
    max-width: 150px;
    margin-bottom: 20px;
  }
}

.creator_sec {
  background: url(../img/creator-bg.png) repeat;
  background-size: 1324px;
}
@media (max-width: 767px) {
  .creator_sec {
    background-size: 130vw;
  }
}

.creator-list {
  margin-bottom: 60px;
}
@media (max-width: 575px) {
  .creator-list {
    margin-bottom: 40px;
  }
}
.creator-list .release-date {
  transform: rotate(0.05deg);
  font-size: 17px;
  background-color: #afb9df;
  color: #fff;
  border-radius: 4px;
  display: inline-block;
  padding: 2px 10px;
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .creator-list .release-date {
    font-size: 14px;
    padding: 2px 6px;
  }
}
.creator-list h3 {
  margin-bottom: 33px;
  padding-bottom: 15px;
  font-weight: 600;
  border-bottom: 2px solid;
}
@media (max-width: 1199px) {
  .creator-list h3 {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .creator-list h3 {
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
}
.creator-list > li {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  padding: 50px 30px;
  background: #fff;
  border: 8px solid #1c1936;
  border-radius: 20px;
  box-shadow: 7px 7px 0 #1c1936;
  box-sizing: border-box;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .creator-list > li {
    gap: 30px;
  }
}
@media (max-width: 575px) {
  .creator-list > li {
    padding: 40px 20px;
    box-shadow: 5px 5px 0 #1c1936;
    border: 5px solid #1c1936;
    margin-bottom: 30px;
  }
}
.creator-list > li:before, .creator-list > li:after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 20px;
  background: #cbe8f6;
}
.creator-list > li:before {
  top: 0;
  border-bottom: 4px solid #1c1936;
  border-radius: 12px 12px 0 0;
}
.creator-list > li:after {
  bottom: 0;
  border-top: 4px solid #1c1936;
  border-radius: 0 0 12px 12px;
}
.creator-list > li .creator-item {
  width: calc((100% - 120px) / 2);
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .creator-list > li .creator-item {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .creator-list p {
    font-size: 13px;
  }
}

.sns {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .sns {
    justify-content: center;
  }
}
.sns li {
  text-align: center;
  transition: opacity 0.3s;
  /* 各リンク (aタグ) をエリア全体に拡張 */
}
.sns li:hover {
  opacity: 0.8;
}
.sns li a {
  display: block; /* リンク全体をクリック可能に */
  width: 100%; /* 横幅を親に合わせる */
  height: 100%; /* 高さを親に合わせる */
  position: relative;
  text-decoration: none; /* デフォルトリンクスタイルを削除 */
}
.sns .x {
  background: #000;
  border-radius: 50%;
  width: 45px;
  height: 45px;
}
.sns .x a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sns .x a:before {
  content: "\e61b";
  font-family: "Font Awesome 6 brands";
  font-size: 1.2em;
  color: #fff;
  display: block;
  line-height: 1;
}
.sns .insta {
  background: linear-gradient(to right, #ffd600, #ff7a00, #ff0069, #d300c5, #7638fa);
  border-radius: 50%;
  width: 45px;
  height: 45px;
}
.sns .insta a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sns .insta a:before {
  content: "\f16d";
  font-family: "Font Awesome 6 brands";
  font-size: 1.2em;
  color: #fff;
  display: block;
  line-height: 1;
}
.sns .web {
  background: #f0907a;
  border-radius: 50px; /* 角丸を調整 */
  padding: 10px 20px;
  width: auto; /* 横幅は文字に応じて自動調整 */
  height: auto; /* 高さも自動調整 */
  text-align: center;
}
.sns .web a {
  display: flex; /* 横長リンク表示 */
  align-items: center; /* 垂直方向中央揃え */
  justify-content: center; /* 水平方向中央揃え */
  font-size: 1em;
  color: #fff;
}

.item_sec {
  position: relative;
  background: url(../img/mainbg2.jpg) repeat top left/min(8.33333vw, 100px);
}
.item_sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/item-bg.png);
  background-size: 100%;
  background-position: top center;
}
@media (min-width: 2000px) {
  .item_sec::before {
    background-size: contain;
  }
}
@media (max-width: 575px) {
  .item_sec::before {
    background-size: 100%;
    background-image: url(../img/item-bgsp.png);
  }
}
.item_sec .StyleF_Frame_ {
  display: flex;
  flex-wrap: wrap;
  z-index: 1;
  position: relative;
  gap: 15px;
}
@media (max-width: 991px) {
  .item_sec .StyleF_Frame_ {
    gap: 10px;
  }
}
.item_sec .StyleF_Item_ {
  width: calc((100% - 45px) / 4);
  padding: 15px;
  background: #fff;
  border: 5px solid #1c1936;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  box-shadow: 4px 4px 0 #1c1936;
}
@media (max-width: 991px) {
  .item_sec .StyleF_Item_ {
    width: calc((100% - 20px) / 3);
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .item_sec .StyleF_Item_ {
    width: calc((100% - 10px) / 2);
    box-shadow: 2px 2px 0 #1c1936;
  }
}
.item_sec .StyleF_Item_ img {
  display: block;
  margin-inline: auto;
}
.item_sec .StyleF_Item_ .name_ {
  margin: 1rem 0;
  transform: rotate(0.05deg);
}
@media (max-width: 767px) {
  .item_sec .StyleF_Item_ .name_ {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .item_sec .StyleF_Item_ .name_ {
    font-size: 12px;
    line-height: 1.4;
  }
}
.item_sec .StyleF_Item_ .price_ {
  margin-bottom: 10px;
  text-align: right;
  font-size: 1.2em;
  font-weight: 800;
  color: #1c1936;
}
@media (max-width: 767px) {
  .item_sec .StyleF_Item_ .price_ {
    font-size: 16px;
  }
}
.item_sec .StyleF_Item_ .cart_ {
  margin-top: auto;
}
.item_sec .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: 100vmax;
  border: 0;
}
@media (max-width: 575px) {
  .item_sec .StyleF_Item_ .cart_ .cart_btn_ {
    padding: 6px 6px 6px 6px;
    font-size: 13px;
  }
}
.item_sec .StyleF_Item_ .cart_ .order_ {
  background: #f0907a;
  border: 3px solid #143a6e;
}
.item_sec .StyleF_Item_ .cart_ .reservation_ {
  background: #1c86ca;
  border: 3px solid #143a6e;
}
.item_sec .StyleF_Item_ .cart_ .sold_out_ {
  background: #aaa;
}
.item_sec .StyleF_Item_ .cart_ .closed_ {
  background: #aaa;
}
.item_sec .StyleF_Item_ .pre_sales_ {
  transform: rotate(0.05deg);
}
.item_sec .StyleF_Item_ .rdt_,
.item_sec .StyleF_Item_ .comment_ {
  display: none;
}

.resale_request {
  text-align: center;
}

.resale_request a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #84dcc6;
  border: 3px solid #143a6e;
  text-decoration: none;
  color: white;
  font-size: 19px;
  letter-spacing: 0.07em;
  font-weight: 800;
  border-radius: 100vmax;
  padding: 8px 0 8px;
  height: 48.05px;
}
@media (max-width: 1267px) {
  .resale_request a {
    height: 3.765vw;
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .resale_request a {
    font-size: 18px;
    height: 5.15vw;
  }
}
@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;
  }
}

.c-logo {
  max-width: 360px;
  width: 76%;
  margin: 0 auto;
}

.coming_sec {
  background: url(../img/future-bg.png) repeat;
  background-size: 1324px;
  /* 背景画像 */
  /* 中央テキスト */
}
@media (max-width: 767px) {
  .coming_sec {
    background-size: 130vw;
  }
}
.coming_sec .read {
  font-weight: 800;
  text-align: center;
  color: #fff;
  font-size: 32px;
  letter-spacing: 0.05em;
  text-shadow: 4px 4px #366275;
  padding-bottom: 28px;
}
@media (max-width: 767px) {
  .coming_sec .read {
    font-size: clamp(1.313rem, 0.864rem + 1.87vw, 1.813rem);
    padding-bottom: 20px;
  }
}
.coming_sec .schedule {
  background: url(../img/futuretxtbg.png) repeat top center/min(8.33333vw, 56px);
  border-radius: 26px;
  min-height: 320px;
  position: relative;
}
@media (max-width: 575px) {
  .coming_sec .schedule {
    min-height: 160px;
  }
}
.coming_sec .coming {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.coming_sec .coming-bg {
  width: min(90%, 1150px);
  margin-inline: auto;
  height: auto;
  display: block;
}
.coming_sec .coming-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-4deg);
  margin: 0;
  font-weight: 900;
  font-style: italic;
  font-size: clamp(24px, 10vw, 68px);
  color: #eb992b;
  text-align: center;
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.6);
  letter-spacing: 0.08em;
  position: absolute;
  white-space: nowrap;
}
.coming_sec .creator-list > li:before, .coming_sec .creator-list > li:after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 20px;
  background: #bca9c9;
}
.coming_sec .creator-list > li .creator01 {
  width: calc(40% - 30px);
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .coming_sec .creator-list > li .creator01 {
    width: 100%;
  }
}
.coming_sec .creator-list > li .creator02 {
  width: calc(60% - 30px);
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .coming_sec .creator-list > li .creator02 {
    width: 100%;
  }
}