@charset "UTF-8";

/* =========================================================
   RESET / BASE
   ========================================================= */

a,
a img {
  background: 0 0;
}

a:link,
a:visited,
ins {
  text-decoration: none;
}

a,
hr {
  padding: 0;
}

img,
svg {
  width: 100%;
  max-width: unset;
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
.foot,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: 0 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}

ins,
mark {
  background-color: #ff9;
  color: #000;
}

* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

*,
:after,
:before {
  box-sizing: border-box;
}

nav ul,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::after,
blockquote::before,
q::after,
q::before {
  content: none;
}

a {
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  cursor: pointer;
}

a:visited {
  color: inherit;
}

a:link {
  color: inherit;
}

a img {
  border: 0 #fff;
}

mark {
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border-width: 1px 0 0;
  border-image: initial;
  border-style: solid initial initial;
  border-color: #ccc initial initial;
  margin: 1em 0;
}

input,
select {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  line-height: 0;
  width: 100%;
}

input:focus,
textarea:focus {
  outline: 0;
}

html {
  font-size: 62.5%;
  /* scroll-behavior: smooth; */
}

img[src$=".svg"] {
  width: auto;
  height: auto;
}

svg {
  overflow: hidden;
}

input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.brand-header {
  padding: 8px 14px 6px;
  background: #fafafa;
  position: relative;
  text-align: center;
}

.year {
  font-size: 10px;
  position: absolute;
  left: 12px;
  top: 18px;
}

.brand {
  font-family: Georgia, serif;
  font-weight: 700;
  font-size: 25px;
}

body.top header {
  display: none;
}

/* =========================================================
   COMMON
   ========================================================= */

body::-webkit-scrollbar {
  display: none;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  text-rendering: optimizelegibility;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  background: #ffffff;
  color: #333;
  position: relative;
  letter-spacing: 0.1em;
  font-weight: normal;
  /* touch-action: manipulation; */
}

:root {
  --navy: #00214b;
  --red: #e60012;
  --yellow: #f2ef00;
  --paper: #f4f4f1;
  --blue: #0989c5;
}

body.is-sp .pc {
  display: none;
}

.screen {
  display: none;
}

.screen.active {
  display: block;
}

.step_wrap {
  padding: 0 3%;
  margin-bottom: 20px;
}

.step_inner {
  border: 2px solid var(--navy);
  line-height: 0;
}

.step-head {
  line-height: 0;
}

/* =========================================================
   HEADER / FOOTER
   ========================================================= */

body.is-pc header .wrap {
  padding: 0 3%;
  padding-top: 20px;
}

footer {
  /* background-color: var(--navy); */
}

footer .inner {
  position: relative;
  padding-top: 50px;
  padding-bottom: 30px;
}

footer #pagetop {
  line-height: 0;
  width: 10px;
  position: absolute;
  right: 12px;
  top: 25px;
}

footer .footer-logo {
  width: 85px;
  margin: auto;
  line-height: 0;
  margin-bottom: 40px;
}

footer .footer-logo a {
  display: block;
  line-height: 0;
}

footer .footer-copy {
  width: 282px;
  margin: auto;
  line-height: 0;
}

/* =========================================================
   INTRO
   ========================================================= */

.intro-top .intro-mainvisual {
  line-height: 0;
  position: relative;
}
.intro-top .intro-mainvisual-placeholder{

}
.intro-top .logo{
  position: absolute;
  z-index: 1001;
  top: 0;
  left: 0;
}
.intro-copy {
  padding: 5% 3%;
}

.intro-movie {
  padding: 0px 3%;
}

.intro-movie .sec_ttl {
  line-height: 0;
  margin-bottom: 4px;
}

.intro-movie-iframe_wrap {
  aspect-ratio: 16/9;
  position: relative;
  margin-bottom: 10px;
}

.intro-movie-iframe_wrap iframe {
  /* position: absolute; */
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 4;
}

