@charset "UTF-8";
@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular"); }

@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic"); }

/*
need Bourbon
*/
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, a,
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, main, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box; }
  html:before, html:after, body:before, body:after, div:before, div:after, span:before, span:after, object:before, object:after, iframe:before, iframe:after,
  h1:before,
  h1:after, h2:before, h2:after, h3:before, h3:after, h4:before, h4:after, h5:before, h5:after, h6:before, h6:after, p:before, p:after, blockquote:before, blockquote:after, pre:before, pre:after,
  abbr:before,
  abbr:after, address:before, address:after, cite:before, cite:after, code:before, code:after,
  del:before,
  del:after, dfn:before, dfn:after, em:before, em:after, img:before, img:after, ins:before, ins:after, kbd:before, kbd:after, q:before, q:after, samp:before, samp:after,
  small:before,
  small:after, strong:before, strong:after, sub:before, sub:after, sup:before, sup:after, var:before, var:after,
  b:before,
  b:after, i:before, i:after, a:before, a:after,
  dl:before,
  dl:after, dt:before, dt:after, dd:before, dd:after, ol:before, ol:after, ul:before, ul:after, li:before, li:after,
  fieldset:before,
  fieldset:after, form:before, form:after, label:before, label:after, legend:before, legend:after,
  table:before,
  table:after, caption:before, caption:after, tbody:before, tbody:after, tfoot:before, tfoot:after, thead:before, thead:after, tr:before, tr:after, th:before, th:after, td:before, td:after,
  article:before,
  article:after, aside:before, aside:after, canvas:before, canvas:after, details:before, details:after, figcaption:before, figcaption:after, figure:before, figure:after,
  footer:before,
  footer:after, header:before, header:after, hgroup:before, hgroup:after, menu:before, menu:after, nav:before, nav:after, main:before, main:after, section:before, section:after, summary:before, summary:after,
  time:before,
  time:after, mark:before, mark:after, audio:before, audio:after, video:before, video:after {
    box-sizing: border-box; }

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block; }

nav ul {
  list-style: none; }

