@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap");
@import url("https://use.typekit.net/ruo6rev.css");
@import url("https://fonts.googleapis.com/css?family=Open+Sans|Roboto:400,700");
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #111;
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

main {
  display: block;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@font-face {
  font-family: 'SF-Compact';
  src: url(./../font/SF-Compact.ttf);
}

@font-face {
  font-family: 'SF-Compact-blod';
  src: local("SF-Compact-Text-Medium"), url(./../font/SF-Compact-Text-Medium.otf);
}

@font-face {
  font-family: 'SF-Compact-semiblod';
  src: local("SF-Compact-Display-Semibold"), url(./../font/SF-Compact-Display-Semibold.otf);
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: local("Noto Sans CJK JP Regular"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format("opentype");
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: bold;
  font-weight: 600;
  src: local("Noto Sans CJK JP Regular"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format("opentype");
  font-display: swap;
}

/* BASE COLOR
------------------------------------------------------------*/
/* SITE SETTING
------------------------------------------------------------*/
@media screen and (min-width: 769px) {
  * {
    margin: 0;
    padding: 0;
    zoom: 1;
  }
  *, *:before, *:after {
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  html {
    -webkit-text-size-adjust: none;
    scroll-behavior: smooth;
  }
  body {
    color: #000;
    background: #ffffff;
    font-size: 14px;
    line-height: 1.8;
    font-family: "Noto Sans JP", "Avenir", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    letter-spacing: 3px;
  }
  a:hover {
    transition: all .4s;
    opacity: .8;
  }
  h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
  }
  img {
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom;
  }
  i, strong {
    font-style: normal;
  }
  input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .clear {
    clear: both;
  }
  .clearfix:after {
    content: "";
    display: block;
    clear: both;
  }
  .display_sm {
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 769px) and (max-width: 768px) {
  .display_sm {
    width: 90%;
  }
}

@media screen and (min-width: 769px) {
  .display_item {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 769px) and (max-width: 768px) {
  .display_item {
    width: 90%;
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 769px) {
  ul, ol {
    list-style: none;
  }
  input[type="text"],
  input[type="tel"],
  input[type="email"],
  input[type="submit"],
  textarea {
    -webkit-appearance: none;
  }
}

@media screen and (max-width: 768px) {
  * {
    margin: 0;
    padding: 0;
    zoom: 1;
  }
  *, *:before, *:after {
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  html {
    -webkit-text-size-adjust: none;
    scroll-behavior: smooth;
  }
  body {
    color: #000;
    background: #ffffff;
    font-size: 12px;
    line-height: 1.8;
    font-family: "Noto Sans JP", "Avenir", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    letter-spacing: 3px;
  }
  a:hover {
    transition: all .4s;
    opacity: .8;
  }
  h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
  }
  img {
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom;
  }
  i, strong {
    font-style: normal;
  }
  input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .clear {
    clear: both;
  }
  .clearfix:after {
    content: "";
    display: block;
    clear: both;
  }
  .display_sm {
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 768px) and (max-width: 768px) {
  .display_sm {
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  .display_item {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 768px) and (max-width: 768px) {
  .display_item {
    width: 90%;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  ul, ol {
    list-style: none;
  }
  input[type="text"],
  input[type="tel"],
  input[type="email"],
  input[type="submit"],
  textarea {
    -webkit-appearance: none;
  }
}

.firstview {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .firstview {
    margin-bottom: 60px;
  }
  .firstview.storelink {
    margin-bottom: 0;
  }
}

.firstview .firstview_bg {
  background: url(./../images/lp/firstview_bg.jpg) center center no-repeat;
  background-size: cover;
  height: 100vh;
  width: auto;
}

.firstview .firstview_bg.storelink {
  background: url(./../images/firstview_bg.jpg) center center no-repeat;
  background-size: cover;
}

@media only screen and (min-width: 768px) {
  .firstview .firstview_bg {
    height: 100vh;
    min-height: 740px;
    max-height: 820px;
    background: url(./../images/lp/firstview_bg-pc.jpg) center center no-repeat;
    background-size: cover;
  }
  .firstview .firstview_bg.storelink {
    background: url(./../images/firstview_bg-pc.jpg) center center no-repeat;
    background-size: cover;
  }
}

.firstview .firstview_content {
  padding: 180px 0 0;
  text-align: center;
}

@media only screen and (max-height: 705px) {
  .firstview .firstview_content {
    padding: 110px 0 0 !important;
  }
}

@media only screen and (min-width: 768px) {
  .firstview .firstview_content {
    padding: 160px 0 0;
  }
}

.firstview .firstview_content.storelink {
  padding: 0  !important;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
  .firstview .firstview_content.storelink {
    top: 48%;
  }
}

.firstview .firstview_content .btn_wrap {
  margin-bottom: 24px;
}

.firstview .firstview_content .login_btn {
  color: #fff;
  font-size: 16px;
}

.firstview .firstview_logo {
  background: url(./../images/lp/logo.svg) center center no-repeat;
  background-size: cover;
  width: 80px;
  height: 110px;
  margin: 0 auto 30px;
}

.firstview .firstview_logo.storelink {
  background: url(./../images/logo.svg) center center no-repeat;
  background-size: contain;
  width: 70px;
  height: 116px;
  margin: 0 auto 52px;
}

@media only screen and (max-width: 768px) {
  .firstview .firstview_logo.storelink {
    margin: 0 auto 30px;
    width: 19%;
    height: 120px;
  }
}

@media only screen and (min-width: 768px) {
  .firstview .firstview_logo {
    width: 133px;
    height: 181px;
  }
  .firstview .firstview_logo.storelink {
    width: 113px;
    height: 186px;
  }
}

.firstview .firstview_title {
  background: url(./../images/lp/title.svg) center center no-repeat;
  background-size: cover;
  height: 30px;
  width: 304px;
  margin: 0 auto 40px;
}

.firstview .firstview_title.storelink {
  background: url(./../images/title.svg) center center no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  .firstview .firstview_title.storelink {
    margin: 0 auto 15px;
    background-size: contain;
  }
}

@media only screen and (min-width: 768px) {
  .firstview .firstview_title.storelink {
    width: 425px;
    height: 48px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) {
  .firstview .firstview_title {
    width: 488px;
    height: 48px;
  }
}

.firstview .firstview_txt {
  color: #fff;
  font-size: 17px;
  font-weight: bold;
}

.firstview .firstview_txt.storelink {
  color: #000;
  margin-bottom: 36px;
}

@media only screen and (min-width: 768px) {
  .firstview .firstview_txt.storelink {
    margin-bottom: 25px;
    font-size: 22px;
  }
}

@media only screen and (min-width: 768px) {
  .firstview .firstview_txt {
    font-size: 24px;
  }
}

.firstview .firstview_desc {
  color: #fff;
  font-size: 11px;
  margin-bottom: 30px;
  letter-spacing: .10em;
}

@media only screen and (min-width: 768px) {
  .firstview .firstview_desc {
    font-size: 16px;
    margin-bottom: 38px;
  }
}

.firstview .firstview_fixed {
  width: 100%;
  display: none;
}

@media only screen and (min-width: 768px) {
  .firstview .firstview_fixed {
    width: 414px;
    position: absolute;
    right: 0;
    bottom: -40px;
  }
}

.firstview .firstview_btn {
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  .firstview .firstview_btn {
    display: block;
  }
}

.firstview .firstview_btn h3 {
  color: #4596e6;
  font-size: 17px;
  font-weight: 700;
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}

@media only screen and (min-width: 768px) {
  .firstview .firstview_btn h3 {
    font-size: 20px;
  }
}

.firstview .firstview_btn h3:after {
  content: "";
  height: 19px;
  width: 2px;
  position: absolute;
  top: 50%;
  left: -12px;
  -webkit-transform: translate(-50%, -40%) rotate(-25deg);
          transform: translate(-50%, -40%) rotate(-25deg);
  background: #4596E6;
}

.firstview .firstview_btn h3:before {
  content: "";
  height: 19px;
  width: 2px;
  position: absolute;
  top: 50%;
  right: -12px;
  -webkit-transform: translate(-50%, -40%) rotate(25deg);
          transform: translate(-50%, -40%) rotate(25deg);
  background: #4596E6;
}

.firstview .firstview_btn .login {
  background: none;
  color: #4596e6;
  padding: 20px 0;
  margin-left: 4px;
  margin-right: 0;
}

@media only screen and (max-width: 768px) {
  .firstview .firstview_btn .login {
    margin: 0;
    padding: 8px 40px;
  }
}

.firstview .firstview_btn a {
  background: linear-gradient(-135deg, #4596E6, #42CDD3);
  padding: 6px 49px;
  border-radius: 20px;
  margin: auto;
  color: #fff;
  display: inline-block;
  margin-right: 4px;
}

.firstview .firstview_btn a.storelink {
  width: 245px;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.1);
  display: block;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  .firstview .firstview_btn a.storelink {
    width: 320px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    border-radius: 28px;
    font-size: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .firstview .firstview_btn a {
    margin: 0 0 20px;
    padding: 8px 55px;
  }
}

.firstview .firstview_btn:nth-child(2) a {
  background: #fff;
  color: #4596e6;
  padding: 6px 32px;
  margin-left: 4px;
  margin-right: 0;
}

@media only screen and (max-width: 768px) {
  .firstview .firstview_btn:nth-child(2) a {
    margin: 0;
    padding: 8px 40px;
  }
}

.firstview .firstview_fixed dl {
  padding: 10px;
  background: linear-gradient(-135deg, #4596E6, #42CDD3);
}

.firstview .firstview_fixed dl dt {
  font-size: 11px;
  color: #fff;
  letter-spacing: 0;
}

.firstview .firstview_fixed dl dt span {
  padding-left: 10px;
}

.firstview .firstview_fixed dl dd {
  font-size: 12px;
  color: #fff;
  letter-spacing: 0;
}

.second .second_content {
  padding: 60px 30px;
}

.second .second_content p {
  letter-spacing: 0;
}

.second .second_content .iconimg {
  width: 155px;
  margin: 0 0 30px;
}

@media only screen and (min-width: 768px) {
  .second .second_content .iconimg {
    width: 180px;
    margin: 0 auto 40px;
  }
}

.second .second_title {
  width: 100%;
  height: 175px;
  margin: 0 auto 40px;
}

.second .second_title.storelink h1 {
  width: 100%;
  text-align: center;
  height: 100%;
}

.second .second_title.storelink h1 img {
  width: auto;
  height: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .second .second_title.storelink h1 img {
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  .second .second_title.storelink {
    width: 90%;
    height: 36vw;
    margin: 0 0 40px;
  }
}

@media only screen and (min-width: 768px) {
  .second .second_title {
    height: 144px;
  }
}

@media only screen and (min-width: 768px) {
  .second figure {
    width: 100%;
    margin: auto;
    max-width: 1140px;
  }
}

.second figure img {
  width: 100%;
  height: auto;
}

.second p {
  font-size: 15px;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .second p {
    text-align: center;
  }
}

.second .second_logoWrap {
  background: #F8F8F8;
  text-align: center;
  padding: 55px 0;
}

.second .second_logoWrap p {
  font-weight: 500;
}

.third.movie_section {
  margin-top: -64px;
}

@media only screen and (min-width: 768px) {
  .third.movie_section {
    margin-top: -80px;
  }
}

.third.movie_section .third_content {
  padding: 0;
}

.third .third_content {
  padding: 0 0 64px;
}

@media only screen and (min-width: 768px) {
  .third .third_content {
    display: -moz-flex;
    display: -o-flex;
    display: -ms-flex;
    display: flex;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.third .third_content-bg {
  margin: 0 auto 30px;
}

.third .third_content-bg.storelink {
  margin: 0 auto 20px;
}

.third .third_content-bg video {
  width: 100%;
  border-radius: 16px;
}

.third .third_content-one {
  position: relative;
  background-size: cover;
  width: 350px;
  height: 540px;
  margin: 0 auto 30px;
  border-radius: 16px;
  /*&.storelink{
      background: url(./../images/movie.jpg) center center no-repeat;
      background-size: cover;
      @media only screen and (min-width: 768px) {
        background: url(./../images/movie-pc.jpg) center center no-repeat;
        background-size: cover;
      }
    }*/
}

.third .third_content-one.storelink {
  height: auto !important;
  margin: auto;
}

@media only screen and (max-width: 376px) {
  .third .third_content-one {
    width: 316px;
    height: 540px;
  }
}

@media only screen and (max-width: 350px) {
  .third .third_content-one {
    width: 320px;
    height: 492px;
  }
}

@media only screen and (min-width: 768px) {
  .third .third_content-one {
    background-size: cover;
    width: 100%;
    height: 540px;
    border-radius: 16px;
    margin: 0 auto 30px;
  }
}

.third .third_content-one .third_btn {
  position: absolute;
  right: 20px;
  bottom: 20px;
  border-radius: 26px;
  padding-left: 10px;
  background: linear-gradient(-135deg, #4596E6, #42CDD3);
  width: 145px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .third .third_content-one .third_btn {
    text-align: left;
    padding-left: 18px;
  }
}

@media only screen and (min-width: 768px) {
  .third .third_content-one .third_btn {
    padding: 0;
    bottom: 30px;
    right: 30px;
    width: 165px;
    height: 40px;
    padding-left: 10px;
    line-height: 40px;
  }
}

.third .third_content-one .third_btn a {
  color: #fff;
  letter-spacing: .14em;
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .third .third_content-one .third_btn a {
    display: block;
    padding-left: 12px;
    text-align: left;
  }
}

.third .third_content-one .third_btn span {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -70%);
          transform: translate(0, -70%);
  background: url(./../images/lp/plus.svg) center center no-repeat;
  background-size: cover;
  background-position-y: 4px;
  display: inline-block;
  width: 22px;
  height: 22px;
}

.third .third_content-two {
  padding: 60px 20px;
  position: relative;
  background: url(./../images/lp/third_step-bg.jpg) center center no-repeat;
  background-size: cover;
  width: 350px;
  height: 540px;
  margin: 0 auto 30px;
  border-radius: 19px;
}

.third .third_content-two.storelink {
  overflow: hidden;
  background: linear-gradient(to bottom left, #AF31A7, #CF2D87 28%, #F3733D 65%, #FDCE73);
}

@media only screen and (min-width: 768px) {
  .third .third_content-two.storelink {
    padding: 60px 20px 60px 30px;
  }
}

.third .third_content-two.storelink .img_icon {
  position: absolute;
  width: 215px;
  bottom: 32px;
  left: -76px;
}

@media only screen and (min-width: 768px) {
  .third .third_content-two.storelink .img_icon {
    width: 224px;
    left: inherit;
    right: -44px;
    top: 50px;
  }
}

@media only screen and (max-width: 376px) {
  .third .third_content-two.storelink .img_icon {
    width: 140px;
    bottom: 30px;
    left: -60px;
  }
}

.third .third_content-two.storelink .img_icon img {
  width: 100%;
}

.third .third_content-two.storelink h4 {
  font-size: 30px;
}

@media only screen and (min-width: 768px) {
  .third .third_content-two {
    width: 100%;
    height: 400px;
    padding: 60px 30px;
    margin: 0;
  }
}

@media only screen and (max-width: 376px) {
  .third .third_content-two {
    width: 316px;
    height: 487px;
  }
}

@media only screen and (max-width: 350px) {
  .third .third_content-two {
    width: 320px;
    height: 492px;
  }
}

.third .third_content-two h4 {
  color: #fff;
  font-size: 35px;
  line-height: 46px;
  margin-bottom: 20px;
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .third .third_content-two h4 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 18px;
  }
}

.third .third_content-two p {
  color: #fff;
  letter-spacing: 0;
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .third .third_content-two p {
    font-size: 15px;
  }
}

.third .third_content-two .third_btn {
  position: absolute;
  right: 20px;
  bottom: 20px;
  border-radius: 26px;
  padding-left: 10px;
  background: #fff;
  width: 145px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .third .third_content-two .third_btn {
    text-align: left;
    padding-left: 18px;
  }
}

@media only screen and (min-width: 768px) {
  .third .third_content-two .third_btn {
    padding: 0;
    bottom: 30px;
    right: 30px;
    width: 165px;
    height: 40px;
    line-height: 40px;
  }
}

.third .third_content-two .third_btn a {
  color: #459BE4;
  letter-spacing: .14em;
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .third .third_content-two .third_btn a {
    display: block;
    text-align: left;
    padding-left: 22px;
  }
}

.third .third_content-two .third_btn span {
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translate(0, -70%);
          transform: translate(0, -70%);
  background: url(./../images/lp/plus_b.svg) center center no-repeat;
  background-size: cover;
  background-position-y: 4px;
  display: inline-block;
  width: 22px;
  height: 22px;
}

.third .third_content-tree {
  padding: 60px 20px;
  position: relative;
  background: url(./../images/lp/third_case-bg.jpg) center center no-repeat;
  background-size: cover;
  width: 350px;
  height: 540px;
  margin: 0 auto 30px;
  border-radius: 19px;
}

@media only screen and (max-width: 376px) {
  .third .third_content-tree {
    width: 316px;
    height: 487px;
  }
}

@media only screen and (max-width: 350px) {
  .third .third_content-tree {
    width: 320px;
    height: 492px;
  }
}

@media only screen and (min-width: 768px) {
  .third .third_content-tree {
    width: calc(50% - 15px);
    height: 564px;
    margin: 0 0 15px 0;
  }
}

.third .third_content-tree h4 {
  color: #fff;
  font-size: 35px;
  line-height: 46px;
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .third .third_content-tree h4 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 376px) {
  .third .third_content-tree h4 {
    font-size: 34px;
  }
}

.third .third_content-tree .third_btn {
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: #fff;
  border-radius: 26px;
  padding-left: 10px;
  background: linear-gradient(-135deg, #4596E6, #42CDD3);
  width: 145px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .third .third_content-tree .third_btn {
    text-align: left;
    padding-left: 18px;
  }
}

@media only screen and (min-width: 768px) {
  .third .third_content-tree .third_btn {
    padding: 0;
    bottom: 30px;
    right: 30px;
    width: 165px;
    height: 40px;
    line-height: 40px;
  }
}

.third .third_content-tree a {
  color: #fff;
  letter-spacing: .14em;
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .third .third_content-tree a {
    display: block;
    text-align: left;
    padding-left: 22px;
  }
}

.third .third_content-tree span {
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translate(0, -70%);
          transform: translate(0, -70%);
  background: url(./../images/lp/plus.svg) center center no-repeat;
  background-size: cover;
  background-position-y: 4px;
  display: inline-block;
  width: 22px;
  height: 22px;
}

.fourth .fourth_title {
  margin-bottom: 42px;
  padding: 0 30px;
}

@media only screen and (min-width: 768px) {
  .fourth .fourth_title {
    text-align: center;
  }
}

.fourth .fourth_title h2 {
  font-size: 35px;
  font-weight: bold;
  line-height: 44px;
  margin-bottom: 12px;
}

@media only screen and (min-width: 768px) {
  .fourth .fourth_title h2 {
    font-size: 45px;
    margin-bottom: 36px;
  }
}

.fourth .fourth_title p {
  font-size: 15px;
  letter-spacing: 0;
  font-weight: 600;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .fourth .fourth_title p {
    text-align: center;
  }
}

.fourth .fourth_wrap figure img {
  width: 100%;
  height: auto;
}

.fourth .fourth_content {
  padding: 30px 0 10px;
}

.fourth .fourth_contents {
  background: #F8F8F8;
}

@media only screen and (min-width: 768px) {
  .fourth .fourth_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 960px;
    padding: 40px 0 60px;
  }
  .fourth .fourth_content.two_content {
    padding-bottom: 0;
  }
}

.fourth .fourth_single {
  padding-bottom: 28px;
}

@media only screen and (max-width: 768px) {
  .fourth .fourth_single.storelink {
    padding: 0 30px 28px;
  }
}

@media only screen and (min-width: 768px) {
  .fourth .fourth_single {
    width: 32.3%;
    padding: 0 0 66px;
  }
  .fourth .fourth_single.two_content {
    width: 420px;
    padding-bottom: 0;
  }
}

.fourth .fourth_single:last-child {
  padding-bottom: 60px;
}

.fourth .fourth_single h3 {
  font-size: 22px;
  line-height: 34px;
  font-weight: 700;
  margin-bottom: 12px;
  letter-spacing: 0;
}

.fourth .fourth_single p {
  color: #747474;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
}

.fourth .fourth_single p.fourth_mb {
  margin-bottom: 10px;
}

.fourth .fourth_single a {
  margin: 30px 30px;
  letter-spacing: .04em;
  font-size: 14px;
  color: #4596e6;
  font-weight: 700;
  padding-right: 18px;
  position: relative;
  border-bottom: 1px solid #4596e6;
  margin: 0;
}

.fourth .fourth_single a:after {
  content: "";
  background: url(./../images/lp/arrow.svg) center center no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -40%);
          transform: translate(0, -40%);
  width: 10px;
  height: 10px;
}

.fifth {
  padding-top: 60px;
}

.fifth .fourth_contents figure {
  text-align: center;
  background: #fff;
  width: 100%;
}

.fifth .fourth_contents figure img {
  max-width: 435px;
}

.content {
  margin: 0 auto;
  padding: 40px;
}

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

.modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.modal__content {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60%;
}

@media only screen and (max-width: 768px) {
  .modal__content {
    width: 90%;
  }
}

.modal__content video {
  height: auto;
  width: 100%;
}

/*2021 01 sales lp用*/
html.is-fixed,
html.is-fixed body {
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .saleslp .third .third_content-one {
    width: 100%;
  }
}

.saleslp img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .saleslp .display_s {
    max-width: 680px;
    width: 92%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 440px) {
  .saleslp .display_s {
    width: 92%;
    max-width: 350px;
  }
}

.saleslp .movie_section {
  margin-top: 70px;
}

@media only screen and (max-width: 768px) {
  .saleslp .movie_section {
    margin-top: 40px;
  }
  .saleslp .movie_section .third_content-bg video {
    border-radius: 5px;
  }
}

.saleslp .contact_wrapper {
  padding: 60px 0px;
}

@media only screen and (max-width: 768px) {
  .saleslp .contact_wrapper {
    padding: 40px 0px 60px;
    text-align: center;
  }
}

.saleslp .contact_wrapper h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 45px;
}

.saleslp .contact_wrapper h2 span {
  font-size: 135%;
}

@media only screen and (max-width: 768px) {
  .saleslp .contact_wrapper h2 {
    font-size: 20px;
    letter-spacing: 0;
  }
}

.saleslp .contact_wrapper h3 {
  font-size: 20px;
}

.saleslp .contact_wrapper-app .app_btn a {
  border-radius: 40px;
  height: 50px;
  line-height: 50px;
  padding-top: 0;
  padding-bottom: 0;
}

.saleslp .contact_wrapper-app h3 {
  letter-spacing: 0;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .saleslp .contact_wrapper-form .contact_box a, .saleslp .contact_wrapper-form .contact_box-two a {
    padding: 14px 0;
  }
}

.saleslp .APP .plan_wrapper {
  padding-top: 70px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .saleslp .APP .plan_wrapper h2, .saleslp .APP .plan_wrapper p {
    text-align: center;
  }
}

#FOOTER {
  text-align: center !important;
}

#FOOTER .footer_icon_wrap ul {
  text-align: center !important;
}

#FOOTER ul.h_nav {
  margin: 25px 0;
}

section.feature {
  padding-top: 100px;
}

@media only screen and (max-width: 768px) {
  section.feature {
    padding-top: 75px;
  }
}

section.feature .box {
  border: 3px solid #18C6CC;
  padding: 0 60px 60px 60px;
}

@media only screen and (max-width: 768px) {
  section.feature .box {
    padding: 0 20px 40px 20px;
  }
}

section.feature .box .title {
  text-align: center;
}

@media only screen and (max-width: 768px) {
  section.feature .box .title {
    width: 80%;
    margin: 0 auto;
  }
}

section.feature .box .title h2 {
  display: inline-block;
  background: #fff;
  padding: 0px 25px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 768px) {
  section.feature .box .title h2 {
    padding: 0;
  }
}

section.feature .box .title h2 span {
  font-size: 120%;
}

@media only screen and (max-width: 768px) {
  section.feature .box .title h2 {
    line-height: 1.2;
    padding: 0 10px;
    width: 100%;
    letter-spacing: 0;
  }
}

section.feature .box ul li {
  margin-bottom: 40px;
}

section.feature .box ul li .midashi {
  display: flex;
  margin-bottom: 28px;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  section.feature .box ul li .midashi {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
}

section.feature .box ul li .midashi .num {
  width: 49px;
  margin-right: 26px;
}

@media only screen and (max-width: 768px) {
  section.feature .box ul li .midashi .num {
    margin: 0 auto 20px;
  }
}

section.feature .box ul li .midashi h3 {
  width: calc(100% - 75px);
  font-size: 24px;
  font-weight: bold;
  color: #4596E6;
  line-height: 1.3;
}

@media only screen and (max-width: 768px) {
  section.feature .box ul li .midashi h3 {
    width: 100%;
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
}

section.feature .box ul li p {
  font-weight: bold;
  margin-left: 75px;
}

@media only screen and (max-width: 768px) {
  section.feature .box ul li p {
    margin-left: 0;
    font-size: 14px;
    letter-spacing: 0;
  }
}

section.feature .box ul li:first-child .num {
  width: 44px;
  margin-right: 31px;
}

@media only screen and (max-width: 768px) {
  section.feature .box ul li:first-child .num {
    margin-right: auto;
  }
}

section.feature .box ul li:last-child {
  margin-bottom: 0;
}

section#fixedbot {
  position: fixed;
  width: 100%;
  z-index: 998;
  bottom: 0;
  left: 0;
  background: url(./../images/bb.jpg) center center no-repeat;
  background-size: cover;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  transition: .4s;
}

section#fixedbot.view {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

section#fixedbot.p1 {
  text-align: center;
}

section#fixedbot.p1 h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  position: relative;
  letter-spacing: 0.04em;
  margin-bottom: 5px;
}

@media only screen and (min-width: 769px) {
  section#fixedbot.p1 h3 {
    margin-bottom: 10px;
    font-size: 22px;
  }
}

section#fixedbot.p1 h3:before {
  content: "";
  height: 19px;
  width: 2px;
  position: absolute;
  top: 50%;
  right: -12px;
  -webkit-transform: translate(-50%, -40%) rotate(25deg);
          transform: translate(-50%, -40%) rotate(25deg);
  background: #fff;
}

section#fixedbot.p1 h3:after {
  content: "";
  height: 19px;
  width: 2px;
  position: absolute;
  top: 50%;
  left: -12px;
  -webkit-transform: translate(-50%, -40%) rotate(-25deg);
          transform: translate(-50%, -40%) rotate(-25deg);
  background: #fff;
}

section#fixedbot.p1 .btn {
  width: calc(100% - 10em);
}

section#fixedbot.p2 {
  background: url(./../images/b2.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 8px;
}

@media only screen and (max-width: 768px) {
  section#fixedbot.p2 .box .info {
    margin-bottom: 7px;
    align-items: center;
  }
}

section#fixedbot.p2 .box .flex .btn a {
  line-height: 42px;
  height: 42px;
}

@media only screen and (min-width: 769px) {
  section#fixedbot.p2 .box .flex .btn a {
    line-height: 45px;
    height: 45px;
    font-size: 15px;
  }
}

@media only screen and (max-width: 768px) {
  section#fixedbot.p2 .box .flex .btn a {
    font-size: 12px;
  }
}

@media only screen and (max-width: 768px) {
  section#fixedbot.p2 .box .flex .btn {
    max-width: inherit;
    width: 48%;
    margin-right: 4%;
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  section#fixedbot.p2 .box .flex .btn.blue {
    margin-right: 0;
  }
}

section#fixedbot.p2 .box .flex p {
  font-size: 22px;
}

