@charset "UTF-8";
/* ------------------------------
 width: all
------------------------------ */
/* ------------------------------
  Intro Hero
------------------------------ */
body,
html {
  background-color: #000 !important;
}

.intro_hero {
  position: relative;
  width: 100%;
  max-width: 1920px;
  height: 1000px;
  margin: 0 auto;
  z-index: 9000;
  overflow: hidden;
  opacity: 1;
  visibility: visible;
  -webkit-transition: height 0.42s ease, opacity 0.4s ease;
  transition: height 0.42s ease, opacity 0.4s ease;
}
.intro_hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 25;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: opacity 0.38s ease;
  transition: opacity 0.38s ease;
  pointer-events: none;
}
.intro_hero.is_loaded {
  opacity: 1;
  visibility: visible;
  -webkit-transition: height 0.42s ease, opacity 0.4s ease;
  transition: height 0.42s ease, opacity 0.4s ease;
}
.intro_hero.is_out {
  height: 0;
  opacity: 0;
  pointer-events: none;
}
.intro_hero .msg {
  color: #fff;
  text-align: center;
  position: absolute;
  top: 200px;
  right: 0;
  left: 0;
  text-align: center;
  z-index: 10000000;
  font-size: 28px;
  line-height: 2;
  font-weight: 500;
  text-shadow: 0 0 4px #000, 0 0 8px #000, 0 0 16px #000, 0 0 28px #000, 0 0 44px #000, 0 5px 22px #000, 0 10px 44px #000;
}
.intro_hero .intro_loading {
  position: absolute;
  inset: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 14px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
  letter-spacing: 0.08em;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.intro_hero .intro_loading span {
  width: 34px;
  height: 34px;
  border: 2px solid rgba(255, 255, 255, 0.22);
  border-top-color: rgba(255, 255, 255, 0.96);
  border-radius: 50%;
  -webkit-animation: introLoading 1s linear infinite;
          animation: introLoading 1s linear infinite;
}
.intro_hero.is_loaded .intro_loading {
  opacity: 0;
  pointer-events: none;
}
.intro_hero .intro_stage {
  position: absolute;
  inset: 0;
  z-index: 1;
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.intro_hero .intro_card {
  position: absolute;
  top: var(--top);
  left: var(--left);
  width: min(62vw, 420px);
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  -webkit-box-shadow: 0 26px 80px rgba(0, 0, 0, 0.5), 0 0 48px rgba(255, 255, 255, 0.08);
          box-shadow: 0 26px 80px rgba(0, 0, 0, 0.5), 0 0 48px rgba(255, 255, 255, 0.08);
  -webkit-transform: translate(-50%, -50%) rotate(calc(var(--r) * 1.4)) scale(0.88);
          transform: translate(-50%, -50%) rotate(calc(var(--r) * 1.4)) scale(0.88);
  will-change: transform, opacity, filter;
}
.intro_hero .intro_card.is_photo {
  -webkit-filter: brightness(1) saturate(1);
          filter: brightness(1) saturate(1);
}
.intro_hero .intro_card.is_card {
  -webkit-filter: brightness(1.18) saturate(1.18);
          filter: brightness(1.18) saturate(1.18);
}
.intro_hero .intro_card.is_lr {
  z-index: 20;
  -webkit-filter: blur(20px) brightness(1.55) saturate(0.88) contrast(0.82);
          filter: blur(20px) brightness(1.55) saturate(0.88) contrast(0.82);
}
.intro_hero .intro_card.is_from_left {
  --start-x: -160%;
}
.intro_hero .intro_card.is_from_right {
  --start-x: 160%;
}
.intro_hero .intro_card.intro_card_01 {
  --top: 14%;
  --left: 18%;
  --r: -18deg;
  --d: 0s;
}
.intro_hero .intro_card.intro_card_02 {
  --top: 14%;
  --left: 82%;
  --r: 18deg;
  --d: .20s;
}
.intro_hero .intro_card.intro_card_03 {
  --top: 33%;
  --left: 30%;
  --r: 10deg;
  --d: .28s;
}
.intro_hero .intro_card.intro_card_04 {
  --top: 31%;
  --left: 71%;
  --r: -12deg;
  --d: .12s;
}
.intro_hero .intro_card.intro_card_05 {
  --top: 11%;
  --left: 47%;
  --r: -7deg;
  --d: .16s;
}
.intro_hero .intro_card.intro_card_06 {
  --top: 43%;
  --left: 52%;
  --r: 7deg;
  --d: .08s;
}
.intro_hero .intro_card.intro_card_07 {
  --top: 66%;
  --left: 18%;
  --r: 15deg;
  --d: .24s;
}
.intro_hero .intro_card.intro_card_08 {
  --top: 67%;
  --left: 82%;
  --r: -15deg;
  --d: .32s;
}
.intro_hero .intro_card.intro_card_09 {
  --top: 84%;
  --left: 38%;
  --r: -9deg;
  --d: .04s;
}
.intro_hero .intro_card.intro_card_10 {
  --top: 80%;
  --left: 60%;
  --r: 15deg;
  --d: .37s;
}
.intro_hero.is_playing .intro_card {
  -webkit-animation: introCardFly 0.34s cubic-bezier(0.12, 0.84, 0.18, 1) var(--d, 0s) forwards;
          animation: introCardFly 0.34s cubic-bezier(0.12, 0.84, 0.18, 1) var(--d, 0s) forwards;
}

body.is_intro_static .intro_hero {
  opacity: 1;
  visibility: visible;
}
body.is_intro_static .intro_hero::before {
  opacity: 1;
}
body.is_intro_static .intro_card {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) rotate(var(--r)) scale(1);
          transform: translate(-50%, -50%) rotate(var(--r)) scale(1);
}
body.is_intro_static main .creation_flow {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(-630px);
          transform: translateY(-630px);
}

body.is_intro_skip .intro_hero {
  -webkit-transition: none;
  transition: none;
}
body.is_intro_skip .intro_card {
  -webkit-transition: none;
  transition: none;
}
body.is_intro_skip .intro_hero.is_playing .intro_card {
  -webkit-animation-duration: 0s;
          animation-duration: 0s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

body.is_intro_preload main .creation_flow {
  opacity: 0;
  pointer-events: none;
}

body.is_intro_mode main .creation_flow {
  opacity: 0;
  pointer-events: none;
}

body.is_intro_step_show .intro_hero::before {
  opacity: 1;
}
body.is_intro_step_show main .creation_flow {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(-630px);
          transform: translateY(-630px);
}

body.is_intro_closing .intro_hero::before {
  opacity: 0;
}
body.is_intro_closing main .creation_flow {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@-webkit-keyframes introLoading {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes introLoading {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes introCardFly {
  0% {
    opacity: 0;
    -webkit-transform: translate(calc(-50% + var(--start-x)), -50%) rotate(calc(var(--r) * 1.4)) scale(0.88);
            transform: translate(calc(-50% + var(--start-x)), -50%) rotate(calc(var(--r) * 1.4)) scale(0.88);
  }
  92% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) rotate(var(--r)) scale(1);
            transform: translate(-50%, -50%) rotate(var(--r)) scale(1);
  }
}
@keyframes introCardFly {
  0% {
    opacity: 0;
    -webkit-transform: translate(calc(-50% + var(--start-x)), -50%) rotate(calc(var(--r) * 1.4)) scale(0.88);
            transform: translate(calc(-50% + var(--start-x)), -50%) rotate(calc(var(--r) * 1.4)) scale(0.88);
  }
  92% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) rotate(var(--r)) scale(1);
            transform: translate(-50%, -50%) rotate(var(--r)) scale(1);
  }
}
main {
  padding-top: 0;
}
main .creation_flow {
  position: relative;
  width: 100%;
  z-index: 9100;
  -webkit-transition: opacity 0.32s ease, -webkit-transform 0.42s ease;
  transition: opacity 0.32s ease, -webkit-transform 0.42s ease;
  transition: opacity 0.32s ease, transform 0.42s ease;
  transition: opacity 0.32s ease, transform 0.42s ease, -webkit-transform 0.42s ease;
}
main .creation_flow .species_login_area {
  margin: 30px auto 0;
  text-align: center;
}
main .creation_flow .species_login_area #speciesLoginBtn {
  display: inline-block;
  border: 1px solid #aaa;
  background-color: #fff;
  line-height: 24px;
  font-size: 20px;
  letter-spacing: 0;
  color: #000;
  border-radius: 6px;
  padding: 15px;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  font-weight: 500;
}
main .creation_flow .species_login_area #speciesLoginBtn:hover {
  opacity: 0.6;
}
main .creation_flow .species_login_area #speciesLoginBtn img {
  width: 24px;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
