@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;
}

.bg-news {
  background-position: center top;
  background-repeat: repeat-x;
  position: absolute;
  left: 0;
}

section.sec-newsList {
  position: relative;
}

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

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

section.sec-newsList ul.newsList {
  position: relative;
}

section.sec-newsList li.newsItem {
  -webkit-animation: newsItem 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s infinite alternate;
  animation: newsItem 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s infinite alternate;
}

@-webkit-keyframes newsItem {
  0% {
    -webkit-transform: translate3d(0%, var(--pukapuka), 0);
    transform: translate3d(0%, var(--pukapuka), 0);
  }

  100% {
    -webkit-transform: translate3d(0%, calc(var(--pukapuka) * -1), 0);
    transform: translate3d(0%, calc(var(--pukapuka) * -1), 0);
  }
}

@keyframes newsItem {
  0% {
    -webkit-transform: translate3d(0%, var(--pukapuka), 0);
    transform: translate3d(0%, var(--pukapuka), 0);
  }

  100% {
    -webkit-transform: translate3d(0%, calc(var(--pukapuka) * -1), 0);
    transform: translate3d(0%, calc(var(--pukapuka) * -1), 0);
  }
}

section.sec-newsList li.newsItem:nth-of-type(4n) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

section.sec-newsList li.newsItem:nth-of-type(4n+1) {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

section.sec-newsList li.newsItem:nth-of-type(4n+2) {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

section.sec-newsList li.newsItem:nth-of-type(4n+3) {
  -webkit-animation-delay: -1.7s;
  animation-delay: -1.7s;
}

section.sec-newsList li.newsItem:nth-of-type(2n+1) {
  margin-right: auto;
}

section.sec-newsList li.newsItem:nth-of-type(2n) {
  margin-left: auto;
}

section.sec-newsList li.newsItem:nth-last-of-type(1) {
  height: auto;
  top: 0;
}

section.sec-newsList li.newsItem {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

section.sec-newsList li.newsItem a {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

section.sec-newsList li.newsItem .wrap-thumb {
  overflow: hidden;
  height: auto;
  display: block;
  position: relative;
  border-radius: 100%;
}

section.sec-newsList li.newsItem .wrap-thumb img.newsThumb {
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

section.sec-newsList li.newsItem .wrap-thumb .ball_shadow {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

section.sec-newsList li.newsItem .rope {
  height: auto;
  display: block;
}

section.sec-newsList li.newsItem .newsTitle {
  position: relative;
  background-color: #FFFF1A;
  border: solid #E21C4B;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: -0.03em;
  font-weight: 500;
  color: #E21C4B;
  white-space: nowrap;
  top: 0;
}

.wrap-info-block section.sec-newsList {
  padding-left: 0;
  padding-right: 0;
}

.wrap-info-block section.sec-newsList ul.newsList {
  margin: 0 auto 0 !important;
  padding-bottom: 0 !important;
}

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

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

section.sec-newsList {
  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-newsList .wrap-contents {
  width: 100%;
}

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

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

section.sec-newsList .to_join {
  background-color: #FFF;
}

section.sec-newsList .to_join:hover {
  background-color: #E21C4B;
}

section.sec-newsList .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-newsList .link_to_top .arrow {
  vertical-align: middle;
  position: relative;
}

@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;
  }

  .bg-news {
    height: 84.140625vw;
    background-size: 100vw 84.140625vw;
    top: 3.90625vw;
    width: 100%;
    background-image: url("/chara-sai/assets/index/img/pc/news/bg.png");
  }

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

  section.sec-newsList.top {
    padding-top: 0vw;
    margin-top: -14.0625vw;
  }

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

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

  section.sec-newsList.top li.newsItem:nth-last-of-type(1) {
    height: auto;
  }

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

  section.sec-newsList ul.newsList {
    width: 48.4375vw;
    margin: 6.25vw auto 6.25vw;
    gap: 3.125vw;
    padding-bottom: 4.6875vw;
    min-height: 46.875vw;
  }

  section.sec-newsList li.newsItem {
    width: 25.78125vw;
    height: 25.78125vw;
    --pukapuka: 0.5859375vw;
  }

  section.sec-newsList li.newsItem a {
    border-width: 0.234375vw;
    border-radius: 0.78125vw;
  }

  section.sec-newsList li.newsItem .wrap-thumb {
    width: 25.78125vw;
    height: 25.78125vw;
  }

  section.sec-newsList li.newsItem .rope {
    width: 12.3046875vw;
    margin: -1.640625vw auto -0.46875vw;
  }

  section.sec-newsList li.newsItem .newsTitle {
    font-size: 1.640625vw;
    margin-top: 2.34375vw;
    padding: 1.171875vw 0.5859375vw;
    border-width: 0.234375vw;
    border-radius: 0.5859375vw;
    line-height: 2.2265625vw;
    margin: 0vw auto;
  }

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

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

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

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

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

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

@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;
  }

  .bg-news {
    height: 1077px;
    background-size: 1280px 1077px;
    top: 50px;
  }

  section.sec-newsList {
    padding-top: 288px;
  }

  section.sec-newsList.top {
    padding-top: 0px;
    margin-top: -180px;
  }

  section.sec-newsList.top .button {
    margin-top: 50px;
  }

  section.sec-newsList .pageTitle {
    margin: -7px auto -4px;
    font-size: 38px;
  }

  section.sec-newsList ul.newsList {
    width: 620px;
    margin: 80px auto 80px;
    gap: 40px;
    padding-bottom: 60px;
    min-height: 600px;
  }

  section.sec-newsList li.newsItem {
    width: 330px;
    height: 330px;
    --pukapuka: 7.5px;
  }

  section.sec-newsList li.newsItem a {
    border-width: 3px;
    border-radius: 10px;
  }

  section.sec-newsList li.newsItem .wrap-thumb {
    width: 330px;
    height: 330px;
  }

  section.sec-newsList li.newsItem .rope {
    width: 157.5px;
    margin: -21px auto -6px;
  }

  section.sec-newsList li.newsItem .newsTitle {
    font-size: 21px;
    margin-top: 30px;
    padding: 15px 7.5px;
    border-width: 3px;
    border-radius: 7.5px;
    line-height: 28.5px;
    margin: 0px auto;
  }

  #anchor,
  #anchor,
  #anchor {
    margin-top: -160px;
    padding-top: 160px;
  }

  .mainContents {
    margin: 0px auto 0px;
  }

  section.sec-newsList .button-sticky {
    bottom: 40px;
  }

  section.sec-newsList .wrap-button {
    height: 60px;
  }

  section.sec-newsList .link_to_top {
    font-size: 16px;
    width: 90px;
    top: 21px;
    right: 32.5px;
  }

  section.sec-newsList .link_to_top .arrow {
    width: 5px;
    height: 10px;
    top: -2px;
    margin-right: 8px;
  }
}

@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: "";
  }

  .bg-news {
    width: 100vw;
    height: 174.358974359vw;
    background-size: 100vw 174.358974359vw;
    top: 0.5128205128vw;
    background-image: url("/chara-sai/assets/index/img/sp/news/bg.png");
  }

  section.sec-newsList {
    padding-top: 42.3076923077vw;
    padding-bottom: 30.7692307692vw;
  }

  section.sec-newsList.top {
    padding-top: 0vw;
    padding-bottom: 15.3846153846vw;
    margin-top: -58.9743589744vw;
  }

  section.sec-newsList.top .button {
    margin-top: 12.8205128205vw;
  }

  section.sec-newsList.top li.newsItem:nth-last-of-type(1),
  section.sec-newsList.top li.newsItem:nth-of-type(3) {
    height: auto;
  }

  section.sec-newsList.top li.newsItem:nth-of-type(4) {
    display: none;
  }

  section.sec-newsList .pageTitle {
    margin: -1.7948717949vw auto -0.7692307692vw;
    font-size: 8.2051282051vw;
  }

  section.sec-newsList ul.newsList {
    width: 94.8717948718vw;
    margin: 20.5128205128vw auto 20.5128205128vw;
    gap: 10.2564102564vw;
    padding-bottom: 15.3846153846vw;
    min-height: 102.5641025641vw;
  }

  section.sec-newsList li.newsItem {
    width: 56.4102564103vw;
    height: 56.4102564103vw;
    --pukapuka: 1.2820512821vw;
  }

  section.sec-newsList li.newsItem a {
    border-width: 0.7692307692vw;
    border-radius: 2.5641025641vw;
  }

  section.sec-newsList li.newsItem .wrap-thumb {
    width: 56.4102564103vw;
    height: 56.4102564103vw;
  }

  section.sec-newsList li.newsItem .rope {
    width: 26.9230769231vw;
    margin: -3.5897435897vw auto -1.0256410256vw;
  }

  section.sec-newsList li.newsItem .newsTitle {
    font-size: 3.5897435897vw;
    margin-top: 5.1282051282vw;
    padding: 2.5641025641vw 1.2820512821vw;
    border-width: 0.5128205128vw;
    border-radius: 1.2820512821vw;
    line-height: 4.8717948718vw;
    margin: 0vw auto;
  }

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

  .mainContents {
    width: 100%;
  }

  section.sec-newsList .button-sticky {
    bottom: 15.8974358974vw;
  }

  section.sec-newsList .link_to_top {
    font-size: 4.1025641026vw;
    width: 23.0769230769vw;
    margin-top: 5.1282051282vw;
    left: 0;
  }

  section.sec-newsList .link_to_top .arrow {
    width: 1.2820512821vw;
    height: 2.5641025641vw;
    top: -0.5128205128vw;
    margin-right: 2.0512820513vw;
  }
}

@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;
  }

  .bg-news {
    width: 780px;
    height: 1360px;
    background-size: 780px 1360px;
    top: 4px;
  }

  section.sec-newsList {
    padding-top: 330px;
    padding-bottom: 240px;
  }

  section.sec-newsList.top {
    padding-top: 0px;
    padding-bottom: 120px;
    margin-top: -460px;
  }

  section.sec-newsList.top .button {
    margin-top: 100px;
  }

  section.sec-newsList .pageTitle {
    margin: -14px auto -6px;
    font-size: 64px;
  }

  section.sec-newsList ul.newsList {
    width: 740px;
    margin: 160px auto 160px;
    gap: 80px;
    padding-bottom: 120px;
    min-height: 800px;
  }

  section.sec-newsList li.newsItem {
    width: 440px;
    height: 440px;
    --pukapuka: 10px;
  }

  section.sec-newsList li.newsItem a {
    border-width: 6px;
    border-radius: 20px;
  }

  section.sec-newsList li.newsItem .wrap-thumb {
    width: 440px;
    height: 440px;
  }

  section.sec-newsList li.newsItem .rope {
    width: 210px;
    margin: -28px auto -8px;
  }

  section.sec-newsList li.newsItem .newsTitle {
    font-size: 28px;
    margin-top: 40px;
    padding: 20px 10px;
    border-width: 4px;
    border-radius: 10px;
    line-height: 38px;
    margin: 0px auto;
  }

  #anchor,
  #anchor,
  #anchor {
    margin-top: -320px;
    padding-top: 320px;
  }

  section.sec-newsList .button-sticky {
    bottom: 124px;
  }

  section.sec-newsList .link_to_top {
    font-size: 32px;
    width: 180px;
    margin-top: 40px;
  }

  section.sec-newsList .link_to_top .arrow {
    width: 10px;
    height: 20px;
    top: -4px;
    margin-right: 16px;
  }
}