@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Audiowide&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html.lb-disable-scrolling {
  overflow: hidden;
  /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
  position: fixed;
  height: 100vh;
  width: 100vw;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../image/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/common/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/common/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/common/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

html {
  scroll-behavior: smooth;
  font-size: 10px;
}

body {
  position: relative;
  font-family: "M PLUS 1p", "Noto Sans JP", HelveticaNeue, Helvetica Neue, Helvetica, Arial, "Droid Sans", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.8;
  font-feature-settings: "pwid";
  background-image: url(../img/bg_title.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  font-size: 10px;
}

@media screen and (max-width: 1024px) {
  body {
    background: #000;
  }
  body:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    background-image: url(../img/bg_title_mobile.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
    z-index: -1;
  }
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  pointer-events: none;
  transition: opacity 1s ease;
}

body.overlay-active .overlay {
  opacity: 1;
  pointer-events: auto;
}

header {
  position: absolute;
  z-index: 100;
  width: 100%;
  padding: 2rem 3rem 0;
}
header a {
  max-width: 140px;
  display: block;
}
header a img {
  width: 100%;
  display: block;
}
header .platform {
  position: absolute;
  top: 2rem;
  right: 3rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 1rem;
}
header .platform li {
  width: 120px;
  margin: 0 0 0 1rem;
  text-align: right;
}
header .platform li img {
  display: inline-block;
  width: 100%;
}

@media screen and (max-width: 768px) {
  header a {
    width: 20%;
  }
  header .platform {
    top: 3rem;
    right: 2rem;
  }
}
@media screen and (max-width: 640px) {
  header {
    padding: 1rem 1rem 0;
  }
  header .platform {
    top: 28%;
    right: 1rem;
    width: 60%;
    column-gap: 3%;
  }
  header .platform li {
    width: 24%;
  }
}
.notice {
  position: fixed;
  margin: 0 auto;
  width: 30%;
  font-size: 1.4rem;
  background: rgba(0, 0, 0, 0.7);
  padding: 1.5em;
  color: #fff;
  bottom: 0;
  right: 0;
  z-index: 9999;
}
.notice dt {
  font-weight: 700;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #eee;
}
.notice dd {
  margin: 1em auto 0;
  font-size: 1.2rem;
}
.notice dd.text {
  max-height: 200px;
  overflow: scroll;
}
.notice dd.bug-news a {
  display: inline-block;
  padding: 1rem 0;
  color: #fff;
  border: 1px solid #fff;
  font-size: 1.2rem;
  width: 100%;
  text-align: center;
  margin: 2rem auto 0;
}
.notice .close-btn {
  position: absolute;
  top: 1.5em;
  right: 1.5em;
  cursor: pointer;
}
.notice.hidden {
  opacity: 0;
  visibility: hidden;
  transition: 0.8s;
}

@media screen and (max-width: 1024px) {
  .notice {
    width: 100%;
    padding: 1.5em 4em;
  }
  .notice .close-btn {
    right: 4em;
  }
}
@media screen and (max-width: 640px) {
  .notice {
    padding: 1.5em 2em;
  }
  .notice .close-btn {
    right: 2em;
  }
}
.title {
  margin: 0 auto;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.title .title-wrap {
  width: 40%;
  margin-left: 5%;
  margin-top: 3%;
}
.title .title-wrap h1 {
  width: 80%;
  margin-top: 5%;
}
.title .title-wrap h1 img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.title .title-wrap .lead {
  margin: 4% auto;
  color: #fff;
  font-weight: 700;
  font-size: 1.6vw;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 6px;
}
.title .title-wrap .lead div {
  background: rgba(0, 0, 0, 0.6);
  padding: 0.1em 0.5em;
}
.title .title-wrap .lead div span {
  color: transparent;
  background-clip: text;
  background-image: linear-gradient(90deg, rgb(223, 168, 168) 5%, rgb(193, 199, 197) 19%, rgb(108, 199, 221) 42%, rgb(177, 151, 223) 73%, rgb(122, 197, 216) 82%, rgb(223, 168, 168));
  display: block;
}
.title .title-wrap .video-wrap {
  margin: 0 auto;
}
.title .title-wrap .video-wrap .video-container {
  position: relative;
  z-index: 10;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.title .title-wrap .video-wrap .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1024px) {
  .title {
    justify-content: flex-start;
  }
  .title .title-wrap {
    width: 70%;
    margin-top: 20%;
  }
  .title .title-wrap .lead {
    font-size: 3vw;
  }
}
@media screen and (max-width: 640px) {
  .title {
    justify-content: flex-start;
  }
  .title .title-wrap {
    width: 100%;
    margin-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100dvh;
    margin-top: 0;
  }
  .title .title-wrap h1 {
    width: 70%;
    margin-left: 5%;
    margin-top: 20%;
  }
  .title .title-wrap .lead {
    font-size: 4.2vw;
    margin-left: 5%;
    flex-grow: 1;
  }
  .title .title-wrap .video-wrap {
    width: 90%;
    margin-bottom: 10%;
  }
}
.contents-wrap {
  position: relative;
  margin: 0 auto;
  padding: 10rem 0;
  color: #fff;
}

.block {
  margin: 0 auto 10rem;
}

@media screen and (max-width: 1024px) {
  .contents-wrap {
    padding: 0 0 8rem;
    background: none;
  }
}
@media screen and (max-width: 640px) {
  .contents-wrap {
    padding: 6rem 0;
  }
  .block {
    margin: 0 auto 6rem;
  }
}
.item-info {
  max-width: 1200px;
  padding: 0 4rem;
}
.item-info .item-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 2rem;
}
.item-info .item-list li {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 4%;
  border: 1px solid #fff;
  box-sizing: border-box;
  position: relative;
}
.item-info .item-list li .item-title {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1rem;
}
.item-info .item-list li .item-title img {
  width: 70%;
  margin: 0 auto;
}
.item-info .item-list li .item-title span {
  display: inline-block;
  margin: 1.5rem auto 0;
  background: #fff;
  color: #000;
  font-size: 1.6rem;
  padding: 0.5rem 1rem;
  line-height: 1;
}
.item-info .item-list li .package img {
  width: 100%;
  display: block;
}
.item-info .item-list li dl {
  font-size: 1.6rem;
}
.item-info .item-list li .price {
  display: flex;
  justify-content: center;
  align-items: center;
}
.item-info .item-list li .price dt {
  border: 1px solid #fff;
  padding: 0.1em 1em;
  margin: 0 1em 0 0;
  flex-shrink: 0;
}
.item-info .item-list .item {
  width: 49%;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
.item-info .item-list .item .price {
  flex-grow: 1;
}
.item-info .item-list .item .contents {
  flex-grow: 1;
  width: 90%;
  margin: 0 auto;
}
.item-info .item-list .item .contents dt {
  border-bottom: 1px solid #fff;
  text-align: center;
  margin-bottom: 1rem;
}
.item-info .item-list .item .reserve {
  display: inline-block;
  padding: 1.2rem 0;
  width: 100%;
  background: #fff;
  color: #000;
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
  border: 1px solid transparent;
  box-sizing: border-box;
  max-width: 300px;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: center;
}
.item-info .item-list .item .reserve::after {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  color: #151515;
  top: 50%;
  right: 1em;
  transform: translate(0%, -50%);
}
.item-info .item-list .item .reserve:hover {
  color: #fff;
  background: #000;
  border: 1px solid #fff;
  transition: 0.8s;
}
.item-info .item-list .item .reserve:hover::after {
  color: #fff;
}
.item-info .item-list .download {
  width: 100%;
  display: flex;
  justify-content: center;
  column-gap: 1%;
  align-items: center;
  padding: 2% 4%;
}
.item-info .item-list .download .title-price {
  width: 50%;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
.item-info .item-list .download .store {
  width: 40%;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
.item-info .item-list .download .store div a {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.item-info .item-list .download .store div a:hover {
  transition: 0.8s;
  opacity: 0.8;
}
.item-info .item-list .download .store div a img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.item-info .item-list .download .store div span {
  text-align: center;
  display: block;
  margin-bottom: 1rem;
  font-size: 1.6rem;
}
.item-info .item-list .download .store div.coming-soon {
  width: 80%;
  margin: 0 auto;
}
.item-info .item-list .download .store div.coming-soon img {
  width: 100%;
  display: block;
  padding: 4rem 0;
}
.item-info .item-list .download .store div.switch a {
  width: 50%;
}
.item-info .item-list .download .store div.ps a {
  width: 80%;
  background: #fff;
  padding: 0.8em 1em;
}

@media screen and (max-width: 640px) {
  .item-info {
    padding: 0 2rem;
  }
  .item-info .item-list li {
    padding: 4rem 2rem;
  }
  .item-info .item-list .item {
    width: 100%;
  }
  .item-info .item-list .download {
    flex-direction: column;
    padding: 4rem 2rem;
    row-gap: 2rem;
  }
  .item-info .item-list .download .title-price {
    width: 100%;
  }
  .item-info .item-list .download .store {
    width: 100%;
  }
}
.sfc-info {
  max-width: 1360px;
  padding: 0 2rem;
}
.sfc-info h2 {
  font-family: "Audiowide", sans-serif;
  font-size: max(4vw, 2em);
  color: transparent;
  background-clip: text;
  background-image: linear-gradient(90deg, rgb(223, 168, 168) 5%, rgb(193, 199, 197) 19%, rgb(108, 199, 221) 42%, rgb(177, 151, 223) 73%, rgb(122, 197, 216) 82%, rgb(223, 168, 168));
  line-height: 1.2;
  margin-bottom: 1rem;
}
.sfc-info .lead {
  font-size: 2rem;
  font-weight: 700;
}
.sfc-info .detail-wrap {
  display: flex;
  flex-direction: row-reverse;
  column-gap: 4%;
  margin-top: 6rem;
}
.sfc-info .detail-wrap .sfc-package {
  width: 20%;
}
.sfc-info .detail-wrap .sfc-package img {
  width: 100%;
  display: block;
}
.sfc-info .detail-wrap .sfc-detail {
  width: 76%;
  display: flex;
  flex-direction: column;
  row-gap: 4rem;
}
.sfc-info .detail-wrap .sfc-detail div {
  display: flex;
  flex-direction: row-reverse;
  column-gap: 2%;
  align-items: center;
}
.sfc-info .detail-wrap .sfc-detail div img {
  width: 40%;
}
.sfc-info .detail-wrap .sfc-detail div dl {
  width: 58%;
}
.sfc-info .detail-wrap .sfc-detail div dl dt {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.sfc-info .detail-wrap .sfc-detail div dl dd {
  font-size: 1.6rem;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
.sfc-info .detail-wrap .sfc-detail div dl dd:before, .sfc-info .detail-wrap .sfc-detail div dl dd:after {
  content: "";
  height: 1px;
  width: 100%;
  background-image: linear-gradient(90deg, rgb(223, 168, 168) 5%, rgb(193, 199, 197) 19%, rgb(108, 199, 221) 42%, rgb(177, 151, 223) 73%, rgb(122, 197, 216) 82%, rgb(223, 168, 168));
}
.sfc-info .detail-wrap .sfc-detail div:nth-of-type(2) {
  flex-direction: row;
}

@media screen and (max-width: 768px) {
  .sfc-info {
    padding: 0 4rem;
  }
  .sfc-info h2 {
    font-size: max(5vw, 2em);
  }
  .sfc-info .detail-wrap {
    position: relative;
    align-items: flex-start;
  }
  .sfc-info .detail-wrap .sfc-package {
    width: 30%;
    position: sticky;
    top: 0;
    right: 0;
    height: 100%;
  }
  .sfc-info .detail-wrap .sfc-detail {
    width: 66%;
  }
  .sfc-info .detail-wrap .sfc-detail div {
    flex-direction: column;
  }
  .sfc-info .detail-wrap .sfc-detail div img {
    width: 100%;
  }
  .sfc-info .detail-wrap .sfc-detail div dl {
    width: 100%;
    margin-top: 2rem;
  }
  .sfc-info .detail-wrap .sfc-detail div:nth-of-type(2) {
    flex-direction: column;
  }
}
@media screen and (max-width: 640px) {
  .sfc-info {
    padding: 0 2rem;
  }
  .sfc-info h2 {
    font-size: 8vw;
  }
  .sfc-info .lead {
    font-size: 1.8rem;
    margin-top: 1em;
  }
  .sfc-info .detail-wrap {
    margin-top: 4rem;
  }
  .sfc-info .detail-wrap .sfc-detail div img {
    width: 100%;
  }
  .sfc-info .detail-wrap .sfc-detail div dl dt {
    font-size: 1.6rem;
  }
}
.game-capture {
  text-align: center;
  max-width: 1360px;
  padding: 0 2rem;
}
.game-capture__heading h2 {
  display: inline-block;
  line-height: 1.5;
  font-size: 5rem;
  font-weight: 700;
  border: 2px solid #fff;
  border-image: linear-gradient(90deg, rgb(223, 168, 168) 5%, rgb(193, 199, 197) 19%, rgb(108, 199, 221) 42%, rgb(177, 151, 223) 73%, rgb(122, 197, 216) 82%, rgb(223, 168, 168)) 2;
  padding: 0.5em 1em;
  color: transparent;
  background-clip: text;
  background-image: linear-gradient(90deg, rgb(223, 168, 168) 5%, rgb(193, 199, 197) 19%, rgb(108, 199, 221) 42%, rgb(177, 151, 223) 73%, rgb(122, 197, 216) 82%, rgb(223, 168, 168));
  transform: skew(-10deg);
}
.game-capture__heading h2 span {
  display: inline-block;
  margin-left: 0.3em;
}
.game-capture__heading .lead {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 4rem auto 0;
  max-width: 1000px;
  text-align: left;
}
.game-capture .game-capture__content {
  display: flex;
  flex-direction: column;
  row-gap: 8rem;
  margin-top: 8rem;
}
.game-capture .game-capture__content .feature dl {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto 4rem;
  max-width: 1000px;
}
.game-capture .game-capture__content .feature dl dt {
  margin: 0 0 2.4rem;
  font-size: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 2rem;
  background: rgba(0, 0, 0, 0.3);
  padding: 1rem 0;
}
.game-capture .game-capture__content .feature dl dt span {
  flex-shrink: 0;
  width: 20em;
}
.game-capture .game-capture__content .feature dl dt:before, .game-capture .game-capture__content .feature dl dt::after {
  content: "";
  height: 1px;
  width: 10%;
  background-image: linear-gradient(90deg, rgb(223, 168, 168) 5%, rgb(193, 199, 197) 19%, rgb(108, 199, 221) 42%, rgb(177, 151, 223) 73%, rgb(122, 197, 216) 82%, rgb(223, 168, 168));
}
.game-capture .game-capture__content .feature dl dd {
  text-align: left;
  line-height: 2;
  font-size: 1.6rem;
  font-weight: 700;
}
.game-capture .game-capture__content .feature .img-wrap {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  column-gap: 2%;
  margin: 0 auto;
}
.game-capture .game-capture__content .feature .img-wrap a {
  width: 32%;
  display: block;
  border: 4px solid transparent;
  box-sizing: border-box;
}
.game-capture .game-capture__content .feature .img-wrap a img {
  width: 100%;
  display: block;
}
.game-capture .game-capture__content .feature .img-wrap a:hover {
  background: #fff;
  opacity: 0.8;
  transition: 0.8s;
  border: 4px solid #fff;
  box-sizing: border-box;
}
.game-capture .game-capture__content .function {
  border: 2px solid #fff;
  border-image: linear-gradient(90deg, rgb(223, 168, 168) 5%, rgb(193, 199, 197) 19%, rgb(108, 199, 221) 42%, rgb(177, 151, 223) 73%, rgb(122, 197, 216) 82%, rgb(223, 168, 168)) 2;
  padding: 4rem;
  margin: 0 auto;
  box-sizing: border-box;
}
.game-capture .game-capture__content .function .function-title {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.game-capture .game-capture__content .function .img-wrap {
  display: flex;
  column-gap: 2%;
  max-width: 1200px;
}
.game-capture .game-capture__content .function .img-wrap div {
  width: 32%;
}
.game-capture .game-capture__content .function .img-wrap div img {
  width: 100%;
  display: block;
}
.game-capture .game-capture__content .function .img-wrap div p {
  font-size: 1.6rem;
  text-align: left;
  margin-top: 1em;
}

@media screen and (max-width: 768px) {
  .game-capture {
    padding: 0 4rem;
  }
  .game-capture__heading h2 {
    font-size: 4vw;
  }
  .game-capture .game-capture__content .feature dl dt {
    font-size: 3vw;
  }
  .game-capture .game-capture__content .function .function-title {
    font-size: 3vw;
  }
}
@media screen and (max-width: 640px) {
  .game-capture {
    padding: 0 2rem;
  }
  .game-capture__heading h2 {
    font-size: 6vw;
  }
  .game-capture__heading h2 span {
    display: block;
    margin-left: 0;
  }
  .game-capture__heading .lead {
    font-size: 1.6rem;
  }
  .game-capture .game-capture__content {
    row-gap: 4rem;
    margin-top: 4rem;
  }
  .game-capture .game-capture__content .feature dl dt {
    font-size: 2rem;
  }
  .game-capture .game-capture__content .feature .img-wrap {
    row-gap: 4rem;
  }
  .game-capture .game-capture__content .feature .img-wrap a {
    width: 100%;
  }
  .game-capture .game-capture__content .function {
    padding: 4rem 2rem;
  }
  .game-capture .game-capture__content .function .function-title {
    font-size: 2rem;
  }
  .game-capture .game-capture__content .function .img-wrap {
    flex-direction: column;
    row-gap: 4rem;
  }
  .game-capture .game-capture__content .function .img-wrap div {
    width: 100%;
  }
}
.overview {
  margin: 0 auto;
  padding: 0 4rem;
}
.overview section {
  z-index: 10;
  position: relative;
  max-width: 840px;
  margin: 0 auto;
  padding: 4rem;
  border: 1px solid #fff;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.7);
}
.overview section h2 {
  margin: 0 auto 1em;
  font-size: 2.4rem;
  text-align: center;
  font-weight: 700;
}
.overview section dl {
  font-size: 1.6rem;
  padding: 2em 1em;
  text-align: left;
  line-height: 1.5;
  border-top: 1px solid #aaa;
  display: flex;
  align-items: center;
}
.overview section dl:last-child {
  border-bottom: 1px solid #aaa;
}
.overview section dl dt {
  font-weight: bold;
  letter-spacing: normal;
  width: 14em;
  flex-shrink: 0;
}
.overview section dl.cero dd div {
  display: flex;
  align-items: center;
  column-gap: 16px;
}
.overview section dl.cero dd div img {
  height: 60px;
  width: auto;
}
.overview section dl.release dd div, .overview section dl.price dd div {
  display: flex;
  column-gap: 1em;
}
.overview section dl.release dd div span, .overview section dl.price dd div span {
  width: 11em;
  flex-shrink: 0;
}
.overview section dl.price dd .remarks {
  font-size: 1.4rem;
  margin-top: 1em;
}

@media screen and (max-width: 768px) {
  .overview section dl {
    flex-direction: column;
    align-items: flex-start;
  }
  .overview section dl dt {
    width: auto;
    margin-bottom: 8px;
  }
  .overview section dl dt br {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .overview {
    padding: 0 2rem;
  }
  .overview section {
    padding: 2rem;
  }
  .overview section dl.release dd, .overview section dl.price dd {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
  }
  .overview section dl.release dd div, .overview section dl.price dd div {
    flex-direction: column;
  }
  .overview section dl.release dd div span br, .overview section dl.price dd div span br {
    display: none;
  }
}
.bug {
  margin: 8rem auto 0;
  max-width: 840px;
  padding: 4rem 2rem;
  background: rgba(0, 0, 0, 0.7);
}
.bug section {
  margin: 0 auto;
  max-width: 1000px;
}
.bug section h2 {
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
}
.bug section div {
  margin: 4rem auto 0;
  font-size: 1.4rem;
  line-height: 1.8;
}
.bug section div dl {
  margin: 4rem auto 0;
}
.bug section div dl .date {
  border-bottom: 1px solid #fff;
  padding: 0 0 0.8rem;
}
.bug section div dl .text {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

@media screen and (max-width: 1024px) {
  .bug {
    padding: 4rem;
  }
}
@media screen and (max-width: 640px) {
  .bug {
    padding: 2rem;
  }
  .bug section div {
    font-size: 1.4rem;
  }
}
footer {
  padding: 4em 2rem;
  background: rgb(0, 0, 0);
  text-align: center;
  position: relative;
}
footer ul {
  font-size: 1.4em;
  font-weight: 600;
  margin: 0 0 3em;
}
footer ul li {
  display: inline-block;
  vertical-align: bottom;
}
footer ul li:first-child:after {
  content: "|";
  padding: 0 0.5em;
  color: #fff;
  display: inline-block;
  vertical-align: bottom;
}
footer ul li a {
  color: #ffc107;
}
footer ul li a:hover {
  color: #2156E7;
  transition: 0.8s;
}
footer #page-top {
  color: #151515;
  display: block;
  font-size: 1.4em;
  background: #fff;
  max-width: 200px;
  margin: 0 auto 3em;
  padding: 0.5em 2em;
}
footer #page-top:hover {
  opacity: 0.8;
  transition: 0.8s;
}
footer #page-top:before {
  display: inline-block;
  content: "\f0de";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  color: #151515;
  margin: 0 0.5em 0 0;
  vertical-align: middle;
  padding: 0.5em 0 0;
  font-size: 1.55em;
}
footer p {
  color: #fff;
  font-size: 1.2em;
  line-height: 1.5;
  margin: 2em auto 0;
}

.shop-list::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../img/bg_title.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  z-index: -1;
}
.shop-list h1 {
  position: relative;
  z-index: 100;
  width: 30%;
  margin: 0 auto;
  padding: 10rem 0 0;
}
.shop-list h1 img {
  width: 100%;
  display: block;
}
.shop-list .contents-wrap {
  padding: 10rem 0;
  background: none;
}
.shop-list .contents-wrap section {
  position: relative;
  z-index: 100;
  text-align: center;
  color: #000;
}
.shop-list .contents-wrap section h2 {
  display: inline-block;
  background: #fff;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  padding: 2rem 4rem;
  margin: 0 auto;
  line-height: 1;
}
.shop-list .contents-wrap section h2 span {
  display: block;
  font-size: 0.4em;
  margin: 0.5rem auto 0;
}
.shop-list .contents-wrap section div .lead {
  color: #fff;
  font-size: 1.6rem;
  margin: 5rem auto;
  padding: 0 2rem;
  line-height: 1.5;
}
.shop-list .contents-wrap section div .list {
  max-width: 1200px;
  padding: 0 2rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  column-gap: 2%;
  row-gap: 3rem;
}
.shop-list .contents-wrap section div .list dl {
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 4rem 2rem;
  width: 32%;
  row-gap: 2rem;
}
.shop-list .contents-wrap section div .list dl dt img {
  height: 40px;
  display: block;
  margin: 0 auto;
}
.shop-list .contents-wrap section div .list dl dt img.width100 {
  width: 100%;
  height: auto;
}
.shop-list .contents-wrap section div .list dl dt img.width80 {
  width: 80%;
  height: auto;
}
.shop-list .contents-wrap section div .list dl dd {
  margin: 0 auto;
  font-size: 1.4rem;
  width: 100%;
}
.shop-list .contents-wrap section div .list dl dd:last-of-type {
  margin-top: auto;
}
.shop-list .contents-wrap section div .list dl dd img {
  width: 80%;
}
.shop-list .contents-wrap section div .list dl dd a {
  display: block;
  padding: 1.2rem 0;
  width: 80%;
  background: #fff;
  color: #000;
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
  border: 1px solid #000;
  box-sizing: border-box;
  margin: 0 auto;
}
.shop-list .contents-wrap section div .list dl dd a::after {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  color: #151515;
  top: 50%;
  right: 1em;
  transform: translate(0%, -50%);
}
.shop-list .contents-wrap section div .list dl dd a:hover {
  color: #fff;
  background: #000;
  border: 1px solid #fff;
  transition: 0.8s;
}
.shop-list .contents-wrap section div .list dl dd a:hover::after {
  color: #fff;
}
.shop-list #back-to-top {
  display: block;
  margin: 4rem auto 0;
  padding: 1.5rem 0;
  max-width: 300px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  background: #fff;
  color: #000;
  border: 2px solid #000;
}
.shop-list #back-to-top:hover {
  background: #000;
  color: #fff;
  transition: 0.8s;
  border: 2px solid #fff;
}

@media screen and (max-width: 640px) {
  .shop-list:before {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../img/bg_title_mobile.jpg");
  }
  .shop-list h1 {
    width: 60%;
    margin: 0 auto;
    padding: 10rem 0 0;
  }
  .shop-list .contents-wrap {
    padding: 6rem 0 8rem;
  }
  .shop-list .contents-wrap section h2 {
    font-size: 2.4rem;
    padding: 1rem 4rem;
  }
  .shop-list .contents-wrap section h2 span {
    font-size: 0.5em;
  }
  .shop-list .contents-wrap section div .lead {
    margin: 3rem auto;
    line-height: 1.6;
    text-align: left;
  }
  .shop-list .contents-wrap section div .list {
    row-gap: 4rem;
  }
  .shop-list .contents-wrap section div .list dl {
    padding: 3rem 2rem;
    width: 100%;
  }
  .shop-list .contents-wrap section div .list dl dd img {
    width: 80%;
  }
  .shop-list .contents-wrap section div .list dl dd a {
    font-size: 1.6rem;
  }
}
.explanation {
  position: relative;
  z-index: 1;
  min-height: 100vh;
}/*# sourceMappingURL=style.css.map */