@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
header {
  width: 100%;
  margin: auto;
  font-size: 3.7vw;
}
footer {
}
main {
  width: 100%;
  margin: auto;
  font-size: 3.7vw;
  background-color: #111111;
  overflow-x: hidden;
  padding-bottom: 50vw;
  position: relative;
}
section {
  text-align: center;
}
div {
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  margin: auto;
  position: relative;
}
a {
}
p {
}
h1 {
  display: inline-block;
}
h2 {
}
h3 {
}
h4 {
}

/*============================
#fv
============================*/
#fv {
  background-image: url(../img/fv_back.webp);
  background-position: center;
  background-size: cover;
  position: relative;
  overflow-x: hidden;
}
.logo {
  margin-top: 1vw;
}
.fv_subtitle {
  width: 75%;
  margin-top: 10px;
}
.fv_title {
  width: 74%;
}
.fv_title2 {
  width: 90%;
  z-index: 2;
}
.fv_cards {
  top: -5vw;
  left: 4vw;
  z-index: 1;
}
.rare_card {
  position: absolute;
  bottom: 13vw;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

/*============================
#thumbnail
============================*/
.free {
  padding: 5vw;
}
#thumbnail {
}
.thumbnail {
}
.cta {
  background-color: #ffff00;
  padding-top: 1px;
}
.cta_frame {
  padding: 5vw;
}
.cta_btn {
  background-image: url(../img/cta_back.webp);
  background-size: 100%;
  display: block;
  position: relative;
  height: 14vw;
  width: 82%;
  margin: 5vw auto;
  cursor: pointer;
  color: #ff001d;
}
.cta_text {
  width: 75%;
  position: absolute;
  top: 50%;
  left: 48%;
  transform: translate(-55%, -55%);
}
.cta_handle {
  width: 11%;
  position: absolute;
  top: 52%;
  right: -1%;
  transform: translate(-55%, -55%);
  transition: all 0.5s;
}
.cta_handle.is-animation {
  animation: handle_animation 2s linear;
}
.terms {
  background-color: #111;
  padding: 1px;
  text-align: left;
}
.terms_inner {
  background-color: #fff;
  text-align: left;
  width: 90%;
  height: 35vw;
  overflow-y: scroll;
  margin: 5vw auto 0;
  padding: 2vw;
  padding-right: 0;
}
.terms_title {
  margin-bottom: 1vw;
}
.terms_text {
  margin: 2vw 0;
}
.terms_checks {
  width: 90%;
  margin: 2vw auto;
  color: #fff;
  font-size: 1.2em;
  display: flex;
  gap: 0 3vw;
  flex-wrap: wrap;
}
#terms_check {
}

/*============================
#why
============================*/
#why {
  background-image: url(../img/back1.webp);
  background-size: cover;
  margin-top: 6vw;
  padding-bottom: 19vw;
}
.why {
  width: 90%;
}
.why_top {
}
.why_title {
}
.fukidashi {
  width: 90%;
}

/*============================
#prize_cards
============================*/
#prize_cards {
}
.bakuado {
  width: 95%;
}
.good_card {
  width: 60%;
  margin: 2vw auto;
}
.prize_cards {
  width: 95%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 5vw 0;
}
.prize_cards img {
  width: calc((100% / 3) - 2.5vw);
}
.attention {
  width: 90%;
  margin: 8vw auto;
}
.good_grade {
  width: 93%;
}
.good_grade_bottom_text {
  color: #fff;
  width: 93%;
  margin: 0 auto 7vw;
  text-align: left;
  font-size: 1.1em;
}
.girl_card {
  width: 95%;
  margin: 10vw auto;
}
.onepeace_card {
  width: 95%;
  margin: 7vw auto;
}

/*============================
#flow
============================*/
#flow {
  width: 95%;
  margin: 12vw auto;
}
.flow_title {
  position: relative;
  z-index: 2;
}
.flow {
  display: flex;
  flex-wrap: wrap;
  gap: 5vw;
  position: relative;
  top: -3.5vw;
}

/*============================
#last_content
============================*/
#last_content {
}
.legend_card {
}
.impact {
}

/*============================
#fixed_cta
============================*/
#fixed_cta {
  position: fixed;
  bottom: 0;
  z-index: 99999;
  width: 100%;
}
.fixed_cta_line {
  position: absolute;
  width: 100%;
  height: 28vw;
  top: 4vw;
  left: 0;
}
.fixed_cta_web {
  position: absolute;
  width: 50%;
  height: 38vw;
  top: 7vw;
  right: 0;
}
.dush {
  width: 16%;
  position: absolute;
  animation: dush_animation 2s ease-in-out infinite;
  bottom: 0;
  left: 0%;
}
.pc_back_video,
.pc_back_text,
.pc_back_text2 {
  display: none;
}
#gachaVideo {
  width: 100%;
  height: 100vh;
  position: relative;
}
#gacha_result {
  position: fixed !important;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  width: 100%;
  height: 100vh;
  background-color: #000;
  color: #fff;
}
.gacha_result_back_video {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  height: 100vh;
}
.gacha_result_back_video video {
  height: 100vh;
  width: auto;
  max-inline-size: unset;
}
.gacha_result_top_text {
  font-size: 6vw;
  padding: 6vw 0;
  position: relative;
}
.gacha_result_card {
  width: 80%;
  margin: auto;
}
.gacha_result_cta {
  position: relative;
  margin: 11vw auto;
}
.gacha_result_cta a {
  color: #fff;
  text-decoration: unset;
  font-size: 4.5vw;
  display: block;
  width: 90%;
  background-color: #ff001d;
  border-radius: 10vw;
  padding: 4vw 0;
  margin: auto;
}
.terms_error {
  color: #ff001d;
  font-size: 4.4vw;
  width: 100%;
  display: none;
}
.gacha_error {
  display: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  color: #ff001d;
  width: 100%;
  text-align: center;
}

