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

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

main {
  min-height: 1px;
}

footer {
  margin-top: auto;
}

body {
  position: relative;
  overflow-x: hidden;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
  font-size: 16px;
  color: #222;
  background: #f2f2f2;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}
body::after {
  content: "";
  background: url(../img/bg_marvel.jpg) center top;
  background-size: cover;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  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);
}

main {
  padding-top: 75px;
}
@media screen and (max-width: 768px) {
  main {
    padding-top: 60px;
  }
}

p {
  line-height: 1.6;
  margin-bottom: 1.2em;
}
p:last-child {
  margin-bottom: 0;
}

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

@media screen and (min-width: 769px) {
  .pc-none {
    display: none;
  }
}
section.content {
  position: relative;
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  section.content {
    padding: 70px 0;
  }
}
section.content:not(:last-child) {
  border-bottom: 1px solid #222;
}

.content-wrapper {
  width: min(calc(100% - 60px), 1200px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .content-wrapper {
    width: min(calc(100% - 30px), 1200px);
  }
}

.inner-wrap,
.tab-pane {
  padding: 50px;
}
@media screen and (max-width: 1024px) {
  .inner-wrap,
  .tab-pane {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 768px) {
  .inner-wrap,
  .tab-pane {
    padding: 30px 14px;
  }
}

.inner-wrap {
  background: #fff;
  box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .inner-wrap {
    box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.2);
  }
}
.inner-wrap:not(:last-child) {
  margin-bottom: 50px;
}

.box-gry {
  padding: 30px;
  background: #f2f2f2;
  margin: 30px auto 0;
}

.blank-link::after {
  content: "\f35d";
  display: inline-block;
  margin-left: 0.4em;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}

.btn-wrap {
  text-align: center;
}

a.link-btn {
  display: inline-block;
  position: relative;
  color: #ffffff;
  background: #222;
  font-weight: 500;
  line-height: 1.6;
  text-decoration: none;
  padding: 16px 40px;
}
@media screen and (max-width: 768px) {
  a.link-btn {
    display: block;
    padding: 12px 30px;
  }
}
a.link-btn::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.8em;
  right: 0.8em;
}

.kvArea {
  background: #ffffff;
  text-align: center;
  border-bottom: 1px solid #222;
}

h1.kv {
  width: calc(100% - 10vw);
  padding: 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  h1.kv {
    width: 100%;
  }
}

h2.ttl-wrap {
  display: flex;
  align-items: center;
  gap: 0 20px;
  font-size: 52px;
  font-weight: 500;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  h2.ttl-wrap {
    gap: 0 15px;
    font-size: 45px;
    margin: 0 auto 35px;
  }
}
h2.ttl-wrap::after {
  content: "";
  display: block;
  flex-grow: 1;
  height: 1px;
  background: #222;
}
h2.ttl-wrap em.ttl-txt {
  display: flex;
  align-items: center;
  font-family: "Kufam", sans-serif;
  font-style: normal;
  line-height: 1.4;
}
h2.ttl-wrap em.ttl-txt .en {
  display: inline-block;
  font-weight: 400;
  line-height: 1;
}
h2.ttl-wrap em.ttl-txt .jp {
  display: inline-block;
  font-size: 16px;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  h2.ttl-wrap em.ttl-txt .jp {
    font-size: 13px;
    margin-left: 8px;
  }
}

h3.ico-ttl {
  position: relative;
  font-size: 26px;
  font-weight: 500;
  background: #f2f2f2;
  padding: 12px 20px;
  margin: 0 0 40px;
  border-left: 6px solid #222;
  border-bottom: 1px solid #222;
}
@media screen and (max-width: 768px) {
  h3.ico-ttl {
    font-size: 18px;
    font-weight: 500;
    padding: 12px 12px 10px;
    margin: 0 0 25px;
    border-left-width: 5px;
  }
}
h3.ico-ttl > .fas {
  display: inline-block;
  color: #b99f6f;
  margin-right: 0.5em;
}

h4 {
  display: table;
  color: #ffffff;
  background: #b99f6f;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  margin: 50px 0 20px;
  padding: 0.2em 0.6em 0.3em;
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 16px;
    margin: 40px 0 15px;
  }
}

ul.detail-list > li {
  display: table;
  width: 100%;
}
ul.detail-list > li > span {
  display: table-cell;
  width: 7.5em;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  ul.detail-list > li > span {
    display: block;
    width: 100%;
    margin-bottom: 0.3em;
  }
}
ul.detail-list > li:not(:last-child) {
  margin-bottom: 0.8em;
}
@media screen and (max-width: 768px) {
  ul.detail-list > li:not(:last-child) {
    margin-bottom: 1em;
  }
}

dl.shop-list dt {
  padding: 0;
  border: none;
  margin-bottom: 0.5em;
}
dl.shop-list dt:before {
  content: "\f3c5";
  margin-right: 0.5em;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}
