@charset "UTF-8";
@font-face {
  font-family: 'Kurobara';
  src: url(../font/kurobara-gothic-bold.ttf);
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  color: #000;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  -webkit-font-smoothing: antialiased;
}

body {
  background-color: #000;
  min-width: 1400px;
  font-size: 1.4rem;
  line-height: 1.5;
}

body::after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: left top;
  background-image: url(../img/common/bg.png);
  background-size: auto;
}

body.character::after {
  background-image: url(../img/character/common/bg.png);
}

img {
  vertical-align: top;
  max-width: 100%;
}

a {
  color: #000;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
}

a:hover {
  cursor: pointer;
}

ul {
  list-style: none;
}

td > table {
  display: inline-table;
}

[hidden] {
  display: none !important;
}

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

#deqwas-collection-k {
  display: none;
}

#roEntryFooter {
  z-index: 999999;
}

.entryBoxFooter li:nth-child(2) {
  display: none;
}

canvas {
  height: 100%;
  width: 100%;
  position: absolute;
}

.o-header {
  background-image: url(../img/header/confetti.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center top;
}

.o-header__inner {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding: 15px 15px 0;
}

.o-header__main {
  text-align: center;
  position: relative;
  z-index: 5;
}

.o-header__main .movie {
  position: absolute;
  top: 30px;
  right: 200px;
}

.o-header__text {
  text-align: center;
  position: absolute;
  bottom: 10px;
  z-index: 10;
  width: 100%;
  opacity: 0.1;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.o-header__text.open {
  -webkit-animation-name: slide_top;
          animation-name: slide_top;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

@-webkit-keyframes slide_top {
  0% {
    opacity: 0.1;
    -webkit-transform: translateY(100px) rotateX(360deg);
            transform: translateY(100px) rotateX(360deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) rotateX(0deg);
            transform: translateY(0) rotateX(0deg);
  }
}

@keyframes slide_top {
  0% {
    opacity: 0.1;
    -webkit-transform: translateY(100px) rotateX(360deg);
            transform: translateY(100px) rotateX(360deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) rotateX(0deg);
            transform: translateY(0) rotateX(0deg);
  }
}

.o-nav {
  width: 100%;
}

.o-nav nav {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  width: 100%;
  margin: 0 auto;
  z-index: 100;
  height: 70px;
  background-image: url(../img/nav/bg.png);
  background-repeat: repeat-x;
  background-position: left top;
  background-size: contain;
  -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 9px rgba(0, 0, 0, 0.5);
}

.o-nav__list {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  position: relative;
  bottom: 20px;
}

.o-nav__item:hover {
  cursor: pointer;
}

.o-nav__item a {
  display: block;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
}

.o-nav__item a:hover {
  cursor: pointer;
}

.o-nav__item--logo a {
  width: 108px;
  height: 108px;
  background-image: url(../img/nav/nav-logo.png);
}

.o-nav__item--01 a {
  width: 88px;
  background-image: url(../img/nav/nav01.png);
}

.o-nav__item--01 a:hover {
  background-image: url(../img/nav/nav01_on.png);
}

.o-nav__item--02 a {
  width: 141px;
  background-image: url(../img/nav/nav02.png);
}

.o-nav__item--02 a:hover {
  background-image: url(../img/nav/nav02_on.png);
}

.o-nav__item--03 a {
  width: 96px;
  background-image: url(../img/nav/nav03.png);
}

.o-nav__item--03 a:hover {
  background-image: url(../img/nav/nav03_on.png);
}

.o-nav__item--04 a {
  width: 95px;
  background-image: url(../img/nav/nav04.png);
}

.o-nav__item--04 a:hover {
  background-image: url(../img/nav/nav04_on.png);
}

.o-nav__item--05 a {
  width: 121px;
  background-image: url(../img/nav/nav05.png);
}

.o-nav__item--05 a:hover {
  background-image: url(../img/nav/nav05_on.png);
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  z-index: 100;
  top: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.sticky.sticky-fixed.is-sticky {
  position: fixed;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.sticky.sticky-fixed.is-sticky:not([style*="margin-top"]) {
  margin-top: 0 !important;
}

.sticky.sticky-fixed.is-sticky:not([style*="margin-bottom"]) {
  margin-bottom: 0 !important;
}

.sticky.sticky-fixed.is-absolute {
  position: absolute;
}

.o-event-info__list {
  list-style: none;
  width: 284px;
  height: 48px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: url(../img/header/info.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.o-event-info__item {
  width: 14.28571%;
}

.o-event-info__item:hover {
  cursor: pointer;
}

.tooltip {
  /*ツールチップの対象要素*/
  position: relative;
  text-shadow: none;
  line-height: 1.3;
}

.tooltip .tooltiptext {
  /*ツールチップ本体*/
  visibility: hidden;
  width: 150px;
  color: #000;
  background-color: #fff;
  border: 3px solid #5e48b8;
  text-align: center;
  border-radius: 6px;
  position: absolute;
  bottom: -40px;
  left: -110px;
  font-size: 1rem;
  z-index: 10;
  padding: 5px;
}

.tooltip .tooltiptext--wide {
  width: 200px;
  left: -150px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.tooltip .tooltiptext::after {
  /*吹き出しのアロー部分*/
  content: " ";
  position: absolute;
  right: 10px;
  top: -18px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent #5e48b8 transparent;
}

.tooltip .tooltiptext {
  /*表示させる際のアニメーションエフェクト。透明にしておく*/
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.tooltip:hover .tooltiptext {
  /*マウスホバーでアニメーションしながら表示*/
  opacity: 1;
}

.o-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.o-contents {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 0 3px #fff, 0 0 0 5px #eaeaea, 0 0 13px rgba(0, 0, 0, 0.35) inset;
          box-shadow: 0 0 0 3px #fff, 0 0 0 5px #eaeaea, 0 0 13px rgba(0, 0, 0, 0.35) inset;
  border-radius: 5px;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.8);
}

.o-contents + .o-contents {
  margin-top: 50px;
}

.o-contents__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.o-contents__inner + .o-contents__inner {
  margin-top: 50px;
}

.o-contents__body {
  padding: 0 30px;
}

.o-section {
  padding-top: 100px;
}

.o-section:first-child {
  padding-top: 50px;
}

.o-section:last-child {
  padding-bottom: 200px;
}

.o-section__sec_title {
  text-align: center;
  padding-bottom: 30px;
}

.o-nav-sp {
  display: none;
  background-image: url(../img/nav/bg.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  padding: 20% 0;
  position: fixed;
  overflow-y: scroll;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  visibility: hidden;
}

.o-nav-sp.is_active {
  visibility: visible;
  opacity: 1;
  z-index: 98;
}

.o-nav-sp__warpper {
  position: relative;
}

.o-nav-sp__logo {
  text-align: center;
  padding-bottom: 3em;
}

.o-nav-sp__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.o-nav-sp__item {
  text-align: center;
}

.o-nav-sp__item + .o-nav-sp__item {
  margin-top: 40px;
}

.o-hamburger {
  display: none;
}

.o-modal {
  display: none;
  height: 100vh;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  overflow-y: scroll;
}

.o-modal__contents {
  position: absolute;
  z-index: 10;
  top: 5%;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  overflow-y: scroll;
  padding: 30px;
  width: 75%;
}

.o-modal__close-button {
  position: absolute;
  top: 0;
  right: 0;
}

.o-modal__close-button:hover {
  cursor: pointer;
}

.o-modal__close-button span {
  display: inline-block;
  vertical-align: middle;
  color: #ce59ff;
  line-height: 1;
  width: 30px;
  height: 3px;
  background-color: #ce59ff;
  border-radius: 0.1em;
  position: relative;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.o-modal__close-button span::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ce59ff;
  border-radius: inherit;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.o-modal__table table {
  width: 100%;
  margin-top: 20px;
}

.o-modal__table table th {
  width: 30%;
  text-align: left;
  font-weight: normal;
  padding: 0.5em;
  background-color: #3affd4;
  border: 1px solid #bf44f2;
  vertical-align: middle;
}

.o-modal__table table th.title {
  background-color: #ffdc51;
}

.o-modal__table table td {
  font-weight: normal;
  vertical-align: middle;
  padding: 1em;
  border: 1px solid #bf44f2;
  background-color: #fff;
}

.o-modal-bg {
  display: none;
  background-color: rgba(255, 255, 255, 0.95);
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
}

.js-modal-open {
  cursor: pointer;
  background-color: #ce58ff;
  width: 220px;
  height: 45px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 10px 0 15px;
  font-weight: bold;
  margin-top: 20px;
}

.js-modal-open::after {
  content: "";
  display: inline-block;
  background-color: #fff;
  width: 7px;
  height: 12px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.o-loading {
  width: 100vw;
  height: 100vh;
  -webkit-transition: .3s all linear;
  transition: .3s all linear;
  z-index: 9999999;
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.o-loading__logo {
  -webkit-animation: loading_logo 2s ease-out 0s;
          animation: loading_logo 2s ease-out 0s;
}

@-webkit-keyframes loading_logo {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes loading_logo {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.o-loading__loaded {
  opacity: 0;
  visibility: hidden;
}

#roCommonHeader, #header, #g-nav, #main_body, #roEntryFooter, #button, #roComFooter {
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

#roCommonHeader.open, #header.open, #g-nav.open, #main_body.open, #roEntryFooter.open, #button.open, #roComFooter.open {
  -webkit-filter: blur(0px);
          filter: blur(0px);
}

.o-main {
  background-image: url(../img/common/contents-bg.png);
  background-repeat: repeat-y;
  background-position: left top;
  background-size: auto;
}

.o-ribbon {
  position: relative;
  height: 40px;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  background-image: url(../img/common/ribbon/middle.png);
  margin: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.o-ribbon::before, .o-ribbon::after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  width: 10px;
  height: 40px;
  position: absolute;
  top: 0;
}

.o-ribbon::before {
  left: -10px;
  background-image: url(../img/common/ribbon/left.png);
}

.o-ribbon::after {
  right: -10px;
  background-image: url(../img/common/ribbon/right.png);
}

.o-banner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.o-banner li {
  margin-bottom: 30px;
  width: 48%;
  max-width: 450px;
}

.o-banner li:nth-last-child(-n+1) {
  margin-bottom: 0;
}

.o-banner li .o-ribbon {
  margin-top: 10px;
}

.o-banner .image {
  margin: 0;
  position: absolute;
}

.o-banner .image--event_update {
  bottom: -60px;
  right: -60px;
  opacity: 0.1;
  -webkit-transform: translate(-100px, 50px);
          transform: translate(-100px, 50px);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.o-banner .image--event_update.scroll-in {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.o-banner--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.o-page-top {
  display: none;
  position: fixed;
  z-index: 10;
  right: 15px;
  bottom: 50px;
}

.o-page-top:hover {
  cursor: pointer;
}

.c-twitter__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-twitter__flex .left {
  width: 48%;
}

.c-twitter__flex .right {
  position: relative;
  width: 48%;
}

.c-twitter__flex .right .image {
  position: absolute;
  right: 90px;
  top: 180px;
  opacity: 0.1;
  -webkit-transform: translate(0px, 50px);
          transform: translate(0px, 50px);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.c-twitter__flex .right .image.scroll-in {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.c-goods__half {
  position: relative;
}

.c-goods__image {
  position: absolute;
  top: 230px;
  right: -15px;
  opacity: 0.1;
  -webkit-transform: translate(-100px, 50px);
          transform: translate(-100px, 50px);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.c-goods__image.scroll-in {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.c-other__flex {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-other__sample {
  text-align: center;
}

.c-other__buttons {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-other__button + .c-other__button {
  position: relative;
  margin-top: 25px;
}

.c-other__comment {
  margin-top: 15px;
}

.c-other__comment .illust {
  display: block;
}

.c-other__comment a {
  display: inline-block;
  margin-top: 10px;
}

/*-------------------------------------------------------------------*/
.charaInfo {
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
  border-radius: 2rem;
  border: 10px solid #00c;
  position: relative;
  margin-bottom: 6rem;
  background: white;
}

.charaInfo:before {
  content: "";
  display: block;
  padding-top: 53%;
}

.charaInfo .nameBox {
  position: absolute;
  top: 2rem;
  left: 30%;
  z-index: 500;
}

.charaInfo .nameBox h1 {
  /* web font*/
  font-family: vdl-logojrblack, sans-serif;
  font-weight: 900;
  font-style: normal;
  /*adobe*/
  color: #FF7C00;
  background: -webkit-linear-gradient(top, #FFB76B 0%, #FFA73D 50%, #FF7C00 51%, #FF7F04 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.charaInfo .prfBox {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  padding: 0 0 0 25%;
  z-index: 500;
}

.charaInfo .prfBox dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.charaInfo .prfBox dt {
  width: 20%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 0.2rem 0 0.2rem 0.5rem;
  border-bottom: 1px solid #fff;
  white-space: nowrap;
}

.charaInfo .prfBox dd {
  width: 80%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  color: #000;
  padding: 0.2rem 0 0.2rem 0.5rem;
  border-bottom: 1px solid #000;
  line-height: 180%;
}

.charaInfo .prfBox dt:last-of-type {
  border-bottom: none;
}

.charaInfo .prfBox dd:last-of-type {
  border-bottom: none;
  border-bottom-right-radius: 2rem;
}

.charaInfo .leftChara {
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  padding: 0;
  line-height: 0;
}

.charaInfo .rightChara {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  padding: 0;
  line-height: 0;
  z-index: 400;
}

/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/*------------------*/
.o-header-character {
  background-image: url(../img/character/header/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.o-header-character__inner {
  position: relative;
}

.o-header-character__main img {
  width: 100%;
}

.o-header-character__title {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.c-character__schedule {
  position: relative;
  top: -5px;
}

.c-character__schedule img {
  width: 100%;
}

.c-character__catch {
  padding-top: 50px;
  text-align: center;
}

.c-character__section {
  margin-top: 50px;
}

.c-character__section.mt {
  margin-top: 80px;
}

.c-character__section.last {
  padding-bottom: 200px;
}

.c-character__sec-title {
  text-align: center;
}

.c-character__body {
  margin-top: 45px;
}

.c-character__body.vote {
  margin-top: 75px;
}

.c-character__final-result {
  max-width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-character__final-result .box .image {
  text-align: center;
}

.c-character__final-result .box table {
  width: 100%;
  margin-top: 25px;
}

.c-character__final-result .box table th {
  text-align: center;
  color: #fff;
  padding: 10px;
  border: 1px solid #4d4d4d;
}

.c-character__final-result .box table td {
  padding: 10px;
  background-color: #fff;
  border: 1px solid #4d4d4d;
}

.c-character__final-result .box table .votes {
  text-align: center;
  background-color: #fffee7;
}

.c-character__final-result .box.male th {
  background-color: #1888d6;
}

.c-character__final-result .box.male p {
  margin-top: 15px;
}

.c-character__final-result .box.male p span {
  color: #ac0000;
}

.c-character__final-result .box.female th {
  background-color: #e74f8c;
}

.c-character__intermediate-announcement {
  max-width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-character__intermediate-announcement .box .image {
  text-align: center;
}

.c-character__intermediate-announcement .box table {
  width: 100%;
  margin-top: 25px;
}

.c-character__intermediate-announcement .box table th {
  text-align: center;
  color: #fff;
  padding: 10px;
  border: 1px solid #4d4d4d;
}

.c-character__intermediate-announcement .box table td {
  padding: 10px;
  background-color: #fff;
  border: 1px solid #4d4d4d;
}

.c-character__intermediate-announcement .box table .votes {
  text-align: center;
  background-color: #fffee7;
}

.c-character__intermediate-announcement .box.male th {
  background-color: #1888d6;
}

.c-character__intermediate-announcement .box.male p {
  margin-top: 15px;
}

.c-character__intermediate-announcement .box.male p span {
  color: #ac0000;
}

.c-character__intermediate-announcement .box.female th {
  background-color: #e74f8c;
}

.c-character__vote {
  max-width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-character__vote .block {
  width: 47%;
}

.c-character__vote .block:nth-child(3) {
  margin-top: 30px;
}

.c-character__vote .block:nth-child(4) {
  margin-top: 30px;
}

.c-character__vote .box {
  margin-top: 10px;
  background-color: #c52121;
  padding: 15px;
  height: 150px;
}

.c-character__vote .box p {
  font-size: 1.4rem;
  color: #fff;
}

.c-character__vote .box p span {
  color: #d2ffa2;
  font-weight: bold;
}

.c-character__vote .box p a {
  color: #fff846;
  border-bottom: 1px solid #fff846;
  padding-bottom: 3px;
}

.c-character__vote .box p span.note {
  color: #fff;
  font-weight: normal;
  font-size: 1.2rem;
}

.c-character__banner {
  margin-top: 50px;
  text-align: center;
}

.c-character__intro + .c-character__intro {
  margin-top: 120px;
}

.c-character__intro h3 {
  text-align: center;
}

.c-character__intro .block {
  max-width: 950px;
  margin: 100px auto 0;
  background-color: #fff;
  border-radius: 20px;
  border: 10px solid #2a8308;
  /*-----  タイトル設定 -------*/
  /* 640px～1200px calc( 基準サイズ ((1vm -  [ビューポートの幅の最小値/100] ) * [100 * フォントサイズの差 / ビューポートの幅の差] ) ) */
}

.c-character__intro .block .rightChara {
  right: 5%;
}

.c-character__intro .block h2 {
  text-shadow: #fff 2px 0px,  #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px , #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px,  #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px,  #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
}

.c-character__intro .block--01 .rightChara {
  right: 0;
}

.c-character__intro .block--14 .leftChara {
  max-width: 370px;
}

.c-character__intro .block--16 .leftChara {
  bottom: 30%;
}

.c-character__intro .block h1 {
  font-size: 36px;
  font-size: calc(2.4rem + ((1vw - 0.64rem) * 2));
  /* 24px~36pxで可変*/
  line-height: 1.5;
}

.c-character__intro .block h2 {
  font-size: 24px;
  font-size: calc(1.8rem + ((1vw - 0.64rem) * 1.2));
  /* 22px~24pxで可変*/
  font-weight: bold;
  line-height: 1.5;
}

.c-character__intro .block h3 {
  font-size: 20px;
  font-size: calc(1.1rem + ((1vw - 0.64rem) * 1.2));
  /* 18px~20pxで可変*/
  font-weight: bold;
  line-height: 1.5;
}

@media only screen and (max-width: 599px) {
  body {
    min-width: auto;
    line-height: 1.5;
  }
  .o-header {
    background-image: none;
  }
  .o-header__inner {
    padding: 10px 10px 0;
  }
  .o-header__main .movie {
    top: 5px;
    right: 5px;
  }
  .o-header__main .movie img {
    max-width: 150px;
  }
  .o-header__text {
    left: 0;
    right: 0;
    margin: auto;
    padding: 0 10px;
    bottom: 20px;
  }
  .o-nav {
    display: none;
  }
  .o-contents {
    padding: 15px;
  }
  .o-section {
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 75px;
  }
  .o-section:first-child {
    padding-top: 30px;
  }
  .o-section:last-child {
    padding-bottom: 100px;
  }
  .o-section__sec_title {
    padding: 0 10px;
    padding-bottom: 15px;
  }
  .o-nav-sp {
    display: block;
  }
  .o-hamburger {
    display: block;
    position: fixed;
    z-index: 99;
    top: 1rem;
    right: 1rem;
    width: 45px;
    height: 45px;
    background-color: #003d63;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
  }
  .o-hamburger:hover {
    cursor: pointer;
  }
  .o-hamburger span {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 1px;
    background-color: #fff;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
  }
  .o-hamburger span + span {
    margin-top: 5px;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
  }
  .o-hamburger.is_active {
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    border: none;
  }
  .o-hamburger.is_active span:nth-child(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .o-hamburger.is_active span:nth-child(2) {
    display: none;
  }
  .o-hamburger.is_active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .o-hamburger.is_active span + span {
    margin-top: 0;
    top: -1px;
  }
  .o-modal__contents {
    width: 90%;
    padding: 0;
    padding-top: 30px;
  }
  .o-modal__close-button {
    top: 15px;
  }
  .js-modal-open {
    margin-top: 10px;
  }
  .o-loading {
    background-size: cover;
  }
  .o-main {
    background-size: contain;
  }
  .o-ribbon {
    line-height: 1;
  }
  .o-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .o-banner li {
    margin-bottom: 20px;
    width: 100%;
  }
  .o-banner li.dammy {
    display: none;
  }
  .o-banner .image {
    position: static;
  }
  .o-page-top img {
    max-width: 100px;
  }
  .c-twitter__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-twitter__flex .left {
    width: 100%;
  }
  .c-twitter__flex .right {
    width: 100%;
    margin-top: 20px;
  }
  .c-twitter__flex .right .image {
    position: static;
    margin-top: 20px;
  }
  .c-goods__half {
    width: 100%;
  }
  .c-goods__image {
    position: static;
    margin-top: 20px;
  }
  .c-other__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-other__buttons {
    width: 100%;
    margin-top: 10px;
  }
  .c-other__button + .c-other__button {
    margin-top: 10px;
  }
  .c-character__catch {
    padding: 0 10px;
  }
  .c-character__section.mt {
    margin-top: 40px;
  }
  .c-character__body {
    margin-top: 30px;
  }
  .c-character__body.vote {
    margin-top: 30px;
  }
  .c-character__final-result {
    padding: 0 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-character__final-result .box.female {
    margin-top: 40px;
  }
  .c-character__intermediate-announcement {
    padding: 0 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-character__intermediate-announcement .box.female {
    margin-top: 40px;
  }
  .c-character__vote {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 10px;
  }
  .c-character__vote .block {
    width: 100%;
  }
  .c-character__vote .block + .block {
    margin-top: 20px;
  }
  .c-character__vote .block:nth-child(3) {
    margin-top: 20px;
  }
  .c-character__vote .block:nth-child(4) {
    margin-top: 20px;
  }
  .c-character__vote .box {
    height: auto;
  }
  .c-character__banner {
    padding: 0 10px;
  }
  .c-character__intro {
    margin: 0 10px;
    overflow: hidden;
  }
  .c-character__intro + .c-character__intro {
    margin-top: 50px;
  }
  .c-character__intro .block {
    margin-top: 30px;
  }
  .c-character__intro .block .leftChara {
    max-width: 200px;
  }
  .c-character__intro .block .rightChara {
    top: 5%;
    right: 10%;
    max-width: 60px;
  }
  .c-character__intro .block--01 .leftChara {
    max-width: 170px;
  }
  .c-character__intro .block--02 .leftChara {
    max-width: 150px;
  }
  .c-character__intro .block--03 .leftChara {
    max-width: 180px;
  }
  .c-character__intro .block--04 .leftChara {
    max-width: 130px;
  }
  .c-character__intro .block--05 .leftChara {
    max-width: 130px;
  }
  .c-character__intro .block--06 .leftChara {
    max-width: 100px;
  }
  .c-character__intro .block--07 .leftChara {
    max-width: 100px;
  }
  .c-character__intro .block--08 .leftChara {
    max-width: 150px;
  }
  .c-character__intro .block--09 .leftChara {
    max-width: 120px;
  }
  .c-character__intro .block--10 .leftChara {
    max-width: 100px;
  }
  .c-character__intro .block--11 .leftChara {
    max-width: 110px;
  }
  .c-character__intro .block--12 .leftChara {
    max-width: 110px;
  }
  .c-character__intro .block--13 .leftChara {
    max-width: 130px;
  }
  .c-character__intro .block--14 .leftChara {
    max-width: 130px;
  }
  .c-character__intro .block--15 .leftChara {
    max-width: 130px;
  }
  .c-character__intro .block--16 .leftChara {
    max-width: 130px;
  }
  .c-character__intro .block--17 .leftChara {
    max-width: 120px;
  }
  .c-character__intro .block--18 .leftChara {
    max-width: 130px;
  }
  .c-character__intro .block--19 .leftChara {
    max-width: 130px;
  }
}

@media screen and (min-width: 1401px) {
  body::after {
    background-size: cover;
  }
  .o-main {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top 100px;
  }
}

@media only screen and (min-width: 1401px) {
  .o-header {
    background-size: cover;
  }
  .o-header-character__main {
    text-align: center;
  }
}

@media (max-width: 62.5em) {
  /* 1000px以下 */
  .prfBox dl {
    font-size: var(--fontBody);
  }
  .charaInfo .prfBox dt:nth-of-type(6) {
    display: none;
  }
  .charaInfo .prfBox dt:nth-of-type(7) {
    display: none;
  }
  .charaInfo .prfBox dd:nth-of-type(6) {
    display: none;
  }
  .charaInfo .prfBox dd:nth-of-type(7) {
    display: none;
  }
}

@media (max-width: 52em) {
  /* */
  .charaInfo .prfBox dt:nth-of-type(-n+3) {
    display: none;
  }
  .charaInfo .prfBox dt:nth-of-type(8) {
    display: none;
  }
  .charaInfo .prfBox dd:nth-of-type(-n+3) {
    display: none;
  }
  .charaInfo .prfBox dd:nth-of-type(8) {
    display: none;
  }
  .sexBox {
    display: block;
  }
  .sexBox .sex {
    width: 100%;
  }
}

@media (min-width: 75em) {
  .c-character__intro .block {
    /* 1200px以上でフォントサイズを固定*/
  }
  .c-character__intro .block h1 {
    font-size: 3.6rem;
    /* 36px*/
  }
  .c-character__intro .block h2 {
    font-size: 2.4rem;
    /* 24px*/
  }
  .c-character__intro .block h3 {
    font-size: 2rem;
    /* 20px*/
  }
}

@media (max-width: 40em) {
  .c-character__intro .block {
    /* 640px以下 でフォントサイズを固定*/
  }
  .c-character__intro .block body {
    font-size: 1.2rem;
  }
  .c-character__intro .block h1 {
    font-size: 2.4rem;
  }
  .c-character__intro .block h2 {
    font-size: 2rem;
  }
  .c-character__intro .block h3 {
    font-size: 1.6rem;
  }
}