.intro-schedule {
  padding: 0px 3%;
  line-height: 0;
  margin-bottom: 10px;
  position: relative;
}
.intro-schedule_wrap{
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 15px;
}

.intro-schedule_wrap::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    /* top: 0; */
    background-color: var(--navy);
}
.intro-maker {
  /* margin-bottom: 30px; */
}

.intro-maker {
  padding: 0;
  /* margin-bottom: -10px; */
  /* width: 115%; */
  position: relative;
  /* margin-bottom: 20px; */
  /* padding-bottom: 11px; */
  line-height: 0;
  overflow: hidden;
}



.intro-maker .lion {
  position: absolute;
  z-index: 5;
  width: 33%;
  right: 33%;
  bottom: 1px;
}
.intro-maker button {
}

.intro-maker .text {
  position: absolute;
  z-index: 4;
  bottom: 2%;
  width: 50%;
  left: -2%;
}
.intro-maker .circle {
  position: absolute;
  z-index: 3;
  animation: rotation 100s linear infinite;
  width: 50%;
  left: -2%;
  bottom: 2%;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.intro-fanclub{
    padding: 0px 3%;
    line-height: 0;
    position: relative;
    /* padding-top: 20px; */
    line-height: 0;
}
.intro-fanclub a{
    position: relative;
    display: block;
    /* padding-top: 20px; */
    /* padding-bottom: 20px; */
    /* margin-bottom: 20px; */
}
.intro-fanclub .intro-fanclub_wrap{
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.intro-fanclub .intro-fanclub_wrap::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  /* top: 0; */
  background-color: var(--navy);
}
.intro-fanclub .intro-fanclub_wrap::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  /* top: 0; */
  background-color: var(--navy);
}
.intro-pickupgame {
  padding: 0px 3%;
  line-height: 0;
  margin-bottom: 10px;
}

.intro-pickupgame .sec_ttl {
  line-height: 0;
  margin-bottom: 10px;
}

.intro-pickupgame .grid {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(2, 1fr);
  gap: 0px 20px;
  position: relative;
}
.intro-pickupgame .grid::before{
  content:"";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: var(--navy);
  left: calc(50% - 1px);
  top: 0;
}
.intro-pickupgame .grid .group{
  width: auto;
  line-height: 0;
}
.intro-pickupgame .grid .group a{
  display: block;
}
.intro-pickupgame .grid .group .iframe{
  aspect-ratio: 16 / 9;
  position: relative;
}
.intro-pickupgame .grid .group .iframe iframe{
  position: absolute;
  width: 100%;
  height: 100%;
}
.intro-goods {
  /* padding: 0px 3%; */
  line-height: 0;
  padding-bottom: 20px;
  padding-right: 2%;
  padding-left: 1%;
}

.over-wrap-menu::after,
.over-wrap-menu::before {
  content: "";
  width: 1px;
  height: calc(100svh + 1px);
}

.over-wrap-menu {
  height: 100%;
  display: flex;
  overscroll-behavior: contain;
  overflow-y: scroll;
  align-items: flex-start;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.over-wrap-menu::-webkit-scrollbar {
  display: none;
}

#humb {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 10px;
  left: 10px;
  z-index: 1;
  display: block;
  z-index: 1002;
}

#full-menu {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: hsl(0deg 0% 0% / 50%);
  z-index: 1003;
}

#full-menu .wrap {
  height: 100%;
  width: 100%;
  position: relative;
  /* padding: 10px; */
}

#full-menu .inner {
  width: 100%;
  /* height: 100%; */
  position: relative;
  padding: 2%;
  position: relative;
  background-color: #fff;
}
#full-menu .content {
  /* padding: 10px; */
  position: relative;
  /* background-color: #fff; */
}
#full-menu .intro-full-menu-link {
  position: absolute;
  width: 100%;
  top: 8.5%;
  padding: 0 3%;
}
#full-menu .intro-full-menu-link_inner {
  width: 100%;
}
#full-menu .intro-full-menu-link a {
  display: block;
  line-height: 0;
  margin-bottom: 5px;
}