@media only screen and (max-width: 768px) {
  section#fixedbot.p2 .box .flex p {
    font-size: 15px;
    width: 55%;
    letter-spacing: 0;
  }
  section#fixedbot.p2 .box .flex p span {
    font-size: 13px;
  }
}

section#fixedbot.p2 .box .flex p.tel {
  color: #fff !important;
  text-decoration: none !important;
}

@media only screen and (max-width: 768px) {
  section#fixedbot.p2 .box .flex p.tel {
    font-size: 11px;
    text-align: right;
    width: 45%;
  }
}

section#fixedbot.p2 .box .flex p.tel a {
  color: #fff !important;
  text-decoration: none !important;
}

@media only screen and (min-width: 769px) {
  section#fixedbot.p2 .box .flex .btnbox {
    margin-top: 5px;
  }
}

section#fixedbot.p2 .box .flex .btnbox p {
  margin-top: 10px;
  font-size: 15px;
  text-align: right;
}

section#fixedbot .box {
  padding: 5px 0 20px;
}

@media only screen and (min-width: 769px) {
  section#fixedbot .box {
    padding: 20px 0 20px;
  }
}

section#fixedbot .box h2 {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0;
  text-align: left;
  line-height: 1.4;
  margin-bottom: 10px;
}

@media only screen and (min-width: 769px) {
  section#fixedbot .box h2 {
    letter-spacing: .05em;
  }
}