main .creation_flow .species_login_area .species_login_bonus {
  width: 380px;
  display: block;
  margin: 20px auto 0;
  padding: 10px 0;
  color: #d6b75f;
  border: 1px solid rgba(214, 183, 95, 0.45);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  background: rgba(0, 0, 0, 0.75);
  border-radius: 999px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.9);
}
main .creation_flow .creation_step {
  display: none;
}
main .creation_flow .creation_step.is_active {
  display: block;
}
main .creation_flow .creation_step .creation_step_inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 100px 0 60px;
}
main .creation_flow .creation_step .creation_step_inner .creation_step_title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  text-align: center;
}
main .creation_flow .creation_step .creation_step_inner .creation_step_text {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
}
main .creation_flow .creation_step .creation_step_inner .creation_step_caution {
  text-align: center;
  font-size: 16px;
  color: #fff;
  margin-top: 20px;
  margin-bottom: -20px;
}
main .creation_flow .creation_step .creation_step_inner .creation_step_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  margin-top: 40px;
}
main .creation_flow .creation_step .creation_step_inner .creation_step_buttons .btn_next,
main .creation_flow .creation_step .creation_step_inner .creation_step_buttons .btn_prev,
main .creation_flow .creation_step .creation_step_inner .creation_step_buttons .btn_sub,
main .creation_flow .creation_step .creation_step_inner .creation_step_buttons .btn_save_to_mypage,
main .creation_flow .creation_step .creation_step_inner .creation_step_buttons .btn_save,
main .creation_flow .creation_step .creation_step_inner .creation_step_buttons .btn_create_card,
main .creation_flow .creation_step .creation_step_inner .creation_step_buttons .btn_update_created_card {
  min-width: 180px;
  padding: 14px 15px 14px 22px;
  font-size: 15px;
  font-weight: 400;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  text-decoration: none;
  text-align: center;
}
main .creation_flow .creation_step .creation_step_inner .creation_step_buttons .btn_next,
main .creation_flow .creation_step .creation_step_inner .creation_step_buttons .btn_save_to_mypage,
main .creation_flow .creation_step .creation_step_inner .creation_step_buttons .btn_save,
main .creation_flow .creation_step .creation_step_inner .creation_step_buttons .btn_create_card,
main .creation_flow .creation_step .creation_step_inner .creation_step_buttons .btn_update_created_card {
  border: 1px solid #2F74B6;
  background-color: #092C69;
  color: #fff;
}
main .creation_flow .creation_step .creation_step_inner .creation_step_buttons .btn_next:hover,
main .creation_flow .creation_step .creation_step_inner .creation_step_buttons .btn_save_to_mypage:hover,
main .creation_flow .creation_step .creation_step_inner .creation_step_buttons .btn_save:hover,
main .creation_flow .creation_step .creation_step_inner .creation_step_buttons .btn_create_card:hover,
main .creation_flow .creation_step .creation_step_inner .creation_step_buttons .btn_update_created_card:hover {
  opacity: 0.85;
}
main .creation_flow .creation_step .creation_step_inner .creation_step_buttons .btn_next:disabled,
main .creation_flow .creation_step .creation_step_inner .creation_step_buttons .btn_save_to_mypage:disabled,
main .creation_flow .creation_step .creation_step_inner .creation_step_buttons .btn_save:disabled,
main .creation_flow .creation_step .creation_step_inner .creation_step_buttons .btn_create_card:disabled,
main .creation_flow .creation_step .creation_step_inner .creation_step_buttons .btn_update_created_card:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}
main .creation_flow .creation_step .creation_step_inner .creation_step_buttons .btn_prev,
main .creation_flow .creation_step .creation_step_inner .creation_step_buttons .btn_sub {
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: transparent;
  color: #fff;
}
main .creation_flow .creation_step .creation_step_inner .creation_step_buttons .btn_prev:hover,
main .creation_flow .creation_step .creation_step_inner .creation_step_buttons .btn_sub:hover {
  background: rgba(255, 255, 255, 0.08);
}
main .creation_flow .creation_step .creation_step_inner {
  /* ------------------------------
    STEP 1：魚種選択
  ------------------------------ */
}
main .creation_flow .creation_step .creation_step_inner .species_select_area {
  margin-top: 32px;
}
main .creation_flow .creation_step .creation_step_inner .species_select_area select {
  width: 100%;
  max-width: 600px;
  display: block;
  margin: 0 auto;
  height: 100px;
  padding: 0 40px;
  border-radius: 16px;
  background-color: #fff;
  color: #222;
  font-weight: 500 !important;
  font-size: 24px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  outline: none;
  background-image: url(../images/icon_arrow02.svg);
  background-size: 16px auto;
  background-repeat: no-repeat;
  background-position: center right 30px;
  font-family: "Zen Maru Gothic", sans-serif;
}
main .creation_flow .creation_step .creation_step_inner .species_select_area select option {
  font-weight: 500;
  padding: 10px 40px;
}
main .creation_flow .creation_step .creation_step_inner .species_select_area .species_ticket_count {
  display: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 18px auto 0;
  padding: 8px 18px;
  color: #72e38a;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(114, 227, 138, 0.45);
  border-radius: 999px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.9);
}
main .creation_flow .creation_step .creation_step_inner .species_select_area .species_ticket_count.is_empty {
  color: #ff6b6b;
  border-color: rgba(255, 107, 107, 0.5);
}
main .creation_flow .creation_step .creation_step_inner .species_select_area .species_ticket_shop_link {
  display: none;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
main .creation_flow .creation_step .creation_step_inner .species_select_area .species_ticket_shop_link a {
  color: #d6b75f;
  text-decoration: underline;
  text-underline-offset: 4px;
}
main .creation_flow .creation_step .creation_step_inner {
  /* ------------------------------
    STEP 2：写真アップロード
  ------------------------------ */
}
main .creation_flow .creation_step .creation_step_inner .upload_area {
  margin-top: 32px;
}
main .creation_flow .creation_step .creation_step_inner .upload_area input[type=file] {
  display: none;
}
main .creation_flow .creation_step .creation_step_inner .upload_area .upload_preview {
  position: relative;
  width: 100%;
  max-width: 500px;
  aspect-ratio: 1/1;
  margin: 0 auto;
  border: 1px solid #000;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.2);
  overflow: hidden;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
main .creation_flow .creation_step .creation_step_inner .upload_area .upload_preview:hover {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.05);
}
main .creation_flow .creation_step .creation_step_inner .upload_area .upload_preview img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  opacity: 0;
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}
main .creation_flow .creation_step .creation_step_inner .upload_area .upload_preview img.is_show {
  opacity: 1;
}
main .creation_flow .creation_step .creation_step_inner .upload_area .upload_preview .upload_preview_content {
  position: relative;
  z-index: 2;
  text-align: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
main .creation_flow .creation_step .creation_step_inner .upload_area .upload_preview .upload_preview_content.is_hidden {
  opacity: 0;
}
main .creation_flow .creation_step .creation_step_inner .upload_area .upload_preview .upload_preview_content .upload_preview_title {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}
main .creation_flow .creation_step .creation_step_inner .upload_area .upload_preview .upload_preview_content .upload_preview_text {
  margin-top: 10px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Zen Maru Gothic", sans-serif;
}
main .creation_flow .creation_step .creation_step_inner .cutout_quota_text {
  margin: 30px auto -20px;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  color: #ffff00;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.8);
  font-family: "Zen Maru Gothic", sans-serif;
}
main .creation_flow .creation_step .creation_step_inner .cutout_quota_text.is_empty {
  color: #ffff00;
}
main .creation_flow .creation_step .creation_step_inner {
  /* ------------------------------
    STEP 3：切り抜き確認
  ------------------------------ */
}
main .creation_flow .creation_step .creation_step_inner .cutout_preview_area {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 32px auto 0;
}
main .creation_flow .creation_step .creation_step_inner .cutout_preview_area .cutout_status {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.04em;
}
main .creation_flow .creation_step .creation_step_inner .cutout_preview_area .cutout_result {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #000;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.1);
  padding: 20px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.35s ease, visibility 0s linear 0.35s;
  transition: opacity 0.35s ease, visibility 0s linear 0.35s;
}
main .creation_flow .creation_step .creation_step_inner .cutout_preview_area .cutout_result.is_show {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.35s ease, visibility 0s linear 0s;
  transition: opacity 0.35s ease, visibility 0s linear 0s;
}
main .creation_flow .creation_step .creation_step_inner .cutout_preview_area .cutout_result img {
  display: none;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
main .creation_flow .creation_step .creation_step_inner .cutout_preview_area .cutout_result img.is_show {
  display: block;
}
main .creation_flow .creation_step .creation_step_inner .cutout_buttons {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.35s ease, visibility 0s linear 0.35s;
  transition: opacity 0.35s ease, visibility 0s linear 0.35s;
}
main .creation_flow .creation_step .creation_step_inner .cutout_buttons.is_show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transition: opacity 0.35s ease, visibility 0s linear 0s;
  transition: opacity 0.35s ease, visibility 0s linear 0s;
}
main .creation_flow .creation_step .creation_step_inner {
  /* ------------------------------
    STEP 4：釣果情報入力
  ------------------------------ */
}
main .creation_flow .creation_step .creation_step_inner .catch_info_area {
  width: 600px;
  margin: 32px auto 0;
}
main .creation_flow .creation_step .creation_step_inner .catch_info_area label {
  max-width: calc(100% - 200px);
  display: block;
  position: relative;
  margin: 0 auto;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
main .creation_flow .creation_step .creation_step_inner .catch_info_area label + label {
  margin-top: 24px;
}
main .creation_flow .creation_step .creation_step_inner .catch_info_area label span {
  display: block;
  position: absolute;
  right: -120px;
  bottom: 0;
  color: #fff;
  width: 120px;
  display: block;
  padding-left: 20px;
  font-size: 20px;
}
main .creation_flow .creation_step .creation_step_inner .catch_info_area input {
  width: 100%;
  margin-top: 8px;
  font-size: 24px;
  color: #222;
  padding: 20px 40px;
  font-weight: bold;
  outline: none;
}
main .creation_flow .creation_step .creation_step_inner {
  /* ------------------------------
    STEP 5：購入前確認
  ------------------------------ */
}
main .creation_flow .creation_step .creation_step_inner .payment_area {
  margin-top: 32px;
}
main .creation_flow .creation_step .creation_step_inner .payment_area .payment_confirm_area {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
main .creation_flow .creation_step .creation_step_inner .payment_area .payment_confirm_area .payment_confirm_title {
  color: #fff;
  font-size: 22px;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
}
main .creation_flow .creation_step .creation_step_inner .payment_area .payment_confirm_area .payment_confirm_text {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.9;
  margin-bottom: 24px;
}
main .creation_flow .creation_step .creation_step_inner .payment_area .payment_confirm_area .payment_confirm_image_wrap {
  width: min(72vw, 360px);
  aspect-ratio: 1/1;
  margin: 0 auto 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02) 60%, rgba(0, 0, 0, 0.2));
  border: 1px solid #000;
  border-radius: 18px;
  overflow: hidden;
}
main .creation_flow .creation_step .creation_step_inner .payment_area .payment_confirm_area .payment_confirm_image_wrap img {
  display: block;
  max-width: 90%;
  max-height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
}
main .creation_flow .creation_step .creation_step_inner .payment_area .payment_confirm_area .payment_confirm_list {
  width: 100%;
  max-width: 440px;
  margin: 0 auto 18px;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
}
main .creation_flow .creation_step .creation_step_inner .payment_area .payment_confirm_area .payment_confirm_list div {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 110px 16px 1fr;
  grid-template-columns: 110px 1fr;
  gap: 16px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  text-align: left;
}
main .creation_flow .creation_step .creation_step_inner .payment_area .payment_confirm_area .payment_confirm_list dt {
  color: #fff;
  font-size: 16px;
}
main .creation_flow .creation_step .creation_step_inner .payment_area .payment_confirm_area .payment_confirm_list dd {
  color: #fff;
  font-size: 18px;
}
main .creation_flow .creation_step .creation_step_inner .payment_area .payment_confirm_area .payment_confirm_note {
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 12px;
}
main .creation_flow .creation_step .creation_step_inner .payment_area .payment_confirm_area .payment_ticket_count {
  display: inline-block;
  padding: 10px 18px 11px;
  border: 1px solid rgba(227, 196, 114, 0.48);
  background: linear-gradient(135deg, rgba(227, 196, 114, 0.18), rgba(0, 0, 0, 0.28));
  color: #e3c472;
  font-size: 15px;
  line-height: 1.5;
  -webkit-box-shadow: 0 0 18px rgba(227, 196, 114, 0.12);
          box-shadow: 0 0 18px rgba(227, 196, 114, 0.12);
}
main .creation_flow .creation_step .creation_step_inner .payment_area .payment_confirm_area .payment_ticket_count.is_empty {
  border-color: rgba(220, 50, 50, 0.58);
  background: linear-gradient(135deg, rgba(220, 50, 50, 0.2), rgba(0, 0, 0, 0.28));
  color: #ff5a5a;
  -webkit-box-shadow: 0 0 18px rgba(220, 50, 50, 0.14);
          box-shadow: 0 0 18px rgba(220, 50, 50, 0.14);
}
main .creation_flow .creation_step .creation_step_inner .payment_area .payment_confirm_area .payment_ticket_shop_link {
  display: none;
  margin-top: 14px;
  text-align: center;
}
main .creation_flow .creation_step .creation_step_inner .payment_area .payment_confirm_area .payment_ticket_shop_link a {
  color: #e3c472;
  font-size: 15px;
  line-height: 1.6;
  text-decoration: underline;
  text-underline-offset: 4px;
}
main .creation_flow .creation_step .creation_step_inner .creation_complete_area {
  max-width: calc(100% - 80px);
  width: 540px;
  margin: 40px auto 0;
}
main .creation_flow .creation_step .creation_step_inner .creation_complete_area canvas {
  width: 100%;
  height: auto;
  display: block;
}
main .creation_flow .creation_step .creation_step_inner {
  /* ------------------------------
    STEP 6：カード調整
  ------------------------------ */
}
main .creation_flow .creation_step .creation_step_inner .creation_box {
  max-width: 1100px;
  padding: 0 40px;
  margin: 0 auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 32px;
}
main .creation_flow .creation_step .creation_step_inner .creation_box .card_edit_area {
  width: 55%;
}
main .creation_flow .creation_step .creation_step_inner .creation_box .card_edit_area canvas {
  width: 100%;
  height: auto;
  -ms-touch-action: none;
      touch-action: none;
  cursor: -webkit-grab;
  cursor: grab;
}
main .creation_flow .creation_step .creation_step_inner .creation_box .card_edit_area canvas:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
main .creation_flow .creation_step .creation_step_inner .edit_controls {
  width: 45%;
  padding-left: 30px;
  display: -ms-grid;
  display: grid;
  gap: 18px;
}
main .creation_flow .creation_step .creation_step_inner .edit_controls .edit_control_group {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 90px 16px 1fr;
  grid-template-columns: 90px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
main .creation_flow .creation_step .creation_step_inner .edit_controls .edit_control_group label {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
main .creation_flow .creation_step .creation_step_inner .edit_controls .edit_control_group .fishPlace {
  color: #fff;
}
main .creation_flow .creation_step .creation_step_inner .edit_controls .edit_control_group input[type=range] {
  width: 100%;
}
main .creation_flow .creation_step .creation_step_inner .edit_controls .edit_control_group input[type=range] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 1px;
  background-color: #fff;
  border-radius: 999px;
}
main .creation_flow .creation_step .creation_step_inner .edit_controls .edit_control_group input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  border: none !important;
}
main .creation_flow .creation_step .creation_step_inner .edit_controls .edit_control_group input[type=range]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  border: none !important;
}
main .creation_flow .creation_step .creation_step_inner .edit_controls .btn_reset {
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: #444;
  outline: none;
  display: block;
  color: #fff;
  font-weight: 400 !important;
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
  padding: 7px 0 12px;
  font-style: normal;
}

