/*****************************
 *
 *settings
 *
 ***************************** */
s {
  text-decoration: none; }

* {
  box-sizing: border-box; }

a {
  text-decoration: none;
  color: inherit; }

li {
  list-style: none; }

i, em {
  font-style: normal; }

body, html {
  margin: 0;
  padding: 0;
  font-family: "Simple Console", monospace; }

body {
  overflow-x: hidden; }

ul {
  margin: 0;
  padding: 0; }

h2, h3, h4, h5 {
  font-weight: bold; }

p {
  font-size: 16px;
  margin: 20px 0;
  line-height: 1.75; }

.en {
  font-family: "Press Start 2P", sans-serif; }

.ib {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  max-width: 100%; }

.pc_content {
  display: block !important; }

.sp_content {
  display: none !important; }

.trans_txt_parent .inner {
  overflow: hidden; }
.trans_txt_parent s {
  display: inline-block;
  transform: translateY(100px); }

.scroll_fadein {
  transform: translateY(100px);
  opacity: 0; }

.tiping:after {
  content: "_";
  display: inline-block;
  animation: tiping 1s linear forwards infinite; }

@keyframes tiping {
  0% {
    opacity: 0; }
  49% {
    opacity: 0; }
  50% {
    opacity: 1; } }
#content.lp {
  overflow-x: hidden;
  font-family: "noto sans jp"; }
  #content.lp h2 {
    font-family: "noto sans jp"; }
    #content.lp h2.emp {
      font-size: 32px;
      font-family: "noto sans jp"; }
  #content.lp .ta_center {
    text-align: center !important; }
  #content.lp .white {
    color: #fff !important; }
  #content.lp #lp_fv {
    height: 100vh;
    width: 100%;
    background: #00A8FF;
    background-size: cover;
    position: relative; }
    #content.lp #lp_fv.show:before {
      opacity: 1; }
    #content.lp #lp_fv:before {
      content: "";
      position: absolute;
      top: 0;
      opacity: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: block;
      background: #FDDA00;
      transition: 0.6s ease; }
    #content.lp #lp_fv .ib {
      z-index: 3; }
    #content.lp #lp_fv .bottom_animation {
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 2;
      height: 150px;
      width: 100%; }
      #content.lp #lp_fv .bottom_animation .anim {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        bottom: 0;
        transition: 0.6s ease;
        animation: fv_animation 20s linear forwards infinite; }
        #content.lp #lp_fv .bottom_animation .anim.anim1 {
          background: url(../img/lp/lp_top1.svg) repeat-x 0% 100%;
          background-size: 300px;
          z-index: 2;
          opacity: 0; }
        #content.lp #lp_fv .bottom_animation .anim.anim2 {
          opacity: 0;
          background: url(../img/lp/lp_top2.svg) repeat-x 0% 100%;
          background-size: 300px;
          z-index: 3; }
        #content.lp #lp_fv .bottom_animation .anim.show {
          opacity: 1; }