#full-menu .head {
  position: absolute;
  width: 40px;
  height: 40px;
  z-index: 2;
}

#full-menu .menu_close_btn {
  width: 100%;
  height: 100%;
}
.intro-follow {
  position: fixed;
  z-index: 1;
  width: 140px;
  bottom: 1%;
  right: 1%;
}
/* =========================================================
   GENERATOR TOP
   ========================================================= */

.generator-top .check {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.generator-top .checkboxItem {
  position: relative;
  display: block;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border: 2px solid var(--navy);
  background: #fff;
  cursor: pointer;
}

.generator-top .checkbox {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

.generator-top .checkboxItem.is-checked::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 7px;
  width: 7px;
  height: 13px;
  border-right: 3px solid var(--navy);
  border-bottom: 3px solid var(--navy);
  transform: rotate(45deg);
}

.generator-top .modal-open {
  display: block;
}

.generator-top .modal-open img {
  display: block;
  width: auto;
  max-width: 100%;
}

.generator-top .hero {
  line-height: 0;
  position: relative;
}

.generator-top .generator-top_lead {
  padding: 5% 5%;
  line-height: 0;
}

.generator-top .generator-top_btn {
  padding: 0 3%;
  line-height: 0;
  margin-bottom: 20px;
}

.generator-top .generator-top_sample {
  padding: 0 3%;
  line-height: 0;
}

.generator-top .generator-top_step {
  padding: 0 3%;
  margin-bottom: 30px;
}

.generator-top .sec_ttl {
  line-height: 0;
}

.generator-top .swiper {
  line-height: 0;
  border: 2px solid var(--navy);
  margin-bottom: 30px;
}

.generator-top .terms-agree {
  margin-bottom: 30px;
}

.generator-top .check .modal-open {
  width: 190px;
}

.generator-top .generator-top_present {
  padding: 0 3%;
  line-height: 0;
  margin-bottom: 30px;
}

.generator-top .swiper_area {
  position: relative;
  height: max-content;
}
.generator-top .swiper {height: auto;}
.generator-top .swiper .swiper-wrapper{
    height: auto;
}
.generator-top .swiper .swiper-slide{
    height: auto;
    display: flex;
    align-items: end;
}
.generator-top .swiper .swiper-slide img{
    /* width: 100%; */
    height: 100%;
}
.generator-top .swiper-button {
  width: 21px;
}
.generator-top .swiper-button::after {
  content: none;
}
.generator-top .swiper-button-next {
  right: -1%;
}
.generator-top .swiper-button-prev {
  left: -1%;
  transform: scaleX(-1);
}
.generator-top .swiper-button-disabled {
  opacity: 0;
}

.generator-top #finalCreateBtn {
  position: relative;
}
.generator-top #finalCreateBtn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}
.generator-top #finalCreateBtn.is-active::before {
  opacity: 0;
}
/* =========================================================
   TERMS MODAL
   ========================================================= */

.terms-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}

.terms-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.terms-modal_bg {
  position: absolute;
  inset: 0;
  /* background: rgba(0, 0, 0, 0.75); */
  background-color: hsl(213.6deg 100% 14.71% / 60%);
}

.terms-modal_inner {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 5.5vw 6vw;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.terms-modal_contents {
  width: 100%;
  position: relative;
}

.terms-modal_close {
  position: absolute;
  bottom: 0;
  /* padding: 10%; */
}
.terms-modal_close.head{
  bottom: auto;
  top: 0;
  width: 10%;
  aspect-ratio: 1 /1;
}
/* =========================================================
   STEP 01
   ========================================================= */

.step1_page .player-grid {
  background: var(--yellow);
  padding: 20px 7px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 27px;
}

.step1_page .player-card {
  line-height: 0;
  position: relative;
}

.step1_page .player-card:nth-child(2n-1)::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  right: -12px;
  background-color: var(--navy);
}