@media only screen and (min-width: 769px) {
  section#fixedbot .box p {
    font-size: 20px;
    text-align: left;
  }
}

section#fixedbot .box .flex {
  display: flex;
  width: 92%;
  max-width: 820px;
  justify-content: space-between;
  margin: 0 auto;
  align-items: center;
}

section#fixedbot .box .flex p {
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.5;
}

@media only screen and (min-width: 769px) {
  section#fixedbot .box .flex p {
    font-size: 17px;
  }
}

@media only screen and (min-width: 769px) {
  section#fixedbot .box .flex .btnbox {
    width: 350px;
    text-align: center;
  }
}

section#fixedbot .box .flex .btn {
  max-width: 350px;
}

@media only screen and (min-width: 769px) {
  section#fixedbot .box .flex .btn {
    margin: 0 auto;
    width: 100%;
  }
}

section#fixedbot .box .flex .btn a {
  line-height: 42px;
  color: #4596E6;
  font-size: 14px;
  font-weight: bold;
  height: 42px;
  background: #fff;
  border-radius: 5px;
  width: 100%;
  display: block;
}

@media only screen and (min-width: 769px) {
  section#fixedbot .box .flex .btn a {
    line-height: 60px;
    height: 60px;
    font-size: 17px;
  }
}

@media only screen and (min-width: 769px) {
  section#fixedbot .box .flex .btn.blue {
    margin-top: 8px;
  }
}

section#fixedbot .box .flex .btn.blue a {
  background: #0074BA;
  color: #fff;
}

section#sa_how, section.listsec {
  padding-top: 30px;
  margin-top: -30px;
}

@media only screen and (max-width: 440px) {
  section.listsec .inner.display_s {
    max-width: inherit;
    width: 100%;
  }
}

section.listsec ul li {
  padding: 30px;
  background-color: #f8f8f8;
  display: flex;
  flex-wrap: wrap;
  margin: 110px 0;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  section.listsec ul li {
    display: block;
    background: transparent;
    padding: 0;
    margin: 65px 0;
  }
}

section.listsec ul li:nth-child(odd) {
  flex-direction: row-reverse;
}

section.listsec ul li .img {
  max-width: 435px;
  width: 48%;
  min-height: 237px;
  text-align: center;
  position: relative;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  section.listsec ul li .img {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    min-height: 205px;
  }
}

section.listsec ul li .img figure {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media only screen and (max-width: 768px) {
  section.listsec ul li .img figure {
    position: relative;
    bottom: 0 !important;
  }
}

section.listsec ul li .img figure.s1, section.listsec ul li .img figure.s3 {
  width: 239px;
  bottom: -30px;
}

section.listsec ul li .img figure.s2 {
  width: 312px;
  bottom: -30px;
}

section.listsec ul li .img figure.s4 {
  bottom: 50%;
  -webkit-transform: translateX(-50%) translateY(50%);
          transform: translateX(-50%) translateY(50%);
}

@media only screen and (max-width: 768px) {
  section.listsec ul li .img figure.s4 {
    bottom: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 70%;
    margin-bottom: 35px;
  }
}

section.listsec ul li .img figure.s5 {
  width: 268px;
  bottom: -30px;
}

section.listsec ul li .img figure.s9 {
  width: 293px;
}

section.listsec ul li .des {
  max-width: 435px;
  width: 48%;
  align-items: center;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  section.listsec ul li .des {
    width: 100%;
    background-color: #f8f8f8;
    padding: 30px 18px;
  }
}

section.listsec ul li .des h5 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 20px;
  letter-spacing: -1px;
}

@media only screen and (max-width: 768px) {
  section.listsec ul li .des h5 {
    text-align: center;
  }
}

section.listsec ul li .des p {
  font-size: 14px;
  color: #747474;
  line-height: 1.7;
  letter-spacing: 0;
  font-weight: 400;
  text-align: justify;
  font-weight: bold;
}

section.listsec ul.whiteback li {
  background: #fff;
}

section.listsec ul.nore li:nth-child(odd) {
  flex-direction: row;
}

section.listsec ul.nore li:nth-child(even) {
  flex-direction: row-reverse;
}

section.listsec ul.nore li .img figure.s6 {
  width: 300px;
  bottom: -30px;
}

section.listsec ul.nore li .img figure.s7 {
  width: 338px;
  bottom: -30px;
}

section.listsec ul.nore li .img figure.s8 {
  width: 224px;
  bottom: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}

