@charset "UTF-8";
/*
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;
}

p {
  line-height: 1.7;
}

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: #fff;
  background-image: url(../img/common/bg.png);
  background-repeat: repeat;
  background-position: left top -1050px;
  min-width: 1400px;
  font-size: 1.6rem;
  line-height: 1.5;
}

body.scroll-stop {
  overflow-y: hidden;
}

img {
  vertical-align: top;
  max-width: 100%;
}

a {
  color: inherit;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
  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;
}

br.pc-none {
  display: none;
}

br.sp-none {
  display: block;
}

.o-header {
  position: relative;
  padding: 50px 0 128px;
}

.o-header::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 131px;
  background-image: url(../img/header/band_top.png);
  background-repeat: repeat-x;
}

.o-header::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 128px;
  background-image: url(../img/header/band_bottom.png);
  background-repeat: repeat-x;
}

.o-header__top {
  position: absolute;
  z-index: 20;
  top: 2.5%;
  left: 1%;
}

.o-header__logo {
  position: absolute;
  z-index: 10;
  top: 40%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.o-header__main_visual {
  text-align: center;
  position: relative;
  z-index: 5;
}

.o-header__bottom {
  position: absolute;
  z-index: 10;
  bottom: 17%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  text-align: center;
}

.o-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 999;
  background-image: url(../img/common/bg_nav.png);
  background-repeat: repeat-x;
  background-position: left top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 98px;
}

.o-nav__list {
  position: relative;
  bottom: 18px;
  width: 100%;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: center;
          gap: 48px;
}

.o-nav__item {
  color: #fff;
  font-weight: bold;
  font-size: 1.7rem;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  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-nav-sp {
  display: none;
}

.o-nav-sp-contents {
  display: none;
  position: relative;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  -webkit-animation: show .3s linear 0s;
          animation: show .3s linear 0s;
}

.o-nav-sp-contents.is_active {
  display: block;
}

@-webkit-keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.o-nav-sp-contents ul {
  overflow-y: scroll;
  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;
  background-image: url(../img/common/bg_nav-sp.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  width: 100vw;
  height: 100vh;
}

.o-nav-sp-contents ul li {
  color: #fffde2;
  font-size: 1.6rem;
  font-weight: bold;
}

.o-nav-sp-contents ul li + li {
  margin-top: 25px;
}

.o-nav-sp-contents ul li.logo {
  margin-bottom: 20px;
}

.event-info__lists {
  list-style: none;
  width: 259px;
  height: 67px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: url(../img/header/info_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.event-info__list {
  width: 16.66667%;
}

.event-info__list: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 #26a37e;
  text-align: center;
  border-radius: 6px;
  position: absolute;
  top: 75px;
  right: -110px;
  font-size: 10px;
  z-index: 10;
  padding: 5px;
}

.tooltip .tooltiptext--wide {
  width: 190px;
  top: 75px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.tooltip .tooltiptext::after {
  /*吹き出しのアロー部分*/
  content: " ";
  position: absolute;
  top: -17px;
  left: 7%;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent #26a37e transparent;
}