.step1_page .player-card::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -15px;
  background-color: var(--navy);
}

.step1_page .player-card:nth-child(n + 13)::before {
  content: none;
}

.step1_page .page-next {
  padding: 0 3%;
  line-height: 0;
}

.step1_page .page-back {
  line-height: 0;
  border-top: 2px solid var(--navy);
}

/* =========================================================
   STEP 02
   ========================================================= */

.step2_page .copy-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--yellow);
  border-bottom: unset;
  border-top: unset;
}

.step2_page .copy-columns .head {
  line-height: 0;
}

.step2_page .copy-columns .left::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: var(--navy);
  right: 0;
  top: 0;
}

.step2_page .copy-columns .left {
  position: relative;
  padding-bottom: 20px;
}

.step2_page .btn-wrap {
  display: flex;
  flex-direction: column;
}

.step2_page .btn-wrap #step2Next {
  border-top: 2px solid var(--navy);
  position: relative;
}
.step2_page .btn-wrap #step2Next::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}
.step2_page .btn-wrap #step2Next.is-active::before {
  opacity: 0;
}
.step2_page .btn-wrap .page-back {
  border-top: 2px solid var(--navy);
}

.step2_page .copy-columns h3 {
  text-align: center;
  color: var(--red);
  font-size: 28px;
  margin: 6px;
}

.step2_page .copy-option {
  display: block;
  width: 100%;
  background: none;
  border: 0;
  padding: 3px 0px;
  line-height: 0;
}

.step2_page .copy-option img {
  width: 100%;
  display: block;
}

.step2_page .copy-option.selected {
  background: var(--red);
}

/* =========================================================
   STEP 03
   ========================================================= */

.step3_page .poster-preview {
  position: relative;
  aspect-ratio: 1/1.23;
  overflow: hidden;
  background: #dcdcdc;
  border: 2px solid var(--navy);
  /* box-shadow: inset 0 0 0 4px #fff; */
}

.step3_page .editor {
  position: relative;
  aspect-ratio: 1/1.23;
  overflow: hidden;
  background: #dcdcdc;
  border: 3px solid var(--navy);
  box-shadow: inset 0 0 0 4px #fff;
}

.step3_page .poster-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: repeating-conic-gradient(#ddd 0 25%, #eee 0 50%) 0/24px 24px;
}

.step3_page .editor-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.step3_page .pv-player {
  position: absolute;
  z-index: 2;
  object-fit: contain;
  object-position: left bottom;
}

.step3_page .poster-message {
  position: absolute;
  background: var(--red);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0px 8px;
  font-weight: 1000;
  white-space: pre-line;
  line-height: 1.05;
  text-shadow: 1px 1px 0 #7b0000;
  z-index: 9;
}

.step3_page .editor-message {
  position: absolute;
  background: var(--red);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 5px 8px;
  font-weight: 1000;
  white-space: pre-line;
  line-height: 1.05;
  text-shadow: 1px 1px 0 #7b0000;
  z-index: 9;
}

.step3_page .btn-wrap {
  display: flex;
  flex-direction: column;
  background-color: #fff;
}

.step3_page .btn-wrap #step3Next {
  border-top: 2px solid var(--navy);
}

.step3_page textarea {
  width: 100%;
  border: 2px solid var(--navy);
  font-size: 25px;
  padding: 5px 10px;
  resize: none;
  height: 130px;
  line-height: 1.5;
  background-color: #fff;
}

.step3_page .step_inner {
  background: var(--yellow);
}

.step3_page .pv-player-name {
  position: absolute;
  left: 3.5%;
  bottom: 10.5%;
  width: auto;
  height: 54%;
  object-fit: contain;
  object-position: left bottom;
  z-index: 22;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
}

.step3_page .editor-player-name {
  position: absolute;
  left: 3.5%;
  bottom: 10.5%;
  width: 18%;
  height: 54%;
  object-fit: contain;
  object-position: left bottom;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  z-index: 7;
}