@media only screen and (max-width: 768px) {
  section.listsec ul.nore li .img figure.s8 {
    bottom: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

section.listsec ul.noreverse li {
  padding: 30px 0;
}

@media only screen and (max-width: 768px) {
  section.listsec ul.noreverse li {
    padding: 0;
  }
}

section.listsec ul.noreverse li:nth-child(odd) {
  flex-direction: row;
}

section.listsec ul.noreverse li .img {
  max-width: 300px;
  width: 48%;
  min-height: 237px;
  text-align: center;
  position: relative;
  margin-right: 40px;
}

@media only screen and (max-width: 768px) {
  section.listsec ul.noreverse li .img {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    min-height: 205px;
    margin: 0 auto;
  }
}

section.listsec ul.noreverse li .img figure {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media only screen and (max-width: 768px) {
  section.listsec ul.noreverse li .img figure {
    position: relative;
    bottom: 0 !important;
  }
}

section.listsec ul.noreverse li .img figure.s6 {
  width: 293px;
  bottom: -30px;
}

section.listsec ul.noreverse li .img figure.s4 {
  width: 298px;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}

@media only screen and (max-width: 768px) {
  section.listsec ul.noreverse li .img figure.s4 {
    bottom: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-bottom: 0px;
  }
}

section.listsec ul.noreverse li .img figure.s10 {
  width: 298px;
  bottom: -30px;
}

section.listsec ul.noreverse li .des {
  width: calc(100% - 340px);
  max-width: inherit;
}

@media only screen and (max-width: 768px) {
  section.listsec ul.noreverse li .des {
    width: 100%;
    background-color: transparent;
    padding-bottom: 0;
  }
}

section.listsec ul.noreverse li .des .midashi {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 20px;
}

section.listsec ul.noreverse li .des .midashi .gradb {
  vertical-align: middle;
  display: flex;
  width: 15px;
  background: linear-gradient(0deg, #4596E6, #42CDD3);
  margin-right: 15px;
}

section.listsec ul.noreverse li .des .midashi h5 {
  position: relative;
  vertical-align: middle;
  margin-bottom: 0;
  font-size: 24px;
}

@media only screen and (max-width: 768px) {
  section.listsec ul.noreverse li .des .midashi h5 {
    text-align: left;
    width: calc(100% - 15px);
  }
}

section.how {
  margin-bottom: 70px;
}

section.how ul {
  display: flex;
  margin-top: 50px;
}

@media only screen and (max-width: 768px) {
  section.how ul {
    display: block;
  }
}

section.how ul li {
  width: 27%;
  margin-right: 10%;
}

@media only screen and (max-width: 768px) {
  section.how ul li {
    width: 100%;
    margin-bottom: 60px;
  }
}

section.how ul li:first-child .img {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (max-width: 768px) {
  section.how ul li:first-child .img {
    width: 60%;
  }
}

section.how ul li:last-child {
  margin-right: 0;
}

section.how ul li .img {
  height: 340px;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  section.how ul li .img {
    display: block;
    margin: 0 auto 40px;
    height: auto;
    width: 60%;
  }
}

section.how ul li h4 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
  section.how ul li h4 {
    letter-spacing: 0;
  }
}

section.how ul li p {
  line-height: 1.5;
  word-break: break-all;
  text-align: justify;
  font-weight: bold;
  color: #646464;
  letter-spacing: 0;
}

@media only screen and (max-width: 768px) {
  section.how ul li p {
    font-size: 14px;
  }
}

section.instare {
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px) {
  section.instare {
    margin-bottom: 20px;
  }
}

section.instare ul li.par {
  border-top: 1px solid #B4B4B4;
}

section.instare ul li.par:last-child {
  border-bottom: 1px solid #B4B4B4;
}

section.instare ul li .title {
  font-size: 24px;
  font-weight: bold;
  padding-left: 80px;
  position: relative;
  height: 75px;
  display: block;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  section.instare ul li .title {
    font-size: 20px;
    letter-spacing: 0;
    padding-left: 50px;
    height: 65px;
  }
}

section.instare ul li .title:before, section.instare ul li .title:after {
  content: "";
  width: 20px;
  height: 3px;
  display: block;
  top: 50%;
  left: 40px;
  background: #4596E6;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  transition: .4s;
}

@media only screen and (max-width: 768px) {
  section.instare ul li .title:before, section.instare ul li .title:after {
    width: 15px;
    height: 2px;
    left: 25px;
  }
}

section.instare ul li .title:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

section.instare ul li .title h4 {
  line-height: 75px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  section.instare ul li .title h4 {
    line-height: 65px;
  }
}

section.instare ul li .title.active:after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

section.instare ul li .box {
  display: none;
  padding-bottom: 30px;
}

@media only screen and (min-width: 769px) {
  section.instare ul li .box ul {
    border-left: 1px solid #B4B4B4;
    border-right: 1px solid #B4B4B4;
  }
}

section.instare ul li .box ul li {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #B4B4B4;
  min-height: 55px;
  align-items: center;
  background: #F8F8F8;
}

@media only screen and (max-width: 768px) {
  section.instare ul li .box ul li {
    display: block;
    border-top: 0;
    height: inherit;
    padding-bottom: 25px;
    background: transparent;
  }
}

@media only screen and (min-width: 769px) {
  section.instare ul li .box ul li:last-child {
    border-bottom: 1px solid #B4B4B4;
  }
}

section.instare ul li .box ul li .ti {
  width: 248px;
  font-weight: bold;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  section.instare ul li .box ul li .ti {
    width: 100%;
    text-align: left;
    background: transparent;
  }
}

section.instare ul li .box ul li .des {
  text-align: center;
  width: calc(100% - 250px);
  background-color: #fff;
}

section.instare ul li .box ul li .des p {
  color: #646464;
}

@media only screen and (max-width: 768px) {
  section.instare ul li .box ul li .des {
    width: 100%;
    text-align: left;
  }
}

section.instare ul li .box ul li .ti, section.instare ul li .box ul li .des p {
  font-size: 14px;
  letter-spacing: 0;
}

@media only screen and (min-width: 769px) {
  section.instare ul li .box ul li .ti, section.instare ul li .box ul li .des p {
    line-height: 53px;
  }
}

section.instare ul li .box ul li .ti.adspan, section.instare ul li .box ul li .des p.adspan {
  line-height: 1.3;
  padding-top: 10px;
  padding-bottom: 10px;
}

section.instare ul li .box ul li .ti span, section.instare ul li .box ul li .des p span {
  font-size: 11px;
  display: block;
}

section.instare ul li .box .linkbox {
  margin-bottom: 13px;
}

section.instare ul li .box .linkbox p {
  margin-bottom: 5px;
}

section.instare ul li .box .linkbox p a {
  color: #4596E6;
  text-decoration: underline;
}

section.instare ul li .box .linkbox.end p {
  margin-bottom: 0;
}

section.instare ul li .box .linkbox.end {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  section.instare ul li .box .linkbox.txt-faq p, section.instare ul li .box .linkbox.txt-faq a {
    font-size: 14px;
    letter-spacing: 2px;
  }
}

section .listbot {
  margin-bottom: 90px;
}

@media only screen and (max-width: 768px) {
  section .listbot {
    width: 92%;
    margin: 0 auto 55px;
  }
}

section .listbot .icon {
  text-align: center;
  margin-bottom: 35px;
}

@media only screen and (max-width: 768px) {
  section .listbot .icon {
    margin-bottom: 20px;
  }
}

section .listbot .icon figure {
  display: inline-block;
}

section .listbot .icon figure.gb {
  width: 60px;
}

section .listbot .icon figure.sl {
  width: 35px;
}

section .listbot .icon figure.insta {
  width: 52px;
}

section .listbot h4 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  section .listbot h4 {
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 0;
  }
}

.salebanner {
  position: relative;
  text-align: center;
  background: linear-gradient(45deg, #d6feff 1%, #bff3ff 33%, #a3d5ff 66%, #7dbefd 100%);
}

@media only screen and (max-width: 768px) {
  .salebanner {
    text-align: left;
    background: linear-gradient(135deg, #d6feff 1%, #bff3ff 33%, #a3d5ff 66%, #7dbefd 100%);
  }
}

.salebanner .display_s {
  position: relative;
  padding: 55px 0;
}

@media only screen and (max-width: 768px) {
  .salebanner .display_s {
    padding: 45px 0;
  }
}

.salebanner h2 {
  font-size: 30px;
  font-weight: bold;
  position: relative;
  z-index: 100;
  line-height: 1.55;
  color: #003572;
}

@media only screen and (max-width: 768px) {
  .salebanner h2 {
    font-size: 22px;
    letter-spacing: 0;
  }
}

.salebanner h2 span {
  font-size: 46px;
}

@media only screen and (max-width: 768px) {
  .salebanner h2 span {
    font-size: 30px;
  }
}

.salebanner .img {
  width: 166px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
}

@media only screen and (max-width: 768px) {
  .salebanner .img {
    width: 117px;
  }
}

#sa_plan.APP {
  padding-top: 30px;
  margin-top: -30px;
}

#sa_plan.APP .APP_second-wrap ul.listbox li h5 {
  font-family: SF-Compact-blod,'SF-Compact-blod',sans-serif;
}

.STEP_firstview-bg {
  background: url(./../images/lp/step_firtstview.jpg) center center no-repeat;
  background-size: cover;
  height: 430px;
  width: auto;
}

.STEP_firstview-bg.storelink {
  background: url(./../images/step_firtstview.jpg) center center no-repeat;
  background-size: cover;
  height: 346px;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .STEP_firstview-bg.storelink {
    height: 430px;
  }
}

@media only screen and (min-width: 768px) {
  .STEP_firstview-bg {
    background: url(./../images/lp/step_firtstview-pc.jpg) center center no-repeat;
    background-size: cover;
  }
  .STEP_firstview-bg.storelink {
    background: url(./../images/step_firtstview-pc.jpg) center center no-repeat;
    background-size: cover;
  }
}

.STEP_firstview-bg .instalogo {
  position: absolute;
  top: 50%;
  width: 44vw;
  max-width: 196px;
  right: -33px;
  opacity: 0.27;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
}

@media only screen and (min-width: 768px) {
  .STEP_firstview-bg .instalogo {
    right: 80px;
    width: 250px;
  }
}

.STEP_firstview-bg .instalogo figure {
  width: 100%;
}

.STEP_firstview-bg .instalogo figure img {
  width: 100%;
}

.STEP_firstview-bg h4 {
  padding: 120px 30px 0;
  font-size: 35px;
  color: #fff;
  letter-spacing: 0;
  line-height: 42px;
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .STEP_firstview-bg h4 {
    text-align: center;
    padding: 140px 30px 0;
    line-height: 54px;
    font-size: 45px;
  }
}

@media only screen and (max-width: 321px) {
  .STEP_firstview-bg h4 {
    font-size: 26px;
  }
}

.STEP_firstview-bg h4.storelink {
  padding: 0;
  position: absolute;
  top: 50%;
  left: 5%;
  width: 90%;
  line-height: 1.3;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 40px;
}

@media only screen and (min-width: 768px) {
  .STEP_firstview-bg h4.storelink {
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -45%);
            transform: translate(-50%, -45%);
  }
}

@media only screen and (max-width: 768px) {
  .STEP_firstview-bg h4.storelink {
    font-size: 35px;
    -webkit-transform: translateY(-45%);
            transform: translateY(-45%);
  }
}

@media only screen and (max-width: 375px) {
  .STEP_firstview-bg h4.storelink {
    font-size: 30px;
  }
}

.STEP_second {
  background-color: #F8F8F8;
  padding: 45px 0 70px;
}

.STEP_second.white {
  background-color: #fff;
  padding-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .STEP_second {
    padding: 70px 0;
  }
}

.STEP_second-content {
  display: flex;
  flex-wrap: wrap;
}

.STEP_second-content.storelink {
  border-radius: 10px;
  background-color: #FFFFFF;
}

@media only screen and (min-width: 768px) {
  .STEP_second-content.storelink {
    padding: 30px;
    background-color: #F8F8F8;
  }
}

.STEP_second-content.storelink.addpad {
  margin-top: 30px;
}

@media only screen and (min-width: 768px) {
  .STEP_second-content {
    align-items: center;
    margin-bottom: 70px;
  }
}

.STEP_second-content.mb-n .STEP_second-desc {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .STEP_second-image {
    width: 50%;
  }
}

.STEP_second-image figure {
  width: 85%;
  height: 100%;
  margin: auto;
  display: block;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .STEP_second-image figure {
    width: 100%;
    height: auto;
    margin-bottom: 0;
  }
}

.STEP_second-image img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.STEP_second-image.storelink {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .STEP_second-image.storelink {
    max-width: 435px;
    width: 48%;
    min-height: 237px;
  }
}

@media only screen and (max-width: 767px) {
  .STEP_second-image.storelink {
    margin: 0 auto;
  }
}

.STEP_second-image.storelink figure.s1 {
  width: 80%;
  max-width: 400px;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .STEP_second-image.storelink figure.s1 {
    width: 295px;
    position: absolute;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.STEP_second-image.storelink figure.s2 {
  max-width: 420px;
}

@media only screen and (min-width: 768px) {
  .STEP_second-image.storelink figure.s2 {
    width: 314px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media only screen and (max-width: 767px) {
  .STEP_second-image.storelink figure.s2 {
    padding: 30px 0;
  }
}

.STEP_second-image.storelink figure.s3 {
  max-width: 420px;
}

@media only screen and (min-width: 768px) {
  .STEP_second-image.storelink figure.s3 {
    width: 314px;
    position: absolute;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.STEP_second-desc {
  width: 85%;
  margin: 0 auto 30px;
}

@media only screen and (min-width: 768px) {
  .STEP_second-desc {
    width: 46.9%;
    margin: 0 0 0 29px;
  }
}

.STEP_second-desc h5 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 20px;
  letter-spacing: -1px;
}

@media only screen and (max-width: 376px) {
  .STEP_second-desc h5 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 321px) {
  .STEP_second-desc h5 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .STEP_second-desc h5 {
    margin-bottom: 16px;
  }
}

.STEP_second-desc h5 span {
  margin-left: 25px;
}

@media only screen and (min-width: 768px) {
  .STEP_second-desc h5 span {
    margin: 0;
  }
}

.STEP_second-desc p {
  font-size: 14px;
  color: #747474;
  line-height: 1.7;
  letter-spacing: 0;
  font-weight: 400;
}

.STEP_second-desc a {
  display: block;
  letter-spacing: .04em;
  font-size: 14px;
  color: #4596E6;
  font-weight: bold;
  position: relative;
  border-bottom: 1px solid #4596E6;
}

@media only screen and (min-width: 768px) {
  .STEP_second-desc a {
    margin-bottom: 14px;
  }
}

.STEP_second-desc a:after {
  content: "";
  background: url(./../images/lp/arrow.svg) center center no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -40%);
          transform: translate(0, -40%);
  width: 10px;
  height: 10px;
}

.STEP_second-desc .link {
  width: 145px;
  margin-bottom: 12px;
  margin-top: 14px;
}

.STEP_second-desc .link-one {
  width: 130px;
  margin-bottom: 12px;
}

.STEP_second-desc .link-two {
  width: 206px;
}

@media only screen and (max-width: 767px) {
  .STEP_second-desc.storelink {
    width: 100%;
    background: #F8F8F8;
    padding: 30px 7vw;
  }
}

@media only screen and (min-width: 768px) {
  .STEP_second-desc.storelink {
    max-width: 435px;
    width: 48%;
  }
}

.CASESTUDY_second {
  background: #F8F8F8;
}

@media only screen and (min-width: 768px) {
  .CASESTUDY_second {
    padding: 70px 0;
  }
}

.CASESTUDY .firstview_box {
  background: linear-gradient(-135deg, #4596E6, #42CDD3);
  width: 100%;
  height: 55px;
  position: fixed;
  transition: all .4s 0s ease-in-out;
  z-index: 60;
}

.CASESTUDY .firstview_box.active {
  top: 0;
}

.CASESTUDY .firstview_title {
  padding: 105px 30px 40px;
}

@media only screen and (min-width: 768px) {
  .CASESTUDY .firstview_title {
    text-align: center;
    padding: 105px 30px 55px;
  }
}

.CASESTUDY .firstview_title h2 {
  font-size: 35px;
  font-weight: bold;
  line-height: 43px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .CASESTUDY .firstview_title h2 {
    letter-spacing: 0;
    font-size: 45px;
  }
}

.CASESTUDY .firstview_title p {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0;
}

@media only screen and (min-width: 768px) {
  .CASESTUDY .firstview_title p {
    letter-spacing: 0;
  }
}

.CASESTUDY .second_content {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
  .CASESTUDY .second_content {
    margin-bottom: 70px;
  }
}

@media only screen and (min-width: 768px) {
  .CASESTUDY .second_image {
    width: 50%;
  }
}

.CASESTUDY .second_image img {
  width: 100%;
  height: 297px;
}

@media only screen and (max-width: 768px) {
  .CASESTUDY .second_image img {
    height: auto;
  }
}

.CASESTUDY .second_text {
  padding: 50px 30px;
}

@media only screen and (min-width: 768px) {
  .CASESTUDY .second_text {
    width: calc(50% - 30px);
    margin-left: 30px;
    padding: 0;
  }
}

.CASESTUDY .second_text dl dd {
  color: #747474;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 10px;
}

.CASESTUDY .second_text dl dd.bold {
  font-weight: bold;
}

.CASESTUDY .second_text dl dd.mb {
  margin-bottom: 12px;
}

@media only screen and (min-width: 768px) {
  .CASESTUDY .second_text dl dd {
    margin-bottom: 4px;
    line-height: 22px;
  }
}

.CASESTUDY .second_text dl dt {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 32px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 376px) {
  .CASESTUDY .second_text dl dt {
    font-size: 22px;
  }
}

.CASESTUDY .case_btn {
  letter-spacing: .04em;
  margin-top: 26px;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #4596E6;
  width: 160px;
  position: relative;
  color: #4596e6;
}

.CASESTUDY .case_btn:after {
  content: "";
  background: url(./../images/lp/arrow.svg) center center no-repeat;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -40%);
          transform: translate(0, -40%);
  width: 10px;
  height: 10px;
}

.CASESTUDY .case_btn a {
  color: #4596E6;
}

.APP .APP_firstview {
  margin-bottom: 16px;
}

@media only screen and (max-width: 768px) {
  .APP .APP_firstview .icon-title-store p {
    text-align: left;
  }
}

.APP .firstview_box {
  background: linear-gradient(-135deg, #4596E6, #42CDD3);
  width: 100%;
  height: 55px;
  position: fixed;
  transition: all .4s 0s ease-in-out;
  z-index: 60;
}

.APP .firstview_box.active {
  top: 0;
}

.APP .APP_firstview-title {
  font-size: 35px;
  padding: 96px 30px 36px;
}

@media only screen and (min-width: 768px) {
  .APP .APP_firstview-title {
    padding: 111px 30px 46px;
  }
}

.APP .APP_firstview-title h2 {
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .APP .APP_firstview-title h2 {
    font-size: 45px;
    text-align: center;
  }
}

.APP .APP_firstview-title p {
  font-size: 15px;
  letter-spacing: 0;
  line-height: 22px;
  font-weight: bold;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .APP .APP_firstview-title p {
    text-align: left;
  }
}

@media only screen and (max-width: 376px) {
  .APP .APP_firstview-title p {
    font-size: 14px;
  }
}

.APP .plan_wrapper {
  max-width: 565px;
  margin: auto;
  padding-top: 122px;
  margin-bottom: 48px;
}

@media only screen and (max-width: 768px) {
  .APP .plan_wrapper {
    max-width: 84.6%;
    padding-top: 83px;
  }
}

.APP .plan_title {
  width: auto;
  height: auto;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1.6px;
  font-size: 40px;
  color: #000000;
}

@media only screen and (max-width: 768px) {
  .APP .plan_title {
    font-size: 35px;
    letter-spacing: 0;
    text-align: left;
  }
}

.APP .title-store-ship {
  text-align: center;
  width: auto;
  height: auto;
  font-weight: bold;
  font-size: 18px;
  margin-left: 0px;
  margin-bottom: 16px;
  letter-spacing: 0;
}

@media only screen and (max-width: 768px) {
  .APP .title-store-ship {
    font-size: 15px;
    text-align: left;
  }
}

.APP .icon-title-store {
  font-size: 14px;
  letter-spacing: normal;
  text-align: left;
  color: #3c424b;
  margin-bottom: 7px;
  display: flex;
}

.APP .width-logo-icon {
  width: 16px;
  height: 16px;
  margin-bottom: 4px;
  margin-right: 2px;
}

.APP .APP_content-txt h4 {
  font-size: 35px;
  line-height: 47px;
  font-weight: bold;
}

@media only screen and (max-width: 376px) {
  .APP .APP_content-txt h4 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .APP .APP_content-txt h4.mg {
    margin-bottom: 20px;
    font-size: 53px;
  }
}

.APP .APP_content-txt h4.sf {
  font-family: "SF-Compact-blod";
  letter-spacing: -2px;
  padding-top: 16px;
}

@media only screen and (min-width: 768px) {
  .APP .APP_content-txt h4 {
    margin-bottom: 4px;
    padding-top: 0;
    font-size: 35px;
  }
}

.APP .APP_content-txt p {
  font-size: 11px;
  margin-bottom: 40px;
  font-weight: 300;
  letter-spacing: 0;
}

@media only screen and (min-width: 768px) {
  .APP .APP_content-txt p {
    text-align: left;
    margin-bottom: 62px;
    font-size: 13px;
  }
}

.APP .APP_content-txt .yen {
  font-size: 41px;
  margin-right: 6px;
}

@media only screen and (max-width: 768px) {
  .APP .APP_content-txt .yen {
    font-size: 24px;
  }
}

.APP .APP_content-txt span {
  font-size: 18px;
  font-family: "SF-Compact-blod";
}

@media only screen and (min-width: 768px) {
  .APP .APP_content-txt span {
    font-size: 29px;
  }
}

.APP .APP_content-txt span.mr {
  margin-left: 6px;
  letter-spacing: .36em;
}

@media only screen and (min-width: 768px) {
  .APP .APP_content-txt span.mr {
    margin-left: 6px;
    letter-spacing: .3em;
  }
}

@media only screen and (min-width: 768px) {
  .APP .APP_second-wrap {
    display: flex;
    flex-wrap: wrap;
  }
}

.APP .APP_second-wrap .app_dsc {
  padding-top: 10px;
}

.APP .APP_second-wrap .app_dsc p {
  font-size: 10px !important;
  margin-bottom: 0 !important;
}

.APP .APP_second-wrap .app_dsc.app_bottom_txt {
  margin: auto;
}

@media only screen and (max-width: 768px) {
  .APP .APP_second-wrap .app_dsc.app_bottom_txt {
    text-align: center;
  }
}

.APP .APP_second-wrap .app_dsc.app_bottom_txt p {
  font-weight: normal;
  letter-spacing: 0;
}

.APP .APP_second-wrap ul.listbox {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .APP .APP_second-wrap ul.listbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.APP .APP_second-wrap ul.listbox li {
  box-sizing: border-box;
  border-radius: 19px;
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.03);
}

@media only screen and (max-width: 768px) {
  .APP .APP_second-wrap ul.listbox li {
    width: 84.6%;
    margin: 0 auto 20px;
    padding: 40px 20px 40px;
  }
}

@media only screen and (min-width: 768px) {
  .APP .APP_second-wrap ul.listbox li {
    width: 32%;
    max-width: 310px;
    padding: 50px 20px;
    margin-right: 2%;
    margin-bottom: 20px;
  }
  .APP .APP_second-wrap ul.listbox li:nth-child(3n) {
    margin-right: 0;
  }
  .APP .APP_second-wrap ul.listbox li:last-child {
    margin-right: 0;
  }
}

.APP .APP_second-wrap ul.listbox li h4 {
  font-weight: bold;
  letter-spacing: 0;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .APP .APP_second-wrap ul.listbox li h4 {
    font-size: 35px;
  }
}

@media only screen and (min-width: 768px) {
  .APP .APP_second-wrap ul.listbox li h4 {
    font-size: 30px;
    letter-spacing: 0;
  }
}

@media only screen and (max-width: 376px) {
  .APP .APP_second-wrap ul.listbox li h4 {
    font-size: 30px;
    letter-spacing: 0;
  }
}

.APP .APP_second-wrap ul.listbox li p {
  font-weight: normal;
  text-align: left;
  font-size: 14px;
  letter-spacing: 0;
  margin-bottom: 22px;
}

.APP .APP_second-wrap ul.listbox li p.storelink {
  margin-bottom: 30px;
}

.APP .APP_second-wrap ul.listbox li .plan_img {
  margin-bottom: 10px;
}

.APP .APP_second-wrap ul.listbox li .plan_img img {
  width: 86px;
}

.APP .APP_second-wrap ul.listbox li .plan_img p {
  color: #4596E6;
  font-size: 12px;
  font-weight: bold;
  display: inline;
  vertical-align: middle;
}

.APP .APP_second-wrap ul.listbox li h5 {
  font-family: SF-Compact-blod;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 1;
}

.APP .APP_second-wrap ul.listbox li h5 span {
  font-size: 40px;
}

.APP .APP_second-wrap ul.listbox li h5 span.min {
  font-size: 16px;
  padding-left: 6px;
}

.APP .APP_second-wrap ul.listbox li h5 span.pd-l {
  font-size: 16px;
  padding-left: 6px;
}

.APP .APP_second-wrap ul.listbox li .app_btn {
  margin-top: 30px;
}

.APP .APP_second-wrap ul.listbox li.grad {
  box-shadow: none;
}

.APP .APP_second-wrap ul.listbox li.gray {
  background: url(./../images/plan_back.jpg) center center no-repeat;
  background-size: cover;
  box-shadow: 1px 0px 3px 3px rgba(0, 0, 0, 0.05);
}

.APP .APP_second-wrap ul.listbox li.grad {
  background: linear-gradient(to right, #18C6CC, #00B4E2 35%, #2B8BE1 70%, #0074BA);
}

.APP .APP_second-wrap ul.listbox li.grad h4, .APP .APP_second-wrap ul.listbox li.grad h5, .APP .APP_second-wrap ul.listbox li.grad p {
  color: #fff;
}

.APP .APP_second-wrap ul.listbox li.grad .app_btn a {
  color: #4596e6;
  background: #fff;
}

.APP .APP_second-wrap ul.listbox li .plan_box.mb {
  margin-bottom: 20px;
}

.APP .APP_second-wrap ul.listbox.unit_app-list {
  margin-top: 30px;
}

.APP .APP_second-wrap ul.listbox.unit_app-list li {
  text-align: center;
}

.APP .APP_second-wrap ul.listbox.unit_app-list li:first-child h5 {
  margin-top: 40px;
}

.APP .APP_second-wrap ul.listbox.unit_app-list li:first-child p.app_label {
  background: #969EA3;
}

.APP .APP_second-wrap ul.listbox.unit_app-list li:last-child {
  background: #18c6cc;
  background: linear-gradient(to right, #18c6cc 0%, #00b4e2 32%, #2989d8 70%, #0074ba 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#18c6cc', endColorstr='#0074ba',GradientType=1 );
  color: #fff;
}

.APP .APP_second-wrap ul.listbox.unit_app-list li:last-child p.app_price {
  color: #fff;
}

.APP .APP_second-wrap ul.listbox.unit_app-list li:last-child p.app_label {
  color: #4596E6;
  background: #fff;
}

.APP .APP_second-wrap ul.listbox.unit_app-list li h5 {
  font-size: 29px;
}

.APP .APP_second-wrap ul.listbox.unit_app-list li h5 span {
  font-size: 48px;
  font-family: "SF-Compact-semiblod";
}

.APP .APP_second-wrap ul.listbox.unit_app-list li p {
  font-size: 14px;
  text-align: center;
}

.APP .APP_second-wrap ul.listbox.unit_app-list li p.app_txt {
  margin-bottom: 0;
}

.APP .APP_second-wrap ul.listbox.unit_app-list li p.app_price {
  margin: 0;
  text-decoration: line-through;
  font-size: 20px;
  color: #A8A8A8;
}

.APP .APP_second-wrap ul.listbox.unit_app-list li p.app_label {
  font-size: 12px;
  font-weight: bold;
  margin: 15px auto 5px;
  color: #fff;
  background: #4596E6;
  padding: 4px 10px;
  width: 160px;
  max-width: 100%;
  border-radius: 30px;
  letter-spacing: 2px;
}

.APP .APP_second-wrap ul.listbox.unit_app-list li p.app_label span {
  display: inline-block;
  font-size: 14px;
  margin: 0 3px;
}

.APP .APP_content-desc h3 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 6px;
  letter-spacing: 0;
}

@media only screen and (min-width: 768px) {
  .APP .APP_content-desc h3 {
    font-size: 17px;
    line-height: 28px;
    letter-spacing: 0;
    margin-bottom: 8px;
  }
}

.APP .APP_content-desc p {
  font-size: 11px;
  color: #747474;
  margin-bottom: 30px;
  opacity: .8;
  font-weight: 400;
  letter-spacing: 0;
}

@media only screen and (min-width: 768px) {
  .APP .APP_content-desc p {
    font-size: 13px;
    text-align: left;
    opacity: 1;
    line-height: 22px;
  }
}

.APP .APP_content {
  padding: 50px 20px 30px;
  position: relative;
  background: url(./../images/lp/app_image01.jpg) center center no-repeat;
  background-size: cover;
  width: 85%;
  height: 401px;
  margin: 0 auto 30px;
  border-radius: 19px;
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.03);
}

@media only screen and (min-width: 768px) {
  .APP .APP_content {
    width: calc(50% - 15px);
    height: 480px;
    padding: 52px 35px;
    margin: 0 auto 60px;
  }
}

@media only screen and (min-width: 1120px) {
  .APP .APP_content {
    margin-left: 0px;
    margin-bottom: 0;
  }
}

.APP .APP_content p {
  color: #747474;
}

.APP .APP_content:nth-child(2) {
  position: relative;
  background: url(./../images/lp/app_image02.jpg) center center no-repeat;
  background-size: cover;
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.08);
  margin: 0 auto 70px;
}

@media only screen and (min-width: 768px) {
  .APP .APP_content:nth-child(2) {
    width: calc(50% - 15px);
    height: 480px;
    padding: 52px 35px;
  }
}

@media only screen and (min-width: 1120px) {
  .APP .APP_content:nth-child(2) {
    margin-right: 0px;
  }
}

.APP .APP_content:nth-child(2) .APP_content-txt h4 {
  color: #fff;
}

.APP .APP_content:nth-child(2) .APP_content-txt p {
  color: #fff;
}

.APP .APP_content:nth-child(2) .APP_content-txt .yen {
  font-size: 41px;
  margin-right: 6px;
}

@media only screen and (max-width: 768px) {
  .APP .APP_content:nth-child(2) .APP_content-txt .yen {
    font-size: 24px;
  }
}

.APP .APP_content:nth-child(2) .APP_content-txt span {
  font-size: 18px;
}

@media only screen and (min-width: 768px) {
  .APP .APP_content:nth-child(2) .APP_content-txt span {
    font-size: 29px;
  }
}

.APP .APP_content:nth-child(2) .APP_content-desc h3 {
  color: #fff;
}

@media only screen and (max-width: 376px) {
  .APP .APP_content:nth-child(2) .APP_content-desc h3 {
    font-size: 14px;
  }
}

.APP .APP_content:nth-child(2) .APP_content-desc p {
  color: #fff;
}

.APP .APP_content:nth-child(2) .app_btn {
  text-align: center;
}

.APP .APP_content:nth-child(2) .app_btn a {
  color: #4596E6;
  background: #fff;
}

.APP .plan_box_month {
  display: inline-block;
}

.APP .app_btn {
  text-align: center;
}

.APP .app_btn a {
  background: linear-gradient(-135deg, #4596E6, #42CDD3);
  padding: 16px 8px;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  display: block;
  color: #fff;
  border-radius: 8px;
  box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.07);
  line-height: 20px;
}

@media only screen and (min-width: 768px) {
  .APP .app_btn a {
    padding: 13px;
    font-size: 16px;
    height: auto;
    line-height: normal;
  }
}

.aboutTitle {
  text-align: center;
  padding: 105px 30px 55px;
}

.aboutTitle h2 {
  font-size: 32px;
}

.aboutTitle p {
  font-size: 14px;
}

.about_content {
  width: 100%;
  max-width: 960px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .about_content {
    width: 92%;
  }
}

.about_content dl {
  padding: 0 0 40px 0;
}

.about_content dl dt {
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
}

.about_content dl dd {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 32px;
}

.error_wrap {
  text-align: center;
}

.error_wrap .error_icon {
  padding: 230px 0 0 0;
  margin-bottom: 20px;
}

.error_wrap .error_icon figure {
  width: 100px;
  height: auto;
  margin: auto;
  overflow: hidden;
}

.error_wrap .error_icon figure.ship_wrap {
  height: 78px;
}

.error_wrap .error_icon figure .ship {
  width: 100%;
  height: auto;
  white-space: nowrap;
  line-height: 1em;
  -webkit-animation: upDown 2s linear infinite alternate;
          animation: upDown 2s linear infinite alternate;
}

.error_wrap .error_icon figure .wave {
  width: 200px;
  height: auto;
  white-space: nowrap;
  line-height: 1em;
  -webkit-animation: scroll01 18s linear infinite;
          animation: scroll01 18s linear infinite;
}

@-webkit-keyframes upDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
}

@keyframes upDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
}

@-webkit-keyframes scroll01 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes scroll01 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media only screen and (max-width: 768px) {
  .error_wrap .error_icon {
    padding: 170px 0 0 0;
  }
}

.error_wrap .error_text h4 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: 0;
}

@media only screen and (max-width: 768px) {
  .error_wrap .error_text h4 {
    line-height: 40px;
  }
}

.error_wrap .error_text p {
  font-size: 12px;
  margin-bottom: 40px;
  letter-spacing: 0;
}

.error_wrap .error_btn a {
  width: 320px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  border-radius: 8px;
  font-size: 15px;
  background: linear-gradient(-135deg, #4596e6, #42cdd3);
  color: #fff;
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  .error_wrap .error_btn a {
    width: 80%;
    margin: auto;
  }
}

.CONTACT input[type=radio] {
  display: none;
  /* ラジオボタンを非表示にする */
}

.CONTACT_second {
  max-width: 90%;
  margin: 0 auto 60px;
}

@media only screen and (min-width: 768px) {
  .CONTACT_second {
    padding: 0 0 70px;
    margin: 0 auto;
    max-width: 600px;
  }
}

.CONTACT .firstview_box {
  background: linear-gradient(-135deg, #4596E6, #42CDD3);
  width: 100%;
  height: 55px;
  position: fixed;
  transition: all .4s 0s ease-in-out;
  z-index: 60;
}

.CONTACT .firstview_box.link {
  background: none;
}

.CONTACT .firstview_box.active {
  top: 0;
}

.CONTACT .firstview_title {
  padding: 105px 30px 40px;
}

.CONTACT .firstview_title.pd {
  padding: 135px 30px 50px;
}

@media only screen and (max-width: 768px) {
  .CONTACT .firstview_title.pd {
    padding: 115px 22px 00px;
  }
}

@media only screen and (min-width: 768px) {
  .CONTACT .firstview_title {
    text-align: center;
    padding: 105px 30px 55px;
  }
}

.CONTACT .firstview_title h2 {
  font-size: 35px;
  font-weight: bold;
  line-height: 43px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .CONTACT .firstview_title h2 {
    letter-spacing: 0;
    font-size: 45px;
  }
}

.CONTACT .second_select {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}

.CONTACT .second_select .service, .CONTACT .second_select .document {
  font-size: 15px;
  color: #D2D2D7;
  border: 1px solid #D2D2D7;
  border-radius: 8px;
}

@media only screen and (max-width: 768px) {
  .CONTACT .second_select .service, .CONTACT .second_select .document {
    font-size: 13px;
    letter-spacing: 0;
  }
}

.CONTACT .second_select .service.active, .CONTACT .second_select .document.active {
  color: #fff;
  background: linear-gradient(-135deg, #4596E6, #42CDD3);
  border: none;
}

.CONTACT .second_select .service {
  padding: 17px 46px 17px 99px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .CONTACT .second_select .service {
    width: 50%;
    text-align: center;
    padding: 60px 0 18px;
  }
}

.CONTACT .second_select .service.active:after {
  background: url(./../images/lp/service.svg) no-repeat center center;
}

.CONTACT .second_select .service:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 66px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 34px;
  height: 34px;
  background: url(./../images/lp/service-n.svg) no-repeat center center;
  background-size: contain;
}

@media only screen and (max-width: 768px) {
  .CONTACT .second_select .service:after {
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
  }
}

.CONTACT .second_select .document {
  padding: 17px 97px 17px 119px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .CONTACT .second_select .document {
    width: 46%;
    text-align: center;
    padding: 60px 0 18px;
  }
}

.CONTACT .second_select .document.active:after {
  background: url(./../images/lp/document.svg) no-repeat center center;
}

.CONTACT .second_select .document:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 66px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 34px;
  height: 34px;
  background: url(./../images/lp/document-n.svg) no-repeat center center;
  background-size: contain;
}

@media only screen and (max-width: 768px) {
  .CONTACT .second_select .document:after {
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
  }
}

.CONTACT .check_inlineBlock {
  font-size: 12px;
  margin-bottom: 8px;
}

.CONTACT .check_inlineBlock span {
  color: red;
}

.CONTACT .second_user {
  display: flex;
  justify-content: space-between;
  margin-bottom: 38px;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .CONTACT .second_user {
    margin-bottom: 32px;
  }
}

.CONTACT .second_user .use_content {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .CONTACT .second_user .use_content {
    margin-right: 0;
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 768px) {
  .CONTACT .second_user .use_content.mb {
    margin-bottom: 0;
  }
}

.CONTACT .second_user .use_content:nth-child(2) {
  margin-right: 0;
}

@media only screen and (max-width: 768px) {
  .CONTACT .second_user .use_content:nth-child(2) {
    margin-bottom: 0;
  }
}

.CONTACT .second_user .use_content:nth-child(2) label {
  padding: 4px 78px;
}

@media only screen and (max-width: 768px) {
  .CONTACT .second_user .use_content:nth-child(2) label {
    padding: 10px 54px 10px 30px;
  }
}

.CONTACT .second_user .fm_td {
  display: flex;
  flex-wrap: wrap;
}

.CONTACT .second_user label {
  font-size: 12px;
  letter-spacing: 0;
  position: relative;
  border: 1px solid #D2D2D7;
  color: #D2D2D7;
  border-radius: 6px;
  padding: 4px 54px;
  display: inline-block;
  background-color: #FFFFFF;
}

.CONTACT .second_user label.m {
  margin-right: 20px;
}

@media only screen and (max-width: 768px) {
  .CONTACT .second_user label.m {
    margin: 0 0 16px;
  }
}

@media only screen and (max-width: 768px) {
  .CONTACT .second_user label {
    padding: 10px 54px 10px 30px;
    width: 100%;
  }
}

.CONTACT .second_user label.active {
  border: 1px solid #4596E6;
  color: #4596E6;
}

.CONTACT .second_user label.active:after {
  background: #4596E6;
  border: none;
}

.CONTACT .second_user label span {
  font-size: 12px;
  letter-spacing: 0;
}

.CONTACT .second_user label:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #fff;
  border: 1px solid #E5E5E5;
  border-radius: 50%;
  top: 50%;
  left: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.CONTACT .second_user label.pd {
  padding: 4px 78px;
}

@media only screen and (max-width: 768px) {
  .CONTACT .second_user label.pd {
    padding: 10px 54px 10px 30px;
  }
}

.CONTACT .contact_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.CONTACT .contact_wrap li {
  width: 290px;
  margin-bottom: 28px;
}

@media only screen and (max-width: 768px) {
  .CONTACT .contact_wrap li {
    width: 100%;
  }
}

.CONTACT .contact_wrap li.max-width {
  width: 100%;
  margin-bottom: 52px;
}

.CONTACT .contact_wrap li.max-width .error {
  margin-top: 0;
}

.CONTACT .contact_wrap li.max-width textarea {
  border: none;
  background: #f8f8f8;
  width: 100%;
  height: 238px;
  padding: 20px;
}

@media only screen and (max-width: 768px) {
  .CONTACT .contact_wrap li.max-width textarea {
    font-size: 16px;
  }
}

.CONTACT .contact_wrap li.max-width textarea::-webkit-input-placeholder {
  color: #AFAFAF;
}

.CONTACT .contact_wrap li.max-width textarea:-ms-input-placeholder {
  color: #AFAFAF;
}

.CONTACT .contact_wrap li.max-width textarea::-ms-input-placeholder {
  color: #AFAFAF;
}

.CONTACT .contact_wrap li.max-width textarea::placeholder {
  color: #AFAFAF;
}

.tabContent {
  display: none;
}

.tabContent.nm {
  margin-top: 40px;
}

.tabContent.nm .fm_th {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}

.tabContent.nm .second_user {
  margin-bottom: 28px;
}

.tabContent.nm .check_inlineBlock {
  font-size: 16px;
  font-weight: bold;
}

.tabContent.nm .use_content {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .tabContent.nm .mb {
    margin-bottom: 28px;
  }
}

.tabContent.nm .fm_tr {
  width: 50%;
}

@media only screen and (max-width: 768px) {
  .tabContent.nm .fm_tr {
    width: 100%;
  }
}

.tabContent.active {
  display: block;
}

.second_item .contact_mb input {
  width: 100%;
  border-radius: 0;
  border: none;
  height: 45px;
  padding-left: 20px;
  background: #F8F8F8;
}

@media only screen and (max-width: 768px) {
  .second_item .contact_mb input {
    font-size: 16px;
    padding-bottom: 6px;
  }
}

.second_item .contact_mb input::-webkit-input-placeholder {
  color: #AFAFAF;
}

.second_item .contact_mb input:-ms-input-placeholder {
  color: #AFAFAF;
}

.second_item .contact_mb input::-ms-input-placeholder {
  color: #AFAFAF;
}

.second_item .contact_mb input::placeholder {
  color: #AFAFAF;
}

.second_btn {
  margin: auto;
  text-align: center;
}

.second_btn .btn_wrap {
  background: linear-gradient(-135deg, #4596E6, #42CDD3);
  color: #fff;
  border-radius: 40px;
  padding: 20px 135px;
  font-size: 17px;
  font-weight: 700;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.14);
  transition: all .4s;
}

@media only screen and (max-width: 768px) {
  .second_btn .btn_wrap {
    padding: 12.5px 0;
    width: 90vw;
  }
}

.second_btn .btn_wrap:hover {
  opacity: .8;
}

.second_btn .btn_wrap.mb {
  margin-bottom: 30px;
}

.second_btn .btn_wrap.disabled {
  background: linear-gradient(-135deg, #b2c7e0, #a2c7c9);
}

.second_btn .btn_link {
  width: 100%;
  color: #4596E6;
  font-size: 18px;
}

.second_btn .btn_link:hover {
  opacity: .8;
}

.error {
  color: red;
  font-size: 8px;
  margin-top: 4px;
}

.thanks-desc {
  max-width: 860px;
  margin: 0 auto 62px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .thanks-desc {
    max-width: 90vw;
    margin: 40px auto 62px;
    text-align: left;
  }
}

.fnt-s {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0;
}

.thanks_btn {
  background: linear-gradient(-135deg, #4596E6, #42CDD3);
  color: #fff;
  border-radius: 40px;
  padding: 20px 135px;
  font-size: 17px;
  font-weight: 700;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.14);
}

#HEADER {
  width: 100%;
  height: 48px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  overflow: visible;
  transition: all .4s 0s ease-in-out;
}

#HEADER .header_parent {
  position: relative;
  top: 0;
  left: 0;
  width: auto;
}

#HEADER .header_title {
  text-align: center;
  padding: 10px;
}

@media only screen and (min-width: 768px) {
  #HEADER .header_title {
    padding: 0;
    float: left;
  }
}

#HEADER .header_title a {
  width: 142px;
  height: 28px;
  margin: auto;
  display: block;
}

@media only screen and (min-width: 768px) {
  #HEADER .header_title a {
    margin: 5px 0 5px 60px;
  }
}

