/* ================================================ 
	views
==============================================================================================================================================================*/
.view_pc {
  display: block; }

.view_tablet {
  display: none; }

.view_sp {
  display: none; }

.viewpcInline {
  display: inline; }

.viewspInline {
  display: none; }

.dummy {
  width: 100%;
  height: 450px;
  background: #D9D9D9; }

/* ================================================ 
	common
==============================================================================================================================================================*/
.btn {
  margin: 40px auto 0;
  max-width: 770px;
  box-sizing: border-box;
  display: block;
  padding: .7em .5em;
  font-size: 2.6rem;
  line-height: 130%;
  font-weight: bold;
  border-radius: 30px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  position: relative;
  overflow: hidden; }
  .btn.trial {
    background: linear-gradient(-90deg, #FF0089, #FF7600); }
  .btn.form {
    background: linear-gradient(-90deg, #42B0E8, #003C8A); }
  .btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg); }
  .btn:hover::before {
    animation: shine 0.7s; }
@keyframes shine {
  100% {
    left: 125%; } }
.caption {
  text-align: center;
  color: #003C8A;
  font-size: 3.6rem;
  line-height: 150%;
  font-weight: bold; }

/* ================================================ 
	header 
==============================================================================================================================================================*/
header {
  margin: 0 auto;
  width: 100%;
  padding: 30px 3% 0;
  box-sizing: border-box;
  display: flex;
  height: 69px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000; }
  header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    top: 0;
    background: #fff;
    border-bottom: 1px #D8D8D8 solid;
    padding-top: 13px; }
    header.sticky::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 68px;
      border-bottom: 1px #D8D8D8 solid;
      background: #fff;
      z-index: 10; }
  header figure {
    max-width: 400px;
    position: relative;
    z-index: 1000; }
  header #spMenu {
    display: none; }
  header nav {
    flex: 1; }
    header nav #inMenu {
      flex: 1;
      display: flex;
      justify-content: flex-end;
      align-items: flex-start; }
    header nav ul {
      display: flex;
      align-items: flex-start; }
      header nav ul li {
        padding-top: 10px;
        position: relative;
        z-index: 10; }
        header nav ul li a {
          margin-left: 1.8em;
          font-size: 1.0rem;
          line-height: 150%;
          font-weight: 500;
          color: #000;
          text-decoration: none;
          position: relative; }
        header nav ul li:last-child {
          z-index: 10; }
          header nav ul li:last-child a {
            padding: 10px 20px;
            box-sizing: border-box;
            color: #fff;
            text-align: center;
            background: linear-gradient(-90deg, #42B0E8, #003C8A);
            border-radius: 100px;
            position: relative; }
            header nav ul li:last-child a::before {
              content: '';
              position: absolute;
              top: 0;
              left: -75%;
              width: 50%;
              height: 100%;
              background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
              transform: skewX(-25deg);
              pointer-events: none; }
            header nav ul li:last-child a:hover::before {
              animation: shine 0.7s; }
@keyframes shine {
  100% {
    left: 105%; } }
    header nav .btn-area {
      display: none; }
  header#top {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 2; }

/* ================================================ 
	footer
==============================================================================================================================================================*/
#page-top {
  position: fixed;
  bottom: 0;
  right: 20px;
  z-index: 999; }
  #page-top a {
    display: block;
    width: 156px;
    height: 154px;
    transition: .6s; }
    #page-top a:hover {
      opacity: .5; }

footer {
  position: relative;
  padding-top: 50px; }
  footer .inner {
    margin: 0 auto;
    width: 94%;
    padding-bottom: 30px;
    max-width: 1200px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between; }
    footer .inner figure {
      max-width: 240px; }
    footer .inner .foot-nav ul {
      display: flex;
      flex-flow: row wrap;
      justify-content: flex-end; }
      footer .inner .foot-nav ul li a {
        font-size: 1.1rem;
        line-height: 150%;
        text-decoration: none;
        color: #000;
        margin-left: 2em; }
        footer .inner .foot-nav ul li a:hover {
          text-decoration: underline; }
    footer .inner #copyrights {
      margin-top: .5em;
      font-size: 1.1rem;
      line-height: 150%;
      text-align: right; }