.ticket_required_modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.72);
}
.ticket_required_modal.is_show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ticket_required_modal_inner {
  width: min(100%, 420px);
  padding: 30px 24px;
  border: 1px solid rgba(227, 196, 114, 0.45);
  background: rgba(10, 10, 10, 0.96);
  text-align: center;
  -webkit-box-shadow: 0 0 32px rgba(0, 0, 0, 0.45);
          box-shadow: 0 0 32px rgba(0, 0, 0, 0.45);
}
.ticket_required_modal_inner p {
  margin-bottom: 22px;
  color: #fff;
  font-size: 16px;
  line-height: 1.9;
}

.ticket_required_modal_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ticket_required_modal_buttons button,
.ticket_required_modal_buttons a {
  width: 50%;
  min-width: 0;
  padding: 14px 12px;
  font-size: 15px;
  line-height: 1.4;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ticket_required_modal_buttons .btn_sub {
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: transparent;
  color: #fff;
}
.ticket_required_modal_buttons .btn_sub:hover {
  background: rgba(255, 255, 255, 0.08);
}
.ticket_required_modal_buttons .btn_main {
  border: 1px solid #2F74B6;
  background-color: #092C69;
  color: #fff;
}
.ticket_required_modal_buttons .btn_main:hover {
  opacity: 0.85;
}

main .s01,
main .s02,
main .s03 {
  padding: 70px 0;
  color: #fff;
}
main .s01 .wrapper,
main .s02 .wrapper,
main .s03 .wrapper {
  width: 1000px;
  max-width: calc(100% - 80px);
  margin: 0 auto;
}
main .s01 .section_title,
main .s02 .section_title,
main .s03 .section_title {
  margin-bottom: 42px;
  text-align: center;
}
main .s01 .section_title span,
main .s02 .section_title span,
main .s03 .section_title span {
  display: block;
  margin-bottom: 10px;
  color: #d6bf72;
  font-family: "serenity", sans-serif;
  font-size: 18px;
  font-weight: 300;
}
main .s01 .section_title h2,
main .s02 .section_title h2,
main .s03 .section_title h2 {
  font-size: 34px;
  font-weight: 800;
  letter-spacing: 0.08em;
}
main .s01 {
  padding-top: 0;
  margin-top: -100px;
}
main .s01 .about_box {
  padding: 46px 54px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  -webkit-box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
          box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}
main .s01 .about_box p {
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 2.2;
  text-align: center;
}
main .s01 .about_box p + p {
  margin-top: 30px;
}
main .s02 .feature_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
main .s02 .feature_list li {
  padding: 34px 30px 38px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  -webkit-box-shadow: 0 20px 46px rgba(0, 0, 0, 0.28);
          box-shadow: 0 20px 46px rgba(0, 0, 0, 0.28);
}
main .s02 .feature_list li span {
  display: block;
  margin-bottom: 20px;
  color: #d6bf72;
  font-family: "serenity", sans-serif !important;
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 0.08em;
}
main .s02 .feature_list li h3 {
  margin-bottom: 16px;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.06em;
}
main .s02 .feature_list li p {
  color: rgba(255, 255, 255, 0.72);
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 14px;
  line-height: 2;
}
main .s03 {
  padding-bottom: 40px;
}
main .s03 .flow_list {
  display: -ms-grid;
  display: grid;
  gap: 35px;
  width: 760px;
  max-width: 100%;
  margin: 0 auto;
}
main .s03 .flow_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 26px 30px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  -webkit-box-shadow: 0 16px 36px rgba(0, 0, 0, 0.24);
          box-shadow: 0 16px 36px rgba(0, 0, 0, 0.24);
}
main .s03 .flow_list li > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(214, 191, 114, 0.48);
  border-radius: 50%;
  color: #d6bf72;
  font-family: "serenity", sans-serif;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 5px;
  padding-left: 5px;
}
main .s03 .flow_list li div h3 {
  margin-bottom: 8px;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 24px;
  letter-spacing: 0.06em;
}
main .s03 .flow_list li div p {
  color: rgba(255, 255, 255, 0.72);
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 14px;
  line-height: 1.9;
}
main .s03 .btn_start {
  width: 350px;
  margin: 90px auto 0;
  padding: 24px 15px 24px 22px;
  font-size: 15px;
  font-weight: 400;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  text-decoration: none;
  background-image: url(../images/icon_arrow01.svg);
  background-size: 10px auto;
  background-repeat: no-repeat;
  background-position: center right 20px;
  font-size: 20px;
}
main .s03 .btn_start {
  border: 1px solid rgba(214, 191, 114, 0.7);
  color: #fff;
}
main .s03 .btn_start:hover {
  opacity: 0.85;
}