.step3_page .poster-preview_area {
  padding: 3% 3%;
}

.step3_page .player-layer {
  z-index: 2;
}

.step3_page .player-layer img {
  object-fit: contain;
  object-position: left bottom;
}

.step3_page .pv-copy {
  position: absolute;
  object-fit: contain;
  z-index: 5;
  width: auto;
}

.step3_page .copy-layer {
  z-index: 5;
}

.step3_page .messageInput_area {
  padding: 0 3%;
  line-height: 0;
  margin-bottom: 20px;
}

.step3_page .page-back {
  border-top: 2px solid var(--navy);
}

/* =========================================================
   STEP 04
   ========================================================= */

.step4_page .bg-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 30px;
}

.step4_page .bg-grid_area_inner {
  background: var(--yellow);
  padding: 4%;
  border-top: unset;
}

.step4_page .bg-option {
  aspect-ratio: 1/1;
  padding: 0;
  box-sizing: unset;
  position: relative;
}

.step4_page .bg-option img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: relative;
}

.step4_page .bg-option.selected::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 6px dotted var(--red);
  z-index: 1;
}

.step4_page .file-btn {
  display: block;
  text-align: center;
  position: relative;
  line-height: 0;
}

.step4_page .file-btn:nth-child(1) {
  margin-bottom: 10px;
}

.step4_page .file-btn input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.step4_page .btn-wrap {
  background-color: #fff;
  display: flex;
  flex-direction: column;
}

.step4_page .btn-wrap #step4Next {
  border-top: 2px solid var(--navy);
  position: relative;
}
.step4_page .btn-wrap #step4Next::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}
.step4_page .btn-wrap #step4Next.is-active::before {
  opacity: 0;
}
.step4_page .btn-wrap .page-back {
  border-top: 2px solid var(--navy);
}

/* =========================================================
   STEP 05
   ========================================================= */

.step5_page .helper {
  line-height: 0;
}

.step5_page .editor_area .editor {
  position: relative;
}

.step5_page #makeImage {
  border-top: 2px solid var(--navy);
}

.step5_page .page-back {
  border-top: 2px solid var(--navy);
}

.step5_page .frame-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  border: 8px solid #fff;
}

.step5_page .editor-player-name {
  position: absolute;
  z-index: 22;
}

.step5_page .transformable {
  position: absolute;
  touch-action: none;
  user-select: none;
  -webkit-user-select: none;
  transform-origin: center center;
  will-change: transform;
  border: 2px dashed transparent;
}

.step5_page .transformable.active {
  border-color: #fff;
  filter: drop-shadow(0 0 2px #000);
}

.step5_page .transformable img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}

.step5_page .btn-wrap {
  display: flex;
  flex-direction: column;
  background-color: #fff;
}

.step5_page .btn-wrap #step5Next {
  margin-bottom: -2px;
}

.step5_page .editor-message {
  position: absolute;
  background: var(--red);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0px 8px;
  font-weight: 1000;
  white-space: pre-line;
  line-height: 1.05;
  text-shadow: 1px 1px 0 #7b0000;
  z-index: 9;
}

/* =========================================================
   COMPLETE
   ========================================================= */

.complete_page .complete-head {
  line-height: 0;
}

.complete_page .result_wrap {
  background: #078cc5;
  padding: 6% 4%;
  padding-bottom: 15%;
}

.complete_page .result_img {
  margin-bottom: 20px;
  box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.2);
}
.complete_page .result_img img {
  z-index: 1001;
  position: relative;
}
.complete_page .result-wrap img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: 0 2px 8px #0005;
  -webkit-touch-callout: default;
}

.complete_page .save-step {
  width: 310px;
  margin: auto;
  line-height: 0;
  margin-bottom: 20px;
}

.complete_page .share-row {
  display: flex;
  gap: 30px;
  justify-content: center;
  margin-bottom: 30px;
}