/* ================================================ 

	TABLET 

==============================================================================================================================================================*/
@media (min-width: 768px) and (max-width: 1024px) {
  /* ================================================ 
  	header 
  ==============================================================================================================================================================*/
  header figure {
    max-width: 250px; }
  header #spMenu {
    display: none; }
  header nav ul {
    display: flex;
    align-items: flex-start; }
    header nav ul li {
      padding-top: 10px; }
      header nav ul li a {
        font-size: .9rem;
        line-height: 150%; }

  /* ================================================ 
  	footer
  ==============================================================================================================================================================*/
  #page-top a {
    display: block; }

  footer {
    padding-top: 0; }
    footer .inner {
      margin: 0 auto;
      width: 94%;
      padding-bottom: 30px;
      max-width: 1200px;
      box-sizing: border-box;
      display: flex;
      flex-flow: row wrap;
      justify-content: space-between; }
      footer .inner figure {
        margin-bottom: 20px;
        width: 100%;
        max-width: none;
        text-align: center; }
        footer .inner figure img {
          display: inline-block; }
      footer .inner .foot-nav {
        width: 100%; }
        footer .inner .foot-nav ul {
          display: flex;
          flex-flow: row wrap;
          justify-content: center; }
          footer .inner .foot-nav ul li:first-child {
            width: 100%;
            text-align: center;
            margin-bottom: 1em; }
          footer .inner .foot-nav ul li a {
            font-size: 1.0rem;
            line-height: 150%;
            text-decoration: none;
            color: #000;
            margin-left: 2em; }
      footer .inner #copyrights {
        margin-top: 2.0em;
        font-size: 1.0rem;
        line-height: 150%;
        text-align: center; } }