#HEADER .header_title a img {
  width: 100%;
  height: auto;
}

#HEADER .header_wrap {
  float: right;
  margin: 0;
  display: block;
}

@media only screen and (max-width: 768px) {
  #HEADER .header_wrap {
    background: url(./../images/lp/humberger.png) no-repeat 0 0;
    background-size: 18px;
    float: left;
    margin: 17px 0 0 16px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    position: absolute;
    top: 0;
  }
}

#HEADER .header_wrap.addClose {
  background: url(./../images/lp/humberger.png) no-repeat 0 -22px;
  background-size: 18px;
}

#HEADER .header_content {
  display: block;
}

@media only screen and (max-width: 768px) {
  #HEADER .header_content {
    position: absolute;
    top: 24px;
    left: -16px;
    width: 100vw;
    padding: 36px;
    display: none;
    background: #fff;
    z-index: 99;
  }
}

#HEADER .header_content .sns_icons {
  vertical-align: middle;
  margin-top: 18px;
}

#HEADER .header_content .sns_icons.wh svg path {
  fill: #fff;
}

@media only screen and (max-width: 768px) {
  #HEADER .header_content .sns_icons {
    border: 0 !important;
    padding: 0 !important;
    display: inline-block;
    margin: 20px 0 15px;
  }
  #HEADER .header_content .sns_icons .ml-0 {
    margin-left: 0;
  }
  #HEADER .header_content .sns_icons:after {
    display: none;
  }
}

