@charset "UTF-8";
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 100;
  src: url("../font/NotoSansCJKjp-Thin.eot");
  /* IE9 Compat Modes */
  src: url("../font/NotoSansCJKjp-Thin.eot?#iefix") format("embedded-opentype"), url("../font/NotoSansCJKjp-Thin.woff") format("woff"), url("../font/NotoSansCJKjp-Thin.ttf") format("truetype");
  /* Safari, Android, iOS */ }

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 200;
  src: url("../font/NotoSansCJKjp-Light.eot");
  src: url("../font/NotoSansCJKjp-Light.eot?#iefix") format("embedded-opentype"), url("../font/NotoSansCJKjp-Light.woff") format("woff"), url("../font/NotoSansCJKjp-Light.ttf") format("truetype"); }

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 300;
  src: url("../font/NotoSansCJKjp-DemiLight.eot");
  src: url("../font/NotoSansCJKjp-DemiLight.eot?#iefix") format("embedded-opentype"), url("../font/NotoSansCJKjp-DemiLight.woff") format("woff"), url("../font/NotoSansCJKjp-DemiLight.ttf") format("truetype"); }

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSansCJKjp-Regular.eot");
  src: url("../font/NotoSansCJKjp-Regular.eot?#iefix") format("embedded-opentype"), url("../font/NotoSansCJKjp-Regular.woff") format("woff"), url("../font/NotoSansCJKjp-Regular.ttf") format("truetype"); }

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSansCJKjp-Medium.eot");
  src: url("../font/NotoSansCJKjp-Medium.eot?#iefix") format("embedded-opentype"), url("../font/NotoSansCJKjp-Medium.woff") format("woff"), url("../font/NotoSansCJKjp-Medium.ttf") format("truetype"); }

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSansCJKjp-Bold.eot");
  src: url("../font/NotoSansCJKjp-Bold.eot?#iefix") format("embedded-opentype"), url("../font/NotoSansCJKjp-Bold.woff") format("woff"), url("../font/NotoSansCJKjp-Bold.ttf") format("truetype"); }

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 900;
  src: url("../font/NotoSansCJKjp-Black.eot");
  src: url("../font/NotoSansCJKjp-Black.eot?#iefix") format("embedded-opentype"), url("../font/NotoSansCJKjp-Black.woff") format("woff"), url("../font/NotoSansCJKjp-Black.ttf") format("truetype"); }

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

* {
  box-sizing: border-box; }

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

body {
  background-color: #c22a50;
  min-width: 1400px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  background-image: url(../img/common/bg-gradation.png), url(../img/common/bg-base.png);
  background-repeat: repeat-x,repeat;
  background-position: top center,top center;
  background-size: contain,contain; }

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

a {
  color: inherit;
  transition: all 0.3s ease-out;
  text-decoration: none; }
  a:hover {
    opacity: 0.7; }

td > table {
  display: inline-table; }

[hidden] {
  display: none !important; }

ul {
  list-style: none; }

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

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

span {
  color: #f7a1a1;
  font-size: 1.2rem; }