li {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

img {
  border: none;
  vertical-align: middle; }

ins {
  text-decoration: none; }

mark {
  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;
  table-layout: auto; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.4; }

body {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1.7;
  color: #00043a;
  background-color: #fffef7; }

a, a:active, a:focus {
  color: #ff0018;
  text-decoration: none;
  transition: all .2s ease; }

a:hover {
  color: #000; }

p {
  margin-bottom: 0.9em; }

textarea,
input[type="text"],
input[type="email"] {
  margin: 8px 0;
  padding: .5em;
  border: solid 1px #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 16px;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2) inset; }
  textarea:focus,
  input[type="text"]:focus,
  input[type="email"]:focus {
    box-shadow: 0 0 4px 4px rgba(212, 243, 255, 0.5), 1px 1px 2px 0 rgba(0, 0, 0, 0.2) inset; }

select {
  margin: 8px 0;
  font-size: 16px;
  border: solid 1px #ccc;
  background: #fff;
  height: 2em; }

.l-fx {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 0px) {
    .l-fx {
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .l-fx.l-fx_wrap {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .l-fx.l-fx_dir-row {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row; }
  .l-fx.l-fx_dir-row-r {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse; }
  .l-fx.l-fx_dir-column {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column; }
  .l-fx.l-fx_dir-column-r {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse; }
  @media screen and (min-width: 1px) {
    .l-fx.l-fx_dir-row-pc {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      flex-direction: row;
      -ms-flex-direction: row; } }
  @media screen and (min-width: 1px) {
    .l-fx.l-fx_dir-row-r-pc {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse; } }
  @media screen and (min-width: 1px) {
    .l-fx.l-fx_dir-column-pc {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column; } }
  @media screen and (min-width: 1px) {
    .l-fx.l-fx_dir-column-r-pc {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse; } }
  @media screen and (max-width: 0px) {
    .l-fx.l-fx_dir-row-sp {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      flex-direction: row;
      -ms-flex-direction: row; } }
  @media screen and (max-width: 0px) {
    .l-fx.l-fx_dir-row-r-sp {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse; } }
  @media screen and (max-width: 0px) {
    .l-fx.l-fx_dir-column-sp {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column; } }
  @media screen and (max-width: 0px) {
    .l-fx.l-fx_dir-column-r-sp {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse; } }
  .l-fx.l-fx_x-l {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start; }
  .l-fx.l-fx_x-r {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end; }
  .l-fx.l-fx_x-c {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
  .l-fx.l-fx_x-btw {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify; }
  .l-fx.l-fx_x-aru {
    -webkit-box-pack: distribute;
    -moz-box-pack: distribute;
    box-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: distribute; }
  .l-fx.l-fx_y-t {
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start; }
  .l-fx.l-fx_y-b {
    -webkit-box-align: end;
    -moz-box-align: end;
    box-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: end; }
  .l-fx.l-fx_y-c {
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
  .l-fx.l-fx_y-base {
    -webkit-box-align: baseline;
    -moz-box-align: baseline;
    box-align: baseline;
    -webkit-align-items: baseline;
    -moz-align-items: baseline;
    -ms-align-items: baseline;
    -o-align-items: baseline;
    align-items: baseline;
    -ms-flex-align: baseline; }
  .l-fx.l-fx_y-str {
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch; }
  .l-fx.l-fx_mg-0 {
    margin-left: 0; }
    .l-fx.l-fx_mg-0 > [class*=l-fx__item] {
      padding: 0; }
  .l-fx.l-fx_mg-xs {
    margin-left: -4px; }
    .l-fx.l-fx_mg-xs > [class*=l-fx__item] {
      padding-left: 4px; }
  .l-fx.l-fx_mg-s {
    margin-left: -8px; }
    .l-fx.l-fx_mg-s > [class*=l-fx__item] {
      padding-left: 8px; }
  .l-fx.l-fx_mg-n {
    margin-left: -16px; }
    .l-fx.l-fx_mg-n > [class*=l-fx__item] {
      padding-left: 16px; }
  .l-fx.l-fx_mg-m {
    margin-left: -32px; }
    .l-fx.l-fx_mg-m > [class*=l-fx__item] {
      padding-left: 32px; }
  .l-fx.l-fx_mg-l {
    margin-left: -48px; }
    .l-fx.l-fx_mg-l > [class*=l-fx__item] {
      padding-left: 48px; }
  .l-fx.l-fx_mg-xl {
    margin-left: -64px; }
    .l-fx.l-fx_mg-xl > [class*=l-fx__item] {
      padding-left: 64px; }
  .l-fx.l-fx_mgb-0 > [class*=l-fx__item] {
    margin-bottom: 0; }
  .l-fx.l-fx_mgb-xs {
    margin-top: 4px; }
    .l-fx.l-fx_mgb-xs > [class*=l-fx__item] {
      margin-bottom: 4px; }
  .l-fx.l-fx_mgb-s {
    margin-top: 8px; }
    .l-fx.l-fx_mgb-s > [class*=l-fx__item] {
      margin-bottom: 8px; }
  .l-fx.l-fx_mgb-n {
    margin-top: 16px; }
    .l-fx.l-fx_mgb-n > [class*=l-fx__item] {
      margin-bottom: 16px; }
  .l-fx.l-fx_mgb-m {
    margin-top: 32px; }
    .l-fx.l-fx_mgb-m > [class*=l-fx__item] {
      margin-bottom: 32px; }
  .l-fx.l-fx_mgb-l {
    margin-top: 48px; }
    .l-fx.l-fx_mgb-l > [class*=l-fx__item] {
      margin-bottom: 48px; }
  .l-fx.l-fx_mgb-xl {
    margin-top: 64px; }
    .l-fx.l-fx_mgb-xl > [class*=l-fx__item] {
      margin-bottom: 64px; }
  .l-fx .l-fx__item {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .l-fx .l-fx__item-2-1, .l-fx .l-fx__item-3-1, .l-fx .l-fx__item-3-2, .l-fx .l-fx__item-4-1, .l-fx .l-fx__item-4-2, .l-fx .l-fx__item-4-3, .l-fx .l-fx__item-5-1, .l-fx .l-fx__item-5-2, .l-fx .l-fx__item-5-3, .l-fx .l-fx__item-5-4, .l-fx .l-fx__item-6-1, .l-fx .l-fx__item-6-2, .l-fx .l-fx__item-6-3, .l-fx .l-fx__item-6-4, .l-fx .l-fx__item-6-5, .l-fx .l-fx__item-7-1, .l-fx .l-fx__item-7-2, .l-fx .l-fx__item-7-3, .l-fx .l-fx__item-7-4, .l-fx .l-fx__item-7-5, .l-fx .l-fx__item-7-6, .l-fx .l-fx__item-8-1, .l-fx .l-fx__item-8-2, .l-fx .l-fx__item-8-3, .l-fx .l-fx__item-8-4, .l-fx .l-fx__item-8-5, .l-fx .l-fx__item-8-6, .l-fx .l-fx__item-8-7 {
    -webkit-box-flex: none;
    -moz-box-flex: none;
    box-flex: none;
    -webkit-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none; }
  @media screen and (max-width: 0px) {
    .l-fx .l-fx__item-2-1-sp, .l-fx .l-fx__item-3-1-sp, .l-fx .l-fx__item-3-2-sp, .l-fx .l-fx__item-4-1-sp, .l-fx .l-fx__item-4-2-sp, .l-fx .l-fx__item-4-3-sp, .l-fx .l-fx__item-5-1-sp, .l-fx .l-fx__item-5-2-sp, .l-fx .l-fx__item-5-3-sp, .l-fx .l-fx__item-5-4-sp {
      -webkit-box-flex: none;
      -moz-box-flex: none;
      box-flex: none;
      -webkit-flex: none;
      -moz-flex: none;
      -ms-flex: none;
      flex: none; } }
  .l-fx .l-fx__item-1-1 {
    width: 100%; }
  .l-fx .l-fx__item-2-1 {
    width: 50%; }
  .l-fx .l-fx__item-3-1 {
    width: 33.33333%; }
  .l-fx .l-fx__item-3-2 {
    width: 66.66667%; }
  .l-fx .l-fx__item-4-1 {
    width: 25%; }
  .l-fx .l-fx__item-4-2 {
    width: 50%; }
  .l-fx .l-fx__item-4-3 {
    width: 75%; }
  .l-fx .l-fx__item-5-1 {
    width: 20%; }
  .l-fx .l-fx__item-5-2 {
    width: 40%; }
  .l-fx .l-fx__item-5-3 {
    width: 60%; }
  .l-fx .l-fx__item-5-4 {
    width: 80%; }
  .l-fx .l-fx__item-6-1 {
    width: 16.66667%; }
  .l-fx .l-fx__item-6-2 {
    width: 33.33333%; }
  .l-fx .l-fx__item-6-3 {
    width: 50%; }
  .l-fx .l-fx__item-6-4 {
    width: 66.66667%; }
  .l-fx .l-fx__item-6-5 {
    width: 83.33333%; }
  .l-fx .l-fx__item-7-1 {
    width: 14.28571%; }
  .l-fx .l-fx__item-7-2 {
    width: 28.57143%; }
  .l-fx .l-fx__item-7-3 {
    width: 42.85714%; }
  .l-fx .l-fx__item-7-4 {
    width: 57.14286%; }
  .l-fx .l-fx__item-7-5 {
    width: 71.42857%; }
  .l-fx .l-fx__item-7-6 {
    width: 85.71429%; }
  .l-fx .l-fx__item-8-1 {
    width: 12.5%; }
  .l-fx .l-fx__item-8-2 {
    width: 25%; }
  .l-fx .l-fx__item-8-3 {
    width: 37.5%; }
  .l-fx .l-fx__item-8-4 {
    width: 50%; }
  .l-fx .l-fx__item-8-5 {
    width: 62.5%; }
  .l-fx .l-fx__item-8-6 {
    width: 75%; }
  .l-fx .l-fx__item-8-7 {
    width: 87.5%; }
  @media screen and (max-width: 0px) {
    .l-fx .l-fx__item-1-1-sp {
      width: 100%; }
    .l-fx .l-fx__item-2-1-sp {
      width: 50%; }
    .l-fx .l-fx__item-3-1-sp {
      width: 33.33333%; }
    .l-fx .l-fx__item-3-2-sp {
      width: 66.66667%; }
    .l-fx .l-fx__item-4-1-sp {
      width: 25%; }
    .l-fx .l-fx__item-4-2-sp {
      width: 50%; }
    .l-fx .l-fx__item-4-3-sp {
      width: 75%; }
    .l-fx .l-fx__item-5-1-sp {
      width: 20%; }
    .l-fx .l-fx__item-5-2-sp {
      width: 40%; }
    .l-fx .l-fx__item-5-3-sp {
      width: 60%; }
    .l-fx .l-fx__item-5-4-sp {
      width: 80%; } }
  .l-fx .l-fx__os-2-1 {
    margin-left: 50%; }
  .l-fx .l-fx__os-3-1 {
    margin-left: 33.33333%; }
  .l-fx .l-fx__os-3-2 {
    margin-left: 66.66667%; }
  .l-fx .l-fx__os-4-1 {
    margin-left: 25%; }
  .l-fx .l-fx__os-4-2 {
    margin-left: 50%; }
  .l-fx .l-fx__os-4-3 {
    margin-left: 75%; }
  .l-fx .l-fx__os-5-1 {
    margin-left: 20%; }
  .l-fx .l-fx__os-5-2 {
    margin-left: 40%; }
  .l-fx .l-fx__os-5-3 {
    margin-left: 60%; }
  .l-fx .l-fx__os-5-4 {
    margin-left: 80%; }
  .l-fx .l-fx__os-6-1 {
    margin-left: 16.66667%; }
  .l-fx .l-fx__os-6-2 {
    margin-left: 33.33333%; }
  .l-fx .l-fx__os-6-3 {
    margin-left: 50%; }
  .l-fx .l-fx__os-6-4 {
    margin-left: 66.66667%; }
  .l-fx .l-fx__os-6-5 {
    margin-left: 83.33333%; }
  .l-fx .l-fx__os-7-1 {
    margin-left: 14.28571%; }
  .l-fx .l-fx__os-7-2 {
    margin-left: 28.57143%; }
  .l-fx .l-fx__os-7-3 {
    margin-left: 42.85714%; }
  .l-fx .l-fx__os-7-4 {
    margin-left: 57.14286%; }
  .l-fx .l-fx__os-7-5 {
    margin-left: 71.42857%; }
  .l-fx .l-fx__os-7-6 {
    margin-left: 85.71429%; }
  .l-fx .l-fx__os-8-1 {
    margin-left: 12.5%; }
  .l-fx .l-fx__os-8-2 {
    margin-left: 25%; }
  .l-fx .l-fx__os-8-3 {
    margin-left: 37.5%; }
  .l-fx .l-fx__os-8-4 {
    margin-left: 50%; }
  .l-fx .l-fx__os-8-5 {
    margin-left: 62.5%; }
  .l-fx .l-fx__os-8-6 {
    margin-left: 75%; }
  .l-fx .l-fx__os-8-7 {
    margin-left: 87.5%; }
  @media screen and (max-width: 0px) {
    .l-fx .l-fx__os-none-sp {
      margin-left: 0; }
    .l-fx .l-fx__os-2-1-sp {
      margin-left: 50%; }
    .l-fx .l-fx__os-3-1-sp {
      margin-left: 33.33333%; }
    .l-fx .l-fx__os-3-2-sp {
      margin-left: 66.66667%; }
    .l-fx .l-fx__os-4-1-sp {
      margin-left: 25%; }
    .l-fx .l-fx__os-4-2-sp {
      margin-left: 50%; }
    .l-fx .l-fx__os-4-3-sp {
      margin-left: 75%; }
    .l-fx .l-fx__os-5-1-sp {
      margin-left: 20%; }
    .l-fx .l-fx__os-5-2-sp {
      margin-left: 40%; }
    .l-fx .l-fx__os-5-3-sp {
      margin-left: 60%; }
    .l-fx .l-fx__os-5-4-sp {
      margin-left: 80%; } }

@media screen and (min-width: 1px) {
  .l-body-fit {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    min-height: 100vh; } }

.l-body-fit .l-body-fit__body {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1; }

*::-ms-backdrop, .l-body-fit {
  display: block; }

/* バッジ *****************/
.p-badge {
  display: inline-block;
  line-height: 1;
  border-radius: 4px;
  padding: 0.2em 0.4em; }

.p-btn, input[type="submit"], .p-btn-sz-s {
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  transition: all .1s linear;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  appearance: none;
  cursor: pointer;
  line-height: 1.3; }
  [data-btn-disabled='true'].p-btn, input[data-btn-disabled='true'][type="submit"], [data-btn-disabled='true'].p-btn-sz-s {
    cursor: not-allowed;
    pointer-events: none; }

.p-btn, input[type="submit"], .p-btn-sz-s {
  border: none;
  border-radius: 4px;
  font-weight: 600;
  background-color: #c09b0f;
  color: #fff; }
  .p-btn:hover, input[type="submit"]:hover, .p-btn-sz-s:hover, .p-btn:focus, input[type="submit"]:focus, .p-btn-sz-s:focus {
    background-color: #26548e;
    color: #fff; }
  [data-btn-disabled='true'].p-btn, input[data-btn-disabled='true'][type="submit"], [data-btn-disabled='true'].p-btn-sz-s {
    background-color: #ccc;
    color: #eee;
    opacity: 0.5; }

.p-btn, input[type="submit"] {
  margin: 0;
  padding: 0.8em 2em;
  font-size: 16px;
  line-height: 1.3; }

.p-btn-sz-s {
  margin: 0;
  padding: 0.5em 1em;
  font-size: 14.4px;
  line-height: 1.2; }

.p-mv-thumb {
  display: inline-block;
  position: relative;
  z-index: 1;
  border: none;
  overflow: hidden; }
  .p-mv-thumb:focus {
    outline: none; }

.p-mv-thumb:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }

.p-mv-thumb:after {
  font-size: 20px;
  border-radius: 50%;
  background-color: transparent;
  width: 35px;
  height: 35px;
  color: #fff;
  font-family: icomoon;
  content: "\e61d";
  padding-left: .2em;
  padding-top: .1em; }

.p-mv-thumb:hover:after {
  background-color: transparent;
  color: #fff; }

ul.p-list, ul.p-list-mark, ol.p-list, dl.p-list, dl.p-list-mark, dl.p-list-bold, dl.p-list-inline, dl.p-list-counter {
  margin-bottom: 1em; }

ul.p-list-mark > li, dl.p-list-mark > dt {
  position: relative;
  padding-left: 1.5em; }
  ul.p-list-mark > li:before, dl.p-list-mark > dt:before {
    position: absolute;
    font-family: icomoon; }

ol.p-list, dl.p-list-counter {
  counter-reset: section; }

ol.p-list > li, dl.p-list-counter > dt {
  list-style-type: none;
  position: relative; }
  ol.p-list > li:before, dl.p-list-counter > dt:before {
    display: inline-block;
    counter-increment: section;
    content: counters(section, ".") "."; }

ol.p-list > li, dl.p-list-counter > dt {
  padding-left: 2em;
  margin-bottom: 0.4em; }
  ol.p-list > li:before, dl.p-list-counter > dt:before {
    width: 2em;
    padding-right: 0.5em;
    margin-left: -2em;
    text-align: right;
    font-weight: bold; }

dl.p-list-mark > dt, dl.p-list-bold > dt {
  margin-bottom: 0.2em; }

dl.p-list > dd, dl.p-list-mark > dd, dl.p-list-bold > dd, dl.p-list-inline > dd, dl.p-list-counter > dd {
  margin-bottom: 0.4em; }

.p-table {
  margin: 1em 0; }
  .p-table th, .p-table td {
    font-weight: normal;
    border: none; }

.p-table th, .p-table td {
  padding: 0.4em;
  vertical-align: top;
  text-align: left; }
  .p-table th > *:last-child, .p-table td > *:last-child {
    margin-bottom: 0; }

.p-table.p-table_border-tb {
  border-top: solid 2px #ccc;
  border-bottom: solid 2px #ccc; }

.p-table.p-table_border th, .p-table.p-table_border td {
  border-top: solid 1px #ccc; }

.p-table.p-table_border tr:last-child th, .p-table.p-table_border tr:last-child td {
  border-bottom: solid 1px #ccc; }

.p-table.p-table_th-bold th {
  font-weight: bold; }

.p-table.p-table_th-bgcolor th {
  background-color: #E6E6E2; }

.p-table.p-table_stripe-v tr:nth-child(odd) th {
  background-color: #ccc; }

.p-table.p-table_stripe-v tr:nth-child(odd) td {
  background-color: #f6f6f6; }

.p-table.p-table_stripe-v tr:nth-child(even) th {
  background-color: #ddd; }

.p-table.p-table_stripe-v tr:nth-child(even) td {
  background-color: #fff; }

.p-table.p-table_stripe-h th:nth-child(odd) {
  background-color: #ccc; }

.p-table.p-table_stripe-h td:nth-child(odd) {
  background-color: #f6f6f6; }

.p-table.p-table_stripe-h th:nth-child(even) {
  background-color: #ddd; }

.p-table.p-table_stripe-h td:nth-child(even) {
  background-color: #fff; }

p.p-notice, ul.p-notice {
  margin-top: 0.9em;
  margin-bottom: 0.9em; }

p.p-notice, ul.p-notice li {
  text-indent: -1em;
  margin-left: 1em;
  list-style-type: none; }

.p-mv-thumb .p-mv-thumb__image {
  display: block;
  transition: 0.3s ease; }

.p-mv-thumb:hover .p-mv-thumb__image {
  transform: scale(1.05); }

.p-mv-thumb .p-mv-thumb__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 0;
  padding: 0.3em 0.5em;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 14.4px; }

.p-link-noborder,
.p-link-noborder:hover {
  border: none !important;
  background-color: transparent !important; }
  .p-link-noborder img,
  .p-link-noborder:hover img {
    border-style: none; }

.p-link-fade:hover {
  opacity: .6; }

.p-link-scale-11:hover {
  transform: scale(1.1); }

.p-link-scale-105:hover {
  transform: scale(1.05); }

.p-table .p-table__nowrap {
  white-space: nowrap; }

@media screen and (min-width: 1px) {
  .p-table .p-table__nowrap-pc {
    white-space: nowrap; } }

@media screen and (max-width: 0px) {
  .p-table .p-table__nowrap-sp {
    white-space: nowrap; } }

ul.p-list {
  padding-left: 2em; }
  ul.p-list > li {
    list-style-type: disc;
    margin-bottom: 0.4em; }

ul.p-list-mark > li:before {
  left: 0;
  top: 0;
  content: "";
  color: #d50707; }

dl.p-list-mark > dt:before {
  left: 0;
  top: 0;
  content: "";
  color: #d50707; }

dl.p-list-mark > dd {
  padding-left: 1.5em; }

dl.p-list-bold > dt {
  font-weight: bold; }

dl.p-list-inline > dt {
  display: inline-block;
  margin-right: 1em; }

dl.p-list-inline > dd {
  display: inline; }
  dl.p-list-inline > dd:after {
    content: "";
    display: block; }

dl.p-list-counter > dd {
  padding-left: 2em; }

.p-media-youtube {
  position: relative;
  padding-bottom: 60%;
  overflow: hidden; }
  .p-media-youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }

.p-media-gmap {
  position: relative;
  padding-bottom: 60%;
  overflow: hidden; }
  .p-media-gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }

.p-photoframe {
  display: inline-block;
  padding: 6px;
  background-color: #fff;
  border: solid 1px #ccc;
  z-index: 1; }

a.p-photoframe:hover {
  border-color: #d50707; }

.p-photoframe-in {
  position: relative;
  display: inline-block; }
  .p-photoframe-in:after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 0 1px #ccc inset, 0 0 0 7px #fff inset; }

a.p-photoframe-in:hover:after {
  box-shadow: 0 0 0 1px #d50707 inset, 0 0 0 7px #fff inset; }

/* バッジ *****************/
.p-badge {
  background: #000;
  color: #fff;
  font-weight: bold; }

a.p-badge {
  border: none;
  text-decoration: none;
  transition: background-color .1s linear;
  background-color: #000;
  color: #fff; }
  a.p-badge:hover, a.p-badge:focus {
    background-color: #666;
    color: #fff; }

.p-iv {
  opacity: 0; }
  .p-iv.p-iv_in {
    opacity: 1;
    transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .p-iv.p-iv_l {
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -o-transform: translateX(50px);
    transform: translateX(50px); }
    .p-iv.p-iv_l.p-iv_in {
      transform: translateX(0); }
  .p-iv.p-iv_r {
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    transform: translateX(-50px); }
    .p-iv.p-iv_r.p-iv_in {
      transform: translateX(0); }
  .p-iv.p-iv_t {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px); }
    .p-iv.p-iv_t.p-iv_in {
      transform: translateY(0); }
  .p-iv.p-iv_b {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px); }
    .p-iv.p-iv_b.p-iv_in {
      transform: translateY(0); }
  .p-iv.p-iv_dl-2 {
    transition-delay: 0.2s; }
  .p-iv.p-iv_dl-4 {
    transition-delay: 0.4s; }
  .p-iv.p-iv_dl-6 {
    transition-delay: 0.6s; }
  .p-iv.p-iv_dl-8 {
    transition-delay: 0.8s; }
  .p-iv.p-iv_dl-10 {
    transition-delay: 1s; }

[class*="p-share-btn-"] {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  border: none;
  user-select: none;
  white-space: nowrap;
  text-align: center;
  appearance: none;
  cursor: pointer;
  line-height: 1;
  padding-left: .1em;
  vertical-align: middle;
  transition: all .1s linear; }
  [class*="p-share-btn-"]:hover, [class*="p-share-btn-"]:focus, [class*="p-share-btn-"]:active {
    border: none; }

.p-share-btn-bg-tw {
  color: #fff;
  background-color: #00acee;
  border: none; }
  .p-share-btn-bg-tw:hover {
    color: #fff;
    background-color: #003d55;
    border: none; }
  .p-share-btn-bg-tw:focus, .p-share-btn-bg-tw:active {
    background-color: #00acee; }

.p-share-btn-bg-fb {
  color: #fff;
  background-color: #4763b3;
  border: none; }
  .p-share-btn-bg-fb:hover {
    color: #fff;
    background-color: #1c2645;
    border: none; }
  .p-share-btn-bg-fb:focus, .p-share-btn-bg-fb:active {
    background-color: #4763b3; }

.p-share-btn-bg-ln {
  color: #fff;
  background-color: #00c300;
  border: none; }
  .p-share-btn-bg-ln:hover {
    color: #fff;
    background-color: #002a00;
    border: none; }
  .p-share-btn-bg-ln:focus, .p-share-btn-bg-ln:active {
    background-color: #00c300; }

.p-share-btn-bg-gp {
  color: #fff;
  background-color: #ea4335;
  border: none; }
  .p-share-btn-bg-gp:hover {
    color: #fff;
    background-color: #79150d;
    border: none; }
  .p-share-btn-bg-gp:focus, .p-share-btn-bg-gp:active {
    background-color: #ea4335; }

.p-share-btn-bg-ht {
  color: #fff;
  background-color: #00b3de;
  border: none; }
  .p-share-btn-bg-ht:hover {
    color: #fff;
    background-color: #003845;
    border: none; }
  .p-share-btn-bg-ht:focus, .p-share-btn-bg-ht:active {
    background-color: #00b3de; }

.p-share-btn-bg-fd {
  color: #fff;
  background-color: #69bf2d;
  border: none; }
  .p-share-btn-bg-fd:hover {
    color: #fff;
    background-color: #254310;
    border: none; }
  .p-share-btn-bg-fd:focus, .p-share-btn-bg-fd:active {
    background-color: #69bf2d; }

.p-share-btn-bg-ig {
  color: #fff;
  background-color: #3B719B;
  border: none; }
  .p-share-btn-bg-ig:hover {
    color: #fff;
    background-color: #11202c;
    border: none; }
  .p-share-btn-bg-ig:focus, .p-share-btn-bg-ig:active {
    background-color: #3B719B; }

.p-share-btn-bg-po {
  color: #fff;
  background-color: #ef3e56;
  border: none; }
  .p-share-btn-bg-po:hover {
    color: #fff;
    background-color: #890b1c;
    border: none; }
  .p-share-btn-bg-po:focus, .p-share-btn-bg-po:active {
    background-color: #ef3e56; }

.p-share-btn-txt-tw {
  color: #00acee;
  background-color: #fff;
  border: solid 1px #999; }
  .p-share-btn-txt-tw:hover {
    color: #00acee;
    background-color: #000;
    border: solid 1px #999; }
  .p-share-btn-txt-tw:focus, .p-share-btn-txt-tw:active {
    color: #00acee;
    background-color: #fff; }

.p-share-btn-txt-fb {
  color: #4763b3;
  background-color: #fff;
  border: solid 1px #999; }
  .p-share-btn-txt-fb:hover {
    color: #4763b3;
    background-color: #000;
    border: solid 1px #999; }
  .p-share-btn-txt-fb:focus, .p-share-btn-txt-fb:active {
    color: #4763b3;
    background-color: #fff; }

.p-share-btn-txt-ln {
  color: #00c300;
  background-color: #fff;
  border: solid 1px #999; }
  .p-share-btn-txt-ln:hover {
    color: #00c300;
    background-color: #000;
    border: solid 1px #999; }
  .p-share-btn-txt-ln:focus, .p-share-btn-txt-ln:active {
    color: #00c300;
    background-color: #fff; }

.p-share-btn-txt-gp {
  color: #ea4335;
  background-color: #fff;
  border: solid 1px #999; }
  .p-share-btn-txt-gp:hover {
    color: #ea4335;
    background-color: #000;
    border: solid 1px #999; }
  .p-share-btn-txt-gp:focus, .p-share-btn-txt-gp:active {
    color: #ea4335;
    background-color: #fff; }

.p-share-btn-txt-ht {
  color: #00b3de;
  background-color: #fff;
  border: solid 1px #999; }
  .p-share-btn-txt-ht:hover {
    color: #00b3de;
    background-color: #000;
    border: solid 1px #999; }
  .p-share-btn-txt-ht:focus, .p-share-btn-txt-ht:active {
    color: #00b3de;
    background-color: #fff; }

.p-share-btn-txt-fd {
  color: #69bf2d;
  background-color: #fff;
  border: solid 1px #999; }
  .p-share-btn-txt-fd:hover {
    color: #69bf2d;
    background-color: #000;
    border: solid 1px #999; }
  .p-share-btn-txt-fd:focus, .p-share-btn-txt-fd:active {
    color: #69bf2d;
    background-color: #fff; }

.p-share-btn-txt-ig {
  color: #3B719B;
  background-color: #fff;
  border: solid 1px #999; }
  .p-share-btn-txt-ig:hover {
    color: #3B719B;
    background-color: #000;
    border: solid 1px #999; }
  .p-share-btn-txt-ig:focus, .p-share-btn-txt-ig:active {
    color: #3B719B;
    background-color: #fff; }

.p-share-btn-txt-po {
  color: #ef3e56;
  background-color: #fff;
  border: solid 1px #999; }
  .p-share-btn-txt-po:hover {
    color: #ef3e56;
    background-color: #000;
    border: solid 1px #999; }
  .p-share-btn-txt-po:focus, .p-share-btn-txt-po:active {
    color: #ef3e56;
    background-color: #fff; }

.p-share-btn-unity {
  color: #fff;
  background-color: #001655; }
  .p-share-btn-unity:hover {
    color: #fff;
    background-color: #c09b0f; }
  .p-share-btn-unity:focus, .p-share-btn-unity:active {
    color: #001655; }

body.isPC [class*="p-share-btn-"][data-share-svc="line"] {
  display: none; }

.p-sp-menu-btn {
  position: absolute;
  z-index: 1100;
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: transparent;
  border-radius: 0; }
  @media screen and (min-width: 1px) {
    .p-sp-menu-btn {
      display: none; } }
  .p-sp-menu-btn .p-sp-menu-btn__text {
    position: absolute;
    top: 37px;
    width: 100%;
    text-align: center;
    font-size: 10px;
    color: #50aa32;
    line-height: 1; }
  .p-sp-menu-btn span {
    position: absolute;
    display: inline-block;
    left: 11px;
    width: 29px;
    height: 3px;
    background-color: #50aa32;
    transition: all 0.4s ease; }
    .p-sp-menu-btn span:nth-of-type(1) {
      top: 10px;
      transform-origin: center center; }
    .p-sp-menu-btn span:nth-of-type(2) {
      top: 20px; }
    .p-sp-menu-btn span:nth-of-type(3) {
      top: 30px;
      transform-origin: center center; }
  .p-sp-menu-btn[data-sp-menu='open'] {
    background-color: transparent; }
    .p-sp-menu-btn[data-sp-menu='open'] span {
      background-color: #50aa32; }
      .p-sp-menu-btn[data-sp-menu='open'] span:nth-of-type(1) {
        transform: translateY(11px) rotate(-45deg); }
      .p-sp-menu-btn[data-sp-menu='open'] span:nth-of-type(2) {
        opacity: 0; }
      .p-sp-menu-btn[data-sp-menu='open'] span:nth-of-type(3) {
        transform: translateY(-9px) rotate(45deg); }

@media screen and (max-width: 0px) {
  .p-sp-menu-popup {
    position: fixed !important;
    z-index: 1000;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    -webkit-overflow-scrolling: touch; }
    .p-sp-menu-popup[data-sp-menu='init'] {
      height: 0;
      opacity: 0; }
    .p-sp-menu-popup[data-sp-menu='open'] {
      -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -moz-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
      animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -webkit-animation-duration: 0.2s;
      -moz-animation-duration: 0.2s;
      animation-duration: 0.2s;
      -webkit-animation-iteration-count: 1;
      -moz-animation-iteration-count: 1;
      animation-iteration-count: 1;
      -webkit-animation-delay: 0s;
      -moz-animation-delay: 0s;
      animation-delay: 0s;
      -webkit-animation-name: sp-menu-popup_open;
      -moz-animation-name: sp-menu-popup_open;
      animation-name: sp-menu-popup_open;
      -webkit-animation-fill-mode: forwards;
      -moz-animation-fill-mode: forwards;
      animation-fill-mode: forwards; }
  @-webkit-keyframes sp-menu-popup_open {
    0% {
      height: 100%;
      opacity: 0;
      -webkit-transform: scale3d(0.9, 0.9, 1); }
    100% {
      height: 100%;
      opacity: 1;
      -webkit-transform: scale3d(1, 1, 1); } }
  @-moz-keyframes sp-menu-popup_open {
    0% {
      height: 100%;
      opacity: 0;
      -moz-transform: scale3d(0.9, 0.9, 1); }
    100% {
      height: 100%;
      opacity: 1;
      -moz-transform: scale3d(1, 1, 1); } }
  @keyframes sp-menu-popup_open {
    0% {
      height: 100%;
      opacity: 0;
      -webkit-transform: scale3d(0.9, 0.9, 1);
      -moz-transform: scale3d(0.9, 0.9, 1);
      -ms-transform: scale3d(0.9, 0.9, 1);
      -o-transform: scale3d(0.9, 0.9, 1);
      transform: scale3d(0.9, 0.9, 1); }
    100% {
      height: 100%;
      opacity: 1;
      -webkit-transform: scale3d(1, 1, 1);
      -moz-transform: scale3d(1, 1, 1);
      -ms-transform: scale3d(1, 1, 1);
      -o-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1); } }
    .p-sp-menu-popup[data-sp-menu='close'] {
      -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -moz-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
      animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -webkit-animation-duration: 0.2s;
      -moz-animation-duration: 0.2s;
      animation-duration: 0.2s;
      -webkit-animation-iteration-count: 1;
      -moz-animation-iteration-count: 1;
      animation-iteration-count: 1;
      -webkit-animation-delay: 0s;
      -moz-animation-delay: 0s;
      animation-delay: 0s;
      -webkit-animation-name: sp-menu-popup_close;
      -moz-animation-name: sp-menu-popup_close;
      animation-name: sp-menu-popup_close;
      -webkit-animation-fill-mode: forwards;
      -moz-animation-fill-mode: forwards;
      animation-fill-mode: forwards; }
  @-webkit-keyframes sp-menu-popup_close {
    0% {
      height: 100%;
      -webkit-transform: scale3d(1, 1, 1);
      opacity: 1; }
    99% {
      height: 100%;
      -webkit-transform: scale3d(0.9, 0.9, 1);
      opacity: 0; }
    100% {
      height: 0;
      opacity: 0; } }
  @-moz-keyframes sp-menu-popup_close {
    0% {
      height: 100%;
      -moz-transform: scale3d(1, 1, 1);
      opacity: 1; }
    99% {
      height: 100%;
      -moz-transform: scale3d(0.9, 0.9, 1);
      opacity: 0; }
    100% {
      height: 0;
      opacity: 0; } }
  @keyframes sp-menu-popup_close {
    0% {
      height: 100%;
      -webkit-transform: scale3d(1, 1, 1);
      -moz-transform: scale3d(1, 1, 1);
      -ms-transform: scale3d(1, 1, 1);
      -o-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
      opacity: 1; }
    99% {
      height: 100%;
      -webkit-transform: scale3d(0.9, 0.9, 1);
      -moz-transform: scale3d(0.9, 0.9, 1);
      -ms-transform: scale3d(0.9, 0.9, 1);
      -o-transform: scale3d(0.9, 0.9, 1);
      transform: scale3d(0.9, 0.9, 1);
      opacity: 0; }
    100% {
      height: 0;
      opacity: 0; } } }

.blogcard {
  margin: 1.5rem 0;
  width: 100%; }
  .blogcard.blogcard_external {
    border: none; }
  .blogcard.blogcard_internal {
    border: solid 1px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 12px; }
    .blogcard.blogcard_internal .blogcard__thumbnail {
      width: 100px;
      float: right; }
    .blogcard.blogcard_internal .blogcard__content {
      margin-right: 110px;
      line-height: 1.3em; }
      .blogcard.blogcard_internal .blogcard__content .blogcard__title {
        font-size: 17px;
        font-weight: bold;
        margin-bottom: 0.4em; }
        .blogcard.blogcard_internal .blogcard__content .blogcard__title a {
          color: #3d3f44;
          border: none; }
          .blogcard.blogcard_internal .blogcard__content .blogcard__title a:hover {
            border-bottom: solid 1px #3d3f44; }
      .blogcard.blogcard_internal .blogcard__content .blogcard__excerpt {
        font-size: 12px; }
    .blogcard.blogcard_internal .blogcard__footer {
      clear: both;
      font-size: 12px;
      color: #999; }
      .blogcard.blogcard_internal .blogcard__footer .blogcard__site, .blogcard.blogcard_internal .blogcard__footer .blogcard__hatebu, .blogcard.blogcard_internal .blogcard__footer .blogcard__date {
        display: inline-block;
        margin-right: 4px; }
      .blogcard.blogcard_internal .blogcard__footer .blogcard__favicon {
        margin-right: 4px; }
        .blogcard.blogcard_internal .blogcard__footer .blogcard__favicon img {
          width: 16px; }
      .blogcard.blogcard_internal .blogcard__footer a {
        color: #999;
        border: none; }
        .blogcard.blogcard_internal .blogcard__footer a:hover {
          border-bottom: solid 1px #999; }

.c-share-circle, .c-share-box {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .c-share-circle [class*="p-share-btn-"], .c-share-box [class*="p-share-btn-"] {
    margin: 0 2px; }

.c-share-circle [class*="p-share-btn-"] {
  width: 35px;
  height: 35px;
  font-size: 24px;
  border-radius: 50%; }
  @media screen and (max-width: 0px) {
    .c-share-circle [class*="p-share-btn-"] {
      width: 40px;
      height: 40px;
      font-size: 28px; } }

.c-share-box [class*="p-share-btn-"] {
  border-radius: 0;
  width: 35px;
  height: 35px;
  font-size: 24px; }
  @media screen and (max-width: 0px) {
    .c-share-box [class*="p-share-btn-"] {
      width: 40px;
      height: 40px;
      font-size: 28px; } }

.c-popup {
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  overflow: hidden;
  padding-top: 0;
  opacity: 0;
  height: 0; }
  .c-popup[data-popup-visible=true] {
    height: 100%;
    -webkit-animation: c-popup 0.5s ease forwards;
    -moz-animation: c-popup 0.5s ease forwards;
    animation: c-popup 0.5s ease forwards; }
    @media screen and (min-width: 1px) {
      .c-popup[data-popup-visible=true] {
        padding-top: 20px;
        padding-bottom: 20px; } }
    @media screen and (max-width: 0px) {
      .c-popup[data-popup-visible=true] {
        padding-top: 30px;
        padding-bottom: 0; } }

@-webkit-keyframes c-popup {
  0% {
    opacity: 0;
    transform: scale(0.9); }
  100% {
    opacity: 1;
    transform: scale(1); } }

@-moz-keyframes c-popup {
  0% {
    opacity: 0;
    transform: scale(0.9); }
  100% {
    opacity: 1;
    transform: scale(1); } }

@keyframes c-popup {
  0% {
    opacity: 0;
    transform: scale(0.9); }
  100% {
    opacity: 1;
    transform: scale(1); } }

.c-popup .c-popup__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s linear;
  opacity: 0; }

.c-popup[data-popup-visible=true] .c-popup__bg {
  opacity: 1; }

.c-popup .c-popup__content {
  position: relative;
  transition: transform 0.3s ease;
  overflow: hidden;
  transform: scale(0.8); }

.c-popup[data-popup-visible=true] .c-popup__content {
  transform: scale(1); }

.c-popup .c-popup__close {
  position: absolute; }
  @media screen and (min-width: 1px) {
    .c-popup .c-popup__close {
      right: 0;
      top: 0;
      width: 80px;
      height: 80px; } }
  @media screen and (max-width: 0px) {
    .c-popup .c-popup__close {
      right: 0;
      top: 0;
      width: 30px;
      height: 30px; } }
  .c-popup .c-popup__close:before, .c-popup .c-popup__close:after {
    content: "";
    display: block;
    position: absolute;
    background: #fff; }
    @media screen and (min-width: 1px) {
      .c-popup .c-popup__close:before, .c-popup .c-popup__close:after {
        left: calc( 50% - 40px);
        top: calc( 50% - 1.5px);
        width: 80px;
        height: 3px; } }
    @media screen and (max-width: 0px) {
      .c-popup .c-popup__close:before, .c-popup .c-popup__close:after {
        left: calc( 50% - 15px);
        top: calc( 50% - 1.5px);
        width: 30px;
        height: 3px; } }
  .c-popup .c-popup__close:before {
    transform: rotate(45deg); }
  .c-popup .c-popup__close:after {
    transform: rotate(-45deg); }
  .c-popup .c-popup__close:hover:before, .c-popup .c-popup__close:hover:after {
    background: #fff; }

.u-clearfix::after {
  clear: both;
  content: "";
  display: table; }

.u-fl-l {
  float: left !important; }

.u-fl-r {
  float: right !important; }

.u-target-sp,
.u-target-inline-sp,
.u-target-inlineblock-sp,
.u-target-tb,
.u-target-inline-tb,
.u-target-inlineblock-tb,
.u-target-pc,
.u-target-inline-pc,
.u-target-inlineblock-pc {
  display: none !important; }

@media screen and (min-width: 1px) {
  .u-target-pc {
    display: block !important; }
  .u-target-inline-pc {
    display: inline !important; }
  .u-target-inlineblock-pc {
    display: inline-block !important; } }

@media screen and (min-width: 1px) and (max-width: 0px) {
  .u-target-tbl {
    display: block !important; }
  .u-target-inline-tbl {
    display: inline !important; }
  .u-target-inlineblock-tbl {
    display: inline-block !important; } }

@media screen and (max-width: 0px) {
  .u-target-sp {
    display: block !important; }
  .u-target-inline-sp {
    display: inline !important; }
  .u-target-inlineblock-sp {
    display: inline-block !important; } }

.u-txt-hide {
  position: absolute !important;
  display: block !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important; }

.u-txt-left {
  text-align: left !important; }

.u-txt-center {
  text-align: center !important; }

.u-txt-right {
  text-align: right !important; }

.u-txt-justify {
  text-align: justify;
  text-justify: inter-ideograph; }

.u-bg-transparent {
  background-color: transparent !important; }

.u-bg-black {
  background-color: #000 !important; }

.u-bg-white {
  background-color: #fff !important; }

.u-bg-red {
  background-color: #ff0018 !important; }

.u-bg-pink {
  background-color: #ff90b1 !important; }

.u-bg-perple {
  background-color: #8f62d7 !important; }

.u-bg-blue {
  background-color: #3678cb !important; }

.u-bg-aqua {
  background-color: #d4f3ff !important; }

.u-bg-green {
  background-color: #2dae90 !important; }

.u-bg-lime {
  background-color: #65e68d !important; }

.u-bg-yellow {
  background-color: #ffdf2d !important; }

.u-bg-orange {
  background-color: #f6ab00 !important; }

.u-bg-brown {
  background-color: #c09b0f !important; }

.u-bg-darkgray {
  background-color: #666 !important; }

.u-bg-gray {
  background-color: #ccc !important; }

.u-bg-lightgray {
  background-color: #f5f5f5 !important; }

.u-cl-transparent {
  color: transparent !important; }

.u-cl-black {
  color: #000 !important; }

.u-cl-white {
  color: #fff !important; }

.u-cl-red {
  color: #ff0018 !important; }

.u-cl-pink {
  color: #ff90b1 !important; }

.u-cl-perple {
  color: #8f62d7 !important; }

.u-cl-blue {
  color: #3678cb !important; }

.u-cl-aqua {
  color: #d4f3ff !important; }

.u-cl-green {
  color: #2dae90 !important; }

.u-cl-lime {
  color: #65e68d !important; }

.u-cl-yellow {
  color: #ffdf2d !important; }

.u-cl-orange {
  color: #f6ab00 !important; }

.u-cl-brown {
  color: #c09b0f !important; }

.u-cl-darkgray {
  color: #666 !important; }

.u-cl-gray {
  color: #ccc !important; }

.u-cl-lightgray {
  color: #f5f5f5 !important; }

.u-cl-hover-transparent {
  color: transparent !important; }
  .u-cl-hover-transparent:hover {
    color: transparent !important; }

.u-cl-hover-black {
  color: #000 !important; }
  .u-cl-hover-black:hover {
    color: black !important; }

.u-cl-hover-white {
  color: #fff !important; }
  .u-cl-hover-white:hover {
    color: #b3b3b3 !important; }

.u-cl-hover-red {
  color: #ff0018 !important; }
  .u-cl-hover-red:hover {
    color: #66000a !important; }

.u-cl-hover-pink {
  color: #ff90b1 !important; }
  .u-cl-hover-pink:hover {
    color: #f60049 !important; }

.u-cl-hover-perple {
  color: #8f62d7 !important; }
  .u-cl-hover-perple:hover {
    color: #452080 !important; }

.u-cl-hover-blue {
  color: #3678cb !important; }
  .u-cl-hover-blue:hover {
    color: #001655 !important; }

.u-cl-hover-aqua {
  color: #d4f3ff !important; }
  .u-cl-hover-aqua:hover {
    color: #3bc8ff !important; }

.u-cl-hover-green {
  color: #2dae90 !important; }
  .u-cl-hover-green:hover {
    color: #0e342b !important; }

.u-cl-hover-lime {
  color: #65e68d !important; }
  .u-cl-hover-lime:hover {
    color: #199941 !important; }

.u-cl-hover-yellow {
  color: #ffdf2d !important; }
  .u-cl-hover-yellow:hover {
    color: #937d00 !important; }

.u-cl-hover-orange {
  color: #f6ab00 !important; }
  .u-cl-hover-orange:hover {
    color: #5d4100 !important; }

.u-cl-hover-brown {
  color: #c09b0f !important; }
  .u-cl-hover-brown:hover {
    color: #a87600 !important; }

.u-cl-hover-darkgray {
  color: #666 !important; }
  .u-cl-hover-darkgray:hover {
    color: #1a1a1a !important; }

.u-cl-hover-gray {
  color: #ccc !important; }
  .u-cl-hover-gray:hover {
    color: gray !important; }

.u-cl-hover-lightgray {
  color: #f5f5f5 !important; }
  .u-cl-hover-lightgray:hover {
    color: darkgray !important; }

.u-sz-w100 {
  width: 100% !important;
  height: auto !important; }

.u-sz-h100 {
  height: 100% !important;
  width: auto !important; }

.u-sz-w75 {
  width: 75% !important;
  height: auto !important; }

.u-sz-h75 {
  height: 75% !important;
  width: auto !important; }

.u-sz-w50 {
  width: 50% !important;
  height: auto !important; }

.u-sz-h50 {
  height: 50% !important;
  width: auto !important; }

.u-sz-w25 {
  width: 25% !important;
  height: auto !important; }

.u-sz-h25 {
  height: 25% !important;
  width: auto !important; }

@media screen and (min-width: 1px) and (max-width: 0px) {
  .u-sz-w100-tbl {
    width: 100% !important;
    height: auto !important; }
  .u-sz-h100-tbl {
    height: 100% !important;
    width: auto !important; }
  .u-sz-w75-tbl {
    width: 75% !important;
    height: auto !important; }
  .u-sz-h75-tbl {
    height: 75% !important;
    width: auto !important; }
  .u-sz-w50-tbl {
    width: 50% !important;
    height: auto !important; }
  .u-sz-h50-tbl {
    height: 50% !important;
    width: auto !important; }
  .u-sz-w25-tbl {
    width: 25% !important;
    height: auto !important; }
  .u-sz-h25-tbl {
    height: 25% !important;
    width: auto !important; } }

@media screen and (max-width: 0px) {
  .u-sz-w100-sp {
    width: 100% !important;
    height: auto !important; }
  .u-sz-h100-sp {
    height: 100% !important;
    width: auto !important; }
  .u-sz-w75-sp {
    width: 75% !important;
    height: auto !important; }
  .u-sz-h75-sp {
    height: 75% !important;
    width: auto !important; }
  .u-sz-w50-sp {
    width: 50% !important;
    height: auto !important; }
  .u-sz-h50-sp {
    height: 50% !important;
    width: auto !important; }
  .u-sz-w25-sp {
    width: 25% !important;
    height: auto !important; }
  .u-sz-h25-sp {
    height: 25% !important;
    width: auto !important; } }

.u-mg-auto {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important; }

.u-mg-none {
  margin: 0 !important; }

.u-mg-tb-none {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.u-mg-t-none {
  margin-top: 0 !important; }

.u-mg-b-none {
  margin-bottom: 0 !important; }

.u-mg-lr-none {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.u-mg-l-none {
  margin-left: 0 !important; }

.u-mg-r-none {
  margin-right: 0 !important; }

.u-mg-xs {
  margin: 4px !important; }

.u-mg-tb-xs {
  margin-top: 4px !important;
  margin-bottom: 4px !important; }

.u-mg-t-xs {
  margin-top: 4px !important; }

.u-mg-b-xs {
  margin-bottom: 4px !important; }

.u-mg-lr-xs {
  margin-left: 4px !important;
  margin-right: 4px !important; }

.u-mg-l-xs {
  margin-left: 4px !important; }

.u-mg-r-xs {
  margin-right: 4px !important; }

.u-mg-s {
  margin: 8px !important; }

.u-mg-tb-s {
  margin-top: 8px !important;
  margin-bottom: 8px !important; }

.u-mg-t-s {
  margin-top: 8px !important; }

.u-mg-b-s {
  margin-bottom: 8px !important; }

.u-mg-lr-s {
  margin-left: 8px !important;
  margin-right: 8px !important; }

.u-mg-l-s {
  margin-left: 8px !important; }

.u-mg-r-s {
  margin-right: 8px !important; }

.u-mg-n {
  margin: 16px !important; }

.u-mg-tb-n {
  margin-top: 16px !important;
  margin-bottom: 16px !important; }

.u-mg-t-n {
  margin-top: 16px !important; }

.u-mg-b-n {
  margin-bottom: 16px !important; }

.u-mg-lr-n {
  margin-left: 16px !important;
  margin-right: 16px !important; }

.u-mg-l-n {
  margin-left: 16px !important; }

.u-mg-r-n {
  margin-right: 16px !important; }

.u-mg-m {
  margin: 24px !important; }

.u-mg-tb-m {
  margin-top: 24px !important;
  margin-bottom: 24px !important; }

.u-mg-t-m {
  margin-top: 24px !important; }

.u-mg-b-m {
  margin-bottom: 24px !important; }

.u-mg-lr-m {
  margin-left: 24px !important;
  margin-right: 24px !important; }

.u-mg-l-m {
  margin-left: 24px !important; }

.u-mg-r-m {
  margin-right: 24px !important; }

.u-mg-l {
  margin: 32px !important; }

.u-mg-tb-l {
  margin-top: 32px !important;
  margin-bottom: 32px !important; }

.u-mg-t-l {
  margin-top: 32px !important; }

.u-mg-b-l {
  margin-bottom: 32px !important; }

.u-mg-lr-l {
  margin-left: 32px !important;
  margin-right: 32px !important; }

.u-mg-l-l {
  margin-left: 32px !important; }

.u-mg-r-l {
  margin-right: 32px !important; }

.u-mg-xl {
  margin: 48px !important; }

.u-mg-tb-xl {
  margin-top: 48px !important;
  margin-bottom: 48px !important; }

.u-mg-t-xl {
  margin-top: 48px !important; }

.u-mg-b-xl {
  margin-bottom: 48px !important; }

.u-mg-lr-xl {
  margin-left: 48px !important;
  margin-right: 48px !important; }

.u-mg-l-xl {
  margin-left: 48px !important; }

.u-mg-r-xl {
  margin-right: 48px !important; }

.u-mg-bs {
  margin: 0.9em !important; }

.u-mg-tb-bs {
  margin-top: 0.9em !important;
  margin-bottom: 0.9em !important; }

.u-mg-t-bs {
  margin-top: 0.9em !important; }

.u-mg-b-bs {
  margin-bottom: 0.9em !important; }

.u-mg-lr-bs {
  margin-left: 0.9em !important;
  margin-right: 0.9em !important; }

.u-mg-l-bs {
  margin-left: 0.9em !important; }

.u-mg-r-bs {
  margin-right: 0.9em !important; }

@media screen and (min-width: 1px) and (max-width: 0px) {
  .u-mg-none-tbl {
    margin: 0 !important; }
  .u-mg-tb-none-tbl {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .u-mg-t-none-tbl {
    margin-top: 0 !important; }
  .u-mg-b-none-tbl {
    margin-bottom: 0 !important; }
  .u-mg-lr-none-tbl {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .u-mg-l-none-tbl {
    margin-left: 0 !important; }
  .u-mg-r-none-tbl {
    margin-right: 0 !important; }
  .u-mg-xs-tbl {
    margin: 4px !important; }
  .u-mg-tb-xs-tbl {
    margin-top: 4px !important;
    margin-bottom: 4px !important; }
  .u-mg-t-xs-tbl {
    margin-top: 4px !important; }
  .u-mg-b-xs-tbl {
    margin-bottom: 4px !important; }
  .u-mg-lr-xs-tbl {
    margin-left: 4px !important;
    margin-right: 4px !important; }
  .u-mg-l-xs-tbl {
    margin-left: 4px !important; }
  .u-mg-r-xs-tbl {
    margin-right: 4px !important; }
  .u-mg-s-tbl {
    margin: 8px !important; }
  .u-mg-tb-s-tbl {
    margin-top: 8px !important;
    margin-bottom: 8px !important; }
  .u-mg-t-s-tbl {
    margin-top: 8px !important; }
  .u-mg-b-s-tbl {
    margin-bottom: 8px !important; }
  .u-mg-lr-s-tbl {
    margin-left: 8px !important;
    margin-right: 8px !important; }
  .u-mg-l-s-tbl {
    margin-left: 8px !important; }
  .u-mg-r-s-tbl {
    margin-right: 8px !important; }
  .u-mg-n-tbl {
    margin: 16px !important; }
  .u-mg-tb-n-tbl {
    margin-top: 16px !important;
    margin-bottom: 16px !important; }
  .u-mg-t-n-tbl {
    margin-top: 16px !important; }
  .u-mg-b-n-tbl {
    margin-bottom: 16px !important; }
  .u-mg-lr-n-tbl {
    margin-left: 16px !important;
    margin-right: 16px !important; }
  .u-mg-l-n-tbl {
    margin-left: 16px !important; }
  .u-mg-r-n-tbl {
    margin-right: 16px !important; }
  .u-mg-m-tbl {
    margin: 24px !important; }
  .u-mg-tb-m-tbl {
    margin-top: 24px !important;
    margin-bottom: 24px !important; }
  .u-mg-t-m-tbl {
    margin-top: 24px !important; }
  .u-mg-b-m-tbl {
    margin-bottom: 24px !important; }
  .u-mg-lr-m-tbl {
    margin-left: 24px !important;
    margin-right: 24px !important; }
  .u-mg-l-m-tbl {
    margin-left: 24px !important; }
  .u-mg-r-m-tbl {
    margin-right: 24px !important; }
  .u-mg-l-tbl {
    margin: 32px !important; }
  .u-mg-tb-l-tbl {
    margin-top: 32px !important;
    margin-bottom: 32px !important; }
  .u-mg-t-l-tbl {
    margin-top: 32px !important; }
  .u-mg-b-l-tbl {
    margin-bottom: 32px !important; }
  .u-mg-lr-l-tbl {
    margin-left: 32px !important;
    margin-right: 32px !important; }
  .u-mg-l-l-tbl {
    margin-left: 32px !important; }
  .u-mg-r-l-tbl {
    margin-right: 32px !important; }
  .u-mg-xl-tbl {
    margin: 48px !important; }
  .u-mg-tb-xl-tbl {
    margin-top: 48px !important;
    margin-bottom: 48px !important; }
  .u-mg-t-xl-tbl {
    margin-top: 48px !important; }
  .u-mg-b-xl-tbl {
    margin-bottom: 48px !important; }
  .u-mg-lr-xl-tbl {
    margin-left: 48px !important;
    margin-right: 48px !important; }
  .u-mg-l-xl-tbl {
    margin-left: 48px !important; }
  .u-mg-r-xl-tbl {
    margin-right: 48px !important; }
  .u-mg-bs-tbl {
    margin: 0.9em !important; }
  .u-mg-tb-bs-tbl {
    margin-top: 0.9em !important;
    margin-bottom: 0.9em !important; }
  .u-mg-t-bs-tbl {
    margin-top: 0.9em !important; }
  .u-mg-b-bs-tbl {
    margin-bottom: 0.9em !important; }
  .u-mg-lr-bs-tbl {
    margin-left: 0.9em !important;
    margin-right: 0.9em !important; }
  .u-mg-l-bs-tbl {
    margin-left: 0.9em !important; }
  .u-mg-r-bs-tbl {
    margin-right: 0.9em !important; } }

@media screen and (max-width: 0px) {
  .u-mg-none-sp {
    margin: 0 !important; }
  .u-mg-tb-none-sp {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .u-mg-t-none-sp {
    margin-top: 0 !important; }
  .u-mg-b-none-sp {
    margin-bottom: 0 !important; }
  .u-mg-lr-none-sp {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .u-mg-l-none-sp {
    margin-left: 0 !important; }
  .u-mg-r-none-sp {
    margin-right: 0 !important; }
  .u-mg-xs-sp {
    margin: 4px !important; }
  .u-mg-tb-xs-sp {
    margin-top: 4px !important;
    margin-bottom: 4px !important; }
  .u-mg-t-xs-sp {
    margin-top: 4px !important; }
  .u-mg-b-xs-sp {
    margin-bottom: 4px !important; }
  .u-mg-lr-xs-sp {
    margin-left: 4px !important;
    margin-right: 4px !important; }
  .u-mg-l-xs-sp {
    margin-left: 4px !important; }
  .u-mg-r-xs-sp {
    margin-right: 4px !important; }
  .u-mg-s-sp {
    margin: 8px !important; }
  .u-mg-tb-s-sp {
    margin-top: 8px !important;
    margin-bottom: 8px !important; }
  .u-mg-t-s-sp {
    margin-top: 8px !important; }
  .u-mg-b-s-sp {
    margin-bottom: 8px !important; }
  .u-mg-lr-s-sp {
    margin-left: 8px !important;
    margin-right: 8px !important; }
  .u-mg-l-s-sp {
    margin-left: 8px !important; }
  .u-mg-r-s-sp {
    margin-right: 8px !important; }
  .u-mg-n-sp {
    margin: 16px !important; }
  .u-mg-tb-n-sp {
    margin-top: 16px !important;
    margin-bottom: 16px !important; }
  .u-mg-t-n-sp {
    margin-top: 16px !important; }
  .u-mg-b-n-sp {
    margin-bottom: 16px !important; }
  .u-mg-lr-n-sp {
    margin-left: 16px !important;
    margin-right: 16px !important; }
  .u-mg-l-n-sp {
    margin-left: 16px !important; }
  .u-mg-r-n-sp {
    margin-right: 16px !important; }
  .u-mg-m-sp {
    margin: 24px !important; }
  .u-mg-tb-m-sp {
    margin-top: 24px !important;
    margin-bottom: 24px !important; }
  .u-mg-t-m-sp {
    margin-top: 24px !important; }
  .u-mg-b-m-sp {
    margin-bottom: 24px !important; }
  .u-mg-lr-m-sp {
    margin-left: 24px !important;
    margin-right: 24px !important; }
  .u-mg-l-m-sp {
    margin-left: 24px !important; }
  .u-mg-r-m-sp {
    margin-right: 24px !important; }
  .u-mg-l-sp {
    margin: 32px !important; }
  .u-mg-tb-l-sp {
    margin-top: 32px !important;
    margin-bottom: 32px !important; }
  .u-mg-t-l-sp {
    margin-top: 32px !important; }
  .u-mg-b-l-sp {
    margin-bottom: 32px !important; }
  .u-mg-lr-l-sp {
    margin-left: 32px !important;
    margin-right: 32px !important; }
  .u-mg-l-l-sp {
    margin-left: 32px !important; }
  .u-mg-r-l-sp {
    margin-right: 32px !important; }
  .u-mg-xl-sp {
    margin: 48px !important; }
  .u-mg-tb-xl-sp {
    margin-top: 48px !important;
    margin-bottom: 48px !important; }
  .u-mg-t-xl-sp {
    margin-top: 48px !important; }
  .u-mg-b-xl-sp {
    margin-bottom: 48px !important; }
  .u-mg-lr-xl-sp {
    margin-left: 48px !important;
    margin-right: 48px !important; }
  .u-mg-l-xl-sp {
    margin-left: 48px !important; }
  .u-mg-r-xl-sp {
    margin-right: 48px !important; }
  .u-mg-bs-sp {
    margin: 0.9em !important; }
  .u-mg-tb-bs-sp {
    margin-top: 0.9em !important;
    margin-bottom: 0.9em !important; }
  .u-mg-t-bs-sp {
    margin-top: 0.9em !important; }
  .u-mg-b-bs-sp {
    margin-bottom: 0.9em !important; }
  .u-mg-lr-bs-sp {
    margin-left: 0.9em !important;
    margin-right: 0.9em !important; }
  .u-mg-l-bs-sp {
    margin-left: 0.9em !important; }
  .u-mg-r-bs-sp {
    margin-right: 0.9em !important; } }

.u-pd-none {
  padding: 0 !important; }

.u-pd-tb-none {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.u-pd-t-none {
  padding-top: 0 !important; }

.u-pd-b-none {
  padding-bottom: 0 !important; }

.u-pd-lr-none {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.u-pd-l-none {
  padding-left: 0 !important; }

.u-pd-r-none {
  padding-right: 0 !important; }

.u-pd-xs {
  padding: 4px !important; }

.u-pd-tb-xs {
  padding-top: 4px !important;
  padding-bottom: 4px !important; }

.u-pd-t-xs {
  padding-top: 4px !important; }

.u-pd-b-xs {
  padding-bottom: 4px !important; }

.u-pd-lr-xs {
  padding-left: 4px !important;
  padding-right: 4px !important; }

.u-pd-l-xs {
  padding-left: 4px !important; }

.u-pd-r-xs {
  padding-right: 4px !important; }

.u-pd-s {
  padding: 8px !important; }

.u-pd-tb-s {
  padding-top: 8px !important;
  padding-bottom: 8px !important; }

.u-pd-t-s {
  padding-top: 8px !important; }

.u-pd-b-s {
  padding-bottom: 8px !important; }

.u-pd-lr-s {
  padding-left: 8px !important;
  padding-right: 8px !important; }

.u-pd-l-s {
  padding-left: 8px !important; }

.u-pd-r-s {
  padding-right: 8px !important; }

.u-pd-n {
  padding: 16px !important; }

.u-pd-tb-n {
  padding-top: 16px !important;
  padding-bottom: 16px !important; }

.u-pd-t-n {
  padding-top: 16px !important; }

.u-pd-b-n {
  padding-bottom: 16px !important; }

.u-pd-lr-n {
  padding-left: 16px !important;
  padding-right: 16px !important; }

.u-pd-l-n {
  padding-left: 16px !important; }

.u-pd-r-n {
  padding-right: 16px !important; }

.u-pd-m {
  padding: 24px !important; }

.u-pd-tb-m {
  padding-top: 24px !important;
  padding-bottom: 24px !important; }

.u-pd-t-m {
  padding-top: 24px !important; }

.u-pd-b-m {
  padding-bottom: 24px !important; }

.u-pd-lr-m {
  padding-left: 24px !important;
  padding-right: 24px !important; }

.u-pd-l-m {
  padding-left: 24px !important; }

.u-pd-r-m {
  padding-right: 24px !important; }

.u-pd-l {
  padding: 32px !important; }

.u-pd-tb-l {
  padding-top: 32px !important;
  padding-bottom: 32px !important; }

.u-pd-t-l {
  padding-top: 32px !important; }

.u-pd-b-l {
  padding-bottom: 32px !important; }

.u-pd-lr-l {
  padding-left: 32px !important;
  padding-right: 32px !important; }

.u-pd-l-l {
  padding-left: 32px !important; }

.u-pd-r-l {
  padding-right: 32px !important; }

.u-pd-xl {
  padding: 48px !important; }

.u-pd-tb-xl {
  padding-top: 48px !important;
  padding-bottom: 48px !important; }

.u-pd-t-xl {
  padding-top: 48px !important; }

.u-pd-b-xl {
  padding-bottom: 48px !important; }

.u-pd-lr-xl {
  padding-left: 48px !important;
  padding-right: 48px !important; }

.u-pd-l-xl {
  padding-left: 48px !important; }

.u-pd-r-xl {
  padding-right: 48px !important; }

@media screen and (min-width: 1px) and (max-width: 0px) {
  .u-pd-none-tbl {
    padding: 0 !important; }
  .u-pd-tb-none-tbl {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .u-pd-t-none-tbl {
    padding-top: 0 !important; }
  .u-pd-b-none-tbl {
    padding-bottom: 0 !important; }
  .u-pd-lr-none-tbl {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .u-pd-l-none-tbl {
    padding-left: 0 !important; }
  .u-pd-r-none-tbl {
    padding-right: 0 !important; }
  .u-pd-xs-tbl {
    padding: 4px !important; }
  .u-pd-tb-xs-tbl {
    padding-top: 4px !important;
    padding-bottom: 4px !important; }
  .u-pd-t-xs-tbl {
    padding-top: 4px !important; }
  .u-pd-b-xs-tbl {
    padding-bottom: 4px !important; }
  .u-pd-lr-xs-tbl {
    padding-left: 4px !important;
    padding-right: 4px !important; }
  .u-pd-l-xs-tbl {
    padding-left: 4px !important; }
  .u-pd-r-xs-tbl {
    padding-right: 4px !important; }
  .u-pd-s-tbl {
    padding: 8px !important; }
  .u-pd-tb-s-tbl {
    padding-top: 8px !important;
    padding-bottom: 8px !important; }
  .u-pd-t-s-tbl {
    padding-top: 8px !important; }
  .u-pd-b-s-tbl {
    padding-bottom: 8px !important; }
  .u-pd-lr-s-tbl {
    padding-left: 8px !important;
    padding-right: 8px !important; }
  .u-pd-l-s-tbl {
    padding-left: 8px !important; }
  .u-pd-r-s-tbl {
    padding-right: 8px !important; }
  .u-pd-n-tbl {
    padding: 16px !important; }
  .u-pd-tb-n-tbl {
    padding-top: 16px !important;
    padding-bottom: 16px !important; }
  .u-pd-t-n-tbl {
    padding-top: 16px !important; }
  .u-pd-b-n-tbl {
    padding-bottom: 16px !important; }
  .u-pd-lr-n-tbl {
    padding-left: 16px !important;
    padding-right: 16px !important; }
  .u-pd-l-n-tbl {
    padding-left: 16px !important; }
  .u-pd-r-n-tbl {
    padding-right: 16px !important; }
  .u-pd-m-tbl {
    padding: 24px !important; }
  .u-pd-tb-m-tbl {
    padding-top: 24px !important;
    padding-bottom: 24px !important; }
  .u-pd-t-m-tbl {
    padding-top: 24px !important; }
  .u-pd-b-m-tbl {
    padding-bottom: 24px !important; }
  .u-pd-lr-m-tbl {
    padding-left: 24px !important;
    padding-right: 24px !important; }
  .u-pd-l-m-tbl {
    padding-left: 24px !important; }
  .u-pd-r-m-tbl {
    padding-right: 24px !important; }
  .u-pd-l-tbl {
    padding: 32px !important; }
  .u-pd-tb-l-tbl {
    padding-top: 32px !important;
    padding-bottom: 32px !important; }
  .u-pd-t-l-tbl {
    padding-top: 32px !important; }
  .u-pd-b-l-tbl {
    padding-bottom: 32px !important; }
  .u-pd-lr-l-tbl {
    padding-left: 32px !important;
    padding-right: 32px !important; }
  .u-pd-l-l-tbl {
    padding-left: 32px !important; }
  .u-pd-r-l-tbl {
    padding-right: 32px !important; }
  .u-pd-xl-tbl {
    padding: 48px !important; }
  .u-pd-tb-xl-tbl {
    padding-top: 48px !important;
    padding-bottom: 48px !important; }
  .u-pd-t-xl-tbl {
    padding-top: 48px !important; }
  .u-pd-b-xl-tbl {
    padding-bottom: 48px !important; }
  .u-pd-lr-xl-tbl {
    padding-left: 48px !important;
    padding-right: 48px !important; }
  .u-pd-l-xl-tbl {
    padding-left: 48px !important; }
  .u-pd-r-xl-tbl {
    padding-right: 48px !important; } }

@media screen and (max-width: 0px) {
  .u-pd-none-sp {
    padding: 0 !important; }
  .u-pd-tb-none-sp {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .u-pd-t-none-sp {
    padding-top: 0 !important; }
  .u-pd-b-none-sp {
    padding-bottom: 0 !important; }
  .u-pd-lr-none-sp {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .u-pd-l-none-sp {
    padding-left: 0 !important; }
  .u-pd-r-none-sp {
    padding-right: 0 !important; }
  .u-pd-xs-sp {
    padding: 4px !important; }
  .u-pd-tb-xs-sp {
    padding-top: 4px !important;
    padding-bottom: 4px !important; }
  .u-pd-t-xs-sp {
    padding-top: 4px !important; }
  .u-pd-b-xs-sp {
    padding-bottom: 4px !important; }
  .u-pd-lr-xs-sp {
    padding-left: 4px !important;
    padding-right: 4px !important; }
  .u-pd-l-xs-sp {
    padding-left: 4px !important; }
  .u-pd-r-xs-sp {
    padding-right: 4px !important; }
  .u-pd-s-sp {
    padding: 8px !important; }
  .u-pd-tb-s-sp {
    padding-top: 8px !important;
    padding-bottom: 8px !important; }
  .u-pd-t-s-sp {
    padding-top: 8px !important; }
  .u-pd-b-s-sp {
    padding-bottom: 8px !important; }
  .u-pd-lr-s-sp {
    padding-left: 8px !important;
    padding-right: 8px !important; }
  .u-pd-l-s-sp {
    padding-left: 8px !important; }
  .u-pd-r-s-sp {
    padding-right: 8px !important; }
  .u-pd-n-sp {
    padding: 16px !important; }
  .u-pd-tb-n-sp {
    padding-top: 16px !important;
    padding-bottom: 16px !important; }
  .u-pd-t-n-sp {
    padding-top: 16px !important; }
  .u-pd-b-n-sp {
    padding-bottom: 16px !important; }
  .u-pd-lr-n-sp {
    padding-left: 16px !important;
    padding-right: 16px !important; }
  .u-pd-l-n-sp {
    padding-left: 16px !important; }
  .u-pd-r-n-sp {
    padding-right: 16px !important; }
  .u-pd-m-sp {
    padding: 24px !important; }
  .u-pd-tb-m-sp {
    padding-top: 24px !important;
    padding-bottom: 24px !important; }
  .u-pd-t-m-sp {
    padding-top: 24px !important; }
  .u-pd-b-m-sp {
    padding-bottom: 24px !important; }
  .u-pd-lr-m-sp {
    padding-left: 24px !important;
    padding-right: 24px !important; }
  .u-pd-l-m-sp {
    padding-left: 24px !important; }
  .u-pd-r-m-sp {
    padding-right: 24px !important; }
  .u-pd-l-sp {
    padding: 32px !important; }
  .u-pd-tb-l-sp {
    padding-top: 32px !important;
    padding-bottom: 32px !important; }
  .u-pd-t-l-sp {
    padding-top: 32px !important; }
  .u-pd-b-l-sp {
    padding-bottom: 32px !important; }
  .u-pd-lr-l-sp {
    padding-left: 32px !important;
    padding-right: 32px !important; }
  .u-pd-l-l-sp {
    padding-left: 32px !important; }
  .u-pd-r-l-sp {
    padding-right: 32px !important; }
  .u-pd-xl-sp {
    padding: 48px !important; }
  .u-pd-tb-xl-sp {
    padding-top: 48px !important;
    padding-bottom: 48px !important; }
  .u-pd-t-xl-sp {
    padding-top: 48px !important; }
  .u-pd-b-xl-sp {
    padding-bottom: 48px !important; }
  .u-pd-lr-xl-sp {
    padding-left: 48px !important;
    padding-right: 48px !important; }
  .u-pd-l-xl-sp {
    padding-left: 48px !important; }
  .u-pd-r-xl-sp {
    padding-right: 48px !important; } }

.u-ft-ftr-palt {
  font-feature-settings: 'palt' !important; }

.u-ft-ftr-normal {
  font-feature-settings: 'normal' !important; }

.u-ft-sz-xs {
  font-size: 12.8px !important; }

.u-ft-sz-s {
  font-size: 14.4px !important; }

.u-ft-sz-n {
  font-size: 16px !important; }

.u-ft-sz-m {
  font-size: 19.2px !important; }

.u-ft-sz-l {
  font-size: 22.4px !important; }

.u-ft-sz-xl {
  font-size: 27.2px !important; }

.u-ft-sz-el {
  font-size: 32px !important; }

.u-ft-col-transparent {
  color: transparent, transparent, transparent !important; }

.u-ft-col-black {
  color: black, #000, #4d4d4d !important; }

.u-ft-col-white {
  color: #b3b3b3, #fff, white !important; }

.u-ft-col-red {
  color: #66000a, #ff0018, #ff99a3 !important; }

.u-ft-col-pink {
  color: #f60049, #ff90b1, white !important; }

.u-ft-col-perple {
  color: #452080, #8f62d7, #e6dcf6 !important; }

.u-ft-col-blue {
  color: #001655, #3678cb, #b0caea !important; }

.u-ft-col-aqua {
  color: #3bc8ff, #d4f3ff, white !important; }

.u-ft-col-green {
  color: #0e342b, #2dae90, #91e3d0 !important; }

.u-ft-col-lime {
  color: #199941, #65e68d, #e9fbee !important; }

.u-ft-col-yellow {
  color: #937d00, #ffdf2d, #fff6c6 !important; }

.u-ft-col-orange {
  color: #5d4100, #f6ab00, #ffdd90 !important; }

.u-ft-col-brown {
  color: #a87600, #c09b0f, #f4d974 !important; }

.u-ft-col-darkgray {
  color: #1a1a1a, #666, #b3b3b3 !important; }

.u-ft-col-gray {
  color: gray, #ccc, white !important; }

.u-ft-col-lightgray {
  color: darkgray, #f5f5f5, white !important; }

.u-ft-fml-base {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif !important; }

.u-ft-fml-gothic {
  font-family: MyYuGothicM, YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important; }

.u-ft-fml-mincho {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif !important; }

.u-ft-wt-b {
  font-weight: bold !important; }

.u-ft-wt-n {
  font-weight: normal !important; }

.u-ft-fml-genshin {
  font-family: "GenShinGothic-P";
  font-weight: 200; }

.u-ft-fml-genshin-b {
  font-family: "GenShinGothic-P";
  font-weight: 700; }

.u-ft-fml-genshin-h {
  font-family: "GenShinGothic-P";
  font-weight: 900; }

.u-ft-fml-genju-b {
  font-family: "GenJyuuGothic";
  font-weight: 700; }

.u-ft-fml-genju-h {
  font-family: "GenJyuuGothic";
  font-weight: 900; }

.u-lh-xs {
  line-height: 1em !important; }

.u-lh-s {
  line-height: 1.445 !important; }

.u-lh-n {
  line-height: 1.7 !important; }

.u-lh-m {
  line-height: 2.04 !important; }

.u-lh-l {
  line-height: 2.55 !important; }

.u-lh-xl {
  line-height: 3.06 !important; }

@media screen and (min-width: 1px) {
  .u-clm_2-pc {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; }
  .u-clm_3-pc {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3; } }

.u-clm-gap-xs {
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em; }

.u-clm-gap-s {
  -webkit-column-gap: 1.445;
  -moz-column-gap: 1.445;
  column-gap: 1.445; }

.u-clm-gap-n {
  -webkit-column-gap: 1.7;
  -moz-column-gap: 1.7;
  column-gap: 1.7; }

.u-clm-gap-m {
  -webkit-column-gap: 2.04;
  -moz-column-gap: 2.04;
  column-gap: 2.04; }

.u-clm-gap-l {
  -webkit-column-gap: 2.55;
  -moz-column-gap: 2.55;
  column-gap: 2.55; }

.u-clm-gap-xl {
  -webkit-column-gap: 3.06;
  -moz-column-gap: 3.06;
  column-gap: 3.06; }

.u-bd-solid {
  border-style: solid !important; }

.u-bd-dashed {
  border-style: dashed !important; }

.u-bd-dotted {
  border-style: dotted !important; }

.u-bd-transparent {
  border-color: transparent !important; }

.u-bd-black {
  border-color: #000 !important; }

.u-bd-white {
  border-color: #fff !important; }

.u-bd-red {
  border-color: #ff0018 !important; }

.u-bd-pink {
  border-color: #ff90b1 !important; }

.u-bd-perple {
  border-color: #8f62d7 !important; }

.u-bd-blue {
  border-color: #3678cb !important; }

.u-bd-aqua {
  border-color: #d4f3ff !important; }

.u-bd-green {
  border-color: #2dae90 !important; }

.u-bd-lime {
  border-color: #65e68d !important; }

.u-bd-yellow {
  border-color: #ffdf2d !important; }

.u-bd-orange {
  border-color: #f6ab00 !important; }

.u-bd-brown {
  border-color: #c09b0f !important; }

.u-bd-darkgray {
  border-color: #666 !important; }

.u-bd-gray {
  border-color: #ccc !important; }

.u-bd-lightgray {
  border-color: #f5f5f5 !important; }

.u-bd-0 {
  border-width: 0 !important; }

.u-bd-1 {
  border-width: 1 !important; }

.u-bd-2 {
  border-width: 2 !important; }

.u-bd-3 {
  border-width: 3 !important; }

.u-bd-4 {
  border-width: 4 !important; }

.u-ls-xs {
  letter-spacing: 0 !important; }

.u-ls-s {
  letter-spacing: 0.03em !important; }

.u-ls-n {
  letter-spacing: 0.06em !important; }

.u-ls-m {
  letter-spacing: 0.072em !important; }

.u-ls-l {
  letter-spacing: 0.096em !important; }

.u-ls-xl {
  letter-spacing: 0.12em !important; }

.u-dp-blk {
  display: block !important; }

.u-dp-ib {
  display: inline-block !important; }

.u-dp-in {
  display: inline !important; }

.u-pos-abs {
  position: absolute !important; }

.u-pos-rel {
  position: relative !important; }

body {
  text-align: justify;
  text-justify: inter-ideograph;
  font-feature-settings: 'palt'; }

.l-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column; }

.l-header-wrapper {
  position: relative;
  height: 55px; }

.l-header {
  background: url("../img/texture/section_line_2.png") left bottom repeat-x;
  background-color: #fffef7;
  width: 100%;
  height: 55px;
  position: relative;
  top: 0;
  z-index: 100;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center; }
  .l-header .l-header__left,
  .l-header .l-header__right {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .l-header .l-header__center {
    -webkit-box-flex: none;
    -moz-box-flex: none;
    box-flex: none;
    -webkit-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none; }
  .l-header .l-header__share {
    position: absolute;
    right: 10px;
    top: 6px; }

.l-header-fixed {
  position: fixed;
  top: -55px;
  opacity: 0;
  transition: all .5s ease; }
  .l-header-fixed.amount_not-top {
    opacity: 1;
    transform: translateY(55px); }
  .l-header-fixed.amount_top {
    transform: translateY(0); }

.l-footer {
  background: url("../img/texture/section_line_2.png") left top repeat-x, url("../img/texture/pattern_04.png") left top repeat;
  height: 60px; }

.l-content-main, .l-content-side {
  -webkit-box-flex: none;
  -moz-box-flex: none;
  box-flex: none;
  -webkit-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  width: 1000px;
  padding-left: 30px;
  padding-right: 30px; }

.l-content-full {
  -webkit-box-flex: none;
  -moz-box-flex: none;
  box-flex: none;
  -webkit-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  width: 100%; }

.p-return-up {
  z-index: 120;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background-color: #c09b0f;
  transition: background-color 0.1s;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  line-height: 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  transform: translateY(100px);
  transition: transform .2s ease; }
  .p-return-up:hover {
    background-color: #001655;
    transition: background-color 0.1s; }
  .p-return-up:hover, .p-return-up:active, .p-return-up:focus {
    color: #fff; }
  .p-return-up.amount_pinned, .p-return-up.amount_unpinned {
    transform: translateY(0); }
  .p-return-up.amount_top {
    transform: translateY(100px); }

.p-catch {
  height: 115px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  background: url("../img/texture/section_line_1.png") left bottom repeat-x; }

.wp-home .p-catch {
  height: 105px;
  padding-bottom: 0;
  background: transparent; }

.p-bg-ptn-1 {
  background: url("../img/texture/pattern_01.png"); }

.p-bg-ptn-2 {
/*
  background: url("../img/texture/pattern_02.png"); 
*/
}

.p-share-btn-unity:hover {
  transform: scale(1.1);
  box-shadow: 0 0 0 2px #fff; }

.p-frame-double {
  box-shadow: 0 0 0 3px #001655 inset, 0 0 0 5px #fff inset, 0 0 0 6px #001655 inset; }

.c-body {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  min-height: 100vh; }
  .c-body .c-body__flex {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1; }

.c-mainmenu-wrapper {
  position: relative; }

.c-mainmenu {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  margin-right: 20px; }
  .c-mainmenu li {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    height: 100%; }
  .c-mainmenu.c-mainmenu-left {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end; }
  .c-mainmenu.c-mainmenu-center li:before, .c-mainmenu.c-mainmenu-center li:after {
    content: "";
    display: inline-block;
    width: 40px;
    height: 18px;
    background-size: 40px 18px;
    background-repeat: no-repeat; }
  .c-mainmenu.c-mainmenu-center li:before {
    background-image: url("../img/header/menu_before.svg"); }
  .c-mainmenu.c-mainmenu-center li:after {
    background-image: url("../img/header/menu_after.svg"); }
  .c-mainmenu.c-mainmenu-center a {
    width: 7em;
    text-align: center; }
  .c-mainmenu a {
    color: #001655; }
    .c-mainmenu a:hover {
      color: #c09b0f; }

.c-release-list {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -40px;
  margin-bottom: 30px; }

.c-release {
  -webkit-box-flex: none;
  -moz-box-flex: none;
  box-flex: none;
  -webkit-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  position: relative;
  width: 25%;
  padding-left: 40px;
  padding-bottom: 20px;
  margin-bottom: 20px; }

.c-release:not(:nth-child(4n + 1)):before {
  content: "";
  position: absolute;
  left: 20px;
  top: 0;
  width: 1px;
  height: 90%;
  background: url("../img/common/release_sepalate.png") left top no-repeat;
  background-size: cover; }

.c-release:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: #e6d492; }

.c-release:nth-child(4n + 1):after {
  left: 40px; }

.c-release.c-release-noborder:after {
  background-color: transparent; }

.c-release .c-releases__link {
  display: block;
  height: 100%; }
  .c-release .c-releases__link:hover {
    z-index: 1;
    box-shadow: 0 0 10px 0 #e6d492;
    transform: scale(1.03); }

.c-release .c-releases__jacket {
  display: block;
  margin-bottom: 10px; }

.c-release .c-releases__title,
.c-release .c-releases__creator,
.c-release .c-releases__date {
  margin-bottom: 4px;
  line-height: 1.3; }

.c-release .c-releases__title {
  font-size: 16px;
  color: #001655;
  text-align: center; }

.c-release .c-releases__creator,
.c-release .c-releases__date {
  font-size: 12px;
  color: #c09b0f;
  text-align: center; }

.c-release .c-releases__date {
  margin-bottom: 0; }

.c-slider {
  width: 100%;
  margin: auto;
  overflow: hidden;
  margin-bottom: 20px; }
  .c-slider:before {
    z-index: -1;
    position: absolute;
    display: block;
    width: 100%;
    height: 286px;
    left: 0;
    top: 250px;
    background-image: url("../img/texture/section_line_2.png"), url("../img/texture/section_line_1.png"), url("../img/texture/pattern_04.png");
    background-position: left top, left bottom, center center;
    background-repeat: repeat-x, repeat-x, repeat;
    content: ""; }
  .c-slider .c-slider__list-wrapper {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 2980px; }

.c-slider .bx-controls {
  position: relative;
  width: 970px;
  left: 50%;
  transform: translateX(-50%); }

.c-slider .bx-controls .bx-next,
.c-slider .bx-controls .bx-prev {
  position: absolute;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  top: -180px;
  width: 42px;
  height: 42px;
  border: solid 2px #fff;
  border-radius: 50%;
  font-size: 22px;
  color: #fff;
  background-color: #001655; }
  .c-slider .bx-controls .bx-next:hover,
  .c-slider .bx-controls .bx-prev:hover {
    background-color: #c09b0f;
    transform: scale(1.1);
    border-color: #fff; }

.c-slider .bx-controls .bx-next {
  right: -15px; }

.c-slider .bx-controls .bx-prev {
  left: -15px; }

.c-slider .bx-controls .bx-pager {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  padding: 10px; }

.c-slider .bx-controls .bx-pager-item {
  font-size: 0;
  padding: 4px; }

.c-slider .bx-controls .bx-pager-link {
  display: block;
  width: 12px;
  height: 12px;
  background-color: #001655;
  border-radius: 50%; }
  .c-slider .bx-controls .bx-pager-link.active {
    background-color: #c09b0f; }
  .c-slider .bx-controls .bx-pager-link:hover {
    background-color: #c09b0f;
    transform: scale(1.1); }

.c-news-list .c-news-list__header {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  border-bottom: double 3px #001655; }
  .c-news-list .c-news-list__header h2 {
    font-size: 19px;
    color: #001655; }
  .c-news-list .c-news-list__header .c-news-list__more {
    -webkit-box-flex: none;
    -moz-box-flex: none;
    box-flex: none;
    -webkit-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    display: block;
    padding: .2em .5em;
    background-color: #c09b0f;
    color: #fff;
    line-height: 1;
    font-size: 12px; }
    .c-news-list .c-news-list__header .c-news-list__more:after {
      font-family: icomoon;
      content: "\e647"; }
    .c-news-list .c-news-list__header .c-news-list__more:hover {
      background-color: #001655; }

.c-news-list .c-news-list__body {
  position: relative;
  overflow: hidden;
  height: 160px; }

.c-news-list li {
  border-bottom: solid 1px rgba(192, 155, 15, 0.3);
  padding: 6px 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start; }

.c-news-list .c-news-list__date {
  -webkit-box-flex: none;
  -moz-box-flex: none;
  box-flex: none;
  -webkit-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  position: relative;
  margin-top: 4px;
  padding: 0 .5em;
  width: 7em;
  font-family: 'Lora', serif;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  background-color: #c09b0f; }
  .c-news-list .c-news-list__date:before, .c-news-list .c-news-list__date:after {
    position: absolute;
    right: -10px;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 10px #c09b0f;
    border-right-color: transparent; }
  .c-news-list .c-news-list__date:before {
    top: 0;
    border-bottom-color: transparent; }
  .c-news-list .c-news-list__date:after {
    bottom: 0;
    border-top-color: transparent; }

.c-news-list .c-news-list__title {
  padding-left: 40px; }
  .c-news-list .c-news-list__title a {
    color: #001655;
    border-bottom: solid 1px transparent; }
    .c-news-list .c-news-list__title a:hover {
      color: #a87600;
      border-bottom-color: #e6d492; }

.c-banners {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column; }
  .c-banners:before, .c-banners:after {
    content: "";
    display: block;
    width: 140px;
    height: 32px;
    background-size: 100% 100%; }
  .c-banners:before {
    background-image: url("../img/home/footer_acce_top.svg");
    margin-bottom: 20px; }
  .c-banners:after {
    background-image: url("../img/home/footer_acce_bottom.svg");
    margin-top: 20px; }
  .c-banners li {
    width: 100%;
    margin-bottom: 4px; }
    .c-banners li img {
      width: 100%;
      height: auto; }

.c-content-title {
  text-align: center;
  color: #001655;
  line-height: 1.3;
  padding: 30px 0; }
  .c-content-title .c-content-title__en {
    display: block;
    font-size: 44px;
    font-family: 'Lora', serif;
    font-weight: 400; }
  .c-content-title .c-content-title__jp {
    display: block;
    font-size: 16px; }

.c-detail-list {
  box-shadow: 0 3px 0 0 #001655 inset, 0 5px 0 0 #fff inset, 0 6px 0 0 #001655 inset, 0 -3px 0 0 #001655 inset, 0 -5px 0 0 #fff inset, 0 -6px 0 0 #001655 inset;
  background-color: #fff;
  padding: 30px 0;
  margin-bottom: 75px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center; }

.c-detail {
  width: 1000px;
  padding: 0 30px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .c-detail:not(:first-child) {
    padding-top: 30px; }
  .c-detail:not(:last-child) {
    border-bottom: solid 1px #c09b0f;
    padding-bottom: 30px; }

.c-detail .c-detail__jacket {
  -webkit-box-flex: none;
  -moz-box-flex: none;
  box-flex: none;
  -webkit-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  width: 50%;
  text-align: center; }
  .c-detail .c-detail__jacket img {
    width: 370px;
    height: auto; }

.c-detail .c-detail__text .c-detail__header {
  margin-bottom: 30px; }
  .c-detail .c-detail__text .c-detail__header:before {
    content: "";
    display: block;
    background: url("../img/texture/section_head_a.svg") center top no-repeat;
    height: 18px;
    margin-bottom: 20px; }

.c-detail .c-detail__text .c-detail__title {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #e6d492;
  font-size: 40px;
  font-weight: normal;
  line-height: 1em;
  color: #001655;
  text-align: center; }
  .c-detail .c-detail__text .c-detail__title .small {
    font-size: 26px; }

.c-detail .c-detail__text .c-detail__creator {
  color: #001655;
  text-align: center; }

.c-detail .c-detail__text .c-detail__story {
  margin-bottom: 30px; }

.c-detail .c-detail__text .c-detail__story .small,
.c-detail .c-detail__text .c-detail__append .small {
  font-size: 12.8px; }

.c-detail .c-detail__text .c-detail__story .large,
.c-detail .c-detail__text .c-detail__append .large {
  font-size: 22.4px; }

.c-detail .c-detail__text .c-detail__story strong,
.c-detail .c-detail__text .c-detail__append strong {
  text-shadow: 0 0 0 #00043a; }

.c-detail .c-detail__text .c-detail__datas {
  position: relative;
  padding-top: 30px;
  background: url("../img/texture/oukan.svg") center top no-repeat; }
  .c-detail .c-detail__text .c-detail__datas:before, .c-detail .c-detail__text .c-detail__datas:after {
    content: "";
    position: absolute;
    top: 7px;
    display: block;
    width: calc(50% - 30px);
    border-bottom: solid 1px #c09b0f; }
  .c-detail .c-detail__text .c-detail__datas:before {
    left: 0; }
  .c-detail .c-detail__text .c-detail__datas:after {
    right: 0; }
  .c-detail .c-detail__text .c-detail__datas .c-detail__data {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
  .c-detail .c-detail__text .c-detail__datas .c-detail__amazon {
    padding-right: 20px;
    -webkit-box-flex: none;
    -moz-box-flex: none;
    box-flex: none;
    -webkit-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none; }
  .c-detail .c-detail__text .c-detail__datas .c-detail__data {
    color: #001655;
    font-size: 14.4px;
    line-height: syg-line-height-s; }

.c-entry-list {
  margin-bottom: 60px; }

.c-entry {
  background: url("../img/texture/section_head_a.svg") center 20px no-repeat;
  background-color: #fff;
  margin-bottom: 30px;
  padding: 60px 80px; }

.c-entry .c-entry__head {
  border-bottom: solid 1px #001655;
  margin-bottom: 30px;
  padding-bottom: 20px; }
  .c-entry .c-entry__head h1 {
    font-size: 36px;
    font-weight: normal;
    color: #001655; }

.c-entry .c-entry__body::after {
  clear: both;
  content: "";
  display: table; }

.c-entry .c-entry__body .alignright {
  float: right;
  margin-left: 60px;
  margin-bottom: 30px; }

.c-entry .c-entry__body .alignleft {
  float: left;
  margin-right: 60px;
  margin-bottom: 30px; }

.c-entry .c-entry__body .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px; }

.c-entry .c-entry__body .small {
  font-size: 12.8px; }

.c-entry .c-entry__body .large {
  font-size: 22.4px; }

.c-entry .c-entry__body strong {
  text-shadow: 0 0 0 #00043a; }

.c-pager {
  background-color: #fbf4d9;
  width: 100%;
  margin-bottom: 40px; }
  .c-pager h2 {
    display: none; }
  .c-pager .pagination {
    padding: 5px 0; }

.c-pager .page-numbers {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  .c-pager .page-numbers li {
    padding: 0 5px; }
  .c-pager .page-numbers a, .c-pager .page-numbers span {
    display: block;
    text-align: center;
    width: 2em;
    padding: .5em;
    color: #c09b0f;
    background-color: #fffef7;
    line-height: 1; }
  .c-pager .page-numbers span,
  .c-pager .page-numbers a:hover {
    background-color: #c09b0f;
    color: #fffef7; }

.u-ft-fml-hannari {
  font-family: 'Hannari-sub';
  letter-spacing: 0; }

.home-bottom {
  padding-bottom: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  .home-bottom .home-bottom__left {
    -webkit-box-flex: none;
    -moz-box-flex: none;
    box-flex: none;
    -webkit-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    width: 630px; }
  .home-bottom .home-bottom__right {
    -webkit-box-flex: none;
    -moz-box-flex: none;
    box-flex: none;
    -webkit-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    width: 200px;
    margin-left: 110px; }
