@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: #000;
  font-family: Yu Mincho, "游明朝", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  -webkit-font-smoothing: antialiased;
}

body {
  background-image: url(../img/common/bg-contents.png);
  background-repeat: repeat;
  min-width: 1400px;
  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-main {
  padding-top: 120px;
}

section {
  margin-bottom: 80px;
}

section:last-child {
  margin-bottom: 200px;
}

.o-header {
  height: 500px;
  background: -webkit-gradient(linear, left top, left bottom, from(#300570), color-stop(50%, #0f075f), to(#000));
  background: linear-gradient(to bottom, #300570 0%, #0f075f 50%, #000 100%);
}

.o-header__inner {
  height: 650px;
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}

.o-header__visual {
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  margin: auto;
}

.o-header__logo {
  position: absolute;
  top: 110px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
  text-align: center;
}

.o-header__logo img {
  max-width: 450px;
}

.o-header__date {
  position: absolute;
  z-index: 10;
  text-align: center;
  bottom: 200px;
  left: 0;
  right: 0;
  margin: auto;
}

.o-footer {
  padding: 1em 0;
  background-color: #75060e;
  text-align: center;
}

.o-footer__inner {
  max-width: 1060px;
  margin: 0 auto;
}

.o-footer__about {
  font-size: 3.9rem;
  text-align: center;
  margin-bottom: .5em;
  color: #fff;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.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;
  margin-bottom: 2em;
}

.o-footer__about-img {
  width: 31%;
}

.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;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.o-footer .note {
  font-size: 1.2rem;
  line-height: 2;
  margin-bottom: 2em;
  text-align: right;
  color: #fff;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.o-footer #pickup {
  max-width: 100%;
}

.o-footer .copyright {
  font-size: 1rem;
  color: #fff;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.c-toolbar {
  z-index: 1;
  position: relative;
  background: #fff;
  font-size: 1.2rem;
  -webkit-box-shadow: 0px 1px 30px black;
          box-shadow: 0px 1px 30px black;
}

.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;
}

.nav {
  position: -webkit-sticky;
  position: sticky;
  top: -15px;
  z-index: 9999;
  background-image: url(../img/nav/bg-nav.png);
  background-repeat: no-repeat;
  background-position: center;
}

.nav__list {
  height: 147px;
  max-width: 950px;
  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;
}

.nav__list a {
  display: block;
}

.nav__item {
  position: relative;
  bottom: 3px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.nav__item--01 {
  background-image: url(../img/nav/nav_01-off.png);
  right: 2px;
}

.nav__item--01.active, .nav__item--01:focus, .nav__item--01:hover {
  background-image: url(../img/nav/nav_01-on.png);
}

.nav__item--01 a {
  width: 105px;
  height: 89px;
}

.nav__item--02 {
  background-image: url(../img/nav/nav_02-off.png);
  left: 3px;
}

.nav__item--02.active, .nav__item--02:focus, .nav__item--02:hover {
  background-image: url(../img/nav/nav_02-on.png);
}

.nav__item--02 a {
  width: 105px;
  height: 89px;
}

.nav__item--03 {
  background-image: url(../img/nav/nav_03-off.png);
  left: -3px;
}

.nav__item--03.active, .nav__item--03:focus, .nav__item--03:hover {
  background-image: url(../img/nav/nav_03-on.png);
}

.nav__item--03 a {
  width: 123px;
  height: 89px;
}

.nav__item--04 {
  background-image: url(../img/nav/nav_04-off.png);
  right: 8px;
}

.nav__item--04.active, .nav__item--04:focus, .nav__item--04:hover {
  background-image: url(../img/nav/nav_04-on.png);
}

.nav__item--04 a {
  width: 105px;
  height: 89px;
}

.nav__item--05 {
  background-image: url(../img/nav/nav_05-off.png);
  left: -5px;
}

.nav__item--05.active, .nav__item--05:focus, .nav__item--05:hover {
  background-image: url(../img/nav/nav_05-on.png);
}

.nav__item--05 a {
  width: 105px;
  height: 89px;
}

.nav__item--06 {
  background-image: url(../img/nav/nav_06-off.png);
  left: -1px;
}

.nav__item--06.active, .nav__item--06:focus, .nav__item--06:hover {
  background-image: url(../img/nav/nav_06-on.png);
}

.nav__item--06 a {
  width: 106px;
  height: 89px;
}

.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;
}

.toggle-nav {
  display: none;
  position: fixed;
  z-index: 999;
  top: 1rem;
  right: 1rem;
}

.toggle-nav__area {
  position: relative;
  width: 30px;
  height: 20px;
}

.toggle-nav span {
  position: absolute;
  display: inline-block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.toggle-nav span:nth-of-type(1) {
  top: 0;
}

.toggle-nav span:nth-of-type(2) {
  top: 9px;
}

.toggle-nav span:nth-of-type(3) {
  bottom: 0;
}

.toggle-nav.is_active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
          transform: translateY(10px) rotate(-45deg);
}

.toggle-nav.is_active span:nth-of-type(2) {
  opacity: 0;
}

.toggle-nav.is_active span:nth-of-type(3) {
  bottom: 0;
  -webkit-transform: translateY(-7px) rotate(45deg);
          transform: translateY(-7px) rotate(45deg);
}

.nav-sp {
  display: none;
}

.nav-sp__item {
  color: #f9fa8c;
  font-size: 2.4rem;
  margin-bottom: 2em;
  text-align: center;
}

.nav-sp__item:last-child {
  margin-bottom: 0;
}

.nav-sp__item span {
  color: #ece2ca;
  display: block;
  font-size: 1.2rem;
}

.o-inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.o-contents {
  max-width: 1150px;
  margin: 0 auto;
  padding-top: 86px;
  background-image: url(../img/common/contents-bg_head.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.o-contents__sec-title {
  text-align: center;
  margin-bottom: 40px;
}

.o-contents__title {
  text-align: center;
  margin-bottom: 50px;
}

.o-contents__container {
  background-image: url(../img/common/contents-bg_loop.png);
  background-repeat: repeat-y;
  background-position: left top;
  padding-bottom: 60px;
}

.o-contents__inner {
  max-width: 1040px;
  margin: 0 auto;
}

.c-story {
  background-image: url(../img/story/bg-story.png);
  background-repeat: no-repeat;
  background-position: left top;
  padding-top: 600px;
}

.c-story__container {
  background-image: url(../img/story/bg-story_loop.png);
  background-repeat: repeat-y;
  background-position: left top;
}

.c-story__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-story__item {
  width: 48%;
  margin-bottom: 2em;
}

.c-story__item:nth-last-child(-n+2) {
  margin-bottom: 0;
}

.c-story__item:last-child {
  margin-bottom: 0;
}

.c-story__item p {
  margin-top: .5em;
  font-size: 1.4rem;
  letter-spacing: -1.5px;
}

.c-update-guide__block {
  margin-bottom: 3em;
}

.c-update-guide__block:last-child {
  margin-bottom: 0;
}

.c-update-guide__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-update-guide__flex p + p {
  margin-top: 1em;
}

.c-update-guide__flex--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-update-guide__flex-left {
  width: 48%;
}

.c-update-guide__flex-left--three {
  width: 32%;
}

.c-update-guide__flex-left--three p {
  margin-top: 1em;
  letter-spacing: -1.5px;
  font-size: 1.4rem;
}

.c-update-guide__flex-center {
  width: 32%;
}

.c-update-guide__flex-center p {
  margin-top: 1em;
  letter-spacing: -1.5px;
  font-size: 1.4rem;
}

.c-update-guide__flex-right {
  width: 48%;
}

.c-update-guide__flex-right--three {
  width: 32%;
}

.c-update-guide__flex-right--three p {
  margin-top: 1em;
  letter-spacing: -1.5px;
  font-size: 1.4rem;
}

.c-update-guide__triangle {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 18px;
  border-color: transparent transparent transparent #000000;
}

.c-update-guide__table {
  overflow: hidden;
  overflow-x: scroll;
  padding: .5em;
  background-color: #fff;
}

.c-update-guide__table table {
  width: 100%;
  border-spacing: 2px;
  border: 1px solid #fff;
  background-color: #e8d9b8;
  font-size: 1.4rem;
}

.c-update-guide__table table th {
  text-align: left;
  border: 1px solid #fff;
  background-color: #301e0c;
  color: #fff;
  vertical-align: middle;
  padding: .5em 1em;
}

.c-update-guide__table table td {
  border: 1px solid #fff;
  background-color: #dcf1d7;
  color: #000;
  padding: .5em 1em;
}

.c-update-guide__caution {
  font-size: 1.4rem;
  margin-top: 1em;
  color: #c20e0e;
}

.c-update-guide__caution a {
  color: #000;
  text-decoration: underline;
}

.c-data__title {
  text-align: center;
  margin-bottom: 1.5em;
}

.c-data__text {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 3em;
}

.c-data__block {
  margin-bottom: 3em;
}

.c-data__block:last-child {
  margin-bottom: 0;
}

.c-data__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-data__list--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-data__list--center .c-data__item {
  margin: 0 1em 1.5em;
}

.c-data__list--adjustment::before {
  content: "";
  display: block;
  width: 23%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.c-data__list--adjustment::after {
  content: "";
  display: block;
  width: 23%;
}

.c-data__item {
  margin-bottom: 1.5em;
  position: relative;
}

.c-data__item a {
  width: 240px;
  height: 240px;
  border: 4px solid #000;
  background-color: #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;
}

.c-data__name {
  font-size: 1.4rem;
  margin-top: .5em;
  text-align: center;
}

.c-data__mvp {
  position: absolute;
  top: 0;
  left: 0;
}

.c-wallpaper__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-wallpaper__flex-right a {
  display: block;
  margin-bottom: 10px;
}

.c-wallpaper__flex-right a:last-child {
  margin-bottom: 0;
}

.text-center {
  text-align: center !important;
}

.font-bold {
  font-weight: bold !important;
  color: #c20e0e !important;
}

.mt-2 {
  margin-top: 2em;
}

@media only screen and (max-width: 500px) {
  body {
    font-size: 1.4rem;
    min-width: auto;
  }
  .o-main {
    padding-top: 50px;
  }
  section {
    padding: 0 1rem;
    margin-bottom: 40px;
  }
  section:last-child {
    margin-bottom: 100px;
  }
  .o-header {
    height: auto;
  }
  .o-header__inner {
    height: 400px;
  }
  .o-header__logo img {
    max-width: 100%;
  }
  .o-header__date {
    bottom: 20px;
  }
  .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;
    width: 100%;
  }
  .o-footer__about-img:last-child {
    margin-bottom: 0;
  }
  .o-footer__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .o-footer__flex--left {
    margin-right: 0;
    margin-bottom: 1em;
  }
  .o-footer__flex--right {
    margin-left: 0;
  }
  .o-footer__more {
    font-size: 1.2rem;
  }
  .c-toolbar {
    display: none;
  }
  .nav {
    display: none;
  }
  .toggle-nav {
    display: block;
  }
  .nav-sp {
    position: fixed;
    top: 0;
    z-index: 998;
    width: 100%;
    height: 100%;
    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;
    -webkit-transform: translateY(-100vh);
            transform: translateY(-100vh);
    background: -webkit-gradient(linear, left top, left bottom, from(#300570), color-stop(50%, #0f075f), to(#000));
    background: linear-gradient(to bottom, #300570 0%, #0f075f 50%, #000 100%);
  }
  .nav-sp.is_active {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .o-contents {
    background-size: contain;
    padding-top: 7%;
  }
  .o-contents__title {
    margin-bottom: 20px;
  }
  .o-contents__container {
    background-size: contain;
    padding-bottom: 7%;
  }
  .o-contents__inner {
    padding: 0 1rem;
  }
  .c-story {
    padding-top: 51%;
  }
  .c-story__item {
    width: 100%;
  }
  .c-story__item:nth-last-child(-n+2) {
    margin-bottom: 2em;
  }
  .c-story__item:last-child {
    margin-bottom: 0;
  }
  .c-update-guide__block {
    margin-bottom: 2em;
  }
  .c-update-guide__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-update-guide__flex-left {
    width: 100%;
    margin-bottom: 2em;
  }
  .c-update-guide__flex-left--three {
    width: 100%;
    margin-bottom: 1em;
  }
  .c-update-guide__flex-center {
    width: 100%;
    margin-bottom: 1em;
  }
  .c-update-guide__flex-right {
    width: 100%;
    margin-bottom: 1em;
  }
  .c-update-guide__flex-right--three {
    width: 100%;
  }
  .c-update-guide__triangle {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    position: relative;
    bottom: 10px;
  }
  .c-update-guide__table table {
    word-break: keep-all;
    word-wrap: break-word;
    white-space: nowrap;
  }
  .c-data__text {
    margin-bottom: 2em;
  }
  .c-data__block {
    margin-bottom: 2em;
  }
  .c-data__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-wallpaper__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-wallpaper__flex-left {
    margin-bottom: 2em;
  }
  .c-wallpaper__flex-right {
    text-align: center;
  }
  .c-wallpaper__flex-right a {
    display: inline-block;
  }
}

@media only screen and (min-width: 1401px) {
  .o-header__inner {
    max-width: 1400px;
  }
}
