@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  outline: none;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}

div,
p,
img,
ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
a,
header,
article,
section,
aside,
nav,
footer {
  font-size: 100%;
  font-weight: normal;
  border: 0;
}

ul {
  list-style-type: none;
}

html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: auto;
  font-size: 62.5%;
}

a {
  text-decoration: none;
  color: #000;
}

button {
  padding: 0;
  cursor: pointer;
  border: none;
  outline: none;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

small {
  font-family: Verdana, Arial, Geneva, Tahoma, sans-serif;
}

.alt {
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
}

/*
@include layout( sp ){

}
@include layout( pc ){

}
*/

.alt {
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
}

* {
  -webkit-tap-highlight-color: transparent;
}

.hidden {
  display: none;
}

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

._dummy {
  height: auto;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  pointer-events: none;
  opacity: 0.3;
  z-index: 100;
}

body {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
  background-color: rgb(102, 102, 102);
}

body[data-is-locked] {
  overflow: hidden;
}

.main-contents {
  width: 100%;
  overflow: hidden;
}

.layoutChecker {
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  pointer-events: none;
}

::-webkit-scrollbar {
  width: 0px;
}

.button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 700;
  color: #E21C4B;
  border: solid #E21C4B;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.fukidashi {
  position: relative;
  display: inline-block;
  border: solid #E21C4B;
  background-color: #FFF;
  text-align: left;
}

.fukidashi .fukidashi-text {
  font-weight: 700;
  color: #E21C4B;
  white-space: pre;
  text-align: center;
}

.fukidashi::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-color: #E21C4B transparent transparent;
  translate: -50% 100%;
}

.fukidashi::after {
  content: "";
  position: absolute;
  left: 50%;
  border-style: solid;
  border-color: #FFF transparent transparent;
  translate: -50% 100%;
}

.wrap-info-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.wrap-info-block .info-block {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #FFF;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wrap-info-block .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wrap-info-block .title {
  font-weight: 700;
  text-align: center;
  color: #E21C4B;
}

.wrap-info-block .headline {
  font-weight: 700;
  text-align: left;
  color: #E21C4B;
}

.wrap-info-block .text {
  font-weight: 500;
  text-align: justify;
  color: #E21C4B;
}

.wrap-info-block .simpleList::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8) * 0.5em);
  content: "";
}

.wrap-info-block .simpleList::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8) * 0.5em);
  content: "";
}

.wrap-info-block .simpleList li {
  font-weight: 500;
  text-align: justify;
  color: #E21C4B;
}

.wrap-info-block .simpleList li:nth-of-type(1) {
  margin-top: 0;
}

.wrap-info-block .wrap-x-thread {
  overflow: auto;
  border: solid #BFBFBF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

header.sec-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

header.sec-header .wrap-header {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

header.sec-header .wrap-header .bg {
  position: absolute;
}

header.sec-header .wrap-header .site_title {
  position: absolute;
  margin: auto;
}

header.sec-header .wrap-header .btn_x {
  position: absolute;
  cursor: pointer;
  display: block;
}

header.sec-header .wrap-header .btn_x .btn_x_default,
header.sec-header .wrap-header .btn_x .btn_x_hover {
  position: absolute;
  left: 0;
  top: 0;
}

header.sec-header .wrap-header .btn_x .btn_x_hover {
  opacity: 0;
}

header.sec-header .wrap-header .btn_x:hover .btn_x_default {
  opacity: 0;
}

header.sec-header .wrap-header .btn_x:hover .btn_x_hover {
  opacity: 1;
}

header.sec-header .wrap-header .btn_menu {
  position: absolute;
  cursor: pointer;
}

header.sec-header .wrap-header .btn_menu .btn_menu_open,
header.sec-header .wrap-header .btn_menu .btn_menu_open_hover {
  position: absolute;
  cursor: pointer;
  left: 0;
  top: 0;
}

header.sec-header .wrap-header .btn_menu .btn_menu_close,
header.sec-header .wrap-header .btn_menu .btn_menu_close_hover {
  position: absolute;
  cursor: pointer;
  display: none;
  left: 0;
  top: 0;
}

header.sec-header .wrap-header .btn_menu .btn_menu_open_hover,
header.sec-header .wrap-header .btn_menu .btn_menu_close_hover {
  opacity: 0;
}

header.sec-header .wrap-header .btn_menu:hover .btn_menu_open,
header.sec-header .wrap-header .btn_menu:hover .btn_menu_close {
  opacity: 0;
}

header.sec-header .wrap-header .btn_menu:hover .btn_menu_open_hover,
header.sec-header .wrap-header .btn_menu:hover .btn_menu_close_hover {
  opacity: 1;
}

body[data-is-menu-opened] header.sec-header .wrap-header .btn_menu .btn_menu_open,
body[data-is-menu-opened] header.sec-header .wrap-header .btn_menu .btn_menu_open_hover {
  display: none;
}

body[data-is-menu-opened] header.sec-header .wrap-header .btn_menu .btn_menu_close,
body[data-is-menu-opened] header.sec-header .wrap-header .btn_menu .btn_menu_close_hover {
  display: block;
}

body[data-is-menu-opened] .wrap-menu {
  display: block;
}

.wrap-menu {
  position: fixed;
  height: 100%;
  background-color: #E21C4B;
  top: 0;
  overflow: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  display: none;
}

.wrap-menu .wrap-button-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wrap-menu a.button-menu {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFF;
  color: #E21C4B;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-color: #E21C4B;
  border-style: solid;
  box-sizing: border-box;
}

.wrap-menu a.button-menu:hover {
  background-color: #E21C4B;
  border-color: #FFF;
  color: #FFF;
}

.wrap-menu .deco_1 {
  position: absolute;
}

.wrap-menu .deco_2 {
  position: absolute;
}

.wrap-menu .deco_3_1 {
  position: absolute;
}

.wrap-menu .deco_3_2 {
  position: absolute;
}

.wrap-menu .deco_4 {
  position: absolute;
}

.wrap-menu .deco_5 {
  position: absolute;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}

.wrap-menu .deco_6_1,
.wrap-menu .deco_6_2 {
  position: absolute;
}

.wrap-menu .deco_6_1 {
  position: absolute;
}

.wrap-menu .deco_6_2 {
  position: absolute;
}

.wrap-menu .logo {
  display: block;
  margin: 0 auto 0;
}

.wrap-menu .copyright {
  text-align: center;
  line-height: 1;
  color: #FFF;
  display: block;
}

footer.sec-footer::before {
  content: " ";
  display: block;
  clear: both;
  width: 100%;
  height: 0;
  margin-bottom: -1px;
  border-top: transparent solid 1px;
}

footer.sec-footer {
  width: 100%;
  position: relative;
  z-index: 2;
}

footer.sec-footer .wrap-content {
  position: relative;
}

footer.sec-footer .bg {
  position: relative;
}

footer.sec-footer .logo {
  position: absolute;
}

footer.sec-footer .panel {
  position: absolute;
}

footer.sec-footer .wrap-panel {
  position: absolute;
}

footer.sec-footer .wrap-panel .logo_bandainamco {
  display: block;
  position: absolute;
}

footer.sec-footer .wrap-panel .logo_bandainamco:hover {
  opacity: 0.6;
}

footer.sec-footer .wrap-panel .logo_banpresto {
  display: block;
  position: absolute;
}

footer.sec-footer .wrap-panel .logo_banpresto:hover {
  opacity: 0.6;
}

footer.sec-footer .wrap-panel .logo_bandai {
  display: block;
  position: absolute;
}

footer.sec-footer .wrap-panel .logo_bandai:hover {
  opacity: 0.6;
}

footer.sec-footer .wrap-exit {
  position: absolute;
  overflow: hidden;
}

footer.sec-footer .wrap-exit .exit {
  position: absolute;
}

footer.sec-footer .wrap-exit .wrap-footer-char {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

footer.sec-footer .wrap-exit .footer-char {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  margin: auto;
}

[data-season=xmas] footer.sec-footer .wrap-exit .footer-char {
  -webkit-filter: contrast(0) brightness(0);
  filter: contrast(0) brightness(0);
}

footer.sec-footer .wrap-exit .footer-char-filter {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  margin: auto;
  mix-blend-mode: multiply;
  -webkit-mask-size: contain;
  mask-size: contain;
  display: none;
  background-size: cover;
}

footer.sec-footer .wrap-fukidashi {
  margin: 0 auto 0;
  left: 0;
  right: 0;
  position: absolute;
  text-align: center;
}

footer.sec-footer .wrap-fukidashi .fukidashi {
  text-align: center;
}

footer.sec-footer .button {
  background-color: #FFF;
  position: absolute;
  margin: 0 auto;
}

footer.sec-footer .button:hover {
  background-color: #E21C4B;
  border-color: #FFF;
}

footer.sec-footer .wrap-fukidashi {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
}

footer.sec-footer .wrap-footer-char {
  -webkit-transform: translate(0%, -110%);
  transform: translate(0%, -110%);
}

footer.sec-footer .btn_share {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}

footer.sec-footer[data-is-char-appear] .wrap-fukidashi {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-animation: wrap-fukidashi 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.5s 1 forwards;
  animation: wrap-fukidashi 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.5s 1 forwards;
}

footer.sec-footer[data-is-char-appear] .wrap-footer-char {
  -webkit-transform: translate(0%, -110%);
  transform: translate(0%, -110%);
  animation: footer-char-1 0.2s linear 0s 1 forwards, footer-char-2 0.15s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s 1 forwards, footer-char-2 0.15s cubic-bezier(0.215, 0.61, 0.355, 1) 0.35s 1 reverse forwards;
}

@-webkit-keyframes footer-char-1 {
  0% {
    -webkit-transform: translate(0%, -110%);
    transform: translate(0%, -110%);
  }

  100% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}

@keyframes footer-char-1 {
  0% {
    -webkit-transform: translate(0%, -110%);
    transform: translate(0%, -110%);
  }

  100% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}

@-webkit-keyframes footer-char-2 {
  0% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }

  100% {
    -webkit-transform: translate(0%, -10%);
    transform: translate(0%, -10%);
  }
}

@keyframes footer-char-2 {
  0% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }

  100% {
    -webkit-transform: translate(0%, -10%);
    transform: translate(0%, -10%);
  }
}

footer.sec-footer[data-is-char-appear] .btn_share {
  -webkit-transform: translate(0%, 20%);
  transform: translate(0%, 20%);
  opacity: 0;
  -webkit-animation: fotter-btn_share 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s 1 forwards;
  animation: fotter-btn_share 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s 1 forwards;
}

@-webkit-keyframes fotter-btn_share {
  0% {
    -webkit-transform: translate(0%, 20%);
    transform: translate(0%, 20%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    opacity: 1;
  }
}

@keyframes fotter-btn_share {
  0% {
    -webkit-transform: translate(0%, 20%);
    transform: translate(0%, 20%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    opacity: 1;
  }
}

footer.sec-footer .wrap-official-footer-content {
  position: relative;
}

footer.sec-footer .wrap-official-footer-content small.copyright {
  display: block;
  font-weight: 400;
  line-height: 1;
  color: #333;
  text-align: center;
}

footer.sec-footer .wrap-official-footer-content ul.linkList {
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
}

footer.sec-footer .wrap-official-footer-content ul.linkList a {
  font-weight: 400;
  line-height: 1;
  color: #333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

footer.sec-footer .wrap-official-footer-content ul.linkList a:hover {
  opacity: 0.6;
}

footer.sec-footer .wrap-official-footer-content .note {
  font-weight: 400;
  color: #333;
}

body[data-is-mid-point-report-opened] {
  overflow: hidden;
}

body[data-is-mid-point-report-opened] section.sec-mid-point-report {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
  -webkit-transition: opacity 0.1s linear 0s;
  transition: opacity 0.1s linear 0s;
}

body[data-is-mid-point-report-opened] section.sec-mid-point-report .wrap-content {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: opacity 0.2s linear 0.1s, -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition: opacity 0.2s linear 0.1s, -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition: opacity 0.2s linear 0.1s, transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition: opacity 0.2s linear 0.1s, transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s, -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
}

section.sec-mid-point-report {
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  z-index: 1100;
  top: 0;
  left: 0;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.1s linear 0.2s, visibility 0.001s linear 0.3s;
  transition: opacity 0.1s linear 0.2s, visibility 0.001s linear 0.3s;
}

section.sec-mid-point-report .wrap-content {
  position: absolute;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #E84B78;
  position: fixed;
  scrollbar-width: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0;
  -webkit-transition: opacity 0.2s linear 0s, -webkit-transform 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s;
  transition: opacity 0.2s linear 0s, -webkit-transform 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s;
  transition: opacity 0.2s linear 0s, transform 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s;
  transition: opacity 0.2s linear 0s, transform 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s, -webkit-transform 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s;
}

section.sec-mid-point-report .wrap-content .scroll {
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  overflow: auto;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}

section.sec-mid-point-report .wrap_btn_close {
  position: absolute;
  z-index: 100;
  pointer-events: auto;
  cursor: pointer;
}

section.sec-mid-point-report .wrap_btn_close img.btn_close,
section.sec-mid-point-report .wrap_btn_close img.btn_close_hover {
  position: absolute;
  left: 0;
  top: 0;
}

section.sec-mid-point-report .wrap_btn_close img.btn_close_hover {
  opacity: 0;
}

section.sec-mid-point-report .wrap_btn_close:hover img.btn_close_hover {
  opacity: 1;
}

section.sec-mid-point-report .sec-1,
section.sec-mid-point-report .sec-2,
section.sec-mid-point-report .sec-3,
section.sec-mid-point-report .sec-4,
section.sec-mid-point-report .sec-5,
section.sec-mid-point-report .sec-6,
section.sec-mid-point-report .sec-7,
section.sec-mid-point-report .sec-8,
section.sec-mid-point-report .sec-9,
section.sec-mid-point-report .sec-10,
section.sec-mid-point-report .sec-11,
section.sec-mid-point-report .sec-12 {
  width: 100%;
  height: 100%;
  position: relative;
}

section.sec-mid-point-report .bg {
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
}

section.sec-mid-point-report .btn_next {
  position: absolute;
  z-index: 10;
  cursor: pointer;
}

section.sec-mid-point-report .btn_next .btn_next_text {
  font-weight: 700;
  color: #FFF;
}

section.sec-mid-point-report .btn_next img.arrow {
  position: relative;
}

section.sec-mid-point-report .sec-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

section.sec-mid-point-report .sec-1 img.logo_charasai {
  display: block;
  position: relative;
}

section.sec-mid-point-report .sec-1 img.title {
  display: block;
  position: relative;
}

section.sec-mid-point-report .sec-1 img.char {
  display: block;
  position: relative;
}

section.sec-mid-point-report .sec-1 img.pra_text {
  position: relative;
}

section.sec-mid-point-report .sec-1 img.izu_text {
  position: relative;
}

section.sec-mid-point-report .sec-1 .attention-scroll {
  position: absolute;
  left: 0;
  right: 0;
  cursor: pointer;
}

section.sec-mid-point-report .sec-1 .attention-scroll p {
  font-weight: 700;
  color: #FFF;
  text-align: center;
  line-height: 1;
}

section.sec-mid-point-report .sec-1 .attention-scroll img.arrow {
  display: block;
  -webkit-animation: scroll_arrow 0.4s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0s alternate infinite;
  animation: scroll_arrow 0.4s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0s alternate infinite;
}

@-webkit-keyframes scroll_arrow {
  0% {
    -webkit-transform: translate(0%, -10%);
    transform: translate(0%, -10%);
  }

  100% {
    -webkit-transform: translate(0%, 50%);
    transform: translate(0%, 50%);
  }
}

@keyframes scroll_arrow {
  0% {
    -webkit-transform: translate(0%, -10%);
    transform: translate(0%, -10%);
  }

  100% {
    -webkit-transform: translate(0%, 50%);
    transform: translate(0%, 50%);
  }
}

section.sec-mid-point-report .sec-2,
section.sec-mid-point-report .sec-4,
section.sec-mid-point-report .sec-6,
section.sec-mid-point-report .sec-8,
section.sec-mid-point-report .sec-10,
section.sec-mid-point-report .sec-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

section.sec-mid-point-report .sec-2 img.bg_pattern,
section.sec-mid-point-report .sec-4 img.bg_pattern,
section.sec-mid-point-report .sec-6 img.bg_pattern,
section.sec-mid-point-report .sec-8 img.bg_pattern,
section.sec-mid-point-report .sec-10 img.bg_pattern,
section.sec-mid-point-report .sec-12 img.bg_pattern {
  position: absolute;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}

section.sec-mid-point-report .sec-2 img.kamifubuki,
section.sec-mid-point-report .sec-4 img.kamifubuki,
section.sec-mid-point-report .sec-6 img.kamifubuki,
section.sec-mid-point-report .sec-8 img.kamifubuki,
section.sec-mid-point-report .sec-10 img.kamifubuki,
section.sec-mid-point-report .sec-12 img.kamifubuki {
  position: absolute;
}

section.sec-mid-point-report .sec-2 img.light,
section.sec-mid-point-report .sec-4 img.light,
section.sec-mid-point-report .sec-6 img.light,
section.sec-mid-point-report .sec-8 img.light,
section.sec-mid-point-report .sec-10 img.light,
section.sec-mid-point-report .sec-12 img.light {
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}

section.sec-mid-point-report .sec-2 .comment,
section.sec-mid-point-report .sec-4 .comment,
section.sec-mid-point-report .sec-6 .comment,
section.sec-mid-point-report .sec-8 .comment,
section.sec-mid-point-report .sec-10 .comment,
section.sec-mid-point-report .sec-12 .comment {
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}

section.sec-mid-point-report .sec-2 img.pra,
section.sec-mid-point-report .sec-4 img.pra,
section.sec-mid-point-report .sec-6 img.pra,
section.sec-mid-point-report .sec-8 img.pra,
section.sec-mid-point-report .sec-10 img.pra,
section.sec-mid-point-report .sec-12 img.pra {
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}

section.sec-mid-point-report .sec-2 img.izu,
section.sec-mid-point-report .sec-4 img.izu,
section.sec-mid-point-report .sec-6 img.izu,
section.sec-mid-point-report .sec-8 img.izu,
section.sec-mid-point-report .sec-10 img.izu,
section.sec-mid-point-report .sec-12 img.izu {
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}

section.sec-mid-point-report .sec-2 img.step,
section.sec-mid-point-report .sec-4 img.step,
section.sec-mid-point-report .sec-6 img.step,
section.sec-mid-point-report .sec-8 img.step,
section.sec-mid-point-report .sec-10 img.step,
section.sec-mid-point-report .sec-12 img.step {
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}

section.sec-mid-point-report .sec-3 .wrap-cards,
section.sec-mid-point-report .sec-5 .wrap-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

section.sec-mid-point-report .sec-3 .card .card-content,
section.sec-mid-point-report .sec-5 .card .card-content {
  overflow: hidden;
  position: relative;
}

section.sec-mid-point-report .sec-3 .card .front,
section.sec-mid-point-report .sec-5 .card .front {
  background-color: #FFFF1A;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
}

section.sec-mid-point-report .sec-3 .card .rank,
section.sec-mid-point-report .sec-5 .card .rank {
  font-weight: 700;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #AC2727;
  color: #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
}

section.sec-mid-point-report .sec-3 .card .wrap-img,
section.sec-mid-point-report .sec-5 .card .wrap-img {
  border-color: #AC2727;
  border-style: solid;
  position: relative;
  background-color: #FFF;
  overflow: hidden;
}

section.sec-mid-point-report .sec-3 .card .wrap-img[data-hover-sp] img.img-1,
section.sec-mid-point-report .sec-5 .card .wrap-img[data-hover-sp] img.img-1 {
  visibility: hidden;
}

section.sec-mid-point-report .sec-3 .card .wrap-img[data-hover-sp] img.img-2,
section.sec-mid-point-report .sec-5 .card .wrap-img[data-hover-sp] img.img-2 {
  visibility: visible;
  -webkit-animation: thumb-hover 0.15s cubic-bezier(0.215, 0.61, 0.355, 1) 0s 2 alternate;
  animation: thumb-hover 0.15s cubic-bezier(0.215, 0.61, 0.355, 1) 0s 2 alternate;
}

@-webkit-keyframes thumb-hover {
  0% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }

  100% {
    -webkit-transform: translate(0%, 3%);
    transform: translate(0%, 3%);
  }
}

@keyframes thumb-hover {
  0% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }

  100% {
    -webkit-transform: translate(0%, 3%);
    transform: translate(0%, 3%);
  }
}

section.sec-mid-point-report .sec-3 .card img.img-1,
section.sec-mid-point-report .sec-5 .card img.img-1 {
  position: absolute;
  left: 0;
  top: 0;
  visibility: visible;
}

section.sec-mid-point-report .sec-3 .card img.img-2,
section.sec-mid-point-report .sec-5 .card img.img-2 {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
}

section.sec-mid-point-report .sec-3 .card .creator,
section.sec-mid-point-report .sec-5 .card .creator {
  color: #AC2727;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}

section.sec-mid-point-report .sec-3 .card[data-char-index="3"] .name,
section.sec-mid-point-report .sec-3 .card[data-char-index="12"] .name,
section.sec-mid-point-report .sec-5 .card[data-char-index="3"] .name,
section.sec-mid-point-report .sec-5 .card[data-char-index="12"] .name {
  letter-spacing: -0.03em;
}

section.sec-mid-point-report .sec-3 .card .name,
section.sec-mid-point-report .sec-5 .card .name {
  color: #AC2727;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

section.sec-mid-point-report .sec-3 .card .point,
section.sec-mid-point-report .sec-5 .card .point {
  font-weight: 700;
  background-color: #AC2727;
  color: #FFF;
  border-radius: 100%;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: bottom;
}

section.sec-mid-point-report .sec-3 .card .point span,
section.sec-mid-point-report .sec-5 .card .point span {
  vertical-align: bottom;
  position: relative;
}

section.sec-mid-point-report .sec-3 .card .speech,
section.sec-mid-point-report .sec-5 .card .speech {
  color: #AC2727;
  font-weight: 600;
  line-height: 140%;
  white-space: pre-line;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

section.sec-mid-point-report .sec-3 .card .back,
section.sec-mid-point-report .sec-5 .card .back {
  width: 100%;
  height: 100%;
  background-color: #AC2727;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
}

section.sec-mid-point-report .sec-3 .card img.card_design,
section.sec-mid-point-report .sec-5 .card img.card_design {
  height: auto;
  margin: auto;
  display: block;
}

section.sec-mid-point-report .sec-7,
section.sec-mid-point-report .sec-9,
section.sec-mid-point-report .sec-11 {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

section.sec-mid-point-report .sec-7 .bg_deco,
section.sec-mid-point-report .sec-9 .bg_deco,
section.sec-mid-point-report .sec-11 .bg_deco {
  position: absolute;
  left: 0;
  top: 0;
}

section.sec-mid-point-report .sec-7 .card,
section.sec-mid-point-report .sec-9 .card,
section.sec-mid-point-report .sec-11 .card {
  position: relative;
}

section.sec-mid-point-report .sec-7 .card .card-content,
section.sec-mid-point-report .sec-9 .card .card-content,
section.sec-mid-point-report .sec-11 .card .card-content {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}

section.sec-mid-point-report .sec-7 .card .front,
section.sec-mid-point-report .sec-9 .card .front,
section.sec-mid-point-report .sec-11 .card .front {
  position: absolute;
  left: 0;
  top: 0;
}

section.sec-mid-point-report .sec-7 .card .card_top3,
section.sec-mid-point-report .sec-9 .card .card_top3,
section.sec-mid-point-report .sec-11 .card .card_top3 {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}

section.sec-mid-point-report .sec-7 .card .rank,
section.sec-mid-point-report .sec-9 .card .rank,
section.sec-mid-point-report .sec-11 .card .rank {
  line-height: 1;
  font-weight: 700;
  position: absolute;
  color: #B0B045;
  text-align: center;
}

section.sec-mid-point-report .sec-7 .card .creator,
section.sec-mid-point-report .sec-9 .card .creator,
section.sec-mid-point-report .sec-11 .card .creator {
  line-height: 1;
  font-weight: 500;
  position: relative;
  color: #B0B045;
}

section.sec-mid-point-report .sec-7 .card .name,
section.sec-mid-point-report .sec-9 .card .name,
section.sec-mid-point-report .sec-11 .card .name {
  line-height: 1;
  font-weight: 700;
  position: relative;
  color: #B0B045;
}

section.sec-mid-point-report .sec-7 .card .wrap-img,
section.sec-mid-point-report .sec-9 .card .wrap-img,
section.sec-mid-point-report .sec-11 .card .wrap-img {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

section.sec-mid-point-report .sec-7 .card .wrap-img img.img-1,
section.sec-mid-point-report .sec-7 .card .wrap-img img.img-2,
section.sec-mid-point-report .sec-9 .card .wrap-img img.img-1,
section.sec-mid-point-report .sec-9 .card .wrap-img img.img-2,
section.sec-mid-point-report .sec-11 .card .wrap-img img.img-1,
section.sec-mid-point-report .sec-11 .card .wrap-img img.img-2 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

section.sec-mid-point-report .sec-7 .card .wrap-img img.img-1,
section.sec-mid-point-report .sec-9 .card .wrap-img img.img-1,
section.sec-mid-point-report .sec-11 .card .wrap-img img.img-1 {
  visibility: hidden;
}

section.sec-mid-point-report .sec-7 .card .back,
section.sec-mid-point-report .sec-9 .card .back,
section.sec-mid-point-report .sec-11 .card .back {
  width: 100%;
  height: 100%;
  background-color: #AC2727;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
}

section.sec-mid-point-report .sec-7 .card img.card_design,
section.sec-mid-point-report .sec-9 .card img.card_design,
section.sec-mid-point-report .sec-11 .card img.card_design {
  height: auto;
  margin: auto;
  display: block;
}

section.sec-mid-point-report .sec-7 .data,
section.sec-mid-point-report .sec-9 .data,
section.sec-mid-point-report .sec-11 .data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

section.sec-mid-point-report .sec-7 .data .creator,
section.sec-mid-point-report .sec-9 .data .creator,
section.sec-mid-point-report .sec-11 .data .creator {
  line-height: 1;
  color: #FFF;
  font-weight: 500;
}

section.sec-mid-point-report .sec-7 .data .name,
section.sec-mid-point-report .sec-9 .data .name,
section.sec-mid-point-report .sec-11 .data .name {
  line-height: 1;
  color: #FFF;
  font-weight: 700;
}

section.sec-mid-point-report .sec-7 .data .speech,
section.sec-mid-point-report .sec-9 .data .speech,
section.sec-mid-point-report .sec-11 .data .speech {
  color: #FFF;
  font-weight: 500;
  text-align: center;
  white-space: pre-line;
}

section.sec-mid-point-report .sec-7 .data .point,
section.sec-mid-point-report .sec-9 .data .point,
section.sec-mid-point-report .sec-11 .data .point {
  line-height: 1;
  color: #FFF;
  font-weight: 700;
}

section.sec-mid-point-report .sec-7 .data .point span,
section.sec-mid-point-report .sec-9 .data .point span,
section.sec-mid-point-report .sec-11 .data .point span {
  font-weight: 700;
}

section.sec-mid-point-report .sec-12 img.pra {
  margin: 0;
}

section.sec-mid-point-report .sec-12 img.izu {
  margin: 0;
  left: auto;
}

section.sec-mid-point-report .sec-12 img.step {
  margin: 0;
}

section.sec-mid-point-report .sec-12 img.step-izu {
  left: auto;
}

section.sec-mid-point-report .sec-12 .btn_close_end {
  position: absolute;
  left: 0;
  right: 0;
  cursor: pointer;
}

section.sec-mid-point-report .sec-12 .btn_close_end p {
  font-weight: 700;
  color: #FFF;
  text-align: center;
  line-height: 1;
}

section.sec-mid-point-report .sec-12 .btn_close_end img.arrow {
  display: block;
}

section.sec-mid-point-report .card .card-content::after {
  content: "";
  display: block;
  background-color: #FFF;
  width: 100%;
  height: 100%;
  opacity: 0;
  left: 0;
  top: 0;
  position: absolute;
}

section.sec-mid-point-report [data-is-entered] .card:nth-of-type(1) .card-content {
  -webkit-animation: cardRotate-1 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.45s 1 normal forwards, cardRotate-2 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.85s 1 normal forwards;
  animation: cardRotate-1 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.45s 1 normal forwards, cardRotate-2 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.85s 1 normal forwards;
}

section.sec-mid-point-report [data-is-entered] .card:nth-of-type(1) .card-content::after {
  -webkit-animation: cardRotate-flash 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.85s 1 normal forwards;
  animation: cardRotate-flash 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.85s 1 normal forwards;
}

section.sec-mid-point-report [data-is-entered] .card:nth-of-type(1) .back {
  -webkit-animation: cardRotate-visibility 0.02s steps(1) 0.83s 1 normal forwards;
  animation: cardRotate-visibility 0.02s steps(1) 0.83s 1 normal forwards;
}

section.sec-mid-point-report [data-is-entered] .card:nth-of-type(2) .card-content {
  -webkit-animation: cardRotate-1 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.7s 1 normal forwards, cardRotate-2 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 1.1s 1 normal forwards;
  animation: cardRotate-1 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.7s 1 normal forwards, cardRotate-2 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 1.1s 1 normal forwards;
}

section.sec-mid-point-report [data-is-entered] .card:nth-of-type(2) .card-content::after {
  -webkit-animation: cardRotate-flash 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 1.1s 1 normal forwards;
  animation: cardRotate-flash 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 1.1s 1 normal forwards;
}

section.sec-mid-point-report [data-is-entered] .card:nth-of-type(2) .back {
  -webkit-animation: cardRotate-visibility 0.02s steps(1) 1.08s 1 normal forwards;
  animation: cardRotate-visibility 0.02s steps(1) 1.08s 1 normal forwards;
}

section.sec-mid-point-report [data-is-entered] .card:nth-of-type(3) .card-content {
  -webkit-animation: cardRotate-1 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.95s 1 normal forwards, cardRotate-2 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 1.35s 1 normal forwards;
  animation: cardRotate-1 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.95s 1 normal forwards, cardRotate-2 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 1.35s 1 normal forwards;
}

section.sec-mid-point-report [data-is-entered] .card:nth-of-type(3) .card-content::after {
  -webkit-animation: cardRotate-flash 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 1.35s 1 normal forwards;
  animation: cardRotate-flash 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 1.35s 1 normal forwards;
}

section.sec-mid-point-report [data-is-entered] .card:nth-of-type(3) .back {
  -webkit-animation: cardRotate-visibility 0.02s steps(1) 1.33s 1 normal forwards;
  animation: cardRotate-visibility 0.02s steps(1) 1.33s 1 normal forwards;
}

section.sec-mid-point-report [data-is-entered] .card:nth-of-type(4) .card-content {
  -webkit-animation: cardRotate-1 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19) 1.2s 1 normal forwards, cardRotate-2 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 1.6s 1 normal forwards;
  animation: cardRotate-1 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19) 1.2s 1 normal forwards, cardRotate-2 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 1.6s 1 normal forwards;
}

section.sec-mid-point-report [data-is-entered] .card:nth-of-type(4) .card-content::after {
  -webkit-animation: cardRotate-flash 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 1.6s 1 normal forwards;
  animation: cardRotate-flash 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 1.6s 1 normal forwards;
}

section.sec-mid-point-report [data-is-entered] .card:nth-of-type(4) .back {
  -webkit-animation: cardRotate-visibility 0.02s steps(1) 1.58s 1 normal forwards;
  animation: cardRotate-visibility 0.02s steps(1) 1.58s 1 normal forwards;
}

section.sec-mid-point-report [data-is-entered] .card:nth-of-type(5) .card-content {
  -webkit-animation: cardRotate-1 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19) 1.45s 1 normal forwards, cardRotate-2 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 1.85s 1 normal forwards;
  animation: cardRotate-1 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19) 1.45s 1 normal forwards, cardRotate-2 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 1.85s 1 normal forwards;
}

section.sec-mid-point-report [data-is-entered] .card:nth-of-type(5) .card-content::after {
  -webkit-animation: cardRotate-flash 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 1.85s 1 normal forwards;
  animation: cardRotate-flash 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 1.85s 1 normal forwards;
}

section.sec-mid-point-report [data-is-entered] .card:nth-of-type(5) .back {
  -webkit-animation: cardRotate-visibility 0.02s steps(1) 1.83s 1 normal forwards;
  animation: cardRotate-visibility 0.02s steps(1) 1.83s 1 normal forwards;
}

section.sec-mid-point-report [data-is-entered] .card:nth-of-type(6) .card-content {
  -webkit-animation: cardRotate-1 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19) 1.7s 1 normal forwards, cardRotate-2 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 2.1s 1 normal forwards;
  animation: cardRotate-1 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19) 1.7s 1 normal forwards, cardRotate-2 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 2.1s 1 normal forwards;
}

section.sec-mid-point-report [data-is-entered] .card:nth-of-type(6) .card-content::after {
  -webkit-animation: cardRotate-flash 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 2.1s 1 normal forwards;
  animation: cardRotate-flash 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 2.1s 1 normal forwards;
}

section.sec-mid-point-report [data-is-entered] .card:nth-of-type(6) .back {
  -webkit-animation: cardRotate-visibility 0.02s steps(1) 2.08s 1 normal forwards;
  animation: cardRotate-visibility 0.02s steps(1) 2.08s 1 normal forwards;
}

section.sec-mid-point-report [data-is-entered] .card:nth-of-type(7) .card-content {
  -webkit-animation: cardRotate-1 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19) 1.95s 1 normal forwards, cardRotate-2 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 2.35s 1 normal forwards;
  animation: cardRotate-1 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19) 1.95s 1 normal forwards, cardRotate-2 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 2.35s 1 normal forwards;
}

