@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: #333333;
  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.2rem;
  line-height: 1.7;
}

body.index {
  background: repeating-linear-gradient(90deg, #ffc7c5, #ffc7c5 100px, #ffaca9 101px, #ffaca9 200px);
}

body.entry {
  background: repeating-linear-gradient(90deg, #c7e7fe, #c7e7fe 100px, #a1d8ff 101px, #a1d8ff 200px);
}

body.entry-check {
  background: repeating-linear-gradient(90deg, #d0ffde, #d0ffde 100px, #b3f5b7 101px, #b3f5b7 200px);
}

body.prize {
  background: repeating-linear-gradient(90deg, #ffe9bc, #ffe9bc 100px, #ffd57f 101px, #ffd57f 200px);
}

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

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

a:hover {
  opacity: 0.7;
}

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

.o-header {
  position: relative;
  overflow: hidden;
  background: repeating-linear-gradient(90deg, #fffea2, #fffea2 100px, #ffe50e 101px, #ffe50e 200px);
}

.o-header__sponsorship {
  position: absolute;
  z-index: 15;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

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

.o-header__main img {
  width: 100%;
}

.o-header__flag {
  position: absolute;
  z-index: 5;
  top: 0;
}

.o-header__flag--left {
  left: 0;
}

.o-header__flag--right {
  right: 0;
}

.o-header__image {
  position: absolute;
  z-index: 15;
}

.o-header__image--01 {
  top: 25px;
  left: 7%;
}

.o-header__image--02 {
  top: 25px;
  right: 7%;
}

.o-header__image--03 {
  bottom: 115px;
  left: 10%;
}

.o-header__date {
  position: relative;
  z-index: 5;
  text-align: center;
  height: 84px;
  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;
  background-image: url(../img/header/bg_date.png);
  background-repeat: repeat-x;
  background-position: top left;
  background-size: contain;
}

.o-nav {
  width: 100%;
}

.o-nav nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  height: 108px;
  margin: 0 auto;
  z-index: 999;
  -webkit-box-shadow: 0px 4px 4px rgba(87, 41, 2, 0.49) inset;
          box-shadow: 0px 4px 4px rgba(87, 41, 2, 0.49) inset;
  background-image: url(../img/nav/bg-nav.png);
  background-repeat: repeat-x;
  background-position: left top;
  background-size: contain;
  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-nav__list {
  max-width: 1200px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.o-nav__item a {
  display: block;
  width: 298px;
  height: 88px;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.o-nav__item a:hover {
  opacity: 1;
}

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

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

.o-nav__item--index a.active {
  background-image: url(../img/nav/index_active.png);
}

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

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

.o-nav__item--entry a.active {
  background-image: url(../img/nav/entry_active.png);
}

.o-nav__item--entry-check a {
  background-image: url(../img/nav/entry-check.png);
}

.o-nav__item--entry-check a:hover {
  background-image: url(../img/nav/entry-check_on.png);
}

.o-nav__item--entry-check a.active {
  background-image: url(../img/nav/entry-check_active.png);
}

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

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

.o-nav__item--prize a.active {
  background-image: url(../img/nav/prize_check.png);
}

.o-nav__item--prize_none a {
  pointer-events: none;
  background-image: url(../img/nav/prize_none.png);
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  z-index: 999;
  top: 0;
  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 {
  max-width: calc(1200px + 2rem);
  padding: 0 1rem;
  margin: 0 auto;
}

.o-contents {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  background-color: white;
}

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

.o-contents:last-child {
  margin-bottom: 160px;
}

.o-contents--index {
  border: 4px solid #e60000;
}

.o-contents--index .o-contents__title {
  background-color: #e60000;
}

.o-contents--entry {
  border: 4px solid #0078ef;
}

.o-contents--entry .o-contents__title {
  background-color: #0078ef;
}

.o-contents--entry-check {
  border: 4px solid #27a809;
}

.o-contents--entry-check .o-contents__title {
  background-color: #27a809;
}

.o-contents--prize {
  border: 4px solid #ff8400;
}

.o-contents--prize .o-contents__title {
  background-color: #ff8400;
}

.o-contents--prize-last {
  margin-bottom: 60px !important;
}

.o-contents__title {
  padding: 20px 0;
  text-align: center;
}

.o-contents__body {
  padding: 40px;
}

.o-contents__text {
  text-align: center;
  margin-bottom: 35px;
}

.o-contents__box h5 {
  margin-bottom: 20px;
}

.o-contents__box .body {
  padding: 0 40px 20px;
}

.o-section {
  margin-bottom: 70px;
}

.o-section:first-child {
  margin-top: 100px;
}

.o-nav-sp {
  display: none;
  background: repeating-linear-gradient(90deg, #fffea2, #fffea2 50px, #ffe50e 51px, #ffe50e 100px);
  padding: 10% 5%;
  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: 999;
}

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

.o-nav-sp__flag {
  position: absolute;
  z-index: 5;
  top: 0;
}

.o-nav-sp__flag img {
  max-width: 100px;
}

.o-nav-sp__flag--left {
  left: 0;
}

.o-nav-sp__flag--right {
  right: 0;
}

.o-nav-sp__sponsorship {
  position: absolute;
  z-index: 15;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.o-nav-sp__sponsorship img {
  max-width: 100px;
}

.o-nav-sp__logo {
  text-align: center;
  padding: 15px 0;
}

.o-nav-sp__list {
  margin-top: 10px;
}

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

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

.o-nav-sp__item a {
  display: block;
  width: 298px;
  height: 88px;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  margin: 0 auto;
}

.o-nav-sp__item--index a {
  background-image: url(../img/nav/index.png);
}

.o-nav-sp__item--entry a {
  background-image: url(../img/nav/entry.png);
}

.o-nav-sp__item--entry-check a {
  background-image: url(../img/nav/entry-check.png);
}

.o-nav-sp__item--prize a {
  background-image: url(../img/nav/prize.png);
}

.o-nav-sp__item--prize_none a {
  pointer-events: none;
  background-image: url(../img/nav/prize_none.png);
}

.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: all 1s;
  transition: all 1s;
  background-image: url(../img/common/bg_loading.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% 100%;
  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__loaded {
  opacity: 0;
  visibility: hidden;
}

.o-loading__bar-bg {
  background-color: #ce58ff;
  width: 300px;
  margin: 50px auto 0;
  height: 20px;
}

.o-loading__bar {
  width: 100%;
  height: 100%;
  background: #3affd4;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  -webkit-animation: loading_bar 2s linear 0s;
          animation: loading_bar 2s linear 0s;
}

@-webkit-keyframes loading_bar {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes loading_bar {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

.o-main {
  padding-top: 80px;
}

.o-title {
  text-align: center;
  margin-bottom: 45px;
}

.o-table table {
  width: 100%;
  color: #000;
}

.o-table th {
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
  padding: 10px;
  font-size: 1.4rem;
}

.o-table td {
  vertical-align: middle;
  padding: 10px;
  background-color: #fff;
}

.o-table--blue th {
  border: 1px solid #5991d5;
  background-color: #c4e6fe;
}

.o-table--blue th.light {
  background-color: #e7f5ff;
}

.o-table--blue td {
  border: 1px solid #5991d5;
}

.o-table--red th {
  border: 1px solid #eb716a;
  background-color: #ffc4c0;
}

.o-table--red th.light {
  background-color: #ffe3e1;
}

.o-table--red td {
  border: 1px solid #eb716a;
}

.o-table ul li {
  padding-left: 1em;
  text-indent: -1em;
}

.o-mask-area {
  position: relative;
  overflow: hidden;
}

.o-mask-area .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  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-mask-area .caption {
  text-align: center;
  font-size: 2.0rem;
  font-weight: bold;
  color: #fff;
}

.o-mask-area:hover {
  cursor: pointer;
}

.o-mask-area:hover .mask {
  opacity: 1;
}

.o-mask-area.special-frame .caption {
  font-size: 1.6rem;
}

.c-top__flex01 {
  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-top__note {
  margin-top: 20px;
  font-weight: bold;
  font-size: 1.4rem;
}

.c-top__note span {
  color: #e60000;
}

.c-top__note a {
  color: #e60000;
  border-bottom: 1px solid #e60000;
  padding-bottom: 5px;
}

.c-top__illust {
  margin-top: 40px;
  border: 3px solid #f2af5f;
}

.c-top__illust-body {
  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;
}

.c-top__illust-right {
  width: 82%;
}

.c-top__illust-right .illustrator-text {
  margin-top: 10px;
  font-size: 1.4rem;
}

.c-top__illust-right .link {
  margin-top: 20px;
  font-size: 1.4rem;
}

.c-top__illust-right .link .title::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  background-color: #d57400;
  width: 6px;
  height: 8px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.c-top__illust-right .link a {
  color: #d57400;
  display: inline-block;
  margin-right: 1em;
  font-size: 1.6rem;
}

.c-top__illust-right .link .note {
  display: inline-block;
  margin-bottom: 0;
}

.c-top__flex02 {
  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-top__flex02 .left {
  width: 48%;
  border: 3px solid #176bbf;
}

.c-top__flex02 .right {
  width: 48%;
}

.c-top__flex02 .right .o-contents__box {
  border: 3px solid #d2564f;
}

.c-top__flex02 .body {
  padding: 0 20px 20px;
}

.c-top__flex03 {
  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;
}

.c-top__links {
  border: 3px solid #ff6262;
}

.c-top__links + .c-top__links {
  margin-top: 35px;
}

.c-top__links .body {
  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;
}

.c-top__links .body a {
  display: block;
  margin: 0 30px;
}

.c-top__links--button .body {
  padding: 0 20px 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-top__links--button .body a {
  margin: 0;
}

.c-entry {
  font-size: 1.4rem;
}

.c-entry__top-list {
  max-width: 600px;
  margin: -15px auto 0;
  background-color: #e7f5ff;
  padding: 20px;
}

.c-entry__top-list li {
  padding-left: 1em;
  text-indent: -1.3em;
  font-weight: bold;
}

.c-entry__top-list li + li {
  margin-top: 1em;
}

.c-entry__top-list li::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 1px;
  width: 12px;
  height: 12px;
  background-color: #0078ef;
  border-radius: 50%;
  margin-right: 10px;
}

.c-entry__flex01 {
  margin-top: 40px;
  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-entry__flex01 .left {
  width: 48%;
  border: 3px solid #176bbf;
}

.c-entry__flex01 .left .body {
  padding-bottom: 65px;
}

.c-entry__flex01 .right {
  width: 48%;
  border: 3px solid #d2564f;
}

.c-entry__flex01 .body {
  padding: 0 20px 20px;
}

.c-entry__flex01 .body .o-table th, .c-entry__flex01 .body .o-table td {
  width: 100%;
  display: block;
}

.c-entry__flex01 .body .o-table th {
  border-top: none;
}

.c-entry__flex01 .body .o-table td {
  border-top: none;
}

.c-entry__flex01 .body .o-table--blue {
  border-top: 1px solid #5991d5;
}

.c-entry__flex01 .body .o-table--red {
  border-top: 1px solid #eb716a;
}

.c-entry__note {
  margin-top: 20px;
  font-weight: bold;
}

.c-entry__note span {
  color: #e60000;
}

.c-entry__block + .c-entry__block {
  margin-top: 25px;
}

.c-entry__block + .c-entry__block::before {
  content: "";
  width: 100%;
  height: 10px;
  display: block;
  background-image: url(../img/entry/border.png);
  background-repeat: repeat-x;
  background-position: left top;
  background-size: contain;
  margin-bottom: 25px;
}

.c-entry__block h4 {
  font-weight: bold;
}

.c-entry__block h4::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 1px;
  width: 12px;
  height: 12px;
  background-color: #0078ef;
  border-radius: 50%;
  margin-right: 10px;
}

.c-entry__block ul {
  margin-top: 15px;
  margin-left: 20px;
}

.c-entry__block ul li {
  padding-left: 1em;
  text-indent: -1em;
}

.c-entry__block ul li + li {
  margin-top: 10px;
}

.c-entry__block ul + ul {
  margin-top: 15px;
}

.c-entry__block ul.blue {
  color: #6270a2;
  padding-left: 1.3em;
}

.c-entry__block ul.blue li::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 1px;
  width: 6px;
  height: 6px;
  background-color: #5991d5;
  border-radius: 50%;
  margin-right: 10px;
}

.c-entry__block p {
  margin-top: 15px;
  margin-left: 20px;
}

.c-entry__block p + p {
  margin-top: 10px;
}

.c-entry__block p + ul {
  margin-top: 5px;
}

.c-entry__block p span {
  color: #0078ef;
}

.c-entry__block p.min {
  font-size: 1.2rem;
}

.c-entry__block a {
  color: #0078ef;
  border-bottom: 1px solid #0078ef;
  padding-bottom: 1px;
}

.c-entry__block .copyright {
  margin-left: 22px;
  margin-top: 20px;
  background-color: #c7e7fe;
  padding: 15px 20px;
  max-width: 530px;
}

.c-entry__application-text {
  letter-spacing: 1px;
}

.c-entry__application-text ul {
  background-color: #e7f5ff;
  margin-top: 20px;
  padding: 20px;
}

.c-entry__application-text ul li {
  padding-left: 1em;
  text-indent: -1.3em;
}

.c-entry__application-text ul li + li {
  margin-top: 1em;
}

.c-entry__application-text ul li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #0078ef;
  border-radius: 50%;
  margin-right: 10px;
}

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

.c-entry__application h4 {
  margin-top: 25px;
}

.c-entry__application .btn {
  display: block;
}

.c-entry__application .link {
  display: block;
  margin-top: 35px;
}

.c-entry-check {
  font-size: 1.4rem;
}

.c-entry-check__block + .c-entry-check__block {
  margin-top: 40px;
}

.c-entry-check__block h5 {
  text-align: center;
}

.c-entry-check__block .box + .box {
  margin-top: 25px;
}

.c-entry-check__block .box + .box::before {
  content: "";
  width: 100%;
  height: 10px;
  display: block;
  background-image: url(../img/entry-check/border.png);
  background-repeat: repeat-x;
  background-position: left top;
  background-size: contain;
  margin-bottom: 25px;
}

.c-entry-check__block .box h6 {
  margin-top: 20px;
  font-weight: bold;
}

.c-entry-check__block .box h6::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 1px;
  width: 12px;
  height: 12px;
  background-color: #27a809;
  border-radius: 50%;
  margin-right: 10px;
}

.c-entry-check__block .box h6.question {
  color: #27a809;
  padding-left: 5px;
}

.c-entry-check__block .box h6.question::before {
  content: none;
}

.c-entry-check__block .box ul {
  margin-top: 15px;
  margin-left: 22px;
}

.c-entry-check__block .box ul li {
  padding-left: 1em;
  text-indent: -1em;
}

.c-entry-check__block .box ul li + li {
  margin-top: 10px;
}

.c-entry-check__block .box ul li.min {
  font-size: 1.2rem;
}

.c-entry-check__block .box ul li span {
  color: #e60000;
}

.c-entry-check__block .box ul + ul {
  margin-top: 15px;
}

.c-entry-check__block .box p {
  margin-top: 15px;
  margin-left: 22px;
}

.c-entry-check__block .box p + p {
  margin-top: 10px;
}

.c-entry-check__block .box p + ul {
  margin-top: 10px;
}

.c-entry-check__block .box p.answer span {
  color: #ff8400;
  font-weight: bold;
}

.c-entry-check__block .box .copyright {
  margin-left: 22px;
  margin-top: 20px;
  background-color: #ebf7ec;
  padding: 15px 20px;
  max-width: 530px;
}

.c-prize__text {
  font-weight: bold;
  background-color: #fff8e7;
  padding: 2em;
  line-height: 2;
}

.c-prize__btn {
  max-width: 1120px;
  margin: 0 auto 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-prize__btn li {
  display: inline-block;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.c-prize__btn li:nth-child(1) {
  width: 558px;
  height: 98px;
  background-image: url(../img/prize/btn01_deactive.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 15px;
}

.c-prize__btn li:nth-child(1).active {
  height: 124px;
  background-image: url(../img/prize/btn01.png);
}

.c-prize__btn li:nth-child(2) {
  width: 558px;
  height: 98px;
  background-image: url(../img/prize/btn02_deactive.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 15px;
}

.c-prize__btn li:nth-child(2).active {
  height: 124px;
  background-image: url(../img/prize/btn02.png);
}

.c-prize__btn li:hover {
  cursor: pointer;
  opacity: .8;
}

.c-prize__title {
  text-align: center;
  margin-bottom: 40px;
}

.c-prize a:hover {
  opacity: 1;
}

.c-prize__list {
  margin-top: 40px;
  background-color: #fff8e7;
  padding: 20px;
}

.c-prize__list li {
  padding-left: 1em;
  text-indent: -1.3em;
  font-weight: bold;
  font-size: 1.4rem;
}

.c-prize__list li + li {
  margin-top: 1em;
}

.c-prize__list li::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 1px;
  width: 6px;
  height: 6px;
  background-color: #ff8400;
  border-radius: 50%;
  margin-right: 10px;
}

.c-prize__gold-block .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.c-prize__gold-block .body .left.gold-frame {
  position: relative;
  background-image: url(../img/prize/illust/frame-gold.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 55px;
  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;
}

.c-prize__gold-block .body .left.gold-frame--chara {
  background-image: url(../img/prize/chara/frame-gold.png);
  padding: 50px;
}

.c-prize__gold-block .body .right {
  width: 46%;
}

.c-prize__gold-block .body .right .box + .box {
  margin-top: 40px;
}

.c-prize__gold-block .body .right p {
  font-size: 2.4rem;
  font-weight: bold;
  padding: 1em 1em 0;
  line-height: 1;
}

.c-prize__gold-block .body .right p.text {
  font-size: 1.8rem;
  line-height: 1.7;
}

.c-prize__gold-block .comment-text {
  font-weight: bold;
  padding: 2em 2em 0;
  font-size: 1.4rem;
}

.c-prize__silver-block {
  margin-top: 70px;
}

.c-prize__silver-block .body {
  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-prize__silver-block .body .box {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-prize__silver-block .body .silver-frame {
  position: relative;
  background-image: url(../img/prize/illust/frame-silver.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 50px;
  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;
}

.c-prize__silver-block .body .silver-frame--chara {
  background-image: url(../img/prize/chara/frame-silver.png);
  padding: 50px;
}

.c-prize__silver-block .body .title-box {
  margin-top: 40px;
}

.c-prize__silver-block .body .title-box p {
  font-size: 2.4rem;
  font-weight: bold;
  padding: 1em 1em 0;
  line-height: 1;
}

.c-prize__silver-block .body .title-box p.text {
  font-size: 1.8rem;
  line-height: 1.7;
}

.c-prize__silver-block .body .title-box p.text--min {
  font-size: 1.4rem;
  line-height: 1.7;
}

.c-prize__silver-block .body .title-box p.text--min-height {
  min-height: 140px;
}

.c-prize__yuichiro-block {
  margin-top: 70px;
}

.c-prize__yuichiro-block .body {
  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-prize__yuichiro-block .body .box {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-prize__yuichiro-block .body .yuichiro-frame {
  position: relative;
  background-image: url(../img/prize/illust/frame-yuichiro.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 50px;
  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;
}

.c-prize__yuichiro-block .body .title-box {
  margin-top: 40px;
}

.c-prize__yuichiro-block .body .title-box.yuichiro {
  margin-top: 170px;
}

.c-prize__yuichiro-block .body .title-box p {
  font-size: 2.4rem;
  font-weight: bold;
  padding: 1em 1em 0;
  line-height: 1;
}

.c-prize__yuichiro-block .body .title-box p.text {
  font-size: 1.8rem;
  line-height: 1.7;
}

.c-prize__yuichiro-block .body .title-box p.text--min {
  font-size: 1.4rem;
  line-height: 1.7;
}

.c-prize__yuichiro-block .body .title-box p.text--min-height {
  min-height: 140px;
}

.c-prize__bronze-block {
  margin-top: 70px;
}

.c-prize__bronze-block .body {
  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;
}

.c-prize__bronze-block .body::after {
  content: "";
  display: block;
  width: 29%;
}

.c-prize__bronze-block .body .box {
  width: 29%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-prize__bronze-block .body .box.mt {
  margin-top: 50px;
}

.c-prize__bronze-block .body .bronze-frame {
  position: relative;
  background-image: url(../img/prize/illust/frame-bronze.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 32px;
  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;
  margin-bottom: 20px;
}

.c-prize__bronze-block .body .title-box {
  margin-bottom: 20px;
}

.c-prize__bronze-block .body .title-box--last {
  margin-top: auto;
  margin-bottom: 0;
}

.c-prize__bronze-block .body .title-box h5 {
  text-align: center;
}

.c-prize__bronze-block .body .title-box p {
  font-size: 1.2rem;
  font-weight: bold;
  padding: 1em 1em 0 2em;
  line-height: 1;
}

.c-prize__bronze-block .body .title-box p.text {
  font-size: 1.2rem;
  line-height: 1.7;
}

.c-prize__special-block {
  margin-top: 70px;
}

.c-prize__special-block .body {
  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;
}

.c-prize__special-block .body .box {
  width: 19%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}

.c-prize__special-block .body .box--dammy {
  width: 19%;
}

.c-prize__special-block .body .special-frame {
  border: 1px solid #79c1e6;
  margin-bottom: 10px;
}

.c-prize__special-block .body .bottom p {
  padding: .5em;
  font-size: 1.4rem;
  text-align: center;
  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;
}

.c-prize__special-block .body .bottom .title {
  background-color: #e7fbff;
  font-weight: bold;
  min-height: 4.4em;
}

.c-prize__special-block .body .bottom .name {
  background-color: #c2eef7;
}

.c-prize__special-block--chara .body .special-frame {
  border: 1px solid #e5b5a4;
}

.c-prize__special-block--chara .body .bottom .title {
  background-color: #ffe7df;
}

.c-prize__special-block--chara .body .bottom .name {
  background-color: #ffc9b7;
}

@media only screen and (max-width: 599px) {
  body {
    min-width: auto;
    line-height: 1.5;
    font-size: 1.4rem;
  }
  body.index {
    background: repeating-linear-gradient(90deg, #ffc7c5, #ffc7c5 50px, #ffaca9 51px, #ffaca9 100px);
  }
  body.entry {
    background: repeating-linear-gradient(90deg, #c7e7fe, #c7e7fe 50px, #a1d8ff 51px, #a1d8ff 100px);
  }
  body.entry-check {
    background: repeating-linear-gradient(90deg, #d0ffde, #d0ffde 50px, #b3f5b7 51px, #b3f5b7 100px);
  }
  body.prize {
    background: repeating-linear-gradient(90deg, #ffe9bc, #ffe9bc 50px, #ffd57f 51px, #ffd57f 100px);
  }
  .o-header {
    background: repeating-linear-gradient(90deg, #fffea2, #fffea2 50px, #ffe50e 51px, #ffe50e 100px);
    padding-bottom: 20px;
  }
  .o-header__sponsorship img {
    max-width: 100px;
  }
  .o-header__flag img {
    max-width: 100px;
  }
  .o-header__image {
    position: relative;
    text-align: center;
  }
  .o-header__image--01 {
    top: auto;
    left: auto;
    margin-top: 10px;
  }
  .o-header__image--02 {
    top: auto;
    right: auto;
    margin-top: 10px;
  }
  .o-header__image--03 {
    bottom: auto;
    left: auto;
    margin-top: 10px;
  }
  .o-header__date {
    height: 23px;
    -webkit-box-shadow: 0px 0px 4px rgba(87, 41, 2, 0.49);
            box-shadow: 0px 0px 4px rgba(87, 41, 2, 0.49);
  }
  .o-nav {
    display: none;
  }
  .o-contents + .o-contents {
    margin-top: 40px;
  }
  .o-contents:last-child {
    margin-bottom: 80px;
  }
  .o-contents--prize-last {
    margin-bottom: 30px !important;
  }
  .o-contents__body {
    padding: 10px;
  }
  .o-contents__text {
    margin-bottom: 20px;
  }
  .o-contents__box .body {
    padding: 0 10px 10px;
  }
  .o-section {
    margin-bottom: 50px;
    padding: 0 10px;
  }
  .o-section:first-child {
    margin-top: 50px;
  }
  .o-nav-sp {
    display: block;
  }
  .o-hamburger {
    display: block;
    position: fixed;
    z-index: 9998;
    top: 1rem;
    right: 1rem;
    width: 45px;
    height: 45px;
    background-color: #ffaca9;
    border-radius: 50%;
    border: 2px solid #fff;
    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;
  }
  .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-mask-area .caption {
    font-size: 1.6rem;
  }
  .c-top__flex01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-top__flex01 img {
    width: 100%;
  }
  .c-top__flex01 img + img {
    margin-top: 15px;
  }
  .c-top__illust {
    margin-top: 20px;
  }
  .c-top__illust-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-top__illust-right {
    width: 100%;
    margin-top: 15px;
  }
  .c-top__flex02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-top__flex02 .left {
    width: 100%;
  }
  .c-top__flex02 .right {
    width: 100%;
    margin-top: 15px;
  }
  .c-top__flex02 .body {
    padding: 0 10px 10px;
  }
  .c-top__flex03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-top__flex03 .arrow {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .c-top__links .body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-top__links .body a {
    margin: 0;
  }
  .c-top__links .body a + a {
    margin-top: 15px;
  }
  .c-entry__top-list {
    margin-top: 0;
  }
  .c-entry__flex01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-entry__flex01 .left {
    width: 100%;
  }
  .c-entry__flex01 .left .body {
    padding-bottom: 10px;
  }
  .c-entry__flex01 .right {
    width: 100%;
    margin-top: 15px;
  }
  .c-entry__flex01 .body {
    padding: 0 10px 10px;
  }
  .c-entry__application h4 {
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .c-entry__application .link {
    margin-top: 20px;
  }
  .c-prize__btn {
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-prize__btn li:nth-child(1) {
    margin-right: 0;
    width: 300px;
    height: 53px;
  }
  .c-prize__btn li:nth-child(1).active {
    height: 67px;
  }
  .c-prize__btn li:nth-child(2) {
    margin-left: 0;
    margin-top: 20px;
    width: 300px;
    height: 53px;
  }
  .c-prize__btn li:nth-child(2).active {
    height: 67px;
  }
  .c-prize__title {
    margin-bottom: 20px;
  }
  .c-prize__list {
    margin-top: 20px;
  }
  .c-prize__gold-block .body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-prize__gold-block .body .left.gold-frame {
    padding: 30px;
  }
  .c-prize__gold-block .body .left.gold-frame--chara {
    padding: 30px;
  }
  .c-prize__gold-block .body .right {
    width: 100%;
    margin-top: 30px;
  }
  .c-prize__gold-block .body .right .box + .box {
    margin-top: 20px;
  }
  .c-prize__gold-block .body .right p {
    font-size: 1.8rem;
  }
  .c-prize__gold-block .body .right p.text {
    font-size: 1.4rem;
  }
  .c-prize__gold-block .comment-text {
    padding: 1em;
  }
  .c-prize__silver-block .body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-prize__silver-block .body .box {
    width: 100%;
  }
  .c-prize__silver-block .body .box + .box {
    margin-top: 40px;
  }
  .c-prize__silver-block .body .silver-frame {
    padding: 32px;
  }
  .c-prize__silver-block .body .silver-frame--chara {
    padding: 30px;
  }
  .c-prize__silver-block .body .title-box {
    margin-top: 20px;
  }
  .c-prize__silver-block .body .title-box p {
    font-size: 1.8rem;
  }
  .c-prize__silver-block .body .title-box p.text {
    font-size: 1.4rem;
  }
  .c-prize__silver-block .body .title-box p.text--min {
    font-size: 1.2rem;
  }
  .c-prize__silver-block .body .title-box p.text--min-height {
    min-height: auto;
  }
  .c-prize__yuichiro-block .body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-prize__yuichiro-block .body .box {
    width: 100%;
  }
  .c-prize__yuichiro-block .body .box + .box {
    margin-top: 40px;
  }
  .c-prize__yuichiro-block .body .yuichiro-frame {
    padding: 32px;
  }
  .c-prize__yuichiro-block .body .title-box {
    margin-top: 20px;
  }
  .c-prize__yuichiro-block .body .title-box.yuichiro {
    margin-top: 20px;
  }
  .c-prize__yuichiro-block .body .title-box p {
    font-size: 1.8rem;
  }
  .c-prize__yuichiro-block .body .title-box p.text {
    font-size: 1.4rem;
  }
  .c-prize__yuichiro-block .body .title-box p.text--min {
    font-size: 1.2rem;
  }
  .c-prize__yuichiro-block .body .title-box p.text--min-height {
    min-height: auto;
  }
  .c-prize__bronze-block .body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-prize__bronze-block .body::after {
    content: none;
  }
  .c-prize__bronze-block .body .box {
    width: 100%;
  }
  .c-prize__bronze-block .body .box + .box {
    margin-top: 40px;
  }
  .c-prize__bronze-block .body .box.mt {
    margin-top: 40px;
  }
  .c-prize__bronze-block .body .bronze-frame {
    padding: 32px;
    margin-bottom: 15px;
  }
  .c-prize__bronze-block .body .title-box {
    margin-bottom: 15px;
  }
  .c-prize__bronze-block .body .title-box p {
    font-size: 1.2rem;
  }
  .c-prize__bronze-block .body .title-box p.text {
    font-size: 1.2rem;
  }
  .c-prize__special-block .body .box {
    width: 48%;
    margin-bottom: 20px;
  }
  .c-prize__special-block .body .box--dammy {
    display: none;
  }
  .c-prize__special-block .body .special-frame {
    margin-bottom: 10px;
  }
  .c-prize__special-block .body .bottom .title {
    min-height: 4em;
  }
}