.complete_page .share-btn {
  width: 45px;
  height: 45px;
  color: #fff;
}

.complete_page .save-text {
  width: 310px;
  margin: auto;
  line-height: 0;
}

.complete_page .page-back {
  line-height: 0;
  border-top: 2px solid var(--navy);
}

/* =========================================================
   MISC
   ========================================================= */

.poster-message,
.editor-message {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  transform: scaleX(0.82);
  transform-origin: right;
}

#noise {
  width: 100vw;
  background-repeat: repeat;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  height: 100%;
  opacity: 1;
  mix-blend-mode: difference;
}

/* =========================================================
   PC
   ========================================================= */

body.is-pc .sp {
  display: none;
}

body.is-pc {
  background-image: url(../img/common/bg_pc.webp);
  background-position: top center;
  background-size: cover;
}

body.is-pc .top_page,
body.is-pc .generator_page{
  max-width: 1100px;
  margin: auto;
  padding: 0 40px;
}
header{/* max-width: 1100px; *//* margin: auto; *//* padding: 0 40px; *//* box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.2); */}

body.is-pc header{max-width: 1100px;margin: auto;padding: 0 40px;}
header .wrap{
     background-color: #fff;
     padding: 0 3%;
     padding-top: 3%;
}
.intro-top,
.generator-top {
  background-color: #fff;
  width: 100%;

}
body.is-pc .intro-top,
body.is-pc .generator-top {
    box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.2);
}
footer {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  /* padding: 0 40px; */
}
footer .wrap{
    box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.2);
    background-color: var(--navy);
}
body.is-pc .top_page .flex {
  display: flex;
  align-items: start;
  padding: 0 1.9%;
  padding-bottom: 40px;
}

body.is-pc .top_page .flex .left {
  width: calc((690 / 1060) * 100vw);
  padding-right: 1%;
}

body.is-pc .top_page .flex .right {
  width: calc((370 / 1060) * 100vw);
  padding-left: 1%;
  position: relative;
}

.is-pc .top_page .flex .right::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--navy);
}

body.is-pc .intro-movie {
  padding: 0;
  line-height: 0;
}

body.is-pc .intro-copy {
  padding: 0;
  margin-bottom: 10px;
}

body.is-pc .intro-schedule {
  padding: 0;
  margin-bottom: 10px;
  position: relative;
}
body.is-pc .intro-schedule .logo{
  position: absolute;
  z-index: 1001;
  top: 0;
  left: 0;
}
body.is-pc .intro-fanclub {
  margin-bottom: 10px;
  line-height: 0;
  position: relative;
  padding: 0;
  /* padding-top: 20px; */
  /* padding-bottom: 20px; */
  /* margin-bottom: 20px; */
}
body.is-pc .intro-fanclub::before{
    content: none;
}
body.is-pc .intro-fanclub::after{
  content: none;
}
body.is-pc .intro-fanclub .logo{
  position: absolute;
  z-index: 1001;
  top: 0;
  left: 0;
}
body.is-pc .intro-pickupgame {
  padding: 0;
  width: 100%;
}

body.is-pc .intro-maker {
  padding: 0;
  /* margin-bottom: -10px; */
  /* width: 115%; */
  position: relative;
  margin-bottom: 9px;
  padding-bottom: 11px;
  line-height: 0;
  overflow: unset;
}

body.is-pc .intro-maker::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  /* left: 0; */
  /* top: 0; */
  background-color: var(--navy);
}