#HEADER .header_content .sns_icons a {
  padding: 0;
  margin: 0 12px;
}

@media only screen and (max-width: 768px) {
  #HEADER .header_content .sns_icons a {
    margin: 0 8px;
  }
}

#HEADER .header_content .sns_icons svg {
  width: 20px;
  height: 20px;
}

@media only screen and (max-width: 768px) {
  #HEADER .header_content .sns_icons svg {
    width: 28px;
    height: 28px;
  }
}

#HEADER .header_content li {
  list-style: none;
  margin-top: 17px;
  float: left;
}

@media only screen and (max-width: 768px) {
  #HEADER .header_content li {
    border-bottom: 1px solid #eee;
    font-size: 18px;
    color: #fff;
    float: none;
  }
  #HEADER .header_content li:nth-child(1) {
    margin-top: 0;
  }
}

#HEADER .header_content li a {
  font-size: 13.5px;
  vertical-align: text-top;
}

@media only screen and (min-width: 768px) {
  #HEADER .header_content li a {
    display: block;
    text-align: center;
    padding: 0 35px;
    line-height: 1;
    font-weight: 300;
    color: #494949;
    position: relative;
    z-index: 100;
  }
}

#HEADER.sales_header {
  background: #fff;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#HEADER.sales_header.header--unpinned {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
}