.tooltip .tooltiptext {
  /*表示させる際のアニメーションエフェクト。透明にしておく*/
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.tooltip:hover .tooltiptext {
  /*マウスホバーでアニメーションしながら表示*/
  opacity: 1;
}

.o-inner {
  width: 100%;
  max-width: calc(860px + 2rem);
  padding: 0 1rem;
  margin: 0 auto;
}

.o-inner--wide {
  max-width: calc(960px + 2rem);
}

.o-contents {
  position: relative;
  max-width: 960px;
  padding: 20px;
  margin: 0 auto;
  background-color: rgba(79, 48, 33, 0.3);
  border-radius: 12px;
}

.o-contents + .o-contents {
  margin-top: 45px;
}

.o-contents__sec_title {
  text-align: center;
  margin-bottom: 30px;
}

.o-contents__band-title {
  text-align: center;
  margin-bottom: 10px;
  height: 62px;
  background-image: url(../img/common/bg_title.png);
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 2.3rem;
  color: #fff;
  font-weight: bold;
  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-contents__inner {
  max-width: 920px;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  margin: 0 auto;
}

.o-contents__inner--no_top {
  padding-top: 0;
}

.o-contents__body {
  padding: 0 30px;
}

.o-section {
  margin-bottom: 200px;
}

.o-section:first-child {
  margin-top: 100px;
}

.o-loading {
  width: 100vw;
  height: 100vh;
  -webkit-transition: all 1s;
  transition: all 1s;
  background-color: #261511;
  background-image: url(../img/common/bg_loading.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}

.o-loading__logo {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@-webkit-keyframes sk-scaleout {
  0% {
  }
  100% {
  }
}

@keyframes sk-scaleout {
  0% {
  }
  100% {
  }
}

.o-loading__loaded {
  opacity: 0;
  visibility: hidden;
}

.o-loading__bar {
  width: 100%;
  height: 20px;
  background: #92ca0b;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  position: fixed;
  bottom: 0;
  left: 0;
  -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-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__contents > p + .c-howto__table-title {
  margin-top: 50px;
}
.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: #466ad6;
  line-height: 1;
  width: 30px;
  height: 3px;
  background-color: #466ad6;
  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: #466ad6;
  border-radius: inherit;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.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-post-open,
.js-modal-notice-open {
  cursor: pointer;
}

.c-top__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;
  max-width: calc(920px + 2rem);
  padding: 0 1rem;
  margin: 0 auto 80px;
}

.c-top__flex .left {
  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;
}

.c-top__flex .right {
  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;
  position: relative;
  top: -10px;
}

.c-top__flex a {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#13acb0), to(#3dd4a4));
  background: linear-gradient(to bottom, #13acb0, #3dd4a4);
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  width: 300px;
  height: 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-top__flex a + a {
  margin-top: 15px;
}

.c-top__flex a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15px;
  content: "";
  display: inline-block;
  background-image: url(../img/top/arrow.png);
  background-size: contain;
  width: 8px;
  height: 12px;
}

.c-top__contents {
  max-width: calc(1000px + 2rem);
  padding: 0 1rem;
  margin: 0 auto;
  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-top__contents .flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px;
}

.c-sign__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-sign__flex .left {
  width: 49%;
}

.c-sign__flex .left p {
  margin-bottom: 20px;
  letter-spacing: -0.8px;
}

.c-sign__flex .left--02 {
  width: 58%;
}

.c-sign__flex .right {
  width: 49%;
}

.c-sign__flex .right--02 {
  width: 42%;
}

.c-sign__image {
  text-align: center;
}

.c-sign__list {
  margin-top: 50px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #cccccc;
  padding: 30px;
}

.c-sign__list h4 {
  color: #26a37e;
  text-align: center;
  font-weight: bold;
}

.c-sign__list ul {
  margin-top: 25px;
}

.c-sign__list li {
  position: relative;
  font-size: 1.4rem;
  padding-left: 2em;
}

.c-sign__list li + li {
  margin-top: 1em;
}

.c-sign__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  display: inline-block;
  width: 9px;
  height: 9px;
  background-color: #26a37e;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-sign__list li::after {
  content: "";
  display: block;
  width: 105%;
  height: 1px;
  background-color: #cccccc;
  position: relative;
  bottom: -5px;
  left: -2.5em;
}

.c-sign .image-title {
  text-align: center;
  margin-bottom: 20px;
}

.c-sign__twitter {
  max-width: 475px;
  margin: 50px auto 0;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #cccccc;
  padding: 30px;
}

.c-sign__twitter h4 {
  color: #a8273a;
  text-align: center;
  font-weight: bold;
}

.c-sign__twitter p {
  font-size: 1.4rem;
  margin: 25px 0 15px;
}

.c-sign__text {
  letter-spacing: -1px;
  margin-bottom: 15px;
}
.c-sign__button {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 27px;
}
.c-sign__button li .button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-sign__button li .button button {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#13acb0), to(#3dd4a4));
  background: linear-gradient(to bottom, #13acb0, #3dd4a4);
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  padding-top: 11px;
  width: 150px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-sign__button li .button button.button-new {
  cursor: initial;
  background: -webkit-gradient(linear, left top, left bottom, from(#9a9a9a), to(#c0c2c2));
  background: linear-gradient(to bottom, #9a9a9a, #c0c2c2);
}
.c-sign__button li .button button::after {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 8px;
  margin: auto;
  content: "";
  display: inline-block;
  background-image: url(../img/sign/arrow.png);
  background-size: contain;
  width: 10px;
  height: 6px;
}
.c-sign__character {
  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;
  display: none;
  margin-top: 45px;
}

.c-sign__character .left {
  max-width: 320px;
  padding: 5px 5px 20px;
  background-color: #fff;
  border-radius: 4px;
}

.c-sign__character .left p {
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 20px;
  padding: 0 15px;
}

.c-sign__character .right {
  width: 60%;
}

.c-sign__character .right .rank-top .rank-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: 2px solid #cccccc;
  padding-bottom: 10px;
}

.c-sign__character .right .rank-top .rank-number + .rank-number {
  margin-top: 10px;
}

.c-sign__character .right .rank-top .rank-number .img {
  width: 16%;
  text-align: center;
}

.c-sign__character .right .rank-top .rank-number h4 {
  /* color: #a8273a; */
  margin-left: 10px;
  text-shadow: 0 0 3px #fdf7e6,0 0 3px #fdf7e6,0 0 3px #fdf7e6,0 0 3px #fdf7e6,0 0 3px #fdf7e6,0 0 3px #fdf7e6,0 0 3px #fdf7e6,0 0 3px #fdf7e6,0 0 3px #fdf7e6,0 0 3px #fdf7e6,0 0 3px #fdf7e6,0 0 3px #fdf7e6,0 0 3px #fdf7e6,0 0 3px #fdf7e6,0 0 3px #fdf7e6,0 0 3px #fdf7e6;
}

.c-sign__character .right .rank-top .rank-number--gold {
  font-size: 3.5rem;
}

.c-sign__character .right .rank-top .rank-number--silver {
  font-size: 3.0rem;
}

.c-sign__character .right .rank-top .rank-number--bronze {
  font-size: 2.4rem;
}

.c-sign__character .right .rank-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
  padding: 0 15px;
}

.c-sign__character .right .rank-bottom ul {
  width: 40%;
}

.c-sign__character .right .rank-bottom ul.adjust {
  width: 50%;
}

.c-sign__character .right .rank-bottom ul.adjust .rank {
  width: 20%;
}

.c-sign__character .right .rank-bottom li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.c-sign__character .right .rank-bottom .rank {
  width: 25%;
  /* color: #a8273a; */
  font-size: 1.6rem;
  font-weight: bold;
}

.c-sign__character .right .rank-bottom .rank span {
  font-size: 2.2rem;
}

.c-sign__character .right .rank-bottom h5 {
  /* color: #a8273a; */
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.9;
}

.c-sign__character--2021 .right .rank-top .rank-number h4 {
  color: #466ad6;
}

.c-sign__character--2021 .right .rank-bottom .rank {
  color: #466ad6;
}

.c-sign__character--2021 .right .rank-bottom h5 {
  color: #466ad6;
}

.c-sign__character--2021 .right .color-red .rank {
  color: #a8273a;
}

.c-sign__character--2021 .right .color-red h5 {
  color: #a8273a;
}

.c-howto__image {
  margin-top: 40px;
  margin-bottom: 60px;
  text-align: center;
}

.c-howto__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-howto__flex + .c-howto__flex {
  margin-top: 40px;
}

.c-howto__flex--first {
  margin-top: 25px;
}

.c-howto__flex--first .right {
  padding-top: 30px;
}

.c-howto__flex--second {
  margin-top: 60px;
}

.c-howto__flex--second p.note {
  font-size: 1.3rem;
  padding-left: 1em;
  text-indent: -1em;
}

.c-howto__flex--second p.note span {
  color: #a8273a;
}

.c-howto__flex--third {
  margin-top: 70px;
}

.c-howto__flex .left {
  width: 49%;
}

.c-howto__flex .right {
  width: 49%;
}

.c-howto__flex .top-adjust {
  position: relative;
  bottom: 20px;
}

.c-howto__flex p {
  line-height: 1.7;
  margin-top: 10px;
}
.c-howto__flex p span.caution {
  color: #e52f2f;
  font-weight: bold;
}
.c-howto__flex p span.small {
  font-size: 1.2rem;
}
.c-howto__flex p.mt0 {
  margin-top: 0;
}

.c-howto__flex p.mt15 {
  margin-top: 15px;
}
.c-howto__flex--monster {
  justify-content: center;
  align-items: center;
  margin-top: 53px;
  gap: 40px;
}
.c-howto__flex--monster .left {
  width: auto;
}
.c-howto__flex--monster .right {
  width: 43%;
}
.c-howto__p {
  margin: 20px 0;
}
.c-howto .link {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#13acb0), to(#3dd4a4));
  background: linear-gradient(to bottom, #13acb0, #3dd4a4);
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  width: 300px;
  height: 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-howto .link::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15px;
  content: "";
  display: inline-block;
  background-image: url(../img/top/arrow.png);
  background-size: contain;
  width: 8px;
  height: 12px;
}

.c-howto .link--01 {
  margin-left: auto;
  margin-top: 50px;
}

.c-howto .link--02 {
  margin-top: 25px;
}

.c-howto .link--03 {
  margin-top: 25px;
}

.c-howto__table {
  width: 100%;
  border-radius: 4px;
  font-size: 1.3rem;
}
.c-howto__table-title {
    font-weight: bold;
    margin-bottom: 10px;
}
.c-howto__table th {
  width: 20%;
  text-align: left;
  padding: 14px 20px;
}

.c-howto__table th.title {
  text-align: center;
}

.c-howto__table td {
  background-color: #fff;
  font-weight: normal;
  vertical-align: middle;
  padding: 0.5em 1em;
}
.c-howto__table td.red {
  color: #e52f2f;
}
.c-howto__note {
  font-size: 1.4rem;
  margin-top: 10px;
  color: #466ad6;
  text-align: left;
}

.c-howto__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-howto__center {
  text-align: center;
}

.c-howto__center img.mt {
  margin-top: 10px;
}

.c-howto__center img.mt02 {
  margin-top: 50px;
}

.c-howto__center p {
  line-height: 1.7;
  text-align: left;
  margin-top: 10px;
}

.p-bg-red {
  background-color: #21a905;
  border-radius: 5px;
  color: #fff;
  padding: 24px 20px;
}
.p-bg-red span.small {
  font-size: 1.2rem;
}
.c-howto__center .flex {
  margin-top: 20px;
  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-howto__center .flex .left {
  width: 65%;
}

.c-howto__center .flex .right {
  width: 31%;
}

.c-howto__center .flex--adjust {
  margin-top: 25px;
}

.c-howto__center .flex--adjust .left {
  width: 48%;
}

.c-howto__center .flex--adjust .right {
  width: 48%;
}

.c-howto__center .c-howto__table {
  text-align: left;
  margin-top: 20px;
}

.c-howto__center .in-flex {
  margin-top: 30px;
  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-howto__center .in-flex .in-left {
  width: 49%;
}

.c-howto__center .in-flex .in-right {
  width: 49%;
}

.c-howto__center .in-flex p {
  margin-top: 0;
}

.c-howto__block {
  text-align: center;
  margin-top: 40px;
}

.c-howto__block .c-howto__table {
  text-align: left;
  margin-top: 20px;
}

.c-data__list {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-data__item {
  width: 19%;
  margin-bottom: 25px;
}

.c-data__item a {
  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;
  width: 160px;
  height: 180px;
  background-color: #fff;
}

.c-data__item a img {
  max-width: 110px;
}

.c-data__item h5 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #21a905;
  text-align: center;
  font-weight: normal;
  margin-top: 1em;
}

.c-data__table {
  width: 100%;
  border: 1px solid #21a905;
  border-radius: 4px;
  font-size: 1.3rem;
  text-align: center;
}

.c-data__table th {
  width: 20%;
  text-align: left;
  padding: 0.5em;
  background-color: #e7fbe3;
  border: 1px solid #21a905;
}

.c-data__table td {
  background-color: #fff;
  font-weight: normal;
  vertical-align: middle;
  padding: 0.5em;
  border: 1px solid #21a905;
}

.c-join__flex {
  margin-top: 20px;
  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-join__flex .map {
  margin: 0 25px;
}

.c-join__flex h4 {
  text-align: center;
  font-size: 1.4rem;
  color: #466ad6;
  margin-top: 10px;
}

.c-join__btn {
  margin-top: 10px;
  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-join__btn p {
  font-size: 1.4rem;
  margin-left: 20px;
}

.c-map__image {
  text-align: center;
}

.c-map__text {
  text-align: center;
  margin-top: 10px;
}

.c-map__list {
  margin-top: 50px;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-map__list::before {
  content: "";
  display: block;
  width: 200px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.c-map__list::after {
  content: "";
  display: block;
  width: 200px;
}

.c-map__list--blue .c-map__item {
  border: 2px solid #466ad6;
}

.c-map__list--blue .c-map__item h4 {
  color: #466ad6;
  border-bottom: 2px solid #466ad6;
}

.c-map__item {
  position: relative;
  border: 2px solid #61a500;
  padding: 10px;
  background-color: #ecfff4;
  width: 200px;
  height: 170px;
  margin-bottom: 40px;
}

.c-map__item .icon {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -15px;
}

.c-map__item h4 {
  margin-top: 10px;
  color: #61a500;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  border-bottom: 2px solid #61a500;
  padding-bottom: 5px;
}

.c-map__item p {
  margin-top: 10px;
  font-size: 1.3rem;
}

.c-wallpaper__flex {
  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;
  margin-bottom: 2em;
}

.c-wallpaper__sample {
  text-align: center;
}

.c-wallpaper__buttons {
  width: 30%;
  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-wallpaper__button + .c-wallpaper__button {
  margin-top: 1em;
}

.c-wallpaper__illust {
  text-align: center;
}

.c-wallpaper__illust .text-box {
  margin-top: 25px;
  background-color: #ffffff;
  border: 1px solid #61a500;
  border-radius: 4px;
  text-align: left;
  padding: 20px;
  font-size: 1.3rem;
}

.c-wallpaper__illust .button {
  margin-top: 20px;
}
.c-wallpaper__illust a {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#13acb0), to(#3dd4a4));
  background: linear-gradient(to bottom, #13acb0, #3dd4a4);
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  width: 300px;
  height: 40px;
  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-wallpaper__illust a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15px;
  content: "";
  display: inline-block;
  background-image: url(../img/top/arrow.png);
  background-size: contain;
  width: 8px;
  height: 12px;
}

.c-caution__list {
  padding-left: 2em;
}

.c-caution__item {
  position: relative;
  font-size: 1.4rem;
}

.c-caution__item + .c-caution__item {
  margin-top: 1em;
}

.c-caution__item::before {
  content: "";
  position: absolute;
  left: -1.5em;
  top: 5px;
  display: inline-block;
  width: 9px;
  height: 9px;
  background-color: #26a37e;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-caution__item::after {
  content: "";
  display: block;
  width: 105%;
  height: 1px;
  background-color: #cccccc;
  position: relative;
  bottom: -5px;
  left: -2.5em;
}

.c-caution__item ul {
  margin-top: 5px;
}

.c-caution__item li {
  font-size: 1.2rem;
  padding-left: 1em;
  text-indent: -1em;
}

.c-caution__item li + li {
  margin-top: 3px;
}
.mt40 {
  margin-top : 40px !important;
}
.mt30 {
  margin-top: 30px;
}
.mt55 {
  margin-top: 55px !important;
}
.mb30 {
  margin-bottom: 30px;
}
.mb32 {
  margin-bottom: 32px;
}
.mb90 {
  margin-bottom: 90px;
}
.js_left {
  justify-content: left !important;
}
@media only screen and (min-width: 1401px) {
  body {
    background-size: contain;
  }
}

@media only screen and (max-width: 599px) {
  body {
    min-width: auto;
    background-size: contain;
  }
  br.pc-none {
    display: block;
  }
  br.sp-none {
    display: none;
  }
  .o-header {
    padding: 0;
    overflow: hidden;
  }
  .o-header::before {
    display: none;
  }
  .o-header::after {
    display: none;
  }
  .o-header__top {
    top: 1%;
    left: 0.5%;
  }
  .o-header__logo {
    left: auto;
    padding: 0 15%;
    -webkit-transform: translate(0);
            transform: translate(0);
    -webkit-transform: translateY(-30%);
            transform: translateY(-30%);
  }
  .o-header__bottom {
    padding: 0 10px;
    bottom: 10%;
  }
  .o-nav {
    display: none;
  }
  .o-nav-sp {
    position: fixed;
    z-index: 9999;
    top: 1.8%;
    right: 3%;
    width: 45px;
    height: 45px;
    background-color: #26a37e;
    border-radius: 50%;
    border: 1px solid #92ca0b;
    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-nav-sp:hover {
    cursor: pointer;
  }
  .o-nav-sp span {
    position: relative;
    display: inline-block;
    width: 19px;
    height: 1px;
    background-color: #e8b063;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
  }
  .o-nav-sp span + span {
    margin-top: 5px;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
  }
  .o-nav-sp.is_active {
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    background-color: transparent;
    border: none;
  }
  .o-nav-sp.is_active span:nth-child(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .o-nav-sp.is_active span:nth-child(2) {
    display: none;
  }
  .o-nav-sp.is_active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .o-nav-sp.is_active span + span {
    margin-top: 0;
    top: -1px;
  }
  .event-info__lists {
    background-image: url(../img/header/info_icon_sp.png);
  }
  .o-contents__sec_title {
    padding: 0 10%;
  }
  .o-contents__band-title {
    font-size: 1.8rem;
    height: auto;
    background-size: cover;
  }

  .o-contents__inner {
    padding: 20px;
  }

  .o-section {
    margin-bottom: 70px;
  }
  .o-section:first-child {
    margin-top: 20px;
  }
  .o-modal__contents {
    width: 90%;
    padding: 0;
    padding-top: 30px;
  }
  .o-modal__close-button {
    top: 15px;
  }
  .c-top__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 50px;
  }
  .c-top__flex .right {
    top: 0;
    margin-top: 10px;
  }
  .c-top__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-top__contents .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
  }
  .c-top__contents .flex img + img {
    margin-top: 20px;
  }
  .c-sign__flex {
    -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-sign__flex .left {
    text-align: center;
    width: 100%;
  }
  .c-sign__flex .left p {
    text-align: left;
  }
  .c-sign__flex .left--02 {
    width: 100%;
  }
  .c-sign__flex .right {
    width: 100%;
    margin-top: 20px;
  }
  .c-sign__flex .right--02 {
    width: 100%;
  }
  .c-sign__list {
    margin-top: 25px;
    padding: 15px;
  }
  .c-sign__list ul {
    margin-top: 10px;
  }
  .c-sign__list li::after {
    width: 115%;
  }
  .c-sign__twitter {
    margin-top: 25px;
    padding: 15px;
  }
  .c-sign__twitter p {
    margin-top: 10px;
  }
  .c-sign__character + .c-sign__character {
    margin-top: 20px;
  }
  .c-sign__character {
    -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-sign__character .left p {
    padding: 0 10px;
  }
  .c-sign__character .right {
    width: 100%;
    margin-top: 20px;
  }
  .c-sign__character .right .rank-top .rank-number--gold {
    font-size: 2.4rem;
  }
  .c-sign__character .right .rank-top .rank-number--silver {
    font-size: 2.2rem;
  }
  .c-sign__character .right .rank-top .rank-number--bronze {
    font-size: 2.0rem;
  }
  .c-sign__character .right .rank-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-sign__character .right .rank-bottom ul {
    width: 100%;
  }
  .c-sign__character .right .rank-bottom ul.adjust {
    width: 100%;
  }
  .c-sign__character .right .rank-bottom ul.adjust .rank {
    width: 25%;
  }
  .c-howto__flex {
    -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-howto__flex + .c-howto__flex {
    margin-top: 35px;
  }
  .c-howto__flex--first .right {
    padding-top: 0;
  }
  .c-howto__flex--third {
    margin-top: 35px;
  }
  .c-howto__flex--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .c-howto__flex .left {
    width: 100%;
    text-align: center;
  }
  .c-howto__flex .right {
    width: 100%;
    margin-top: 10px;
    text-align: center;
  }
  .c-howto__flex .top-adjust {
    bottom: 0;
    text-align: center;
  }
  .c-howto__flex--search .left {
    text-align: center;
    width: 100%;
  }
  .c-howto__flex--search .right {
    width: 100%;
    margin-top: 10px;
  }
  .c-howto__flex--search .right p {
    margin-top: 10px;
  }
  .c-howto .link--01 {
    margin-top: 25px;
    margin-bottom: 20px;
  }
  .c-howto .link--02 {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .c-howto .link--03 {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .c-howto__table {
    margin-top: 15px;
  }
  .c-howto__center img.mt02 {
    margin-top: 25px;
  }
  .c-howto__center .flex {
    -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-howto__center .flex .left {
    width: 100%;
  }
  .c-howto__center .flex .right {
    width: 100%;
    margin-top: 10px;
  }
  .c-howto__center .flex--adjust .left {
    width: 100%;
  }
  .c-howto__center .flex--adjust .right {
    width: 100%;
    margin-top: 10px;
  }
  .c-howto__center .in-flex {
    margin-top: 15px;
    -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-howto__center .in-flex .in-left {
    width: 100%;
  }
  .c-howto__center .in-flex .in-right {
    width: 100%;
    margin-top: 10px;
  }
  .c-howto__block {
    margin-top: 20px;
  }
  .c-data__item {
    width: 48%;
    margin-bottom: 15px;
  }
  .c-data__item a {
    width: 100%;
  }
  .c-join__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-join__flex .map {
    margin: 0;
  }
  .c-join__flex .map + .map {
    margin-top: 20px;
  }
  .c-join__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
  .c-join__btn p {
    margin-left: 0;
    margin-top: 10px;
  }
  .c-map__item {
    width: 48%;
    height: 230px;
    margin-bottom: 30px;
  }
  .c-map__item h4 {
    font-size: 1.3rem;
    letter-spacing: -1px;
  }
  .c-wallpaper__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-wallpaper__buttons {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 10px;
  }
  .c-wallpaper__button {
    width: 32%;
  }
  .c-wallpaper__button + .c-wallpaper__button {
    margin-top: 0;
  }
  .c-caution__item::after {
    width: 115%;
  }
  .mt40 {
    margin: 0;
  }
  .js_left {
    justify-content: center !important;
  }
}