body.is-pc .intro-maker .lion {
  position: absolute;
  z-index: 5;
  width: 32%;
  right: -6%;
  bottom: 2%;
  line-height: 0;
}
body.is-pc .intro-maker button {
}
body.is-pc .intro-maker .circle {
  position: absolute;
  z-index: 3;
  animation: rotation 100s linear infinite;
  width: 50%;
  right: -18%;
  bottom: 15%;
  left: auto;
  line-height: 0;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body.is-pc .intro-maker .text {
  position: absolute;
  z-index: 4;
  width: 50%;
  right: -18%;
  bottom: 15%;
  left: auto;
  line-height: 0;
}
body.is-pc .intro-maker .bg {
}
body.is-pc .intro-goods {
  padding: 0;
  margin-bottom: 0px;
  width: 105%;
  left: -3.5%;
  position: relative;
}
body.is-pc .intro-goods a{
  display: block;
}
body.is-pc .intro-pickupgame .sec_ttl {
  line-height: 0;
  margin-bottom: 10px;
}

body.is-pc .intro-movie .sec_ttl {
  margin-bottom: 10px;
}

body.is-pc .intro-movie-iframe_wrap {
  margin-bottom: 10px;
}

body.is-pc footer .footer-logo {
  width: 126px;
}

body.is-pc footer .footer-copy {
  width: 390px;
}

body.is-pc header .wrap {
  padding: 0;
  box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.2);
}

body.is-pc .generator-qr_area {
  position: relative;
}

body.is-pc .generator-sample {
  position: absolute;
  width: calc((260 / 1060) * 100vw);
  right: 0;
  bottom: 5%;
  max-width: 260px;
}
body.is-pc .intro-mainvisual-placeholder{
  margin-bottom: 5px;
  position: relative;
}
body.is-pc .intro-mainvisual-placeholder .logo{
  position: absolute;
  z-index: 1001;
  top: 0;
  left: 0;
}
body.is-pc .full-menu-link_pc {
  width: 100%;
  height: 40px;
  position: absolute;
  top: 2%;
  padding: 0 2%;
  z-index: 1002;
}
body.is-pc .full-menu-link_pc_inner {
  width: 100%;
  height: 100%;
  display: flex;
}
body.is-pc .full-menu-link_pc_inner a {
  height: 100%;
  display: block;
}
body.is-pc .full-menu-link_pc_inner a:nth-child(1) {
  width: 24%;
}
body.is-pc .full-menu-link_pc_inner a:nth-child(2) {
  width: 15%;
}
body.is-pc .full-menu-link_pc_inner a:nth-child(3) {
  width: 18%;
}
body.is-pc .full-menu-link_pc_inner a:nth-child(4) {
  width: 24%;
}
body.is-pc .full-menu-link_pc_inner a:nth-child(5) {
  width: 19%;
}
body.is-pc footer{
  padding: 0 40px;
}
body.is-pc footer .wrap{
  box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.2);
}
body.is-pc .intro-pickupgame .grid{
  grid-template-columns: repeat(3, 1fr);
  gap: 0px 10px;
}
body.is-pc .intro-pickupgame .grid::before{
  content:none
}

.modal {
  display: none;
  position: fixed;
  z-index: 1004;
  width: 100vw;
  min-height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: unset;
  transform: translateY(0);
  background-color: hsl(213.6deg 100% 14.71% / 60%);
}

.modal_wrap {
  height: 100%;
}

.modal_close_btn {
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: absolute;
  z-index: 3;
  line-height: 0;
}
.modal .modal_contents{

}
.modal .modal_contents{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal .modal_contents_wrap{
  max-width: 800px;
  width: 100%;
  padding: 10px;
  background-color: #fff;
  border: solid 1px var(--navy);
}
.modal .modal_contents_inner{
  /* max-width: 800px; */
  width: 100%;
  /* padding: 10px; */
  /* background-color: #fff; */
  border: solid 1px var(--navy);
  position: relative;
}
.modal .iframe_wrap{
  aspect-ratio: 16 / 9;
  position: relative;
}
.modal .iframe_wrap iframe{
  position: absolute;
  width: 100%;
  height: 100%;
}


.modal .youtube_cover {
  position: absolute;
  inset: 0;
  z-index: 2;
  cursor: pointer;
}

.modal .youtube_cover_img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal .youtube_play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: 3;
  display: none;
}