#HEADER.sales_header nav {
  height: 100%;
}

#HEADER.sales_header .header_parent {
  height: 100%;
}

#HEADER.sales_header .header_parent .head_flex {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-between;
}

#HEADER.sales_header .header_parent .head_flex .agent_name {
  padding-right: 60px;
}

#HEADER.sales_header .header_parent .head_flex .agent_name p {
  letter-spacing: 0;
}

#HEADER.sales_header .header_logobox {
  padding-left: 4vw;
}

#HEADER.sales_header .header_logobox .header_logo img {
  width: 114px;
}

#HEADER_2 {
  width: 100%;
  position: absolute;
  height: 57px;
}

@media only screen and (max-width: 768px) {
  #HEADER_2 .border_bottom {
    border-bottom: 1px solid rgba(255, 255, 255, 0.6) !important;
  }
}

#HEADER_2.un-shadow .header_wrap {
  text-shadow: none;
}

#HEADER_2 .header_title {
  padding: 16px;
}

@media only screen and (max-width: 768px) {
  #HEADER_2 .header_title {
    position: relative;
  }
}

#HEADER_2 .header_title .header_logo {
  display: none;
}

@media only screen and (max-width: 768px) {
  #HEADER_2 .header_title .header_logo {
    display: block;
    width: 19px;
    height: 26px;
    margin: 0;
  }
}

#HEADER_2 .header_title .header_app {
  width: 100px;
  height: 32px;
  line-height: 32px;
  position: absolute;
  right: 0;
  top: 7px;
  color: #fff;
  letter-spacing: 0;
  background: linear-gradient(-135deg, #4596E6, #42CDD3);
  border-radius: 20px;
  font-size: 13px;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.06);
}

@media only screen and (max-width: 768px) {
  #HEADER_2 .header_title .header_app {
    top: 18px;
    right: 20px;
    width: 80px;
    height: 24px;
    line-height: 24px;
    font-size: 10px;
  }
}

#HEADER_2 .header_title .header_app.storelink {
  width: 100px !important;
}

@media only screen and (max-width: 768px) {
  #HEADER_2 .header_title .header_app.storelink {
    width: 80px !important;
  }
}

@media only screen and (min-width: 768px) {
  #HEADER_2 .header_title a {
    margin: 5px 80px 5px 60px;
  }
}

#HEADER_2 .header_wrap {
  font-size: 0;
}

@media only screen and (max-width: 768px) {
  #HEADER_2 .header_wrap {
    background: none;
    background: 0 0;
    width: auto;
    height: auto;
    color: #fff;
    font-size: 16px;
    margin: 14px 0 0 0;
    left: 50px;
    padding-left: 10px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  }
  #HEADER_2 .header_wrap:before {
    content: "";
    width: 1px;
    height: 24px;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 2px;
    left: -5px;
    z-index: 1000;
  }
  #HEADER_2 .header_wrap:after {
    content: "";
    background: url(./../images/lp/arrow_wf-d.svg) no-repeat;
    position: absolute;
    right: -20px;
    top: 50%;
    width: 15px;
    height: 8px;
    -webkit-transform: translate(0, -40%) rotate(0deg);
            transform: translate(0, -40%) rotate(0deg);
    transition: .4s;
    background-position: 50%, 50%;
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  #HEADER_2 .header_wrap.addClose {
    background: none;
  }
  #HEADER_2 .header_wrap.addClose:after {
    -webkit-transform: translate(0, -40%) rotate(180deg);
            transform: translate(0, -40%) rotate(180deg);
  }
}

#HEADER_2 .header_wrap svg {
  height: 26px;
  width: 16px;
}

@media only screen and (max-width: 768px) {
  #HEADER_2 .header_content {
    left: -50px;
    top: -14px;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.3);
    z-index: -1;
    font-size: 0;
    padding: 0;
    margin: 0;
    text-shadow: none;
  }
}

@media only screen and (max-width: 768px) {
  #HEADER_2 .header_content .header_bg {
    background: linear-gradient(-135deg, rgba(69, 150, 230, 0.96), rgba(66, 205, 211, 0.96));
    padding: 56px 16px 0;
  }
}

#HEADER_2 .header_content .header_bg.storelink {
  background: linear-gradient(81deg, #18c6cc 0%, #00B4E2 35%, #2B8BE1 59%, #0074ba 100%);
}

#HEADER_2 .header_content .header_bg.storelink a {
  text-shadow: none;
  color: #000;
}

@media only screen and (max-width: 768px) {
  #HEADER_2 .header_content .header_bg.storelink a {
    color: #fff;
  }
}

#HEADER_2 .header_content li {
  margin-top: 22px;
  border-bottom: none;
}

@media only screen and (max-width: 768px) {
  #HEADER_2 .header_content li {
    padding: 10px 0;
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    font-size: 13px;
    letter-spacing: 0;
    font-weight: 400;
    position: relative;
  }
  #HEADER_2 .header_content li:after {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(-20%, -40%);
            transform: translate(-20%, -40%);
    content: url(./../images/lp/arrow_wf.svg);
  }
}

@media only screen and (min-width: 768px) {
  #HEADER_2 .header_content li:last-child a {
    margin-right: 220px;
  }
}

#HEADER_2 .header_content li a {
  color: #fff;
  display: block;
  font-weight: 400;
}

@media only screen and (min-width: 768px) {
  #HEADER_2 .header_content li a {
    padding: 0 18px;
    text-shadow: 1px 2px 3px grey;
    letter-spacing: 0;
  }
}

.un-shadow-fv .header_wrap {
  text-shadow: none !important;
}

.un-shadow-fv.active .header_wrap {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4) !important;
}

#HEADER.STORE_LINK #HEADER_2 .header_wrap .header_logo {
  display: block;
  position: absolute;
  top: 12px;
  left: 40px;
  -webkit-transform: translate(0);
          transform: translate(0);
}

@media only screen and (max-width: 768px) {
  #HEADER.STORE_LINK #HEADER_2 .header_wrap .header_logo {
    left: -32px;
    top: 50%;
    -webkit-transform: translate(0, -40%);
            transform: translate(0, -40%);
  }
}

#HEADER.STORE_LINK #HEADER_2 {
  width: 100%;
  position: absolute;
  height: 57px;
}

#HEADER.STORE_LINK #HEADER_2.active {
  background: rgba(255, 255, 255, 0.7);
}

@media only screen and (min-width: 768px) {
  #HEADER.STORE_LINK #HEADER_2.active .color_wf {
    color: #000 !important;
  }
  #HEADER.STORE_LINK #HEADER_2.active .wh svg path {
    fill: #000 !important;
  }
}

#HEADER.STORE_LINK #HEADER_2.active .step_logo path {
  fill: #000 !important;
}

#HEADER.STORE_LINK #HEADER_2.addClose {
  background: none;
}

#HEADER.STORE_LINK #HEADER_2 .header_title {
  padding: 16px;
}

@media only screen and (max-width: 768px) {
  #HEADER.STORE_LINK #HEADER_2 .header_title {
    position: relative;
  }
}

#HEADER.STORE_LINK #HEADER_2 .header_title .header_app {
  width: 100px;
  height: 32px;
  line-height: 32px;
  position: absolute;
  right: 0;
  top: 7px;
  color: #fff;
  letter-spacing: 0;
  background: linear-gradient(-135deg, #4596E6, #42CDD3);
  border-radius: 20px;
  font-size: 13px;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.06);
}

@media only screen and (max-width: 768px) {
  #HEADER.STORE_LINK #HEADER_2 .header_title .header_app {
    top: 18px;
    right: 20px;
    width: 80px;
    height: 24px;
    line-height: 24px;
    font-size: 10px;
  }
}

@media only screen and (min-width: 768px) {
  #HEADER.STORE_LINK #HEADER_2 .header_title a {
    margin: 5px 80px 5px 60px;
  }
}

#HEADER.STORE_LINK #HEADER_2 .header_wrap {
  font-size: 0;
}

@media only screen and (max-width: 768px) {
  #HEADER.STORE_LINK #HEADER_2 .header_wrap {
    background: none;
    background: 0 0;
    width: auto;
    height: auto;
    color: #000;
    font-size: 16px;
    margin: 14px 0 0 0;
    left: 50px;
    padding-left: 10px;
  }
  #HEADER.STORE_LINK #HEADER_2 .header_wrap:before {
    content: "";
    background: rgba(0, 0, 0, 0.9);
    z-index: 10;
  }
  #HEADER.STORE_LINK #HEADER_2 .header_wrap:after {
    content: "";
    position: absolute;
    background: url(./../images/lp/arrow_wf-u.svg) center center no-repeat;
    right: -20px;
    top: 50%;
    width: 15px;
    height: 8px;
    -webkit-transform: translate(0, -40%) rotate(0deg);
            transform: translate(0, -40%) rotate(0deg);
    transition: .2s;
    background-position: 50%, 50%;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    display: inline-block;
  }
  #HEADER.STORE_LINK #HEADER_2 .header_wrap.addClose {
    color: #fff;
  }
  #HEADER.STORE_LINK #HEADER_2 .header_wrap.addClose:after {
    -webkit-transform: translate(0, -40%) rotate(180deg);
            transform: translate(0, -40%) rotate(180deg);
    background: url(./../images/lp/arrow_wf-d.svg) center center no-repeat;
  }
  #HEADER.STORE_LINK #HEADER_2 .header_wrap.addClose:before {
    background: rgba(255, 255, 255, 0.9);
  }
}

@media only screen and (max-width: 768px) and (max-width: 768px) {
  #HEADER.STORE_LINK #HEADER_2 .header_wrap.addClose svg circle {
    fill: #fff;
  }
  #HEADER.STORE_LINK #HEADER_2 .header_wrap.addClose svg path {
    fill: #fff;
  }
}

#HEADER .step_logo {
  width: 100% !important;
  height: auto !important;
}

#FOOTER {
  position: relative;
  padding-bottom: 40px;
}

#FOOTER .bread {
  width: 100%;
  padding: 10px 4%;
  background: #000;
}

#FOOTER .bread ul {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

#FOOTER .bread ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 0px 5px 0px 0;
  color: #fff;
  font-size: 10px;
  line-height: 1;
}

#FOOTER .bread ul li a {
  color: #fff;
  font-size: 12px;
}

#FOOTER .bread ul li p {
  font-size: 12px;
}

#FOOTER .clearfix {
  width: 90%;
  margin: 0 auto 20px;
}

@media only screen and (min-width: 768px) {
  #FOOTER .clearfix {
    margin: 20px auto 10px;
  }
}

@media only screen and (min-width: 768px) {
  #FOOTER .clearfix ul {
    text-align: center;
  }
}

#FOOTER .clearfix ul li {
  padding: 10px 0;
  border-bottom: 1px solid #D2D2D7;
  position: relative;
}

#FOOTER .clearfix ul li a {
  color: #747474;
  display: block;
}

@media only screen and (min-width: 768px) {
  #FOOTER .clearfix ul li a {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  #FOOTER .clearfix ul li {
    display: inline-block;
    border-bottom: 0;
    padding: 10px 12px;
    font-size: 12px;
    letter-spacing: 0;
  }
}

#FOOTER .clearfix ul li:after {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(-20%, -40%);
          transform: translate(-20%, -40%);
  content: url(./../images/lp/arrow_g.svg);
}

@media only screen and (min-width: 768px) {
  #FOOTER .clearfix ul li:after {
    content: "";
  }
}

#FOOTER .copy {
  width: 90%;
  margin: 0 auto 12px;
}

@media only screen and (min-width: 768px) {
  #FOOTER .copy {
    text-align: center;
  }
}

#FOOTER .copy p {
  color: #747474;
  letter-spacing: 0;
  font-size: 10px;
}

@media only screen and (min-width: 768px) {
  #FOOTER .h_nav {
    margin-bottom: 6px;
  }
}

#FOOTER .h_nav li {
  display: inline-block;
  width: auto;
  position: relative;
  padding: 0 4px;
}

#FOOTER .h_nav li:nth-child(1) {
  padding: 0 4px 0 0;
}

#FOOTER .h_nav li:nth-child(5) {
  padding: 0 4px 0;
}

#FOOTER .h_nav li:last-child:after {
  display: none;
}

#FOOTER .h_nav li:after {
  position: absolute;
  right: -4px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "";
  width: 1px;
  height: 10px;
  background: #D2D2D7;
}

#FOOTER .h_nav li a {
  font-size: 10px;
  letter-spacing: 0;
  color: #747474;
}

#FOOTER .footer_icon_wrap {
  width: 90%;
  margin: 30px auto 20px;
}

@media only screen and (max-width: 768px) {
  #FOOTER .footer_icon_wrap {
    margin: 16px auto 10px;
  }
}

#FOOTER .footer_icon_wrap ul {
  text-align: center;
}

@media only screen and (max-width: 768px) {
  #FOOTER .footer_icon_wrap ul {
    text-align: left;
  }
}

#FOOTER .sns_icons {
  border-bottom: 0 !important;
  display: inline-block;
  padding: 0 15px !important;
}