main#video {
}
.video_play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  background-color: #fff;
  padding: 5% 5%;
  border-radius: 10px;
}
.video_play_volume {
  border: solid 1px;
  padding: 6% 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7%;
  margin-top: 5%;
  border-radius: 10px;
}
.video_play_volume button {
  width: 41%;
  padding: 3%;
  background-color: #9f9f9f;
}
@media screen and (min-width: 1280px) {
  body {
  }
  header {
    width: 350px;
  }
  footer {
  }
  main {
    font-size: 14px;
    padding-bottom: 160px;
    width: 350px;
  }
  section {
  }
  div {
  }
  img {
  }
  a {
  }
  p {
  }
  h1 {
  }
  h2 {
  }
  h3 {
  }
  h4 {
  }

  /*============================
#fv
============================*/
  #fv {
  }
  .logo {
  }
  .fv_subtitle {
  }
  .fv_title {
  }
  .fv_title2 {
  }
  .fv_cards {
    left: 20px;
    top: -20px;
  }
  .rare_card {
    bottom: 50px;
  }

  /*============================
#thumbnail
============================*/
  .free {
    padding: 10px;
  }
  #thumbnail {
  }
  .thumbnail {
  }
  .cta {
  }
  .cta_frame {
    padding: 0;
    height: 50px;
    margin: 2.5vw auto;
  }
  .cta_btn {
  }
  .cta_text {
  }
  .cta_handle {
  }
  .terms {
  }
  .terms_inner {
    height: 150px;
    margin: 30px auto 0;
    padding: 10px;
  }
  .terms_title {
    margin-bottom: 10px;
  }
  .terms_text {
    margin: 10px 0;
  }
  .terms_checks {
    margin: 10px auto;
    gap: 0 1vw;
  }
  #terms_check {
  }

  /*============================
#why
============================*/
  #why {
    margin-top: 30px;
    background-size: 100%;
    padding-bottom: 60px;
  }
  .why {
  }
  .why_top {
  }
  .why_title {
  }
  .fukidashi {
    margin-top: 10px;
  }

  /*============================
#prize_cards
============================*/
  #prize_cards {
  }
  .bakuado {
  }
  .good_card {
  }
  .prize_cards {
    gap: 20px 0;
  }
  .prize_cards img {
    width: calc((100% / 3) - 10px);
  }
  .attention {
    margin: 40px auto;
  }
  .good_grade {
  }
  .good_grade_bottom_text {
    margin-bottom: 40px;
  }
  .girl_card {
    margin: 0px auto 50px;
  }
  .onepeace_card {
    margin: 50px auto;
  }

  /*============================
#flow
============================*/
  #flow {
    margin: 50px auto 22px;
  }
  .flow_title {
  }
  .flow {
    gap: 40px;
  }

  /*============================
#last_content
============================*/
  #last_content {
  }
  .legend_card {
  }
  .impact {
  }

  /*============================
#fixed_cta
============================*/
  #fixed_cta {
    transform: translateX(-50%);
    left: 50%;
    width: 350px;
  }
  .fixed_cta_line {
    height: 102px;
    top: 10px;
  }
  .fixed_cta_web {
    height: 130px;
    top: 29px;
  }
  .dush {
  }
  .pc_back_video {
    display: block;
    width: 100vw;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .pc_back_text {
    display: block;
    position: fixed;
    width: calc(((100% - 350px) / 2) * 0.8);
    left: 3%;
    top: 70px;
  }
  .pc_back_text2 {
    display: block;
    position: fixed;
    top: 70px;
    width: calc(((100% - 350px) / 2) * 0.8);
    right: 3%;
  }
  #gachaVideo,
  #gacha_result {
    width: 350px;
  }
  .gacha_result_back_video {
    width: 350px;
    overflow: hidden;
  }
  .gacha_result_back_video video {
    position: relative;
    transform: translateX(-34%);
  }
  .gacha_result_top_text {
    font-size: 2vw;
    padding: 3vw 0 1vw;
  }
  .gacha_result_card {
  }
  .gacha_result_cta {
    margin: 1vw auto;
  }
  .gacha_result_cta a {
    font-size: 1.1vw;
    padding: 1vw;
  }
  .terms_error {
    font-size: 1.1vw;
  }
}
@keyframes dush_animation {
  0% {
    left: 0%;
  }
  20% {
    left: 80%;
  }
  55% {
    left: 0%;
  }
}
@keyframes handle_animation {
  0% {
    transform: translate(-55%, -55%) rotate(0deg);
  }
  20%,
  25% {
    transform: translate(-55%, -55%) rotate(180deg);
  }
  45%,
  50% {
    transform: translate(-55%, -55%) rotate(360deg);
  }
  70%,
  75% {
    transform: translate(-55%, -55%) rotate(540deg);
  }
  95%,
  100% {
    transform: translate(-55%, -55%) rotate(720deg);
  }
}