body.is_creation_started main .s01,
body.is_creation_started main .s02,
body.is_creation_started main .s03 {
  overflow: hidden;
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: max-height 0.45s ease, padding 0.45s ease, opacity 0.28s ease, visibility 0s linear 0.45s, -webkit-transform 0.35s ease;
  transition: max-height 0.45s ease, padding 0.45s ease, opacity 0.28s ease, visibility 0s linear 0.45s, -webkit-transform 0.35s ease;
  transition: max-height 0.45s ease, padding 0.45s ease, opacity 0.28s ease, visibility 0s linear 0.45s, transform 0.35s ease;
  transition: max-height 0.45s ease, padding 0.45s ease, opacity 0.28s ease, visibility 0s linear 0.45s, transform 0.35s ease, -webkit-transform 0.35s ease;
}

main .s01,
main .s02,
main .s03 {
  max-height: 1600px;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: max-height 0.5s ease, padding 0.5s ease, opacity 0.35s ease, visibility 0s linear 0s, -webkit-transform 0.4s ease;
  transition: max-height 0.5s ease, padding 0.5s ease, opacity 0.35s ease, visibility 0s linear 0s, -webkit-transform 0.4s ease;
  transition: max-height 0.5s ease, padding 0.5s ease, opacity 0.35s ease, visibility 0s linear 0s, transform 0.4s ease;
  transition: max-height 0.5s ease, padding 0.5s ease, opacity 0.35s ease, visibility 0s linear 0s, transform 0.4s ease, -webkit-transform 0.4s ease;
}
main .otherpage_menu {
  margin-top: 100px;
}
main .otherpage_menu ul {
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
}
main .otherpage_menu ul li {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
}
main .otherpage_menu ul li a {
  display: block;
  text-decoration: none;
  color: #ccc;
  font-size: 14px;
}