section.sec-mid-point-report [data-is-entered] .card:nth-of-type(7) .card-content::after {
  -webkit-animation: cardRotate-flash 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 2.35s 1 normal forwards;
  animation: cardRotate-flash 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 2.35s 1 normal forwards;
}

section.sec-mid-point-report [data-is-entered] .card:nth-of-type(7) .back {
  -webkit-animation: cardRotate-visibility 0.02s steps(1) 2.33s 1 normal forwards;
  animation: cardRotate-visibility 0.02s steps(1) 2.33s 1 normal forwards;
}

section.sec-mid-point-report [data-is-entered] .card:nth-of-type(8) .card-content {
  -webkit-animation: cardRotate-1 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19) 2.2s 1 normal forwards, cardRotate-2 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 2.6s 1 normal forwards;
  animation: cardRotate-1 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19) 2.2s 1 normal forwards, cardRotate-2 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 2.6s 1 normal forwards;
}

section.sec-mid-point-report [data-is-entered] .card:nth-of-type(8) .card-content::after {
  -webkit-animation: cardRotate-flash 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 2.6s 1 normal forwards;
  animation: cardRotate-flash 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 2.6s 1 normal forwards;
}

section.sec-mid-point-report [data-is-entered] .card:nth-of-type(8) .back {
  -webkit-animation: cardRotate-visibility 0.02s steps(1) 2.58s 1 normal forwards;
  animation: cardRotate-visibility 0.02s steps(1) 2.58s 1 normal forwards;
}

@-webkit-keyframes cardRotate-1 {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  100% {
    -webkit-transform: rotateY(89deg);
    transform: rotateY(89deg);
  }
}

@keyframes cardRotate-1 {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  100% {
    -webkit-transform: rotateY(89deg);
    transform: rotateY(89deg);
  }
}

@-webkit-keyframes cardRotate-2 {
  0% {
    -webkit-transform: rotateY(-89deg);
    transform: rotateY(-89deg);
  }

  100% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

@keyframes cardRotate-2 {
  0% {
    -webkit-transform: rotateY(-89deg);
    transform: rotateY(-89deg);
  }

  100% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

@-webkit-keyframes cardRotate-visibility {
  0% {
    visibility: visible;
  }

  100% {
    visibility: hidden;
  }
}

@keyframes cardRotate-visibility {
  0% {
    visibility: visible;
  }

  100% {
    visibility: hidden;
  }
}

@-webkit-keyframes cardRotate-flash {
  0% {
    opacity: 1;
  }

  20% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes cardRotate-flash {
  0% {
    opacity: 1;
  }

  20% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

body[data-is-final-report-opened] {
  overflow: hidden;
}

body[data-is-final-report-opened] section.sec-final-report {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
  -webkit-transition: opacity 0.1s linear 0s;
  transition: opacity 0.1s linear 0s;
}

body[data-is-final-report-opened] section.sec-final-report .wrap-content {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: opacity 0.2s linear 0.1s, -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition: opacity 0.2s linear 0.1s, -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition: opacity 0.2s linear 0.1s, transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition: opacity 0.2s linear 0.1s, transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s, -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
}

section.sec-final-report {
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  z-index: 1100;
  top: 0;
  left: 0;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.1s linear 0.2s, visibility 0.001s linear 0.3s;
  transition: opacity 0.1s linear 0.2s, visibility 0.001s linear 0.3s;
}

section.sec-final-report .wrap-content {
  position: absolute;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #E84B78;
  position: fixed;
  scrollbar-width: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0;
  -webkit-transition: opacity 0.2s linear 0s, -webkit-transform 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s;
  transition: opacity 0.2s linear 0s, -webkit-transform 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s;
  transition: opacity 0.2s linear 0s, transform 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s;
  transition: opacity 0.2s linear 0s, transform 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s, -webkit-transform 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s;
}

section.sec-final-report .wrap-content .scroll {
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  overflow: auto;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}

section.sec-final-report .wrap_btn_close {
  position: absolute;
  z-index: 100;
  pointer-events: auto;
  cursor: pointer;
}

section.sec-final-report .wrap_btn_close img.btn_close,
section.sec-final-report .wrap_btn_close img.btn_close_hover {
  position: absolute;
  left: 0;
  top: 0;
}

section.sec-final-report .wrap_btn_close img.btn_close_hover {
  opacity: 0;
}

section.sec-final-report .wrap_btn_close:hover img.btn_close_hover {
  opacity: 1;
}

section.sec-final-report .sec-1,
section.sec-final-report .sec-2,
section.sec-final-report .sec-3,
section.sec-final-report .sec-4,
section.sec-final-report .sec-5,
section.sec-final-report .sec-6,
section.sec-final-report .sec-7,
section.sec-final-report .sec-8,
section.sec-final-report .sec-9,
section.sec-final-report .sec-10,
section.sec-final-report .sec-11,
section.sec-final-report .sec-12 {
  width: 100%;
  height: 100%;
  position: relative;
}

section.sec-final-report .bg {
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
}

section.sec-final-report .btn_next {
  position: absolute;
  z-index: 10;
  cursor: pointer;
}

section.sec-final-report .btn_next .btn_next_text {
  font-weight: 700;
  color: #FFF;
}

section.sec-final-report .btn_next img.arrow {
  position: relative;
}

section.sec-final-report .sec-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

section.sec-final-report .sec-1 img.logo_charasai {
  display: block;
  position: relative;
}

section.sec-final-report .sec-1 img.title {
  display: block;
  position: relative;
}

section.sec-final-report .sec-1 img.char {
  display: block;
  position: relative;
}

section.sec-final-report .sec-1 img.pra_text {
  position: relative;
}

section.sec-final-report .sec-1 img.izu_text {
  position: relative;
}

section.sec-final-report .sec-1 .attention-scroll {
  position: absolute;
  left: 0;
  right: 0;
  cursor: pointer;
}

section.sec-final-report .sec-1 .attention-scroll p {
  font-weight: 700;
  color: #FFF;
  text-align: center;
  line-height: 1;
}

section.sec-final-report .sec-1 .attention-scroll img.arrow {
  display: block;
  -webkit-animation: scroll_arrow 0.4s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0s alternate infinite;
  animation: scroll_arrow 0.4s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0s alternate infinite;
}

@keyframes scroll_arrow {
  0% {
    -webkit-transform: translate(0%, -10%);
    transform: translate(0%, -10%);
  }

  100% {
    -webkit-transform: translate(0%, 50%);
    transform: translate(0%, 50%);
  }
}

section.sec-final-report .sec-2,
section.sec-final-report .sec-4,
section.sec-final-report .sec-6,
section.sec-final-report .sec-8,
section.sec-final-report .sec-10,
section.sec-final-report .sec-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

section.sec-final-report .sec-2 img.bg_pattern,
section.sec-final-report .sec-4 img.bg_pattern,
section.sec-final-report .sec-6 img.bg_pattern,
section.sec-final-report .sec-8 img.bg_pattern,
section.sec-final-report .sec-10 img.bg_pattern,
section.sec-final-report .sec-12 img.bg_pattern {
  position: absolute;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}

section.sec-final-report .sec-2 img.kamifubuki,
section.sec-final-report .sec-4 img.kamifubuki,
section.sec-final-report .sec-6 img.kamifubuki,
section.sec-final-report .sec-8 img.kamifubuki,
section.sec-final-report .sec-10 img.kamifubuki,
section.sec-final-report .sec-12 img.kamifubuki {
  position: absolute;
}

section.sec-final-report .sec-2 img.light,
section.sec-final-report .sec-4 img.light,
section.sec-final-report .sec-6 img.light,
section.sec-final-report .sec-8 img.light,
section.sec-final-report .sec-10 img.light,
section.sec-final-report .sec-12 img.light {
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}

section.sec-final-report .sec-2 .comment,
section.sec-final-report .sec-4 .comment,
section.sec-final-report .sec-6 .comment,
section.sec-final-report .sec-8 .comment,
section.sec-final-report .sec-10 .comment,
section.sec-final-report .sec-12 .comment {
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}

section.sec-final-report .sec-2 img.pra,
section.sec-final-report .sec-4 img.pra,
section.sec-final-report .sec-6 img.pra,
section.sec-final-report .sec-8 img.pra,
section.sec-final-report .sec-10 img.pra,
section.sec-final-report .sec-12 img.pra {
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}

section.sec-final-report .sec-2 img.izu,
section.sec-final-report .sec-4 img.izu,
section.sec-final-report .sec-6 img.izu,
section.sec-final-report .sec-8 img.izu,
section.sec-final-report .sec-10 img.izu,
section.sec-final-report .sec-12 img.izu {
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}

section.sec-final-report .sec-2 img.step,
section.sec-final-report .sec-4 img.step,
section.sec-final-report .sec-6 img.step,
section.sec-final-report .sec-8 img.step,
section.sec-final-report .sec-10 img.step,
section.sec-final-report .sec-12 img.step {
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}

section.sec-final-report .sec-3 .wrap-cards,
section.sec-final-report .sec-5 .wrap-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

section.sec-final-report .sec-3 .card .card-content,
section.sec-final-report .sec-5 .card .card-content {
  overflow: hidden;
  position: relative;
}

section.sec-final-report .sec-3 .card .front,
section.sec-final-report .sec-5 .card .front {
  background-color: #FFFF1A;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
}

section.sec-final-report .sec-3 .card .card_bg,
section.sec-final-report .sec-5 .card .card_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

section.sec-final-report .sec-3 .card .wrap-rank,
section.sec-final-report .sec-5 .card .wrap-rank {
  border-radius: 100%;
  font-weight: 700;
  background-color: #AC2727;
  color: #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

section.sec-final-report .sec-3 .card .wrap-rank .rank,
section.sec-final-report .sec-5 .card .wrap-rank .rank {
  position: relative;
  line-height: 1;
  font-weight: 900;
}

section.sec-final-report .sec-3 .card .point,
section.sec-final-report .sec-5 .card .point {
  font-weight: 700;
  color: #FFF;
  border-radius: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: bottom;
}

section.sec-final-report .sec-3 .card .point span,
section.sec-final-report .sec-5 .card .point span {
  vertical-align: bottom;
  position: relative;
}

section.sec-final-report .sec-3 .card .wrap-img,
section.sec-final-report .sec-5 .card .wrap-img {
  border-color: #AC2727;
  border-style: solid;
  position: relative;
  background-color: #FFF;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

section.sec-final-report .sec-3 .card .wrap-img[data-hover-sp] img.img-1,
section.sec-final-report .sec-5 .card .wrap-img[data-hover-sp] img.img-1 {
  visibility: hidden;
}

section.sec-final-report .sec-3 .card .wrap-img[data-hover-sp] img.img-2,
section.sec-final-report .sec-5 .card .wrap-img[data-hover-sp] img.img-2 {
  visibility: visible;
  -webkit-animation: thumb-hover 0.15s cubic-bezier(0.215, 0.61, 0.355, 1) 0s 2 alternate;
  animation: thumb-hover 0.15s cubic-bezier(0.215, 0.61, 0.355, 1) 0s 2 alternate;
}

@keyframes thumb-hover {
  0% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }

  100% {
    -webkit-transform: translate(0%, 3%);
    transform: translate(0%, 3%);
  }
}

section.sec-final-report .sec-3 .card img.img-1,
section.sec-final-report .sec-5 .card img.img-1 {
  position: absolute;
  left: 0;
  top: 0;
  visibility: visible;
}

section.sec-final-report .sec-3 .card img.img-2,
section.sec-final-report .sec-5 .card img.img-2 {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
}

section.sec-final-report .sec-3 .card .creator,
section.sec-final-report .sec-5 .card .creator {
  color: #E21C4B;
  font-weight: 700;
  line-height: 1;
  text-align: right;
  position: absolute;
  text-shadow: 1px 1px 1px #FFF, -1px -1px 1px #FFF, 1px -1px 1px #FFF, -1px 1px 1px #FFF;
}

section.sec-final-report .sec-3 .card .name,
section.sec-final-report .sec-5 .card .name {
  color: #E21C4B;
  font-weight: 700;
  line-height: 1;
  text-align: right;
  position: absolute;
  text-shadow: 1px 1px 1px #FFF, -1px -1px 1px #FFF, 1px -1px 1px #FFF, -1px 1px 1px #FFF;
  letter-spacing: -0.03em;
}

section.sec-final-report .sec-3 .card .speech,
section.sec-final-report .sec-5 .card .speech {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #E21C4B;
  font-weight: 600;
  line-height: 140%;
  white-space: pre-line;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: relative;
  text-shadow: 1px 1px 1px #FFF, -1px -1px 1px #FFF, 1px -1px 1px #FFF, -1px 1px 1px #FFF;
}

section.sec-final-report .sec-3 .card .back,
section.sec-final-report .sec-5 .card .back {
  width: 100%;
  height: 100%;
  background-color: #AC2727;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
}

section.sec-final-report .sec-3 .card img.card_design,
section.sec-final-report .sec-5 .card img.card_design {
  height: auto;
  margin: auto;
  display: block;
}

section.sec-final-report .sec-7,
section.sec-final-report .sec-9,
section.sec-final-report .sec-11 {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

section.sec-final-report .sec-7 .wrap-wrap_ball,
section.sec-final-report .sec-9 .wrap-wrap_ball,
section.sec-final-report .sec-11 .wrap-wrap_ball {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

section.sec-final-report .sec-7 .wrap_ball,
section.sec-final-report .sec-9 .wrap_ball,
section.sec-final-report .sec-11 .wrap_ball {
  position: absolute;
  pointer-events: none;
}

section.sec-final-report .sec-7 .wrap_ball .ball-pos,
section.sec-final-report .sec-7 .wrap_ball .ball,
section.sec-final-report .sec-7 .wrap_ball img.ball_char,
section.sec-final-report .sec-7 .wrap_ball img.ball_shadow,
section.sec-final-report .sec-9 .wrap_ball .ball-pos,
section.sec-final-report .sec-9 .wrap_ball .ball,
section.sec-final-report .sec-9 .wrap_ball img.ball_char,
section.sec-final-report .sec-9 .wrap_ball img.ball_shadow,
section.sec-final-report .sec-11 .wrap_ball .ball-pos,
section.sec-final-report .sec-11 .wrap_ball .ball,
section.sec-final-report .sec-11 .wrap_ball img.ball_char,
section.sec-final-report .sec-11 .wrap_ball img.ball_shadow {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: contain;
  object-fit: contain;
}

section.sec-final-report .sec-7 .wrap_ball .ball-pos,
section.sec-final-report .sec-9 .wrap_ball .ball-pos,
section.sec-final-report .sec-11 .wrap_ball .ball-pos {
  -webkit-animation: ball-pos-final 20s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s alternate infinite;
  animation: ball-pos-final 20s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s alternate infinite;
}

@-webkit-keyframes ball-pos-final {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(var(--ball-pos), 0, 0);
    transform: translate3d(var(--ball-pos), 0, 0);
  }
}

@keyframes ball-pos-final {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(var(--ball-pos), 0, 0);
    transform: translate3d(var(--ball-pos), 0, 0);
  }
}

section.sec-final-report .sec-7 .wrap_ball .ball,
section.sec-final-report .sec-9 .wrap_ball .ball,
section.sec-final-report .sec-11 .wrap_ball .ball {
  -webkit-animation: ball-jump 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s alternate infinite;
  animation: ball-jump 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s alternate infinite;
}

@-webkit-keyframes ball-jump {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(0, var(--ball-jump), 0);
    transform: translate3d(0, var(--ball-jump), 0);
  }
}

@keyframes ball-jump {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(0, var(--ball-jump), 0);
    transform: translate3d(0, var(--ball-jump), 0);
  }
}

section.sec-final-report .sec-7 .wrap_ball img.ball_char,
section.sec-final-report .sec-9 .wrap_ball img.ball_char,
section.sec-final-report .sec-11 .wrap_ball img.ball_char {
  -webkit-animation: ball_char 20s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s alternate infinite;
  animation: ball_char 20s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s alternate infinite;
}

@-webkit-keyframes ball_char {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-1080deg);
    transform: rotate(-1080deg);
  }
}

@keyframes ball_char {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-1080deg);
    transform: rotate(-1080deg);
  }
}

section.sec-final-report .sec-7 .bg_deco,
section.sec-final-report .sec-9 .bg_deco,
section.sec-final-report .sec-11 .bg_deco {
  position: absolute;
  left: 0;
  top: 0;
}

section.sec-final-report .sec-7 .card,
section.sec-final-report .sec-9 .card,
section.sec-final-report .sec-11 .card {
  position: relative;
}

section.sec-final-report .sec-7 .card .card-content,
section.sec-final-report .sec-9 .card .card-content,
section.sec-final-report .sec-11 .card .card-content {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}

section.sec-final-report .sec-7 .card .front,
section.sec-final-report .sec-9 .card .front,
section.sec-final-report .sec-11 .card .front {
  position: absolute;
  left: 0;
  top: 0;
}

section.sec-final-report .sec-7 .card .card_top3,
section.sec-final-report .sec-9 .card .card_top3,
section.sec-final-report .sec-11 .card .card_top3 {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}

section.sec-final-report .sec-7 .card .rank,
section.sec-final-report .sec-9 .card .rank,
section.sec-final-report .sec-11 .card .rank {
  line-height: 1;
  font-weight: 700;
  position: absolute;
  color: #B0B045;
  text-align: center;
  z-index: 1;
}

section.sec-final-report .sec-7 .card .rank .rank_3,
section.sec-final-report .sec-7 .card .rank .rank_2,
section.sec-final-report .sec-7 .card .rank .rank_1,
section.sec-final-report .sec-9 .card .rank .rank_3,
section.sec-final-report .sec-9 .card .rank .rank_2,
section.sec-final-report .sec-9 .card .rank .rank_1,
section.sec-final-report .sec-11 .card .rank .rank_3,
section.sec-final-report .sec-11 .card .rank .rank_2,
section.sec-final-report .sec-11 .card .rank .rank_1 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: top center;
  object-position: top center;
}

section.sec-final-report .sec-7 .card .point,
section.sec-final-report .sec-9 .card .point,
section.sec-final-report .sec-11 .card .point {
  width: 100%;
  line-height: 1;
  color: #B0B045;
  font-weight: 700;
  position: absolute;
  text-align: center;
}

section.sec-final-report .sec-7 .card .point span,
section.sec-final-report .sec-9 .card .point span,
section.sec-final-report .sec-11 .card .point span {
  font-weight: 700;
}

section.sec-final-report .sec-7 .card .creator,
section.sec-final-report .sec-9 .card .creator,
section.sec-final-report .sec-11 .card .creator {
  line-height: 1;
  font-weight: 500;
  position: absolute;
  color: #B0B045;
}

section.sec-final-report .sec-7 .card .name,
section.sec-final-report .sec-9 .card .name,
section.sec-final-report .sec-11 .card .name {
  line-height: 1;
  font-weight: 700;
  position: absolute;
  color: #B0B045;
}

section.sec-final-report .sec-7 .card .wrap-img,
section.sec-final-report .sec-9 .card .wrap-img,
section.sec-final-report .sec-11 .card .wrap-img {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

section.sec-final-report .sec-7 .card .wrap-img img.img-1,
section.sec-final-report .sec-7 .card .wrap-img img.img-2,
section.sec-final-report .sec-9 .card .wrap-img img.img-1,
section.sec-final-report .sec-9 .card .wrap-img img.img-2,
section.sec-final-report .sec-11 .card .wrap-img img.img-1,
section.sec-final-report .sec-11 .card .wrap-img img.img-2 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

section.sec-final-report .sec-7 .card .wrap-img img.img-2,
section.sec-final-report .sec-9 .card .wrap-img img.img-2,
section.sec-final-report .sec-11 .card .wrap-img img.img-2 {
  visibility: hidden;
}

section.sec-final-report .sec-7 .card .speech,
section.sec-final-report .sec-9 .card .speech,
section.sec-final-report .sec-11 .card .speech {
  line-height: 140%;
  color: #B0B045;
  font-weight: 500;
  text-align: center;
  white-space: pre-line;
  position: absolute;
  left: 0;
  width: 100%;
  text-shadow: 1px 1px 1px #FFF, -1px -1px 1px #FFF, 1px -1px 1px #FFF, -1px 1px 1px #FFF;
}

section.sec-final-report .sec-7 .card .back,
section.sec-final-report .sec-9 .card .back,
section.sec-final-report .sec-11 .card .back {
  width: 100%;
  height: 100%;
  background-color: #AC2727;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  z-index: 1;
}

section.sec-final-report .sec-7 .card img.card_design,
section.sec-final-report .sec-9 .card img.card_design,
section.sec-final-report .sec-11 .card img.card_design {
  height: auto;
  margin: auto;
  display: block;
}

section.sec-final-report .wrap-danmaku {
  left: 0;
  width: 100%;
  overflow: hidden;
  position: absolute;
}

section.sec-final-report .wrap-danmaku .scroll-danmaku {
  height: 100%;
  display: inline-block;
  position: relative;
}

section.sec-final-report .wrap-danmaku .block-danmaku {
  height: 100%;
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  white-space: nowrap;
}

section.sec-final-report .wrap-danmaku .block-danmaku:nth-of-type(2) {
  position: absolute;
  left: 100%;
  top: 0;
}

section.sec-final-report .wrap-danmaku .danmaku:nth-of-type(3),
section.sec-final-report .wrap-danmaku .danmaku:nth-of-type(5),
section.sec-final-report .wrap-danmaku .danmaku:nth-of-type(7),
section.sec-final-report .wrap-danmaku .danmaku:nth-of-type(10) {
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

section.sec-final-report .wrap-danmaku .danmaku:nth-of-type(2),
section.sec-final-report .wrap-danmaku .danmaku:nth-of-type(6),
section.sec-final-report .wrap-danmaku .danmaku:nth-of-type(9) {
  top: 100%;
  -webkit-transform: translate(0%, -100%);
  transform: translate(0%, -100%);
}

section.sec-final-report .wrap-danmaku .danmaku {
  border-style: solid;
  font-weight: 700;
  line-height: 140%;
  display: inline-block;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #FFF;
  color: #E21C4B;
  border-color: #E21C4B;
  position: relative;
  text-align: center;
}

section.sec-final-report .sec-7 .scroll-danmaku,
section.sec-final-report .sec-9 .scroll-danmaku,
section.sec-final-report .sec-11 .scroll-danmaku {
  opacity: 0;
}

section.sec-final-report .sec-7[data-is-entered] .scroll-danmaku,
section.sec-final-report .sec-9[data-is-entered] .scroll-danmaku,
section.sec-final-report .sec-11[data-is-entered] .scroll-danmaku {
  -webkit-animation: scroll-danmaku 20s linear 0s normal infinite;
  animation: scroll-danmaku 20s linear 0s normal infinite;
  -webkit-transition: opacity 0.6s linear 1.2s;
  transition: opacity 0.6s linear 1.2s;
  opacity: 1;
}

@-webkit-keyframes scroll-danmaku {
  0% {
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes scroll-danmaku {
  0% {
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

section.sec-final-report .sec-12 img.pra {
  margin: 0;
}

section.sec-final-report .sec-12 img.izu {
  margin: 0;
  left: auto;
}

section.sec-final-report .sec-12 img.step {
  margin: 0;
}

section.sec-final-report .sec-12 img.step-izu {
  left: auto;
}

section.sec-final-report .sec-12 .btn_close_end {
  position: absolute;
  left: 0;
  right: 0;
  cursor: pointer;
}

section.sec-final-report .sec-12 .btn_close_end p {
  font-weight: 700;
  color: #FFF;
  text-align: center;
  line-height: 1;
}

section.sec-final-report .sec-12 .btn_close_end img.arrow {
  display: block;
}

section.sec-final-report .card .card-content::after {
  content: "";
  display: block;
  background-color: #FFF;
  width: 100%;
  height: 100%;
  opacity: 0;
  left: 0;
  top: 0;
  position: absolute;
}

section.sec-final-report .ball {
  opacity: 0;
  -webkit-transition: opacity 0.3s linear 1.5s;
  transition: opacity 0.3s linear 1.5s;
}

section.sec-final-report [data-is-entered] .card:nth-of-type(1) .back {
  -webkit-animation: cardRotate-visibility 0.02s steps(1) 1.48s 1 normal forwards;
  animation: cardRotate-visibility 0.02s steps(1) 1.48s 1 normal forwards;
}

section.sec-final-report [data-is-entered] .card:nth-of-type(1) .card-content {
  -webkit-animation: cardRotate-1 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19) 1.1s 1 normal forwards, cardRotate-2 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s 1 normal forwards;
  animation: cardRotate-1 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19) 1.1s 1 normal forwards, cardRotate-2 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s 1 normal forwards;
}

section.sec-final-report [data-is-entered] .card:nth-of-type(1) .card-content::after {
  -webkit-animation: cardRotate-flash 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s 1 normal forwards;
  animation: cardRotate-flash 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s 1 normal forwards;
}

section.sec-final-report [data-is-entered] .card:nth-of-type(2) .back {
  -webkit-animation: cardRotate-visibility 0.02s steps(1) 2.38s 1 normal forwards;
  animation: cardRotate-visibility 0.02s steps(1) 2.38s 1 normal forwards;
}

section.sec-final-report [data-is-entered] .card:nth-of-type(2) .card-content {
  -webkit-animation: cardRotate-1 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19) 2s 1 normal forwards, cardRotate-2 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 2.4s 1 normal forwards;
  animation: cardRotate-1 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19) 2s 1 normal forwards, cardRotate-2 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 2.4s 1 normal forwards;
}

section.sec-final-report [data-is-entered] .card:nth-of-type(2) .card-content::after {
  -webkit-animation: cardRotate-flash 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 2.4s 1 normal forwards;
  animation: cardRotate-flash 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 2.4s 1 normal forwards;
}

section.sec-final-report [data-is-entered] .card:nth-of-type(3) .back {
  -webkit-animation: cardRotate-visibility 0.02s steps(1) 3.28s 1 normal forwards;
  animation: cardRotate-visibility 0.02s steps(1) 3.28s 1 normal forwards;
}

section.sec-final-report [data-is-entered] .card:nth-of-type(3) .card-content {
  -webkit-animation: cardRotate-1 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19) 2.9s 1 normal forwards, cardRotate-2 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 3.3s 1 normal forwards;
  animation: cardRotate-1 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19) 2.9s 1 normal forwards, cardRotate-2 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 3.3s 1 normal forwards;
}

