@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;
  -webkit-box-sizing: border-box;
  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 {
    -webkit-box-sizing: border-box;
    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: MyYuGothicM, YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 15px;
  letter-spacing: 0.06em;
  line-height: 1.6;
  color: #000;
  background-color: #fff; }

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

a:hover {
  color: #000; }

p {
  margin-bottom: 0.9em; }

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

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

.l-fx {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 800px) {
    .l-fx {
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .l-fx.l-fx_wrap {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .l-fx.l-fx_dir-row {
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    box-direction: normal;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row; }
  .l-fx.l-fx_dir-row-r {
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    box-direction: 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;
    box-orient: vertical;
    -webkit-box-direction: normal;
    box-direction: normal;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column; }
  .l-fx.l-fx_dir-column-r {
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    box-direction: reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse; }
  @media screen and (min-width: 801px) {
    .l-fx.l-fx_dir-row-pc {
      -webkit-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: normal;
      box-direction: normal;
      -moz-flex-direction: row;
      flex-direction: row;
      -ms-flex-direction: row; } }
  @media screen and (min-width: 801px) {
    .l-fx.l-fx_dir-row-r-pc {
      -webkit-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      box-direction: reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse; } }
  @media screen and (min-width: 801px) {
    .l-fx.l-fx_dir-column-pc {
      -webkit-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: normal;
      box-direction: normal;
      -moz-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column; } }
  @media screen and (min-width: 801px) {
    .l-fx.l-fx_dir-column-r-pc {
      -webkit-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      box-direction: reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse; } }
  @media screen and (max-width: 800px) {
    .l-fx.l-fx_dir-row-sp {
      -webkit-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: normal;
      box-direction: normal;
      -moz-flex-direction: row;
      flex-direction: row;
      -ms-flex-direction: row; } }
  @media screen and (max-width: 800px) {
    .l-fx.l-fx_dir-row-r-sp {
      -webkit-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      box-direction: reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse; } }
  @media screen and (max-width: 800px) {
    .l-fx.l-fx_dir-column-sp {
      -webkit-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: normal;
      box-direction: normal;
      -moz-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column; } }
  @media screen and (max-width: 800px) {
    .l-fx.l-fx_dir-column-r-sp {
      -webkit-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      box-direction: 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;
    box-pack: 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;
    box-pack: 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;
    box-pack: 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;
    box-pack: justify;
    -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;
    box-pack: distribute;
    -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;
    box-align: 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;
    box-align: 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;
    box-align: 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;
    box-align: 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;
    box-align: 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: -40px; }
    .l-fx.l-fx_mg-l > [class*=l-fx__item] {
      padding-left: 40px; }
  .l-fx.l-fx_mg-xl {
    margin-left: -60px; }
    .l-fx.l-fx_mg-xl > [class*=l-fx__item] {
      padding-left: 60px; }
  .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: 40px; }
    .l-fx.l-fx_mgb-l > [class*=l-fx__item] {
      margin-bottom: 40px; }
  .l-fx.l-fx_mgb-xl {
    margin-top: 60px; }
    .l-fx.l-fx_mgb-xl > [class*=l-fx__item] {
      margin-bottom: 60px; }
  .l-fx .l-fx__item {
    -webkit-box-flex: 1;
    box-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;
    box-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none; }
  @media screen and (max-width: 800px) {
    .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;
      box-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: 800px) {
    .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: 800px) {
    .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: 801px) {
  .l-body-fit {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    box-direction: normal;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    box-pack: justify;
    -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;
  box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1; }

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

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

.p-btn, input[type="submit"], .p-btn-sz-s, .p-btn-readmore, .p-btn-readmore-w100 {
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  line-height: 1.3; }
  .p-btn[disabled='disabled'], input[disabled='disabled'][type="submit"], .p-btn-sz-s[disabled='disabled'], .p-btn-readmore[disabled='disabled'], .p-btn-readmore-w100[disabled='disabled'], .p-btn[data-btn-disabled='true'], input[data-btn-disabled='true'][type="submit"], .p-btn-sz-s[data-btn-disabled='true'], .p-btn-readmore[data-btn-disabled='true'], .p-btn-readmore-w100[data-btn-disabled='true'] {
    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: #7ed738;
  color: #fff; }
  .p-btn:hover, input:hover[type="submit"], .p-btn-sz-s:hover, .p-btn:focus, input:focus[type="submit"], .p-btn-sz-s:focus {
    background-color: #b5e88d;
    color: #fff; }
  .p-btn[disabled='disabled'], input[disabled='disabled'][type="submit"], .p-btn-sz-s[disabled='disabled'], .p-btn[data-btn-disabled='true'], input[data-btn-disabled='true'][type="submit"], .p-btn-sz-s[data-btn-disabled='true'] {
    background-color: #ccc;
    color: #eee;
    opacity: 0.5; }

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

.p-btn-sz-s {
  margin: 0;
  padding: 0.5em 1em;
  font-size: 13.5px;
  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%);
  transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  box-pack: 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, .c-style-info-default ul, ul.p-list-mark, .c-submenu-box ul, ol.p-list, .c-style-info-default ol, 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, .c-submenu-box ul > li, dl.p-list-mark > dt, .p-h-mark, .c-style-info-default h3 {
  position: relative;
  padding-left: 1.5em; }
  ul.p-list-mark > li:before, .c-submenu-box ul > li:before, dl.p-list-mark > dt:before, .p-h-mark:before, .c-style-info-default h3:before {
    position: absolute;
    font-family: icomoon; }

ol.p-list, .c-style-info-default ol, dl.p-list-counter {
  counter-reset: section; }

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

ol.p-list > li, .c-style-info-default ol > li, dl.p-list-counter > dt {
  padding-left: 2em;
  margin-bottom: 0.4em; }
  ol.p-list > li:before, .c-style-info-default ol > 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 th {
  color: #000;
  background-color: transparent; }

.p-table td {
  color: #000;
  background-color: transparent; }

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

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

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

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

.p-table.p-table_td-border tr:last-child td, .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: transparent; }

.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-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;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease; }

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

.p-mv-thumb .p-mv-thumb__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-box-sizing: border-box;
  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: 13.5px; }

.p-mv-thumb video {
  vertical-align: bottom; }

.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 {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

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

.p-table.p-table_thead-border > thead {
  border-bottom: solid 1px #ccc; }

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

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

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

@media screen and (max-width: 800px) {
  .p-table.p-table_responsive thead {
    display: none; }
  .p-table.p-table_responsive tr {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    box-direction: normal;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    border-top: solid 1px #ccc; }
    .p-table.p-table_responsive tr:last-child {
      border-bottom: solid 1px #ccc; }
  .p-table.p-table_responsive th, .p-table.p-table_responsive td {
    width: 100%; }
    .p-table.p-table_responsive th:before, .p-table.p-table_responsive td:before {
      color: #000;
      padding-right: .5em;
      content: attr(data-label) ""; }
  .p-table.p-table_responsive th {
    border-top: solid 1px #ccc;
    border-bottom: none; }
    .p-table.p-table_responsive th:first-child {
      border-top: none; }
  .p-table.p-table_responsive td {
    border-top: solid 1px #ccc;
    border-bottom: none; }
    .p-table.p-table_responsive td:first-child {
      border-top: none; } }

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

ul.p-list-mark > li:before, .c-submenu-box ul > li:before {
  left: 0;
  top: 0;
  content: "";
  color: #333; }

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

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: 56.25%;
  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%;
    -webkit-box-shadow: 0 0 0 1px #ccc inset, 0 0 0 7px #fff inset;
    box-shadow: 0 0 0 1px #ccc inset, 0 0 0 7px #fff inset; }

a.p-photoframe-in:hover:after {
  -webkit-box-shadow: 0 0 0 1px #d50707 inset, 0 0 0 7px #fff inset;
  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;
  -webkit-transition: background-color .1s linear;
  transition: background-color .1s linear;
  background-color: #000;
  color: #fff; }
  a.p-badge:hover, a.p-badge:focus {
    background-color: #666;
    color: #fff; }

.p-label {
  display: inline-block; }

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

[class*="p-share-btn-"] {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  box-align: 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;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  line-height: 1;
  padding-left: 0.1em;
  vertical-align: middle;
  -webkit-transition: all 0.1s linear;
  transition: all 0.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: #55d0ff;
    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: #8ea0d2;
    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: #2aff2a;
    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: #f49991;
    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: #45dbff;
    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: #a0de74;
    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: #72a3ca;
    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: #f79ca8;
    border: none; }
  .p-share-btn-bg-po:focus, .p-share-btn-bg-po:active {
    background-color: #ef3e56; }

.p-share-btn-bg-yt {
  color: #fff;
  background-color: #fc0100;
  border: none; }
  .p-share-btn-bg-yt:hover {
    color: #fff;
    background-color: #f79ca8;
    border: none; }
  .p-share-btn-bg-yt:focus, .p-share-btn-bg-yt:active {
    background-color: #fc0100; }

.p-share-btn-txt-tw {
  color: #00acee;
  background-color: #fff;
  border: none; }
  .p-share-btn-txt-tw:hover {
    color: #00acee;
    background-color: #000;
    border: none; }
  .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: none; }
  .p-share-btn-txt-fb:hover {
    color: #4763b3;
    background-color: #000;
    border: none; }
  .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: none; }
  .p-share-btn-txt-ln:hover {
    color: #00c300;
    background-color: #000;
    border: none; }
  .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: none; }
  .p-share-btn-txt-gp:hover {
    color: #ea4335;
    background-color: #000;
    border: none; }
  .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: none; }
  .p-share-btn-txt-ht:hover {
    color: #00b3de;
    background-color: #000;
    border: none; }
  .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: none; }
  .p-share-btn-txt-fd:hover {
    color: #69bf2d;
    background-color: #000;
    border: none; }
  .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: none; }
  .p-share-btn-txt-ig:hover {
    color: #3b719b;
    background-color: #000;
    border: none; }
  .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: none; }
  .p-share-btn-txt-po:hover {
    color: #ef3e56;
    background-color: #000;
    border: none; }
  .p-share-btn-txt-po:focus, .p-share-btn-txt-po:active {
    color: #ef3e56;
    background-color: #fff; }

.p-share-btn-txt-yt {
  color: #fc0100;
  background-color: #fff;
  border: none; }
  .p-share-btn-txt-yt:hover {
    color: #fc0100;
    background-color: #000;
    border: none; }
  .p-share-btn-txt-yt:focus, .p-share-btn-txt-yt:active {
    color: #fc0100;
    background-color: #fff; }

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

body.isPC [class*="p-share-btn-"][data-ccl-share-svc="line"],
body.isPC [class*="p-share-btn-"][data-share-service="line"],
body[data-is-mobile="false"] [class*="p-share-btn-"][data-ccl-share-svc="line"],
body[data-is-mobile="false"] [class*="p-share-btn-"][data-share-service="line"] {
  display: none; }

.p-sp-menu-btn {
  position: fixed;
  z-index: 1100;
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%; }
  @media screen and (min-width: 801px) {
    .p-sp-menu-btn {
      display: none; } }
  .p-sp-menu-btn .p-sp-menu-btn__text {
    position: absolute;
    top: 36px;
    width: 100%;
    text-align: center;
    font-size: 10px;
    color: #000;
    line-height: 1; }
  .p-sp-menu-btn span {
    position: absolute;
    display: inline-block;
    left: 11px;
    width: 29px;
    height: 3px;
    background-color: #000;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .p-sp-menu-btn span:nth-of-type(1) {
      top: 9px;
      -webkit-transform-origin: center center;
      transform-origin: center center; }
    .p-sp-menu-btn span:nth-of-type(2) {
      top: 18px; }
    .p-sp-menu-btn span:nth-of-type(3) {
      top: 27px;
      -webkit-transform-origin: center center;
      transform-origin: center center; }
  .p-sp-menu-btn[data-sp-menu='open'] {
    background-color: #fff; }
    .p-sp-menu-btn[data-sp-menu='open'] span {
      background-color: #999; }
      .p-sp-menu-btn[data-sp-menu='open'] span:nth-of-type(1) {
        -webkit-transform: translateY(9px) rotate(-45deg);
        transform: translateY(9px) 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) {
        -webkit-transform: translateY(-9px) rotate(45deg);
        transform: translateY(-9px) rotate(45deg); }

@media screen and (max-width: 800px) {
  .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);
      animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -webkit-animation-duration: 0.2s;
      animation-duration: 0.2s;
      -webkit-animation-iteration-count: 1;
      animation-iteration-count: 1;
      -webkit-animation-delay: 0s;
      animation-delay: 0s;
      -webkit-animation-name: sp-menu-popup_open;
      animation-name: sp-menu-popup_open;
      -webkit-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); } }
  @keyframes sp-menu-popup_open {
    0% {
      height: 100%;
      opacity: 0;
      -webkit-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);
      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);
      animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -webkit-animation-duration: 0.2s;
      animation-duration: 0.2s;
      -webkit-animation-iteration-count: 1;
      animation-iteration-count: 1;
      -webkit-animation-delay: 0s;
      animation-delay: 0s;
      -webkit-animation-name: sp-menu-popup_close;
      animation-name: sp-menu-popup_close;
      -webkit-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; } }
  @keyframes sp-menu-popup_close {
    0% {
      height: 100%;
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
      opacity: 1; }
    99% {
      height: 100%;
      -webkit-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: -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: 22px;
  border-radius: 50%; }
  @media screen and (max-width: 800px) {
    .c-share-circle [class*="p-share-btn-"] {
      width: 40px;
      height: 40px;
      font-size: 28px; } }

.c-share-box [class*="p-share-btn-"] {
  border-radius: 4px;
  width: 152px;
  height: 47px;
  font-size: 16px; }
  @media screen and (max-width: 800px) {
    .c-share-box [class*="p-share-btn-"] {
      width: 152px;
      height: 47px;
      font-size: 16px; } }

.c-popup {
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  box-align: 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;
    animation: c-popup 0.5s ease forwards; }
    @media screen and (min-width: 801px) {
      .c-popup[data-popup-visible=true] {
        padding-top: 20px;
        padding-bottom: 20px; } }
    @media screen and (max-width: 800px) {
      .c-popup[data-popup-visible=true] {
        padding-top: 30px;
        padding-bottom: 0; } }

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

@keyframes c-popup {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    opacity: 1;
    -webkit-transform: scale(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);
  -webkit-transition: opacity 0.3s linear;
  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;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  overflow: hidden;
  -webkit-transform: scale(0.8);
  transform: scale(0.8); }

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

.c-popup .c-popup__close {
  position: absolute; }
  @media screen and (min-width: 801px) {
    .c-popup .c-popup__close {
      right: 0;
      top: 0;
      width: 80px;
      height: 80px; } }
  @media screen and (max-width: 800px) {
    .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: 801px) {
      .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: 800px) {
      .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 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .c-popup .c-popup__close:after {
    -webkit-transform: rotate(-45deg);
    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: 801px) {
  .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: 801px) and (max-width: 800px) {
  .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: 800px) {
  .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: #b60005 !important; }

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

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

.u-bg-blue {
  background-color: #2d83d8 !important; }

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

.u-bg-green {
  background-color: #65b725 !important; }

.u-bg-lime {
  background-color: #28f165 !important; }

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

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

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

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

.u-bg-gray {
  background-color: #999 !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: #b60005 !important; }

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

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

.u-cl-blue {
  color: #2d83d8 !important; }

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

.u-cl-green {
  color: #65b725 !important; }

.u-cl-lime {
  color: #28f165 !important; }

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

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

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

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

.u-cl-gray {
  color: #999 !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: #b60005 !important; }
  .u-cl-hover-red:hover {
    color: #1d0001 !important; }

.u-cl-hover-pink {
  color: #fc60a6 !important; }
  .u-cl-hover-pink:hover {
    color: #bf0458 !important; }

.u-cl-hover-perple {
  color: #ea28ba !important; }
  .u-cl-hover-perple:hover {
    color: #6e0b56 !important; }

.u-cl-hover-blue {
  color: #2d83d8 !important; }
  .u-cl-hover-blue:hover {
    color: #11365b !important; }

.u-cl-hover-aqua {
  color: #48cbeb !important; }
  .u-cl-hover-aqua:hover {
    color: #0f738b !important; }

.u-cl-hover-green {
  color: #65b725 !important; }
  .u-cl-hover-green:hover {
    color: #1f380b !important; }

.u-cl-hover-lime {
  color: #28f165 !important; }
  .u-cl-hover-lime:hover {
    color: #08782a !important; }

.u-cl-hover-yellow {
  color: #ffe400 !important; }
  .u-cl-hover-yellow:hover {
    color: #665b00 !important; }

.u-cl-hover-orange {
  color: #ffcc00 !important; }
  .u-cl-hover-orange:hover {
    color: #665200 !important; }

.u-cl-hover-brown {
  color: #b49c5f !important; }
  .u-cl-hover-brown:hover {
    color: #534727 !important; }

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

.u-cl-hover-gray {
  color: #999 !important; }
  .u-cl-hover-gray:hover {
    color: #4d4d4d !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: 801px) and (max-width: 800px) {
  .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: 800px) {
  .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: 801px) and (max-width: 800px) {
  .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: 800px) {
  .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: 801px) and (max-width: 800px) {
  .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: 800px) {
  .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 {
  -webkit-font-feature-settings: 'palt' !important;
  font-feature-settings: 'palt' !important; }

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

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

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

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

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

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

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

.u-ft-sz-el {
  font-size: 30px !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: #1d0001, #b60005, #ff5055 !important; }

.u-ft-col-pink {
  color: #bf0458, #fc60a6, #fff6fa !important; }

.u-ft-col-perple {
  color: #6e0b56, #ea28ba, #f8b3e7 !important; }

.u-ft-col-blue {
  color: #11365b, #2d83d8, #aecff0 !important; }

.u-ft-col-aqua {
  color: #0f738b, #48cbeb, #d2f2fa !important; }

.u-ft-col-green {
  color: #1f380b, #65b725, #b5e88d !important; }

.u-ft-col-lime {
  color: #08782a, #28f165, #b8facc !important; }

.u-ft-col-yellow {
  color: #665b00, #ffe400, #fff499 !important; }

.u-ft-col-orange {
  color: #665200, #ffcc00, #ffeb99 !important; }

.u-ft-col-brown {
  color: #534727, #b49c5f, #e5dcc7 !important; }

.u-ft-col-darkgray {
  color: black, #333, gray !important; }

.u-ft-col-gray {
  color: #4d4d4d, #999, #e6e6e6 !important; }

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

.u-ft-fml-base {
  font-family: MyYuGothicM, YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-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.36 !important; }

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

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

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

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

@media screen and (min-width: 801px) {
  .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-none {
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0; }

.u-clm-gap-xs {
  -webkit-column-gap: 4px;
  -moz-column-gap: 4px;
  column-gap: 4px; }

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

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

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

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

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

.u-clm-gap-bs {
  -webkit-column-gap: 0.9em;
  -moz-column-gap: 0.9em;
  column-gap: 0.9em; }

.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: #b60005 !important; }

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

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

.u-bd-blue {
  border-color: #2d83d8 !important; }

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

.u-bd-green {
  border-color: #65b725 !important; }

.u-bd-lime {
  border-color: #28f165 !important; }

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

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

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

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

.u-bd-gray {
  border-color: #999 !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;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt'; }
  @media screen and (min-width: 801px) {
    body:not(#page-home) {
      padding-top: 120px; } }
  @media screen and (max-width: 800px) {
    body:not(#page-home) {
      padding-top: 60px; } }

img {
  max-width: 100%;
  height: auto; }

[class*=l-wrapper] {
  position: relative; }

.l-wrapper-flex {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.l-wrapper-bg-white {
  background-color: #fff; }

.l-wrapper-bg-white-60 {
  background-color: rgba(255, 255, 255, 0.6); }

.l-wrapper-bg-lightgray {
  background-color: #f5f5f5; }

@media screen and (min-width: 801px) {
  .l-header {
    width: 100%;
    background-color: #fff;
    z-index: 1000;
    position: relative;
    left: 0;
    top: 0;
    position: fixed; }
    .l-header .l-header__inner {
      margin: auto;
      width: 1200px;
      position: relative; }
  .l-header .l-header__title {
    margin-left: auto;
    margin-bottom: 10px;
    margin-right: auto;
    padding-top: 20px;
    width: 250px; }
  .l-header .l-header__menu {
    min-height: 60px; }
  .l-header .l-header__social {
    position: absolute;
    right: 10px;
    top: 10px; }
  .l-header:not(.l-header_home) {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease; }
    .l-header:not(.l-header_home).ccl-amount_not-top {
      -webkit-transform: translateY(-60px);
      transform: translateY(-60px); }
  .l-header.l-header_home {
    opacity: 0;
    -webkit-transition: all .8s .8s ease;
    transition: all .8s .8s ease;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
    .l-header.l-header_home[data-header-show=true] {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      opacity: 1; }
    .l-header.l-header_home .l-header__title {
      display: none; } }

@media screen and (max-width: 800px) {
  .l-header .l-header__inner {
    background-color: #fff;
    padding-top: 50px;
    text-align: center; }
  .l-header .l-header__title {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem; }
  .l-header .l-header__social {
    -webkit-box-pack: center;
    box-pack: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; } }

.l-footer {
  width: 100%;
  background-color: #fff;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative; }
  .l-footer .l-footer__social {
    -webkit-box-pack: center;
    box-pack: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    margin-bottom: 1rem; }
  .l-footer .l-footer__copyright {
    text-align: center;
    font-size: 12px;
    color: #000; }
  .l-footer .l-footer__banners {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    box-pack: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -4px;
    margin-bottom: 1rem; }
    .l-footer .l-footer__banners li {
      -webkit-box-flex: none;
      box-flex: none;
      -moz-flex: none;
      -ms-flex: none;
      flex: none;
      padding-left: 4px;
      margin-bottom: 4px; }
    @media screen and (min-width: 801px) {
      .l-footer .l-footer__banners img {
        height: 60px; } }
    @media screen and (max-width: 800px) {
      .l-footer .l-footer__banners img {
        height: 30px; } }

.l-content-l {
  position: relative;
  margin: auto; }
  @media screen and (max-width: 800px) {
    .l-content-l {
      padding-bottom: 60px;
      width: 100%;
      padding-left: 2rem;
      padding-right: 2rem; } }
  @media screen and (min-width: 801px) {
    .l-content-l {
      width: 1200px; } }

.l-content-n {
  position: relative;
  margin: auto; }
  @media screen and (max-width: 800px) {
    .l-content-n {
      padding-bottom: 60px;
      width: 100%;
      padding-left: 2rem;
      padding-right: 2rem; } }
  @media screen and (min-width: 801px) {
    .l-content-n {
      width: 1000px; } }

.l-content-2pain-main {
  -webkit-box-flex: none;
  box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none; }
  @media screen and (max-width: 800px) {
    .l-content-2pain-main {
      padding-bottom: 60px;
      width: 100%;
      padding-left: 2rem;
      padding-right: 2rem; } }
  @media screen and (min-width: 801px) {
    .l-content-2pain-main {
      margin: none;
      width: 690px; } }

.l-content-2pain-side {
  -webkit-box-flex: none;
  box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  position: relative; }
  @media screen and (max-width: 800px) {
    .l-content-2pain-side {
      padding-bottom: 60px;
      width: 100%;
      padding-left: 2rem;
      padding-right: 2rem; } }
  @media screen and (min-width: 801px) {
    .l-content-2pain-side {
      width: 320px;
      margin-left: 50px; } }
  @media screen and (max-width: 800px) {
    .l-content-2pain-side {
      padding-bottom: 0; } }

.l-section {
  margin-bottom: 2rem; }

.p-bg-fix {
  width: 100%;
  height: 100%;
  position: fixed; }

.p-sp-menu-btn {
  right: 10px;
  top: 10px; }
  .p-sp-menu-btn .p-sp-menu-btn__text {
    letter-spacing: 0; }

.p-line-bg-mesh {
  background: url("../img/common/line_mesh_gray.png") left bottom repeat-x; }

.p-btn-readmore, .p-btn-readmore-w100 {
  font-weight: bold;
  border-radius: 4px; }

.p-btn-readmore {
  background-color: #7ed738;
  color: #fff;
  padding-left: 6em;
  padding-right: 6em; }
  .p-btn-readmore:hover, .p-btn-readmore:focus {
    background-color: #b5e88d;
    color: #fff; }

.p-btn-readmore-w100 {
  background-color: #7ed738;
  color: #fff;
  width: 100%; }
  .p-btn-readmore-w100:hover, .p-btn-readmore-w100:focus {
    background-color: #b5e88d;
    color: #fff; }

.p-content-title {
  width: 100%;
  margin-bottom: 40px;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 40px;
  text-align: center;
  line-height: 1; }

/* バッジ *****************/
.p-badge-type {
  background-color: #ffee00;
  font-size: 12px; }

.p-return-up {
  z-index: 100;
  position: fixed;
  right: 20px;
  bottom: 20px;
  -webkit-transition: all .1s;
  transition: all .1s;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  line-height: 0;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  background-color: rgba(101, 183, 37, 0.5); }
  .p-return-up:hover {
    color: #fff;
    background-color: #65b725; }
  .p-return-up:active, .p-return-up:focus {
    color: #fff;
    background-color: rgba(101, 183, 37, 0.5); }
  .p-return-up.ccl-amount_pinned, .p-return-up.ccl-amount_unpinned {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  .p-return-up.ccl-amount_top {
    -webkit-transform: translateY(100px);
    transform: translateY(100px); }
  .p-return-up i {
    z-index: 1;
    position: relative; }

.p-h-simple {
  font-weight: normal; }

.p-h-bd, #page-profile .profile-list h2 {
  border-bottom: solid 1px #999; }

.p-h-sideline {
  margin-bottom: 1em;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  padding-left: 0.5em;
  border-left: solid 4px #65b725; }

.p-h-mark:before, .c-style-info-default h3:before {
  left: 0;
  top: 0;
  content: "";
  color: #333; }

.p-mv-thumb:after {
  -webkit-box-shadow: 0 0 0 4px #fff;
  box-shadow: 0 0 0 4px #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  padding-top: 0; }

.p-mv-thumb:hover:after {
  -webkit-box-shadow: 0 0 0 7px #fff;
  box-shadow: 0 0 0 7px #fff; }

.p-frame-pd-s {
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px; }
  .p-frame-pd-s > *:last-child {
    margin-bottom: 0; }

.p-frame-pd-n, .p-frame, .c-style-info-default pre {
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  padding-bottom: 16px; }
  .p-frame-pd-n > *:last-child, .p-frame > *:last-child, .c-style-info-default pre > *:last-child {
    margin-bottom: 0; }

.p-frame-bd-gray {
  border: solid 1px #999;
  border-radius: 4px; }

.p-frame-bg-gray, .p-frame, .c-style-info-default pre {
  background-color: #f5f5f5;
  border-radius: 4px; }

.p-list-mark dt, .c-submenu-box ul dt {
  font-weight: bold; }

.c-fadein {
  z-index: 10000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transition: opacity, 1s linear 0.1s;
  transition: opacity, 1s linear 0.1s; }
  .c-fadein.c-fadein_start {
    opacity: 0; }
  .c-fadein .c-fadein__progress {
    position: absolute;
    left: 0;
    top: 50%;
    height: 1px;
    width: 0;
    background-color: #999;
    -webkit-transition: width 0.5s;
    transition: width 0.5s; }

.c-mainmenu {
  padding-top: 10px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 1; }

@media screen and (min-width: 801px) {
  .c-mainmenu {
    padding-top: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    box-pack: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    font-size: 15px; } }

@media screen and (max-width: 800px) {
  .c-mainmenu {
    font-size: 21px;
    margin-bottom: 5rem; } }

.c-mainmenu li a {
  position: relative;
  display: block;
  color: #000; }

.c-mainmenu li[data-menu-active=true] a {
  -webkit-box-shadow: 0 1px 0 0 #000;
  box-shadow: 0 1px 0 0 #000; }

@media screen and (min-width: 801px) {
  .c-mainmenu li {
    padding: 0 1.5em; }
    .c-mainmenu li a {
      padding: 0.5em 0; }
      .c-mainmenu li a:hover {
        color: #51921e;
        -webkit-box-shadow: 0 1px 0 0 #65b725;
        box-shadow: 0 1px 0 0 #65b725; } }

@media screen and (max-width: 800px) {
  .c-mainmenu li a {
    padding: .5em 0; } }

/* bxSlider *********************/
.c-slider-pager .bx-pager {
  text-align: center; }

.c-slider-pager .bx-pager-item {
  display: inline-block;
  padding: 0 0.5em; }

.c-slider-pager a {
  border: none;
  display: inline-block;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -999em;
  background-color: #ccc;
  -webkit-transition: background-color 0.1s;
  transition: background-color 0.1s; }
  .c-slider-pager a:hover {
    background-color: #93cd66;
    -webkit-transition: background-color 0.1s;
    transition: background-color 0.1s; }
  .c-slider-pager a.active {
    background-color: #666; }

.c-submenu-box {
  margin-bottom: 2rem; }
  @media screen and (min-width: 801px) {
    .c-submenu-box {
      border: solid 1px #999;
      padding: 20px; } }
  .c-submenu-box h2 {
    margin-bottom: 1rem; }
    @media screen and (max-width: 800px) {
      .c-submenu-box h2 {
        margin-left: -2rem;
        margin-right: -2rem;
        padding-left: 2rem; } }
  .c-submenu-box li {
    line-height: 1.36;
    margin-bottom: 1rem; }
  .c-submenu-box a {
    color: #000; }
    .c-submenu-box a:hover {
      color: #65b725; }

.c-style-default h2 {
  margin-bottom: 1.5rem;
  font-size: 21px;
  font-weight: normal; }

.c-style-default h3 {
  margin-bottom: 1.5rem;
  font-size: 18px;
  font-weight: normal; }

.c-style-default h4 {
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: 700; }

.c-style-live-notice h2 {
  margin-bottom: 1.5rem;
  font-size: 21px;
  font-weight: normal; }

.c-style-live-notice h3 {
  font-size: 21px;
  margin-bottom: 1.5rem; }

.c-style-info-default h2 {
  font-size: 18px;
  font-weight: normal;
  border-bottom: solid 1px #999;
  margin-bottom: 1rem; }
  .c-style-info-default h2:not(:first-child) {
    margin-top: 2rem; }

.c-style-info-default h3 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 1rem; }
  .c-style-info-default h3:not(:first-child) {
    margin-top: 1.5rem; }

.c-style-info-default h4 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 1rem; }
  .c-style-info-default h4:not(:first-child) {
    margin-top: 1rem; }

.c-entry-navi .pagination {
  background-color: #f5f5f5;
  padding: 1rem; }
  .c-entry-navi .pagination h2 {
    display: none; }
  .c-entry-navi .pagination ul.page-numbers {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    box-pack: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    .c-entry-navi .pagination ul.page-numbers a.page-numbers, .c-entry-navi .pagination ul.page-numbers span.page-numbers {
      display: block;
      border: solid 1px #999;
      padding: .5em .8em;
      background-color: #fff; }
    .c-entry-navi .pagination ul.page-numbers a {
      color: #000; }
    .c-entry-navi .pagination ul.page-numbers a:hover,
    .c-entry-navi .pagination ul.page-numbers span.current {
      color: #fff;
      background-color: #000;
      border-color: #000; }
    .c-entry-navi .pagination ul.page-numbers li {
      -webkit-box-flex: none;
      box-flex: none;
      -moz-flex: none;
      -ms-flex: none;
      flex: none;
      padding: 0 2px; }

.c-tab {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px #999;
  margin-left: -4px; }
  .c-tab .c-tab__item {
    padding-left: 4px;
    margin-bottom: -1px; }
  .c-tab .c-tab__btn {
    display: inline-block;
    width: 100%;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: .5em;
    padding-bottom: .5em;
    border: solid 1px #000;
    border-radius: 4px 4px 0 0;
    line-height: 1.36;
    text-align: center;
    color: #fff;
    background-color: #000;
    border-bottom-color: #000; }
    .c-tab .c-tab__btn:hover {
      background-color: #65b725;
      border-color: #65b725; }
    .c-tab .c-tab__btn.router-link-active, .c-tab .c-tab__btn[data-ccltab-active=true] {
      color: #000;
      background-color: #fff;
      border-color: #999;
      border-bottom-color: #fff; }

@media screen and (min-width: 801px) {
  .c-tab.c-tab_full {
    padding-left: 20px;
    padding-right: 20px; } }

.c-tab.c-tab_full .c-tab__item {
  -webkit-box-flex: 1;
  box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.c-tab-target {
  display: none; }
  .c-tab-target[data-ccltab-show=true] {
    display: block;
    -webkit-animation: c-tab-target 0.8s ease backwards;
    animation: c-tab-target 0.8s ease backwards; }

@-webkit-keyframes c-tab-target {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes c-tab-target {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

.c-toggle-btn {
  position: relative;
  display: block; }
  @media screen and (max-width: 800px) {
    .c-toggle-btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 0.4em; } }
  .c-toggle-btn:before {
    line-height: 1;
    font-family: icomoon;
    content: '\e60c';
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    @media screen and (min-width: 801px) {
      .c-toggle-btn:before {
        position: absolute;
        right: 1em; } }
    @media screen and (max-width: 800px) {
      .c-toggle-btn:before {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; } }
  .c-toggle-btn[data-toggle-open='true']:before {
    -webkit-transform: scale(2) rotate(180deg);
    transform: scale(2) rotate(180deg); }

.c-toggle-target {
  overflow: hidden;
  height: 0;
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }
  .c-toggle-target[data-toggle-open='true'] {
    height: auto;
    opacity: 1; }

.e-v-transition_fade-leave-active, .e-v-transition_fade-enter-active {
  -webkit-transition: 0.2s;
  transition: 0.2s; }

.e-v-transition_fade-leave-to, .e-v-transition_fade-enter {
  opacity: 0; }

.e-v-transition_fade-leave, .e-v-transition_fade-enter-to {
  opacity: 1; }

.e-v-transition_ud-leave-active, .e-v-transition_ud-enter-active {
  -webkit-transition: 0.2s;
  transition: 0.2s; }

.e-v-transition_ud-leave-to, .e-v-transition_ud-enter {
  opacity: 0;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px); }

.e-v-transition_ud-leave, .e-v-transition_ud-enter-to {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.e-v-transition_lr-leave-active, .e-v-transition_lr-enter-active {
  -webkit-transition: 0.2s;
  transition: 0.2s; }

.e-v-transition_lr-leave-to, .e-v-transition_lr-enter {
  opacity: 0;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px); }

.e-v-transition_lr-leave, .e-v-transition_lr-enter-to {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0); }

.e-v-transition_rl-leave-active, .e-v-transition_rl-enter-active {
  -webkit-transition: 0.2s;
  transition: 0.2s; }

.e-v-transition_rl-leave-to, .e-v-transition_rl-enter {
  opacity: 0;
  -webkit-transform: translateX(10px);
  transform: translateX(10px); }

.e-v-transition_rl-leave, .e-v-transition_rl-enter-to {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0); }

.u-ft-fml-lat {
  font-family: 'Lato', sans-serif;
  font-weight: 400; }

#home .home-visual {
  position: relative;
  height: 100vh;
  width: 100vw; }
  @media screen and (min-width: 801px) {
    #home .home-visual {
      padding-top: 60px; } }
  #home .home-visual:after {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 14px;
    background: url("../img/information/bg_zigzag.png") left bottom repeat-x;
    content: ""; }

#home .home-title {
  position: absolute;
  width: 100%;
  text-align: center; }
  @media screen and (min-width: 801px) {
    #home .home-title {
      top: 65%;
      padding: 25px 1em; } }
  @media screen and (max-width: 800px) {
    #home .home-title {
      top: 50px;
      padding: 15px 1em; }
      #home .home-title img {
        width: 70%;
        height: auto; } }
  @media screen and (max-width: 800px) {
    #home .home-title.home-title--bottom {
      top: 100vw; } }

#home .home-share {
  position: absolute;
  bottom: 10%;
  width: 100%;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-family: 'Lato', sans-serif;
  font-weight: 400; }
  @media screen and (max-width: 800px) {
    #home .home-share {
      padding-left: 10vw;
      padding-right: 10vw; } }
  @media screen and (max-width: 800px) {
    #home .home-share li {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; } }
  @media screen and (max-width: 800px) {
    #home .home-share a {
      width: 96%; } }
  #home .home-share i {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
    padding-right: .5em; }
    @media screen and (max-width: 800px) {
      #home .home-share i {
        padding: 0; } }
    #home .home-share i:before {
      color: #fff; }
  @media screen and (max-width: 800px) {
    #home .home-share .home-share__text {
      display: none; } }

@media screen and (min-width: 801px) {
  #home .home-topics {
    position: absolute;
    right: 0;
    top: 90px;
    text-align: right;
    z-index: 100; }
    #home .home-topics li:not(:last-child) {
      margin-bottom: 6px; }
    #home .home-topics a {
      display: inline-block;
      position: relative;
      background-color: #48cbeb;
      color: #fff;
      border: none;
      font-size: 14px;
      padding: 14px;
      line-height: 1; }
      #home .home-topics a:before {
        position: absolute;
        left: -28px;
        top: 0;
        display: block;
        width: 0px;
        height: 0%;
        border: solid 21px #48cbeb;
        border-left-color: transparent;
        content: "";
        -webkit-transition: all .2s ease;
        transition: all .2s ease; }
      #home .home-topics a:hover {
        background-color: #6dd5ef; }
        #home .home-topics a:hover:before {
          border-color: #6dd5ef;
          border-left-color: transparent; } }

@media screen and (max-width: 800px) {
  #home .home-topics {
    background-color: #fff;
    padding-top: 2rem; }
    #home .home-topics li:not(:last-child) {
      margin-bottom: 0.5rem; }
    #home .home-topics a {
      position: relative;
      display: block;
      padding: 0.8rem;
      background-color: #48cbeb;
      color: #fff;
      border: none;
      line-height: 1; }
      #home .home-topics a:after {
        position: absolute;
        right: 0.5rem;
        top: calc(50% - .5em);
        font-family: icomoon;
        content: "\e647"; } }

@media screen and (min-width: 801px) {
  #page-home #information {
    padding-top: 50px;
    padding-bottom: 50px; } }

@media screen and (max-width: 800px) {
  #page-home #information {
    padding-top: 30px; } }

@media screen and (max-width: 800px) {
  #page-home #information .home-info-widget:not(:last-child) {
    margin-bottom: 2rem; } }

#page-home #information .home-info-widget .home-info-widget__title {
  font-size: 21px;
  padding-bottom: 0.3em;
  font-weight: normal;
  margin-bottom: 1rem; }

#page-home #information .home-info-widget .home-info-widget__body {
  position: relative;
  height: 220px;
  margin-bottom: 20px; }
  #page-home #information .home-info-widget .home-info-widget__body a {
    color: #000; }
    #page-home #information .home-info-widget .home-info-widget__body a:hover {
      color: #65b725; }

@media screen and (min-width: 801px) {
  #page-home #information .home-info-news {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media screen and (min-width: 801px) {
  #page-home #information .home-info-news dt, #page-home #information .home-info-news dd {
    -webkit-box-flex: none;
    box-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    margin-bottom: .8em; }
  #page-home #information .home-info-news dt {
    width: 7em; }
  #page-home #information .home-info-news dd {
    width: calc(100% - 7em); } }

@media screen and (max-width: 800px) {
  #page-home #information .home-info-news dd {
    margin-bottom: .8em; } }

@media screen and (min-width: 801px) {
  #page-home #profile {
    padding-top: 60px;
    padding-bottom: 120px; } }

@media screen and (max-width: 800px) {
  #page-home #profile {
    padding-top: 30px; } }

@media screen and (min-width: 801px) {
  #page-home #movie {
    padding-top: 50px;
    padding-bottom: 50px; } }

@media screen and (max-width: 800px) {
  #page-home #movie {
    padding-top: 30px; } }

#page-home #movie .home-movie {
  margin-bottom: 2rem; }
  #page-home #movie .home-movie .home-movie__title {
    text-align: center;
    font-weight: normal;
    margin-bottom: 1rem; }

@media screen and (min-width: 801px) {
  #page-home #discography {
    padding-top: 50px;
    padding-bottom: 50px; } }

@media screen and (max-width: 800px) {
  #page-home #discography {
    padding-top: 30px; } }

#page-home #discography .disco {
  margin-bottom: 20px; }
  @media screen and (min-width: 801px) {
    #page-home #discography .disco .disco-jacket {
      padding-right: 20px; } }
  #page-home #discography .disco .disco-title {
    font-size: 21px;
    font-weight: normal;
    line-height: 1em;
    margin-bottom: 1rem;
    text-align: left; }
    #page-home #discography .disco .disco-title span {
      display: block; }

#page-profile h2.p-h-simple {
  font-size: 21px;
  margin-bottom: 1rem; }

#page-profile .profile-list h2 {
  font-weight: normal;
  font-size: 21px;
  margin-bottom: 1rem; }

#page-profile .profile-list ul {
  padding-left: 2em;
  margin-bottom: 3em; }

#page-profile .profile-list li {
  list-style-type: disc;
  margin-bottom: 1em; }

@media screen and (min-width: 801px) {
  .disco-jacket {
    padding-left: 30px;
    padding-right: 30px; } }

.disco-header {
  margin-bottom: 1rem; }

.disco-title {
  font-weight: normal; }

.disco-exlink {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 13.5px;
  line-height: 1; }
  .disco-exlink li {
    margin-right: 8px;
    margin-bottom: 8px; }
  .disco-exlink img {
    height: 24px;
    width: auto; }
  .disco-exlink a {
    color: #000; }

.disco-tracks dt {
  font-weight: bold; }

.disco-tracks dd {
  font-size: 13.5px; }

.disco-tokuten .disco-tokuten__data {
  margin-bottom: 1.5rem; }

.disco-tokuten .disco-tokuten__image {
  margin-bottom: 4px; }

.disco-tokuten .disco-tokuten__img {
  max-width: 400px;
  max-height: 450px; }
  @media screen and (max-width: 800px) {
    .disco-tokuten .disco-tokuten__img {
      width: 100%;
      height: auto; } }

.c-entry {
  background: url("../img/common/line_mesh_gray.png") left bottom repeat-x; }
  .c-entry .c-entry__title {
    font-weight: normal;
    text-align: left; }
    @media screen and (min-width: 801px) {
      .c-entry .c-entry__title {
        font-size: 26px; } }
    @media screen and (max-width: 800px) {
      .c-entry .c-entry__title {
        font-size: 1.5rem; } }
  .c-entry .c-entry__meta a {
    color: #000; }
    .c-entry .c-entry__meta a:hover {
      color: #65b725; }
  .c-entry .c-entry__meta-date {
    margin-right: .5rem; }
  .c-entry .c-entry__social {
    margin-bottom: 1rem; }
    @media screen and (max-width: 800px) {
      .c-entry .c-entry__social {
        -webkit-box-pack: center;
        box-pack: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center; } }

.c-entry-list .c-entry.c-entry_list-item {
  padding-bottom: 2rem;
  margin-bottom: 2rem; }
  .c-entry-list .c-entry.c-entry_list-item .c-entry__title {
    margin-bottom: .5rem; }

.c-entry.c-entry_single {
  padding-bottom: 2rem; }
  .c-entry.c-entry_single .c-entry__header {
    margin-bottom: 2rem; }

.live-title {
  margin-bottom: 1rem;
  font-family: "NotoSansCJKjp";
  font-weight: 200;
  line-height: 1.36;
  text-align: center; }

.live-title-main {
  font-size: 44px; }

.live-title-sub {
  font-size: 21px; }

.live-about {
  font-family: "NotoSansCJKjp";
  font-weight: 700;
  text-align: center;
  line-height: 1.36; }

.live-notice {
  margin-bottom: 2rem;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  border: solid 1px #999;
  border-radius: 4px; }
  .live-notice > *:last-child {
    margin-bottom: 0; }

.live-bd2017-head {
  background: url("../live/img/20170514_birthday/head_bg.png") center top no-repeat; }

.live-goods .live-goods__img {
  margin-bottom: .5em; }
  .live-goods .live-goods__img img {
    border: solid 1px #999;
    border-radius: 4px;
    -webkit-box-flex: none;
    box-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none; }

.live-goods .live-goods__name {
  -webkit-box-flex: 1;
  box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 18px;
  font-weight: bold;
  color: #65b725; }

.live-goods .live-goods__price {
  margin-bottom: .5em; }

.live-goods--2 {
  margin-bottom: 1rem; }
  @media screen and (min-width: 801px) {
    .live-goods--2 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media screen and (min-width: 801px) {
    .live-goods--2 .live-goods__text {
      padding-left: 40px; } }