footer {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  .intro_hero {
    position: relative;
    width: 100%;
    max-width: 1920px;
    height: 100vh;
    margin: 0 auto;
    z-index: 9000;
    overflow: hidden;
    opacity: 1;
    visibility: visible;
    -webkit-transition: height 0.42s ease, opacity 0.4s ease;
    transition: height 0.42s ease, opacity 0.4s ease;
  }
  .intro_hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 25;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    -webkit-transition: opacity 0.38s ease;
    transition: opacity 0.38s ease;
    pointer-events: none;
  }
  .intro_hero.is_loaded {
    opacity: 1;
    visibility: visible;
    -webkit-transition: height 0.42s ease, opacity 0.4s ease;
    transition: height 0.42s ease, opacity 0.4s ease;
  }
  .intro_hero.is_out {
    height: 0;
    opacity: 0;
    pointer-events: none;
  }
  .intro_hero .msg {
    color: #fff;
    text-align: center;
    position: absolute;
    top: 100px;
    right: 0;
    left: 0;
    text-align: center;
    z-index: 10000000;
    font-size: 16px;
    line-height: 2;
    font-weight: 500;
    text-shadow: 0 0 4px #000, 0 0 8px #000, 0 0 16px #000, 0 0 28px #000, 0 0 44px #000, 0 5px 22px #000, 0 10px 44px #000;
  }
  .intro_hero .intro_loading {
    position: absolute;
    inset: 0;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 14px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 14px;
    letter-spacing: 0.08em;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
  }
  .intro_hero .intro_loading span {
    width: 34px;
    height: 34px;
    border: 2px solid rgba(255, 255, 255, 0.22);
    border-top-color: rgba(255, 255, 255, 0.96);
    border-radius: 50%;
    -webkit-animation: introLoading 1s linear infinite;
            animation: introLoading 1s linear infinite;
  }
  .intro_hero.is_loaded .intro_loading {
    opacity: 0;
    pointer-events: none;
  }
  .intro_hero .intro_stage {
    position: absolute;
    inset: 0;
    z-index: 1;
    -webkit-perspective: 1200px;
            perspective: 1200px;
  }
  .intro_hero .intro_card {
    position: absolute;
    top: var(--top);
    left: var(--left);
    width: min(62vw, 420px);
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
    opacity: 0;
    -webkit-box-shadow: 0 26px 80px rgba(0, 0, 0, 0.5), 0 0 48px rgba(255, 255, 255, 0.08);
            box-shadow: 0 26px 80px rgba(0, 0, 0, 0.5), 0 0 48px rgba(255, 255, 255, 0.08);
    -webkit-transform: translate(-50%, -50%) rotate(calc(var(--r) * 1.4)) scale(0.88);
            transform: translate(-50%, -50%) rotate(calc(var(--r) * 1.4)) scale(0.88);
    will-change: transform, opacity, filter;
  }
  .intro_hero .intro_card.is_photo {
    -webkit-filter: brightness(1) saturate(1);
            filter: brightness(1) saturate(1);
  }
  .intro_hero .intro_card.is_card {
    -webkit-filter: brightness(1.18) saturate(1.18);
            filter: brightness(1.18) saturate(1.18);
  }
  .intro_hero .intro_card.is_lr {
    z-index: 20;
    -webkit-filter: blur(20px) brightness(1.55) saturate(0.88) contrast(0.82);
            filter: blur(20px) brightness(1.55) saturate(0.88) contrast(0.82);
  }
  .intro_hero .intro_card.is_from_left {
    --start-x: -160%;
  }
  .intro_hero .intro_card.is_from_right {
    --start-x: 160%;
  }
  .intro_hero .intro_card.intro_card_01 {
    --top: 14%;
    --left: 18%;
    --r: -18deg;
    --d: 0s;
  }
  .intro_hero .intro_card.intro_card_02 {
    --top: 14%;
    --left: 82%;
    --r: 18deg;
    --d: .20s;
  }
  .intro_hero .intro_card.intro_card_03 {
    --top: 33%;
    --left: 30%;
    --r: 10deg;
    --d: .28s;
  }
  .intro_hero .intro_card.intro_card_04 {
    --top: 31%;
    --left: 71%;
    --r: -12deg;
    --d: .12s;
  }
  .intro_hero .intro_card.intro_card_05 {
    --top: 11%;
    --left: 47%;
    --r: -7deg;
    --d: .16s;
  }
  .intro_hero .intro_card.intro_card_06 {
    --top: 45%;
    --left: 52%;
    --r: 7deg;
    --d: .08s;
  }
  .intro_hero .intro_card.intro_card_07 {
    --top: 66%;
    --left: 18%;
    --r: 15deg;
    --d: .24s;
  }
  .intro_hero .intro_card.intro_card_08 {
    --top: 67%;
    --left: 82%;
    --r: -15deg;
    --d: .32s;
  }
  .intro_hero .intro_card.intro_card_09 {
    --top: 84%;
    --left: 38%;
    --r: -9deg;
    --d: .04s;
  }
  .intro_hero .intro_card.intro_card_10 {
    --top: 80%;
    --left: 64%;
    --r: 15deg;
    --d: .37s;
  }
  .intro_hero.is_playing .intro_card {
    -webkit-animation: introCardFly 0.34s cubic-bezier(0.12, 0.84, 0.18, 1) var(--d, 0s) forwards;
            animation: introCardFly 0.34s cubic-bezier(0.12, 0.84, 0.18, 1) var(--d, 0s) forwards;
  }
  body.is_intro_static .intro_hero {
    opacity: 1;
    visibility: visible;
  }
  body.is_intro_static .intro_hero::before {
    opacity: 1;
  }
  body.is_intro_static .intro_card {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) rotate(var(--r)) scale(1);
            transform: translate(-50%, -50%) rotate(var(--r)) scale(1);
  }
  body.is_intro_static main .creation_flow {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(calc(-50vh - 100px));
            transform: translateY(calc(-50vh - 100px));
  }
  body.is_intro_skip .intro_hero {
    -webkit-transition: none;
    transition: none;
  }
  body.is_intro_skip .intro_card {
    -webkit-transition: none;
    transition: none;
  }
  body.is_intro_skip .intro_hero.is_playing .intro_card {
    -webkit-animation-duration: 0s;
            animation-duration: 0s;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  body.is_intro_preload main .creation_flow {
    opacity: 0;
    pointer-events: none;
  }
  body.is_intro_mode main .creation_flow {
    opacity: 0;
    pointer-events: none;
  }
  body.is_intro_step_show .intro_hero::before {
    opacity: 1;
  }
  body.is_intro_step_show main .creation_flow {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(calc(-50vh - 100px));
            transform: translateY(calc(-50vh - 100px));
  }
  body.is_intro_closing .intro_hero::before {
    opacity: 0;
  }
  body.is_intro_closing main .creation_flow {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  @-webkit-keyframes introLoading {
    from {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  @keyframes introLoading {
    from {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  @-webkit-keyframes introCardFly {
    0% {
      opacity: 0;
      -webkit-transform: translate(calc(-50% + var(--start-x)), -50%) rotate(calc(var(--r) * 1.4)) scale(0.88);
              transform: translate(calc(-50% + var(--start-x)), -50%) rotate(calc(var(--r) * 1.4)) scale(0.88);
    }
    92% {
      opacity: 1;
    }
    100% {
      opacity: 1;
      -webkit-transform: translate(-50%, -50%) rotate(var(--r)) scale(1);
              transform: translate(-50%, -50%) rotate(var(--r)) scale(1);
    }
  }
  @keyframes introCardFly {
    0% {
      opacity: 0;
      -webkit-transform: translate(calc(-50% + var(--start-x)), -50%) rotate(calc(var(--r) * 1.4)) scale(0.88);
              transform: translate(calc(-50% + var(--start-x)), -50%) rotate(calc(var(--r) * 1.4)) scale(0.88);
    }
    92% {
      opacity: 1;
    }
    100% {
      opacity: 1;
      -webkit-transform: translate(-50%, -50%) rotate(var(--r)) scale(1);
              transform: translate(-50%, -50%) rotate(var(--r)) scale(1);
    }
  }
  main {
    padding-bottom: 70px !important;
  }
  main .creation_flow {
    position: relative;
    width: 100%;
    z-index: 9100;
    -webkit-transition: opacity 0.32s ease, -webkit-transform 0.42s ease;
    transition: opacity 0.32s ease, -webkit-transform 0.42s ease;
    transition: opacity 0.32s ease, transform 0.42s ease;
    transition: opacity 0.32s ease, transform 0.42s ease, -webkit-transform 0.42s ease;
  }
  main .creation_flow .species_login_area {
    margin: 20px auto 0;
    text-align: center;
  }
  main .creation_flow .species_login_area #speciesLoginBtn {
    display: inline-block;
    border: 1px solid #aaa;
    background-color: #fff;
    line-height: 22px;
    font-size: 16px;
    letter-spacing: 0;
    color: #000;
    border-radius: 6px;
    padding: 12px;
    cursor: pointer;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  main .creation_flow .species_login_area #speciesLoginBtn:hover {
    opacity: 0.6;
  }
  main .creation_flow .species_login_area #speciesLoginBtn img {
    width: 22px;
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
  }
  main .creation_flow .species_login_area .species_login_bonus {
    width: 210px;
    display: block;
    margin: 20px auto 0;
    padding: 9px 0;
    color: #d6b75f;
    border: 1px solid rgba(214, 183, 95, 0.45);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    background: rgba(0, 0, 0, 0.75);
    border-radius: 999px;
    text-shadow: 0 2px 8px rgb(0, 0, 0);
  }
  main .creation_flow .creation_step {
    display: none;
  }
  main .creation_flow .creation_step.is_active {
    display: block;
  }
  main .creation_flow .creation_step .creation_step_inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 70px 20px 30px;
  }
  main .creation_flow .creation_step .creation_step_inner .creation_step_title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    color: #fff;
    text-align: center;
  }
  main .creation_flow .creation_step .creation_step_inner .creation_step_text {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.75);
    text-align: center;
  }
  main .creation_flow .creation_step .creation_step_inner .creation_step_caution {
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: -5px;
  }
  main .creation_flow .creation_step .creation_step_inner .creation_step_buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 16px;
    margin-top: 25px;
  }
  main .creation_flow .creation_step .creation_step_inner .creation_step_buttons .btn_next,
  main .creation_flow .creation_step .creation_step_inner .creation_step_buttons .btn_prev,
  main .creation_flow .creation_step .creation_step_inner .creation_step_buttons .btn_sub,
  main .creation_flow .creation_step .creation_step_inner .creation_step_buttons .btn_save_to_mypage,
  main .creation_flow .creation_step .creation_step_inner .creation_step_buttons .btn_save,
  main .creation_flow .creation_step .creation_step_inner .creation_step_buttons .btn_create_card,
  main .creation_flow .creation_step .creation_step_inner .creation_step_buttons .btn_update_created_card {
    min-width: 80px;
    padding: 9px 10px 9px 17px;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: block;
    text-decoration: none;
    text-align: center;
  }
  main .creation_flow .creation_step .creation_step_inner .creation_step_buttons .btn_next,
  main .creation_flow .creation_step .creation_step_inner .creation_step_buttons .btn_save_to_mypage,
  main .creation_flow .creation_step .creation_step_inner .creation_step_buttons .btn_save,
  main .creation_flow .creation_step .creation_step_inner .creation_step_buttons .btn_create_card,
  main .creation_flow .creation_step .creation_step_inner .creation_step_buttons .btn_update_created_card {
    border: 1px solid #2F74B6;
    background-color: #092C69;
    color: #fff;
  }
  main .creation_flow .creation_step .creation_step_inner .creation_step_buttons .btn_next:hover,
  main .creation_flow .creation_step .creation_step_inner .creation_step_buttons .btn_save_to_mypage:hover,
  main .creation_flow .creation_step .creation_step_inner .creation_step_buttons .btn_save:hover,
  main .creation_flow .creation_step .creation_step_inner .creation_step_buttons .btn_create_card:hover,
  main .creation_flow .creation_step .creation_step_inner .creation_step_buttons .btn_update_created_card:hover {
    opacity: 0.85;
  }
  main .creation_flow .creation_step .creation_step_inner .creation_step_buttons .btn_next:disabled,
  main .creation_flow .creation_step .creation_step_inner .creation_step_buttons .btn_save_to_mypage:disabled,
  main .creation_flow .creation_step .creation_step_inner .creation_step_buttons .btn_save:disabled,
  main .creation_flow .creation_step .creation_step_inner .creation_step_buttons .btn_create_card:disabled,
  main .creation_flow .creation_step .creation_step_inner .creation_step_buttons .btn_update_created_card:disabled {
    opacity: 0.55;
    cursor: not-allowed;
  }
  main .creation_flow .creation_step .creation_step_inner .creation_step_buttons .btn_prev,
  main .creation_flow .creation_step .creation_step_inner .creation_step_buttons .btn_sub {
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: transparent;
    color: #fff;
  }
  main .creation_flow .creation_step .creation_step_inner .creation_step_buttons .btn_prev:hover,
  main .creation_flow .creation_step .creation_step_inner .creation_step_buttons .btn_sub:hover {
    background: rgba(255, 255, 255, 0.08);
  }
  main .creation_flow .creation_step .creation_step_inner {
    /* ------------------------------
      STEP 1：魚種選択
    ------------------------------ */
  }
  main .creation_flow .creation_step .creation_step_inner .species_select_area {
    margin-top: 20px;
  }
  main .creation_flow .creation_step .creation_step_inner .species_select_area select {
    width: 100%;
    max-width: 600px;
    display: block;
    margin: 0 auto;
    height: auto;
    padding: 12px 20px 14px;
    border-radius: 16px;
    background-color: #fff;
    color: #222;
    font-size: 18px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 0;
    outline: none;
    background-size: 12px auto;
    background-position: right 12px center;
  }
  main .creation_flow .creation_step .creation_step_inner .species_select_area select option {
    font-weight: 500;
    padding: 10px 20px;
  }
  main .creation_flow .creation_step .creation_step_inner .species_select_area .species_ticket_count {
    display: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 14px auto 0;
    padding: 7px 14px;
    color: #72e38a;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(114, 227, 138, 0.45);
    border-radius: 999px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.9);
  }
  main .creation_flow .creation_step .creation_step_inner .species_select_area .species_ticket_count.is_empty {
    color: #ff6b6b;
    border-color: rgba(255, 107, 107, 0.5);
  }
  main .creation_flow .creation_step .creation_step_inner .species_select_area .species_ticket_shop_link {
    display: none;
    margin-top: 8px;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
  }
  main .creation_flow .creation_step .creation_step_inner .species_select_area .species_ticket_shop_link a {
    color: #d6b75f;
    text-decoration: underline;
    text-underline-offset: 4px;
  }
  main .creation_flow .creation_step .creation_step_inner {
    /* ------------------------------
      STEP 2：写真アップロード
    ------------------------------ */
  }
  main .creation_flow .creation_step .creation_step_inner .upload_area {
    margin-top: 0px;
  }
  main .creation_flow .creation_step .creation_step_inner .upload_area input[type=file] {
    display: none;
  }
  main .creation_flow .creation_step .creation_step_inner .upload_area .upload_preview {
    position: relative;
    width: 290px;
    aspect-ratio: 1/1;
    margin: 0 auto;
    border: 1px solid #000;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.2);
    overflow: hidden;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  main .creation_flow .creation_step .creation_step_inner .upload_area .upload_preview:hover {
    border-color: rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.05);
  }
  main .creation_flow .creation_step .creation_step_inner .upload_area .upload_preview img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    opacity: 0;
    -webkit-transition: opacity 0.35s ease;
    transition: opacity 0.35s ease;
  }
  main .creation_flow .creation_step .creation_step_inner .upload_area .upload_preview img.is_show {
    opacity: 1;
  }
  main .creation_flow .creation_step .creation_step_inner .upload_area .upload_preview .upload_preview_content {
    position: relative;
    z-index: 2;
    text-align: center;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  main .creation_flow .creation_step .creation_step_inner .upload_area .upload_preview .upload_preview_content.is_hidden {
    opacity: 0;
  }
  main .creation_flow .creation_step .creation_step_inner .upload_area .upload_preview .upload_preview_content .upload_preview_title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
  }
  main .creation_flow .creation_step .creation_step_inner .upload_area .upload_preview .upload_preview_content .upload_preview_text {
    margin-top: 10px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
  }
  main .creation_flow .creation_step .creation_step_inner .cutout_quota_text {
    margin: 20px auto -5px;
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
    color: #ffff00;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.8);
    font-family: "Zen Maru Gothic", sans-serif;
  }
  main .creation_flow .creation_step .creation_step_inner .cutout_quota_text.is_empty {
    color: #ffff00;
  }
  main .creation_flow .creation_step .creation_step_inner {
    /* ------------------------------
      STEP 3：切り抜き確認
    ------------------------------ */
  }
  main .creation_flow .creation_step .creation_step_inner .cutout_preview_area {
    position: relative;
    width: 100%;
    max-width: 500px;
    margin: 0 auto 0;
  }
  main .creation_flow .creation_step .creation_step_inner .cutout_preview_area .cutout_status {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.04em;
  }
  main .creation_flow .creation_step .creation_step_inner .cutout_preview_area .cutout_result {
    position: relative;
    width: 290px;
    margin: 0 auto;
    aspect-ratio: 1/1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid #000;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.1);
    padding: 20px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.35s ease, visibility 0s linear 0.35s;
    transition: opacity 0.35s ease, visibility 0s linear 0.35s;
  }
  main .creation_flow .creation_step .creation_step_inner .cutout_preview_area .cutout_result.is_show {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.35s ease, visibility 0s linear 0s;
    transition: opacity 0.35s ease, visibility 0s linear 0s;
  }
  main .creation_flow .creation_step .creation_step_inner .cutout_preview_area .cutout_result img {
    display: none;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
  main .creation_flow .creation_step .creation_step_inner .cutout_preview_area .cutout_result img.is_show {
    display: block;
  }
  main .creation_flow .creation_step .creation_step_inner .cutout_buttons {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: opacity 0.35s ease, visibility 0s linear 0.35s;
    transition: opacity 0.35s ease, visibility 0s linear 0.35s;
  }
  main .creation_flow .creation_step .creation_step_inner .cutout_buttons.is_show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transition: opacity 0.35s ease, visibility 0s linear 0s;
    transition: opacity 0.35s ease, visibility 0s linear 0s;
  }
  main .creation_flow .creation_step .creation_step_inner {
    /* ------------------------------
      STEP 4：釣果情報入力
    ------------------------------ */
  }
  main .creation_flow .creation_step .creation_step_inner .catch_info_area {
    max-width: 100%;
    margin: 0 auto 0;
  }
  main .creation_flow .creation_step .creation_step_inner .catch_info_area label {
    max-width: calc(100% - 100px);
    display: block;
    position: relative;
    margin: 0 auto;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
  }
  main .creation_flow .creation_step .creation_step_inner .catch_info_area label + label {
    margin-top: 24px;
  }
  main .creation_flow .creation_step .creation_step_inner .catch_info_area label span {
    display: block;
    position: absolute;
    right: -60px;
    bottom: 0;
    color: #fff;
    width: 60px;
    display: block;
    padding-left: 10px;
    font-size: 14px;
  }
  main .creation_flow .creation_step .creation_step_inner .catch_info_area input {
    width: 100%;
    margin-top: 8px;
    display: block;
    font-size: 20px;
    color: #222;
    padding: 10px 20px;
    font-weight: bold;
    outline: none;
    text-align: left;
    width: 100%;
    height: 50px;
    padding: 0 18px;
    border-radius: 0;
    font-size: 18px;
    line-height: 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
  }
  main .creation_flow .creation_step .creation_step_inner {
    /* ------------------------------
      STEP 5：購入前確認
    ------------------------------ */
  }
  main .creation_flow .creation_step .creation_step_inner .payment_area {
    margin-top: 0;
  }
  main .creation_flow .creation_step .creation_step_inner .payment_area .payment_confirm_area {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
  }
  main .creation_flow .creation_step .creation_step_inner .payment_area .payment_confirm_area .payment_confirm_title {
    color: #fff;
    font-size: 22px;
    letter-spacing: 0.08em;
    margin-bottom: 12px;
  }
  main .creation_flow .creation_step .creation_step_inner .payment_area .payment_confirm_area .payment_confirm_text {
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    line-height: 1.9;
    margin-bottom: 24px;
  }
  main .creation_flow .creation_step .creation_step_inner .payment_area .payment_confirm_area .payment_confirm_image_wrap {
    width: 200px;
    aspect-ratio: 1/1;
    margin: 0 auto 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02) 60%, rgba(0, 0, 0, 0.2));
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid #000;
    border-radius: 18px;
    overflow: hidden;
  }
  main .creation_flow .creation_step .creation_step_inner .payment_area .payment_confirm_area .payment_confirm_image_wrap img {
    display: block;
    max-width: 90%;
    max-height: 90%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  main .creation_flow .creation_step .creation_step_inner .payment_area .payment_confirm_area .payment_confirm_list {
    width: 100%;
    max-width: 440px;
    margin: 0 auto 20px;
    color: #fff;
  }
  main .creation_flow .creation_step .creation_step_inner .payment_area .payment_confirm_area .payment_confirm_list div {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
    padding: 5px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    text-align: left;
  }
  main .creation_flow .creation_step .creation_step_inner .payment_area .payment_confirm_area .payment_confirm_list dt {
    width: 80px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
  }
  main .creation_flow .creation_step .creation_step_inner .payment_area .payment_confirm_area .payment_confirm_list dd {
    width: calc(100% - 80px);
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
  }
  main .creation_flow .creation_step .creation_step_inner .payment_area .payment_confirm_area .payment_confirm_note {
    color: rgba(255, 255, 255, 0.78);
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 12px;
  }
  main .creation_flow .creation_step .creation_step_inner .payment_area .payment_confirm_area .payment_ticket_count {
    display: inline-block;
    padding: 8px 18px 9px;
    border: 1px solid rgba(227, 196, 114, 0.48);
    background: linear-gradient(135deg, rgba(227, 196, 114, 0.18), rgba(0, 0, 0, 0.28));
    color: #e3c472;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    -webkit-box-shadow: 0 0 18px rgba(227, 196, 114, 0.12);
            box-shadow: 0 0 18px rgba(227, 196, 114, 0.12);
  }
  main .creation_flow .creation_step .creation_step_inner .payment_area .payment_confirm_area .payment_ticket_count {
    display: inline-block;
    padding: 8px 18px 9px;
    border: 1px solid rgba(227, 196, 114, 0.48);
    background: linear-gradient(135deg, rgba(227, 196, 114, 0.18), rgba(0, 0, 0, 0.28));
    color: #e3c472;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    -webkit-box-shadow: 0 0 18px rgba(227, 196, 114, 0.12);
            box-shadow: 0 0 18px rgba(227, 196, 114, 0.12);
  }
  main .creation_flow .creation_step .creation_step_inner .payment_area .payment_confirm_area .payment_ticket_count.is_empty {
    border-color: rgba(220, 50, 50, 0.58);
    background: linear-gradient(135deg, rgba(220, 50, 50, 0.2), rgba(0, 0, 0, 0.28));
    color: #ff5a5a;
    -webkit-box-shadow: 0 0 18px rgba(220, 50, 50, 0.14);
            box-shadow: 0 0 18px rgba(220, 50, 50, 0.14);
  }
  main .creation_flow .creation_step .creation_step_inner .payment_area .payment_confirm_area .payment_ticket_shop_link {
    display: none;
    margin-top: 14px;
    text-align: center;
  }
  main .creation_flow .creation_step .creation_step_inner .payment_area .payment_confirm_area .payment_ticket_shop_link a {
    color: #e3c472;
    font-size: 15px;
    line-height: 1.6;
    text-decoration: underline;
    text-underline-offset: 4px;
  }
  main .creation_flow .creation_step .creation_step_inner .creation_complete_area {
    width: 100%;
    max-width: 100%;
    margin: 20px auto 0;
  }
  main .creation_flow .creation_step .creation_step_inner .creation_complete_area canvas {
    width: 100%;
    height: auto;
    display: block;
  }
  main .creation_flow .creation_step .creation_step_inner {
    /* ------------------------------
      STEP 6：カード調整
    ------------------------------ */
  }
  main .creation_flow .creation_step .creation_step_inner .creation_box {
    max-width: 1100px;
    padding: 0 0;
    margin: 0 auto;
    display: block;
  }
  main .creation_flow .creation_step .creation_step_inner .creation_box .card_edit_area {
    width: 100%;
    padding: 0 40px;
  }
  main .creation_flow .creation_step .creation_step_inner .creation_box .card_edit_area canvas {
    width: 100%;
    height: auto;
    -ms-touch-action: none;
        touch-action: none;
    cursor: -webkit-grab;
    cursor: grab;
  }
  main .creation_flow .creation_step .creation_step_inner .creation_box .card_edit_area canvas:active {
    cursor: -webkit-grabbing;
    cursor: grabbing;
  }
  main .creation_flow .creation_step .creation_step_inner .edit_controls {
    width: 100%;
    padding-left: 0px;
    display: -ms-grid;
    display: grid;
    gap: 10px;
    margin-top: 20px;
  }
  main .creation_flow .creation_step .creation_step_inner .edit_controls .edit_control_group {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 90px 10px 1fr;
    grid-template-columns: 90px 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
  main .creation_flow .creation_step .creation_step_inner .edit_controls .edit_control_group label {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
  }
  main .creation_flow .creation_step .creation_step_inner .edit_controls .edit_control_group .fishPlace {
    color: #fff;
    font-size: 14px;
  }
  main .creation_flow .creation_step .creation_step_inner .edit_controls .edit_control_group input[type=range] {
    width: 100%;
  }
  main .creation_flow .creation_step .creation_step_inner .edit_controls .edit_control_group input[type=range] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 100%;
    height: 1px;
    background-color: #fff;
    border-radius: 999px;
  }
  main .creation_flow .creation_step .creation_step_inner .edit_controls .edit_control_group input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
            appearance: none;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #fff;
    border: none !important;
  }
  main .creation_flow .creation_step .creation_step_inner .edit_controls .edit_control_group input[type=range]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fff;
    border: none !important;
  }
  main .creation_flow .creation_step .creation_step_inner .edit_controls .btn_reset {
    border: 1px solid rgba(255, 255, 255, 0.5);
    background-color: #444;
    outline: none;
    display: block;
    color: #fff;
    font-weight: 400 !important;
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
    padding: 7px 0 12px;
    font-style: normal;
  }
  .ticket_required_modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 24px;
    background: rgba(0, 0, 0, 0.72);
  }
  .ticket_required_modal.is_show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ticket_required_modal_inner {
    width: min(100%, 420px);
    padding: 30px 24px;
    border: 1px solid rgba(227, 196, 114, 0.45);
    background: rgba(10, 10, 10, 0.96);
    text-align: center;
    -webkit-box-shadow: 0 0 32px rgba(0, 0, 0, 0.45);
            box-shadow: 0 0 32px rgba(0, 0, 0, 0.45);
  }
  .ticket_required_modal_inner p {
    margin-bottom: 22px;
    color: #fff;
    font-size: 16px;
    line-height: 1.9;
  }
  .ticket_required_modal_buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ticket_required_modal_buttons button,
  .ticket_required_modal_buttons a {
    width: 50%;
    min-width: 0;
    padding: 14px 12px;
    font-size: 15px;
    line-height: 1.4;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .ticket_required_modal_buttons .btn_sub {
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: transparent;
    color: #fff;
  }
  .ticket_required_modal_buttons .btn_sub:hover {
    background: rgba(255, 255, 255, 0.08);
  }
  .ticket_required_modal_buttons .btn_main {
    border: 1px solid #2F74B6;
    background-color: #092C69;
    color: #fff;
  }
  .ticket_required_modal_buttons .btn_main:hover {
    opacity: 0.85;
  }
  main .s01,
  main .s02,
  main .s03 {
    padding: 30px 0;
    color: #fff;
  }
  main .s01 .wrapper,
  main .s02 .wrapper,
  main .s03 .wrapper {
    max-width: calc(100% - 40px);
    margin: 0 auto;
  }
  main .s01 .section_title,
  main .s02 .section_title,
  main .s03 .section_title {
    margin-bottom: 25px;
    text-align: center;
  }
  main .s01 .section_title span,
  main .s02 .section_title span,
  main .s03 .section_title span {
    display: block;
    margin-bottom: 5px;
    color: #d6bf72;
    font-family: "serenity", sans-serif;
    font-size: 14px;
    font-weight: 300;
  }
  main .s01 .section_title h2,
  main .s02 .section_title h2,
  main .s03 .section_title h2 {
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 0.08em;
  }
  main .s01 {
    padding-top: 0;
    margin-top: -150px;
  }
  main .s01 .about_box {
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
    -webkit-box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
            box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  }
  main .s01 .about_box p {
    color: #fff;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 2.2;
    text-align: left;
  }
  main .s01 .about_box p + p {
    margin-top: 30px;
  }
  main .s02 .feature_list {
    display: block;
  }
  main .s02 .feature_list li {
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
    -webkit-box-shadow: 0 20px 46px rgba(0, 0, 0, 0.28);
            box-shadow: 0 20px 46px rgba(0, 0, 0, 0.28);
  }
  main .s02 .feature_list li + li {
    margin-top: 25px;
  }
  main .s02 .feature_list li span {
    display: block;
    margin-bottom: 20px;
    color: #d6bf72;
    font-family: "serenity", sans-serif;
    font-size: 45px;
    font-weight: 300;
    letter-spacing: 0.08em;
  }
  main .s02 .feature_list li h3 {
    margin-bottom: 16px;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0.06em;
  }
  main .s02 .feature_list li p {
    color: rgba(255, 255, 255, 0.72);
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 14px;
    line-height: 2;
  }
  main .s03 {
    padding-bottom: 40px;
  }
  main .s03 .flow_list {
    display: block;
    padding: 0 10px;
  }
  main .s03 .flow_list li {
    display: block;
    position: relative;
    padding: 45px 30px 20px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
    -webkit-box-shadow: 0 16px 36px rgba(0, 0, 0, 0.24);
            box-shadow: 0 16px 36px rgba(0, 0, 0, 0.24);
  }
  main .s03 .flow_list li + li {
    margin-top: 35px;
  }
  main .s03 .flow_list li > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(214, 191, 114, 0.48);
    border-radius: 50%;
    font-family: "serenity", sans-serif;
    font-size: 30px;
    letter-spacing: 1px;
    padding-left: 0;
    padding-top: 7px;
    font-weight: 300;
    text-align: center;
    display: block;
    position: absolute;
    top: -10px;
    left: -10px;
  }
  main .s03 .flow_list li div h3 {
    margin-bottom: 8px;
    color: #fff;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 18px;
    letter-spacing: 0.06em;
  }
  main .s03 .flow_list li div p {
    color: rgba(255, 255, 255, 0.72);
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 14px;
    line-height: 1.9;
  }
  main .s03 .btn_start {
    width: 280px;
    margin: 40px auto 0;
    padding: 15px 15px 15px 22px;
    font-weight: 400;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: block;
    text-decoration: none;
    background-image: url(../images/icon_arrow01.svg);
    background-size: 10px auto;
    background-repeat: no-repeat;
    background-position: center right 20px;
    font-size: 16px;
  }
  main .s03 .btn_start {
    border: 1px solid rgba(214, 191, 114, 0.7);
    color: #fff;
  }
  main .s03 .btn_start:hover {
    opacity: 0.85;
  }
  body.is_creation_started main .s01,
  body.is_creation_started main .s02,
  body.is_creation_started main .s03 {
    overflow: hidden;
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition: max-height 0.45s ease, padding 0.45s ease, opacity 0.28s ease, visibility 0s linear 0.45s, -webkit-transform 0.35s ease;
    transition: max-height 0.45s ease, padding 0.45s ease, opacity 0.28s ease, visibility 0s linear 0.45s, -webkit-transform 0.35s ease;
    transition: max-height 0.45s ease, padding 0.45s ease, opacity 0.28s ease, visibility 0s linear 0.45s, transform 0.35s ease;
    transition: max-height 0.45s ease, padding 0.45s ease, opacity 0.28s ease, visibility 0s linear 0.45s, transform 0.35s ease, -webkit-transform 0.35s ease;
  }
  main .s01,
  main .s02,
  main .s03 {
    max-height: 1600px;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: max-height 0.5s ease, padding 0.5s ease, opacity 0.35s ease, visibility 0s linear 0s, -webkit-transform 0.4s ease;
    transition: max-height 0.5s ease, padding 0.5s ease, opacity 0.35s ease, visibility 0s linear 0s, -webkit-transform 0.4s ease;
    transition: max-height 0.5s ease, padding 0.5s ease, opacity 0.35s ease, visibility 0s linear 0s, transform 0.4s ease;
    transition: max-height 0.5s ease, padding 0.5s ease, opacity 0.35s ease, visibility 0s linear 0s, transform 0.4s ease, -webkit-transform 0.4s ease;
  }
  main .otherpage_menu {
    margin-top: 40px;
  }
  main .otherpage_menu ul {
    width: 300px;
    text-align: right;
    font-size: 0;
    letter-spacing: 0;
    text-align: center;
    margin: 0 auto;
  }
  main .otherpage_menu ul li {
    display: inline-block;
    vertical-align: top;
    margin: 5px 5px;
  }
  main .otherpage_menu ul li a {
    display: block;
    text-decoration: none;
    color: #ccc;
    font-size: 12px;
  }
}