@keyframes fv_animation {
  0% {
    background-position: 0 100%; }
  100% {
    background-position: -100% 100%; } }
    #content.lp #lp_fv .ib {
      height: 100%;
      display: flex;
      padding: 100px;
      align-items: center;
      justify-content: center; }
    #content.lp #lp_fv h1 {
      color: #fff;
      font-weight: bold;
      font-size: 40px;
      font-family: "noto sans jp"; }
      #content.lp #lp_fv h1 .inner s {
        font-size: 32px;
        font-weight: bold; }
      #content.lp #lp_fv h1 img {
        display: block;
        width: 500px;
        display: block;
        margin: 10px auto 0; }
      #content.lp #lp_fv h1 .tit_box {
        width: 600px;
        max-width: 100%;
        margin: 20px auto 0;
        margin-top: -10px; }
        #content.lp #lp_fv h1 .tit_box svg {
          display: block;
          width: 100%; }
    #content.lp #lp_fv #fv_title path {
      fill: none;
      stroke-width: 5px;
      stroke: #fff; }
  #content.lp #intro {
    height: 100vh;
    width: 100%;
    background: #00A8FF; }
    #content.lp #intro .ib {
      z-index: 2;
      padding: 100px;
      align-items: center;
      display: flex;
      justify-content: center;
      height: 100%; }
      #content.lp #intro .ib .swiper {
        width: 730px;
        margin: 30px auto; }
        #content.lp #intro .ib .swiper .swiper-slide {
          display: flex;
          width: 100%;
          justify-content: space-between;
          opacity: 0 !important; }
          #content.lp #intro .ib .swiper .swiper-slide.swiper-slide-active {
            opacity: 1 !important; }
          #content.lp #intro .ib .swiper .swiper-slide img {
            width: auto;
            height: 266px; }
          #content.lp #intro .ib .swiper .swiper-slide .txt {
            font-weight: bold;
            width: 420px;
            border: 5px solid #fff;
            padding: 25px;
            margin-left: 50px;
            position: relative;
            color: #fff; }
            #content.lp #intro .ib .swiper .swiper-slide .txt:before {
              content: url(../img/lp/bubble.svg);
              position: absolute;
              z-index: 2;
              left: -85px;
              bottom: 70px; }
            #content.lp #intro .ib .swiper .swiper-slide .txt p {
              font-size: 24px; }
  #content.lp #soudan, #content.lp #reason {
    height: 100vh;
    width: 100%;
    background: url(../img/lp/bg1.png) 0 0, #FDDA00;
    background-size: 1000px, cover;
    animation: fv_animation 10s linear forwards infinite; }
    #content.lp #soudan .ib, #content.lp #reason .ib {
      padding: 100px;
      display: flex;
      height: 100%;
      align-items: center;
      justify-content: center; }
      #content.lp #soudan .ib h2, #content.lp #reason .ib h2 {
        position: relative;
        width: 800px;
        max-width: 100%; }
        #content.lp #soudan .ib h2 .inner, #content.lp #reason .ib h2 .inner {
          font-size: 43px;
          font-family: "noto sans jp";
          position: relative;
          z-index: 2; }
        #content.lp #soudan .ib h2 .logo, #content.lp #reason .ib h2 .logo {
          display: block;
          width: 600px;
          margin: 30px 0;
          position: relative;
          z-index: 2; }
        #content.lp #soudan .ib h2 .p3, #content.lp #reason .ib h2 .p3 {
          position: absolute;
          bottom: 0;
          right: 0;
          width: 280px; }
  #content.lp #reason {
    position: relative;
    padding: 100px; }
    #content.lp #reason .ib {
      padding: 80px;
      background: #fff;
      align-items: center;
      display: flex; }
      #content.lp #reason .ib .inner .df {
        display: flex; }
        #content.lp #reason .ib .inner .df .box {
          width: 49%;
          padding: 25px;
          background: #f5f5f5; }
          #content.lp #reason .ib .inner .df .box.op img {
            height: 120px;
            opacity: 0.5;
            margin: 30px auto; }
          #content.lp #reason .ib .inner .df .box h3 {
            margin-top: 0; }
          #content.lp #reason .ib .inner .df .box img {
            height: 150px;
            margin: 15px auto;
            display: block; }
  #content.lp .ib {
    height: 100%; }
  #content.lp #record {
    height: 100vh;
    width: 100%;
    background: #fff; }
    #content.lp #record .ib {
      z-index: 3;
      padding: 100px 0;
      flex-wrap: wrap;
      align-items: center;
      height: 100%;
      display: flex; }
      #content.lp #record .ib h2 {
        width: 100%; }
      #content.lp #record .ib .cost_list {
        width: 100%;
        justify-content: space-between;
        display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        margin-bottom: -40px; }
        #content.lp #record .ib .cost_list .cost_box {
          width: 47.5%;
          margin-bottom: 40px;
          position: relative; }
          #content.lp #record .ib .cost_list .cost_box .down {
            position: absolute;
            top: 0;
            right: 0;
            font-size: 32px;
            font-weight: bold;
            color: #00A8FF;
            z-index: 9; }
            #content.lp #record .ib .cost_list .cost_box .down i {
              font-size: 55px; }
          #content.lp #record .ib .cost_list .cost_box h3 {
            width: 100%;
            margin-top: 0px;
            display: flex;
            font-size: 22px; }
            #content.lp #record .ib .cost_list .cost_box h3 i {
              padding: 10px;
              font-size: 19px;
              font-family: "noto sans jp";
              background: red;
              color: #fff;
              margin-right: 10px; }
          #content.lp #record .ib .cost_list .cost_box .df {
            width: 100%;
            justify-content: space-between;
            display: flex; }
            #content.lp #record .ib .cost_list .cost_box .df .box {
              width: 48%;
              background: #ddd;
              padding: 25px;
              position: relative; }
              #content.lp #record .ib .cost_list .cost_box .df .box:nth-of-type(2n) {
                background: #FFF3AA; }
                #content.lp #record .ib .cost_list .cost_box .df .box:nth-of-type(2n):before {
                  background: red; }
              #content.lp #record .ib .cost_list .cost_box .df .box:before {
                height: 40%;
                width: 8px;
                content: "";
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                background: #666;
                z-index: 2; }
              #content.lp #record .ib .cost_list .cost_box .df .box h4 {
                margin-top: 0;
                margin-bottom: 15px;
                width: 100%;
                text-align: center; }
              #content.lp #record .ib .cost_list .cost_box .df .box .price {
                font-size: 56px;
                color: #777;
                width: 100%;
                justify-content: center;
                display: flex;
                font-weight: bold;
                align-items: baseline;
                align-content: baseline; }
                #content.lp #record .ib .cost_list .cost_box .df .box .price i {
                  display: inline-block;
                  font-size: 24px;
                  color: #212112; }
                #content.lp #record .ib .cost_list .cost_box .df .box .price.ok {
                  font-size: 72px;
                  color: red; }
  #content.lp #zisseki {
    background: #f5f5f5; }
    #content.lp #zisseki .ib #top_archive .wp-article {
      background: #fff; }
  #content.lp #contact .ib iframe {
    height: revert-layer; }