@media only screen and (max-width: 768px) {
  #FOOTER .sns_icons {
    padding: 0 12px !important;
  }
  #FOOTER .sns_icons.pl-0 {
    padding-left: 0 !important;
  }
  #FOOTER .sns_icons:after {
    display: none;
  }
}

#FOOTER .sns_icons img {
  width: 24px;
  height: 24px;
}

@media only screen and (max-width: 768px) {
  #FOOTER .sns_icons img {
    width: 28px;
    height: 28px;
  }
}

.drawer_menu * {
  padding: 0;
  outline: none;
  border: none;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
  text-decoration: none;
  list-style: none;
}

.drawer_menu p {
  color: #363636;
  text-align: center;
  font-size: 15px;
}

.drawer_menu .header_spcontact {
  display: block;
  width: 80%;
  min-width: 296px;
  height: 90px;
  margin: 0 auto;
  font-size: 1.6rem;
  border: 3px solid #fff;
  border-radius: 3px;
  transition: all　2s ease-in-out;
}

.drawer_menu a {
  color: inherit;
  text-decoration: none;
  letter-spacing: .2rem;
  font-size: 1.4rem;
}

.drawer_menu a:visited {
  color: inherit;
}

.drawer_menu .drawer_bg {
  width: 100%;
  height: 120vh;
  position: fixed;
  z-index: 999;
  display: none;
  top: 0;
  left: 0;
  opacity: 0.55;
  background: #fff;
}

.drawer_menu .drawer_button {
  display: block;
  background: none;
  border: none;
  padding: 0;
  width: 18px;
  height: 20px;
  letter-spacing: 0.1em;
  cursor: pointer;
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 1001;
  text-align: center;
  outline: none;
}

@media screen and (max-width: 768px) {
  .drawer_menu .drawer_button {
    top: 14px;
  }
}

.drawer_menu .drawer_button.active {
  box-shadow: none;
}

.drawer_menu .drawer_button .drawer_bar {
  width: 40px;
}

.drawer_menu .drawer_bar {
  display: block;
  height: 4px;
  margin: 8px 0;
  border-radius: 2px;
  transition: all 0.2s;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.drawer_menu .drawer_menu_text {
  display: block;
}

.drawer_menu .drawer_nav_wrapper {
  width: 100%;
  max-width: 400px;
  height: 110vh !important;
  transition: all 0.2s;
  -webkit-transform: translate(100vw);
          transform: translate(100vw);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  background: white;
}

.drawer_menu .drawer_nav_wrapper .inner {
  height: 100%;
  width: 100%;
  padding: 110px 60px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}

@media only screen and (max-width: 768px) {
  .drawer_menu .drawer_nav_wrapper .inner {
    height: 100vh;
  }
}

.drawer_menu .drawer_nav_wrapper .inner::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

@media screen and (max-width: 768px) {
  .drawer_menu .drawer_nav_wrapper .inner {
    padding: 50px 20px 100px;
  }
}

.drawer_menu .drawer_nav_wrapper .header_spcontentbox {
  display: block;
}

.drawer_menu .drawer_nav_wrapper ul.drawer_navlink li {
  padding: 15px 0;
  border-bottom: 1px solid #DEDEDE;
}

.drawer_menu .drawer_nav_wrapper ul.drawer_navlink li:first-child {
  border-top: 1px solid #DEDEDE;
}

.drawer_menu .drawer_nav_wrapper ul.drawer_navlink li p {
  text-align: left;
  color: #000;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0;
}

.drawer_menu .drawer_nav_wrapper.open {
  -webkit-transform: translate(0);
          transform: translate(0);
}

.drawer_menu .drawer_nav_wrapper .contact_wrapper-form {
  background: transparent;
  padding: 0;
  padding-top: 30px;
}

.drawer_menu .drawer_nav_wrapper .contact_wrapper-form p {
  margin-bottom: 15px;
  font-weight: bold;
}

.drawer_menu .drawer_nav_wrapper .contact_wrapper-form .contact_box {
  margin-bottom: 10px;
}

.drawer_menu .drawer_nav_wrapper .contact_wrapper-form .contact_box, .drawer_menu .drawer_nav_wrapper .contact_wrapper-form .contact_box-two {
  width: 100%;
  margin-left: 0;
  border-radius: 5px;
}

.drawer_menu .drawer_nav_wrapper .contact_wrapper-form .contact_box a, .drawer_menu .drawer_nav_wrapper .contact_wrapper-form .contact_box-two a {
  padding: 14px 0;
  font-size: 15px;
  text-align: center;
}

.drawer_menu_close_text {
  display: none;
}

.drawer_menu.left .drawer_button {
  right: auto;
  left: 32px;
}

.drawer_menu.left .drawer_nav_wrapper {
  -webkit-transform: translate(-312px);
          transform: translate(-312px);
  right: auto;
  left: 0;
}

.drawer_menu.left .drawer_nav_wrapper.open {
  -webkit-transform: translate(0);
          transform: translate(0);
}

/*+++ Default Navigation CSS +++*/
.drawer_menu .drawer_nav {
  padding: 30px 24px 30px;
}

.drawer_menu .drawer_nav li {
  font-size: 1.8rem;
  color: #fff;
  font-size: 18px;
  text-align: center;
  margin-bottom: 25px;
  display: block !important;
  font-family: "midashi",Hiragino Sans,"Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
}

.drawer_menu .drawer_nav li a {
  color: #fff;
  font-size: 20px;
}

.drawer_menu .drawer_nav li.choice_language a {
  padding: 0 60px 0 40px;
  position: relative;
}

.drawer_menu .drawer_nav li.choice_language a:before {
  content: '';
  position: absolute;
  display: block;
  width: 1rem;
  height: 1rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  transition: 0.4s;
  top: 15%;
  right: 35px;
}

@media screen and (max-width: 768px) {
  .drawer_nav_wrapper .inner {
    height: 100%;
  }
}

.drawer_menu .drawer_nav li span {
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
  color: #fff;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  border-radius: 4px;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 9px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  width: 45%;
  -webkit-transform: translate3d(1px, 5px, 0) rotate(45deg);
  transform: translate3d(1px, 5px, 0) rotate(45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  -webkit-transform: translate3d(-1px, 0, 0) rotate(-45deg);
  transform: translate3d(-1px, 0, 0) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(3) {
  width: 45%;
  -webkit-transform: translate3d(8px, -6px, 0) rotate(45deg);
  transform: translate3d(8px, -6px, 0) rotate(45deg);
}

main {
  position: relative;
  min-height: 100vh;
}

.display {
  max-width: 1140px;
  width: 100%;
  margin: auto;
}

.display_s {
  max-width: 820px;
  width: 100%;
  margin: auto;
}

.display_m {
  max-width: 960px;
  width: 100%;
  margin: auto;
}

.display_r {
  max-width: 960px;
  width: 100%;
  margin: auto;
}

@media only screen and (max-width: 768px) {
  .display_r {
    width: 84.5%;
  }
}

.sp {
  display: none  !important;
}

.sp:after {
  display: none;
}

.sp:before {
  display: none;
}

@media only screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
}

.pc {
  display: block !important;
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .pc:after {
    display: none;
  }
  .pc:before {
    display: none;
  }
}

.button a {
  background: #fff;
  padding: 18px;
  font-size: 16px;
  border-radius: 32px;
  display: block;
}

.contact_leftText {
  text-align: left;
  margin-left: 10%;
}

@media only screen and (max-width: 768px) {
  .contact_leftText {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .contact_leftText ul {
    margin-bottom: 38px;
  }
}

.contact_leftText li {
  position: relative;
  font-size: 16px;
  margin-bottom: 8px;
  letter-spacing: 0;
}

.contact_leftText li:before {
  content: "";
  background: url(./../images/lp/check.svg) no-repeat center center;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5px;
  left: -28px;
}

.contact_leftImage {
  padding: 17px 30px;
  box-shadow: 2px 3px 8px 1px rgba(0, 0, 0, 0.1);
  border-radius: 18px;
}

@media only screen and (max-width: 768px) {
  .contact_leftImage {
    padding: 11px 20px;
    margin: 38px 0 30px;
  }
}

.contact_leftImage img {
  width: 74px;
}

@media only screen and (max-width: 768px) {
  .contact_leftImage img {
    width: 50px;
  }
}

.contact_wrapper-twoColumn {
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .contact_wrapper-twoColumn {
    flex-wrap: wrap;
  }
}

.contact_wrapper-twoColumn .contact_left, .contact_wrapper-twoColumn .contact_right {
  width: 50%;
}

@media only screen and (max-width: 768px) {
  .contact_wrapper-twoColumn .contact_left, .contact_wrapper-twoColumn .contact_right {
    width: 100%;
  }
}

.contact_wrapper-twoColumn .contact_left {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  .contact_wrapper-twoColumn .contact_left {
    flex-wrap: wrap;
    width: 82%;
    margin: auto;
  }
}

.contact_wrapper-twoColumn .contact_right {
  padding: 110px 0;
  font-size: 24px;
  background: linear-gradient(-135deg, #4596E6, #42CDD3);
  color: #fff;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .contact_wrapper-twoColumn .contact_right {
    padding: 78px 0;
  }
}

.contact_wrapper-twoColumn .contact_right a {
  position: relative;
  letter-spacing: .2em;
  display: inline-block;
  font-size: 24px;
  left: -10px;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .contact_wrapper-twoColumn .contact_right a {
    font-size: 20px;
    left: -10px;
  }
}

.contact_wrapper-twoColumn .contact_right a:after {
  content: "";
  background: url(./../images/lp/right.svg) no-repeat center center;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  right: -40px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media only screen and (max-width: 768px) {
  .contact_wrapper-twoColumn .contact_right a:after {
    width: 16px;
    height: 16px;
    right: -22px;
  }
}

.contact_wrapper-app {
  text-align: center;
}

.contact_wrapper-app.storelink {
  padding: 60px 30px;
}

.contact_wrapper-app h3 {
  color: #4596E6;
  font-size: 22px;
  font-weight: bold;
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
}

.contact_wrapper-app h3:after {
  content: "";
  height: 19px;
  width: 2px;
  position: absolute;
  top: 50%;
  left: -12px;
  -webkit-transform: translate(-50%, -40%) rotate(-25deg);
          transform: translate(-50%, -40%) rotate(-25deg);
  background: #4596E6;
}

.contact_wrapper-app h3:before {
  content: "";
  height: 19px;
  width: 2px;
  position: absolute;
  top: 50%;
  right: -12px;
  -webkit-transform: translate(-50%, -40%) rotate(25deg);
          transform: translate(-50%, -40%) rotate(25deg);
  background: #4596E6;
}

.contact_wrapper-app .app_btn a {
  background: linear-gradient(-135deg, #4596E6, #42CDD3);
  padding: 16px 8px;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  display: block;
  color: #fff;
  border-radius: 8px;
  box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.07);
}

@media only screen and (min-width: 768px) {
  .contact_wrapper-app .app_btn a {
    width: 350px;
    margin: auto;
  }
}

.contact_wrapper-form {
  background: #F8F8F8;
  padding: 60px 30px;
}

@media only screen and (min-width: 768px) {
  .contact_wrapper-form {
    text-align: center;
  }
}

.contact_wrapper-form h3 {
  font-size: 24px;
  font-weight: bold;
}

.contact_wrapper-form p {
  font-size: 13px;
  color: #747474;
  letter-spacing: 0;
  margin-bottom: 30px;
}

.contact_wrapper-form .contact_box {
  background: #00B88C;
  text-align: center;
  border-radius: 8px;
  font-size: 14px;
  margin-bottom: 20px;
  letter-spacing: .24em;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .contact_wrapper-form .contact_box {
    font-size: 15px;
    width: 350px;
    display: inline-block;
    margin-right: 6px;
  }
}

.contact_wrapper-form .contact_box a {
  color: #fff;
  display: block;
  padding: 20px 0;
}

.contact_wrapper-form .contact_box-two {
  background: #4596E6;
  text-align: center;
  border-radius: 8px;
  font-size: 14px;
  letter-spacing: .24em;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .contact_wrapper-form .contact_box-two {
    font-size: 15px;
    width: 350px;
    display: inline-block;
    margin-left: 6px;
  }
}

.contact_wrapper-form .contact_box-two a {
  color: #fff;
  display: block;
  padding: 20px 0;
}

.mb-16 {
  margin-bottom: 16px;
}

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

.anm {
  opacity: 0;
  transition: -webkit-transform 0.2s cubic-bezier(0.37, 0, 0.63, 1);
  transition: transform 0.2s cubic-bezier(0.37, 0, 0.63, 1);
  transition: transform 0.2s cubic-bezier(0.37, 0, 0.63, 1), -webkit-transform 0.2s cubic-bezier(0.37, 0, 0.63, 1);
}

.anm_d {
  opacity: 0;
  transition: -webkit-transform 0.2s cubic-bezier(0.37, 0, 0.63, 1);
  transition: transform 0.2s cubic-bezier(0.37, 0, 0.63, 1);
  transition: transform 0.2s cubic-bezier(0.37, 0, 0.63, 1), -webkit-transform 0.2s cubic-bezier(0.37, 0, 0.63, 1);
}

.anm_y {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  opacity: 0;
}

.hide {
  display: none;
}

.formError {
  z-index: 10 !important;
}

.formError .formErrorContent {
  z-index: 10 !important;
}

.formlink {
  color: #4596E6;
}

.bold {
  font-weight: bold !important;
}

.pl-0 {
  margin-left: 0 !important;
}

.pr-0 {
  margin-right: 0 !important;
}

.color_wf {
  color: #fff !important;
}