span.pink {
  color: #ff76a5; }

span.nomal {
  color: #ff76a5;
  font-size: 1.6rem; }

.o-header {
  position: relative;
  height: 750px;
  background-image: url(../img/header/bg-top.png);
  background-repeat: no-repeat;
  background-position: center -60px;
  background-size: 100% auto; }
  .o-header__area {
    position: relative; }
  .o-header__bg {
    position: relative;
    height: 750px;
    background-image: url(../img/header/bg-character.png), url(../img/header/bg-ninja.png);
    background-position: center -50px,right center;
    background-size: auto,auto;
    background-repeat: no-repeat,no-repeat; }
  .o-header__title {
    text-align: center;
    padding-top: 60px; }
  .o-header__schedule {
    text-align: center;
    padding-top: 15px; }
  .o-header__event-info-area {
    position: relative;
    max-width: 1000px;
    margin: 0 auto; }

.o-footer {
  padding: 4em 0;
  background-color: #581516;
  text-align: center; }
  .o-footer .note {
    font-size: 1.2rem;
    line-height: 2;
    margin-bottom: 2em;
    text-align: right; }
  .o-footer #pickup {
    max-width: 100%; }
  .o-footer .copyright {
    font-size: 1rem;
    color: #fff; }

.c-toolbar {
  z-index: 1;
  position: relative;
  background: #fff;
  font-size: 1.2rem;
  box-shadow: 0px 1px 30px black; }
  .c-toolbar .o-inner {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .c-toolbar .logo {
    display: flex;
    align-items: center; }
  .c-toolbar .fukidashi {
    margin-left: .25em; }
  .c-toolbar .box {
    display: flex; }
    .c-toolbar .box .sns {
      display: flex;
      text-align: right;
      align-items: center; }
      .c-toolbar .box .sns ul {
        list-style: none;
        display: inline-flex;
        align-items: center; }
      .c-toolbar .box .sns li {
        display: flex;
        align-items: center; }
        .c-toolbar .box .sns li:not(:first-child) {
          margin-left: .25em; }
    .c-toolbar .box .link {
      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: flex;
      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; }

.o-nav {
  position: sticky;
  top: -50px;
  z-index: 999;
  background-image: url(../img/common/bg-menu.png);
  background-repeat: repeat-x;
  background-position: top center;
  height: 120px;
  box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.6); }
  .o-nav__list {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 7px; }
    .o-nav__list a {
      display: block;
      width: 140px;
      height: 62px; }
  .o-nav__item {
    background-repeat: no-repeat;
    background-size: 100% 100%; }
    .o-nav__item--01 {
      background-image: url(../img/common/nav_01-off.png); }
      .o-nav__item--01.active, .o-nav__item--01:focus, .o-nav__item--01:hover {
        background-image: url(../img/common/nav_01-on.png); }
    .o-nav__item--02 {
      background-image: url(../img/common/nav_02-off.png); }
      .o-nav__item--02.active, .o-nav__item--02:focus, .o-nav__item--02:hover {
        background-image: url(../img/common/nav_02-on.png); }
    .o-nav__item--03 {
      background-image: url(../img/common/nav_03-off.png); }
      .o-nav__item--03.active, .o-nav__item--03:focus, .o-nav__item--03:hover {
        background-image: url(../img/common/nav_03-on.png); }
    .o-nav__item--04 {
      background-image: url(../img/common/nav_04-off.png); }
      .o-nav__item--04.active, .o-nav__item--04:focus, .o-nav__item--04:hover {
        background-image: url(../img/common/nav_04-on.png); }
    .o-nav__item--05 {
      background-image: url(../img/common/nav_05-off.png); }
      .o-nav__item--05.active, .o-nav__item--05:focus, .o-nav__item--05:hover {
        background-image: url(../img/common/nav_05-on.png); }
    .o-nav__item--06 {
      background-image: url(../img/common/nav_06-off.png); }
      .o-nav__item--06.active, .o-nav__item--06:focus, .o-nav__item--06:hover {
        background-image: url(../img/common/nav_06-on.png); }
    .o-nav__item--07 {
      background-image: url(../img/common/nav_07-off.png); }
      .o-nav__item--07.active, .o-nav__item--07:focus, .o-nav__item--07:hover {
        background-image: url(../img/common/nav_07-on.png); }

.sticky {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  right: 0;
  margin: -120px auto 0; }

.sticky.sticky-fixed.is-sticky {
  position: fixed;
  -webkit-backface-visibility: hidden;
  -moz-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; }

.event-info {
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 0 auto; }
  .event-info__lists {
    list-style: none;
    width: 288px;
    height: 49px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    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 #a43233;
  text-align: center;
  border-radius: 6px;
  position: absolute;
  top: 70px;
  left: 0;
  font-size: 12px;
  z-index: 1;
  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 #a43233 transparent; }

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

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

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

.o-contents {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 200px;
  background-image: url(../img/common/bg-contents.png);
  background-repeat: repeat-y;
  background-position: top center;
  background-size: auto; }
  .o-contents__inner {
    max-width: 940px;
    margin: 0 auto; }
    .o-contents__inner--660 {
      max-width: 660px;
      margin: 0 auto; }
    .o-contents__inner--780 {
      max-width: 770px;
      margin: 0 auto; }

.how-to-start__bg {
  margin-top: 2em;
  padding: 1em 1.5em;
  background-image: url(../img/how-to-start/bg-how-to-start.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover; }

.modal_wrap input {
  display: none; }

.modal_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0); }

.modal_trigger {
  position: absolute;
  width: 100%;
  height: 100%; }

.modal_content {
  align-self: center;
  padding: 30px 30px 15px;
  box-sizing: border-box;
  line-height: 1.4em;
  transform: scale(0.3);
  transition: 0.5s; }

.modal_wrap input:checked ~ .modal_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s; }

.modal_wrap input:checked ~ .modal_overlay .modal_content {
  transform: scale(1); }

.flow__content01 {
  background-image: url(../img/flow/bg-popup01.png);
  background-repeat: no-repeat;
  background-position: top center;
  width: 950px;
  height: 510px;
  overflow-y: auto; }

.flow__content02 {
  background-image: url(../img/flow/bg-popup02.png);
  background-repeat: no-repeat;
  background-position: top center;
  width: 950px;
  height: 410px; }

