@charset "UTF-8";
.gr .gr_wrap {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  z-index: 2;
  position: relative; }
.gr h3 {
  transition: filter .1s ease; }
  .gr h3:before {
    transition: transform .15s ease; }
  .gr h3.on:before {
    opacity: 0; }
  .gr h3.on:after {
    opacity: 1 !important; }
  .is_pc .gr h3:hover, .is_sp .gr h3.touch {
    filter: contrast(1.25); }
    .is_pc .gr h3:hover:before, .is_sp .gr h3.touch:before {
      transform: translateY(-50%) rotate(90deg) !important; }
.gr .btn_close {
  transition: filter .1s ease; }
  .is_pc .gr .btn_close:hover, .is_sp .gr .btn_close.touch {
    filter: contrast(0.9); }
.gr a {
  padding-bottom: 1px;
  border-bottom: 1px solid #002e9f;
  transition: border .15s ease; }
  .is_pc .gr a:hover, .is_sp .gr a.touch {
    border-bottom: 1px solid transparent; }

.btn_cv_fix {
  opacity: 1;
  transition: transform, opacity;
  transition-duration: .35s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .btn_cv_fix a img {
    transition: filter .1s ease; }
  .is_pc .btn_cv_fix a:hover img, .is_sp .btn_cv_fix a.touch img {
    filter: contrast(1.25); }
  .btm .btn_cv_fix {
    opacity: 0 !important;
    pointer-events: none !important; }
    @media screen and (min-width: 751px) {
      .btm .btn_cv_fix {
        transform: translateX(100%); } }

.btn_area .btn_cv a img {
  transition: filter .1s ease; }
.is_pc .btn_area .btn_cv a:hover img, .is_sp .btn_area .btn_cv a.touch img {
  filter: contrast(1.25); }

.impression .btn_detail {
  transition: filter .1s ease; }
  .impression .btn_detail:before {
    transition: transform .15s ease; }
  .is_pc .impression .btn_detail:hover, .is_sp .impression .btn_detail.touch {
    filter: contrast(1.25); }
    .is_pc .impression .btn_detail:hover:before, .is_sp .impression .btn_detail.touch:before {
      transform: translateY(-50%) rotate(90deg) !important; }
.impression a {
  color: #000;
  padding-bottom: 1px;
  border-bottom: 1px solid #000;
  transition: border .15s ease; }
  .is_pc .impression a:hover, .is_sp .impression a.touch {
    border-bottom: 1px solid transparent; }

#flow a {
  padding-bottom: 1px;
  border-bottom: 1px solid #002e9f;
  transition: border .15s ease; }
  .is_pc #flow a:hover, .is_sp #flow a.touch {
    border-bottom: 1px solid transparent; }

#info a {
  padding-bottom: 1px;
  border-bottom: 1px solid transparent;
  transition: border .15s ease; }
  .is_pc #info a:hover, .is_sp #info a.touch {
    border-bottom: 1px solid #002e9f; }

.btn_pagetop:after {
  transition: transform .15s ease; }
.is_pc .btn_pagetop:hover:after, .is_sp .btn_pagetop.touch:after {
  transform: translateY(-5px) scale(1.05); }

/*------------------------------------------------------------------------------------------
*
*
    setting.css
*
*
------------------------------------------------------------------------------------------ */
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/*HTML5display-roleresetforolderbrowsers*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif !important;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
  position: relative;
  z-index: 1; }

body.is_pc {
  overflow-y: scroll !important; }

body, html {
  width: 100%;
  height: 100%; }

a, li, p, div, button {
  outline: none !important; }

a {
  color: #002e9f;
  text-decoration: none; }

a, p, div, li, dd, dt {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

img, svg {
  height: auto;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }

* {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }

.disabled {
  cursor: default !important; }

.disabled a {
  cursor: default !important; }

.is_pc .device_sp {
  display: none !important; }

.is_sp .device_pc {
  display: none !important; }

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer; }

input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none; }

input[type="submit"]::focus, input[type="button"]::focus {
  outline-offset: -2px; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  border: none;
  -moz-outline-style: none; }

:focus {
  outline: none; }

::-moz-focus-inner {
  border: 0; }

input::-moz-focus-inner, button::-moz-focus-inner {
  border: 0; }

input[type=radio],
input[type=checkbox] {
  display: none; }

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000; }

select::-ms-expand {
  display: none; }

.nw {
  white-space: nowrap; }

/* -------------------- font-face  --------------------*/
/* ==================================================
*
    font style
*
================================================== */
.fs_just, .fs_just p, .fs_just li, .fs_just dt, .fs_just dd {
  text-align: justify !important;
  text-justify: inter-ideograph !important; }

@media screen and (min-width: 751px) {
  br.sp {
    display: none !important; }

  .indent_half {
    text-indent: -.5em;
    display: inline-block; } }
@media screen and (max-width: 750px) {
  br.sp {
    display: inherit; } }


.lp_bnr{
 padding: 40px;
 text-align: center;
}
.lp_bnr > a:hover{
 opacity: .7;
}
@media screen and (max-width: 750px) {
 .lp_bnr{
  padding: 10px;
  text-align: center;
 }
 .lp_bnr picture > img{
  width: 100%;
 }
}