body.scrolled #buttom_link {
  bottom: 0; }

#buttom_link {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  background: rgba(255, 255, 255, 0.8);
  z-index: 99;
  height: 80px;
  bottom: -80px;
  transition: .4s ease; }
  #buttom_link a {
    width: 300px;
    max-width: 100%;
    background: red;
    color: #fff;
    align-items: center;
    justify-content: center;
    padding: 15px;
    display: flex;
    font-size: 18px;
    font-weight: bold;
    border-radius: 50px; }

@media (max-width: 660px) {
  #content.lp #lp_fv .bottom_animation .anim {
    animation: fv_animation 5s linear forwards infinite; }
  #content.lp #intro .ib .inner {
    width: 100%; }
  #content.lp #intro .ib .swiper {
    width: 100%; }
    #content.lp #intro .ib .swiper .swiper-slide {
      flex-wrap: wrap;
      justify-content: center; }
      #content.lp #intro .ib .swiper .swiper-slide img {
        height: 120px; }
      #content.lp #intro .ib .swiper .swiper-slide .txt {
        margin: 0;
        width: 100%;
        padding: 15px;
        font-size: 14px; }
        #content.lp #intro .ib .swiper .swiper-slide .txt:before {
          bottom: auto;
          top: -30px;
          transform: scale(0.7) rotate(75deg);
          left: calc(50% + 40px);
          transform-origin: top center; }
        #content.lp #intro .ib .swiper .swiper-slide .txt p {
          font-size: 16px; }
          #content.lp #intro .ib .swiper .swiper-slide .txt p br {
            display: none; }
  #content.lp #soudan .ib h2 {
    height: 300px; }
    #content.lp #soudan .ib h2 .logo {
      width: 100%; }
    #content.lp #soudan .ib h2 .inner {
      font-size: 23px; }
    #content.lp #soudan .ib h2 .p3 {
      width: 160px;
      right: calc(50% - 80px); }
  #content.lp #reason {
    height: auto;
    padding: 0; }
    #content.lp #reason .ib h2 {
      width: 100%; }
    #content.lp #reason .ib .inner .df {
      flex-wrap: wrap;
      margin: 30px 0; }
      #content.lp #reason .ib .inner .df .box {
        width: 100%;
        margin-bottom: 15px; }
        #content.lp #reason .ib .inner .df .box h3 {
          text-align: center; }
  #content.lp #record {
    background: #f5f5f5;
    height: auto; }
    #content.lp #record .ib {
      padding-bottom: 50px !important; }
      #content.lp #record .ib .cost_list .cost_box {
        width: 100%;
        position: relative; }
        #content.lp #record .ib .cost_list .cost_box .down {
          line-height: 1.25;
          top: -7px; }
          #content.lp #record .ib .cost_list .cost_box .down span {
            font-size: 24px;
            display: block; }
            #content.lp #record .ib .cost_list .cost_box .down span i {
              font-size: 36px; }
        #content.lp #record .ib .cost_list .cost_box h3 {
          font-size: 18px;
          margin-bottom: 15px;
          line-height: 1.6; }
          #content.lp #record .ib .cost_list .cost_box h3 i {
            display: none; }
        #content.lp #record .ib .cost_list .cost_box .df .box h4 {
          margin-bottom: 5px; }
        #content.lp #record .ib .cost_list .cost_box .df .box .price {
          font-size: 44px; }
          #content.lp #record .ib .cost_list .cost_box .df .box .price.ok {
            font-size: 50px; }
          #content.lp #record .ib .cost_list .cost_box .df .box .price i {
            font-size: 14px; }
  #content.lp #zisseki {
    background: #fff; } }

/*# sourceMappingURL=lp.css.map */
