@charset "UTF-8";
/*
Template: jstork
Theme Name: jstork_APcustom
Theme URI:http://open-cage.com/stork/
*/
@font-face {
  font-family: 'Artegra-Sans';
  src: url("assets/fonts/Artegra_Sans-100-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'Artegra-Sans';
  src: url("assets/fonts/Artegra_Sans-200-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'Artegra-Sans';
  font-style: oblique;
  src: url("assets/fonts/Artegra_Sans-200-ExtraLight-Italic.woff") format("woff");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'Artegra-Sans';
  src: url("assets/fonts/Artegra_Sans-300-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Artegra-Sans';
  src: url("Artegra_Sans-600-SemiBold.otf") format("otf");
  font-weight: 600;
  font-style: normal; }

*:focus {
  outline: none; }

html {
  font-size: 10px;
  min-width: 100%; }

body {
  font-size: 1.4rem;
  font-family: "Artegra-Sans", Arial,Helvetica,"游ゴシック",YuGothic,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif; }

a {
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }
  a:focus {
    outline: none; }
  a:hover {
    color: #2272c7;
    cursor: pointer; }

.l-header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 80px;
  width: 100%;
  text-align: center;
  background-color: #fff;
  z-index: 10;
  position: fixed; }
  .l-header__inner {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 88%;
    height: 80px;
    max-width: 88%;
    margin: 0 auto;
    text-align: left;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .l-header__logo-wrapper {
    width: 25%;
    max-width: 25%;
    text-align: left; }
  .l-header__logo {
    width: 100%;
    min-width: 200px;
    max-width: 240px;
    vertical-align: middle; }
  .l-header__nav {
    text-align: right;
    white-space: nowrap;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .l-header__navlist {
    font-size: 2.4rem;
    padding: 0;
    margin: 0; }
  .l-header__navlist-item {
    display: inline-block;
    text-align: center;
    padding: 0 2.5rem;
    font-family: "Artegra-Sans";
    z-index: 3;
    position: relative;
    height: 80px;
    line-height: 80px; }
    .l-header__navlist-item a, .l-header__navlist-item span {
      color: #000;
      text-decoration: none; }
    .l-header__navlist-item a:hover, .l-header__navlist-item span:hover {
      color: #2272c7;
      cursor: pointer; }
    .l-header__navlist-item:last-child {
      padding-right: 0; }
  .l-header__submenu {
    position: absolute;
    left: 0;
    width: 100%;
    margin: 0;
    background: white;
    padding: 2rem;
    height: calc(100vh - 108px);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, white), color-stop(60%, rgba(255, 255, 255, 0)));
    background: linear-gradient(180deg, white 30%, rgba(255, 255, 255, 0) 60%); }
  .l-header__submenu-item {
    margin-bottom: 1.5em; }
  .l-header__submenu-logo-wrapper::after {
    display: block;
    position: absolute;
    content: "";
    background: -webkit-gradient(linear, left bottom, left top, from(#dbdef8), to(#7080f1));
    background: linear-gradient(0deg, #dbdef8 0%, #7080f1 100%);
    width: 75%;
    height: 3px;
    margin-top: 1em;
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out; }
  .l-header__submenu-logo-wrapper:hover::after {
    opacity: 1; }
  .l-header__submenu-logo {
    max-width: 100%;
    width: 85%; }
    .l-header__submenu-logo::after {
      display: block;
      content: "";
      background: -webkit-gradient(linear, left bottom, left top, from(#dbdef8), to(#7080f1));
      background: linear-gradient(0deg, #dbdef8 0%, #7080f1 100%);
      width: 75%;
      height: 3px; }

.l-main {
  padding-top: 80px; }

.blog .l-main, .single .l-main, .archive .l-main, .search .l-main {
  padding-top: 160px; }

.l-footer {
  background: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  text-align: center;
  padding: 40px 0; }
  .l-footer__logo-wrapper {
    width: 25%;
    max-width: 25%;
    text-align: left; }
  .l-footer__logo {
    width: 75%;
    min-width: 160px; }
  .l-footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .l-footer__list-item {
    padding: 0 2rem;
    font-family: "Artegra-Sans";
    z-index: 1;
    position: relative;
    text-align: left;
    line-height: 1.7; }
    .l-footer__list-item a {
      color: #000;
      text-decoration: none; }
    .l-footer__list-item a:hover {
      color: #2272c7; }
    .l-footer__list-item:last-child {
      padding-right: 0;
      text-align: right;
      -ms-flex-item-align: end;
          align-self: flex-end;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
  .l-footer__list-item-ttl {
    display: block;
    margin-bottom: 1em;
    white-space: nowrap; }
  .l-footer__list-item-ttl-lg {
    font-size: 2rem; }
  .l-footer__navlist__sub {
    display: none; }

.c-button {
  text-transform: none;
  background-color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  position: relative;
  text-decoration: none;
  vertical-align: middle;
  text-align: center;
  padding: 0.4em 2.8em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-family: "Artegra-Sans";
  font-weight: 300;
  border: 0; }
  .c-button--lg {
    text-transform: none;
    background-color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 400;
    position: relative;
    text-decoration: none;
    vertical-align: middle;
    text-align: center;
    padding: 0.4em 2.8em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 1;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-family: "Artegra-Sans";
    font-weight: 300;
    border: 0;
    font-size: 2rem; }
  .c-button--red {
    background-color: #fb5850;
    color: white; }

a.c-button,
a.c-button--lg,
a:hover.c-button,
a:hover.c-button--lg {
  color: white; }

a:hover.c-button,
a:hover.c-button--lg {
  opacity: 0.7; }

.c-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%; }
  .c-media__media {
    width: 45%;
    min-width: 45%; }
  .c-media__media2 {
    width: 35%;
    min-width: 35%; }
  .c-media__image {
    width: 100%; }
  .c-media__titles {
    padding: 0 0 0 2em; }
  .c-media__name-en, .c-media__name-en2 {
    display: block;
    color: #2272c7;
    font-family: "Artegra-Sans";
    font-size: 4.5rem;
    margin: -0.8em 0 1em -1em; }
  .c-media__name-en2 {
    font-size: 3.6rem;
    margin: 0;
    margin-bottom: 0.5em; }
  .c-media__name, .c-media__name2, .c-media__text {
    display: block;
    color: white; }
  .c-media__name {
    font-size: 2.8rem;
    margin-top: -1em;
    margin-bottom: 1em; }
  .c-media__name2 {
    font-size: 2.6rem;
    margin-top: -0.5em;
    margin-bottom: 0.5em; }
  .c-media__title {
    font-size: 1.8rem;
    color: white; }
  .c-media__subtitle {
    font-size: 1.6rem;
    color: white; }
  .c-media__text {
    font-size: 1.6rem;
    text-align: justify;
    text-justify: inter-ideograph; }
  .c-media__text.u-sp-only {
    display: none; }
  .c-media__toggle-btn > img {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    width: 20px;
    position: absolute;
    right: 16px;
    bottom: 0;
    -webkit-transition: .3s;
    transition: .3s; }
  .c-media__toggle-btn.is-open > img {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }

.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.c-hamburger {
  width: 40px; }
  .c-hamburger__inner {
    position: relative;
    display: block;
    height: 30px;
    width: 40px;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer; }
  .c-hamburger span {
    position: absolute;
    display: inline-block;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #161b1d;
    border-radius: 2px;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .c-hamburger span:nth-of-type(1) {
      top: 0; }
    .c-hamburger span:nth-of-type(2) {
      top: 14px; }
    .c-hamburger span:nth-of-type(3) {
      bottom: 0; }
    .c-hamburger span:nth-of-type(2)::after {
      position: absolute;
      top: 0;
      left: 0;
      content: '';
      width: 100%;
      height: 2px;
      background-color: #161b1d;
      border-radius: 2px;
      -webkit-transition: all .4s;
      transition: all .4s; }
  .c-hamburger .is-open span:nth-of-type(2) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
    .c-hamburger .is-open span:nth-of-type(2)::after {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
  .c-hamburger .is-open span:nth-of-type(1) {
    -webkit-transform: translateY(20px) scale(0);
    transform: translateY(20px) scale(0); }
  .c-hamburger .is-open span:nth-of-type(3) {
    -webkit-transform: translateY(-20px) scale(0);
    transform: translateY(-20px) scale(0); }

.c-humburger {
  width: 40px;
  position: relative;
  display: block;
  height: 30px;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .c-humburger:hover {
    cursor: pointer; }
  .c-humburger span {
    position: absolute;
    display: inline-block;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #161b1d;
    border-radius: 2px;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .c-humburger span:nth-of-type(1) {
      top: 0; }
    .c-humburger span:nth-of-type(2) {
      top: 14px; }
    .c-humburger span:nth-of-type(3) {
      bottom: 0; }
    .c-humburger span:nth-of-type(2)::after {
      position: absolute;
      top: 0;
      left: 0;
      content: '';
      width: 100%;
      height: 2px;
      background-color: #161b1d;
      border-radius: 2px;
      -webkit-transition: all .4s;
      transition: all .4s; }
  .c-humburger.is-open span:nth-of-type(2) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
    .c-humburger.is-open span:nth-of-type(2)::after {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
  .c-humburger.is-open span:nth-of-type(1) {
    -webkit-transform: translateY(20px) scale(0);
    transform: translateY(20px) scale(0); }
  .c-humburger.is-open span:nth-of-type(3) {
    -webkit-transform: translateY(-20px) scale(0);
    transform: translateY(-20px) scale(0); }

.c-title {
  font-family: "Artegra-Sans";
  font-size: 8rem;
  font-weight: 100;
  margin-top: 0;
  margin-bottom: 0.5em; }
  .c-title--lg {
    margin: 0;
    font-size: 10rem;
    font-weight: 300;
    font-family: "Artegra-Sans";
    line-height: 1.2; }
  .c-title--white {
    color: white; }

.c-form {
  margin: 2em 0;
  width: 100%;
  margin: 0 auto;
  font-size: 1.6rem; }

.mw_wp_form .error {
  color: #f34141 !important; }

.c-form .wpcf7-form-control-wrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.wpcf7-not-valid-tip {
  color: #f55;
  text-align: left; }

.c-form__item {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: 4em;
  margin-bottom: 0.5em; }

.c-form__inputs {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.c-form__label {
  width: 200px;
  min-width: 200px;
  font-weight: 500;
  text-align: left;
  font-size: 1.6rem; }

input.c-form__selectbox, .c-form__textarea, input.c-form__textbox {
  width: calc(100% - 200px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0;
  border-radius: 0;
  font-size: 1.6rem;
  height: 2.8em;
  padding: 0px 10px;
  margin: 0;
  color: #000; }

.c-form__textarea {
  height: 6em;
  border: 0;
  min-height: auto;
  width: calc(100% - 200px); }

.c-form__selectbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(images/pic_select_arrow.png) right 50% no-repeat;
  background: white;
  border: 0;
  padding: 0px 10px;
  font-size: 1.6rem;
  height: 2.8em;
  color: #000;
  width: calc(100% - 200px); }

.c-form__btn {
  border: solid 2px white;
  padding: 0.8em;
  color: white;
  text-decoration: none;
  font-size: 1.2em;
  background-color: transparent;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  width: 200px;
  border-radius: 0;
  position: relative;
  display: inline-block; }
  .c-form__btn::after {
    background-image: url(assets/images/icon-arrow-2.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    width: 1em;
    height: 1em;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: 33%;
    right: 1.2em; }
  .c-form__btn:hover {
    color: white; }
    .c-form__btn:hover::after {
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }

.wpcf7-submit.c-form__submit {
  border: solid 2px white;
  padding: 0.8em;
  color: white;
  text-decoration: none;
  font-size: 1.2em;
  background-color: transparent;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  width: 180px;
  border-radius: 0;
  position: relative; }
  .wpcf7-submit.c-form__submit::after {
    background-image: url(assets/images/icon-arrow-2.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    width: 1em;
    height: 1em;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: 33%;
    right: 1.2em; }
  .wpcf7-submit.c-form__submit:hover {
    color: white; }
    .wpcf7-submit.c-form__submit:hover::after {
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }

select::-ms-expand {
  display: none; }

.c-form.lp-form input.c-form__selectbox, .c-form.lp-form .c-form__textarea, .c-form.lp-form input.c-form__textbox {
  width: 100%;
  min-width: 100%; }

.c-form.lp-form .c-form__textarea {
  width: 100%;
  min-width: 100%; }

.c-form__checkbox {
  display: none; }
  .c-form__checkbox + label {
    margin-top: 2em;
    vertical-align: middle;
    font-weight: 500; }
    .c-form__checkbox + label:hover {
      cursor: pointer; }
    .c-form__checkbox + label:before {
      content: '';
      width: 25px;
      height: 25px;
      display: inline-block;
      vertical-align: middle;
      margin-right: .5em;
      background-color: #fff;
      border-radius: 0;
      border: 1px solid #bcbcbc;
      -webkit-transition: all .3s;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      .c-form__checkbox + label:before:hover {
        cursor: pointer; }
  .c-form__checkbox:checked + label:before {
    border: 1px solid #525252;
    background: url(images/pic_checked.png) no-repeat; }

.c-ulist__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start; }

.c-ulist__title {
  min-width: 100px;
  padding: 0.5em; }

.c-ulist__text {
  padding: 0.5em;
  margin-top: 0; }

.single .l-main, .blog .l-main, .archive .l-main {
  font-size: 1.7rem; }

.p-main {
  background-color: #242424;
  color: white;
  padding-bottom: 200px;
  padding-top: 108px; }
  .p-main--white {
    background-color: #f5f5f5;
    color: #000; }

.p-404 {
  background-color: #242424;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
  font-family: "Artegra-Sans"; }
  .p-404__title {
    font-size: 30vw;
    margin: 0;
    font-weight: 100;
    line-height: 1; }

.p-blog {
  background-color: #242424;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh; }
  .p-blog__title {
    font-family: "Artegra-Sans";
    font-size: 8vw;
    margin: 0;
    font-weight: 100;
    line-height: 1; }

.tp-section {
  margin: 0;
  width: 100%;
  padding: 8% 0; }
  .tp-section--lg {
    margin: 0;
    width: 100%; }

.tp-flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.tp-inner {
  width: 88%;
  margin: 0 auto;
  position: relative; }
  .tp-inner__content {
    width: 84%; }

.tp-card {
  background-color: white;
  padding: 32px;
  color: #000;
  width: 100%;
  background-repeat: no-repeat;
  background-position: right 32px top 32px;
  min-height: 580px;
  text-align: justify;
  text-justify: inter-ideograph; }
  .tp-card--01 {
    background-image: url(assets/images/img-top-01.png); }
  .tp-card--02 {
    background-image: url(assets/images/img-top-02.png); }
  .tp-card--03 {
    background-image: url(assets/images/img-top-03.png); }
    .tp-card--03 .tp-card__title-en {
      margin-bottom: 1em; }
  .tp-card__title {
    display: inline-block;
    border-bottom: solid 5px #2272c7;
    margin-bottom: 1em;
    font-size: 2.2rem; }
  .tp-card__title-en {
    color: #2272c7;
    font-family: "Artegra-Sans";
    letter-spacing: 0.060em;
    line-height: 1.4;
    font-size: 2rem;
    margin-bottom: 0em; }
  .tp-card__text {
    font-size: 1.6rem;
    letter-spacing: 0.005em; }
  .tp-card__toggle-btn {
    width: 20px;
    text-align: center;
    display: inline-block;
    width: 100%; }
    .tp-card__toggle-btn > img {
      width: 1.2rem;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
      margin-top: 10px;
      -webkit-transition: .3s;
      transition: .3s;
      display: block;
      margin: 0 auto;
      margin-top: -8px; }
    .tp-card__toggle-btn.is-open > img {
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg); }

.p-regulation h1 {
  margin-bottom: 2em;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.333em; }

.p-regulation ul, .p-privacy ul {
  padding-left: 1.5em;
  line-height: 1.8; }

.p-regulation ul li, .p-privacy ul li {
  list-style-type: disc; }

.p-regulation ol li, .p-regulation ul li, .p-privacy ul li {
  margin-bottom: 2em;
  line-height: 1.8; }

.p-regulation ol.lower-latin li, .p-privacy ol.lower-latin li {
  list-style-type: lower-latin; }

.p-regulation ol.lower-latin li::before, .p-privacy ol.lower-latin li::before {
  display: none; }

.p-regulation__text, .p-privacy__text {
  width: 100%;
  font-size: 1.6rem; }

.p-regulation {
  width: auto;
  margin: 0 auto; }

.p-regulation ol {
  counter-reset: li;
  list-style: none; }

.p-regulation ol li {
  position: relative; }

.p-regulation ol li > ol {
  padding-left: 1.5em;
  margin-left: 1.5em; }

.p-regulation ol li > ol li::before {
  counter-increment: li;
  content: "( " counter(li) " )";
  display: inline;
  position: absolute;
  font-size: 1em;
  top: -1px;
  left: -3em;
  width: 3em;
  text-align: center; }

.p-regulation ol li > ol li li::before {
  content: counter(li) "."; }

.p-regulation ol li h2::before {
  counter-increment: li;
  content: counter(li) ". ";
  display: inline;
  text-align: center; }

.p-regulation ol li h2 {
  font-size: 1.5em;
  line-height: 1.4em;
  font-weight: bold;
  margin-bottom: 0.375em; }

.p-privacy {
  width: auto;
  margin: 0 auto; }

.p-privacy dl {
  margin-bottom: 1em; }

.p-privacy dt {
  font-weight: bold; }

.ab-content {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem; }
  .ab-content a, .ab-content a:hover {
    color: white;
    -webkit-transition: all .3s;
    transition: all .3s; }
  .ab-content a:hover {
    opacity: 0.7; }
  .ab-content__list {
    width: 40%;
    margin-top: 0;
    padding-right: 20px; }
  .ab-content__map {
    width: 60%; }
    .ab-content__map > iframe {
      min-height: 400px; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
    display: block; } }

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
    display: block; } }

.lp-wrapper {
  position: relative; }
  .lp-wrapper.has-entry-guardian, .lp-wrapper.has-entry-guardian-mf {
    padding-bottom: 80px; }
  .lp-wrapper.guardian-light.has-entry {
    padding-bottom: 80px; }

.lp-bar {
  background-image: -webkit-gradient(linear, left top, right top, from(#3c62dc), to(#f8ab3c));
  background-image: linear-gradient(90deg, #3c62dc 0%, #f8ab3c 100%);
  width: 30%;
  height: 4px;
  margin: 0 auto;
  margin-bottom: 6rem; }
  .lp-bar--light {
    background: -webkit-gradient(linear, left top, right top, from(#3c62dc), to(#00ffa2));
    background: linear-gradient(90deg, #3c62dc 0%, #00ffa2 100%); }

.lp-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: calc(100vh - 80px);
  background-image: url(assets/images/lp/img-lp-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 210px;
  position: relative; }
  .lp-hero--light .lp-hero__img-wrapper {
    margin-top: 10%; }
  .lp-hero--light .lp-hero__text {
    color: #fb5850;
    font-size: 3rem;
    text-align: center;
    font-weight: bold;
    position: relative; }
    .lp-hero--light .lp-hero__text::after {
      position: absolute;
      content: "";
      width: 47px;
      height: 28px;
      background-size: cover;
      left: calc( 50% - 23px);
      bottom: -80%;
      background-image: url(assets/images/lp/icon-arrow-red.png); }
  .lp-hero__announcement {
    opacity: 0;
    -webkit-animation: fadeIn 2s ease 0.3s 1 forwards;
            animation: fadeIn 2s ease 0.3s 1 forwards; }
  .lp-hero__announcement.u-pc-only {
    position: absolute;
    bottom: 60px;
    right: 40px;
    height: auto;
    width: 400px; }
  .lp-hero__announcement.u-sp-only {
    margin-top: 1em;
    height: auto;
    width: auto; }
  .lp-hero__img-wrapper {
    text-align: center;
    margin: 0 auto;
    width: 33%;
    min-width: 440px;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
            animation: fadeIn 2s ease 0s 1 normal; }
  .lp-hero__logo {
    width: 100%;
    margin-bottom: 3%; }
  .lp-hero__logo-ap {
    width: 180px;
    position: absolute;
    bottom: 50px;
    left: 40px;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 1; }
    .lp-hero__logo-ap.is-off {
      opacity: 0; }
  .lp-hero__btn {
    border: solid 2px #3f3f3f;
    padding: 0.5em 1em;
    color: #3f3f3f;
    text-decoration: none;
    font-size: 2rem;
    position: absolute;
    top: 20px;
    right: 40px; }
  .lp-hero__play-btn {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: block;
    margin: 0 auto; }
    .lp-hero__play-btn:hover {
      cursor: pointer;
      -webkit-transform: translate(0, 6px);
              transform: translate(0, 6px); }

.lp-hero--light {
  background-image: url(assets/images/lp/light/img-lp-bg.svg);
  background-size: contain; }

.lp-main {
  background: white;
  width: 100%;
  font-size: 2rem;
  line-height: 1.6;
  padding-top: 40px; }

.lp-section {
  width: 100%;
  padding: 4em 0; }
  .lp-section--light {
    background-color: #f5f5f5; }

.lp-inner {
  width: 768px;
  margin: 0 auto; }
  .lp-inner--light {
    width: 1072px; }

.lp-pill {
  border-radius: 3px;
  font-size: 2.2rem;
  letter-spacing: 0.100em;
  font-weight: bold;
  padding: 1.2em;
  text-align: center;
  line-height: 1.7; }
  .lp-pill--light {
    border: solid 2px #00ffa2; }

.lp-humburger--light {
  position: fixed;
  top: 44px;
  right: 44px;
  z-index: 100;
  display: block; }

.lp-nav {
  position: fixed;
  top: 10px;
  left: 40px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 200; }
  .lp-nav--light {
    left: auto;
    right: 40px;
    text-align: right;
    z-index: -1;
    top: 240px;
    opacity: 0; }
    .lp-nav--light.is-open {
      top: 100px;
      opacity: 1;
      z-index: 1; }
    .lp-nav--light .lp-nav__list-item a:hover, .lp-nav--light .lp-nav__list-item a:active {
      color: #00ffa2; }
  .lp-nav.is-hidden {
    display: none; }
  .lp-nav.is-on {
    top: 120px; }
    .lp-nav.is-on::before {
      background-image: url(assets/images/logo/logo_g_lp2-new.svg);
      background-size: cover;
      display: block;
      content: "";
      width: 100px;
      height: 100px;
      position: absolute;
      top: -100px; }
  .lp-nav__list-item {
    font-size: 2.6rem;
    font-family: "Artegra-Sans";
    line-height: 1.8;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
    .lp-nav__list-item.is-on {
      font-size: 4.5rem; }
      .lp-nav__list-item.is-on > a {
        color: #2272c7; }
    .lp-nav__list-item > a {
      color: #3f3f3f;
      text-decoration: none; }
    .lp-nav__list-item > a:hover {
      color: #2272c7; }

.lp-title {
  font-size: 2.8rem;
  line-height: 2.15;
  margin-bottom: 2em;
  letter-spacing: 0.100em; }

.lp-light-about {
  margin-bottom: 8em; }
  .lp-light-about .lp-title {
    margin-bottom: 0; }
  .lp-light-about .lp-title + p {
    margin-top: 0;
    margin-bottom: 4em;
    letter-spacing: 0.100em; }

.lp-img-flow {
  width: 100%; }

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

.lp-point-list {
  margin: 200px 0 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: justify;
  text-justify: inter-ideograph; }
  .lp-point-list__item {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 1.6rem; }
    .lp-point-list__item.is-1st {
      margin-bottom: 2em; }
    .lp-point-list__item.is-2nd, .lp-point-list__item.is-3rd {
      width: 48%; }
      .lp-point-list__item.is-2nd .lp-point-list__title, .lp-point-list__item.is-3rd .lp-point-list__title {
        font-size: 2rem; }
    .lp-point-list__item.is-1st::before, .lp-point-list__item.is-2nd::before, .lp-point-list__item.is-3rd::before {
      display: block;
      content: "";
      background-position: left top;
      background-repeat: no-repeat;
      background-size: contain; }
    .lp-point-list__item.is-1st::before {
      width: 66px;
      height: 57px;
      background-image: url(assets/images/lp/img-lp-num-01.png); }
    .lp-point-list__item.is-2nd::before {
      width: 100%;
      height: 88px;
      background-image: url(assets/images/lp/img-lp-num-02.png), url(assets/images/lp/img-coin.png);
      background-position: center left, center right;
      background-size: 88px; }
    .lp-point-list__item.is-3rd::before {
      width: 100%;
      height: 88px;
      background-image: url(assets/images/lp/img-lp-num-03.png), url(assets/images/lp/img-document.png);
      background-position: center left, center right;
      background-size: 88px, 70px; }
    .lp-point-list__item.is-1st .lp-point-list__title::before {
      content: "";
      width: 150px;
      height: 150px;
      background-image: url(assets/images/lp/img-japan.png);
      background-size: contain;
      background-position: center right;
      background-repeat: no-repeat;
      display: block;
      position: absolute;
      right: 0;
      top: -90px; }
  .lp-point-list__title {
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 1em;
    position: relative; }
    .lp-point-list__title::after {
      content: "";
      display: block;
      background-color: #2272c7;
      height: 4px;
      width: 100px;
      margin: 1em 0; }

.lp-flow-list {
  width: 640px;
  position: relative;
  margin: 0 auto; }
  .lp-flow-list__item {
    height: 120px;
    border-radius: 8px;
    margin-bottom: 3em;
    position: relative; }
  .lp-flow-list__item::after {
    background-image: url(assets/images/icon-arrow.png);
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto;
    width: 26px;
    height: 20px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    bottom: -2.5em;
    left: calc(50% - 13px);
    position: absolute; }
  .lp-flow-list__item.is-4th::after {
    background-image: none; }
  .lp-flow-list__item:last-child::after {
    background-image: none; }
  .lp-flow-list__item::before {
    display: inline-block;
    background-size: 40px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    width: 144px;
    height: 120px;
    border-radius: 8px 0px 0px 8px / 8px 0px 0px 8px; }
  .lp-flow-list__item.is-1st {
    border: solid 1px #9f9d9d; }
    .lp-flow-list__item.is-1st::before {
      background-image: url(assets/images/lp/img-flow-1.png);
      background-color: #9f9d9d; }
  .lp-flow-list__item.is-2nd {
    border: solid 1px #797979; }
    .lp-flow-list__item.is-2nd::before {
      background-image: url(assets/images/lp/img-flow-2.png);
      background-color: #797979; }
  .lp-flow-list__item.is-3rd {
    border: solid 1px #5d5d5d; }
    .lp-flow-list__item.is-3rd::before {
      background-image: url(assets/images/lp/img-flow-3.png);
      background-color: #5d5d5d; }
  .lp-flow-list__item.is-4th {
    border: solid 1px #3f3f3f; }
    .lp-flow-list__item.is-4th::before {
      background-image: url(assets/images/lp/img-flow-4.png);
      background-color: #3f3f3f; }
  .lp-flow-list__item-title {
    padding: 30px 30px 0px 172px;
    font-size: 2rem;
    margin-top: 0;
    margin-bottom: 0; }
  .lp-flow-list__text {
    padding: 0px 30px 30px 172px;
    font-size: 1.6rem;
    margin-top: 0.3em; }

.lp-price {
  padding-bottom: 100px;
  padding-top: 200px;
  background-color: #f5f5f5; }
  .lp-price__img {
    width: 100%;
    margin-bottom: 1em; }
  .lp-price__caption {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 60px; }

.lp-price-figure {
  margin: 40px auto; }
  .lp-price-figure__title {
    font-size: 1.4rem;
    font-weight: bold; }
  .lp-price-figure__caption {
    font-size: 1.2rem; }

.lp-plan-list {
  padding: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1240px;
  margin-bottom: 4rem; }
  .lp-plan-list__item {
    width: 33%;
    min-width: 400px;
    color: #3f3f3f; }
    .lp-plan-list__item:first-child {
      margin-right: 1rem; }
      .lp-plan-list__item:first-child .lp-plan-list__title {
        background-color: #a7b9f7; }
    .lp-plan-list__item:nth-child(2) {
      margin-right: 1rem; }
      .lp-plan-list__item:nth-child(2) .lp-plan-list__title {
        background-color: #6285f7; }
    .lp-plan-list__item:nth-child(3) .lp-plan-list__title {
      background-color: #3462f9;
      color: white; }
  .lp-plan-list__title {
    margin: 0;
    text-align: center;
    font-size: 3rem;
    letter-spacing: 0.050em;
    line-height: 1.2;
    border-radius: 10px 10px 0px 0px / 10px 10px 0px 0px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 1.6rem 0; }
    .lp-plan-list__title > small {
      font-size: 1.6rem;
      display: block; }
  .lp-plan-list__content {
    padding: 24px 30px;
    background: white;
    border-radius: 0px 0px 10px 10px / 0px 0px 10px 10px; }
  .lp-plan-list__text {
    margin: 2.2rem 0;
    margin-top: 0;
    text-align: center;
    line-height: 1.66;
    font-size: 2rem;
    color: #3f3f3f; }
  .lp-plan-list__price {
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    letter-spacing: 0.050em;
    border-top: solid 1px #d2d2d2;
    border-bottom: solid 1px #d2d2d2;
    padding: 2.4rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1.4rem;
    min-height: 160px;
    margin: 0 auto;
    width: 86%; }
    .lp-plan-list__price > div {
      padding: 0 2rem; }
  .lp-plan-list--light .lp-plan-list__price {
    min-height: 80px; }
  .lp-plan-list--light .lp-plan-list__yen small {
    font-size: 1.8rem; }
  .lp-plan-list--light .lp-plan-list__yen::after {
    content: ""; }
  .lp-plan-list--light .lp-plan-list__item:first-child .lp-plan-list__btn {
    background-color: #a7b9f7;
    color: #3f3f3f; }
  .lp-plan-list--light .lp-plan-list__item:nth-child(2) .lp-plan-list__title {
    color: white; }
  .lp-plan-list--light .lp-plan-list__item:nth-child(2) .lp-plan-list__btn {
    background-color: #6285f7;
    color: white; }
  .lp-plan-list__yen {
    font-size: 3.6rem;
    position: relative;
    display: block;
    text-align: center;
    font-weight: 400; }
    .lp-plan-list__yen::after {
      content: "※1";
      display: inline-block;
      width: 2rem;
      height: 2rem;
      font-size: 1rem;
      vertical-align: top; }
  .lp-plan-list__text-lg {
    font-size: 2rem;
    font-weight: 700;
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #000; }
  .lp-plan-list__btn {
    text-align: center;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-weight: bold;
    color: white;
    background-color: #3462f9;
    padding: 0.5em;
    width: 100%;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
    border-radius: 3px; }
    .lp-plan-list__btn:hover {
      cursor: pointer;
      color: white;
      opacity: 0.7;
      -webkit-transform: translate(0 -5px);
              transform: translate(0 -5px); }
  .lp-plan-list__announcement {
    color: #000;
    border-top: solid 1px #d2d2d2;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.050em;
    min-height: 180px;
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .lp-plan-list__announcement > p {
      font-size: 2rem;
      -ms-flex-item-align: center;
          align-self: center; }
    .lp-plan-list__announcement > span {
      font-size: 1.6rem;
      margin: 1em 0;
      display: inline-block; }

.lp-feature-list {
  padding: 0;
  min-height: 240px; }
  .lp-feature-list__item {
    padding: 0.3em 0;
    font-weight: bold;
    font-size: 1.6rem;
    letter-spacing: 0.050em;
    text-indent: -42px;
    padding-left: 42px; }
    .lp-feature-list__item::before {
      display: inline-block;
      content: "";
      background-image: url(assets/images/lp/icon-check.png);
      width: 22px;
      height: 16px;
      margin-right: 2rem;
      background-size: cover; }

.lp-plan-list--light .lp-feature-list {
  min-height: 80px; }

.lp-plan-list--light .lp-feature-list__item::before {
  background-image: url(assets/images/lp/light/icon-check.png); }

.lp-price-table__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px;
  font-size: 1.4rem; }

.lp-price-table__th {
  background-color: #d2d2d2;
  padding: 1rem 0;
  text-align: center;
  width: 44%; }

.lp-price-table__td {
  background-color: #f5f5f5;
  padding: 1rem 2rem; }

.lp-caution {
  background: white;
  line-height: 2;
  padding: 4rem;
  font-size: 1.4rem;
  margin-bottom: 80px;
  position: relative;
  padding-top: 66px;
  margin-top: 80px; }
  .lp-caution--light {
    font-size: 1.6rem;
    letter-spacing: 0.050em;
    line-height: 2;
    padding: 4rem 8rem;
    padding-top: 66px; }
    .lp-caution--light ol li {
      list-style: decimal; }
    .lp-caution--light ul li {
      list-style: disc; }
    .lp-caution--light ul {
      padding-left: 1em;
      margin: 0; }
  .lp-caution::before {
    content: "";
    background-image: url(assets/images/lp/img-caution.png);
    width: 76px;
    height: 76px;
    position: absolute;
    top: -32px;
    left: calc( 50% - 36px); }
  .lp-caution__title {
    text-align: center;
    width: 100%;
    margin: 0 0 1em 0; }
  .lp-caution--light .lp-caution__title {
    font-size: 2rem;
    letter-spacing: 0.100em; }
  .lp-caution--light::before {
    background-image: url(assets/images/lp/light/img-caution.png); }

.lp-gtax {
  margin: 80px auto;
  width: 1248px;
  letter-spacing: 0.050em; }
  .lp-gtax__board {
    width: 100%;
    border: solid 2px #0a3036;
    border-radius: 3px;
    background: white;
    padding: 3.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .lp-gtax__logo-wrapper {
    width: 600px;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    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-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .lp-gtax__logo {
    max-width: 100%; }
  .lp-gtax__btn {
    text-transform: none;
    background-color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 400;
    position: relative;
    text-decoration: none;
    vertical-align: middle;
    text-align: center;
    padding: 0.4em 2.8em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 1;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-family: "Artegra-Sans";
    font-weight: 300;
    border: 0;
    background-color: #0a3036;
    border-radius: 6px;
    color: white;
    font-size: 2rem; }
    .lp-gtax__btn:hover {
      color: white;
      background-color: #37bcd0; }
    .lp-gtax__btn:active {
      color: white;
      background-color: #2a9dae; }
  .lp-gtax__content {
    padding-right: 54px; }
  .lp-gtax__text {
    font-size: 1.6rem;
    margin: 2em 0; }
  .lp-gtax__caption {
    line-height: 1.6;
    display: inline-block;
    font-size: 1.2rem; }
  .lp-gtax__title {
    border-bottom: solid 2px #0a3036;
    padding-bottom: 2px;
    display: inline-block;
    line-height: 1.2;
    margin: 0;
    letter-spacing: 0.100em;
    font-weight: 200; }

.lp-voice {
  width: 100%;
  padding: 80px 0;
  background-color: #242424;
  color: white; }
  .lp-voice__card {
    padding: 80px 100px;
    margin: 0 40px;
    background-color: #3f3f3f; }
  .lp-voice__title {
    font-weight: bold;
    font-size: 2.2rem;
    margin-bottom: 1em;
    display: block; }
  .lp-voice__person {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .lp-voice__face {
    width: 62px;
    height: 62px;
    margin-right: 1em;
    border-radius: 50%; }
  .lp-voice__comment {
    line-height: 1.8;
    letter-spacing: 0.050em;
    font-size: 1.6rem; }
  .lp-voice .slick-prev, .lp-voice .slick-next {
    background-image: url(assets/images/lp/icon-arrow_wp.png);
    z-index: 100; }
  .lp-voice .slick-prev {
    left: 80px; }
    .lp-voice .slick-prev::before {
      color: white; }
  .lp-voice .slick-next {
    right: 80px; }
    .lp-voice .slick-next::before {
      color: white; }

.lp-entry {
  width: 100%;
  position: relative;
  text-align: center;
  -webkit-transition: bottom .8s ease;
  transition: bottom .8s ease;
  z-index: 10;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
          animation: fadeIn 2s ease 0s 1 normal;
  height: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .lp-entry a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: white;
    text-decoration: none; }
    .lp-entry a:hover, .lp-entry a:active {
      color: white; }
  .lp-entry.is-bottom {
    position: fixed;
    bottom: 0; }
  .lp-entry__entry {
    height: 80px;
    line-height: 80px;
    font-size: 2.6rem;
    background-color: #fb5850;
    -webkit-transition: all .4s ease;
    transition: all .4s ease; }

.lp-exchange {
  padding-top: 80px;
  background-color: #f5f5f5; }

.lp-faq {
  background-color: white;
  padding: 20px 0 80px 0;
  width: 100%; }
  .lp-faq__list {
    background-color: #f5f5f5;
    width: 100%;
    margin: 0;
    display: none; }
  .lp-faq__list-title {
    font-size: 2rem;
    padding: 2rem 6rem 2rem 2rem;
    background-color: #f5f5f5;
    margin: 1em 0 0 0;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 100%; }
    .lp-faq__list-title:hover {
      cursor: pointer;
      -webkit-transform: translate(0, 6px);
              transform: translate(0, 6px); }
    .lp-faq__list-title::after {
      background-image: url(assets/images/icon-arrow-bold.png);
      width: 20px;
      height: 20px;
      content: "";
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      display: inline-block;
      position: absolute;
      right: 2rem;
      top: 2.6rem;
      -webkit-transition: all .7s;
      transition: all .7s; }
    .lp-faq__list-title.is-on {
      -webkit-transform: translate(0, 6px);
              transform: translate(0, 6px); }
    .lp-faq__list-title.is-on::after {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
  .lp-faq__title {
    background-color: #f5f5f5;
    font-size: 1.6rem;
    padding: 2rem 2rem 1rem 2rem;
    width: 100%;
    margin: 0;
    position: relative; }
  .lp-faq__text {
    background-color: #f5f5f5;
    padding: 0 2rem 2rem;
    font-size: 1.6rem;
    border-bottom: solid 1px #d2d2d2; }
  .lp-faq__title, .lp-faq__text {
    text-indent: -1.5em;
    padding-left: 3em; }
    .lp-faq__title::first-letter, .lp-faq__text::first-letter {
      width: 30px;
      font-size: 2.2rem;
      font-family: "Artegra-Sans"; }

.lp-icon-list-wrapper {
  position: relative; }

.lp-icon-list-label {
  background-color: #f5f5f5;
  padding: 0 0.5em;
  font-weight: bold;
  position: absolute;
  top: -0.8em;
  left: 0.5em; }

.lp-icon-list {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  border: solid 2px #d2d2d2;
  padding: 40px 24px; }
  .lp-icon-list__item {
    margin: 1.4rem 0; }
    .lp-icon-list__item > b {
      height: 40px;
      margin: 3px;
      font-size: 2.2rem; }
  .lp-icon-list__icon {
    height: 40px;
    margin: 3px; }

.lp-other-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .lp-other-list .lp-icon-list-wrapper.is-1st {
    width: 100%; }
  .lp-other-list .lp-icon-list-wrapper.is-2nd,
  .lp-other-list .lp-icon-list-wrapper.is-3rd {
    width: 49%; }

.lp-faq__list dt.lp-faq__title:first-child {
  padding-top: 0; }

.lp-faq__list dd.lp-faq__text:last-child {
  border-bottom: 0; }

.lp-cf-wrapper {
  width: 1240px;
  margin: 0 auto;
  position: relative;
  margin-top: 6rem; }
  .lp-cf-wrapper > strong {
    font-size: 8rem;
    font-weight: 600;
    color: #fb5850;
    position: absolute;
    letter-spacing: 0.050em;
    left: 14%;
    top: -0.8em; }

.lp-cf {
  border: solid 1px #fb5850;
  border-radius: 3px;
  padding: 66px 30px 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 66%;
  min-width: 805px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: white; }
  .lp-cf__content {
    width: 50%;
    padding: 0 1rem;
    margin-bottom: 48px; }
  .lp-cf__title {
    font-size: 2.2rem;
    letter-spacing: 0.050em;
    font-weight: 100;
    line-height: 1.4;
    margin-top: 0;
    color: #000; }
  .lp-cf__text {
    font-size: 1.6rem;
    letter-spacing: 0.050em;
    color: #000; }
  .lp-cf__img-wrapper {
    width: 48%;
    padding: 0 1rem; }
  .lp-cf__img {
    max-width: 100%;
    height: auto; }
  .lp-cf__btn-wrapper {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center; }
  .lp-cf__btn {
    padding: 1.5rem 3rem;
    letter-spacing: 0.050em;
    font-weight: bold;
    border-radius: 3px; }
    .lp-cf__btn:hover {
      border: 1px; }

body.is-loaded {
  display: block; }

body.is-loading {
  height: 100%;
  overflow: hidden; }

#js-loading {
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  opacity: 0;
  position: fixed;
  background-color: #242424; }
  #js-loading.is-loading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    overflow: hidden;
    opacity: 1;
    background-color: #242424; }

.js-loaded.is-loading {
  opacity: 0;
  -webkit-transition: 1.2s ease;
  transition: 1.2s ease; }

.js-loaded {
  opacity: 1;
  -webkit-transition: 1.2s ease;
  transition: 1.2s ease; }

@-webkit-keyframes loadingLogo {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes loadingLogo {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.tp-loding-logo {
  width: 40%;
  opacity: 0;
  -webkit-transition: opacity .6s ease .6s;
  transition: opacity .6s ease .6s;
  -webkit-transition-delay: .3s;
          transition-delay: .3s; }
  .tp-loding-logo.is-loading {
    -webkit-animation: loadingLogo 1.2s infinite linear;
            animation: loadingLogo 1.2s infinite linear;
    -webkit-animation-direction: alternate;
            animation-direction: alternate; }

.tp-loading-svg {
  position: absolute;
  top: 0;
  opacity: 0.5;
  z-index: 2; }
  .tp-loading-svg.is-loading {
    z-index: 1000; }

.js-submenu {
  display: none; }
  .js-submenu.is-open {
    display: block; }

.tp-hero {
  background-color: #242424;
  width: 100%;
  height: calc(100vh - 80px);
  position: relative;
  overflow: hidden; }
  .tp-hero__bg {
    width: 80%;
    height: calc(100vh - 80px);
    position: absolute !important;
    top: 0;
    right: 0; }
  .tp-hero__inner {
    position: relative;
    width: 88%;
    margin: 0 auto;
    z-index: 5; }
  .tp-hero__title {
    width: 88%;
    color: #2272c7;
    margin: 0;
    padding-top: 120px; }
  .tp-hero__text {
    margin: 1em 0 0 0;
    font-size: 2.4rem;
    color: #2272c7; }
  .tp-hero__img-sp {
    display: none; }
  .tp-hero-space {
    height: 140px;
    width: 100%;
    background-color: #242424; }
  .tp-hero__news {
    display: block;
    position: absolute;
    right: 0;
    bottom: 60px;
    width: 240px;
    color: white;
    background-color: #2B3D63;
    font-family: "Artegra-Sans";
    font-size: 3.6rem;
    padding: 0.2em 1em;
    text-align: center;
    text-decoration: none;
    z-index: 5; }
    .tp-hero__news:hover {
      color: white;
      -webkit-transform: translate(0, 5px);
              transform: translate(0, 5px);
      opacity: 0.7; }

.tp-spnav {
  display: none; }
  .tp-spnav.is-open {
    display: block;
    width: 100%;
    padding-top: 66px;
    position: absolute;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.8); }
  .tp-spnav__list {
    margin: 0;
    padding: 20px 14px;
    background-color: rgba(255, 255, 255, 0.8);
    height: calc(100vh - 66px); }
  .tp-spnav__list-item {
    font-size: 4rem;
    width: 100%;
    font-family: "Artegra-Sans";
    color: #000; }
    .tp-spnav__list-item > a {
      display: inline-block;
      padding: 0.3em 0;
      text-decoration: none;
      color: #000;
      -webkit-transition: .3s;
      transition: .3s;
      letter-spacing: 0.060em; }
      .tp-spnav__list-item > a::after {
        background-image: url(assets/images/icon-arrow.png);
        background-position: right center;
        background-size: 18px;
        background-repeat: no-repeat;
        display: inline-block;
        content: "";
        width: 14px;
        height: 32px;
        margin-left: 2rem;
        -webkit-transition: .3s;
        transition: .3s; }
      .tp-spnav__list-item > a.is-open::after {
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
        margin-bottom: -5px; }
    .tp-spnav__list-item > a:hover {
      opacity: 0.8;
      color: #000; }
  .tp-spnav__submenu {
    margin: 0; }
  .tp-spnav__submenu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 2rem; }
    .tp-spnav__submenu-item > a {
      display: inline-block;
      padding: 0.3em 0;
      padding-left: 60px;
      text-decoration: none;
      color: #000;
      -webkit-transition: .3s;
      transition: .3s; }
    .tp-spnav__submenu-item::before {
      display: inline-block;
      content: "";
      display: block;
      position: absolute;
      top: -340px;
      width: 4px;
      height: 280px;
      background: -webkit-gradient(linear, left top, left bottom, from(#7080f1), to(#dbdef8));
      background: linear-gradient(#7080f1 0%, #dbdef8 100%);
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
      content: "";
      width: 2px;
      height: 80px;
      margin: 0;
      position: static;
      display: inline-block;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
  .tp-spnav__submenu-logo {
    width: 80%; }

.tp-about {
  margin: 0;
  width: 100%;
  background: #d2d2d2;
  padding-bottom: 185px; }
  .tp-about__title {
    color: #fff;
    padding-top: 80px; }
  .tp-about__subtitle {
    font-size: 3.8rem;
    line-height: 1.5;
    margin-bottom: 1em; }
  .tp-about__text {
    font-size: 2rem;
    line-height: 2;
    text-align: justify;
    text-justify: inter-ideograph; }
  .tp-about .tp-inner__content {
    margin-top: -200px; }

.tp-product {
  background-color: #d2d2d2; }
  .tp-product__title {
    color: #2272c7; }
    .tp-product__title::before {
      display: block;
      position: absolute;
      top: -340px;
      width: 4px;
      height: 280px;
      background: -webkit-gradient(linear, left top, left bottom, from(#7080f1), to(#dbdef8));
      background: linear-gradient(#7080f1 0%, #dbdef8 100%);
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
      content: ""; }
  .tp-product__guardian.u-pc-only {
    width: 700px; }
  .tp-product__guardian.u-sp-only {
    width: 150px;
    height: auto; }
  .tp-product__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 4em; }
    .tp-product__list-item:nth-child(2) {
      margin-bottom: 1em; }
  .tp-product__btn {
    width: 35%;
    margin: 1.4em;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
    .tp-product__btn:hover {
      opacity: 0.7; }

.tp-service {
  margin: 0;
  width: 100%;
  background: #242424;
  color: #fff; }
  .tp-service__title {
    margin: 0;
    color: white;
    position: relative; }
    .tp-service__title::before {
      display: block;
      position: absolute;
      top: -340px;
      width: 4px;
      height: 280px;
      background: -webkit-gradient(linear, left top, left bottom, from(#7080f1), to(#dbdef8));
      background: linear-gradient(#7080f1 0%, #dbdef8 100%);
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
      content: ""; }
  .tp-service__cards {
    text-align: right; }
    .tp-service__cards li {
      width: 31%;
      margin: 0 1em;
      display: inline-block;
      vertical-align: top;
      text-align: left; }
      .tp-service__cards li:first-child {
        margin-left: 0; }
      .tp-service__cards li:last-child {
        margin-right: 0; }

.tp-member,
.tp-partner {
  background-color: #242424; }
  .tp-member__title,
  .tp-partner__title {
    color: white; }
  .tp-member__list,
  .tp-partner__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .tp-member__list-item,
  .tp-partner__list-item {
    width: calc(50% - 2em);
    display: inline-block;
    margin: 0 1em 4em; }

.tp-member {
  padding-bottom: 0px; }

.tp-member__title::before {
  display: block;
  position: absolute;
  top: -340px;
  width: 4px;
  height: 280px;
  background: -webkit-gradient(linear, left top, left bottom, from(#7080f1), to(#dbdef8));
  background: linear-gradient(#7080f1 0%, #dbdef8 100%);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  content: ""; }

.u-is-fixed {
  position: fixed !important; }

.u-space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.u-flex--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.u-mt-0 {
  margin-top: 0rem !important; }

.u-mr-0 {
  margin-right: 0rem !important; }

.u-mb-0 {
  margin-bottom: 0rem !important; }

.u-ml-0 {
  margin-left: 0rem !important; }

.u-pt-0 {
  padding-top: 0rem !important; }

.u-pr-0 {
  padding-right: 0rem !important; }

.u-pb-0 {
  padding-bottom: 0rem !important; }

.u-pl-0 {
  padding-left: 0rem !important; }

.u-mt-1 {
  margin-top: 1rem !important; }

.u-mr-1 {
  margin-right: 1rem !important; }

.u-mb-1 {
  margin-bottom: 1rem !important; }

.u-ml-1 {
  margin-left: 1rem !important; }

.u-pt-1 {
  padding-top: 1rem !important; }

.u-pr-1 {
  padding-right: 1rem !important; }

.u-pb-1 {
  padding-bottom: 1rem !important; }

.u-pl-1 {
  padding-left: 1rem !important; }

.u-mt-2 {
  margin-top: 2rem !important; }

.u-mr-2 {
  margin-right: 2rem !important; }

.u-mb-2 {
  margin-bottom: 2rem !important; }

.u-ml-2 {
  margin-left: 2rem !important; }

.u-pt-2 {
  padding-top: 2rem !important; }

.u-pr-2 {
  padding-right: 2rem !important; }

.u-pb-2 {
  padding-bottom: 2rem !important; }

.u-pl-2 {
  padding-left: 2rem !important; }

.u-mt-3 {
  margin-top: 3rem !important; }

.u-mr-3 {
  margin-right: 3rem !important; }

.u-mb-3 {
  margin-bottom: 3rem !important; }

.u-ml-3 {
  margin-left: 3rem !important; }

.u-pt-3 {
  padding-top: 3rem !important; }

.u-pr-3 {
  padding-right: 3rem !important; }

.u-pb-3 {
  padding-bottom: 3rem !important; }

.u-pl-3 {
  padding-left: 3rem !important; }

.u-mt-4 {
  margin-top: 4rem !important; }

.u-mr-4 {
  margin-right: 4rem !important; }

.u-mb-4 {
  margin-bottom: 4rem !important; }

.u-ml-4 {
  margin-left: 4rem !important; }

.u-pt-4 {
  padding-top: 4rem !important; }

.u-pr-4 {
  padding-right: 4rem !important; }

.u-pb-4 {
  padding-bottom: 4rem !important; }

.u-pl-4 {
  padding-left: 4rem !important; }

.u-mt-5 {
  margin-top: 5rem !important; }

.u-mr-5 {
  margin-right: 5rem !important; }

.u-mb-5 {
  margin-bottom: 5rem !important; }

.u-ml-5 {
  margin-left: 5rem !important; }

.u-pt-5 {
  padding-top: 5rem !important; }

.u-pr-5 {
  padding-right: 5rem !important; }

.u-pb-5 {
  padding-bottom: 5rem !important; }

.u-pl-5 {
  padding-left: 5rem !important; }

.u-mt-6 {
  margin-top: 6rem !important; }

.u-mr-6 {
  margin-right: 6rem !important; }

.u-mb-6 {
  margin-bottom: 6rem !important; }

.u-ml-6 {
  margin-left: 6rem !important; }

.u-pt-6 {
  padding-top: 6rem !important; }

.u-pr-6 {
  padding-right: 6rem !important; }

.u-pb-6 {
  padding-bottom: 6rem !important; }

.u-pl-6 {
  padding-left: 6rem !important; }

.u-mt-7 {
  margin-top: 7rem !important; }

.u-mr-7 {
  margin-right: 7rem !important; }

.u-mb-7 {
  margin-bottom: 7rem !important; }

.u-ml-7 {
  margin-left: 7rem !important; }

.u-pt-7 {
  padding-top: 7rem !important; }

.u-pr-7 {
  padding-right: 7rem !important; }

.u-pb-7 {
  padding-bottom: 7rem !important; }

.u-pl-7 {
  padding-left: 7rem !important; }

.u-mt-8 {
  margin-top: 8rem !important; }

.u-mr-8 {
  margin-right: 8rem !important; }

.u-mb-8 {
  margin-bottom: 8rem !important; }

.u-ml-8 {
  margin-left: 8rem !important; }

.u-pt-8 {
  padding-top: 8rem !important; }

.u-pr-8 {
  padding-right: 8rem !important; }

.u-pb-8 {
  padding-bottom: 8rem !important; }

.u-pl-8 {
  padding-left: 8rem !important; }

.u-mt-9 {
  margin-top: 9rem !important; }

.u-mr-9 {
  margin-right: 9rem !important; }

.u-mb-9 {
  margin-bottom: 9rem !important; }

.u-ml-9 {
  margin-left: 9rem !important; }

.u-pt-9 {
  padding-top: 9rem !important; }

.u-pr-9 {
  padding-right: 9rem !important; }

.u-pb-9 {
  padding-bottom: 9rem !important; }

.u-pl-9 {
  padding-left: 9rem !important; }

.u-mt-10 {
  margin-top: 10rem !important; }

.u-mr-10 {
  margin-right: 10rem !important; }

.u-mb-10 {
  margin-bottom: 10rem !important; }

.u-ml-10 {
  margin-left: 10rem !important; }

.u-pt-10 {
  padding-top: 10rem !important; }

.u-pr-10 {
  padding-right: 10rem !important; }

.u-pb-10 {
  padding-bottom: 10rem !important; }

.u-pl-10 {
  padding-left: 10rem !important; }

.wpp-thumbnail {
  padding: 0 20px; }

.wpp-post-title {
  padding: 0 32px; }

@media screen and (max-width: 768px) {
    .l-header {
      display: none; }
  .ls-header {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 66px;
    width: 100%;
    text-align: center;
    background-color: #fff;
    z-index: 10;
    position: fixed;
    top: 0; }
    .ls-header__inner {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 88%;
      height: 66px;
      max-width: 88%;
      margin: 0 auto;
      text-align: left;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; }
    .ls-header__logo-wrapper {
      line-height: 100px;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      line-height: 66px; }
    .ls-header__logo {
      height: 50px;
      width: auto;
      vertical-align: middle; }
    .ls-header__humburger {
      -ms-flex-item-align: center;
          align-self: center; }
    .l-main {
      padding-top: 66px; }
    .blog .l-main, .single .l-main, .archive .l-main, .search .l-main {
      padding-top: 66px; }
      .l-footer__logo {
        width: 30%;
        min-width: auto; }
      .l-footer__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
      .l-footer__list-item {
        padding: 1rem 0; }
        .l-footer__list-item:last-child {
          position: absolute;
          bottom: 0; }
      .l-footer__list-item-ttl {
        margin-bottom: 0; }
    .c-media {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .c-media__titles {
        padding: 0 0 0 1em;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        position: relative; }
      .c-media__name-en, .c-media__name-en2 {
        font-size: 3rem; }
      .c-media__name {
        font-size: 2rem;
        margin-bottom: 0.5em; }
      .c-media__name2 {
        font-size: 2rem;
        margin-bottom: 0em; }
    .c-title {
      font-size: 4rem; }
      .c-title--lg {
        font-size: 9.5vw;
        line-height: 1; }
    .c-form .wpcf7-form-control-wrap {
      width: 100%; }
  .c-form__item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 1em; }
    .c-form__label {
      margin-bottom: 0.25em; }
    input.c-form__selectbox, .c-form__textarea, input.c-form__textbox {
      width: 100%;
      max-width: 100%;
      padding: 0; }
    .c-form__btn {
      font-size: 1.4rem;
      width: 80%; }
    .wpcf7-submit.c-form__submit {
      font-size: 1.4rem;
      width: 100%;
      min-width: 100%; }
  .c-form__label {
    width: 100%; }
  .c-form__textbox {
    line-height: 3rem; }
  .c-form__selectbox {
    background: url(images/pic_select_arrow_sp.png) right 50% no-repeat;
    background-size: contain;
    line-height: 3rem;
    min-width: 100%;
    background: white; }
    .c-ulist__item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .c-ulist__text {
      padding-top: 0; }
    .p-main {
      padding-bottom: 110px;
      padding-top: 3em; }
    .tp-inner {
      width: 100%;
      padding: 0 14px; }
      .tp-inner__content {
        width: 100%; }
    .tp-card {
      background-size: 42px;
      padding: 8px 32px; }
      .tp-card__title {
        display: block;
        font-size: 2rem; }
      .tp-card__title-en {
        line-height: 1.3;
        font-size: 2rem; }
      .tp-card__text {
        display: none; }
        .tp-card__text__text.is-open {
          display: block; }
    .ab-content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-top: 20px; }
      .ab-content__list {
        width: 100%;
        padding-right: 0; }
      .ab-content__map {
        width: 100%; }
  .lp-svg-container {
    display: none; }
      .lp-wrapper.has-entry-guardian, .lp-wrapper.has-entry-guardian-mf {
        padding-bottom: 44px; }
      .lp-wrapper.guardian-light.has-entry {
        padding-bottom: 50px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
    .lp-bar {
      width: 60%;
      margin-bottom: 4rem; }
    .lp-hero {
      background-size: contain;
      background-position: 0 25%;
      margin-bottom: 40px;
      position: relative;
      height: calc(100vh - 90px); }
      .lp-hero--light .lp-hero__text {
        font-size: 2rem; }
        .lp-hero--light .lp-hero__text::after {
          width: 23px;
          height: 14px;
          bottom: -50%;
          left: calc( 50% - 14px); }
      .lp-hero__img-wrapper {
        width: 80%;
        min-width: auto; }
      .lp-hero__play-btn {
        width: 20%; }
    .lp-inner {
      width: 100%;
      padding: 0 16px; }
      .lp-inner.lp-exchange {
        padding-top: 80px; }
    .lp-pill {
      font-size: 1.6rem; }
    .lp-humburger--light {
      right: 30px;
      top: 30px; }
    .lp-nav {
      left: 16px;
      top: 16px; }
      .lp-nav--light {
        right: 16px;
        top: 160px; }
        .lp-nav--light.is-open {
          top: 100px; }
      .lp-nav.is-on {
        top: 45px; }
        .lp-nav.is-on::before {
          width: 45px;
          height: 45px;
          top: -30px; }
      .lp-nav__list-item {
        font-size: 2rem; }
        .lp-nav__list-item.is-on {
          font-size: 2.6rem; }
    .lp-title {
      font-size: 1.8rem; }
    .lp-light-about {
      margin-bottom: 4em; }
      .lp-light-about .lp-title + p {
        font-size: 1.6rem;
        margin-bottom: 2em; }
    .lp-point-list {
      margin: 60px 0; }
      .lp-point-list__item {
        font-size: 1.4rem; }
        .lp-point-list__item.is-2nd, .lp-point-list__item.is-3rd {
          width: 100%;
          margin-bottom: 2em;
          margin-top: 0.5em; }
          .lp-point-list__item.is-2nd .lp-point-list__title, .lp-point-list__item.is-3rd .lp-point-list__title {
            font-size: 1.6rem; }
        .lp-point-list__item.is-1st::before {
          width: 100%;
          background-image: url(assets/images/lp/img-lp-num-01.png), url(assets/images/lp/img-japan.png);
          background-position: center left, center right;
          background-size: 42px, 50px; }
        .lp-point-list__item.is-2nd::before {
          background-size: 50px, 50px; }
        .lp-point-list__item.is-3rd::before {
          background-size: 50px, 50px; }
        .lp-point-list__item.is-1st .lp-point-list__title::before {
          display: none; }
      .lp-point-list__title {
        font-size: 1.6rem;
        margin-top: 0.5em; }
    .lp-flow-list {
      width: 100%; }
      .lp-flow-list__item::before {
        width: 100px;
        background-size: 32px; }
      .lp-flow-list__item-title {
        padding: 16px 16px 0px 116px;
        font-size: 1.6rem; }
      .lp-flow-list__text {
        padding: 0px 16px 16px 116px;
        font-size: 1.4rem; }
    .lp-price {
      padding-bottom: 60px;
      padding-top: 60px; }
      .lp-price__caption {
        font-size: 1rem;
        line-height: 1.7;
        margin-bottom: 40px; }
      .lp-caution--light ol {
        padding-left: 1em; }
    .lp-caution {
      width: calc( 100% - 32px);
      margin: 0 auto 80px;
      padding: 36px 16px 16px; }
      .lp-caution::before {
        width: 56px;
        height: 56px;
        background-size: cover;
        left: calc( 50% - 28px);
        top: -28px; }
      .lp-caution--light {
        margin: 0 auto; }
    .lp-gtax {
      width: calc( 100% - 32px); }
      .lp-gtax__board {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 2rem; }
      .lp-gtax__logo-wrapper {
        width: 100%;
        margin-bottom: 1em; }
      .lp-gtax__logo {
        margin-bottom: 1em; }
      .lp-gtax__content {
        padding: 0;
        margin-bottom: 1.5em; }
      .lp-gtax__title {
        line-height: 1.6;
        padding-bottom: 1em;
        padding-top: 0.5em; }
    .lp-voice {
      padding: 40px 16px; }
      .lp-voice__card {
        padding: 16px 20px;
        margin: 0 10px;
        font-size: 1.6rem; }
      .lp-voice__title {
        font-size: 1.6rem; }
      .lp-voice__comment {
        line-height: 1.6;
        font-size: 1.2rem; }
      .lp-voice .slick-prev {
        left: 20px; }
      .lp-voice .slick-next {
        right: 20px; }
    .lp-entry {
      height: 50px; }
      .lp-entry__entry {
        height: 50px;
        line-height: 50px;
        font-size: 1.4rem; }
      .lp-faq__list-title {
        font-size: 1.6rem;
        padding: 2rem; }
      .lp-faq__title {
        font-size: 1.6rem; }
      .lp-faq__text {
        font-size: 1.6rem; }
        .lp-faq__title::first-letter, .lp-faq__text::first-letter {
          font-size: 1.6rem; }
    .lp-cf-wrapper {
      width: calc(100% - 32px);
      margin-top: 4rem; }
      .lp-cf-wrapper > strong {
        left: 0;
        top: -0.9em;
        font-size: 5rem; }
    .lp-cf {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      min-width: auto;
      width: 100%;
      padding: 20px 16px; }
      .lp-cf__content {
        width: 100%;
        margin-bottom: 1em; }
      .lp-cf__img-wrapper {
        width: 100%;
        margin-bottom: 1em; }
  #js-tp-hero-svg-pc {
    display: none; }
    .tp-hero {
      background-position: right bottom;
      background-image: none;
      height: calc(100vh - 66px); }
      .tp-hero__bg {
        display: none; }
      .tp-hero__inner {
        width: 100%;
        padding: 0 14px; }
      .tp-hero__title {
        color: white;
        width: 100%;
        padding-top: 2em; }
      .tp-hero__text {
        font-size: 1.4rem; }
      .tp-hero__img-sp {
        display: block;
        background-image: url(assets/images/img-top-hero-sp.png);
        background-repeat: no-repeat;
        background-size: 80%;
        background-position: right bottom;
        height: calc(100vh - 40%);
        position: relative; }
        .tp-hero__img-sp #js-tp-hero-svg-sp {
          position: absolute;
          top: 28%; }
      .tp-hero-space {
        display: none; }
      .tp-hero__news {
        bottom: 40px;
        width: 120px;
        font-size: 2rem; }
        .tp-spnav__submenu-item::before {
          top: -90px;
          width: 2px;
          height: 80px; }
    .tp-about {
      padding-bottom: 80px; }
      .tp-about__title {
        padding-top: 40px; }
      .tp-about__subtitle {
        font-size: 2rem;
        margin-top: -3em;
        margin-bottom: 2em;
        line-height: 1.2; }
      .tp-about__text {
        font-size: 1em; }
      .tp-about .tp-inner__content {
        margin-top: 0px; }
        .tp-product__title::before {
          top: -90px;
          width: 2px;
          height: 80px; }
      .tp-product__list-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-align: center; }
        .tp-product__list-item:nth-child(2) {
          margin-bottom: 4em; }
        .tp-service__title::before {
          top: -90px;
          width: 2px;
          height: 80px; }
        .tp-service__cards li {
          margin: 0; }
          .tp-service__cards li:first-child {
            margin-left: 0; }
          .tp-service__cards li:last-child {
            margin-right: 0; }
    .tp-member__title::before {
      top: -90px;
      width: 2px;
      height: 80px; }
  .u-pc-only {
    display: none !important; } }

@media screen and (min-width: 769px) {
  .ls-header {
    display: none; }
    .tp-spnav {
      display: none; }
  .u-sp-only {
    display: none !important; } }

@media screen and (max-width: 1280px) {
      .c-media__media {
        width: 35%;
        min-width: 35%; }
    .tp-card {
      min-height: auto; }
    .lp-plan-list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: calc( 100% - 32px); }
      .lp-plan-list__item {
        width: 100%;
        margin: 0 auto;
        min-width: auto; }
        .lp-plan-list__item:first-child, .lp-plan-list__item:nth-child(2) {
          margin: 0 auto;
          margin-bottom: 2rem; }
    .lp-plan-list__card {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .lp-plan-list__title {
        width: 100%;
        border-radius: 10px 10px 0px 0px / 10px 10px 0px 0px; }
      .lp-plan-list__content {
        padding: 20px 16px;
        border-radius: 0px 0px 10px 10px / 0px 0px 10px 10px; }
        .lp-plan-list__yen::after {
          position: static; }
      .tp-product__guardian.u-pc-only {
        width: 400px; }
        .tp-service__cards li {
          width: 100%;
          display: block;
          margin: 1em 0 0 0; }
      .tp-member__list-item,
      .tp-partner__list-item {
        display: block;
        width: 100%;
        margin: 1em 0 0.5em; }}