dl.shop-list dd {
  word-break: break-all;
  margin-left: 1.2em;
}

.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #222;
}
.tab-wrap > input {
  display: none;
}

.ticket-tab-content {
  display: none;
  padding: 40px 35px;
}
@media screen and (max-width: 768px) {
  .ticket-tab-content {
    padding: 25px 15px;
  }
}

.tab-label {
  flex-grow: 1;
  color: #7d7d7d;
  background: #eee;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  padding: 20px 40px;
  order: -1;
  cursor: pointer;
  border-bottom: 1px solid #222;
}
@media screen and (max-width: 768px) {
  .tab-label {
    font-size: 14px;
    padding: 12px 15px;
  }
}
.tab-label:not(:last-of-type) {
  border-right: 1px solid #222;
}

.tab-switch:checked + .tab-label {
  color: #222;
  background: #ffffff;
  border-bottom: none;
}

.tab-switch:checked + .tab-label + .ticket-tab-content {
  display: block;
}

ul.benefits-area {
  display: flex;
  flex-wrap: wrap;
  column-gap: 18px;
  row-gap: 25px;
  --column-gap: 18px;
}
ul.benefits-area > li {
  text-align: center;
  width: calc((100% - var(--column-gap) * 1) / 2);
}
@media screen and (max-width: 768px) {
  ul.benefits-area > li {
    width: calc((100% - var(--column-gap) * 0) / 1);
  }
}

.benefits-ttl {
  color: #222;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  margin: 0.6em auto 0;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .benefits-ttl {
    font-size: 14px;
  }
}

p.coming-soon-txt {
  color: #b99f6f;
  font-size: 60px;
  font-family: "Kufam", sans-serif;
  font-style: normal;
  text-align: center;
}
@media screen and (max-width: 768px) {
  p.coming-soon-txt {
    font-size: 40px;
  }
}

section#items {
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  section#items .content-wrapper {
    width: 100%;
  }
  section#items h2.ttl-wrap,
  section#items .box-gry,
  section#items .btn-wrap,
  section#items p.coming-soon-txt {
    width: min(calc(100% - 30px), 1200px);
  }
}

.item-area {
  background: #f2f2f2;
  border: 1px solid #222;
}
@media screen and (max-width: 768px) {
  .item-area {
    border-width: 1px 0;
  }
}

ul.tab.nav-tabs {
  position: sticky;
  top: 75px;
  display: flex;
  border: none;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  ul.tab.nav-tabs {
    top: 60px;
  }
}
ul.tab.nav-tabs > li.tab-item {
  flex-grow: 1;
  flex-basis: 50%;
}
ul.tab.nav-tabs > li.tab-item a.tab-link {
  display: block;
  color: #ffffff;
  background: #222;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  padding: 20px 50px;
}
@media screen and (max-width: 768px) {
  ul.tab.nav-tabs > li.tab-item a.tab-link {
    font-size: 14px;
    padding: 12px 15px;
  }
}
ul.tab.nav-tabs > li.tab-item a.tab-link.active {
  color: #222;
  background: #f2f2f2;
  font-weight: 600;
}