/* ================================================ 

	SP 

==============================================================================================================================================================*/
@media screen and (max-width: 767px) {
  body.diactive {
    overflow: hidden; }

  /* ================================================ 
  	views
  ==============================================================================================================================================================*/
  .view_pc {
    display: none; }

  .view_tablet {
    display: none; }

  .view_sp {
    display: block; }

  .viewpcInline {
    display: none; }

  .viewspInline {
    display: inline; }

  /* ================================================ 
  	common
  ==============================================================================================================================================================*/
  .btn {
    margin: 30px auto 0;
    max-width: 770px;
    box-sizing: border-box;
    display: block;
    padding: .7em .5em;
    font-size: 1.6rem;
    line-height: 130%;
    font-weight: bold;
    border-radius: 30px;
    text-align: center;
    color: #fff;
    text-decoration: none; }
    .btn.trial {
      background: linear-gradient(-90deg, #FF0089, #FF7600); }
    .btn.form {
      background: linear-gradient(-90deg, #42B0E8, #003C8A); }

  .caption {
    font-size: 2.6rem;
    line-height: 150%; }

  /* ================================================ 
  	header 
  ==============================================================================================================================================================*/
  header {
    padding-top: 20px;
    z-index: 1000; }
    header.sticky {
      position: fixed;
      top: 0;
      width: 100%;
      top: 0;
      background: #fff;
      border-bottom: 1px #D8D8D8 solid;
      padding-top: 13px; }
      header.sticky figure {
        padding-top: 6px; }
    header figure {
      max-width: 250px; }
    header #spMenu {
      width: 30px;
      pointer-events: none;
      display: block; }
      header #spMenu #menu-trigger {
        pointer-events: auto;
        z-index: 10001; }
    header nav {
      flex: 1;
      display: block; }
      header nav #inMenu {
        display: block;
        padding-bottom: 30px;
        height: 100vh;
        overflow: auto;
        box-sizing: border-box;
        overflow-y: auto; }
      header nav ul {
        display: block;
        text-align: center;
        margin: 0; }
        header nav ul li {
          width: 100%;
          margin: 0 auto; }
          header nav ul li:last-child {
            width: 80%;
            padding: 5px 10px;
            line-height: 180%; }
          header nav ul li a {
            margin: 0;
            padding: .5em 0;
            display: block;
            font-size: 1.6rem;
            line-height: 150%; }
            header nav ul li a.active {
              color: #fff;
              background: #0054A4; }
              header nav ul li a.active::before {
                display: none; }
            header nav ul li a.blank::after {
              top: 8px;
              right: inherit; }
            header nav ul li a:hover::before {
              display: none; }
      header nav .btn-area {
        display: block; }
        header nav .btn-area .btn {
          margin: 20px auto 0;
          width: 80%;
          display: block;
          padding: .7em .5em;
          font-size: 1.5rem;
          line-height: 150%;
          border-radius: 16px; }

  #imCover {
    pointer-events: none;
    position: fixed;
    top: 0;
    transition: 0.5s;
    right: 0;
    width: 100%;
    height: 100vh;
    background: rgba(155, 155, 155, 0.8);
    z-index: 2;
    opacity: 0; }
    #imCover.active {
      opacity: 1;
      pointer-events: auto; }

  #menu-trigger,
  #menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    cursor: pointer; }

  #menu-trigger {
    position: absolute;
    top: 20px;
    right: 3%;
    width: 30px;
    height: 27px;
    /*background:rgba(0,0,0,0.2);*/
    padding: 0;
    box-sizing: border-box; }

  #menu-trigger span {
    position: absolute;
    left: 0px;
    width: 30px;
    height: 3px;
    border-radius: 4px; }

  #menu-trigger span:nth-of-type(1) {
    background-color: #000;
    top: 0px; }

  #menu-trigger span:nth-of-type(2) {
    background-color: #000;
    top: 12px; }

  #menu-trigger span:nth-of-type(3) {
    background-color: #000;
    top: 24px; }

  #menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(14px) rotate(-315deg);
    transform: translateY(14px) rotate(-315deg);
    top: -1px;
    background-color: #000; }

  #menu-trigger.active span:nth-of-type(2) {
    opacity: 0; }

  #menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-7px) rotate(315deg);
    transform: translateY(-7px) rotate(315deg);
    top: 20px;
    background-color: #000; }

  #menu-trigger .line {
    display: none; }

  #menu-trigger.active::before {
    background: url("../img/trigger_on.png") no-repeat center top;
    background-size: 54px 15px; }
  #menu-trigger.active .line {
    transition: 0.6s;
    width: 48px;
    height: 2px;
    bottom: -2px;
    right: 0;
    background: #fff;
    position: absolute; }

  #inMenu {
    pointer-events: auto;
    position: fixed;
    top: -150vh;
    transition: 0.1s;
    right: 0;
    width: 100%;
    overflow: auto;
    box-sizing: border-box;
    background: white;
    text-align: left;
    padding: 90px 0 0;
    z-index: 200;
    display: flex;
    align-items: center;
    z-index: 9; }
    #inMenu.active {
      top: 0; }
    #inMenu .navMenu {
      width: 100%; }

  /* ================================================ 
  	footer
  ==============================================================================================================================================================*/
  #page-top {
    position: fixed;
    bottom: 0;
    right: 20px;
    z-index: 999; }
    #page-top a {
      display: block;
      width: 50px;
      height: 49px;
      transition: .6s; }
      #page-top a:hover {
        opacity: .5; }

  footer {
    padding-top: 0; }
    footer .inner {
      margin: 0 auto;
      width: 94%;
      padding-bottom: 30px;
      max-width: 1200px;
      box-sizing: border-box;
      display: flex;
      flex-flow: row wrap;
      justify-content: space-between; }
      footer .inner figure {
        margin: 0 auto 20px;
        width: 100%;
        max-width: 200px;
        text-align: center; }
        footer .inner figure img {
          display: inline-block; }
      footer .inner .foot-nav {
        width: 100%; }
        footer .inner .foot-nav ul {
          display: flex;
          flex-flow: row wrap;
          justify-content: center; }
          footer .inner .foot-nav ul li:first-child {
            width: 100%;
            text-align: center;
            margin-bottom: 1em; }
          footer .inner .foot-nav ul li a {
            font-size: .9rem;
            line-height: 150%;
            text-decoration: none;
            color: #000;
            margin-left: 2em; }
      footer .inner #copyrights {
        margin-top: 2.0em;
        font-size: .8rem;
        line-height: 150%;
        text-align: center; }

  /* end */ }