.flow__content03 {
  background-image: url(../img/flow/bg-popup03.png);
  background-repeat: no-repeat;
  background-position: top center;
  width: 950px;
  height: 510px;
  overflow-y: auto; }

.flow__pop-area {
  position: relative; }

.flow__open-button {
  position: absolute;
  cursor: pointer;
  transition: all 0.3s ease-out; }
  .flow__open-button:hover {
    opacity: 0.7; }
  .flow__open-button--01 {
    top: 293px;
    left: 365px; }
  .flow__open-button--02 {
    bottom: 20px;
    left: 165px; }
  .flow__open-button--03 {
    bottom: 20px;
    right: 265px; }

.flow__table {
  width: 100%;
  table-layout: auto; }
  .flow__table tr td:nth-child(2) {
    text-align: center; }
  .flow__table th {
    background-color: #280340;
    padding: 0.5em 0;
    border: 1px solid #fff; }
  .flow__table td {
    padding: 0.5em;
    border: 1px solid #fff;
    vertical-align: middle; }
  .flow__table--color tr td:nth-child(1) {
    text-align: center; }
  .flow__table--color tr td:nth-child(3) {
    text-align: center; }
  .flow__table--color td.bg {
    text-align: left !important;
    background-color: #4a305d; }

.flow__over-flow {
  height: 460px;
  overflow: auto;
  font-size: 1.4rem; }

.flow__table02 {
  width: 100%;
  table-layout: fixed; }
  .flow__table02 th {
    background-color: #0b0340;
    padding: 0.5em;
    border: 1px solid #fff; }
  .flow__table02 td {
    padding: 0.5em;
    border: 1px solid #fff;
    background-color: #0f0456; }
  .flow__table02 .bg {
    background-color: #0f5095; }

.guide__list {
  margin: 1em 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; }
  .guide__list::before {
    content: "";
    display: block;
    width: 23%;
    order: 1; }
  .guide__list::after {
    content: "";
    display: block;
    width: 23%; }

.guide__item {
  width: 220px;
  height: 190px;
  background-color: rgba(194, 42, 80, 0.4);
  border-radius: .5em;
  padding: .5em;
  margin-bottom: 1em; }

.guide__description {
  margin-top: 1em;
  line-height: 1.5;
  font-size: 1.2rem;
  font-weight: 500; }

.notes__list {
  list-style: none;
  font-size: 1.4rem; }
  .notes__list--in {
    list-style: none;
    font-size: 1.2rem;
    line-height: 1.5; }

.notes__item {
  background-image: url(../img/notes/notes_icon01.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto;
  padding-left: 38px;
  margin-bottom: 2em; }
  .notes__item--space {
    padding-left: 2.5em; }
  .notes__item--in {
    color: #f5f5f5;
    margin-bottom: 1em; }
  .notes__item--span {
    text-indent: -1em;
    padding-left: 1em;
    color: #f7a1a1;
    line-height: 1.5;
    font-size: 1.2rem;
    margin-bottom: 1em; }
    .notes__item--span:last-child {
      margin-bottom: 2em; }

.notes__headline {
  font-size: 1.6rem; }

.game-data__list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 2em; }
  .game-data__list::before {
    content: "";
    display: block;
    width: 23%;
    order: 1; }
  .game-data__list::after {
    content: "";
    display: block;
    width: 23%; }

.game-data__item {
  margin: 0 1em 2em; }

.game-data__table {
  width: 780px;
  margin: 0 auto;
  text-align: center; }
  .game-data__table th {
    color: #fff;
    text-align: left;
    padding: 0.5em;
    background-color: #0e0e29;
    border: 1px solid #fff; }
  .game-data__table td {
    color: #fff;
    font-weight: normal;
    vertical-align: middle;
    padding: 0 1em;
    border: 1px solid #fff; }
    .game-data__table td:nth-child(odd) {
      background-color: #121233; }
    .game-data__table td:nth-child(even) {
      background-color: #0b0a1e; }
    .game-data__table td:first-child {
      background-color: #fff; }

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

.w-10 {
  width: 10%; }

.w-20 {
  width: 20%; }

.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-55 {
  width: 55%; }

.w-60 {
  width: 60%; }

.w-70 {
  width: 70%; }

.w-80 {
  width: 80%; }

.w-90 {
  width: 90%; }

.w-100 {
  width: 100%; }

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

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

.f-16 {
  font-size: 16px !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; }

.f-n {
  font-weight: normal !important; }

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

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

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

.flex-start {
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }

.flex-start02 {
  display: flex;
  align-items: center;
  justify-content: flex-start; }

.flex-center {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.flex-end {
  display: flex;
  align-items: flex-end;
  justify-content: space-between; }

.flex-column {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column; }