section.sec-final-report [data-is-entered] .card:nth-of-type(3) .card-content::after {
  -webkit-animation: cardRotate-flash 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 3.3s 1 normal forwards;
  animation: cardRotate-flash 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 3.3s 1 normal forwards;
}

section.sec-final-report [data-is-entered] .card:nth-of-type(4) .back {
  -webkit-animation: cardRotate-visibility 0.02s steps(1) 4.18s 1 normal forwards;
  animation: cardRotate-visibility 0.02s steps(1) 4.18s 1 normal forwards;
}

section.sec-final-report [data-is-entered] .card:nth-of-type(4) .card-content {
  -webkit-animation: cardRotate-1 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19) 3.8s 1 normal forwards, cardRotate-2 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 4.2s 1 normal forwards;
  animation: cardRotate-1 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19) 3.8s 1 normal forwards, cardRotate-2 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 4.2s 1 normal forwards;
}

section.sec-final-report [data-is-entered] .card:nth-of-type(4) .card-content::after {
  -webkit-animation: cardRotate-flash 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 4.2s 1 normal forwards;
  animation: cardRotate-flash 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 4.2s 1 normal forwards;
}

section.sec-final-report [data-is-entered] .card:nth-of-type(5) .back {
  -webkit-animation: cardRotate-visibility 0.02s steps(1) 5.08s 1 normal forwards;
  animation: cardRotate-visibility 0.02s steps(1) 5.08s 1 normal forwards;
}

section.sec-final-report [data-is-entered] .card:nth-of-type(5) .card-content {
  -webkit-animation: cardRotate-1 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19) 4.7s 1 normal forwards, cardRotate-2 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 5.1s 1 normal forwards;
  animation: cardRotate-1 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19) 4.7s 1 normal forwards, cardRotate-2 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 5.1s 1 normal forwards;
}

section.sec-final-report [data-is-entered] .card:nth-of-type(5) .card-content::after {
  -webkit-animation: cardRotate-flash 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 5.1s 1 normal forwards;
  animation: cardRotate-flash 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 5.1s 1 normal forwards;
}

section.sec-final-report [data-is-entered] .card:nth-of-type(6) .back {
  -webkit-animation: cardRotate-visibility 0.02s steps(1) 5.98s 1 normal forwards;
  animation: cardRotate-visibility 0.02s steps(1) 5.98s 1 normal forwards;
}

section.sec-final-report [data-is-entered] .card:nth-of-type(6) .card-content {
  -webkit-animation: cardRotate-1 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19) 5.6s 1 normal forwards, cardRotate-2 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 6s 1 normal forwards;
  animation: cardRotate-1 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19) 5.6s 1 normal forwards, cardRotate-2 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 6s 1 normal forwards;
}

section.sec-final-report [data-is-entered] .card:nth-of-type(6) .card-content::after {
  -webkit-animation: cardRotate-flash 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 6s 1 normal forwards;
  animation: cardRotate-flash 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 6s 1 normal forwards;
}

section.sec-final-report [data-is-entered] .card:nth-of-type(7) .back {
  -webkit-animation: cardRotate-visibility 0.02s steps(1) 6.88s 1 normal forwards;
  animation: cardRotate-visibility 0.02s steps(1) 6.88s 1 normal forwards;
}

section.sec-final-report [data-is-entered] .card:nth-of-type(7) .card-content {
  -webkit-animation: cardRotate-1 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19) 6.5s 1 normal forwards, cardRotate-2 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 6.9s 1 normal forwards;
  animation: cardRotate-1 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19) 6.5s 1 normal forwards, cardRotate-2 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 6.9s 1 normal forwards;
}

section.sec-final-report [data-is-entered] .card:nth-of-type(7) .card-content::after {
  -webkit-animation: cardRotate-flash 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 6.9s 1 normal forwards;
  animation: cardRotate-flash 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 6.9s 1 normal forwards;
}

section.sec-final-report [data-is-entered] .card:nth-of-type(8) .back {
  -webkit-animation: cardRotate-visibility 0.02s steps(1) 7.78s 1 normal forwards;
  animation: cardRotate-visibility 0.02s steps(1) 7.78s 1 normal forwards;
}

section.sec-final-report [data-is-entered] .card:nth-of-type(8) .card-content {
  -webkit-animation: cardRotate-1 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19) 7.4s 1 normal forwards, cardRotate-2 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 7.8s 1 normal forwards;
  animation: cardRotate-1 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19) 7.4s 1 normal forwards, cardRotate-2 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 7.8s 1 normal forwards;
}

section.sec-final-report [data-is-entered] .card:nth-of-type(8) .card-content::after {
  -webkit-animation: cardRotate-flash 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 7.8s 1 normal forwards;
  animation: cardRotate-flash 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 7.8s 1 normal forwards;
}

section.sec-final-report [data-is-entered] .ball {
  opacity: 1;
}

@keyframes cardRotate-visibility {
  0% {
    visibility: visible;
  }

  50% {
    visibility: hidden;
  }

  100% {
    visibility: hidden;
  }
}

@keyframes cardRotate-1 {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  100% {
    -webkit-transform: rotateY(89deg);
    transform: rotateY(89deg);
  }
}

@keyframes cardRotate-2 {
  0% {
    -webkit-transform: rotateY(-89deg);
    transform: rotateY(-89deg);
  }

  100% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

@keyframes cardRotate-flash {
  0% {
    opacity: 1;
  }

  20% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

#anchor,
#anchor,
#anchor {
  position: absolute;
  top: 0;
}

.mainContents {
  position: relative;
  background-color: #EDEDED;
}

section.sec-archive {
  position: relative;
}

section.sec-archive.top .button {
  background-color: #FFF;
}

section.sec-archive {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  /* ここ！！ */
  z-index: 1;
}

section.sec-archive .wrap-contents {
  width: 100%;
}

section.sec-archive .button-sticky {
  width: 0;
  position: -webkit-sticky;
  position: sticky;
  z-index: 10;
}

section.sec-archive .wrap-button {
  width: 100vw;
  position: relative;
}

section.sec-archive .link_to_top {
  color: #E21C4B;
  text-align: center;
  font-family: "Zen Maru Gothic";
  line-height: 1;
  font-weight: 700;
  display: block;
  white-space: nowrap;
  right: 0;
  margin: auto;
  position: absolute;
}

section.sec-archive .link_to_top .arrow {
  vertical-align: middle;
  position: relative;
}

section.sec-archive .pageTitle {
  line-height: 1;
  font-weight: 700;
  text-align: center;
  color: #E21C4B;
  position: relative;
}

section.sec-archive img[src*=charasai_sticker] {
  display: block;
}

section.sec-archive img[src*=schedule] {
  display: block;
}

section.sec-archive .button {
  background-color: #FFF;
}

section.sec-archive .js-open-mid-point-rank-report {
  background-color: #FFF;
}

section.sec-archive .js-open-final-rank-report {
  background-color: #FFF;
}

@media screen and (min-width: 737px) {
  .sp {
    display: none !important;
  }

  ._dummy {
    width: 100vw;
  }

  .layoutChecker {
    width: 1px;
  }

  .button {
    width: 34.375vw;
    height: 4.6875vw;
    border-width: 0.234375vw;
    font-size: 1.25vw;
    margin: 0vw auto 0vw;
    border-radius: 4.6875vw;
    line-height: 1;
  }

  .button:hover {
    color: #FFF;
    background-color: #E21C4B;
  }

  .fukidashi {
    border-width: 0.234375vw;
    border-radius: 0.78125vw;
    padding: 0.9375vw 1.40625vw 1.25vw;
  }

  .fukidashi .fukidashi-text {
    font-size: 1.40625vw;
    line-height: 1.3888888889;
  }

  .fukidashi .fukidashi-text::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.3888888889) * 0.5em);
    content: "";
  }

  .fukidashi .fukidashi-text::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.3888888889) * 0.5em);
    content: "";
  }

  .fukidashi::before {
    border-width: 1.09375vw 0.78125vw 0vw 0.78125vw;
  }

  .fukidashi::after {
    border-width: 0.9375vw 0.625vw 0vw 0.625vw;
    bottom: 0.15625vw;
  }

  .wrap-info-block {
    gap: 9.375vw;
  }

  .wrap-info-block .info-block {
    padding: 6.25vw 14.0625vw;
    width: 75vw;
    border-radius: 1.171875vw;
    gap: 4.6875vw;
  }

  .wrap-info-block .box {
    gap: 2.34375vw;
  }

  .wrap-info-block .title {
    font-size: 2.1875vw;
    line-height: 1.4;
  }

  .wrap-info-block .title::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4) * 0.5em);
    content: "";
  }

  .wrap-info-block .title::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4) * 0.5em);
    content: "";
  }

  .wrap-info-block .headline {
    font-size: 1.71875vw;
    line-height: 1.8181818182;
  }

  .wrap-info-block .headline::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.8181818182) * 0.5em);
    content: "";
  }

  .wrap-info-block .headline::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.8181818182) * 0.5em);
    content: "";
  }

  .wrap-info-block .text {
    font-size: 1.25vw;
    line-height: 1.8;
  }

  .wrap-info-block .text::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.8) * 0.5em);
    content: "";
  }

  .wrap-info-block .text::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.8) * 0.5em);
    content: "";
  }

  .wrap-info-block .simpleList li {
    font-size: 1.25vw;
    margin-top: 2.25vw;
    line-height: 1.8;
  }

  .wrap-info-block .wrap-x-thread {
    width: 46.875vw;
    height: 46.875vw;
    border-radius: 0.78125vw;
    border-width: 0.234375vw;
  }

  header.sec-header .wrap-header {
    width: 84.375vw;
    height: 10vw;
    top: 3.046875vw;
  }

  header.sec-header .wrap-header .bg {
    width: 84.375vw;
    height: 10vw;
  }

  header.sec-header .wrap-header .site_title {
    width: 25.493828125vw;
    height: 5.9375vw;
    left: 0.390625vw;
    right: 0vw;
    top: 2.03125vw;
  }

  header.sec-header .wrap-header .btn_x {
    width: 7.03125vw;
    height: 7.03125vw;
    left: 1.40625vw;
    top: 1.5625vw;
  }

  header.sec-header .wrap-header .btn_x[src*=event] {
    width: 12.734375vw;
  }

  header.sec-header .wrap-header .btn_x .btn_x_default,
  header.sec-header .wrap-header .btn_x .btn_x_hover {
    width: 7.03125vw;
    height: 7.03125vw;
  }

  header.sec-header .wrap-header .btn_menu {
    width: 7.03125vw;
    height: 7.03125vw;
    right: 1.40625vw;
    top: 1.5625vw;
  }

  header.sec-header .wrap-header .btn_menu .btn_menu_open,
  header.sec-header .wrap-header .btn_menu .btn_menu_open_hover {
    width: 7.03125vw;
    height: 7.03125vw;
  }

  header.sec-header .wrap-header .btn_menu .btn_menu_close,
  header.sec-header .wrap-header .btn_menu .btn_menu_close_hover {
    width: 7.03125vw;
    height: 7.03125vw;
  }

  .wrap-menu {
    width: 36.71875vw;
    right: 0;
  }

  .wrap-menu .wrap-menu-content {
    padding-bottom: 4.6875vw;
  }

  .wrap-menu .wrap-button-menu {
    width: 27.34375vw;
    gap: 1.5625vw;
    margin: 18.984375vw auto 4.6875vw;
  }

  .wrap-menu a.button-menu {
    font-size: 1.71875vw;
    width: 27.34375vw;
    height: 4.296875vw;
    padding: 0vw 0vw;
    border-radius: 1.171875vw;
    border-width: 0.234375vw;
  }

  .wrap-menu .deco_1 {
    width: 2.96875vw;
    height: 3.0078125vw;
    left: 2.03125vw;
    top: 0.625vw;
  }

  .wrap-menu .deco_2 {
    width: 2.1484375vw;
    height: 3.7109375vw;
    right: 3.203125vw;
    top: 0vw;
  }

  .wrap-menu .deco_3_1 {
    width: 2.03125vw;
    height: 3.0078125vw;
    left: 1.875vw;
    top: 0vw;
  }

  .wrap-menu .deco_3_2 {
    width: 1.953125vw;
    height: 2.890625vw;
    right: 2.03125vw;
    top: 0vw;
  }

  .wrap-menu .deco_4 {
    width: 4.21875vw;
    height: 2.7734375vw;
    left: 1.25vw;
    top: 0.625vw;
  }

  .wrap-menu .deco_5 {
    width: 24.296875vw;
    height: 3.359375vw;
  }

  .wrap-menu .deco_6_1,
  .wrap-menu .deco_6_2 {
    width: 1.2890625vw;
    height: 3.1453125vw;
  }

  .wrap-menu .deco_6_1 {
    left: 2.34375vw;
    top: -0.078125vw;
  }

  .wrap-menu .deco_6_2 {
    right: 2.34375vw;
    top: -0.078125vw;
  }

  .wrap-menu .logo {
    width: 17.007109375vw;
    height: 15.546875vw;
  }

  .wrap-menu .copyright {
    margin-top: 3.125vw;
    font-size: 0.9375vw;
    letter-spacing: 0.01875vw;
  }

  footer.sec-footer {
    height: 59.140625vw;
    margin: -0.078125vw auto 0vw;
    border-image-width: 11.640625vw 20vw;
    border-image-source: url(/chara-sai/assets/index/img/pc/footer/bg.svg);
    border-image-slice: 25% 20% fill;
  }

  footer.sec-footer .wrap-content {
    width: 100vw;
    margin: 0vw auto;
  }

  footer.sec-footer .bg {
    width: 100vw;
    height: 46.5625vw;
    left: 0vw;
    top: 0vw;
  }

  footer.sec-footer .logo {
    width: 25.078125vw;
    height: 22.96875vw;
    left: 3.125vw;
    top: 12.65625vw;
  }

  footer.sec-footer .panel {
    width: 22.65625vw;
    height: 29.6875vw;
  }

  footer.sec-footer .wrap-panel {
    width: 22.65625vw;
    height: 29.6875vw;
    right: 4.375vw;
    top: 9.296875vw;
  }

  footer.sec-footer .wrap-panel .logo_bandainamco {
    width: 16.640625vw;
    height: 4.375vw;
    right: 2.5vw;
    top: 2.8125vw;
  }

  footer.sec-footer .wrap-panel .logo_banpresto {
    width: 6.953125vw;
    height: 3.203125vw;
    right: 2.5vw;
    top: 7.65625vw;
  }

  footer.sec-footer .wrap-panel .logo_bandai {
    width: 6.484375vw;
    height: 6.328125vw;
    right: 2.5vw;
    top: 20.859375vw;
  }

  footer.sec-footer .wrap-exit {
    width: 38.28125vw;
    height: 29.53125vw;
    left: 0vw;
    right: 0vw;
    top: 9.375vw;
    margin: 0vw auto 0vw;
  }

  footer.sec-footer .wrap-exit .exit {
    width: 38.28125vw;
    height: 29.53125vw;
    left: 0vw;
    top: 0vw;
  }

  footer.sec-footer .wrap-exit .footer-char {
    width: 34.53125vw;
    height: 26.5625vw;
    left: 0vw;
    right: 0vw;
    top: 0vw;
    bottom: 0vw;
  }

  footer.sec-footer .wrap-exit .footer-char-filter {
    width: 34.53125vw;
    height: 26.5625vw;
    left: 0vw;
    right: 0vw;
    top: 0vw;
    bottom: 0vw;
  }

  footer.sec-footer .wrap-fukidashi {
    width: 46.875vw;
    top: 3.59375vw;
  }

  footer.sec-footer .button {
    width: 22.65625vw;
    height: 3.90625vw;
    left: 0vw;
    right: 0vw;
    top: 33.4375vw;
  }

  footer.sec-footer .wrap-official-footer-content {
    width: 100vw;
    margin: 42.34375vw auto 0vw;
  }

  footer.sec-footer .wrap-official-footer-content small.copyright {
    margin: 0vw auto 0vw;
    font-size: 1.09375vw;
    letter-spacing: 0.021875vw;
  }

  footer.sec-footer .wrap-official-footer-content ul.linkList {
    width: 82.8125vw;
    margin: 3.203125vw auto 2.109375vw;
    padding: 0.859375vw 0vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  footer.sec-footer .wrap-official-footer-content ul.linkList li:nth-of-type(1) a {
    border-left: none;
  }

  footer.sec-footer .wrap-official-footer-content ul.linkList a {
    font-size: 0.859375vw;
    height: 1.328125vw;
    width: 20.703125vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: solid 1px #DDD;
  }

  footer.sec-footer .wrap-official-footer-content ul.linkList img {
    display: none;
  }

  footer.sec-footer .wrap-official-footer-content .note {
    font-size: 0.9375vw;
    width: 82.8125vw;
    margin: 0vw auto;
    text-align: center;
    line-height: 1;
  }

  section.sec-mid-point-report .wrap-content {
    width: 91.09375vw;
    height: 56.71875vw;
  }

  section.sec-mid-point-report .wrap_btn_close {
    width: 7.03125vw;
    height: 7.03125vw;
    right: 3.125vw;
    top: 3.125vw;
  }

  section.sec-mid-point-report .wrap_btn_close img.btn_close,
  section.sec-mid-point-report .wrap_btn_close img.btn_close_hover {
    width: 7.03125vw;
    height: 7.03125vw;
  }

  section.sec-mid-point-report .bg {
    width: 91.09375vw;
    height: 56.71875vw;
  }

  section.sec-mid-point-report .btn_next {
    right: 3.125vw;
    bottom: 3.125vw;
  }

  section.sec-mid-point-report .btn_next .btn_next_text {
    font-size: 1.25vw;
  }

  section.sec-mid-point-report .btn_next img.arrow {
    width: 0.9375vw;
    height: 0.625vw;
    margin-left: 0.78125vw;
  }

  section.sec-mid-point-report .sec-1 img.logo_charasai {
    width: 25vw;
    height: 4.84375vw;
    margin: 1.5625vw auto 0vw;
  }

  section.sec-mid-point-report .sec-1 img.title {
    width: 78.359375vw;
    height: 8.203125vw;
    margin: 3.59375vw auto 2.96875vw;
  }

  section.sec-mid-point-report .sec-1 img.char {
    width: 68.4765625vw;
    height: 4.7265625vw;
    margin: 0vw auto 5.078125vw;
  }

  section.sec-mid-point-report .sec-1 .wrap-praizu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  section.sec-mid-point-report .sec-1 img.pra_text {
    width: 7.5vw;
    height: 4.609375vw;
    right: -0.78125vw;
    top: 3.125vw;
  }

  section.sec-mid-point-report .sec-1 img.pra {
    width: 11.5625vw;
    height: 11.640625vw;
  }

  section.sec-mid-point-report .sec-1 img.comment_first {
    width: 38.359375vw;
    height: 9.140625vw;
    margin: 0vw 3.125vw;
  }

  section.sec-mid-point-report .sec-1 img.izu {
    width: 11.796875vw;
    height: 11.640625vw;
  }

  section.sec-mid-point-report .sec-1 img.izu_text {
    width: 6.796875vw;
    height: 4.6875vw;
    left: -1.171875vw;
    top: 3.125vw;
  }

  section.sec-mid-point-report .sec-1 .attention-scroll {
    margin: 0vw auto 0vw;
    width: 6.25vw;
    bottom: 2.5vw;
  }

  section.sec-mid-point-report .sec-1 .attention-scroll p {
    font-size: 1.25vw;
  }

  section.sec-mid-point-report .sec-1 .attention-scroll img.arrow {
    width: 0.9375vw;
    height: 0.625vw;
    margin: 0.390625vw auto 0vw;
  }

  section.sec-mid-point-report .sec-2 img.bg_pattern,
  section.sec-mid-point-report .sec-4 img.bg_pattern,
  section.sec-mid-point-report .sec-6 img.bg_pattern,
  section.sec-mid-point-report .sec-8 img.bg_pattern,
  section.sec-mid-point-report .sec-10 img.bg_pattern,
  section.sec-mid-point-report .sec-12 img.bg_pattern {
    width: 58.59375vw;
    height: 13.59375vw;
  }

  section.sec-mid-point-report .sec-2 img.kamifubuki,
  section.sec-mid-point-report .sec-4 img.kamifubuki,
  section.sec-mid-point-report .sec-6 img.kamifubuki,
  section.sec-mid-point-report .sec-8 img.kamifubuki,
  section.sec-mid-point-report .sec-10 img.kamifubuki,
  section.sec-mid-point-report .sec-12 img.kamifubuki {
    width: 38.4375vw;
    height: 12.734375vw;
    top: 8.359375vw;
    left: 27.265625vw;
  }

  section.sec-mid-point-report .sec-2 img.light,
  section.sec-mid-point-report .sec-4 img.light,
  section.sec-mid-point-report .sec-6 img.light,
  section.sec-mid-point-report .sec-8 img.light,
  section.sec-mid-point-report .sec-10 img.light,
  section.sec-mid-point-report .sec-12 img.light {
    width: 12.8125vw;
    height: 40.859375vw;
    top: 0.78125vw;
  }

  section.sec-mid-point-report .sec-2 .comment,
  section.sec-mid-point-report .sec-4 .comment,
  section.sec-mid-point-report .sec-6 .comment,
  section.sec-mid-point-report .sec-8 .comment,
  section.sec-mid-point-report .sec-10 .comment,
  section.sec-mid-point-report .sec-12 .comment {
    bottom: 30.9765625vw;
  }

  section.sec-mid-point-report .sec-2 img.pra,
  section.sec-mid-point-report .sec-4 img.pra,
  section.sec-mid-point-report .sec-6 img.pra,
  section.sec-mid-point-report .sec-8 img.pra,
  section.sec-mid-point-report .sec-10 img.pra,
  section.sec-mid-point-report .sec-12 img.pra {
    width: 11.5625vw;
    height: 11.640625vw;
    bottom: 18.0859375vw;
  }

  section.sec-mid-point-report .sec-2 img.izu,
  section.sec-mid-point-report .sec-4 img.izu,
  section.sec-mid-point-report .sec-6 img.izu,
  section.sec-mid-point-report .sec-8 img.izu,
  section.sec-mid-point-report .sec-10 img.izu,
  section.sec-mid-point-report .sec-12 img.izu {
    width: 11.796875vw;
    height: 11.640625vw;
    bottom: 18.0859375vw;
  }

  section.sec-mid-point-report .sec-2 img.step,
  section.sec-mid-point-report .sec-4 img.step,
  section.sec-mid-point-report .sec-6 img.step,
  section.sec-mid-point-report .sec-8 img.step,
  section.sec-mid-point-report .sec-10 img.step,
  section.sec-mid-point-report .sec-12 img.step {
    width: 15.625vw;
    height: 3.90625vw;
    bottom: 14.1796875vw;
  }

  section.sec-mid-point-report .sec-3 .wrap-cards,
  section.sec-mid-point-report .sec-5 .wrap-cards {
    width: 73.4375vw;
    height: 49.609375vw;
    gap: 1.5625vw;
    position: absolute;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
  }

  section.sec-mid-point-report .sec-3 .card,
  section.sec-mid-point-report .sec-5 .card {
    width: 17.1875vw;
    height: 23.984375vw;
  }

  section.sec-mid-point-report .sec-3 .card .card-content,
  section.sec-mid-point-report .sec-5 .card .card-content {
    width: 17.1875vw;
    height: 23.984375vw;
    border-radius: 0.78125vw;
  }

  section.sec-mid-point-report .sec-3 .card .front,
  section.sec-mid-point-report .sec-5 .card .front {
    width: 17.1875vw;
    height: 23.984375vw;
  }

  section.sec-mid-point-report .sec-3 .card .rank,
  section.sec-mid-point-report .sec-5 .card .rank {
    font-size: 1.25vw;
    width: 11.71875vw;
    height: 2.421875vw;
    left: -3.75vw;
    top: 0.625vw;
  }

  section.sec-mid-point-report .sec-3 .card .wrap-img,
  section.sec-mid-point-report .sec-5 .card .wrap-img {
    width: 14.6875vw;
    height: 14.6875vw;
    border-width: 0.234375vw;
    margin: 1.25vw auto 0vw;
    border-radius: 0.78125vw;
  }

  section.sec-mid-point-report .sec-3 .card img.img-1,
  section.sec-mid-point-report .sec-5 .card img.img-1 {
    width: 14.6875vw;
    height: 14.6875vw;
  }

  section.sec-mid-point-report .sec-3 .card img.img-2,
  section.sec-mid-point-report .sec-5 .card img.img-2 {
    width: 14.6875vw;
    height: 14.6875vw;
  }

  section.sec-mid-point-report .sec-3 .card .creator,
  section.sec-mid-point-report .sec-5 .card .creator {
    font-size: 0.9375vw;
    margin: 0.390625vw auto 0vw;
  }

  section.sec-mid-point-report .sec-3 .card[data-char-index="3"] .name,
  section.sec-mid-point-report .sec-3 .card[data-char-index="12"] .name,
  section.sec-mid-point-report .sec-5 .card[data-char-index="3"] .name,
  section.sec-mid-point-report .sec-5 .card[data-char-index="12"] .name {
    font-size: 1.25vw;
  }

  section.sec-mid-point-report .sec-3 .card .name,
  section.sec-mid-point-report .sec-5 .card .name {
    font-size: 1.40625vw;
    margin: 0.078125vw auto 0vw;
  }

  section.sec-mid-point-report .sec-3 .card .point,
  section.sec-mid-point-report .sec-5 .card .point {
    width: 3.515625vw;
    height: 3.515625vw;
    left: 1.25vw;
    bottom: 1.0546875vw;
    font-size: 0.9375vw;
  }

  section.sec-mid-point-report .sec-3 .card .point span,
  section.sec-mid-point-report .sec-5 .card .point span {
    font-size: 0.78125vw;
    top: 0.15625vw;
  }

  section.sec-mid-point-report .sec-3 .card .speech,
  section.sec-mid-point-report .sec-5 .card .speech {
    font-size: 0.78125vw;
    margin: 0.46875vw 1.25vw 0vw 5.546875vw;
    height: 3.28125vw;
  }

  section.sec-mid-point-report .sec-3 .card img.card_design,
  section.sec-mid-point-report .sec-5 .card img.card_design {
    width: 12.77265625vw;
  }

  section.sec-mid-point-report .sec-7 .bg_deco,
  section.sec-mid-point-report .sec-9 .bg_deco,
  section.sec-mid-point-report .sec-11 .bg_deco {
    width: 91.09375vw;
    height: 56.71875vw;
  }

  section.sec-mid-point-report .sec-7 .wrap-card-data,
  section.sec-mid-point-report .sec-9 .wrap-card-data,
  section.sec-mid-point-report .sec-11 .wrap-card-data {
    gap: 3.125vw;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }

  section.sec-mid-point-report .sec-7 .card,
  section.sec-mid-point-report .sec-9 .card,
  section.sec-mid-point-report .sec-11 .card {
    width: 25.78125vw;
    height: 36.015625vw;
  }

  section.sec-mid-point-report .sec-7 .card .card-content,
  section.sec-mid-point-report .sec-9 .card .card-content,
  section.sec-mid-point-report .sec-11 .card .card-content {
    width: 25.78125vw;
    height: 36.015625vw;
    border-radius: 0.78125vw;
  }

  section.sec-mid-point-report .sec-7 .card .front,
  section.sec-mid-point-report .sec-9 .card .front,
  section.sec-mid-point-report .sec-11 .card .front {
    width: 25.78125vw;
    height: 36.015625vw;
  }

  section.sec-mid-point-report .sec-7 .card .card_top3,
  section.sec-mid-point-report .sec-9 .card .card_top3,
  section.sec-mid-point-report .sec-11 .card .card_top3 {
    width: 25.78125vw;
    height: 36.015625vw;
  }

  section.sec-mid-point-report .sec-7 .card .rank,
  section.sec-mid-point-report .sec-9 .card .rank,
  section.sec-mid-point-report .sec-11 .card .rank {
    font-size: 2.1875vw;
    width: 3.90625vw;
    left: 3.046875vw;
    top: 3.671875vw;
  }

  section.sec-mid-point-report .sec-7 .card .creator,
  section.sec-mid-point-report .sec-9 .card .creator,
  section.sec-mid-point-report .sec-11 .card .creator {
    font-size: 1.25vw;
    margin: 3.28125vw 0vw 0vw 8.87890625vw;
  }

  section.sec-mid-point-report .sec-7 .card .name,
  section.sec-mid-point-report .sec-9 .card .name,
  section.sec-mid-point-report .sec-11 .card .name {
    font-size: 1.40625vw;
    margin: 0.3125vw 0vw 0vw 8.87890625vw;
  }

  section.sec-mid-point-report .sec-7 .card .wrap-img,
  section.sec-mid-point-report .sec-9 .card .wrap-img,
  section.sec-mid-point-report .sec-11 .card .wrap-img {
    width: 22.1875vw;
    height: 32.734375vw;
    border-radius: 0.46875vw;
    top: 1.640625vw;
  }

  section.sec-mid-point-report .sec-7 .card img.card_design,
  section.sec-mid-point-report .sec-9 .card img.card_design,
  section.sec-mid-point-report .sec-11 .card img.card_design {
    width: 19.15859375vw;
  }

  section.sec-mid-point-report .sec-7 .data,
  section.sec-mid-point-report .sec-9 .data,
  section.sec-mid-point-report .sec-11 .data {
    width: 25.78125vw;
    height: 35.15625vw;
    gap: 2.1875vw;
  }

  section.sec-mid-point-report .sec-7 .data .creator,
  section.sec-mid-point-report .sec-9 .data .creator,
  section.sec-mid-point-report .sec-11 .data .creator {
    font-size: 1.25vw;
  }

  section.sec-mid-point-report .sec-7 .data .name,
  section.sec-mid-point-report .sec-9 .data .name,
  section.sec-mid-point-report .sec-11 .data .name {
    font-size: 1.875vw;
  }

  section.sec-mid-point-report .sec-7 .data .speech,
  section.sec-mid-point-report .sec-9 .data .speech,
  section.sec-mid-point-report .sec-11 .data .speech {
    font-size: 1.25vw;
    line-height: 1.4;
  }

  section.sec-mid-point-report .sec-7 .data .speech::before,
  section.sec-mid-point-report .sec-9 .data .speech::before,
  section.sec-mid-point-report .sec-11 .data .speech::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4) * 0.5em);
    content: "";
  }

  section.sec-mid-point-report .sec-7 .data .speech::after,
  section.sec-mid-point-report .sec-9 .data .speech::after,
  section.sec-mid-point-report .sec-11 .data .speech::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4) * 0.5em);
    content: "";
  }

  section.sec-mid-point-report .sec-7 .data .point,
  section.sec-mid-point-report .sec-9 .data .point,
  section.sec-mid-point-report .sec-11 .data .point {
    font-size: 2.1875vw;
    margin-top: -0.390625vw;
  }

  section.sec-mid-point-report .sec-7 .data .point span,
  section.sec-mid-point-report .sec-9 .data .point span,
  section.sec-mid-point-report .sec-11 .data .point span {
    font-size: 1.25vw;
  }

  section.sec-mid-point-report .sec-2 .comment_1 {
    width: 16.5625vw;
    height: 4.921875vw;
  }

  section.sec-mid-point-report .sec-4 .comment_2 {
    width: 16.25vw;
    height: 5vw;
  }

  section.sec-mid-point-report .sec-6 .comment_3 {
    width: 11.25vw;
    height: 5vw;
  }

  section.sec-mid-point-report .sec-8 .comment_4 {
    width: 6.25vw;
    height: 5vw;
  }

  section.sec-mid-point-report .sec-10 .comment_5 {
    width: 15.78125vw;
    height: 5vw;
  }

  section.sec-mid-point-report .sec-12 .comment_last {
    width: 51.71875vw;
    height: 13.28125vw;
  }

  section.sec-mid-point-report .sec-12 .comment {
    bottom: 30.1953125vw;
  }

  section.sec-mid-point-report .sec-12 img.pra {
    left: 29.9609375vw;
    bottom: 17.3125vw;
  }

  section.sec-mid-point-report .sec-12 img.izu {
    right: 29.9609375vw;
    bottom: 17.3125vw;
  }

  section.sec-mid-point-report .sec-12 img.step {
    width: 11.796875vw;
    bottom: 13.40625vw;
  }

  section.sec-mid-point-report .sec-12 img.step-pra {
    left: 29.9609375vw;
  }

  section.sec-mid-point-report .sec-12 img.step-izu {
    right: 29.9609375vw;
  }

  section.sec-mid-point-report .sec-12 .btn_close_end {
    margin: 0vw auto 0vw;
    width: 6.25vw;
    bottom: 2.5vw;
  }

  section.sec-mid-point-report .sec-12 .btn_close_end p {
    font-size: 1.25vw;
  }

  section.sec-mid-point-report .sec-12 .btn_close_end img.arrow {
    width: 0.9375vw;
    height: 0.9375vw;
    margin: 0.625vw auto 0vw;
  }

  section.sec-mid-point-report .card {
    -webkit-perspective: 100vw;
    perspective: 100vw;
  }

  section.sec-final-report .wrap-content {
    width: 91.09375vw;
    height: 56.71875vw;
  }

  section.sec-final-report .wrap_btn_close {
    width: 7.03125vw;
    height: 7.03125vw;
    right: 3.125vw;
    top: 3.125vw;
  }

  section.sec-final-report .wrap_btn_close img.btn_close,
  section.sec-final-report .wrap_btn_close img.btn_close_hover {
    width: 7.03125vw;
    height: 7.03125vw;
  }

  section.sec-final-report .bg {
    width: 91.09375vw;
    height: 56.71875vw;
  }

  section.sec-final-report .btn_next {
    right: 3.125vw;
    bottom: 3.125vw;
  }

  section.sec-final-report .btn_next .btn_next_text {
    font-size: 1.25vw;
  }

  section.sec-final-report .btn_next img.arrow {
    width: 0.9375vw;
    height: 0.625vw;
    margin-left: 0.78125vw;
  }

  section.sec-final-report .sec-1 img.logo_charasai {
    width: 25vw;
    height: 4.84375vw;
    margin: 1.5625vw auto 0vw;
  }

  section.sec-final-report .sec-1 img.title {
    width: 78.828125vw;
    height: 8.203125vw;
    margin: 3.59375vw auto 2.96875vw;
  }

  section.sec-final-report .sec-1 img.char {
    width: 68.4765625vw;
    height: 4.7265625vw;
    margin: 0vw auto 5.078125vw;
  }

  section.sec-final-report .sec-1 .wrap-praizu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  section.sec-final-report .sec-1 img.pra_text {
    width: 7.5vw;
    height: 4.609375vw;
    right: -0.78125vw;
    top: 3.125vw;
  }

  section.sec-final-report .sec-1 img.pra {
    width: 11.5625vw;
    height: 11.640625vw;
  }

  section.sec-final-report .sec-1 img.comment_first {
    width: 38.515625vw;
    height: 9.140625vw;
    margin: 0vw 3.125vw;
  }

  section.sec-final-report .sec-1 img.izu {
    width: 11.796875vw;
    height: 11.640625vw;
  }

  section.sec-final-report .sec-1 img.izu_text {
    width: 6.796875vw;
    height: 4.6875vw;
    left: -1.171875vw;
    top: 3.125vw;
  }

  section.sec-final-report .sec-1 .attention-scroll {
    margin: 0vw auto 0vw;
    width: 6.25vw;
    bottom: 2.5vw;
  }

  section.sec-final-report .sec-1 .attention-scroll p {
    font-size: 1.25vw;
  }

  section.sec-final-report .sec-1 .attention-scroll img.arrow {
    width: 0.9375vw;
    height: 0.625vw;
    margin: 0.390625vw auto 0vw;
  }

  section.sec-final-report .sec-2 img.bg_pattern,
  section.sec-final-report .sec-4 img.bg_pattern,
  section.sec-final-report .sec-6 img.bg_pattern,
  section.sec-final-report .sec-8 img.bg_pattern,
  section.sec-final-report .sec-10 img.bg_pattern,
  section.sec-final-report .sec-12 img.bg_pattern {
    width: 58.59375vw;
    height: 13.59375vw;
  }

  section.sec-final-report .sec-2 img.kamifubuki,
  section.sec-final-report .sec-4 img.kamifubuki,
  section.sec-final-report .sec-6 img.kamifubuki,
  section.sec-final-report .sec-8 img.kamifubuki,
  section.sec-final-report .sec-10 img.kamifubuki,
  section.sec-final-report .sec-12 img.kamifubuki {
    width: 38.4375vw;
    height: 12.734375vw;
    top: 8.359375vw;
    left: 27.265625vw;
  }

  section.sec-final-report .sec-2 img.light,
  section.sec-final-report .sec-4 img.light,
  section.sec-final-report .sec-6 img.light,
  section.sec-final-report .sec-8 img.light,
  section.sec-final-report .sec-10 img.light,
  section.sec-final-report .sec-12 img.light {
    width: 12.8125vw;
    height: 40.859375vw;
    top: 0.78125vw;
  }

  section.sec-final-report .sec-2 .comment,
  section.sec-final-report .sec-4 .comment,
  section.sec-final-report .sec-6 .comment,
  section.sec-final-report .sec-8 .comment,
  section.sec-final-report .sec-10 .comment,
  section.sec-final-report .sec-12 .comment {
    bottom: 30.9765625vw;
  }

  section.sec-final-report .sec-2 img.pra,
  section.sec-final-report .sec-4 img.pra,
  section.sec-final-report .sec-6 img.pra,
  section.sec-final-report .sec-8 img.pra,
  section.sec-final-report .sec-10 img.pra,
  section.sec-final-report .sec-12 img.pra {
    width: 11.5625vw;
    height: 11.640625vw;
    bottom: 18.0859375vw;
  }

  section.sec-final-report .sec-2 img.izu,
  section.sec-final-report .sec-4 img.izu,
  section.sec-final-report .sec-6 img.izu,
  section.sec-final-report .sec-8 img.izu,
  section.sec-final-report .sec-10 img.izu,
  section.sec-final-report .sec-12 img.izu {
    width: 11.796875vw;
    height: 11.640625vw;
    bottom: 18.0859375vw;
  }

  section.sec-final-report .sec-2 img.step,
  section.sec-final-report .sec-4 img.step,
  section.sec-final-report .sec-6 img.step,
  section.sec-final-report .sec-8 img.step,
  section.sec-final-report .sec-10 img.step,
  section.sec-final-report .sec-12 img.step {
    width: 15.625vw;
    height: 3.90625vw;
    bottom: 14.1796875vw;
  }

  section.sec-final-report .sec-3 .wrap-cards,
  section.sec-final-report .sec-5 .wrap-cards {
    width: 73.4375vw;
    height: 49.609375vw;
    gap: 1.5625vw;
    position: absolute;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
  }

  section.sec-final-report .sec-3 .card,
  section.sec-final-report .sec-5 .card {
    width: 17.1875vw;
    height: 23.984375vw;
  }

  section.sec-final-report .sec-3 .card .card-content,
  section.sec-final-report .sec-5 .card .card-content {
    width: 17.1875vw;
    height: 23.984375vw;
    border-radius: 0.78125vw;
  }

  section.sec-final-report .sec-3 .card .front,
  section.sec-final-report .sec-5 .card .front {
    width: 17.1875vw;
    height: 23.984375vw;
  }

  section.sec-final-report .sec-3 .card .wrap-rank,
  section.sec-final-report .sec-5 .card .wrap-rank {
    font-size: 1.25vw;
    width: 6.640625vw;
    height: 6.640625vw;
    left: -1.09375vw;
    top: -1.796875vw;
    padding-left: 0.390625vw;
    padding-top: 0.78125vw;
  }

  section.sec-final-report .sec-3 .card .wrap-rank .rank,
  section.sec-final-report .sec-5 .card .wrap-rank .rank {
    font-size: 0.78125vw;
  }

  section.sec-final-report .sec-3 .card .wrap-rank .rank span,
  section.sec-final-report .sec-5 .card .wrap-rank .rank span {
    font-size: 1.875vw;
  }

  section.sec-final-report .sec-3 .card .point,
  section.sec-final-report .sec-5 .card .point {
    width: 3.515625vw;
    left: 0vw;
    margin-top: 0.15625vw;
    font-size: 0.78125vw;
  }

  section.sec-final-report .sec-3 .card .point span,
  section.sec-final-report .sec-5 .card .point span {
    font-size: 0.625vw;
    top: 0.15625vw;
  }

  section.sec-final-report .sec-3 .card .wrap-img,
  section.sec-final-report .sec-5 .card .wrap-img {
    width: 14.6875vw;
    height: 14.6875vw;
    border-width: 0.234375vw;
    margin: 3.671875vw auto 0vw;
    border-radius: 0.78125vw;
  }

  section.sec-final-report .sec-3 .card img.img-1,
  section.sec-final-report .sec-5 .card img.img-1 {
    width: 14.6875vw;
    height: 14.6875vw;
  }

  section.sec-final-report .sec-3 .card img.img-2,
  section.sec-final-report .sec-5 .card img.img-2 {
    width: 14.6875vw;
    height: 14.6875vw;
  }

  section.sec-final-report .sec-3 .card .creator,
  section.sec-final-report .sec-5 .card .creator {
    font-size: 0.625vw;
    margin: 0.390625vw auto 0vw;
    right: 1.171875vw;
    top: 0.390625vw;
  }

  section.sec-final-report .sec-3 .card .name,
  section.sec-final-report .sec-5 .card .name {
    font-size: 1.09375vw;
    margin: 0.078125vw auto 0vw;
    right: 1.171875vw;
    top: 1.640625vw;
  }

  section.sec-final-report .sec-3 .card[data-char-index="3"] .name,
  section.sec-final-report .sec-3 .card[data-char-index="12"] .name,
  section.sec-final-report .sec-5 .card[data-char-index="3"] .name,
  section.sec-final-report .sec-5 .card[data-char-index="12"] .name {
    font-size: 0.8984375vw;
  }

  section.sec-final-report .sec-3 .card .speech,
  section.sec-final-report .sec-5 .card .speech {
    font-size: 1.09375vw;
    margin: 0vw auto 0vw;
    height: 5.64921875vw;
  }

  section.sec-final-report .sec-3 .card img.card_design,
  section.sec-final-report .sec-5 .card img.card_design {
    width: 12.77265625vw;
  }

  section.sec-final-report .sec-7 .wrap_ball,
  section.sec-final-report .sec-9 .wrap_ball,
  section.sec-final-report .sec-11 .wrap_ball {
    width: 31.25vw;
    height: 31.25vw;
    bottom: 8.984375vw;
    left: 70%;
  }

  section.sec-final-report .sec-7 .wrap_ball .ball-pos,
  section.sec-final-report .sec-9 .wrap_ball .ball-pos,
  section.sec-final-report .sec-11 .wrap_ball .ball-pos {
    --ball-pos: -54.6875vw;
  }

  section.sec-final-report .sec-7 .wrap_ball .ball,
  section.sec-final-report .sec-9 .wrap_ball .ball,
  section.sec-final-report .sec-11 .wrap_ball .ball {
    --ball-jump: -7.8125vw;
  }

  section.sec-final-report .sec-7 .bg_deco,
  section.sec-final-report .sec-9 .bg_deco,
  section.sec-final-report .sec-11 .bg_deco {
    width: 91.09375vw;
    height: 56.71875vw;
  }

  section.sec-final-report .sec-7 .wrap-card-data,
  section.sec-final-report .sec-9 .wrap-card-data,
  section.sec-final-report .sec-11 .wrap-card-data {
    gap: 3.125vw;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }

  section.sec-final-report .sec-7 .card,
  section.sec-final-report .sec-9 .card,
  section.sec-final-report .sec-11 .card {
    width: 25.78125vw;
    height: 36.015625vw;
  }

  section.sec-final-report .sec-7 .card .card-content,
  section.sec-final-report .sec-9 .card .card-content,
  section.sec-final-report .sec-11 .card .card-content {
    width: 25.78125vw;
    height: 36.015625vw;
    border-radius: 0.78125vw;
  }

  section.sec-final-report .sec-7 .card .front,
  section.sec-final-report .sec-9 .card .front,
  section.sec-final-report .sec-11 .card .front {
    width: 25.78125vw;
    height: 36.015625vw;
  }

  section.sec-final-report .sec-7 .card .card_top3,
  section.sec-final-report .sec-9 .card .card_top3,
  section.sec-final-report .sec-11 .card .card_top3 {
    width: 25.78125vw;
    height: 35.9375vw;
  }

  section.sec-final-report .sec-7 .card .rank,
  section.sec-final-report .sec-9 .card .rank,
  section.sec-final-report .sec-11 .card .rank {
    font-size: 2.1875vw;
    width: 6.71875vw;
    height: 7.421875vw;
    left: 1.40625vw;
    top: 1.171875vw;
  }

  section.sec-final-report .sec-7 .card .rank .rank_2,
  section.sec-final-report .sec-9 .card .rank .rank_2,
  section.sec-final-report .sec-11 .card .rank .rank_2 {
    top: -0.234375vw;
  }

  section.sec-final-report .sec-7 .card .rank .rank_1,
  section.sec-final-report .sec-9 .card .rank .rank_1,
  section.sec-final-report .sec-11 .card .rank .rank_1 {
    top: -0.15625vw;
  }

  section.sec-final-report .sec-7 .card .point,
  section.sec-final-report .sec-9 .card .point,
  section.sec-final-report .sec-11 .card .point {
    font-size: 1.09375vw;
    left: 0.15625vw;
    top: 4.6875vw;
  }

  section.sec-final-report .sec-7 .card .point span,
  section.sec-final-report .sec-9 .card .point span,
  section.sec-final-report .sec-11 .card .point span {
    font-size: 0.9375vw;
  }

  section.sec-final-report .sec-7 .card .creator,
  section.sec-final-report .sec-9 .card .creator,
  section.sec-final-report .sec-11 .card .creator {
    font-size: 0.9375vw;
    right: 1.796875vw;
    top: 1.796875vw;
  }

  section.sec-final-report .sec-7 .card .name,
  section.sec-final-report .sec-9 .card .name,
  section.sec-final-report .sec-11 .card .name {
    font-size: 1.640625vw;
    right: 1.796875vw;
    top: 3.125vw;
  }

  section.sec-final-report .sec-7 .card .wrap-img,
  section.sec-final-report .sec-9 .card .wrap-img,
  section.sec-final-report .sec-11 .card .wrap-img {
    width: 24.53125vw;
    height: 34.6875vw;
    border-radius: 0.46875vw;
    top: 0.78125vw;
  }

  section.sec-final-report .sec-7 .card .speech,
  section.sec-final-report .sec-9 .card .speech,
  section.sec-final-report .sec-11 .card .speech {
    font-size: 1.171875vw;
    height: 4.0625vw;
    bottom: 1.875vw;
  }

  section.sec-final-report .sec-7 .card img.card_design,
  section.sec-final-report .sec-9 .card img.card_design,
  section.sec-final-report .sec-11 .card img.card_design {
    width: 19.15859375vw;
  }

  section.sec-final-report .wrap-danmaku {
    top: 19.84375vw;
    height: 17.109375vw;
  }

  section.sec-final-report .wrap-danmaku .block-danmaku {
    gap: 1.5625vw;
    padding-right: 1.5625vw;
  }

  section.sec-final-report .wrap-danmaku .danmaku {
    font-size: 1.40625vw;
    padding: 1.328125vw;
    border-radius: 0.78125vw;
    border-width: 0.234375vw;
  }

  section.sec-final-report .sec-2 .comment_1 {
    width: 16.5625vw;
    height: 4.921875vw;
  }

  section.sec-final-report .sec-4 .comment_2 {
    width: 16.25vw;
    height: 5vw;
  }

  section.sec-final-report .sec-6 .comment_3 {
    width: 11.25vw;
    height: 5vw;
  }

  section.sec-final-report .sec-8 .comment_4 {
    width: 6.25vw;
    height: 5vw;
  }

  section.sec-final-report .sec-10 .comment_5 {
    width: 15.78125vw;
    height: 5vw;
  }

  section.sec-final-report .sec-12 .comment_last {
    width: 56.5625vw;
    height: 13.28125vw;
  }

  section.sec-final-report .sec-12 .comment {
    bottom: 30.1953125vw;
  }

  section.sec-final-report .sec-12 img.pra {
    left: 29.9609375vw;
    bottom: 17.3125vw;
  }

  section.sec-final-report .sec-12 img.izu {
    right: 29.9609375vw;
    bottom: 17.3125vw;
  }

  section.sec-final-report .sec-12 img.step {
    width: 11.796875vw;
    bottom: 13.40625vw;
  }

  section.sec-final-report .sec-12 img.step-pra {
    left: 29.9609375vw;
  }

  section.sec-final-report .sec-12 img.step-izu {
    right: 29.9609375vw;
  }

  section.sec-final-report .sec-12 .btn_close_end {
    margin: 0vw auto 0vw;
    width: 6.25vw;
    bottom: 2.5vw;
  }

  section.sec-final-report .sec-12 .btn_close_end p {
    font-size: 1.25vw;
  }

  section.sec-final-report .sec-12 .btn_close_end img.arrow {
    width: 0.9375vw;
    height: 0.9375vw;
    margin: 0.625vw auto 0vw;
  }

  section.sec-final-report .card {
    -webkit-perspective: 100vw;
    perspective: 100vw;
  }

  #anchor,
  #anchor,
  #anchor {
    margin-top: -12.5vw;
    padding-top: 12.5vw;
  }

  .mainContents {
    margin: 0vw auto 0vw;
    width: 100%;
  }

  section.sec-archive {
    padding-top: 22.5vw;
  }

  section.sec-archive.top {
    padding-top: 0vw;
  }

  section.sec-archive.top .button {
    margin-top: 3.90625vw;
  }

  section.sec-archive .button-sticky {
    bottom: 3.125vw;
  }

  section.sec-archive .wrap-button {
    height: 4.6875vw;
  }

  section.sec-archive .link_to_top {
    font-size: 1.25vw;
    width: 7.03125vw;
    top: 1.640625vw;
    right: 2.5390625vw;
  }

  section.sec-archive .link_to_top .arrow {
    width: 0.390625vw;
    height: 0.78125vw;
    top: -0.15625vw;
    margin-right: 0.625vw;
  }

  section.sec-archive .pageTitle {
    margin: -0.546875vw auto -0.3125vw;
    font-size: 2.96875vw;
  }

  section.sec-archive img[src*=charasai_sticker] {
    width: 31.875vw;
    height: 31.71875vw;
    margin: 9.375vw auto 6.25vw;
  }

  section.sec-archive img[src*=schedule] {
    width: 33.984375vw;
    height: 10.546875vw;
    margin: 0vw auto 6.25vw;
  }

  section.sec-archive .button:hover {
    background-color: #E21C4B;
  }

  section.sec-archive .js-open-mid-point-rank-report {
    margin-bottom: 3.125vw;
  }

  section.sec-archive .js-open-final-rank-report {
    margin-bottom: 6.25vw;
  }
}

