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

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: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  -webkit-font-smoothing: antialiased;
}

body {
    min-width: 1110px;
    font-size: 1.6rem;
    line-height: 1.5;
}

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

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

.o-header {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 200px 100px rgba(255, 255, 255, 0.3);
          box-shadow: 0px 0px 200px 100px rgba(255, 255, 255, 0.3);
}

.o-header__inner {
  position: relative;
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}

.o-header__visual {
  width: 100%;
  max-width: 810px;
  margin: 0 auto;
  background-image: url(../img/header/visual.png);
  background-repeat: no-repeat;
  background-position: center 50px;
  background-size: cover;
  height: 700px;
}

.o-header__logo {
  position: absolute;
  top: 20px;
  left: 0;
}

.o-header__top-lead {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

.o-header__lead {
  position: absolute;
  bottom: 35px;
  left: 0;
}

.o-header__date {
  position: absolute;
  bottom: 35px;
  right: 0;
}

.o-header__character {
  position: absolute;
  z-index: 2;
  bottom: -200px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

.o-footer {
  padding: 1em 0;
  text-align: center;
background: #666;
}

.o-footer__inner {
  max-width: 1160px;
  margin: 0 auto;
}

.o-footer__about {
  font-size: 3.9rem;
  text-align: center;
  margin-bottom: .5em;
  color: #fff;
}

.o-footer__about-img-area {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 2em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.o-footer__flex {
  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: 2em;
}

.o-footer__flex--left {
  margin-right: 1em;
}

.o-footer__flex--right {
  margin-left: 1em;
}

.o-footer__more {
  margin: 1em 0;
  color: #fff;
}

.o-footer .note {
  font-size: 1.2rem;
  line-height: 2;
  margin-bottom: 2em;
  text-align: right;
  color: #fff;
  text-shadow: none;
}

.o-footer #pickup {
  max-width: 100%;
}

.o-footer .copyright {
  font-size: 1rem;
  color: #fff;
  text-shadow: none;
}

.c-toolbar {
  z-index: 1;
  position: relative;
  background: #fff;
  font-size: 1.2rem;
  -webkit-box-shadow: 0px 1px 30px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 1px 30px rgba(0, 0, 0, 0.5);
}

.c-toolbar .o-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-toolbar .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-toolbar .fukidashi {
  margin-left: .25em;
}

.c-toolbar .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-toolbar .box .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-toolbar .box .sns ul {
  list-style: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-toolbar .box .sns li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-toolbar .box .sns li:not(:first-child) {
  margin-left: .25em;
}

.c-toolbar .box .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  line-height: 1em;
}

.c-toolbar .box .link a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  text-shadow: 0px 1px #d1d1d1;
}

.c-toolbar .box .item {
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-toolbar .box .item + .c-toolbar .box .item {
  margin-left: 2px;
}

.c-toolbar .box .item-about {
  background-color: #7f7f7f;
}

.c-toolbar .box .item-registration {
  background-color: #3f8ded;
  padding: 1em;
}

.c-toolbar .sns {
  margin-right: .5em;
}

.event-info {
  position: absolute;
  z-index: 10;
  left: 5%;
  bottom: 5%;
  margin: 0 auto;
  background-image: url(../img/header/event-infomation-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.event-info__lists {
  list-style: none;
  margin: 35px auto 0;
  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: 14.28571%;
}

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

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

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

.tooltip .tooltiptext::after {
  /*吹き出しのアロー部分*/
  content: " ";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -65px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent #1c75a8 transparent;
}

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

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

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

.o-nav__item {
  position: fixed;
  right: 0;
  z-index: 100;
}

.o-nav__item--01 {
  top: 5em;
}

.o-nav__item--02 {
  top: 21em;
}

header, .bgset{
background:url(../img/bodyBG.png);
}
.bgset{
width:100%;
padding:0;
margin:0 auto;
}
.o-contents {
  max-width: 1100px;
  margin: 0 auto;
}

.o-contents__header {
  position: relative;
}

.o-contents__title {
  text-align: center;
}

.o-contents__inner {
  max-width: 840px;
  margin: 0 auto;
}

.c-top {
  padding-top: 50px;
  margin-bottom: 70px;
}

.c-top__info {
  text-align: center;
  position: relative;
  z-index: 3;
background: linear-gradient(0deg, rgba(31,20,4,0) 0%, rgba(31,20,4,0.7) 31%, rgba(31,20,4,1) 50%, rgba(31,20,4,0.7) 70%, rgba(31,20,4,0) 100%);
}

.c-top__date-info {
  margin-top: 1em;
  text-align: center;
  background-color: #c5264c;
  border-radius: 3px;
  padding: .5em;
  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;
  font-size: 2rem;
  font-weight: bold;
max-width:1000px;
margin:0 auto;
}

.c-top__date-info span.square {
  line-height: 1;
  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__date-info span.square:after {
  content: '';
  display: block;
  margin: 0 .5em;
  width: 1px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.4);
}

.c-top__date-info span.triangle:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 8px;
  border-color: transparent transparent transparent #ffffff;
}

.c-top__date-info span.big {
  display: block;
  font-size: 2.6rem;
  letter-spacing: -1px;
}

.c-top__date-info span.small {
  display: block;
  font-size: 1.8rem;
}

.c-top__date-info span.date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-top__banner {
  margin-top: 100px;
}

.c-top__banner-item {
  position: relative;
}

.c-top__banner-img {
  position: absolute;
}

.c-top__banner-img--01-left {
  left: -80px;
  top: -50px;
}

.c-top__banner-img--01-right {
  right: -80px;
  top: -70px;
}

.c-top__banner-img--02 {
  left: -90px;
  top: -20px;
}

.c-top__banner-img--03 {
  right: -140px;
  top: -20px;
}

.c-top__banner-img--04 {
  left: -130px;
  top: -20px;
}

.c-top__banner-img--05 {
  right: -120px;
  top: -15px;
}

.c-top__banner-list {
  margin-top: 70px;
  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-top__banner-box {
  position: relative;
  width: 48%;
  height: 298px;
  margin-bottom: 70px;
  padding: 1em;
  background-image: url(../img/top/box.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
}

.c-top__banner-info--02 {
  text-align: right;
}

.c-top__banner-info--03 {
  text-align: left;
}

.c-top__banner-info--04 {
  text-align: right;
}

.c-top__banner-info--05 {
  text-align: left;
}

.c-top__banner-inbox-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.c-top__banner-inbox-item {
  margin-bottom: .5em;
  background-color: #c5264c;
  border-radius: 3px;
  color: #fff;
  padding: .5em;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.2;
}

.c-top__banner-inbox-item--text-center {
  text-align: center;
  margin: .5em 9em 0 1em;
}

.c-top__banner-inbox-item--text-left {
  text-align: left;
  margin-right: 7em;
  margin-top: .5em;
}

.c-top__banner-inbox-item--text-right {
  text-align: right;
  margin-left: 7em;
}

.c-top__banner-link {
  color: #fff600;
  font-size: 1.4rem;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: .5em;
}

.c-top__banner-link--text-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.c-top__banner-link::before {
  content: '';
  display: block;
  padding-right: .5em;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #ffffff;
}

.c-top__banner-note {
  margin-top: .5em;
  font-size: 1.1rem;
  text-align: right;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
}

.c-support {
  margin-bottom: 70px;
}

.c-support__title {
  text-align: center;
background: linear-gradient(0deg, rgba(31,20,4,0) 0%, rgba(31,20,4,0.7) 31%, rgba(31,20,4,1) 50%, rgba(31,20,4,0.7) 70%, rgba(31,20,4,0) 100%);
}

.c-support__banner {
  position: relative;
  background-color: #fff;
  border-radius: 3px;
  padding: 1em;
  margin-top: 100px;
border:2px solid #eee;
}

.c-support__banner-title {
  margin-bottom: .5em;
}

.c-support__banner-title--01 {
  text-align: right;
}

.c-support__banner-title--02 {
  text-align: left;
}

.c-support__banner-contents {
  padding: 1em;
  border-radius: 3px;
}

.c-support__banner-contents--01 {
  text-align: right;
  background-color: #fe9000;
}

.c-support__banner-contents--02 {
  text-align: left;
  background-color: #6baa20;
}

.c-support__banner-contents--02 img {
  position: relative;
  z-index: 2;
}

.c-support__banner-link {
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 270px;
  margin: 1em auto 0;
}

.c-support__banner-link--01 {
  margin: 1em 11em 0em auto;
}

.c-support__banner-link--02 {
  margin: 1em auto 0em 11em;
}

.c-support__banner-img {
  position: absolute;
  z-index: 1;
}

.c-support__banner-img--01 {
  top: -110px;
  left: -140px;
}

.c-support__banner-img--02 {
  bottom: -40px;
  right: -100px;
}

.c-start {
  margin-bottom: 70px;
}

.c-start__title {
  text-align: center;
  margin-bottom: 1em;
background: linear-gradient(0deg, rgba(31,20,4,0) 0%, rgba(31,20,4,0.7) 31%, rgba(31,20,4,1) 50%, rgba(31,20,4,0.7) 70%, rgba(31,20,4,0) 100%);
}

.c-start__map {
  text-align: center;
border:2px solid #eee;
}

.c-hit {
  margin-bottom: 70px;
}

.c-hit__title {
  text-align: center;
background: linear-gradient(0deg, rgba(31,20,4,0) 0%, rgba(31,20,4,0.7) 31%, rgba(31,20,4,1) 50%, rgba(31,20,4,0.7) 70%, rgba(31,20,4,0) 100%);
}

.c-hit__banner {
  position: relative;
  background-color: #fff;
  border-radius: 3px;
  padding: 1em;
  margin-top: 60px;
border:2px solid #eee;
}

.c-hit__banner-title {
  margin-bottom: .5em;
  text-align: right;
}

.c-hit__banner-contents {
  padding: 1em 1em 0;
  border-radius: 3px;
  text-align: right;
  background-color: #ff5050;
}

.c-hit__banner-contents img {
  position: relative;
  z-index: 1;
  top: 20px;
  margin-top: -20px;
  right: 20px;
}

.c-hit__banner-link {
  display: block;
  position: relative;
  bottom: 2em;
  width: 270px;
  margin: 1em 0 0 auto;
  z-index: 999;
}

.c-hit__banner-img {
  position: absolute;
  z-index: 2;
  bottom: -20px;
  left: -120px;
}

.c-step {
  margin-bottom: 70px;
  position: relative;
}

.c-step__title {
  text-align: center;
background: linear-gradient(0deg, rgba(31,20,4,0) 0%, rgba(31,20,4,0.7) 31%, rgba(31,20,4,1) 50%, rgba(31,20,4,0.7) 70%, rgba(31,20,4,0) 100%);
}

.c-step__box {
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: 50px;
  padding: .2em 2em 1em;
background:rgba(31,20,4,0.8);
}

.c-step__box--01 {
  background-image: url(../img/step/step-bg01.png);
  height: 310px;
}

.c-step__box--02 {
  background-image: url(../img/step/step-bg02.png);
  height: 220px;
}

.c-step__box--03 {
  background-image: url(../img/step/step-bg03.png);
  height: 220px;
}

.c-step__box--04 {
  background-image: url(../img/step/step-bg04.png);
  height: 430px;
}

.c-step__box--04 .c-step__box-flex {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.c-step__box-title {
  font-size: 2.4rem;
  text-align: center;
}

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

.c-step__box-flex--left {
  width: 48%;
  text-align: center;
}

.c-step__box-flex--right {
  width: 48%;
  text-align: center;
}

.c-step__box-flex h4 {
  font-size: 3rem;
  padding: .5em 0;
  line-height: 1;
}

.c-step__box-flex h4 span {
  font-size: 2rem;
}

.c-step__box-flex h5 {
  font-size: 1.8rem;
  padding: .5em 0;
}

.c-step__box-flex--adjustment {
  padding-top: 3em;
}

.c-step__box-link {
  font-size: 2.4rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#ed2655), to(#fa5c81));
  background: linear-gradient(to bottom, #ed2655, #fa5c81);
  border-radius: 2em;
  line-height: 1;
  font-weight: bold;
}

.c-step__box-link a {
  width: 100%;
  display: block;
  padding: 1em;
}

.c-step__box-link span {
  font-size: 1.5rem;
}

.c-step__box-link--adjustment a {
  padding: .5em;
}

.c-step__box-registration {
  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: .5em;
}

.c-step__box-registration--around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.c-step__box-registration:nth-child(4) {
  margin-bottom: .5em;
}

.c-step__box-registration:last-child {
  margin-bottom: 0;
}

.c-step__box-registration p {
  font-size: 1.3rem;
}

.c-step__box-login-title {
  font-size: 3rem;
  padding: .5em 0;
  text-align: center;
}

.c-step__box-login {
  position: relative;
  z-index: 99;
}

.c-step__box-login p {
  font-weight: bold;
  padding-top: .5em;
}

.c-step__character {
  position: absolute;
}

.c-step__character--01 {
  right: -280px;
  top: 400px;
}

.c-step__character--02 {
  left: -160px;
  bottom: -100px;
}

.c-guide {
  margin-bottom: 100px;
}

.c-guide__title {
  font-size: 4rem;
  text-align: center;
background: linear-gradient(0deg, rgba(31,20,4,0) 0%, rgba(31,20,4,0.7) 31%, rgba(31,20,4,1) 50%, rgba(31,20,4,0.7) 70%, rgba(31,20,4,0) 100%);
}

.c-guide__box {
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: 50px;
  background-image: url(../img/guide/guide-bg.png);
  padding: .2em 2em 1em;
  height: 345px;
}

.c-guide__box-title {
  font-size: 2.4rem;
  text-align: center;
  padding-bottom: 1em;
}

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

.c-guide__box-flex--left {
  width: 48%;
  text-align: center;
}

.c-guide__box-flex--right {
  width: 48%;
  text-align: center;
}

.c-guide__box-link {
  font-size: 2.4rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#ed2655), to(#fa5c81));
  background: linear-gradient(to bottom, #ed2655, #fa5c81);
  border-radius: 2em;
  line-height: 1;
  font-weight: bold;
}

.c-guide__box-link a {
  width: 100%;
  display: block;
  padding: 1em;
}

.c-guide__box-link span {
  font-size: 1.5rem;
}

.c-guide__box-link--adjustment {
  font-size: 1.7rem;
  text-align: center;
  height: 60px;
  width: 165px;
  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-top: 1.5em;
}

.c-guide__box-link--adjustment a {
  padding: .5em;
}

.c-guide__link {
  display: block;
  text-align: center;
  margin-top: 3em;
}

.c-update {
  padding-bottom: 70px;
  position: relative;
}

.c-update__title {
  text-align: center;
background: linear-gradient(0deg, rgba(31,20,4,0) 0%, rgba(31,20,4,0.7) 31%, rgba(31,20,4,1) 50%, rgba(31,20,4,0.7) 70%, rgba(31,20,4,0) 100%);
}

.c-update__list {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  margin-top: 50px;
  padding: 1em;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 99;
}

.c-update__item {
  width: 32%;
  margin-bottom: 1em;
}

.c-update__item:nth-last-child(-n+3) {
  margin-bottom: 0;
}

.c-update__character {
  position: absolute;
}

.c-update__character--01 {
  top: -100px;
  right: -120px;
}

.c-update__character--02 {
  top: -20px;
  left: -100px;
}

.mt-1 {
  margin-top: 1em !important;
}

.ml-1 {
  margin-left: 1em !important;
}

.mr-1 {
  margin-right: 1em !important;
}

.mb-1 {
  margin-bottom: 1em !important;
}

.mt-2 {
  margin-top: 2em !important;
}

.ml-2 {
  margin-left: 2em !important;
}

.mr-2 {
  margin-right: 2em !important;
}

.mb-2 {
  margin-bottom: 2em !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.pt-1 {
  padding-top: 1em !important;
}

.pl-1 {
  padding-left: 1em !important;
}

.pr-1 {
  padding-right: 1em !important;
}

.pb-1 {
  padding-bottom: 1em !important;
}

.pt-2 {
  padding-top: 2em !important;
}

.pl-2 {
  padding-left: 2em !important;
}

.pr-2 {
  padding-right: 2em !important;
}

.pb-2 {
  padding-bottom: 2em !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

/*フォント系*/
.f-12 {
  font-size: 12px !important;
}

.f-14 {
  font-size: 14px !important;
}

.f-20 {
  font-size: 20px !important;
}

.f-25 {
  font-size: 25px !important;
}

.f-26 {
  font-size: 26px !important;
}

.f-30 {
  font-size: 30px !important;
}

.f-35 {
  font-size: 35px !important;
}

.f-38 {
  font-size: 38px !important;
}

.f-40 {
  font-size: 40px !important;
}

.f-46 {
  font-size: 46px !important;
}

.f-50 {
  font-size: 50px !important;
}

.line-h-15 {
  line-height: 1.5 !important;
}

.f-b {
  font-weight: bold !important;
}

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.flex-start {
  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;
}

.flex-center {
  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;
}

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

.w-40 {
  width: 40%;
}

.w-41 {
  width: 41%;
}

.w-42 {
  width: 42%;
}

.w43 {
  width: 43%;
}

.w-44 {
  width: 44%;
}

.w-45 {
  width: 45%;
}

.w-46 {
  width: 46%;
}

.w-47 {
  width: 47%;
}

.w-48 {
  width: 48%;
}

.w-49 {
  width: 49%;
}

.w-50 {
  width: 50%;
}

.w-60 {
  width: 60%;
}

.w-70 {
  width: 70%;
}

.w-80 {
  width: 80%;
}

.w-90 {
  width: 90%;
}

.w-100 {
  width: 100%;
}

@media only screen and (max-width: 599px) {
  body {
    min-width: auto;
  }
  .o-header__visual {
    height: 350px;
  }
  .o-header__logo {
    width: 80px;
    left: 1em;
  }
  .o-header__top-lead {
    width: 170px;
  }
  .o-header__lead {
    width: 140px;
    left: 1em;
  }
  .o-header__date {
    width: 100px;
    right: 1em;
  }
  .o-header__character {
    width: 189px;
    bottom: -120px;
  }
  .o-footer__about {
    font-size: 2.5rem;
  }
  .o-footer__about-img-area {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 2.5rem;
  }
  .o-footer__about-img {
    margin-bottom: 1em;
  }
  .o-footer__flex--left {
    margin-right: .5em;
  }
  .o-footer__flex--right {
    margin-left: .5em;
  }
  .o-footer__more {
    font-size: 1.2rem;
  }
  .c-toolbar {
    display: none;
  }
  .o-inner {
    max-width: calc(840px + 2rem);
    padding: 0 1rem;
  }
  .o-nav {
    display: none;
  }
  .o-contents__inner {
    max-width: calc(840px + 2rem);
    padding: 0 1rem;
  }
  .c-top {
    margin-bottom: 30px;
  }
  .c-top__date-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1.8rem;
  }
  .c-top__date-info span.square:after {
    display: none;
  }
  .c-top__date-info span.square br {
    display: none;
  }
  .c-top__date-info span.triangle:after {
    margin-top: .5em;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 8px 0 8px;
    border-color: #ffffff transparent transparent transparent;
  }
  .c-top__banner {
    margin-top: 50px;
  }
  .c-top__banner-img {
    display: none;
  }
  .c-top__banner-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 2em;
  }
  .c-top__banner-box {
    padding: 1em .5em;
    width: 100%;
    margin-bottom: 2em;
    background-image: none;
    border: 3px solid #fbcb64;
    border-radius: 3px;
background: rgba(31,20,4,0.8);
  }
  .c-top__banner-info {
    text-align: center !important;
  }
  .c-top__banner-inbox-item {
    padding: .3em;
    display: block;
    text-align: center;
  }
  .c-top__banner-inbox-item--text-center {
    margin: 0;
  }
  .c-top__banner-inbox-item--text-left {
    margin-right: 0;
    text-align: center;
  }
  .c-top__banner-inbox-item--text-right {
    margin-left: 0;
    text-align: center;
  }
  .c-top__banner-note {
    text-align: center;
  }
  .c-support {
    margin-bottom: 30px;
  }
  .c-support__banner {
    margin-top: 2em;
  }
  .c-support__banner-link--01 {
    margin: 1em auto 0;
  }
  .c-support__banner-link--02 {
    margin: 1em auto 0;
  }
  .c-support__banner-img {
    display: none;
  }
  .c-start {
    margin-bottom: 30px;
  }
  .c-hit {
    margin-bottom: 30px;
  }
  .c-hit__banner {
    margin-top: 2em;
  }
  .c-hit__banner-contents {
    padding: 1em;
  }
  .c-hit__banner-contents img {
    top: auto;
    margin-top: 0;
    right: 0;
  }
  .c-hit__banner-link {
    bottom: 0;
    margin: 1em auto 0;
  }
  .c-hit__banner-img {
    display: none;
  }
  .c-step {
    margin-bottom: 30px;
  }
  .c-step__box {
    margin-top: 2em;
    background-image: none !important;
    border: 3px solid #fbcb64;
    border-radius: 3px;
  }
  .c-step__box--01 {
    height: auto;
    padding: 1em;
  }
  .c-step__box--02 {
    height: auto;
    padding: 1em;
  }
  .c-step__box--03 {
    height: auto;
    padding: 1em;
  }
  .c-step__box--04 {
    height: auto;
    padding: 1em;
  }
  .c-step__box-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-step__box-flex--left {
    width: 100%;
    margin-bottom: 1em;
  }
  .c-step__box-flex--right {
    width: 100%;
  }
  .c-step__box-flex--adjustment {
    padding-top: 0;
  }
  .c-step__box-login p {
    margin-bottom: 1em;
  }
  .c-step__character {
    display: none;
  }
  .c-guide {
    margin-bottom: 30px;
  }
  .c-guide__title {
    font-size: 2.6rem;
  }
  .c-guide__box {
    margin-top: 2em;
    background-image: none !important;
    border: 3px solid #fbcb64;
    border-radius: 3px;
    height: auto;
    padding: 1em;
background: rgba(31,20,4,0.8);
  }
  .c-guide__box-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-guide__box-flex--left {
    width: 100%;
    margin-bottom: 1em;
  }
  .c-guide__box-flex--right {
    width: 100%;
  }
  .c-guide__box-link--adjustment {
    height: 3em;
    width: 100%;
  }
  .c-update {
    margin-bottom: 30px;
  }
  .c-update__list {
    margin-top: 2em;
  }
  .c-update__item {
    width: 100%;
    margin-bottom: 1em;
  }
  .c-update__item:nth-last-child(-n+3) {
    margin-bottom: 1em;
  }
  .c-update__character {
    display: none;
  }
}
