@charset "UTF-8";
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

/* スクリーンサイズが1520px以上 */
@media screen and (min-width: 1920px) {
  html {
    font-size: 62.5%;
  }
}
/* スクリーンサイズが1200px以下の場合に適用 */
@media screen and (max-width: 1100px) {
  html {
    font-size: 35.0625%;
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: 62.5%;
  }
}
/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

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

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

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
}

caption {
  text-align: left;
}

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

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

/* reset.css end */
/* base.css start */
body {
  font-family: "Noto Sans SC", sans-serif;
  background-color: #000;
}

html {
  scroll-behavior: smooth;
}

img.w100 {
  max-width: 100%;
  height: auto;
}

.sp-hidden {
  display: block;
}
@media screen and (max-width: 980px) {
  .sp-hidden {
    display: none;
  }
}

.pc-hidden {
  display: none;
}
@media screen and (max-width: 980px) {
  .pc-hidden {
    display: block;
  }
}

article {
  overflow-x: clip;
}

.inner {
  max-width: 980px;
  width: 90%;
  margin: auto;
}

body {
  background-color: #000000;
  color: #fff;
}

.title {
  display: flex;
  flex-direction: column;
  row-gap: 17px;
}
@media screen and (max-width: 980px) {
  .title {
    row-gap: 3.4693877551vw;
  }
}
.title .ttl-en {
  font-family: "Noto Sans SC", sans-serif;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.2;
  font-size: 30px;
  color: #fb2cf5;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 980px) {
  .title .ttl-en {
    font-size: 16px;
    font-size: 3.2653061224vw;
  }
}
.title .ttl {
  font-family: "Noto Sans SC", sans-serif;
  font-weight: bold;
  font-size: 5.4rem;
  line-height: 1.462962963;
  font-size: 48px;
  color: #fff;
  background: transparent linear-gradient(90deg, #ff2cf5 0%, #003bff 100%) 0% 0% no-repeat padding-box;
  padding: 0 39px;
  clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
  width: fit-content;
}
@media screen and (max-width: 980px) {
  .title .ttl {
    font-size: 24px;
    font-size: 4.8979591837vw;
    padding: 0 6.1224489796vw;
  }
}
.title .ttl span {
  position: relative;
  top: 0;
}

.mv {
  background: url(/resources_source/images/bbp/cn/mv.png) no-repeat right -6.0029282577vw top/110.6881405564vw auto;
  position: relative;
}
.mv::before {
  content: "";
  background: url(/resources_source/images/bbp/cn/coin.png) no-repeat center/contain;
  position: absolute;
  top: 412px;
  left: -497px;
  width: 690px;
  height: 686px;
}
@media screen and (max-width: 980px) {
  .mv::before {
    top: 31.0204081633vw;
    left: -26.5306122449vw;
    width: 40.8163265306vw;
    height: 140vw;
  }
}
.mv .inner {
  padding: 65px 0 141px;
}
@media screen and (max-width: 980px) {
  .mv .inner {
    padding: 13.2653061224vw 0 28.7755102041vw;
  }
}
.mv .inner .column {
  display: flex;
  column-gap: 53px;
  align-items: center;
}
@media screen and (max-width: 980px) {
  .mv .inner .column {
    column-gap: 6.1224489796vw;
  }
}
@media screen and (max-width: 980px) {
  .mv .inner .column .col-left {
    max-width: 50.612244898vw;
  }
}
.mv .inner .column .col-right {
  margin-right: -86px;
}
@media screen and (max-width: 1200px) {
  .mv .inner .column .col-right {
    max-width: 340px;
    width: 100%;
  }
}
@media screen and (max-width: 980px) {
  .mv .inner .column .col-right {
    max-width: 32.6530612245vw;
    margin-right: -17.5510204082vw;
  }
}
.mv .inner .column .col-right figure img {
  transform: rotate(19deg);
  filter: drop-shadow(0px 0px 20px #fff);
}
@media screen and (max-width: 980px) {
  .mv .inner .column .col-right figure img {
    filter: drop-shadow(0px 0px 2.0408163265vw #fff);
  }
}

.sec_about {
  position: relative;
  margin-top: -84px;
  z-index: 60;
}
@media screen and (max-width: 980px) {
  .sec_about {
    margin-top: -17.1428571429vw;
  }
}
.sec_about::before {
  content: "";
  background: url(/resources_source/images/bbp/cn/mv-right.png) no-repeat center/contain;
  width: 142px;
  height: 144px;
  position: absolute;
  right: -26px;
  top: 52px;
  transform: rotate(21deg);
}
@media screen and (max-width: 980px) {
  .sec_about::before {
    top: -12.2448979592vw;
    width: 15.9183673469vw;
    height: 15.9183673469vw;
    right: -5.306122449vw;
  }
}
.sec_about::after {
  content: "";
  background: url(/resources_source/images/bbp/cn/coin.png) no-repeat center/contain;
  transform: scale(1, -1) rotate(-17deg);
  position: absolute;
  top: calc(100% - 282px);
  right: -412px;
  width: 690px;
  height: 686px;
}
@media screen and (max-width: 1200px) {
  .sec_about::after {
    right: -500px;
  }
}
@media screen and (max-width: 980px) {
  .sec_about::after {
    width: 79.5918367347vw;
    right: -61.2244897959vw;
    top: calc(100% - 57.5510204082vw);
    height: 140vw;
  }
}
.sec_about .inner .title {
  margin-bottom: 60px;
}
@media screen and (max-width: 980px) {
  .sec_about .inner .title {
    margin-bottom: 6.1224489796vw;
  }
}
.sec_about .inner .column {
  display: flex;
  column-gap: 40px;
  margin-bottom: 44px;
}
@media screen and (max-width: 1200px) {
  .sec_about .inner .column {
    column-gap: 20px;
  }
}
@media screen and (max-width: 980px) {
  .sec_about .inner .column {
    column-gap: 4.0816326531vw;
    margin-bottom: 8.1632653061vw;
  }
}
.sec_about .inner .column figure {
  background: url(/resources_source/images/bbp/cn/frame.svg) no-repeat center/300px auto;
  max-width: 300px;
  width: 33%;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .sec_about .inner .column figure {
    background-size: contain;
  }
}
@media screen and (max-width: 980px) {
  .sec_about .inner .column figure {
    max-width: 61.2244897959vw;
    height: 16.3265306122vw;
  }
}
.sec_about .inner .column figure img {
  filter: drop-shadow(0px 0px 30px #f52cf5);
}
@media screen and (max-width: 980px) {
  .sec_about .inner .column figure img {
    width: 90%;
    filter: drop-shadow(0px 0px 1.0204081633vw #f52cf5);
  }
}
.sec_about .inner .description {
  font-family: "Noto Sans SC", sans-serif;
  font-size: 2.4rem;
  line-height: 1.4583333333;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 980px) {
  .sec_about .inner .description {
    font-size: 16px;
    font-size: 3.2653061224vw;
  }
}

.btn-mypage {
  max-width: 720px;
  width: 100%;
  margin: auto auto 20px;
  background: transparent linear-gradient(109deg, #ffd66b 0%, #ffdf96 14%, #d89820 29%, #ffe6a2 59%, #ffd065 73%, #ffd66b 92%, #da9528 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 10px 0px #aa8332;
  border-radius: 10px;
  transition: all 0.3s;
}
@media screen and (max-width: 980px) {
  .btn-mypage {
    box-shadow: 0px 2.0408163265vw 0px #aa8332;
    margin-bottom: 12.2448979592vw;
    max-width: 146.9387755102vw;
    border-radius: 2.0408163265vw;
  }
}
.btn-mypage a {
  height: 115px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 980px) {
  .btn-mypage a {
    height: 14.2857142857vw;
  }
  .btn-mypage a img {
    width: 60%;
  }
}
.btn-mypage:hover {
  transform: translateY(10px);
  box-shadow: none;
  transition: all 0.3s;
}

.sec03 {
  margin-top: -115px;
  position: relative;
  z-index: 50;
}
@media screen and (max-width: 980px) {
  .sec03 {
    margin-top: 3.6734693878vw;
  }
}
.sec03 .clippath {
  background: url(/resources_source/images/bbp/cn/sec03-bg.png) no-repeat top/cover;
  clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
}
@media screen and (max-width: 980px) {
  .sec03 .clippath {
    clip-path: polygon(0 0, 100% 6%, 100% 100%, 0 94%);
  }
}
.sec03::after {
  content: "";
  background: url(/resources_source/images/bbp/cn/sec04_right.svg) no-repeat right bottom/contain;
  width: 373px;
  height: 1326px;
  position: absolute;
  top: calc(100% - 58px);
  right: -29px;
  z-index: 55;
}
@media screen and (max-width: 1200px) {
  .sec03::after {
    right: -120px;
  }
}
@media screen and (max-width: 980px) {
  .sec03::after {
    right: -16.9387755102vw;
    width: 41.8367346939vw;
    top: calc(100% + 4.0816326531vw);
    height: 153.0612244898vw;
    background-position: left bottom;
  }
}
.sec03::before {
  content: "";
  background: url(/resources_source/images/bbp/cn/coin.png) no-repeat center/contain;
  transform: scaleX(-1) rotate(-131deg);
  position: absolute;
  top: calc(100% - 656px);
  left: -712px;
  width: 817px;
  height: 811px;
  z-index: 60;
}
@media screen and (max-width: 980px) {
  .sec03::before {
    left: -48.3673469388vw;
    width: 59.387755102vw;
    height: 53.6734693878vw;
    top: calc(100% - 56.1224489796vw);
  }
}
.sec03 .inner {
  padding: 235px 0 230px;
}
@media screen and (max-width: 980px) {
  .sec03 .inner {
    padding: 20.4081632653vw 0 24.4897959184vw;
  }
}
.sec03 .inner .title {
  margin-bottom: 86px;
}
@media screen and (max-width: 980px) {
  .sec03 .inner .title {
    margin-bottom: 8.1632653061vw;
  }
}
.sec03 .inner .column {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  position: relative;
  counter-reset: number 0;
}
@media screen and (max-width: 980px) {
  .sec03 .inner .column {
    row-gap: 8.1632653061vw;
  }
}
.sec03 .inner .column .clippath {
  filter: drop-shadow(0px 0px 10px #fb2df5);
  clip-path: none;
  background: none;
}
@media screen and (max-width: 980px) {
  .sec03 .inner .column .clippath {
    filter: drop-shadow(0px 0px 2.0408163265vw #fb2df5);
  }
}
.sec03 .inner .column .clippath:nth-child(odd) .item {
  margin-left: 0;
  margin-right: auto;
}
.sec03 .inner .column .clippath:nth-child(2n) .item {
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 980px) {
  .sec03 .inner .column .clippath:first-child .item .text figure, .sec03 .inner .column .clippath:nth-child(2) .item .text figure {
    height: 5.1020408163vw;
  }
  .sec03 .inner .column .clippath:nth-child(2) .item {
    height: 44.8979591837vw;
  }
  .sec03 .inner .column .clippath:nth-child(3) .item {
    height: 44.8979591837vw;
  }
  .sec03 .inner .column .clippath:last-child .item {
    height: 40.8163265306vw;
  }
}
.sec03 .inner .column .clippath .item {
  clip-path: polygon(20% 0%, 95% 0, 100% 10%, 100% 100%, 80% 100%, 5% 100%, 0 90%, 0 0);
  background-color: #fff;
  max-width: 780px;
  width: 90%;
  height: 243px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 980px) {
  .sec03 .inner .column .clippath .item {
    height: 49.5918367347vw;
  }
}
.sec03 .inner .column .clippath .item-inner {
  max-width: 688px;
  width: 100%;
  margin: auto;
  display: flex;
  column-gap: 40px;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 980px) {
  .sec03 .inner .column .clippath .item-inner {
    flex-direction: column;
    width: 90%;
    row-gap: 4.0816326531vw;
  }
  .sec03 .inner .column .clippath .item-inner figure {
    max-width: 16.3265306122vw;
  }
}
.sec03 .inner .column .clippath .item-inner::before {
  position: absolute;
  top: -42px;
  right: 0;
  counter-increment: number 1;
  content: "0" counter(number);
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 18rem;
  line-height: 1.2055555556;
  font-size: 180px;
  letter-spacing: -0.05em;
  color: rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 980px) {
  .sec03 .inner .column .clippath .item-inner::before {
    top: 0vw;
    font-size: 100px;
    font-size: 20.4081632653vw;
  }
}
.sec03 .inner .column .clippath .item-inner .text {
  max-width: 512px;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .sec03 .inner .column .clippath .item-inner .text {
    max-width: none;
  }
}
.sec03 .inner .column .clippath .item-inner .text figure {
  margin-bottom: 18px;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .sec03 .inner .column .clippath .item-inner .text figure {
    max-width: none;
    height: 5.1020408163vw;
    margin: auto auto 4.0816326531vw;
  }
  .sec03 .inner .column .clippath .item-inner .text figure img {
    height: 100%;
  }
}
.sec03 .inner .column .clippath .item-inner .text .description {
  font-family: "Noto Sans SC", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  font-size: 18px;
  color: #000;
}
@media screen and (max-width: 980px) {
  .sec03 .inner .column .clippath .item-inner .text .description {
    font-size: 14px;
    font-size: 2.8571428571vw;
  }
}

.sec04 {
  margin-top: -230px;
  background: url(/resources_source/images/bbp/cn/sec04_left.svg) no-repeat left -35px top 148px/contain, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='1366' height='2908.551' viewBox='0 0 1366 2908.551'%3E%3Cdefs%3E%3ClinearGradient id='linear-gradient' x1='1' y1='0.438' x2='-0.182' y2='0.035' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23ff2cf5'/%3E%3Cstop offset='1' stop-color='%23003bff'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath id='パス_19090' data-name='パス 19090' d='M0,0H1366V2908.551l-1366-200Z' opacity='0.595' fill='url(%23linear-gradient)'/%3E%3C/svg%3E");
  background-size: cover; /* 画面全体にフィット */
  background-repeat: no-repeat;
  background-position: center; /* 中央に配置 */
  position: relative;
  z-index: 40;
}
@media screen and (max-width: 980px) {
  .sec04 {
    margin-top: -16.3265306122vw;
  }
}
.sec04::before {
  content: "";
  background: url(/resources_source/images/bbp/cn/coin.png) no-repeat center/contain;
  transform: scaleX(-1) rotate(-148deg) scaleX(-1) scaleY(-1);
  position: absolute;
  bottom: 327px;
  right: -619px;
  width: 817px;
  height: 811px;
  z-index: 50;
}
@media screen and (max-width: 1200px) {
  .sec04::before {
    right: -719px;
  }
}
@media screen and (max-width: 980px) {
  .sec04::before {
    right: -75.5102040816vw;
    width: 85.1020408163vw;
  }
}
.sec04::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #000000;
  border-width: 200px 0px 0px 100vw;
  position: absolute;
  top: calc(100% - 200px);
  left: 0;
  width: 100%;
  height: 200px;
  z-index: -1;
}
@media screen and (max-width: 980px) {
  .sec04::after {
    border-width: 40.8163265306vw 0px 0px 100vw;
    top: calc(100% - 40.8163265306vw);
  }
}
.sec04 .inner {
  position: relative;
  padding: 210px 0 50px;
}
@media screen and (max-width: 980px) {
  .sec04 .inner {
    padding: 20.4081632653vw 0;
  }
}
.sec04 .inner .title {
  margin-bottom: 95px;
}
@media screen and (max-width: 980px) {
  .sec04 .inner .title {
    margin-bottom: 16.3265306122vw;
  }
}
.sec04 .inner .column {
  display: flex;
  position: relative;
}
.sec04 .inner .column:after {
  content: "";
  background: url(/resources_source/images/bbp/cn/mv01.png) no-repeat center/contain;
  filter: drop-shadow(0px 0px 10px #fff);
  transform: rotate(23deg);
  width: 279px;
  height: 279px;
  position: absolute;
  right: -43px;
  top: -162px;
  z-index: 55;
}
@media screen and (max-width: 1200px) {
  .sec04 .inner .column:after {
    width: 230px;
    height: 230px;
    top: -100px;
  }
}
@media screen and (max-width: 980px) {
  .sec04 .inner .column:after {
    width: 30.612244898vw;
    height: 30.612244898vw;
    top: -12.2448979592vw;
    right: 2.0408163265vw;
    filter: drop-shadow(0px 0px 2.0408163265vw #fff);
  }
}
.sec04 .inner .column .gacha {
  position: absolute;
  left: -305px;
  top: -89px;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .sec04 .inner .column .gacha {
    width: 61%;
    left: -165px;
    top: 60px;
  }
}
@media screen and (max-width: 980px) {
  .sec04 .inner .column .gacha {
    width: 55%;
    left: -15.306122449vw;
    top: 12.2448979592vw;
  }
}
.sec04 .inner .column .text .catch01 {
  max-width: 546px;
  width: 100%;
  margin: auto auto 94px 217px;
}
@media screen and (max-width: 980px) {
  .sec04 .inner .column .text .catch01 {
    margin-left: 0;
    width: 60%;
    max-width: 111.4285714286vw;
    margin-bottom: 12.2448979592vw;
  }
}
.sec04 .inner .column .text .catch02 {
  max-width: 700px;
  position: relative;
  margin-left: 262px;
  margin-bottom: 69px;
}
@media screen and (max-width: 1200px) {
  .sec04 .inner .column .text .catch02 {
    width: 71%;
  }
}
@media screen and (max-width: 980px) {
  .sec04 .inner .column .text .catch02 {
    width: 75%;
    margin-left: 20.4081632653vw;
    margin-bottom: 6.1224489796vw;
    margin-right: 0;
  }
}
.sec04 .inner .column .text .catch02::after {
  content: "";
  background: url(/resources_source/images/bbp/cn/sec03_screen.png) no-repeat center/contain;
  width: 841px;
  height: 275px;
  position: absolute;
  right: -148px;
  top: -15px;
  mix-blend-mode: screen;
  z-index: -1;
}
@media screen and (max-width: 980px) {
  .sec04 .inner .column .text .catch02::after {
    width: 197.1428571429vw;
    height: 20.4081632653vw;
    right: -75.1020408163vw;
    top: 9.1836734694vw;
  }
}
.sec04 .inner .btn-mypage {
  max-width: 980px;
  position: relative;
}
.sec04 .inner .btn-mypage .kira {
  mix-blend-mode: screen;
}
.sec04 .inner .btn-mypage .kira.left, .sec04 .inner .btn-mypage .kira.right {
  position: absolute;
}
.sec04 .inner .btn-mypage .kira.left {
  left: -66px;
  top: 101px;
}
@media screen and (max-width: 980px) {
  .sec04 .inner .btn-mypage .kira.left {
    left: -4.693877551vw;
    top: 12.8571428571vw;
    width: 10.2040816327vw;
  }
}
.sec04 .inner .btn-mypage .kira.right {
  right: 13px;
  top: -45px;
}
@media screen and (max-width: 980px) {
  .sec04 .inner .btn-mypage .kira.right {
    right: -2.2448979592vw;
    top: -5.5102040816vw;
    width: 10.2040816327vw;
  }
}
.sec04 .inner .btn-mypage.bottom {
  max-width: 720px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -57px;
  margin: auto auto 33px;
}
@media screen and (max-width: 980px) {
  .sec04 .inner .btn-mypage.bottom {
    width: 85%;
    bottom: -11.6326530612vw;
    margin-bottom: 6.7346938776vw;
  }
}
.sec04 .inner .btn-mypage.bottom a {
  height: 115px;
}
@media screen and (max-width: 980px) {
  .sec04 .inner .btn-mypage.bottom a {
    height: 14.2857142857vw;
  }
  .sec04 .inner .btn-mypage.bottom a img {
    width: 60%;
  }
}
.sec04 .inner .btn-mypage.bottom::after, .sec04 .inner .btn-mypage.bottom::before {
  content: none;
}
.sec04 .inner .btn-mypage::before {
  content: "";
  background: url(/resources_source/images/bbp/cn/btn-left.svg) no-repeat center/contain;
  width: 206px;
  height: 197px;
  position: absolute;
  left: -105px;
  top: -104px;
}
@media screen and (max-width: 1200px) {
  .sec04 .inner .btn-mypage::before {
    width: 150px;
    left: -49px;
    top: -104px;
  }
}
@media screen and (max-width: 980px) {
  .sec04 .inner .btn-mypage::before {
    width: 14.2857142857vw;
    left: -4.8979591837vw;
    top: -7.5510204082vw;
    height: 13.4693877551vw;
  }
}
.sec04 .inner .btn-mypage::after {
  content: "";
  background: url(/resources_source/images/bbp/cn/btn-right.png) no-repeat center/contain;
  width: 196px;
  height: 176px;
  position: absolute;
  bottom: -43px;
  left: calc(100% - 103px);
}
@media screen and (max-width: 1200px) {
  .sec04 .inner .btn-mypage::after {
    width: 150px;
    bottom: -77px;
  }
}
@media screen and (max-width: 980px) {
  .sec04 .inner .btn-mypage::after {
    width: 14.2857142857vw;
    height: 14.2857142857vw;
    bottom: -6.7346938776vw;
    right: -5.1020408163vw;
    left: auto;
  }
}
.sec04 .inner .btn-mypage a {
  height: 152px;
}
@media screen and (max-width: 980px) {
  .sec04 .inner .btn-mypage a {
    height: 14.2857142857vw;
  }
  .sec04 .inner .btn-mypage a img {
    width: 60%;
  }
}
.sec04 .inner .description {
  max-width: 889px;
  width: 100%;
  margin: auto auto 51px;
  font-size: 1.8rem;
  line-height: 2;
  font-size: 18px;
  font-family: "Noto Sans SC", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 980px) {
  .sec04 .inner .description {
    font-size: 1.4rem;
    line-height: 2;
    font-size: 14px;
    font-size: 2.8571428571vw;
  }
}
.sec04 .inner .box {
  background-color: #222222;
  position: relative;
  border-radius: 10px;
  z-index: 45;
}
.sec04 .inner .box .box_inner {
  padding: 66px 0 113px;
}
@media screen and (max-width: 980px) {
  .sec04 .inner .box .box_inner {
    padding: 8.1632653061vw 0 20.4081632653vw;
  }
}
.sec04 .inner .box .box_inner .ttl {
  justify-content: center;
  display: flex;
  align-items: flex-end;
  column-gap: 8px;
  margin-bottom: 60px;
}
@media screen and (max-width: 980px) {
  .sec04 .inner .box .box_inner .ttl {
    width: 90%;
    margin: auto auto 4.0816326531vw;
  }
  .sec04 .inner .box .box_inner .ttl img {
    width: 80%;
  }
}
.sec04 .inner .box .box_inner .ttl .kira {
  mix-blend-mode: screen;
}
@media screen and (max-width: 980px) {
  .sec04 .inner .box .box_inner .ttl .kira {
    width: 8%;
  }
}
.sec04 .inner .box .box_inner .catch {
  display: flex;
  align-items: center;
  margin-bottom: 44px;
  justify-content: space-between;
}
@media screen and (max-width: 980px) {
  .sec04 .inner .box .box_inner .catch {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1200px) {
  .sec04 .inner .box .box_inner .catch img:nth-child(odd) {
    width: 134px;
  }
}
@media screen and (max-width: 980px) {
  .sec04 .inner .box .box_inner .catch img:nth-child(odd) {
    width: 15.1020408163vw;
  }
}
@media screen and (max-width: 980px) {
  .sec04 .inner .box .box_inner .catch img:nth-child(2) {
    width: 65%;
  }
}
.sec04 .inner .box .box_inner .column {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.sec04 .inner .box .box_inner .column::after {
  content: none;
}
.sec04 .inner .box .box_inner .column .item {
  display: flex;
  align-items: center;
}
.sec04 .inner .box .box_inner .column .item:nth-child(odd) {
  margin-left: 100px;
}
@media screen and (max-width: 980px) {
  .sec04 .inner .box .box_inner .column .item:nth-child(odd) {
    margin-left: 4.0816326531vw;
  }
}
.sec04 .inner .box .box_inner .column .item:nth-child(2) {
  margin-right: 87px;
}
@media screen and (max-width: 980px) {
  .sec04 .inner .box .box_inner .column .item:nth-child(2) {
    margin-right: 4.0816326531vw;
  }
}
.sec04 .inner .box .box_inner .column .item:nth-child(2) .col-txt {
  margin-right: auto;
  margin-left: -110px;
  background: url(/resources_source/images/bbp/cn/bubble02.svg) no-repeat center/589px auto;
}
@media screen and (max-width: 1200px) {
  .sec04 .inner .box .box_inner .column .item:nth-child(2) .col-txt {
    background-size: contain;
    max-width: 600px;
  }
}
@media screen and (max-width: 980px) {
  .sec04 .inner .box .box_inner .column .item:nth-child(2) .col-txt {
    margin-left: -20.4081632653vw;
    max-width: 122.4489795918vw;
  }
}
.sec04 .inner .box .box_inner .column .item:nth-child(2) .col-txt .title {
  margin-left: auto;
  justify-content: flex-end;
  margin-right: 39px;
}
@media screen and (max-width: 1200px) {
  .sec04 .inner .box .box_inner .column .item:nth-child(2) .col-txt .title {
    margin-right: 10px;
  }
}
@media screen and (max-width: 980px) {
  .sec04 .inner .box .box_inner .column .item:nth-child(2) .col-txt .title {
    margin-right: 0;
    margin-left: 12.2448979592vw;
  }
}
@media screen and (max-width: 980px) {
  .sec04 .inner .box .box_inner .column .item:nth-child(2) .col-image {
    right: 8.1632653061vw;
  }
}
.sec04 .inner .box .box_inner .column .item .col-image {
  position: relative;
}
@media screen and (max-width: 980px) {
  .sec04 .inner .box .box_inner .column .item .col-image {
    width: 51.0204081633vw;
  }
}
.sec04 .inner .box .box_inner .column .item .col-txt {
  margin-right: -103px;
  background: url(/resources_source/images/bbp/cn/bubble.svg) no-repeat center/589px auto;
  padding: 56px 0 40px;
  max-width: 589px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .sec04 .inner .box .box_inner .column .item .col-txt {
    background-size: contain;
    max-width: 600px;
  }
}
@media screen and (max-width: 980px) {
  .sec04 .inner .box .box_inner .column .item .col-txt {
    margin-right: -12.2448979592vw;
    max-width: 122.4489795918vw;
    padding: 8.1632653061vw 0;
  }
}
.sec04 .inner .box .box_inner .column .item .col-txt .title {
  display: flex;
  flex-direction: row;
  column-gap: 23px;
  margin-left: 23px;
  margin-bottom: 27px;
  width: 90%;
  align-items: center;
}
@media screen and (max-width: 980px) {
  .sec04 .inner .box .box_inner .column .item .col-txt .title {
    margin-bottom: 3.0612244898vw;
    column-gap: 2.8571428571vw;
  }
}
.sec04 .inner .box .box_inner .column .item .col-txt .title .num {
  width: 90px;
  height: 90px;
  border-radius: 50px;
  background: linear-gradient(#ff2cf5 0%, #003bff 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans SC", sans-serif;
  font-weight: bold;
  font-size: 39px;
  color: #fff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 980px) {
  .sec04 .inner .box .box_inner .column .item .col-txt .title .num {
    font-size: 20px;
    font-size: 4.0816326531vw;
    width: 10.2040816327vw;
    height: 10.2040816327vw;
  }
}
.sec04 .inner .box .box_inner .column .item .col-txt .title .ttl {
  text-align: left;
  display: block;
  background: none;
  padding: 0;
  margin: 0;
  clip-path: none;
  width: auto;
}
@media screen and (max-width: 980px) {
  .sec04 .inner .box .box_inner .column .item .col-txt .title .ttl {
    width: 80%;
  }
}
.sec04 .inner .box .box_inner .column .item .col-txt .title .ttl img {
  filter: drop-shadow(0px 0px 30px #ff2cf5);
}
@media screen and (max-width: 980px) {
  .sec04 .inner .box .box_inner .column .item .col-txt .title .ttl img {
    width: 78%;
    filter: drop-shadow(0px 0px 1.0204081633vw #ff2cf5);
  }
}
@media screen and (max-width: 980px) {
  .sec04 .inner .box .box_inner .column .item .col-txt img {
    width: 60%;
  }
}

.sec05 {
  position: relative;
  z-index: 39;
}
.sec05 .inner {
  padding: 117px 0 120px;
}
@media screen and (max-width: 980px) {
  .sec05 .inner {
    padding: 8.1632653061vw 0 16.3265306122vw;
  }
}
.sec05 .inner .title {
  margin-bottom: 60px;
}
@media screen and (max-width: 980px) {
  .sec05 .inner .title {
    margin-bottom: 8.1632653061vw;
  }
}
.sec05 .inner .description {
  font-size: 1.8rem;
  line-height: 2;
  font-size: 18px;
  margin-bottom: 20px;
}
@media screen and (max-width: 980px) {
  .sec05 .inner .description {
    font-size: 1.4rem;
    line-height: 2;
    font-size: 14px;
    font-size: 2.8571428571vw;
    margin-bottom: 4.0816326531vw;
  }
}
.sec05 .inner .detail {
  margin-bottom: 41px;
}
@media screen and (max-width: 980px) {
  .sec05 .inner .detail {
    margin-bottom: 8.1632653061vw;
  }
}
.sec05 .inner .detail .list-item {
  font-family: "Noto Sans SC", sans-serif;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 2.25;
  font-size: 16px;
  color: #fff;
}
@media screen and (max-width: 980px) {
  .sec05 .inner .detail .list-item {
    font-size: 15px;
    font-size: 3.0612244898vw;
  }
}
.sec05 .inner .detail .list-item .box {
  padding: 0 13px;
  border: 2px solid #fd2cf5;
  font-family: "Noto Sans SC", sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 2;
  font-size: 16px;
  text-align: center;
  color: #ee2df6;
  margin-right: 7px;
}
@media screen and (max-width: 980px) {
  .sec05 .inner .detail .list-item .box {
    padding: 0 2.6530612245vw;
    border-width: 0.4081632653vw;
    font-size: 15px;
    font-size: 3.0612244898vw;
    margin-right: 1.4285714286vw;
  }
}
.sec05 .inner .sec05_table {
  width: 100%;
  border-spacing: 2px;
  border-collapse: separate;
}
@media screen and (max-width: 980px) {
  .sec05 .inner .sec05_table {
    border-spacing: 0.4081632653vw;
  }
}
.sec05 .inner .sec05_table .gray {
  background: rgba(255, 255, 255, 0.4);
  font-family: "Noto Sans SC", sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 3.1666666667;
  font-size: 18px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .sec05 .inner .sec05_table .gray {
    font-size: 1.5rem;
    line-height: 1.3333333333;
    font-size: 15px;
    font-size: 3.0612244898vw;
    height: 12.2448979592vw;
  }
}
.sec05 .inner .sec05_table th {
  vertical-align: middle;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  font-size: 18px;
  color: #fff;
  padding: 10px;
}
@media screen and (max-width: 980px) {
  .sec05 .inner .sec05_table th {
    font-size: 15px;
    font-size: 3.0612244898vw;
    padding: 2.0408163265vw;
  }
}
.sec05 .inner .sec05_table th.green {
  background: #07ac49;
  height: 175px;
}
@media screen and (max-width: 980px) {
  .sec05 .inner .sec05_table th.green {
    height: 38.7755102041vw;
  }
}
.sec05 .inner .sec05_table th.green small {
  font-size: 14px;
}
@media screen and (max-width: 980px) {
  .sec05 .inner .sec05_table th.green small {
    font-size: 14px;
    font-size: 2.8571428571vw;
  }
}
.sec05 .inner .sec05_table th.red {
  background: #c2242c;
  height: 57px;
}
@media screen and (max-width: 980px) {
  .sec05 .inner .sec05_table th.red {
    height: 11.2244897959vw;
  }
}
.sec05 .inner .sec05_table th.orange {
  height: 175px;
  background: #ff9b28;
}
.sec05 .inner .sec05_table th.orange small {
  margin-top: 8px;
  font-size: 1.4rem;
  line-height: 1.2857142857;
  font-size: 14px;
  color: #fff;
}
@media screen and (max-width: 980px) {
  .sec05 .inner .sec05_table th.orange small {
    margin-top: 1.6326530612vw;
    font-size: 14px;
    font-size: 2.8571428571vw;
    height: 38.7755102041vw;
  }
}
.sec05 .inner .sec05_table td {
  background-color: #fff;
  text-align: center;
  color: #000;
  font-family: "Noto Sans SC", sans-serif;
  font-weight: bold;
  font-size: 16px;
  vertical-align: middle;
  padding: 10px;
}
@media screen and (max-width: 980px) {
  .sec05 .inner .sec05_table td {
    font-size: 15px;
    font-size: 3.0612244898vw;
    padding: 2.0408163265vw;
  }
}
.sec05 .inner .sec05_table td.green {
  background: #d8fad1;
}
.sec05 .inner .sec05_table td.red {
  background: #fedcd0;
}
.sec05 .inner .sec05_table td.orange {
  background: #ffefc8;
}
.sec05 .inner .sec05_table caption {
  caption-side: bottom;
  margin-top: 45px;
  font-family: "Noto Sans SC", sans-serif;
  font-weight: 500;
}
.sec05 .inner .sec05_table caption p {
  font-size: 1.6rem;
  line-height: 2;
  font-size: 16px;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 980px) {
  .sec05 .inner .sec05_table caption p {
    font-size: 1.4rem;
    line-height: 2;
    font-size: 14px;
    font-size: 2.8571428571vw;
  }
}
@media screen and (max-width: 980px) {
  .sec05 .inner .sec05_table caption {
    margin-top: 6.1224489796vw;
  }
}/*# sourceMappingURL=style.css.map */