.check-stock {
  padding: 40px 50px 0;
}
@media screen and (max-width: 1024px) {
  .check-stock {
    padding: 40px 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .check-stock {
    padding: 30px 14px 0;
  }
}

.StyleF_Frame_ {
  display: flex;
  flex-wrap: wrap;
  column-gap: 18px;
  row-gap: 25px;
  --column-gap: 18px;
}
@media screen and (max-width: 768px) {
  .StyleF_Frame_ {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 20px;
    --column-gap: 10px;
  }
}
.StyleF_Frame_ > .StyleF_Item_ {
  width: calc((100% - var(--column-gap) * 3) / 4);
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #ffffff;
  border: 1px solid #ddd;
  padding: 0 0 15px;
}
@media screen and (max-width: 1024px) {
  .StyleF_Frame_ > .StyleF_Item_ {
    width: calc((100% - var(--column-gap) * 2) / 3);
  }
}
@media screen and (max-width: 768px) {
  .StyleF_Frame_ > .StyleF_Item_ {
    width: calc((100% - var(--column-gap) * 1) / 2);
  }
}
.StyleF_Frame_ > .StyleF_Item_ .name_ {
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  word-break: break-all;
  padding: 0 15px;
  margin: 10px auto 15px;
}
@media screen and (max-width: 768px) {
  .StyleF_Frame_ > .StyleF_Item_ .name_ {
    font-size: 12px;
    padding: 0 10px;
  }
}
.StyleF_Frame_ > .StyleF_Item_ .name_ a {
  color: #222;
  text-decoration: none;
}
.StyleF_Frame_ > .StyleF_Item_ .price_ {
  width: 100%;
  font-size: 18px;
  text-align: right;
  padding: 0 15px;
  margin: 0 auto 15px;
}
@media screen and (max-width: 768px) {
  .StyleF_Frame_ > .StyleF_Item_ .price_ {
    font-size: 15px;
    padding: 0 10px;
  }
}
.StyleF_Frame_ > .StyleF_Item_ .cart_ {
  margin: auto auto 0;
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  .StyleF_Frame_ > .StyleF_Item_ .cart_ {
    padding: 0 10px;
  }
}
.StyleF_Frame_ > .StyleF_Item_ .rdt_,
.StyleF_Frame_ > .StyleF_Item_ .comment_ {
  display: none;
}

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

ul.list-att > li {
  font-size: 14px;
  word-break: break-all;
  position: relative;
  padding-left: 1.4em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  ul.list-att > li {
    font-size: 12px;
  }
}
ul.list-att > li:not(:last-child) {
  margin-bottom: 0.4em;
}
ul.list-att > li::before {
  content: "※";
  position: absolute;
  left: 0;
  color: #c90000;
}

ul.list-disc {
  margin-left: 1.4em;
}
ul.list-disc > li {
  list-style: disc;
}

dl dt {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0.8em;
  padding: 0 0 0.5em;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  dl dt {
    font-size: 15px;
  }
}
dl dd {
  margin-bottom: 2em;
}
dl dd:last-child {
  margin-bottom: 0;
}

footer {
  background-color: #222;
  padding: 20px 15px;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 18px 10px;
  }
}
footer .link-pageup {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  right: 40px;
  bottom: 20px;
  font-size: 22px;
  color: #222;
  width: 50px;
  height: 50px;
  background: #ffffff;
  border: 1px solid #222;
}
@media (max-width: 991px) {
  footer .link-pageup {
    right: 10px;
    bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  footer .link-pageup {
    font-size: 18px;
    width: 42px;
    height: 42px;
  }
}
footer .link-pageup:hover {
  color: #666666;
}
footer .copyright {
  display: block;
  font-size: 12px;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  footer .copyright {
    font-size: 11px;
  }
}

header .logo-wrap {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 0 15px;
}
@media screen and (max-width: 768px) {
  header .logo-wrap {
    gap: 0 8px;
  }
}
header .logo-wrap p.site-name {
  font-family: "Kufam", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.05em;
  position: relative;
  top: 0.15em;
}
@media screen and (max-width: 768px) {
  header .logo-wrap p.site-name {
    font-size: 15px;
  }
}
header .img-logo {
  display: block;
  height: 100%;
  height: 100%;
  object-fit: contain;
  max-width: 200px;
}
@media screen and (max-width: 768px) {
  header .img-logo {
    max-width: 100px;
  }
}

nav.navbar {
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 75px;
  padding: 0;
  background-color: #ffffff;
  border-bottom: 1px solid #222;
}
@media screen and (max-width: 768px) {
  nav.navbar {
    height: 60px;
  }
}
nav.navbar .container-fluid {
  height: 75px;
  padding: 10px 30px;
}
@media screen and (max-width: 768px) {
  nav.navbar .container-fluid {
    height: 60px;
    padding: 6px 10px;
  }
}
nav.navbar button.navbar-toggler {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border: none;
  text-decoration: none;
  font-size: 14px;
  color: #ffffff;
  background: #222;
  padding: 14px 40px 10px;
  border-radius: 50vw;
}
@media screen and (max-width: 768px) {
  nav.navbar button.navbar-toggler {
    padding: 12px 20px 8px;
  }
}
nav.navbar button.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}
nav.navbar button.navbar-toggler .navbar-toggler-icon {
  display: flex;
  align-items: center;
  gap: 0 15px;
  width: auto;
  height: auto;
  font-size: 20px;
  font-weight: 600;
  font-family: "Kufam", sans-serif;
}
@media screen and (max-width: 768px) {
  nav.navbar button.navbar-toggler .navbar-toggler-icon {
    font-size: 17px;
    gap: 0 10px;
  }
}
nav.navbar button.navbar-toggler .navbar-toggler-icon::after {
  position: relative;
  content: "\f0c9";
  display: block;
  top: -0.1em;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}
nav.navbar button.navbar-toggler[aria-expanded=true] .navbar-toggler-icon::after {
  content: "\f00d";
}
nav.navbar .navbar-nav {
  background-color: #222;
  padding: 20px;
}
nav.navbar .nav-link {
  color: #ffffff;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
}
@media (max-width: 575px) {
  nav.navbar .nav-link {
    padding: 12px 20px;
  }
}
nav.navbar .nav-item {
  width: 100%;
  max-width: 600px;
  border-bottom: 1px solid #aaa;
}
nav.navbar .nav-item:last-child {
  border-bottom: none;
}