@media screen and (min-width: 737px) and (min-width: 1280px) {
  ._dummy {
    width: 1280px;
  }

  .button {
    width: 440px;
    height: 60px;
    border-width: 3px;
    font-size: 16px;
    margin: 0px auto 0px;
    border-radius: 60px;
  }

  .fukidashi {
    border-width: 3px;
    border-radius: 10px;
    padding: 12px 18px 16px;
  }

  .fukidashi .fukidashi-text {
    font-size: 18px;
  }

  .fukidashi::before {
    border-width: 14px 10px 0px 10px;
  }

  .fukidashi::after {
    border-width: 12px 8px 0px 8px;
    bottom: 2px;
  }

  .wrap-info-block {
    gap: 120px;
  }

  .wrap-info-block .info-block {
    padding: 80px 180px;
    width: 960px;
    border-radius: 15px;
    gap: 60px;
  }

  .wrap-info-block .box {
    gap: 30px;
  }

  .wrap-info-block .title {
    font-size: 28px;
  }

  .wrap-info-block .headline {
    font-size: 22px;
  }

  .wrap-info-block .text {
    font-size: 16px;
  }

  .wrap-info-block .simpleList li {
    font-size: 16px;
    margin-top: 28.8px;
  }

  .wrap-info-block .wrap-x-thread {
    width: 600px;
    height: 600px;
    border-radius: 10px;
    border-width: 3px;
  }

  header.sec-header .wrap-header {
    width: 1080px;
    height: 128px;
    top: 39px;
  }

  header.sec-header .wrap-header .bg {
    width: 1080px;
    height: 128px;
  }

  header.sec-header .wrap-header .site_title {
    width: 326.321px;
    height: 76px;
    left: 5px;
    right: 0px;
    top: 26px;
  }

  header.sec-header .wrap-header .btn_x {
    width: 90px;
    height: 90px;
    left: 18px;
    top: 20px;
  }

  header.sec-header .wrap-header .btn_x[src*=event] {
    width: 163px;
  }

  header.sec-header .wrap-header .btn_x .btn_x_default,
  header.sec-header .wrap-header .btn_x .btn_x_hover {
    width: 90px;
    height: 90px;
  }

  header.sec-header .wrap-header .btn_menu {
    width: 90px;
    height: 90px;
    right: 18px;
    top: 20px;
  }

  header.sec-header .wrap-header .btn_menu .btn_menu_open,
  header.sec-header .wrap-header .btn_menu .btn_menu_open_hover {
    width: 90px;
    height: 90px;
  }

  header.sec-header .wrap-header .btn_menu .btn_menu_close,
  header.sec-header .wrap-header .btn_menu .btn_menu_close_hover {
    width: 90px;
    height: 90px;
  }

  .wrap-menu {
    width: 470px;
  }

  .wrap-menu .wrap-menu-content {
    padding-bottom: 60px;
  }

  .wrap-menu .wrap-button-menu {
    width: 350px;
    gap: 20px;
    margin: 243px auto 60px;
  }

  .wrap-menu a.button-menu {
    font-size: 22px;
    width: 350px;
    height: 55px;
    padding: 0px 0px;
    border-radius: 15px;
    border-width: 3px;
  }

  .wrap-menu .deco_1 {
    width: 38px;
    height: 38.5px;
    left: 26px;
    top: 8px;
  }

  .wrap-menu .deco_2 {
    width: 27.5px;
    height: 47.5px;
    right: 41px;
    top: 0px;
  }

  .wrap-menu .deco_3_1 {
    width: 26px;
    height: 38.5px;
    left: 24px;
    top: 0px;
  }

  .wrap-menu .deco_3_2 {
    width: 25px;
    height: 37px;
    right: 26px;
    top: 0px;
  }

  .wrap-menu .deco_4 {
    width: 54px;
    height: 35.5px;
    left: 16px;
    top: 8px;
  }

  .wrap-menu .deco_5 {
    width: 311px;
    height: 43px;
  }

  .wrap-menu .deco_6_1,
  .wrap-menu .deco_6_2 {
    width: 16.5px;
    height: 40.26px;
  }

  .wrap-menu .deco_6_1 {
    left: 30px;
    top: -1px;
  }

  .wrap-menu .deco_6_2 {
    right: 30px;
    top: -1px;
  }

  .wrap-menu .logo {
    width: 217.691px;
    height: 199px;
  }

  .wrap-menu .copyright {
    margin-top: 40px;
    font-size: 12px;
    letter-spacing: 0.24px;
  }

  footer.sec-footer {
    height: 757px;
    margin: -1px auto 0px;
    border-image-width: 149px 256px;
  }

  footer.sec-footer .wrap-content {
    width: 1280px;
    margin: 0px auto;
  }

  footer.sec-footer .bg {
    width: 1280px;
    height: 596px;
    left: 0px;
    top: 0px;
  }

  footer.sec-footer .logo {
    width: 321px;
    height: 294px;
    left: 40px;
    top: 162px;
  }

  footer.sec-footer .panel {
    width: 290px;
    height: 380px;
  }

  footer.sec-footer .wrap-panel {
    width: 290px;
    height: 380px;
    right: 56px;
    top: 119px;
  }

  footer.sec-footer .wrap-panel .logo_bandainamco {
    width: 213px;
    height: 56px;
    right: 32px;
    top: 36px;
  }

  footer.sec-footer .wrap-panel .logo_banpresto {
    width: 89px;
    height: 41px;
    right: 32px;
    top: 98px;
  }

  footer.sec-footer .wrap-panel .logo_bandai {
    width: 83px;
    height: 81px;
    right: 32px;
    top: 267px;
  }

  footer.sec-footer .wrap-exit {
    width: 490px;
    height: 378px;
    left: 0px;
    right: 0px;
    top: 120px;
    margin: 0px auto 0px;
  }

  footer.sec-footer .wrap-exit .exit {
    width: 490px;
    height: 378px;
    left: 0px;
    top: 0px;
  }

  footer.sec-footer .wrap-exit .footer-char {
    width: 442px;
    height: 340px;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
  }

  footer.sec-footer .wrap-exit .footer-char-filter {
    width: 442px;
    height: 340px;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
  }

  footer.sec-footer .wrap-fukidashi {
    width: 600px;
    top: 46px;
  }

  footer.sec-footer .button {
    width: 290px;
    height: 50px;
    left: 0px;
    right: 0px;
    top: 428px;
  }

  footer.sec-footer .wrap-official-footer-content {
    width: 1280px;
    margin: 542px auto 0px;
  }

  footer.sec-footer .wrap-official-footer-content small.copyright {
    margin: 0px auto 0px;
    font-size: 14px;
    letter-spacing: 0.28px;
  }

  footer.sec-footer .wrap-official-footer-content ul.linkList {
    width: 1060px;
    margin: 41px auto 27px;
    padding: 11px 0px;
  }

  footer.sec-footer .wrap-official-footer-content ul.linkList a {
    font-size: 11px;
    height: 17px;
    width: 265px;
  }

  footer.sec-footer .wrap-official-footer-content .note {
    font-size: 12px;
    width: 1060px;
    margin: 0px auto;
  }

  section.sec-mid-point-report .wrap-content {
    width: 1166px;
    height: 726px;
  }

  section.sec-mid-point-report .wrap_btn_close {
    width: 90px;
    height: 90px;
    right: 40px;
    top: 40px;
  }

  section.sec-mid-point-report .wrap_btn_close img.btn_close,
  section.sec-mid-point-report .wrap_btn_close img.btn_close_hover {
    width: 90px;
    height: 90px;
  }

  section.sec-mid-point-report .bg {
    width: 1166px;
    height: 726px;
  }

  section.sec-mid-point-report .btn_next {
    right: 40px;
    bottom: 40px;
  }

  section.sec-mid-point-report .btn_next .btn_next_text {
    font-size: 16px;
  }

  section.sec-mid-point-report .btn_next img.arrow {
    width: 12px;
    height: 8px;
    margin-left: 10px;
  }

  section.sec-mid-point-report .sec-1 img.logo_charasai {
    width: 320px;
    height: 62px;
    margin: 20px auto 0px;
  }

  section.sec-mid-point-report .sec-1 img.title {
    width: 1003px;
    height: 105px;
    margin: 46px auto 38px;
  }

  section.sec-mid-point-report .sec-1 img.char {
    width: 876.5px;
    height: 60.5px;
    margin: 0px auto 65px;
  }

  section.sec-mid-point-report .sec-1 img.pra_text {
    width: 96px;
    height: 59px;
    right: -10px;
    top: 40px;
  }

  section.sec-mid-point-report .sec-1 img.pra {
    width: 148px;
    height: 149px;
  }

  section.sec-mid-point-report .sec-1 img.comment_first {
    width: 491px;
    height: 117px;
    margin: 0px 40px;
  }

  section.sec-mid-point-report .sec-1 img.izu {
    width: 151px;
    height: 149px;
  }

  section.sec-mid-point-report .sec-1 img.izu_text {
    width: 87px;
    height: 60px;
    left: -15px;
    top: 40px;
  }

  section.sec-mid-point-report .sec-1 .attention-scroll {
    margin: 0px auto 0px;
    width: 80px;
    bottom: 32px;
  }

  section.sec-mid-point-report .sec-1 .attention-scroll p {
    font-size: 16px;
  }

  section.sec-mid-point-report .sec-1 .attention-scroll img.arrow {
    width: 12px;
    height: 8px;
    margin: 5px auto 0px;
  }

  section.sec-mid-point-report .sec-2 img.bg_pattern,
  section.sec-mid-point-report .sec-4 img.bg_pattern,
  section.sec-mid-point-report .sec-6 img.bg_pattern,
  section.sec-mid-point-report .sec-8 img.bg_pattern,
  section.sec-mid-point-report .sec-10 img.bg_pattern,
  section.sec-mid-point-report .sec-12 img.bg_pattern {
    width: 750px;
    height: 174px;
  }

  section.sec-mid-point-report .sec-2 img.kamifubuki,
  section.sec-mid-point-report .sec-4 img.kamifubuki,
  section.sec-mid-point-report .sec-6 img.kamifubuki,
  section.sec-mid-point-report .sec-8 img.kamifubuki,
  section.sec-mid-point-report .sec-10 img.kamifubuki,
  section.sec-mid-point-report .sec-12 img.kamifubuki {
    width: 492px;
    height: 163px;
    top: 107px;
    left: 349px;
  }

  section.sec-mid-point-report .sec-2 img.light,
  section.sec-mid-point-report .sec-4 img.light,
  section.sec-mid-point-report .sec-6 img.light,
  section.sec-mid-point-report .sec-8 img.light,
  section.sec-mid-point-report .sec-10 img.light,
  section.sec-mid-point-report .sec-12 img.light {
    width: 164px;
    height: 523px;
    top: 10px;
  }

  section.sec-mid-point-report .sec-2 .comment,
  section.sec-mid-point-report .sec-4 .comment,
  section.sec-mid-point-report .sec-6 .comment,
  section.sec-mid-point-report .sec-8 .comment,
  section.sec-mid-point-report .sec-10 .comment,
  section.sec-mid-point-report .sec-12 .comment {
    bottom: 396.5px;
  }

  section.sec-mid-point-report .sec-2 img.pra,
  section.sec-mid-point-report .sec-4 img.pra,
  section.sec-mid-point-report .sec-6 img.pra,
  section.sec-mid-point-report .sec-8 img.pra,
  section.sec-mid-point-report .sec-10 img.pra,
  section.sec-mid-point-report .sec-12 img.pra {
    width: 148px;
    height: 149px;
    bottom: 231.5px;
  }

  section.sec-mid-point-report .sec-2 img.izu,
  section.sec-mid-point-report .sec-4 img.izu,
  section.sec-mid-point-report .sec-6 img.izu,
  section.sec-mid-point-report .sec-8 img.izu,
  section.sec-mid-point-report .sec-10 img.izu,
  section.sec-mid-point-report .sec-12 img.izu {
    width: 151px;
    height: 149px;
    bottom: 231.5px;
  }

  section.sec-mid-point-report .sec-2 img.step,
  section.sec-mid-point-report .sec-4 img.step,
  section.sec-mid-point-report .sec-6 img.step,
  section.sec-mid-point-report .sec-8 img.step,
  section.sec-mid-point-report .sec-10 img.step,
  section.sec-mid-point-report .sec-12 img.step {
    width: 200px;
    height: 50px;
    bottom: 181.5px;
  }

  section.sec-mid-point-report .sec-3 .wrap-cards,
  section.sec-mid-point-report .sec-5 .wrap-cards {
    width: 940px;
    height: 635px;
    gap: 20px;
  }

  section.sec-mid-point-report .sec-3 .card,
  section.sec-mid-point-report .sec-5 .card {
    width: 220px;
    height: 307px;
  }

  section.sec-mid-point-report .sec-3 .card .card-content,
  section.sec-mid-point-report .sec-5 .card .card-content {
    width: 220px;
    height: 307px;
    border-radius: 10px;
  }

  section.sec-mid-point-report .sec-3 .card .front,
  section.sec-mid-point-report .sec-5 .card .front {
    width: 220px;
    height: 307px;
  }

  section.sec-mid-point-report .sec-3 .card .rank,
  section.sec-mid-point-report .sec-5 .card .rank {
    font-size: 16px;
    width: 150px;
    height: 31px;
    left: -48px;
    top: 8px;
  }

  section.sec-mid-point-report .sec-3 .card .wrap-img,
  section.sec-mid-point-report .sec-5 .card .wrap-img {
    width: 188px;
    height: 188px;
    border-width: 3px;
    margin: 16px auto 0px;
    border-radius: 10px;
  }

  section.sec-mid-point-report .sec-3 .card img.img-1,
  section.sec-mid-point-report .sec-5 .card img.img-1 {
    width: 188px;
    height: 188px;
  }

  section.sec-mid-point-report .sec-3 .card img.img-2,
  section.sec-mid-point-report .sec-5 .card img.img-2 {
    width: 188px;
    height: 188px;
  }

  section.sec-mid-point-report .sec-3 .card .creator,
  section.sec-mid-point-report .sec-5 .card .creator {
    font-size: 12px;
    margin: 5px auto 0px;
  }

  section.sec-mid-point-report .sec-3 .card[data-char-index="3"] .name,
  section.sec-mid-point-report .sec-3 .card[data-char-index="12"] .name,
  section.sec-mid-point-report .sec-5 .card[data-char-index="3"] .name,
  section.sec-mid-point-report .sec-5 .card[data-char-index="12"] .name {
    font-size: 16px;
  }

  section.sec-mid-point-report .sec-3 .card .name,
  section.sec-mid-point-report .sec-5 .card .name {
    font-size: 18px;
    margin: 1px auto 0px;
  }

  section.sec-mid-point-report .sec-3 .card .point,
  section.sec-mid-point-report .sec-5 .card .point {
    width: 45px;
    height: 45px;
    left: 16px;
    bottom: 13.5px;
    font-size: 12px;
  }

  section.sec-mid-point-report .sec-3 .card .point span,
  section.sec-mid-point-report .sec-5 .card .point span {
    font-size: 10px;
    top: 2px;
  }

  section.sec-mid-point-report .sec-3 .card .speech,
  section.sec-mid-point-report .sec-5 .card .speech {
    font-size: 10px;
    margin: 6px 16px 0px 71px;
    height: 42px;
  }

  section.sec-mid-point-report .sec-3 .card img.card_design,
  section.sec-mid-point-report .sec-5 .card img.card_design {
    width: 163.49px;
  }

  section.sec-mid-point-report .sec-7 .bg_deco,
  section.sec-mid-point-report .sec-9 .bg_deco,
  section.sec-mid-point-report .sec-11 .bg_deco {
    width: 1166px;
    height: 726px;
  }

  section.sec-mid-point-report .sec-7 .wrap-card-data,
  section.sec-mid-point-report .sec-9 .wrap-card-data,
  section.sec-mid-point-report .sec-11 .wrap-card-data {
    gap: 40px;
  }

  section.sec-mid-point-report .sec-7 .card,
  section.sec-mid-point-report .sec-9 .card,
  section.sec-mid-point-report .sec-11 .card {
    width: 330px;
    height: 461px;
  }

  section.sec-mid-point-report .sec-7 .card .card-content,
  section.sec-mid-point-report .sec-9 .card .card-content,
  section.sec-mid-point-report .sec-11 .card .card-content {
    width: 330px;
    height: 461px;
    border-radius: 10px;
  }

  section.sec-mid-point-report .sec-7 .card .front,
  section.sec-mid-point-report .sec-9 .card .front,
  section.sec-mid-point-report .sec-11 .card .front {
    width: 330px;
    height: 461px;
  }

  section.sec-mid-point-report .sec-7 .card .card_top3,
  section.sec-mid-point-report .sec-9 .card .card_top3,
  section.sec-mid-point-report .sec-11 .card .card_top3 {
    width: 330px;
    height: 461px;
  }

  section.sec-mid-point-report .sec-7 .card .rank,
  section.sec-mid-point-report .sec-9 .card .rank,
  section.sec-mid-point-report .sec-11 .card .rank {
    font-size: 28px;
    width: 50px;
    left: 39px;
    top: 47px;
  }

  section.sec-mid-point-report .sec-7 .card .creator,
  section.sec-mid-point-report .sec-9 .card .creator,
  section.sec-mid-point-report .sec-11 .card .creator {
    font-size: 16px;
    margin: 42px 0px 0px 113.65px;
  }

  section.sec-mid-point-report .sec-7 .card .name,
  section.sec-mid-point-report .sec-9 .card .name,
  section.sec-mid-point-report .sec-11 .card .name {
    font-size: 18px;
    margin: 4px 0px 0px 113.65px;
  }

  section.sec-mid-point-report .sec-7 .card .wrap-img,
  section.sec-mid-point-report .sec-9 .card .wrap-img,
  section.sec-mid-point-report .sec-11 .card .wrap-img {
    width: 284px;
    height: 419px;
    border-radius: 6px;
    top: 21px;
  }

  section.sec-mid-point-report .sec-7 .card img.card_design,
  section.sec-mid-point-report .sec-9 .card img.card_design,
  section.sec-mid-point-report .sec-11 .card img.card_design {
    width: 245.23px;
  }

  section.sec-mid-point-report .sec-7 .data,
  section.sec-mid-point-report .sec-9 .data,
  section.sec-mid-point-report .sec-11 .data {
    width: 330px;
    height: 450px;
    gap: 28px;
  }

  section.sec-mid-point-report .sec-7 .data .creator,
  section.sec-mid-point-report .sec-9 .data .creator,
  section.sec-mid-point-report .sec-11 .data .creator {
    font-size: 16px;
  }

  section.sec-mid-point-report .sec-7 .data .name,
  section.sec-mid-point-report .sec-9 .data .name,
  section.sec-mid-point-report .sec-11 .data .name {
    font-size: 24px;
  }

  section.sec-mid-point-report .sec-7 .data .speech,
  section.sec-mid-point-report .sec-9 .data .speech,
  section.sec-mid-point-report .sec-11 .data .speech {
    font-size: 16px;
  }

  section.sec-mid-point-report .sec-7 .data .point,
  section.sec-mid-point-report .sec-9 .data .point,
  section.sec-mid-point-report .sec-11 .data .point {
    font-size: 28px;
    margin-top: -5px;
  }

  section.sec-mid-point-report .sec-7 .data .point span,
  section.sec-mid-point-report .sec-9 .data .point span,
  section.sec-mid-point-report .sec-11 .data .point span {
    font-size: 16px;
  }

  section.sec-mid-point-report .sec-2 .comment_1 {
    width: 212px;
    height: 63px;
  }

  section.sec-mid-point-report .sec-4 .comment_2 {
    width: 208px;
    height: 64px;
  }

  section.sec-mid-point-report .sec-6 .comment_3 {
    width: 144px;
    height: 64px;
  }

  section.sec-mid-point-report .sec-8 .comment_4 {
    width: 80px;
    height: 64px;
  }

  section.sec-mid-point-report .sec-10 .comment_5 {
    width: 202px;
    height: 64px;
  }

  section.sec-mid-point-report .sec-12 .comment_last {
    width: 662px;
    height: 170px;
  }

  section.sec-mid-point-report .sec-12 .comment {
    bottom: 386.5px;
  }

  section.sec-mid-point-report .sec-12 img.pra {
    left: 383.5px;
    bottom: 221.6px;
  }

  section.sec-mid-point-report .sec-12 img.izu {
    right: 383.5px;
    bottom: 221.6px;
  }

  section.sec-mid-point-report .sec-12 img.step {
    width: 151px;
    bottom: 171.6px;
  }

  section.sec-mid-point-report .sec-12 img.step-pra {
    left: 383.5px;
  }

  section.sec-mid-point-report .sec-12 img.step-izu {
    right: 383.5px;
  }

  section.sec-mid-point-report .sec-12 .btn_close_end {
    margin: 0px auto 0px;
    width: 80px;
    bottom: 32px;
  }

  section.sec-mid-point-report .sec-12 .btn_close_end p {
    font-size: 16px;
  }

  section.sec-mid-point-report .sec-12 .btn_close_end img.arrow {
    width: 12px;
    height: 12px;
    margin: 8px auto 0px;
  }

  section.sec-mid-point-report .card {
    -webkit-perspective: 1280px;
    perspective: 1280px;
  }

  section.sec-final-report .wrap-content {
    width: 1166px;
    height: 726px;
  }

  section.sec-final-report .wrap_btn_close {
    width: 90px;
    height: 90px;
    right: 40px;
    top: 40px;
  }

  section.sec-final-report .wrap_btn_close img.btn_close,
  section.sec-final-report .wrap_btn_close img.btn_close_hover {
    width: 90px;
    height: 90px;
  }

  section.sec-final-report .bg {
    width: 1166px;
    height: 726px;
  }

  section.sec-final-report .btn_next {
    right: 40px;
    bottom: 40px;
  }

  section.sec-final-report .btn_next .btn_next_text {
    font-size: 16px;
  }

  section.sec-final-report .btn_next img.arrow {
    width: 12px;
    height: 8px;
    margin-left: 10px;
  }

  section.sec-final-report .sec-1 img.logo_charasai {
    width: 320px;
    height: 62px;
    margin: 20px auto 0px;
  }

  section.sec-final-report .sec-1 img.title {
    width: 1009px;
    height: 105px;
    margin: 46px auto 38px;
  }

  section.sec-final-report .sec-1 img.char {
    width: 876.5px;
    height: 60.5px;
    margin: 0px auto 65px;
  }

  section.sec-final-report .sec-1 img.pra_text {
    width: 96px;
    height: 59px;
    right: -10px;
    top: 40px;
  }

  section.sec-final-report .sec-1 img.pra {
    width: 148px;
    height: 149px;
  }

  section.sec-final-report .sec-1 img.comment_first {
    width: 493px;
    height: 117px;
    margin: 0px 40px;
  }

  section.sec-final-report .sec-1 img.izu {
    width: 151px;
    height: 149px;
  }

  section.sec-final-report .sec-1 img.izu_text {
    width: 87px;
    height: 60px;
    left: -15px;
    top: 40px;
  }

  section.sec-final-report .sec-1 .attention-scroll {
    margin: 0px auto 0px;
    width: 80px;
    bottom: 32px;
  }

  section.sec-final-report .sec-1 .attention-scroll p {
    font-size: 16px;
  }

  section.sec-final-report .sec-1 .attention-scroll img.arrow {
    width: 12px;
    height: 8px;
    margin: 5px auto 0px;
  }

  section.sec-final-report .sec-2 img.bg_pattern,
  section.sec-final-report .sec-4 img.bg_pattern,
  section.sec-final-report .sec-6 img.bg_pattern,
  section.sec-final-report .sec-8 img.bg_pattern,
  section.sec-final-report .sec-10 img.bg_pattern,
  section.sec-final-report .sec-12 img.bg_pattern {
    width: 750px;
    height: 174px;
  }

  section.sec-final-report .sec-2 img.kamifubuki,
  section.sec-final-report .sec-4 img.kamifubuki,
  section.sec-final-report .sec-6 img.kamifubuki,
  section.sec-final-report .sec-8 img.kamifubuki,
  section.sec-final-report .sec-10 img.kamifubuki,
  section.sec-final-report .sec-12 img.kamifubuki {
    width: 492px;
    height: 163px;
    top: 107px;
    left: 349px;
  }

  section.sec-final-report .sec-2 img.light,
  section.sec-final-report .sec-4 img.light,
  section.sec-final-report .sec-6 img.light,
  section.sec-final-report .sec-8 img.light,
  section.sec-final-report .sec-10 img.light,
  section.sec-final-report .sec-12 img.light {
    width: 164px;
    height: 523px;
    top: 10px;
  }

  section.sec-final-report .sec-2 .comment,
  section.sec-final-report .sec-4 .comment,
  section.sec-final-report .sec-6 .comment,
  section.sec-final-report .sec-8 .comment,
  section.sec-final-report .sec-10 .comment,
  section.sec-final-report .sec-12 .comment {
    bottom: 396.5px;
  }

  section.sec-final-report .sec-2 img.pra,
  section.sec-final-report .sec-4 img.pra,
  section.sec-final-report .sec-6 img.pra,
  section.sec-final-report .sec-8 img.pra,
  section.sec-final-report .sec-10 img.pra,
  section.sec-final-report .sec-12 img.pra {
    width: 148px;
    height: 149px;
    bottom: 231.5px;
  }

  section.sec-final-report .sec-2 img.izu,
  section.sec-final-report .sec-4 img.izu,
  section.sec-final-report .sec-6 img.izu,
  section.sec-final-report .sec-8 img.izu,
  section.sec-final-report .sec-10 img.izu,
  section.sec-final-report .sec-12 img.izu {
    width: 151px;
    height: 149px;
    bottom: 231.5px;
  }

  section.sec-final-report .sec-2 img.step,
  section.sec-final-report .sec-4 img.step,
  section.sec-final-report .sec-6 img.step,
  section.sec-final-report .sec-8 img.step,
  section.sec-final-report .sec-10 img.step,
  section.sec-final-report .sec-12 img.step {
    width: 200px;
    height: 50px;
    bottom: 181.5px;
  }

  section.sec-final-report .sec-3 .wrap-cards,
  section.sec-final-report .sec-5 .wrap-cards {
    width: 940px;
    height: 635px;
    gap: 20px;
  }

  section.sec-final-report .sec-3 .card,
  section.sec-final-report .sec-5 .card {
    width: 220px;
    height: 307px;
  }

  section.sec-final-report .sec-3 .card .card-content,
  section.sec-final-report .sec-5 .card .card-content {
    width: 220px;
    height: 307px;
    border-radius: 10px;
  }

  section.sec-final-report .sec-3 .card .front,
  section.sec-final-report .sec-5 .card .front {
    width: 220px;
    height: 307px;
  }

  section.sec-final-report .sec-3 .card .wrap-rank,
  section.sec-final-report .sec-5 .card .wrap-rank {
    font-size: 16px;
    width: 85px;
    height: 85px;
    left: -14px;
    top: -23px;
    padding-left: 5px;
    padding-top: 10px;
  }

  section.sec-final-report .sec-3 .card .wrap-rank .rank,
  section.sec-final-report .sec-5 .card .wrap-rank .rank {
    font-size: 10px;
  }

  section.sec-final-report .sec-3 .card .wrap-rank .rank span,
  section.sec-final-report .sec-5 .card .wrap-rank .rank span {
    font-size: 24px;
  }

  section.sec-final-report .sec-3 .card .point,
  section.sec-final-report .sec-5 .card .point {
    width: 45px;
    left: 0px;
    margin-top: 2px;
    font-size: 10px;
  }

  section.sec-final-report .sec-3 .card .point span,
  section.sec-final-report .sec-5 .card .point span {
    font-size: 8px;
    top: 2px;
  }

  section.sec-final-report .sec-3 .card .wrap-img,
  section.sec-final-report .sec-5 .card .wrap-img {
    width: 188px;
    height: 188px;
    border-width: 3px;
    margin: 47px auto 0px;
    border-radius: 10px;
  }

  section.sec-final-report .sec-3 .card img.img-1,
  section.sec-final-report .sec-5 .card img.img-1 {
    width: 188px;
    height: 188px;
  }

  section.sec-final-report .sec-3 .card img.img-2,
  section.sec-final-report .sec-5 .card img.img-2 {
    width: 188px;
    height: 188px;
  }

  section.sec-final-report .sec-3 .card .creator,
  section.sec-final-report .sec-5 .card .creator {
    font-size: 8px;
    margin: 5px auto 0px;
    right: 15px;
    top: 5px;
  }

  section.sec-final-report .sec-3 .card .name,
  section.sec-final-report .sec-5 .card .name {
    font-size: 14px;
    margin: 1px auto 0px;
    right: 15px;
    top: 21px;
  }

  section.sec-final-report .sec-3 .card[data-char-index="3"] .name,
  section.sec-final-report .sec-3 .card[data-char-index="12"] .name,
  section.sec-final-report .sec-5 .card[data-char-index="3"] .name,
  section.sec-final-report .sec-5 .card[data-char-index="12"] .name {
    font-size: 11.5px;
  }

  section.sec-final-report .sec-3 .card .speech,
  section.sec-final-report .sec-5 .card .speech {
    font-size: 14px;
    margin: 0px auto 0px;
    height: 72.31px;
  }

  section.sec-final-report .sec-3 .card img.card_design,
  section.sec-final-report .sec-5 .card img.card_design {
    width: 163.49px;
  }

  section.sec-final-report .sec-7 .wrap_ball,
  section.sec-final-report .sec-9 .wrap_ball,
  section.sec-final-report .sec-11 .wrap_ball {
    width: 400px;
    height: 400px;
    bottom: 115px;
  }

  section.sec-final-report .sec-7 .wrap_ball .ball-pos,
  section.sec-final-report .sec-9 .wrap_ball .ball-pos,
  section.sec-final-report .sec-11 .wrap_ball .ball-pos {
    --ball-pos: -700px;
  }

  section.sec-final-report .sec-7 .wrap_ball .ball,
  section.sec-final-report .sec-9 .wrap_ball .ball,
  section.sec-final-report .sec-11 .wrap_ball .ball {
    --ball-jump: -100px;
  }

  section.sec-final-report .sec-7 .bg_deco,
  section.sec-final-report .sec-9 .bg_deco,
  section.sec-final-report .sec-11 .bg_deco {
    width: 1166px;
    height: 726px;
  }

  section.sec-final-report .sec-7 .wrap-card-data,
  section.sec-final-report .sec-9 .wrap-card-data,
  section.sec-final-report .sec-11 .wrap-card-data {
    gap: 40px;
  }

  section.sec-final-report .sec-7 .card,
  section.sec-final-report .sec-9 .card,
  section.sec-final-report .sec-11 .card {
    width: 330px;
    height: 461px;
  }

  section.sec-final-report .sec-7 .card .card-content,
  section.sec-final-report .sec-9 .card .card-content,
  section.sec-final-report .sec-11 .card .card-content {
    width: 330px;
    height: 461px;
    border-radius: 10px;
  }

  section.sec-final-report .sec-7 .card .front,
  section.sec-final-report .sec-9 .card .front,
  section.sec-final-report .sec-11 .card .front {
    width: 330px;
    height: 461px;
  }

  section.sec-final-report .sec-7 .card .card_top3,
  section.sec-final-report .sec-9 .card .card_top3,
  section.sec-final-report .sec-11 .card .card_top3 {
    width: 330px;
    height: 460px;
  }

  section.sec-final-report .sec-7 .card .rank,
  section.sec-final-report .sec-9 .card .rank,
  section.sec-final-report .sec-11 .card .rank {
    font-size: 28px;
    width: 86px;
    height: 95px;
    left: 18px;
    top: 15px;
  }

  section.sec-final-report .sec-7 .card .rank .rank_2,
  section.sec-final-report .sec-9 .card .rank .rank_2,
  section.sec-final-report .sec-11 .card .rank .rank_2 {
    top: -3px;
  }

  section.sec-final-report .sec-7 .card .rank .rank_1,
  section.sec-final-report .sec-9 .card .rank .rank_1,
  section.sec-final-report .sec-11 .card .rank .rank_1 {
    top: -2px;
  }

  section.sec-final-report .sec-7 .card .point,
  section.sec-final-report .sec-9 .card .point,
  section.sec-final-report .sec-11 .card .point {
    font-size: 14px;
    left: 2px;
    top: 60px;
  }

  section.sec-final-report .sec-7 .card .point span,
  section.sec-final-report .sec-9 .card .point span,
  section.sec-final-report .sec-11 .card .point span {
    font-size: 12px;
  }

  section.sec-final-report .sec-7 .card .creator,
  section.sec-final-report .sec-9 .card .creator,
  section.sec-final-report .sec-11 .card .creator {
    font-size: 12px;
    right: 23px;
    top: 23px;
  }

  section.sec-final-report .sec-7 .card .name,
  section.sec-final-report .sec-9 .card .name,
  section.sec-final-report .sec-11 .card .name {
    font-size: 21px;
    right: 23px;
    top: 40px;
  }

  section.sec-final-report .sec-7 .card .wrap-img,
  section.sec-final-report .sec-9 .card .wrap-img,
  section.sec-final-report .sec-11 .card .wrap-img {
    width: 314px;
    height: 444px;
    border-radius: 6px;
    top: 10px;
  }

  section.sec-final-report .sec-7 .card .speech,
  section.sec-final-report .sec-9 .card .speech,
  section.sec-final-report .sec-11 .card .speech {
    font-size: 15px;
    height: 52px;
    bottom: 24px;
  }

  section.sec-final-report .sec-7 .card img.card_design,
  section.sec-final-report .sec-9 .card img.card_design,
  section.sec-final-report .sec-11 .card img.card_design {
    width: 245.23px;
  }

  section.sec-final-report .wrap-danmaku {
    top: 254px;
    height: 219px;
  }

  section.sec-final-report .wrap-danmaku .block-danmaku {
    gap: 20px;
    padding-right: 20px;
  }

  section.sec-final-report .wrap-danmaku .danmaku {
    font-size: 18px;
    padding: 17px;
    border-radius: 10px;
    border-width: 3px;
  }

  section.sec-final-report .sec-2 .comment_1 {
    width: 212px;
    height: 63px;
  }

  section.sec-final-report .sec-4 .comment_2 {
    width: 208px;
    height: 64px;
  }

  section.sec-final-report .sec-6 .comment_3 {
    width: 144px;
    height: 64px;
  }

  section.sec-final-report .sec-8 .comment_4 {
    width: 80px;
    height: 64px;
  }

  section.sec-final-report .sec-10 .comment_5 {
    width: 202px;
    height: 64px;
  }

  section.sec-final-report .sec-12 .comment_last {
    width: 724px;
    height: 170px;
  }

  section.sec-final-report .sec-12 .comment {
    bottom: 386.5px;
  }

  section.sec-final-report .sec-12 img.pra {
    left: 383.5px;
    bottom: 221.6px;
  }

  section.sec-final-report .sec-12 img.izu {
    right: 383.5px;
    bottom: 221.6px;
  }

  section.sec-final-report .sec-12 img.step {
    width: 151px;
    bottom: 171.6px;
  }

  section.sec-final-report .sec-12 img.step-pra {
    left: 383.5px;
  }

  section.sec-final-report .sec-12 img.step-izu {
    right: 383.5px;
  }

  section.sec-final-report .sec-12 .btn_close_end {
    margin: 0px auto 0px;
    width: 80px;
    bottom: 32px;
  }

  section.sec-final-report .sec-12 .btn_close_end p {
    font-size: 16px;
  }

  section.sec-final-report .sec-12 .btn_close_end img.arrow {
    width: 12px;
    height: 12px;
    margin: 8px auto 0px;
  }

  section.sec-final-report .card {
    -webkit-perspective: 1280px;
    perspective: 1280px;
  }

  #anchor,
  #anchor,
  #anchor {
    margin-top: -160px;
    padding-top: 160px;
  }

  .mainContents {
    margin: 0px auto 0px;
  }

  section.sec-archive {
    padding-top: 288px;
  }

  section.sec-archive.top {
    padding-top: 0px;
  }

  section.sec-archive.top .button {
    margin-top: 50px;
  }

  section.sec-archive .button-sticky {
    bottom: 40px;
  }

  section.sec-archive .wrap-button {
    height: 60px;
  }

  section.sec-archive .link_to_top {
    font-size: 16px;
    width: 90px;
    top: 21px;
    right: 32.5px;
  }

  section.sec-archive .link_to_top .arrow {
    width: 5px;
    height: 10px;
    top: -2px;
    margin-right: 8px;
  }

  section.sec-archive .pageTitle {
    margin: -7px auto -4px;
    font-size: 38px;
  }

  section.sec-archive img[src*=charasai_sticker] {
    width: 408px;
    height: 406px;
    margin: 120px auto 80px;
  }

  section.sec-archive img[src*=schedule] {
    width: 435px;
    height: 135px;
    margin: 0px auto 80px;
  }

  section.sec-archive .js-open-mid-point-rank-report {
    margin-bottom: 40px;
  }

  section.sec-archive .js-open-final-rank-report {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 736px) {
  .pc {
    display: none !important;
  }

  ._dummy {
    width: 100vw;
  }

  .layoutChecker {
    width: 0px;
  }

  .button {
    width: 74.358974359vw;
    height: 13.0769230769vw;
    border-width: 0.7692307692vw;
    font-size: 4.1025641026vw;
    margin: 0vw auto 0vw;
    border-radius: 13.0769230769vw;
    line-height: 1;
  }

  .fukidashi {
    border-width: 0.7692307692vw;
    border-radius: 1.2820512821vw;
    padding: 2.5641025641vw 3.8461538462vw 2.5641025641vw;
  }

  .fukidashi .fukidashi-text {
    font-size: 2.8205128205vw;
    line-height: 1.2;
  }

  .fukidashi .fukidashi-text::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.2) * 0.5em);
    content: "";
  }

  .fukidashi .fukidashi-text::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.2) * 0.5em);
    content: "";
  }

  .fukidashi::before {
    border-width: 3.5897435897vw 2.5641025641vw 0vw 2.5641025641vw;
  }

  .fukidashi::after {
    border-width: 3.0769230769vw 2.0512820513vw 0vw 2.0512820513vw;
    bottom: 0.5128205128vw;
  }

  .wrap-info-block {
    gap: 15.3846153846vw;
  }

  .wrap-info-block .info-block {
    padding: 15.3846153846vw 7.6923076923vw;
    width: 89.7435897436vw;
    border-radius: 3.8461538462vw;
    gap: 10.2564102564vw;
  }

  .wrap-info-block .box {
    gap: 5.1282051282vw;
  }

  .wrap-info-block .title {
    font-size: 5.641025641vw;
    line-height: 1.4;
  }

  .wrap-info-block .title::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4) * 0.5em);
    content: "";
  }

  .wrap-info-block .title::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4) * 0.5em);
    content: "";
  }

  .wrap-info-block .text {
    font-size: 3.5897435897vw;
    line-height: 1.8;
  }

  .wrap-info-block .text::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.8) * 0.5em);
    content: "";
  }

  .wrap-info-block .text::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.8) * 0.5em);
    content: "";
  }

  .wrap-info-block .simpleList li {
    font-size: 3.5897435897vw;
    margin-top: 6.4615384615vw;
    line-height: 1.8;
  }

  .wrap-info-block .simpleList li::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.8) * 0.5em);
    content: "";
  }

  .wrap-info-block .simpleList li::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.8) * 0.5em);
    content: "";
  }

  .wrap-info-block .wrap-x-thread {
    width: 74.358974359vw;
    height: 74.358974359vw;
    border-radius: 5.1282051282vw;
    border-width: 0.5128205128vw;
  }

  header.sec-header .wrap-header {
    width: 97.4358974359vw;
    height: 21.7948717949vw;
    top: 1.2820512821vw;
  }

  header.sec-header .wrap-header .bg {
    width: 97.4358974359vw;
    height: 21.7948717949vw;
  }

  header.sec-header .wrap-header .site_title {
    width: 44.0374358974vw;
    height: 10.2564102564vw;
    left: -0.5128205128vw;
    right: 0vw;
    top: 5.641025641vw;
  }

  header.sec-header .wrap-header .btn_x {
    width: 15.3846153846vw;
    height: 15.3846153846vw;
    left: 2.8205128205vw;
    top: 3.0769230769vw;
  }

  header.sec-header .wrap-header .btn_x .btn_x_default,
  header.sec-header .wrap-header .btn_x .btn_x_hover {
    width: 15.3846153846vw;
    height: 15.3846153846vw;
  }

  header.sec-header .wrap-header .btn_menu {
    width: 15.3846153846vw;
    height: 15.3846153846vw;
    right: 2.8205128205vw;
    top: 3.0769230769vw;
  }

  header.sec-header .wrap-header .btn_menu .btn_menu_open,
  header.sec-header .wrap-header .btn_menu .btn_menu_open_hover {
    width: 15.3846153846vw;
    height: 15.3846153846vw;
  }

  header.sec-header .wrap-header .btn_menu .btn_menu_close,
  header.sec-header .wrap-header .btn_menu .btn_menu_close_hover {
    width: 15.3846153846vw;
    height: 15.3846153846vw;
  }

  body[data-is-menu-opened] {
    overflow: hidden;
  }

  .wrap-menu {
    width: 100%;
    left: 0;
  }

  .wrap-menu .wrap-menu-content {
    padding-bottom: 10.2564102564vw;
  }

  .wrap-menu .wrap-button-menu {
    width: 89.7435897436vw;
    gap: 5.1282051282vw;
    margin: 33.3333333333vw auto 10.2564102564vw;
  }

  .wrap-menu a.button-menu {
    font-size: 5.641025641vw;
    width: 89.7435897436vw;
    height: 14.1025641026vw;
    padding: 0vw 0vw;
    border-radius: 3.8461538462vw;
    border-width: 0.5128205128vw;
  }

  .wrap-menu .deco_1 {
    width: 9.7435897436vw;
    height: 9.8717948718vw;
    left: 6.6666666667vw;
    top: 2.0512820513vw;
  }

  .wrap-menu .deco_2 {
    width: 7.0512820513vw;
    height: 12.1794871795vw;
    right: 10.5128205128vw;
    top: 0vw;
  }

  .wrap-menu .deco_3_1 {
    width: 6.6666666667vw;
    height: 9.8717948718vw;
    left: 6.1538461538vw;
    top: 0vw;
  }

  .wrap-menu .deco_3_2 {
    width: 6.4102564103vw;
    height: 9.4871794872vw;
    right: 6.6666666667vw;
    top: 0vw;
  }

  .wrap-menu .deco_4 {
    width: 13.8461538462vw;
    height: 9.1025641026vw;
    left: 4.1025641026vw;
    top: 2.0512820513vw;
  }

  .wrap-menu .deco_5 {
    width: 79.7435897436vw;
    height: 11.0256410256vw;
  }

  .wrap-menu .deco_6_1,
  .wrap-menu .deco_6_2 {
    width: 4.2307692308vw;
    height: 10.3230769231vw;
  }

  .wrap-menu .deco_6_1 {
    left: 7.6923076923vw;
    top: -0.2564102564vw;
  }

  .wrap-menu .deco_6_2 {
    right: 7.6923076923vw;
    top: -0.2564102564vw;
  }

  .wrap-menu .logo {
    width: 45.361025641vw;
    height: 41.5384615385vw;
  }

  .wrap-menu .copyright {
    margin-top: 7.6923076923vw;
    font-size: 2.5641025641vw;
    letter-spacing: 0.0512820513vw;
  }

  footer.sec-footer {
    height: 209.7435897436vw;
    margin: -0.5128205128vw auto 0vw;
    border-image-width: 30.4615384615vw 30vw;
    border-image-source: url(/chara-sai/assets/index/img/sp/footer/bg.svg);
    border-image-slice: 20% 30% fill;
  }

  footer.sec-footer .bg {
    width: 100vw;
    height: 152.3076923077vw;
  }

  footer.sec-footer .logo {
    width: 52.3076923077vw;
    height: 47.9487179487vw;
    left: 8.9743589744vw;
    top: 7.6923076923vw;
  }

  footer.sec-footer .panel {
    width: 34.6153846154vw;
    height: 34.358974359vw;
  }

  footer.sec-footer .wrap-panel {
    width: 34.6153846154vw;
    height: 34.358974359vw;
    right: 7.1794871795vw;
    top: 19.4871794872vw;
  }

  footer.sec-footer .wrap-panel .logo_bandainamco {
    width: 34.6153846154vw;
    height: 8.9743589744vw;
    right: 0vw;
    top: 0vw;
  }

  footer.sec-footer .wrap-panel .logo_banpresto {
    width: 14.358974359vw;
    height: 6.6666666667vw;
    right: 0vw;
    top: 11.0256410256vw;
  }

  footer.sec-footer .wrap-panel .logo_bandai {
    width: 13.5897435897vw;
    height: 13.0769230769vw;
    right: 0vw;
    top: 21.2820512821vw;
  }

  footer.sec-footer .wrap-exit {
    width: 82.0512820513vw;
    height: 63.3333333333vw;
    left: 0vw;
    right: 0vw;
    top: 70.5128205128vw;
    margin: 0vw auto 0vw;
  }

  footer.sec-footer .wrap-exit .exit {
    width: 82.0512820513vw;
    height: 63.3333333333vw;
    left: 0vw;
    top: 0vw;
  }

  footer.sec-footer .wrap-exit .footer-char {
    width: 73.3333333333vw;
    height: 56.4102564103vw;
    left: 0vw;
    right: 0vw;
    top: 0vw;
    bottom: 0vw;
  }

  footer.sec-footer .wrap-exit .footer-char-filter {
    width: 73.3333333333vw;
    height: 56.4102564103vw;
    left: 0vw;
    right: 0vw;
    top: 0vw;
    bottom: 0vw;
  }

  footer.sec-footer .wrap-fukidashi {
    top: 62.3076923077vw;
    width: 100%;
  }

  footer.sec-footer .button {
    width: 51.2820512821vw;
    height: 12.8205128205vw;
    left: 0vw;
    right: 0vw;
    top: 118.4615384615vw;
  }

  footer.sec-footer .wrap-official-footer-content {
    margin: 140.5128205128vw auto 0vw;
  }

  footer.sec-footer .wrap-official-footer-content small.copyright {
    margin: 0vw auto 0vw;
  }

  footer.sec-footer .wrap-official-footer-content ul.linkList {
    width: 94.8717948718vw;
    margin: 2.5641025641vw auto;
  }

  footer.sec-footer .wrap-official-footer-content ul.linkList li:nth-of-type(1) a {
    border-top: none;
  }

  footer.sec-footer .wrap-official-footer-content ul.linkList a {
    height: 8.7179487179vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: solid 1px #DDD;
  }

  footer.sec-footer .wrap-official-footer-content ul.linkList img {
    width: 4.6153846154vw;
    height: 4.6153846154vw;
    margin-right: 2.5641025641vw;
  }

  footer.sec-footer .wrap-official-footer-content .note {
    font-size: 2.5641025641vw;
    width: 93.5897435897vw;
    margin: 0vw auto;
    line-height: 1.7;
    text-align: justify;
  }

  footer.sec-footer .wrap-official-footer-content .note::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.7) * 0.5em);
    content: "";
  }

  footer.sec-footer .wrap-official-footer-content .note::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.7) * 0.5em);
    content: "";
  }

  section.sec-mid-point-report .wrap-content {
    width: 100%;
    height: 100%;
  }

  section.sec-mid-point-report .wrap_btn_close {
    width: 15.3846153846vw;
    height: 15.3846153846vw;
    right: 3.0769230769vw;
    top: 3.0769230769vw;
  }

  section.sec-mid-point-report .wrap_btn_close img.btn_close,
  section.sec-mid-point-report .wrap_btn_close img.btn_close_hover {
    width: 15.3846153846vw;
    height: 15.3846153846vw;
  }

  section.sec-mid-point-report .sec-1,
  section.sec-mid-point-report .sec-2,
  section.sec-mid-point-report .sec-3,
  section.sec-mid-point-report .sec-4,
  section.sec-mid-point-report .sec-5,
  section.sec-mid-point-report .sec-6,
  section.sec-mid-point-report .sec-7,
  section.sec-mid-point-report .sec-8,
  section.sec-mid-point-report .sec-9,
  section.sec-mid-point-report .sec-10,
  section.sec-mid-point-report .sec-11,
  section.sec-mid-point-report .sec-12 {
    width: 100vw;
    min-height: 169.2307692308vw;
  }

  section.sec-mid-point-report .bg {
    width: 100vw;
    height: 169.2307692308vw;
    margin: auto;
    bottom: 0;
  }

  section.sec-mid-point-report .btn_next {
    right: 2.5641025641vw;
    bottom: 3.8461538462vw;
  }

  section.sec-mid-point-report .btn_next .btn_next_text {
    font-size: 3.0769230769vw;
  }

  section.sec-mid-point-report .btn_next img.arrow {
    width: 2.3076923077vw;
    height: 1.5153846154vw;
    margin-left: 1.5384615385vw;
    top: -0.2564102564vw;
  }

  section.sec-mid-point-report .sec-1 img.logo_charasai {
    width: 34.8243589744vw;
    height: 6.7256410256vw;
    margin: 0vw auto 0vw;
  }

  section.sec-mid-point-report .sec-1 img.title {
    width: 60vw;
    height: 25.8974358974vw;
    margin: 6.4102564103vw auto;
  }

  section.sec-mid-point-report .sec-1 img.char {
    width: 78.4615384615vw;
    height: 19.2307692308vw;
  }

  section.sec-mid-point-report .sec-1 .wrap-praizu {
    width: 78.4615384615vw;
    margin-top: 7.6923076923vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  section.sec-mid-point-report .sec-1 img.pra_text {
    width: 18.2051282051vw;
    height: 11.7948717949vw;
    margin: 0vw 5.1282051282vw;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  section.sec-mid-point-report .sec-1 img.pra {
    width: 20.3751282051vw;
    height: 20.5128205128vw;
    margin: 1.7948717949vw 5.1282051282vw 2.5641025641vw;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  section.sec-mid-point-report .sec-1 img.comment_first {
    width: 87.6923076923vw;
    height: 36.4102564103vw;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  section.sec-mid-point-report .sec-1 img.izu {
    width: 20.7882051282vw;
    height: 20.5128205128vw;
    margin: 1.7948717949vw 5.1282051282vw 2.5641025641vw;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  section.sec-mid-point-report .sec-1 img.izu_text {
    width: 18.9743589744vw;
    height: 12.0512820513vw;
    margin: 0vw 5.1282051282vw;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  section.sec-mid-point-report .sec-1 .attention-scroll {
    margin: 0vw auto 0vw;
    width: 20.5128205128vw;
    bottom: 1.7948717949vw;
  }

  section.sec-mid-point-report .sec-1 .attention-scroll p {
    font-size: 3.0769230769vw;
  }

  section.sec-mid-point-report .sec-1 .attention-scroll img.arrow {
    width: 2.3076923077vw;
    height: 1.5153846154vw;
    margin: 1.0256410256vw auto 0vw;
  }

  section.sec-mid-point-report .sec-2 .wrap-sec-content,
  section.sec-mid-point-report .sec-4 .wrap-sec-content,
  section.sec-mid-point-report .sec-6 .wrap-sec-content,
  section.sec-mid-point-report .sec-8 .wrap-sec-content,
  section.sec-mid-point-report .sec-10 .wrap-sec-content,
  section.sec-mid-point-report .sec-12 .wrap-sec-content {
    width: 100vw;
    height: 169.2307692308vw;
    position: relative;
  }

  section.sec-mid-point-report .sec-2 img.bg_pattern,
  section.sec-mid-point-report .sec-4 img.bg_pattern,
  section.sec-mid-point-report .sec-6 img.bg_pattern,
  section.sec-mid-point-report .sec-8 img.bg_pattern,
  section.sec-mid-point-report .sec-10 img.bg_pattern,
  section.sec-mid-point-report .sec-12 img.bg_pattern {
    height: 44.6153846154vw;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }

  section.sec-mid-point-report .sec-2 img.kamifubuki,
  section.sec-mid-point-report .sec-4 img.kamifubuki,
  section.sec-mid-point-report .sec-6 img.kamifubuki,
  section.sec-mid-point-report .sec-8 img.kamifubuki,
  section.sec-mid-point-report .sec-10 img.kamifubuki,
  section.sec-mid-point-report .sec-12 img.kamifubuki {
    width: 91.0256410256vw;
    height: 34.1025641026vw;
    top: 22.3743589744vw;
    left: 4.658974359vw;
  }

  section.sec-mid-point-report .sec-2 img.light,
  section.sec-mid-point-report .sec-4 img.light,
  section.sec-mid-point-report .sec-6 img.light,
  section.sec-mid-point-report .sec-8 img.light,
  section.sec-mid-point-report .sec-10 img.light,
  section.sec-mid-point-report .sec-12 img.light {
    width: 42.0512820513vw;
    height: 134.1025641026vw;
    top: 2.5641025641vw;
  }

  section.sec-mid-point-report .sec-2 .comment,
  section.sec-mid-point-report .sec-4 .comment,
  section.sec-mid-point-report .sec-6 .comment,
  section.sec-mid-point-report .sec-8 .comment,
  section.sec-mid-point-report .sec-10 .comment,
  section.sec-mid-point-report .sec-12 .comment {
    bottom: 93.5897435897vw;
  }

  section.sec-mid-point-report .sec-2 img.pra,
  section.sec-mid-point-report .sec-4 img.pra,
  section.sec-mid-point-report .sec-6 img.pra,
  section.sec-mid-point-report .sec-8 img.pra,
  section.sec-mid-point-report .sec-10 img.pra,
  section.sec-mid-point-report .sec-12 img.pra {
    width: 37.9487179487vw;
    height: 38.2051282051vw;
    bottom: 51.2820512821vw;
  }

  section.sec-mid-point-report .sec-2 img.izu,
  section.sec-mid-point-report .sec-4 img.izu,
  section.sec-mid-point-report .sec-6 img.izu,
  section.sec-mid-point-report .sec-8 img.izu,
  section.sec-mid-point-report .sec-10 img.izu,
  section.sec-mid-point-report .sec-12 img.izu {
    width: 38.7179487179vw;
    height: 38.2051282051vw;
    bottom: 51.2820512821vw;
  }

  section.sec-mid-point-report .sec-2 img.step,
  section.sec-mid-point-report .sec-4 img.step,
  section.sec-mid-point-report .sec-6 img.step,
  section.sec-mid-point-report .sec-8 img.step,
  section.sec-mid-point-report .sec-10 img.step,
  section.sec-mid-point-report .sec-12 img.step {
    width: 51.2820512821vw;
    height: 12.8205128205vw;
    bottom: 38.4615384615vw;
  }

  section.sec-mid-point-report .sec-3,
  section.sec-mid-point-report .sec-5 {
    min-height: 258.4615384615vw;
    height: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  section.sec-mid-point-report .sec-3 .wrap-cards,
  section.sec-mid-point-report .sec-5 .wrap-cards {
    gap: 7.6923076923vw;
    margin: 10.2564102564vw auto;
    height: 237.9487179487vw;
  }

  section.sec-mid-point-report .sec-3 .card,
  section.sec-mid-point-report .sec-5 .card {
    width: 38.4615384615vw;
    height: 53.8461538462vw;
  }

  section.sec-mid-point-report .sec-3 .card .card-content,
  section.sec-mid-point-report .sec-5 .card .card-content {
    width: 38.4615384615vw;
    height: 53.8461538462vw;
    border-radius: 2.5641025641vw;
  }

  section.sec-mid-point-report .sec-3 .card .front,
  section.sec-mid-point-report .sec-5 .card .front {
    width: 38.4615384615vw;
    height: 53.8461538462vw;
  }

  section.sec-mid-point-report .sec-3 .card .rank,
  section.sec-mid-point-report .sec-5 .card .rank {
    font-size: 2.5641025641vw;
    width: 38.4615384615vw;
    height: 4.8717948718vw;
    left: -15.1282051282vw;
    top: 1.2820512821vw;
  }

  section.sec-mid-point-report .sec-3 .card .wrap-img,
  section.sec-mid-point-report .sec-5 .card .wrap-img {
    width: 31.3333333333vw;
    height: 31.3333333333vw;
    border-width: 0.7692307692vw;
    margin: 2.741025641vw auto 0vw;
    border-radius: 2.5641025641vw;
  }

  section.sec-mid-point-report .sec-3 .card img.img-1,
  section.sec-mid-point-report .sec-5 .card img.img-1 {
    width: 31.3333333333vw;
    height: 31.3333333333vw;
  }

  section.sec-mid-point-report .sec-3 .card img.img-2,
  section.sec-mid-point-report .sec-5 .card img.img-2 {
    width: 31.3333333333vw;
    height: 31.3333333333vw;
  }

  section.sec-mid-point-report .sec-3 .card .creator,
  section.sec-mid-point-report .sec-5 .card .creator {
    font-size: 3.0769230769vw;
    margin: 1.0256410256vw auto 0vw;
    -webkit-transform: scale(0.82);
    transform: scale(0.82);
  }

  section.sec-mid-point-report .sec-3 .card[data-char-index="3"] .name,
  section.sec-mid-point-report .sec-3 .card[data-char-index="12"] .name,
  section.sec-mid-point-report .sec-5 .card[data-char-index="3"] .name,
  section.sec-mid-point-report .sec-5 .card[data-char-index="12"] .name {
    font-size: 2.641025641vw;
  }

  section.sec-mid-point-report .sec-3 .card .name,
  section.sec-mid-point-report .sec-5 .card .name {
    font-size: 3.1538461538vw;
    margin: 0vw auto 0vw;
  }

  section.sec-mid-point-report .sec-3 .card .point,
  section.sec-mid-point-report .sec-5 .card .point {
    width: 7.9487179487vw;
    height: 7.9487179487vw;
    left: 2.8205128205vw;
    bottom: 2.5641025641vw;
    font-size: 2.5641025641vw;
    -webkit-transform: scale(0.82);
    transform: scale(0.82);
  }

  section.sec-mid-point-report .sec-3 .card .point span,
  section.sec-mid-point-report .sec-5 .card .point span {
    font-size: 2.5641025641vw;
    top: 0.2564102564vw;
    margin-left: -0.2564102564vw;
    -webkit-transform: scale(0.843);
    transform: scale(0.843);
  }

  section.sec-mid-point-report .sec-3 .card .speech,
  section.sec-mid-point-report .sec-5 .card .speech {
    font-size: 2.5641025641vw;
    margin: 1.0256410256vw 0vw 0vw 12.0512820513vw;
    width: 34.6769230769vw;
    height: 10.7692307692vw;
    -webkit-transform: scale(0.68);
    transform: scale(0.68);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }

  section.sec-mid-point-report .sec-3 .card img.card_design,
  section.sec-mid-point-report .sec-5 .card img.card_design {
    width: 28.5820512821vw;
  }

  section.sec-mid-point-report .sec-7 .wrap-sec-content,
  section.sec-mid-point-report .sec-9 .wrap-sec-content,
  section.sec-mid-point-report .sec-11 .wrap-sec-content {
    width: 100vw;
    min-height: 169.2307692308vw;
    position: relative;
  }

  section.sec-mid-point-report .sec-7 .bg_deco,
  section.sec-mid-point-report .sec-9 .bg_deco,
  section.sec-mid-point-report .sec-11 .bg_deco {
    width: 100vw;
    height: 169.2307692308vw;
  }

  section.sec-mid-point-report .sec-7 .card,
  section.sec-mid-point-report .sec-9 .card,
  section.sec-mid-point-report .sec-11 .card {
    width: 84.6153846154vw;
    height: 118.2051282051vw;
    margin: 7.8820512821vw auto 0vw;
  }

  section.sec-mid-point-report .sec-7 .card .card-content,
  section.sec-mid-point-report .sec-9 .card .card-content,
  section.sec-mid-point-report .sec-11 .card .card-content {
    width: 84.6153846154vw;
    height: 118.2051282051vw;
    border-radius: 2.5641025641vw;
  }

  section.sec-mid-point-report .sec-7 .card .front,
  section.sec-mid-point-report .sec-9 .card .front,
  section.sec-mid-point-report .sec-11 .card .front {
    width: 84.6153846154vw;
    height: 118.2051282051vw;
  }

  section.sec-mid-point-report .sec-7 .card .card_top3,
  section.sec-mid-point-report .sec-9 .card .card_top3,
  section.sec-mid-point-report .sec-11 .card .card_top3 {
    width: 84.6153846154vw;
    height: 118.2051282051vw;
  }

  section.sec-mid-point-report .sec-7 .card .rank,
  section.sec-mid-point-report .sec-9 .card .rank,
  section.sec-mid-point-report .sec-11 .card .rank {
    font-size: 7.1794871795vw;
    width: 12.8205128205vw;
    left: 10vw;
    top: 12.0512820513vw;
  }

  section.sec-mid-point-report .sec-7 .card .creator,
  section.sec-mid-point-report .sec-9 .card .creator,
  section.sec-mid-point-report .sec-11 .card .creator {
    font-size: 4.1025641026vw;
    margin: 10.7692307692vw 0vw 0vw 29.141025641vw;
  }

  section.sec-mid-point-report .sec-7 .card .name,
  section.sec-mid-point-report .sec-9 .card .name,
  section.sec-mid-point-report .sec-11 .card .name {
    font-size: 4.6153846154vw;
    margin: 1.0256410256vw 0vw 0vw 29.141025641vw;
  }

  section.sec-mid-point-report .sec-7 .card .wrap-img,
  section.sec-mid-point-report .sec-9 .card .wrap-img,
  section.sec-mid-point-report .sec-11 .card .wrap-img {
    width: 72.8205128205vw;
    height: 107.4358974359vw;
    border-radius: 1.5384615385vw;
    top: 5.3846153846vw;
  }

  section.sec-mid-point-report .sec-7 .card img.card_design,
  section.sec-mid-point-report .sec-9 .card img.card_design,
  section.sec-mid-point-report .sec-11 .card img.card_design {
    width: 62.8794871795vw;
  }

  section.sec-mid-point-report .sec-7 .data,
  section.sec-mid-point-report .sec-9 .data,
  section.sec-mid-point-report .sec-11 .data {
    margin: 0vw auto 0vw;
  }

  section.sec-mid-point-report .sec-7 .data .creator,
  section.sec-mid-point-report .sec-9 .data .creator,
  section.sec-mid-point-report .sec-11 .data .creator {
    font-size: 3.5897435897vw;
    margin-top: 4.6153846154vw;
  }

  section.sec-mid-point-report .sec-7 .data .name,
  section.sec-mid-point-report .sec-9 .data .name,
  section.sec-mid-point-report .sec-11 .data .name {
    font-size: 6.1538461538vw;
    margin-top: 2.5641025641vw;
  }

  section.sec-mid-point-report .sec-7 .data .speech,
  section.sec-mid-point-report .sec-9 .data .speech,
  section.sec-mid-point-report .sec-11 .data .speech {
    font-size: 4.1025641026vw;
    margin-top: 3.0769230769vw;
  }

  section.sec-mid-point-report .sec-7 .data .point,
  section.sec-mid-point-report .sec-9 .data .point,
  section.sec-mid-point-report .sec-11 .data .point {
    font-size: 7.1794871795vw;
    margin-top: 3.0769230769vw;
  }

  section.sec-mid-point-report .sec-7 .data .point span,
  section.sec-mid-point-report .sec-9 .data .point span,
  section.sec-mid-point-report .sec-11 .data .point span {
    font-size: 4.1025641026vw;
  }

  section.sec-mid-point-report .sec-2 .comment_1 {
    width: 54.358974359vw;
    height: 16.1538461538vw;
  }

  section.sec-mid-point-report .sec-4 .comment_2 {
    width: 53.3333333333vw;
    height: 16.4102564103vw;
  }

  section.sec-mid-point-report .sec-6 .comment_3 {
    width: 36.9230769231vw;
    height: 16.4102564103vw;
  }

  section.sec-mid-point-report .sec-8 .comment_4 {
    width: 20.5128205128vw;
    height: 16.4102564103vw;
  }

  section.sec-mid-point-report .sec-10 .comment_5 {
    width: 51.7948717949vw;
    height: 16.4102564103vw;
  }

  section.sec-mid-point-report .sec-12 .comment_last {
    width: 87.6923076923vw;
    height: 36.4102564103vw;
  }

  section.sec-mid-point-report .sec-12 .comment {
    bottom: 76.9230769231vw;
  }

  section.sec-mid-point-report .sec-12 img.pra {
    left: 23.0769230769vw;
    bottom: 52.3076923077vw;
    width: 20.3743589744vw;
    height: 20.5128205128vw;
  }

  section.sec-mid-point-report .sec-12 img.izu {
    right: 23.0769230769vw;
    bottom: 52.3076923077vw;
    width: 20.7871794872vw;
    height: 20.5128205128vw;
  }

  section.sec-mid-point-report .sec-12 img.step {
    width: 20.5128205128vw;
    height: 6.4102564103vw;
    bottom: 45.8974358974vw;
  }

  section.sec-mid-point-report .sec-12 img.step-pra {
    left: 23.0769230769vw;
  }

  section.sec-mid-point-report .sec-12 img.step-izu {
    right: 23.0769230769vw;
  }

  section.sec-mid-point-report .sec-12 .btn_close_end {
    margin: 0vw auto 0vw;
    width: 20.5128205128vw;
    bottom: 3.141025641vw;
  }

  section.sec-mid-point-report .sec-12 .btn_close_end p {
    font-size: 3.0769230769vw;
  }

  section.sec-mid-point-report .sec-12 .btn_close_end img.arrow {
    width: 1.9230769231vw;
    height: 1.9230769231vw;
    margin: 1.2820512821vw auto 0vw;
  }

  section.sec-mid-point-report .card {
    -webkit-perspective: 200vw;
    perspective: 200vw;
  }

  section.sec-final-report .wrap-content {
    width: 100%;
    height: 100%;
  }

  section.sec-final-report .wrap_btn_close {
    width: 15.3846153846vw;
    height: 15.3846153846vw;
    right: 3.0769230769vw;
    top: 3.0769230769vw;
  }

  section.sec-final-report .wrap_btn_close img.btn_close,
  section.sec-final-report .wrap_btn_close img.btn_close_hover {
    width: 15.3846153846vw;
    height: 15.3846153846vw;
  }

  section.sec-final-report .sec-1,
  section.sec-final-report .sec-2,
  section.sec-final-report .sec-3,
  section.sec-final-report .sec-4,
  section.sec-final-report .sec-5,
  section.sec-final-report .sec-6,
  section.sec-final-report .sec-7,
  section.sec-final-report .sec-8,
  section.sec-final-report .sec-9,
  section.sec-final-report .sec-10,
  section.sec-final-report .sec-11,
  section.sec-final-report .sec-12 {
    width: 100vw;
    min-height: 169.2307692308vw;
  }

  section.sec-final-report .bg {
    width: 100vw;
    height: 169.2307692308vw;
    margin: auto;
    bottom: 0;
  }

  section.sec-final-report .btn_next {
    right: 2.5641025641vw;
    bottom: 3.8461538462vw;
  }

  section.sec-final-report .btn_next .btn_next_text {
    font-size: 3.0769230769vw;
  }

  section.sec-final-report .btn_next img.arrow {
    width: 2.3076923077vw;
    height: 1.5153846154vw;
    margin-left: 1.5384615385vw;
    top: -0.2564102564vw;
  }

  section.sec-final-report .sec-1 img.logo_charasai {
    width: 34.8243589744vw;
    height: 6.7256410256vw;
    margin: 0vw auto 0vw;
  }

  section.sec-final-report .sec-1 img.title {
    width: 60vw;
    height: 25.8974358974vw;
    margin: 6.4102564103vw auto;
  }

  section.sec-final-report .sec-1 img.char {
    width: 78.4615384615vw;
    height: 19.2307692308vw;
  }

  section.sec-final-report .sec-1 .wrap-praizu {
    width: 78.4615384615vw;
    margin-top: 7.6923076923vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  section.sec-final-report .sec-1 img.pra_text {
    width: 18.2051282051vw;
    height: 11.7948717949vw;
    margin: 0vw 5.1282051282vw;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  section.sec-final-report .sec-1 img.pra {
    width: 20.3751282051vw;
    height: 20.5128205128vw;
    margin: 1.7948717949vw 5.1282051282vw 2.5641025641vw;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  section.sec-final-report .sec-1 img.comment_first {
    width: 89.7435897436vw;
    height: 31.5384615385vw;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  section.sec-final-report .sec-1 img.izu {
    width: 20.7882051282vw;
    height: 20.5128205128vw;
    margin: 1.7948717949vw 5.1282051282vw 2.5641025641vw;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  section.sec-final-report .sec-1 img.izu_text {
    width: 18.9743589744vw;
    height: 12.0512820513vw;
    margin: 0vw 5.1282051282vw;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  section.sec-final-report .sec-1 .attention-scroll {
    margin: 0vw auto 0vw;
    width: 20.5128205128vw;
    bottom: 1.7948717949vw;
  }

  section.sec-final-report .sec-1 .attention-scroll p {
    font-size: 3.0769230769vw;
  }

  section.sec-final-report .sec-1 .attention-scroll img.arrow {
    width: 2.3076923077vw;
    height: 1.5153846154vw;
    margin: 1.0256410256vw auto 0vw;
  }

  section.sec-final-report .sec-2 .wrap-sec-content,
  section.sec-final-report .sec-4 .wrap-sec-content,
  section.sec-final-report .sec-6 .wrap-sec-content,
  section.sec-final-report .sec-8 .wrap-sec-content,
  section.sec-final-report .sec-10 .wrap-sec-content,
  section.sec-final-report .sec-12 .wrap-sec-content {
    width: 100vw;
    height: 169.2307692308vw;
    position: relative;
  }

  section.sec-final-report .sec-2 img.bg_pattern,
  section.sec-final-report .sec-4 img.bg_pattern,
  section.sec-final-report .sec-6 img.bg_pattern,
  section.sec-final-report .sec-8 img.bg_pattern,
  section.sec-final-report .sec-10 img.bg_pattern,
  section.sec-final-report .sec-12 img.bg_pattern {
    height: 44.6153846154vw;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }

  section.sec-final-report .sec-2 img.kamifubuki,
  section.sec-final-report .sec-4 img.kamifubuki,
  section.sec-final-report .sec-6 img.kamifubuki,
  section.sec-final-report .sec-8 img.kamifubuki,
  section.sec-final-report .sec-10 img.kamifubuki,
  section.sec-final-report .sec-12 img.kamifubuki {
    width: 91.0256410256vw;
    height: 34.1025641026vw;
    top: 22.3743589744vw;
    left: 4.658974359vw;
  }

  section.sec-final-report .sec-2 img.light,
  section.sec-final-report .sec-4 img.light,
  section.sec-final-report .sec-6 img.light,
  section.sec-final-report .sec-8 img.light,
  section.sec-final-report .sec-10 img.light,
  section.sec-final-report .sec-12 img.light {
    width: 42.0512820513vw;
    height: 134.1025641026vw;
    top: 2.5641025641vw;
  }

  section.sec-final-report .sec-2 .comment,
  section.sec-final-report .sec-4 .comment,
  section.sec-final-report .sec-6 .comment,
  section.sec-final-report .sec-8 .comment,
  section.sec-final-report .sec-10 .comment,
  section.sec-final-report .sec-12 .comment {
    bottom: 93.5897435897vw;
  }

  section.sec-final-report .sec-2 img.pra,
  section.sec-final-report .sec-4 img.pra,
  section.sec-final-report .sec-6 img.pra,
  section.sec-final-report .sec-8 img.pra,
  section.sec-final-report .sec-10 img.pra,
  section.sec-final-report .sec-12 img.pra {
    width: 37.9487179487vw;
    height: 38.2051282051vw;
    bottom: 51.2820512821vw;
  }

  section.sec-final-report .sec-2 img.izu,
  section.sec-final-report .sec-4 img.izu,
  section.sec-final-report .sec-6 img.izu,
  section.sec-final-report .sec-8 img.izu,
  section.sec-final-report .sec-10 img.izu,
  section.sec-final-report .sec-12 img.izu {
    width: 38.7179487179vw;
    height: 38.2051282051vw;
    bottom: 51.2820512821vw;
  }

  section.sec-final-report .sec-2 img.step,
  section.sec-final-report .sec-4 img.step,
  section.sec-final-report .sec-6 img.step,
  section.sec-final-report .sec-8 img.step,
  section.sec-final-report .sec-10 img.step,
  section.sec-final-report .sec-12 img.step {
    width: 51.2820512821vw;
    height: 12.8205128205vw;
    bottom: 38.4615384615vw;
  }

  section.sec-final-report .sec-3,
  section.sec-final-report .sec-5 {
    min-height: 258.4615384615vw;
    height: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  section.sec-final-report .sec-3 .wrap-cards,
  section.sec-final-report .sec-5 .wrap-cards {
    gap: 5.1282051282vw;
    margin: 10.2564102564vw auto;
    height: 237.9487179487vw;
  }

  section.sec-final-report .sec-3 .card,
  section.sec-final-report .sec-5 .card {
    width: 38.4615384615vw;
    height: 53.8461538462vw;
  }

  section.sec-final-report .sec-3 .card .card-content,
  section.sec-final-report .sec-5 .card .card-content {
    width: 38.4615384615vw;
    height: 53.8461538462vw;
    border-radius: 2.5641025641vw;
  }

  section.sec-final-report .sec-3 .card .front,
  section.sec-final-report .sec-5 .card .front {
    width: 38.4615384615vw;
    height: 53.8461538462vw;
  }

  section.sec-final-report .sec-3 .card .wrap-rank,
  section.sec-final-report .sec-5 .card .wrap-rank {
    font-size: 2.5641025641vw;
    width: 14.358974359vw;
    height: 14.358974359vw;
    left: -1.5384615385vw;
    top: -2.5641025641vw;
    padding-left: 1.2820512821vw;
    padding-top: 2.0512820513vw;
  }

  section.sec-final-report .sec-3 .card .wrap-rank .rank,
  section.sec-final-report .sec-5 .card .wrap-rank .rank {
    font-size: 2.5641025641vw;
  }

  section.sec-final-report .sec-3 .card .wrap-rank .rank span,
  section.sec-final-report .sec-5 .card .wrap-rank .rank span {
    font-size: 4.1025641026vw;
  }

  section.sec-final-report .sec-3 .card .point,
  section.sec-final-report .sec-5 .card .point {
    width: 7.9487179487vw;
    left: 0vw;
    font-size: 2.5641025641vw;
    -webkit-transform: scale(0.82);
    transform: scale(0.82);
  }

  section.sec-final-report .sec-3 .card .point span,
  section.sec-final-report .sec-5 .card .point span {
    font-size: 2.0512820513vw;
    top: 0.2564102564vw;
    margin-left: -0.2564102564vw;
    -webkit-transform: scale(0.843);
    transform: scale(0.843);
  }

  section.sec-final-report .sec-3 .card .wrap-img,
  section.sec-final-report .sec-5 .card .wrap-img {
    width: 32.0512820513vw;
    height: 32.0512820513vw;
    border-width: 0.7692307692vw;
    margin: 9.2307692308vw auto 0vw;
    border-radius: 2.5641025641vw;
  }

  section.sec-final-report .sec-3 .card img.img-1,
  section.sec-final-report .sec-5 .card img.img-1 {
    width: 31.3333333333vw;
    height: 31.3333333333vw;
  }

  section.sec-final-report .sec-3 .card img.img-2,
  section.sec-final-report .sec-5 .card img.img-2 {
    width: 31.3333333333vw;
    height: 31.3333333333vw;
  }

  section.sec-final-report .sec-3 .card .creator,
  section.sec-final-report .sec-5 .card .creator {
    font-size: 1.6238461538vw;
    margin: 1.0256410256vw auto 0vw;
    right: 3.2487179487vw;
    top: 1.0256410256vw;
  }

  section.sec-final-report .sec-3 .card .name,
  section.sec-final-report .sec-5 .card .name {
    font-size: 2.3930769231vw;
    margin: 0vw auto 0vw;
    right: 3.2487179487vw;
    top: 4.6153846154vw;
  }

  section.sec-final-report .sec-3 .card[data-char-index="3"] .name,
  section.sec-final-report .sec-3 .card[data-char-index="12"] .name,
  section.sec-final-report .sec-5 .card[data-char-index="3"] .name,
  section.sec-final-report .sec-5 .card[data-char-index="12"] .name {
    font-size: 1.8802564103vw;
    top: 4.6153846154vw;
  }

  section.sec-final-report .sec-3 .card .speech,
  section.sec-final-report .sec-5 .card .speech {
    font-size: 2.3930769231vw;
    margin: 0vw auto 0vw;
    height: 12.4794871795vw;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }

  section.sec-final-report .sec-3 .card img.card_design,
  section.sec-final-report .sec-5 .card img.card_design {
    width: 28.5820512821vw;
  }

  section.sec-final-report .sec-7 .wrap-sec-content,
  section.sec-final-report .sec-9 .wrap-sec-content,
  section.sec-final-report .sec-11 .wrap-sec-content {
    width: 100vw;
    min-height: 169.2307692308vw;
    position: relative;
  }

  section.sec-final-report .sec-7 .wrap-wrap_ball,
  section.sec-final-report .sec-9 .wrap-wrap_ball,
  section.sec-final-report .sec-11 .wrap-wrap_ball {
    overflow: hidden;
  }

  section.sec-final-report .sec-7 .wrap_ball,
  section.sec-final-report .sec-9 .wrap_ball,
  section.sec-final-report .sec-11 .wrap_ball {
    width: 46.1538461538vw;
    height: 46.1538461538vw;
    top: 102.5641025641vw;
    left: 70%;
  }

  section.sec-final-report .sec-7 .wrap_ball .ball-pos,
  section.sec-final-report .sec-9 .wrap_ball .ball-pos,
  section.sec-final-report .sec-11 .wrap_ball .ball-pos {
    --ball-pos: -76.9230769231vw;
  }

  section.sec-final-report .sec-7 .wrap_ball .ball,
  section.sec-final-report .sec-9 .wrap_ball .ball,
  section.sec-final-report .sec-11 .wrap_ball .ball {
    --ball-jump: -12.8205128205vw;
  }

  section.sec-final-report .sec-7 .bg_deco,
  section.sec-final-report .sec-9 .bg_deco,
  section.sec-final-report .sec-11 .bg_deco {
    width: 100vw;
    height: 169.2307692308vw;
  }

  section.sec-final-report .sec-7 .card,
  section.sec-final-report .sec-9 .card,
  section.sec-final-report .sec-11 .card {
    width: 84.6153846154vw;
    height: 118.2051282051vw;
    margin: 25.641025641vw auto 0vw;
  }

  section.sec-final-report .sec-7 .card .card-content,
  section.sec-final-report .sec-9 .card .card-content,
  section.sec-final-report .sec-11 .card .card-content {
    width: 84.6153846154vw;
    height: 118.2051282051vw;
    border-radius: 2.5641025641vw;
  }

  section.sec-final-report .sec-7 .card .front,
  section.sec-final-report .sec-9 .card .front,
  section.sec-final-report .sec-11 .card .front {
    width: 84.6153846154vw;
    height: 118.2051282051vw;
  }

  section.sec-final-report .sec-7 .card .card_top3,
  section.sec-final-report .sec-9 .card .card_top3,
  section.sec-final-report .sec-11 .card .card_top3 {
    width: 84.6153846154vw;
    height: 117.9487179487vw;
  }

  section.sec-final-report .sec-7 .card .rank,
  section.sec-final-report .sec-9 .card .rank,
  section.sec-final-report .sec-11 .card .rank {
    font-size: 7.1794871795vw;
    width: 22.0512820513vw;
    height: 24.358974359vw;
    left: 4.6153846154vw;
    top: 3.8461538462vw;
  }

  section.sec-final-report .sec-7 .card .rank .rank_2,
  section.sec-final-report .sec-9 .card .rank .rank_2,
  section.sec-final-report .sec-11 .card .rank .rank_2 {
    top: -0.7692307692vw;
  }

  section.sec-final-report .sec-7 .card .rank .rank_1,
  section.sec-final-report .sec-9 .card .rank .rank_1,
  section.sec-final-report .sec-11 .card .rank .rank_1 {
    top: -0.5128205128vw;
  }

  section.sec-final-report .sec-7 .card .point,
  section.sec-final-report .sec-9 .card .point,
  section.sec-final-report .sec-11 .card .point {
    font-size: 3.5897435897vw;
    left: 0.5128205128vw;
    top: 15.3846153846vw;
  }

  section.sec-final-report .sec-7 .card .point span,
  section.sec-final-report .sec-9 .card .point span,
  section.sec-final-report .sec-11 .card .point span {
    font-size: 3.0769230769vw;
  }

  section.sec-final-report .sec-7 .card .creator,
  section.sec-final-report .sec-9 .card .creator,
  section.sec-final-report .sec-11 .card .creator {
    font-size: 3.0769230769vw;
    right: 5.8974358974vw;
    top: 5.8974358974vw;
  }

  section.sec-final-report .sec-7 .card .name,
  section.sec-final-report .sec-9 .card .name,
  section.sec-final-report .sec-11 .card .name {
    font-size: 5.3846153846vw;
    right: 5.8974358974vw;
    top: 10.2564102564vw;
  }

  section.sec-final-report .sec-7 .card .wrap-img,
  section.sec-final-report .sec-9 .card .wrap-img,
  section.sec-final-report .sec-11 .card .wrap-img {
    width: 80.5128205128vw;
    height: 113.8461538462vw;
    border-radius: 1.5384615385vw;
    top: 2.5641025641vw;
  }

  section.sec-final-report .sec-7 .card .speech,
  section.sec-final-report .sec-9 .card .speech,
  section.sec-final-report .sec-11 .card .speech {
    font-size: 3.8461538462vw;
    height: 13.3333333333vw;
    bottom: 6.1538461538vw;
  }

  section.sec-final-report .sec-7 .card img.card_design,
  section.sec-final-report .sec-9 .card img.card_design,
  section.sec-final-report .sec-11 .card img.card_design {
    width: 62.8794871795vw;
  }

  section.sec-final-report .wrap-danmaku {
    top: 65.1282051282vw;
    height: 56.1538461538vw;
  }

  section.sec-final-report .wrap-danmaku .block-danmaku {
    gap: 5.1282051282vw;
    padding-right: 5.1282051282vw;
  }

  section.sec-final-report .wrap-danmaku .danmaku {
    font-size: 4.6153846154vw;
    padding: 4.358974359vw;
    border-radius: 2.5641025641vw;
    border-width: 0.7692307692vw;
  }

  section.sec-final-report .sec-2 .comment_1 {
    width: 54.358974359vw;
    height: 16.1538461538vw;
  }

  section.sec-final-report .sec-4 .comment_2 {
    width: 53.3333333333vw;
    height: 16.4102564103vw;
  }

  section.sec-final-report .sec-6 .comment_3 {
    width: 36.9230769231vw;
    height: 16.4102564103vw;
  }

  section.sec-final-report .sec-8 .comment_4 {
    width: 20.5128205128vw;
    height: 16.4102564103vw;
  }

  section.sec-final-report .sec-10 .comment_5 {
    width: 51.7948717949vw;
    height: 16.4102564103vw;
  }

  section.sec-final-report .sec-12 .comment_last {
    width: 87.6923076923vw;
    height: 41.7948717949vw;
  }

  section.sec-final-report .sec-12 .comment {
    bottom: 76.9230769231vw;
  }

  section.sec-final-report .sec-12 img.pra {
    left: 23.0769230769vw;
    bottom: 52.3076923077vw;
    width: 20.3743589744vw;
    height: 20.5128205128vw;
  }

  section.sec-final-report .sec-12 img.izu {
    right: 23.0769230769vw;
    bottom: 52.3076923077vw;
    width: 20.7871794872vw;
    height: 20.5128205128vw;
  }

  section.sec-final-report .sec-12 img.step {
    width: 20.5128205128vw;
    height: 6.4102564103vw;
    bottom: 45.8974358974vw;
  }

  section.sec-final-report .sec-12 img.step-pra {
    left: 23.0769230769vw;
  }

  section.sec-final-report .sec-12 img.step-izu {
    right: 23.0769230769vw;
  }

  section.sec-final-report .sec-12 .btn_close_end {
    margin: 0vw auto 0vw;
    width: 20.5128205128vw;
    bottom: 3.141025641vw;
  }

  section.sec-final-report .sec-12 .btn_close_end p {
    font-size: 3.0769230769vw;
  }

  section.sec-final-report .sec-12 .btn_close_end img.arrow {
    width: 1.9230769231vw;
    height: 1.9230769231vw;
    margin: 1.2820512821vw auto 0vw;
  }

  section.sec-final-report .card {
    -webkit-perspective: 200vw;
    perspective: 200vw;
  }

  #anchor,
  #anchor,
  #anchor {
    margin-top: -41.0256410256vw;
    padding-top: 41.0256410256vw;
  }

  .mainContents {
    width: 100%;
  }

  section.sec-archive {
    padding-top: 42.3076923077vw;
    padding-bottom: 30.7692307692vw;
  }

  section.sec-archive.top {
    padding-top: 0vw;
    padding-bottom: 15.3846153846vw;
    margin-top: -58.9743589744vw;
  }

  section.sec-archive.top .button {
    margin-top: 12.8205128205vw;
  }

  section.sec-archive .button-sticky {
    bottom: 15.8974358974vw;
  }

  section.sec-archive .link_to_top {
    font-size: 4.1025641026vw;
    width: 23.0769230769vw;
    margin-top: 5.1282051282vw;
    left: 0;
  }

  section.sec-archive .link_to_top .arrow {
    width: 1.2820512821vw;
    height: 2.5641025641vw;
    top: -0.5128205128vw;
    margin-right: 2.0512820513vw;
  }

  section.sec-archive .pageTitle {
    margin: -1.7948717949vw auto -0.7692307692vw;
    font-size: 8.2051282051vw;
  }

  section.sec-archive img[src*=charasai_sticker] {
    width: 52.3076923077vw;
    height: 52.0512820513vw;
    margin: 20.5128205128vw auto 10.2564102564vw;
  }

  section.sec-archive img[src*=schedule] {
    width: 74.358974359vw;
    height: 23.0769230769vw;
    margin: 0vw auto 10.2564102564vw;
  }

  section.sec-archive .js-open-mid-point-rank-report {
    margin-bottom: 10.2564102564vw;
  }

  section.sec-archive .js-open-final-rank-report {
    margin-bottom: 20.5128205128vw;
  }
}

@media screen and (max-width: 736px) and (min-width: 780px) {
  ._dummy {
    width: 780px;
  }

  .button {
    width: 580px;
    height: 102px;
    border-width: 6px;
    font-size: 32px;
    margin: 0px auto 0px;
    border-radius: 102px;
  }

  .fukidashi {
    border-width: 6px;
    border-radius: 10px;
    padding: 20px 30px 20px;
  }

  .fukidashi .fukidashi-text {
    font-size: 22px;
  }

  .fukidashi::before {
    border-width: 28px 20px 0px 20px;
  }

  .fukidashi::after {
    border-width: 24px 16px 0px 16px;
    bottom: 4px;
  }

  .wrap-info-block {
    gap: 120px;
  }

  .wrap-info-block .info-block {
    padding: 120px 60px;
    width: 700px;
    border-radius: 30px;
    gap: 80px;
  }

  .wrap-info-block .box {
    gap: 40px;
  }

  .wrap-info-block .title {
    font-size: 44px;
  }

  .wrap-info-block .text {
    font-size: 28px;
  }

  .wrap-info-block .simpleList li {
    font-size: 28px;
    margin-top: 50.4px;
  }

  .wrap-info-block .wrap-x-thread {
    width: 580px;
    height: 580px;
    border-radius: 40px;
    border-width: 4px;
  }

  header.sec-header .wrap-header {
    width: 760px;
    height: 170px;
    top: 10px;
  }

  header.sec-header .wrap-header .bg {
    width: 760px;
    height: 170px;
  }

  header.sec-header .wrap-header .site_title {
    width: 343.492px;
    height: 80px;
    left: -4px;
    right: 0px;
    top: 44px;
  }

  header.sec-header .wrap-header .btn_x {
    width: 120px;
    height: 120px;
    left: 22px;
    top: 24px;
  }

  header.sec-header .wrap-header .btn_x .btn_x_default,
  header.sec-header .wrap-header .btn_x .btn_x_hover {
    width: 120px;
    height: 120px;
  }

  header.sec-header .wrap-header .btn_menu {
    width: 120px;
    height: 120px;
    right: 22px;
    top: 24px;
  }

  header.sec-header .wrap-header .btn_menu .btn_menu_open,
  header.sec-header .wrap-header .btn_menu .btn_menu_open_hover {
    width: 120px;
    height: 120px;
  }

  header.sec-header .wrap-header .btn_menu .btn_menu_close,
  header.sec-header .wrap-header .btn_menu .btn_menu_close_hover {
    width: 120px;
    height: 120px;
  }

  .wrap-menu .wrap-menu-content {
    padding-bottom: 80px;
  }

  .wrap-menu .wrap-button-menu {
    width: 700px;
    gap: 40px;
    margin: 260px auto 80px;
  }

  .wrap-menu a.button-menu {
    font-size: 44px;
    width: 700px;
    height: 110px;
    padding: 0px 0px;
    border-radius: 30px;
    border-width: 4px;
  }

  .wrap-menu .deco_1 {
    width: 76px;
    height: 77px;
    left: 52px;
    top: 16px;
  }

  .wrap-menu .deco_2 {
    width: 55px;
    height: 95px;
    right: 82px;
    top: 0px;
  }

  .wrap-menu .deco_3_1 {
    width: 52px;
    height: 77px;
    left: 48px;
    top: 0px;
  }

  .wrap-menu .deco_3_2 {
    width: 50px;
    height: 74px;
    right: 52px;
    top: 0px;
  }

  .wrap-menu .deco_4 {
    width: 108px;
    height: 71px;
    left: 32px;
    top: 16px;
  }

  .wrap-menu .deco_5 {
    width: 622px;
    height: 86px;
  }

  .wrap-menu .deco_6_1,
  .wrap-menu .deco_6_2 {
    width: 33px;
    height: 80.52px;
  }

  .wrap-menu .deco_6_1 {
    left: 60px;
    top: -2px;
  }

  .wrap-menu .deco_6_2 {
    right: 60px;
    top: -2px;
  }

  .wrap-menu .logo {
    width: 353.816px;
    height: 324px;
  }

  .wrap-menu .copyright {
    margin-top: 60px;
    font-size: 20px;
    letter-spacing: 0.4px;
  }

  footer.sec-footer {
    height: 1636px;
    margin: -4px auto 0px;
    border-image-width: 237.6px 234px;
  }

  footer.sec-footer .bg {
    width: 780px;
    height: 1188px;
  }

  footer.sec-footer .logo {
    width: 408px;
    height: 374px;
    left: 70px;
    top: 60px;
  }

  footer.sec-footer .panel {
    width: 270px;
    height: 268px;
  }

  footer.sec-footer .wrap-panel {
    width: 270px;
    height: 268px;
    right: 56px;
    top: 152px;
  }

  footer.sec-footer .wrap-panel .logo_bandainamco {
    width: 270px;
    height: 70px;
    right: 0px;
    top: 0px;
  }

  footer.sec-footer .wrap-panel .logo_banpresto {
    width: 112px;
    height: 52px;
    right: 0px;
    top: 86px;
  }

  footer.sec-footer .wrap-panel .logo_bandai {
    width: 106px;
    height: 102px;
    right: 0px;
    top: 166px;
  }

  footer.sec-footer .wrap-exit {
    width: 640px;
    height: 494px;
    left: 0px;
    right: 0px;
    top: 550px;
    margin: 0px auto 0px;
  }

  footer.sec-footer .wrap-exit .exit {
    width: 640px;
    height: 494px;
    left: 0px;
    top: 0px;
  }

  footer.sec-footer .wrap-exit .footer-char {
    width: 572px;
    height: 440px;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
  }

  footer.sec-footer .wrap-exit .footer-char-filter {
    width: 572px;
    height: 440px;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
  }

  footer.sec-footer .wrap-fukidashi {
    top: 486px;
  }

  footer.sec-footer .button {
    width: 400px;
    height: 100px;
    left: 0px;
    right: 0px;
    top: 924px;
  }

  footer.sec-footer .wrap-official-footer-content {
    margin: 1096px auto 0px;
  }

  footer.sec-footer .wrap-official-footer-content small.copyright {
    margin: 0px auto 0px;
  }

  footer.sec-footer .wrap-official-footer-content ul.linkList {
    width: 740px;
    margin: 20px auto;
  }

  footer.sec-footer .wrap-official-footer-content ul.linkList a {
    height: 68px;
  }

  footer.sec-footer .wrap-official-footer-content ul.linkList img {
    width: 36px;
    height: 36px;
    margin-right: 20px;
  }

  footer.sec-footer .wrap-official-footer-content .note {
    font-size: 20px;
    width: 730px;
    margin: 0px auto;
  }

  section.sec-mid-point-report .wrap_btn_close {
    width: 120px;
    height: 120px;
    right: 24px;
    top: 24px;
  }

  section.sec-mid-point-report .wrap_btn_close img.btn_close,
  section.sec-mid-point-report .wrap_btn_close img.btn_close_hover {
    width: 120px;
    height: 120px;
  }

  section.sec-mid-point-report .sec-1,
  section.sec-mid-point-report .sec-2,
  section.sec-mid-point-report .sec-3,
  section.sec-mid-point-report .sec-4,
  section.sec-mid-point-report .sec-5,
  section.sec-mid-point-report .sec-6,
  section.sec-mid-point-report .sec-7,
  section.sec-mid-point-report .sec-8,
  section.sec-mid-point-report .sec-9,
  section.sec-mid-point-report .sec-10,
  section.sec-mid-point-report .sec-11,
  section.sec-mid-point-report .sec-12 {
    width: 780px;
    min-height: 1320px;
  }

  section.sec-mid-point-report .bg {
    width: 780px;
    height: 1320px;
  }

  section.sec-mid-point-report .btn_next {
    right: 20px;
    bottom: 30px;
  }

  section.sec-mid-point-report .btn_next .btn_next_text {
    font-size: 24px;
  }

  section.sec-mid-point-report .btn_next img.arrow {
    width: 18px;
    height: 11.82px;
    margin-left: 12px;
    top: -2px;
  }

  section.sec-mid-point-report .sec-1 img.logo_charasai {
    width: 271.63px;
    height: 52.46px;
    margin: 0px auto 0px;
  }

  section.sec-mid-point-report .sec-1 img.title {
    width: 468px;
    height: 202px;
    margin: 50px auto;
  }

  section.sec-mid-point-report .sec-1 img.char {
    width: 612px;
    height: 150px;
  }

  section.sec-mid-point-report .sec-1 .wrap-praizu {
    width: 612px;
    margin-top: 60px;
  }

  section.sec-mid-point-report .sec-1 img.pra_text {
    width: 142px;
    height: 92px;
    margin: 0px 40px;
  }

  section.sec-mid-point-report .sec-1 img.pra {
    width: 158.926px;
    height: 160px;
    margin: 14px 40px 20px;
  }

  section.sec-mid-point-report .sec-1 img.comment_first {
    width: 684px;
    height: 284px;
  }

  section.sec-mid-point-report .sec-1 img.izu {
    width: 162.148px;
    height: 160px;
    margin: 14px 40px 20px;
  }

  section.sec-mid-point-report .sec-1 img.izu_text {
    width: 148px;
    height: 94px;
    margin: 0px 40px;
  }

  section.sec-mid-point-report .sec-1 .attention-scroll {
    margin: 0px auto 0px;
    width: 160px;
    bottom: 14px;
  }

  section.sec-mid-point-report .sec-1 .attention-scroll p {
    font-size: 24px;
  }

  section.sec-mid-point-report .sec-1 .attention-scroll img.arrow {
    width: 18px;
    height: 11.82px;
    margin: 8px auto 0px;
  }

  section.sec-mid-point-report .sec-2 .wrap-sec-content,
  section.sec-mid-point-report .sec-4 .wrap-sec-content,
  section.sec-mid-point-report .sec-6 .wrap-sec-content,
  section.sec-mid-point-report .sec-8 .wrap-sec-content,
  section.sec-mid-point-report .sec-10 .wrap-sec-content,
  section.sec-mid-point-report .sec-12 .wrap-sec-content {
    width: 780px;
    height: 1320px;
  }

  section.sec-mid-point-report .sec-2 img.bg_pattern,
  section.sec-mid-point-report .sec-4 img.bg_pattern,
  section.sec-mid-point-report .sec-6 img.bg_pattern,
  section.sec-mid-point-report .sec-8 img.bg_pattern,
  section.sec-mid-point-report .sec-10 img.bg_pattern,
  section.sec-mid-point-report .sec-12 img.bg_pattern {
    height: 348px;
  }

  section.sec-mid-point-report .sec-2 img.kamifubuki,
  section.sec-mid-point-report .sec-4 img.kamifubuki,
  section.sec-mid-point-report .sec-6 img.kamifubuki,
  section.sec-mid-point-report .sec-8 img.kamifubuki,
  section.sec-mid-point-report .sec-10 img.kamifubuki,
  section.sec-mid-point-report .sec-12 img.kamifubuki {
    width: 710px;
    height: 266px;
    top: 174.52px;
    left: 36.34px;
  }

  section.sec-mid-point-report .sec-2 img.light,
  section.sec-mid-point-report .sec-4 img.light,
  section.sec-mid-point-report .sec-6 img.light,
  section.sec-mid-point-report .sec-8 img.light,
  section.sec-mid-point-report .sec-10 img.light,
  section.sec-mid-point-report .sec-12 img.light {
    width: 328px;
    height: 1046px;
    top: 20px;
  }

  section.sec-mid-point-report .sec-2 .comment,
  section.sec-mid-point-report .sec-4 .comment,
  section.sec-mid-point-report .sec-6 .comment,
  section.sec-mid-point-report .sec-8 .comment,
  section.sec-mid-point-report .sec-10 .comment,
  section.sec-mid-point-report .sec-12 .comment {
    bottom: 730px;
  }

  section.sec-mid-point-report .sec-2 img.pra,
  section.sec-mid-point-report .sec-4 img.pra,
  section.sec-mid-point-report .sec-6 img.pra,
  section.sec-mid-point-report .sec-8 img.pra,
  section.sec-mid-point-report .sec-10 img.pra,
  section.sec-mid-point-report .sec-12 img.pra {
    width: 296px;
    height: 298px;
    bottom: 400px;
  }

  section.sec-mid-point-report .sec-2 img.izu,
  section.sec-mid-point-report .sec-4 img.izu,
  section.sec-mid-point-report .sec-6 img.izu,
  section.sec-mid-point-report .sec-8 img.izu,
  section.sec-mid-point-report .sec-10 img.izu,
  section.sec-mid-point-report .sec-12 img.izu {
    width: 302px;
    height: 298px;
    bottom: 400px;
  }

  section.sec-mid-point-report .sec-2 img.step,
  section.sec-mid-point-report .sec-4 img.step,
  section.sec-mid-point-report .sec-6 img.step,
  section.sec-mid-point-report .sec-8 img.step,
  section.sec-mid-point-report .sec-10 img.step,
  section.sec-mid-point-report .sec-12 img.step {
    width: 400px;
    height: 100px;
    bottom: 300px;
  }

  section.sec-mid-point-report .sec-3,
  section.sec-mid-point-report .sec-5 {
    min-height: 2016px;
  }

  section.sec-mid-point-report .sec-3 .wrap-cards,
  section.sec-mid-point-report .sec-5 .wrap-cards {
    gap: 60px;
    margin: 80px auto;
    height: 1856px;
  }

  section.sec-mid-point-report .sec-3 .card,
  section.sec-mid-point-report .sec-5 .card {
    width: 300px;
    height: 420px;
  }

  section.sec-mid-point-report .sec-3 .card .card-content,
  section.sec-mid-point-report .sec-5 .card .card-content {
    width: 300px;
    height: 420px;
    border-radius: 20px;
  }

  section.sec-mid-point-report .sec-3 .card .front,
  section.sec-mid-point-report .sec-5 .card .front {
    width: 300px;
    height: 420px;
  }

  section.sec-mid-point-report .sec-3 .card .rank,
  section.sec-mid-point-report .sec-5 .card .rank {
    font-size: 20px;
    width: 300px;
    height: 38px;
    left: -118px;
    top: 10px;
  }

  section.sec-mid-point-report .sec-3 .card .wrap-img,
  section.sec-mid-point-report .sec-5 .card .wrap-img {
    width: 244.4px;
    height: 244.4px;
    border-width: 6px;
    margin: 21.38px auto 0px;
    border-radius: 20px;
  }

  section.sec-mid-point-report .sec-3 .card img.img-1,
  section.sec-mid-point-report .sec-5 .card img.img-1 {
    width: 244.4px;
    height: 244.4px;
  }

  section.sec-mid-point-report .sec-3 .card img.img-2,
  section.sec-mid-point-report .sec-5 .card img.img-2 {
    width: 244.4px;
    height: 244.4px;
  }

  section.sec-mid-point-report .sec-3 .card .creator,
  section.sec-mid-point-report .sec-5 .card .creator {
    font-size: 24px;
    margin: 8px auto 0px;
  }

  section.sec-mid-point-report .sec-3 .card[data-char-index="3"] .name,
  section.sec-mid-point-report .sec-3 .card[data-char-index="12"] .name,
  section.sec-mid-point-report .sec-5 .card[data-char-index="3"] .name,
  section.sec-mid-point-report .sec-5 .card[data-char-index="12"] .name {
    font-size: 20.6px;
  }

  section.sec-mid-point-report .sec-3 .card .name,
  section.sec-mid-point-report .sec-5 .card .name {
    font-size: 24.6px;
    margin: 0px auto 0px;
  }

  section.sec-mid-point-report .sec-3 .card .point,
  section.sec-mid-point-report .sec-5 .card .point {
    width: 62px;
    height: 62px;
    left: 22px;
    bottom: 20px;
    font-size: 20px;
  }

  section.sec-mid-point-report .sec-3 .card .point span,
  section.sec-mid-point-report .sec-5 .card .point span {
    font-size: 20px;
    top: 2px;
    margin-left: -2px;
  }

  section.sec-mid-point-report .sec-3 .card .speech,
  section.sec-mid-point-report .sec-5 .card .speech {
    font-size: 20px;
    margin: 8px 0px 0px 94px;
    width: 270.48px;
    height: 84px;
  }

  section.sec-mid-point-report .sec-3 .card img.card_design,
  section.sec-mid-point-report .sec-5 .card img.card_design {
    width: 222.94px;
  }

  section.sec-mid-point-report .sec-7 .wrap-sec-content,
  section.sec-mid-point-report .sec-9 .wrap-sec-content,
  section.sec-mid-point-report .sec-11 .wrap-sec-content {
    width: 780px;
    min-height: 1320px;
  }

  section.sec-mid-point-report .sec-7 .bg_deco,
  section.sec-mid-point-report .sec-9 .bg_deco,
  section.sec-mid-point-report .sec-11 .bg_deco {
    width: 780px;
    height: 1320px;
  }

  section.sec-mid-point-report .sec-7 .card,
  section.sec-mid-point-report .sec-9 .card,
  section.sec-mid-point-report .sec-11 .card {
    width: 660px;
    height: 922px;
    margin: 61.48px auto 0px;
  }

  section.sec-mid-point-report .sec-7 .card .card-content,
  section.sec-mid-point-report .sec-9 .card .card-content,
  section.sec-mid-point-report .sec-11 .card .card-content {
    width: 660px;
    height: 922px;
    border-radius: 20px;
  }

  section.sec-mid-point-report .sec-7 .card .front,
  section.sec-mid-point-report .sec-9 .card .front,
  section.sec-mid-point-report .sec-11 .card .front {
    width: 660px;
    height: 922px;
  }

  section.sec-mid-point-report .sec-7 .card .card_top3,
  section.sec-mid-point-report .sec-9 .card .card_top3,
  section.sec-mid-point-report .sec-11 .card .card_top3 {
    width: 660px;
    height: 922px;
  }

  section.sec-mid-point-report .sec-7 .card .rank,
  section.sec-mid-point-report .sec-9 .card .rank,
  section.sec-mid-point-report .sec-11 .card .rank {
    font-size: 56px;
    width: 100px;
    left: 78px;
    top: 94px;
  }

  section.sec-mid-point-report .sec-7 .card .creator,
  section.sec-mid-point-report .sec-9 .card .creator,
  section.sec-mid-point-report .sec-11 .card .creator {
    font-size: 32px;
    margin: 84px 0px 0px 227.3px;
  }

  section.sec-mid-point-report .sec-7 .card .name,
  section.sec-mid-point-report .sec-9 .card .name,
  section.sec-mid-point-report .sec-11 .card .name {
    font-size: 36px;
    margin: 8px 0px 0px 227.3px;
  }

  section.sec-mid-point-report .sec-7 .card .wrap-img,
  section.sec-mid-point-report .sec-9 .card .wrap-img,
  section.sec-mid-point-report .sec-11 .card .wrap-img {
    width: 568px;
    height: 838px;
    border-radius: 12px;
    top: 42px;
  }

  section.sec-mid-point-report .sec-7 .card img.card_design,
  section.sec-mid-point-report .sec-9 .card img.card_design,
  section.sec-mid-point-report .sec-11 .card img.card_design {
    width: 490.46px;
  }

  section.sec-mid-point-report .sec-7 .data,
  section.sec-mid-point-report .sec-9 .data,
  section.sec-mid-point-report .sec-11 .data {
    margin: 0px auto 0px;
  }

  section.sec-mid-point-report .sec-7 .data .creator,
  section.sec-mid-point-report .sec-9 .data .creator,
  section.sec-mid-point-report .sec-11 .data .creator {
    font-size: 28px;
    margin-top: 36px;
  }

  section.sec-mid-point-report .sec-7 .data .name,
  section.sec-mid-point-report .sec-9 .data .name,
  section.sec-mid-point-report .sec-11 .data .name {
    font-size: 48px;
    margin-top: 20px;
  }

  section.sec-mid-point-report .sec-7 .data .speech,
  section.sec-mid-point-report .sec-9 .data .speech,
  section.sec-mid-point-report .sec-11 .data .speech {
    font-size: 32px;
    margin-top: 24px;
  }

  section.sec-mid-point-report .sec-7 .data .point,
  section.sec-mid-point-report .sec-9 .data .point,
  section.sec-mid-point-report .sec-11 .data .point {
    font-size: 56px;
    margin-top: 24px;
  }

  section.sec-mid-point-report .sec-7 .data .point span,
  section.sec-mid-point-report .sec-9 .data .point span,
  section.sec-mid-point-report .sec-11 .data .point span {
    font-size: 32px;
  }

  section.sec-mid-point-report .sec-2 .comment_1 {
    width: 424px;
    height: 126px;
  }

  section.sec-mid-point-report .sec-4 .comment_2 {
    width: 416px;
    height: 128px;
  }

  section.sec-mid-point-report .sec-6 .comment_3 {
    width: 288px;
    height: 128px;
  }

  section.sec-mid-point-report .sec-8 .comment_4 {
    width: 160px;
    height: 128px;
  }

  section.sec-mid-point-report .sec-10 .comment_5 {
    width: 404px;
    height: 128px;
  }

  section.sec-mid-point-report .sec-12 .comment_last {
    width: 684px;
    height: 284px;
  }

  section.sec-mid-point-report .sec-12 .comment {
    bottom: 600px;
  }

  section.sec-mid-point-report .sec-12 img.pra {
    left: 180px;
    bottom: 408px;
    width: 158.92px;
    height: 160px;
  }

  section.sec-mid-point-report .sec-12 img.izu {
    right: 180px;
    bottom: 408px;
    width: 162.14px;
    height: 160px;
  }

  section.sec-mid-point-report .sec-12 img.step {
    width: 160px;
    height: 50px;
    bottom: 358px;
  }

  section.sec-mid-point-report .sec-12 img.step-pra {
    left: 180px;
  }

  section.sec-mid-point-report .sec-12 img.step-izu {
    right: 180px;
  }

  section.sec-mid-point-report .sec-12 .btn_close_end {
    margin: 0px auto 0px;
    width: 160px;
    bottom: 24.5px;
  }

  section.sec-mid-point-report .sec-12 .btn_close_end p {
    font-size: 24px;
  }

  section.sec-mid-point-report .sec-12 .btn_close_end img.arrow {
    width: 15px;
    height: 15px;
    margin: 10px auto 0px;
  }

  section.sec-mid-point-report .card {
    -webkit-perspective: 1560px;
    perspective: 1560px;
  }

  section.sec-final-report .wrap_btn_close {
    width: 120px;
    height: 120px;
    right: 24px;
    top: 24px;
  }

  section.sec-final-report .wrap_btn_close img.btn_close,
  section.sec-final-report .wrap_btn_close img.btn_close_hover {
    width: 120px;
    height: 120px;
  }

  section.sec-final-report .sec-1,
  section.sec-final-report .sec-2,
  section.sec-final-report .sec-3,
  section.sec-final-report .sec-4,
  section.sec-final-report .sec-5,
  section.sec-final-report .sec-6,
  section.sec-final-report .sec-7,
  section.sec-final-report .sec-8,
  section.sec-final-report .sec-9,
  section.sec-final-report .sec-10,
  section.sec-final-report .sec-11,
  section.sec-final-report .sec-12 {
    width: 780px;
    min-height: 1320px;
  }

  section.sec-final-report .bg {
    width: 780px;
    height: 1320px;
  }

  section.sec-final-report .btn_next {
    right: 20px;
    bottom: 30px;
  }

  section.sec-final-report .btn_next .btn_next_text {
    font-size: 24px;
  }

  section.sec-final-report .btn_next img.arrow {
    width: 18px;
    height: 11.82px;
    margin-left: 12px;
    top: -2px;
  }

  section.sec-final-report .sec-1 img.logo_charasai {
    width: 271.63px;
    height: 52.46px;
    margin: 0px auto 0px;
  }

  section.sec-final-report .sec-1 img.title {
    width: 468px;
    height: 202px;
    margin: 50px auto;
  }

  section.sec-final-report .sec-1 img.char {
    width: 612px;
    height: 150px;
  }

  section.sec-final-report .sec-1 .wrap-praizu {
    width: 612px;
    margin-top: 60px;
  }

  section.sec-final-report .sec-1 img.pra_text {
    width: 142px;
    height: 92px;
    margin: 0px 40px;
  }

  section.sec-final-report .sec-1 img.pra {
    width: 158.926px;
    height: 160px;
    margin: 14px 40px 20px;
  }

  section.sec-final-report .sec-1 img.comment_first {
    width: 700px;
    height: 246px;
  }

  section.sec-final-report .sec-1 img.izu {
    width: 162.148px;
    height: 160px;
    margin: 14px 40px 20px;
  }

  section.sec-final-report .sec-1 img.izu_text {
    width: 148px;
    height: 94px;
    margin: 0px 40px;
  }

  section.sec-final-report .sec-1 .attention-scroll {
    margin: 0px auto 0px;
    width: 160px;
    bottom: 14px;
  }

  section.sec-final-report .sec-1 .attention-scroll p {
    font-size: 24px;
  }

  section.sec-final-report .sec-1 .attention-scroll img.arrow {
    width: 18px;
    height: 11.82px;
    margin: 8px auto 0px;
  }

  section.sec-final-report .sec-2 .wrap-sec-content,
  section.sec-final-report .sec-4 .wrap-sec-content,
  section.sec-final-report .sec-6 .wrap-sec-content,
  section.sec-final-report .sec-8 .wrap-sec-content,
  section.sec-final-report .sec-10 .wrap-sec-content,
  section.sec-final-report .sec-12 .wrap-sec-content {
    width: 780px;
    height: 1320px;
  }

  section.sec-final-report .sec-2 img.bg_pattern,
  section.sec-final-report .sec-4 img.bg_pattern,
  section.sec-final-report .sec-6 img.bg_pattern,
  section.sec-final-report .sec-8 img.bg_pattern,
  section.sec-final-report .sec-10 img.bg_pattern,
  section.sec-final-report .sec-12 img.bg_pattern {
    height: 348px;
  }

  section.sec-final-report .sec-2 img.kamifubuki,
  section.sec-final-report .sec-4 img.kamifubuki,
  section.sec-final-report .sec-6 img.kamifubuki,
  section.sec-final-report .sec-8 img.kamifubuki,
  section.sec-final-report .sec-10 img.kamifubuki,
  section.sec-final-report .sec-12 img.kamifubuki {
    width: 710px;
    height: 266px;
    top: 174.52px;
    left: 36.34px;
  }

  section.sec-final-report .sec-2 img.light,
  section.sec-final-report .sec-4 img.light,
  section.sec-final-report .sec-6 img.light,
  section.sec-final-report .sec-8 img.light,
  section.sec-final-report .sec-10 img.light,
  section.sec-final-report .sec-12 img.light {
    width: 328px;
    height: 1046px;
    top: 20px;
  }

  section.sec-final-report .sec-2 .comment,
  section.sec-final-report .sec-4 .comment,
  section.sec-final-report .sec-6 .comment,
  section.sec-final-report .sec-8 .comment,
  section.sec-final-report .sec-10 .comment,
  section.sec-final-report .sec-12 .comment {
    bottom: 730px;
  }

  section.sec-final-report .sec-2 img.pra,
  section.sec-final-report .sec-4 img.pra,
  section.sec-final-report .sec-6 img.pra,
  section.sec-final-report .sec-8 img.pra,
  section.sec-final-report .sec-10 img.pra,
  section.sec-final-report .sec-12 img.pra {
    width: 296px;
    height: 298px;
    bottom: 400px;
  }

  section.sec-final-report .sec-2 img.izu,
  section.sec-final-report .sec-4 img.izu,
  section.sec-final-report .sec-6 img.izu,
  section.sec-final-report .sec-8 img.izu,
  section.sec-final-report .sec-10 img.izu,
  section.sec-final-report .sec-12 img.izu {
    width: 302px;
    height: 298px;
    bottom: 400px;
  }

  section.sec-final-report .sec-2 img.step,
  section.sec-final-report .sec-4 img.step,
  section.sec-final-report .sec-6 img.step,
  section.sec-final-report .sec-8 img.step,
  section.sec-final-report .sec-10 img.step,
  section.sec-final-report .sec-12 img.step {
    width: 400px;
    height: 100px;
    bottom: 300px;
  }

  section.sec-final-report .sec-3,
  section.sec-final-report .sec-5 {
    min-height: 2016px;
  }

  section.sec-final-report .sec-3 .wrap-cards,
  section.sec-final-report .sec-5 .wrap-cards {
    gap: 40px;
    margin: 80px auto;
    height: 1856px;
  }

  section.sec-final-report .sec-3 .card,
  section.sec-final-report .sec-5 .card {
    width: 300px;
    height: 420px;
  }

  section.sec-final-report .sec-3 .card .card-content,
  section.sec-final-report .sec-5 .card .card-content {
    width: 300px;
    height: 420px;
    border-radius: 20px;
  }

  section.sec-final-report .sec-3 .card .front,
  section.sec-final-report .sec-5 .card .front {
    width: 300px;
    height: 420px;
  }

  section.sec-final-report .sec-3 .card .wrap-rank,
  section.sec-final-report .sec-5 .card .wrap-rank {
    font-size: 20px;
    width: 112px;
    height: 112px;
    left: -12px;
    top: -20px;
    padding-left: 10px;
    padding-top: 16px;
  }

  section.sec-final-report .sec-3 .card .wrap-rank .rank,
  section.sec-final-report .sec-5 .card .wrap-rank .rank {
    font-size: 20px;
  }

  section.sec-final-report .sec-3 .card .wrap-rank .rank span,
  section.sec-final-report .sec-5 .card .wrap-rank .rank span {
    font-size: 32px;
  }

  section.sec-final-report .sec-3 .card .point,
  section.sec-final-report .sec-5 .card .point {
    width: 62px;
    left: 0px;
    font-size: 20px;
  }

  section.sec-final-report .sec-3 .card .point span,
  section.sec-final-report .sec-5 .card .point span {
    font-size: 16px;
    top: 2px;
    margin-left: -2px;
  }

  section.sec-final-report .sec-3 .card .wrap-img,
  section.sec-final-report .sec-5 .card .wrap-img {
    width: 250px;
    height: 250px;
    border-width: 6px;
    margin: 72px auto 0px;
    border-radius: 20px;
  }

  section.sec-final-report .sec-3 .card img.img-1,
  section.sec-final-report .sec-5 .card img.img-1 {
    width: 244.4px;
    height: 244.4px;
  }

  section.sec-final-report .sec-3 .card img.img-2,
  section.sec-final-report .sec-5 .card img.img-2 {
    width: 244.4px;
    height: 244.4px;
  }

  section.sec-final-report .sec-3 .card .creator,
  section.sec-final-report .sec-5 .card .creator {
    font-size: 12.666px;
    margin: 8px auto 0px;
    right: 25.34px;
    top: 8px;
  }

  section.sec-final-report .sec-3 .card .name,
  section.sec-final-report .sec-5 .card .name {
    font-size: 18.666px;
    margin: 0px auto 0px;
    right: 25.34px;
    top: 36px;
  }

  section.sec-final-report .sec-3 .card[data-char-index="3"] .name,
  section.sec-final-report .sec-3 .card[data-char-index="12"] .name,
  section.sec-final-report .sec-5 .card[data-char-index="3"] .name,
  section.sec-final-report .sec-5 .card[data-char-index="12"] .name {
    font-size: 14.666px;
    top: 36px;
  }

  section.sec-final-report .sec-3 .card .speech,
  section.sec-final-report .sec-5 .card .speech {
    font-size: 18.666px;
    margin: 0px auto 0px;
    height: 97.34px;
  }

  section.sec-final-report .sec-3 .card img.card_design,
  section.sec-final-report .sec-5 .card img.card_design {
    width: 222.94px;
  }

  section.sec-final-report .sec-7 .wrap-sec-content,
  section.sec-final-report .sec-9 .wrap-sec-content,
  section.sec-final-report .sec-11 .wrap-sec-content {
    width: 780px;
    min-height: 1320px;
  }

  section.sec-final-report .sec-7 .wrap_ball,
  section.sec-final-report .sec-9 .wrap_ball,
  section.sec-final-report .sec-11 .wrap_ball {
    width: 360px;
    height: 360px;
    top: 800px;
  }

  section.sec-final-report .sec-7 .wrap_ball .ball-pos,
  section.sec-final-report .sec-9 .wrap_ball .ball-pos,
  section.sec-final-report .sec-11 .wrap_ball .ball-pos {
    --ball-pos: -600px;
  }

  section.sec-final-report .sec-7 .wrap_ball .ball,
  section.sec-final-report .sec-9 .wrap_ball .ball,
  section.sec-final-report .sec-11 .wrap_ball .ball {
    --ball-jump: -100px;
  }

  section.sec-final-report .sec-7 .bg_deco,
  section.sec-final-report .sec-9 .bg_deco,
  section.sec-final-report .sec-11 .bg_deco {
    width: 780px;
    height: 1320px;
  }

  section.sec-final-report .sec-7 .card,
  section.sec-final-report .sec-9 .card,
  section.sec-final-report .sec-11 .card {
    width: 660px;
    height: 922px;
    margin: 200px auto 0px;
  }

  section.sec-final-report .sec-7 .card .card-content,
  section.sec-final-report .sec-9 .card .card-content,
  section.sec-final-report .sec-11 .card .card-content {
    width: 660px;
    height: 922px;
    border-radius: 20px;
  }

  section.sec-final-report .sec-7 .card .front,
  section.sec-final-report .sec-9 .card .front,
  section.sec-final-report .sec-11 .card .front {
    width: 660px;
    height: 922px;
  }

  section.sec-final-report .sec-7 .card .card_top3,
  section.sec-final-report .sec-9 .card .card_top3,
  section.sec-final-report .sec-11 .card .card_top3 {
    width: 660px;
    height: 920px;
  }

  section.sec-final-report .sec-7 .card .rank,
  section.sec-final-report .sec-9 .card .rank,
  section.sec-final-report .sec-11 .card .rank {
    font-size: 56px;
    width: 172px;
    height: 190px;
    left: 36px;
    top: 30px;
  }

  section.sec-final-report .sec-7 .card .rank .rank_2,
  section.sec-final-report .sec-9 .card .rank .rank_2,
  section.sec-final-report .sec-11 .card .rank .rank_2 {
    top: -6px;
  }

  section.sec-final-report .sec-7 .card .rank .rank_1,
  section.sec-final-report .sec-9 .card .rank .rank_1,
  section.sec-final-report .sec-11 .card .rank .rank_1 {
    top: -4px;
  }

  section.sec-final-report .sec-7 .card .point,
  section.sec-final-report .sec-9 .card .point,
  section.sec-final-report .sec-11 .card .point {
    font-size: 28px;
    left: 4px;
    top: 120px;
  }

  section.sec-final-report .sec-7 .card .point span,
  section.sec-final-report .sec-9 .card .point span,
  section.sec-final-report .sec-11 .card .point span {
    font-size: 24px;
  }

  section.sec-final-report .sec-7 .card .creator,
  section.sec-final-report .sec-9 .card .creator,
  section.sec-final-report .sec-11 .card .creator {
    font-size: 24px;
    right: 46px;
    top: 46px;
  }

  section.sec-final-report .sec-7 .card .name,
  section.sec-final-report .sec-9 .card .name,
  section.sec-final-report .sec-11 .card .name {
    font-size: 42px;
    right: 46px;
    top: 80px;
  }

  section.sec-final-report .sec-7 .card .wrap-img,
  section.sec-final-report .sec-9 .card .wrap-img,
  section.sec-final-report .sec-11 .card .wrap-img {
    width: 628px;
    height: 888px;
    border-radius: 12px;
    top: 20px;
  }

  section.sec-final-report .sec-7 .card .speech,
  section.sec-final-report .sec-9 .card .speech,
  section.sec-final-report .sec-11 .card .speech {
    font-size: 30px;
    height: 104px;
    bottom: 48px;
  }

  section.sec-final-report .sec-7 .card img.card_design,
  section.sec-final-report .sec-9 .card img.card_design,
  section.sec-final-report .sec-11 .card img.card_design {
    width: 490.46px;
  }

  section.sec-final-report .wrap-danmaku {
    top: 508px;
    height: 438px;
  }

  section.sec-final-report .wrap-danmaku .block-danmaku {
    gap: 40px;
    padding-right: 40px;
  }

  section.sec-final-report .wrap-danmaku .danmaku {
    font-size: 36px;
    padding: 34px;
    border-radius: 20px;
    border-width: 6px;
  }

  section.sec-final-report .sec-2 .comment_1 {
    width: 424px;
    height: 126px;
  }

  section.sec-final-report .sec-4 .comment_2 {
    width: 416px;
    height: 128px;
  }

  section.sec-final-report .sec-6 .comment_3 {
    width: 288px;
    height: 128px;
  }

  section.sec-final-report .sec-8 .comment_4 {
    width: 160px;
    height: 128px;
  }

  section.sec-final-report .sec-10 .comment_5 {
    width: 404px;
    height: 128px;
  }

  section.sec-final-report .sec-12 .comment_last {
    width: 684px;
    height: 326px;
  }

  section.sec-final-report .sec-12 .comment {
    bottom: 600px;
  }

  section.sec-final-report .sec-12 img.pra {
    left: 180px;
    bottom: 408px;
    width: 158.92px;
    height: 160px;
  }

  section.sec-final-report .sec-12 img.izu {
    right: 180px;
    bottom: 408px;
    width: 162.14px;
    height: 160px;
  }

  section.sec-final-report .sec-12 img.step {
    width: 160px;
    height: 50px;
    bottom: 358px;
  }

  section.sec-final-report .sec-12 img.step-pra {
    left: 180px;
  }

  section.sec-final-report .sec-12 img.step-izu {
    right: 180px;
  }

  section.sec-final-report .sec-12 .btn_close_end {
    margin: 0px auto 0px;
    width: 160px;
    bottom: 24.5px;
  }

  section.sec-final-report .sec-12 .btn_close_end p {
    font-size: 24px;
  }

  section.sec-final-report .sec-12 .btn_close_end img.arrow {
    width: 15px;
    height: 15px;
    margin: 10px auto 0px;
  }

  section.sec-final-report .card {
    -webkit-perspective: 1560px;
    perspective: 1560px;
  }

  #anchor,
  #anchor,
  #anchor {
    margin-top: -320px;
    padding-top: 320px;
  }

  section.sec-archive {
    padding-top: 330px;
    padding-bottom: 240px;
  }

  section.sec-archive.top {
    padding-top: 0px;
    padding-bottom: 120px;
    margin-top: -460px;
  }

  section.sec-archive.top .button {
    margin-top: 100px;
  }

  section.sec-archive .button-sticky {
    bottom: 124px;
  }

  section.sec-archive .link_to_top {
    font-size: 32px;
    width: 180px;
    margin-top: 40px;
  }

  section.sec-archive .link_to_top .arrow {
    width: 10px;
    height: 20px;
    top: -4px;
    margin-right: 16px;
  }

  section.sec-archive .pageTitle {
    margin: -14px auto -6px;
    font-size: 64px;
  }

  section.sec-archive img[src*=charasai_sticker] {
    width: 408px;
    height: 406px;
    margin: 160px auto 80px;
  }

  section.sec-archive img[src*=schedule] {
    width: 580px;
    height: 180px;
    margin: 0px auto 80px;
  }

  section.sec-archive .js-open-mid-point-rank-report {
    margin-bottom: 80px;
  }

  section.sec-archive .js-open-final-rank-report {
    margin-bottom: 160px;
  }
}