@charset "UTF-8";
/*============================
移行用LP
============================*/

#content_lp {
  width: 100%;
  height: calc(100vh - 81px); /* user-frontでは不要 */
  padding: 0;
  background-color: #F7F8FA;
}

#content_lp h2,
#content_lp h3 {
  font-weight: bold;
  color: #384860;
  margin-bottom: 0;
}

#content_lp .text_box {
  color: #333;
  font-size: 1.02rem;
  line-height: 1.8rem;
}

#content_lp .content_inner {
  max-width: 1000px;
  width: 95%;
  margin: 30px auto;
}

#content_lp .balloon_title {
  background-color: #F8E683;
  text-align: center;
  padding: 20px;
  position: relative;
  z-index: 1;
  background-color: #F8E683;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, transparent), color-stop(.5, #f0da5e), to(#f0da5e)),
    -webkit-gradient(linear, 0 0, 100% 0, color-stop(.5, transparent), color-stop(.5, #f0da5e), to(#f0da5e));
  -webkit-background-size: 5px 5px;
}

#content_lp .balloon_title:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 25px 0 25px;
  border-color: #f0da5e transparent transparent transparent;
  position: absolute;
  bottom: -24px;
  margin-left: -40px;
  z-index: 0;
}

#content_lp .balloon_title h2 {
  font-size: 1.7rem;
}

#content_lp .balloon_title h2 svg {
  transform: scale(.85);
}

#content_lp #keyvisual {
  background-image: url(lp_keyvisual.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  min-height: 350px;
  background-size: 44% auto;
  margin: 50px auto;
}
#content_lp #keyvisual.is_maintenance {
  background-image: url(maintenance_visual.png);
  width: 90%;
  max-width: 850px;
  min-height: 330px;
  background-size: 50% auto;
}

#content_lp #keyvisual h2 {
  font-size: 2.1rem;
  line-height: 50px;
  margin-bottom: 30px;
  text-shadow:
    2px 2px 1px #ffffff,
    -2px 2px 1px #ffffff,
    2px -2px 1px #ffffff,
    -2px -2px 1px #ffffff,
    2px 0px 1px #ffffff,
    0px 2px 1px #ffffff,
    -2px 0px 1px #ffffff,
    0px -2px 1px #ffffff;
}

#content_lp .key_text {
  width: 500px;
  font-size: 1.0625rem;
  line-height: 2rem;
  color: #555;
  margin-left: 10px;
  text-shadow:
    2px 2px 1px #F7F8FA,
    -2px 2px 1px #F7F8FA,
    2px -2px 1px #F7F8FA,
    -2px -2px 1px #F7F8FA,
    2px 0px 1px #F7F8FA,
    0px 2px 1px #F7F8FA,
    -2px 0px 1px #F7F8FA,
    0px -2px 1px #F7F8FA;
}
#content_lp #keyvisual .key_text a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-shadow: none;
}

#content_lp #keyvisual .twitter_area {
  width: 100%;
  max-width: 500px;
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

#content_lp #keyvisual .twitter_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 340px;
  padding: 15px 5px;
  border-radius: 80px;
  background: #0f1419;
  box-shadow: 0 5px #5E5E5E;
  color: #fff;
}

#content_lp #keyvisual .twitter_btn img {
  width: 20px;
  margin-right: 10px;
}

#content_lp #keyvisual .twitter_btn p {
  font-size: 20px;
  margin-bottom: 0;
  margin-right: 12px;
}


#content_lp #keyvisual .twitter_btn i,
#content_lp #keyvisual .twitter_btn svg {
  font-size: 13px;
  width: 8px;
  fill: #fff;
}

#content_lp #keyvisual .twitter_btn .twitter_icon i,
#content_lp #keyvisual .twitter_btn .twitter_icon svg {
  font-size: 24px;
  width: 24px;
  margin-right: 5px;
}

#moving_reason,
#twitter_box{
  width: 85%;
  max-width: 800px;
  margin: 50px auto 70px;
  padding: 30px 50px;
  position: relative;
  border-radius: 15px;
}

.double_border {
  border: solid 3px #DBE3F0;
  box-shadow: 0 0 0px 4px #fff, 0 0 0 7px #DBE3F1;
}

#moving_reason .icon {
  position: absolute;
  left: -40px;
  top: -50px;
}


#moving_reason .icon svg {
  transform: scale(.85);
}

#moving_reason h3 {
  font-size: 1.4rem;
  margin-bottom: 15px;
  line-height: 2rem;
}

#twitter_box .icon {
  position: absolute;
  left: -40px;
  top: -40px;
  background-color: #384860;
  color: #fff;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  padding-top: 5px;
}
#twitter_box .icon:after {
  content: "▼";
  display: block;
  position: absolute;
  color: #384860;
  right: 5px;
  line-height: 0;
  transform: scale(2) rotate(-45deg);
  bottom: 10px;
}
#twitter_box .icon i,
#twitter_box .icon svg {
  transform: scale(1.1);
  font-size: 1.6875rem;
}
#twitter_box .twitter-widget {
  margin: 20px;
  border: solid 1px #dbe3f0;
  border-radius: 10px;
  overflow: hidden;
}


#content_lp .text_box ul {
  margin: 10px 0;
}

#content_lp .text_box li {
  margin-top: 3px;
  padding-left: 1em;
  margin-left: 1em;
}

#content_lp .text_box li:before {
  content: "・";
  display: inline;
  margin-left: -1.2em;
  margin-right: 3px;
}

#same_function {
  margin-bottom: 0;
  padding-bottom: 30px;
}

#same_function .text_box {
  text-align: center;
  margin: 50px auto 30px;
}

#same_function .icon svg {
  margin-right: -3px;
  margin-left: -5px;
}

#same_function figure {
  width: 90%;
  margin: auto;
}

#same_function figure img {
  width: 100%;
  height: auto;
  border: solid 3px #fff;
  border-radius: 10px;
  box-shadow: 9px 10px 0px -2px rgb(56 73 96 / 0.2);
}

#same_function figure img.is_sp {
  display: none;
}

#new_function {
  padding-bottom: 30px;
}

#new_function .balloon_title h2 .icon {
  display: inline-block;
  margin-bottom: -4px;
  margin-left: -20px;
}

#new_function .balloon_title h2 svg {
  margin-right: 0;
}

#new_function article {
  display: flex;
  padding: 30px 10px 0;
  width: 100%;
  flex-wrap: wrap;
}

#new_function article:after {
  content: "";
  height: 1px;
  display: block;
  width: 90%;
  margin: 30px auto 0;
  border-bottom: 1px dashed #dbdbdb;
}

#new_function article:last-of-type:after {
  border: none;
}

#new_function article figure {
  width: 33%;
}

#new_function article figure img {
  width: 100%;
  height: auto;
  border: solid 3px #fff;
  border-radius: 10px;
  box-shadow: 9px 10px 0px -2px rgb(56 73 96 / 0.2);
}


#new_function article .detail {
  width: 67%;
  padding-left: 40px;
  padding-top: 10px;
  display: flex;
  flex-direction: column;
}

#new_function article h3 {
  margin-bottom: 15px;
  font-size: 1.25rem;
}

#new_function article .text_box {
  font-size: 0.9375rem;
}

#new_function article .btn_box {
  text-align: right;
  margin-top: auto;
}

#new_function article .btn_box .btn {
  font-size: 0.875rem;
  font-weight: bold;
  padding: 8px;
  width: 120px;
}

#new_function article .btn_box .btn .icon {
  margin-left: 20px;
  margin-right: -30px;
  display: inline-block;
}

#new_function article .btn_box .btn svg {
  float: right;
}
#new_function article .btn_box .btn svg path {
  transform: scale(.035);
}

#content_lp .bigbtn_box {
  text-align: center;
  padding: 30px 30px 0;
}

#content_lp .bigbtn_box .btn {
  padding: 15px 50px;
  min-width: 40%;
}

#future_function {
  background-image: url(lp_future.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  min-height: 250px;
  background-size: 38% auto;
  margin-top: 50px !important;
  padding-bottom: 20px;
}

#future_function h2 {
  font-size: 1.6rem;
  line-height: 2.8rem;
  margin-bottom: 20px;
}

#future_function .text_box {
  padding: 25px;
  border-radius: 10px;
  width: 60%;
}

#howto_signup {
  text-align: center;
  padding-bottom: 30px;
  min-height: 1000px;
}

#howto_signup .balloon_title {
  margin-bottom: 50px;
}

#howto_signup .balloon_title h2 .icon {
  margin-bottom: -4px;
  display: inline-block;
}

#howto_signup .text_box {
  margin-bottom: 30px;
}

#howto_signup .tablist {
  display: flex;
  border-bottom: solid 2px #EAEAEA;
  margin-bottom: 50px;
  justify-content: center;
}

#howto_signup .tablist li {
  margin: 0 30px;
  padding: 18px 10px;
  font-size: 1.25rem;
  color: #8B8B8B;
}

#howto_signup .tablist li.current {
  border-bottom: solid 4px #5687E3;
  margin-bottom: -3px;
  color: #333;
}

#howto_signup .tablist li:last-child.current {
  border-color: #E59500;
}

#howto_signup .tablist li:not(.current):hover {
  color: #555;
  cursor: pointer;
  transition: .2s;
}

#howto_signup .tab_box:last-of-type {
  display: block !important;
}


#howto_signup .tab_box h3 {
  font-size: 1.6rem;
  margin-bottom: 30px;
}

#howto_signup .tab_box .guide_text {
  font-size: 0.9375rem;
}

#howto_signup .tab_box .text-danger {
  font-size: 0.875rem;
}

#howto_signup figure {
  width: 100%;
  margin: auto;
  margin-bottom: 50px;
}

#howto_signup figure img {
  width: 60%;
  height: auto;
  border-radius: 10px;
  border: solid 1px #DBE3F0;
}

#howto_signup .bigbtn_box {
  padding-top: 0;
}

#howto_signup .bigbtn_box .btn {
  font-size: 1.25rem;
}

#howto_signup .bigbtn_box .icon {
  margin-right: 8px;
}

#howto_signup .bigbtn_box svg {
  margin-top: -5px;
  transform: scale(.85);
}

#howto_signup .bigbtn_box .bg_yellow svg {
  transform: scale(.3);
  height: 30px;
  margin-top: -24px;
  margin-right: 3px;
  overflow: visible;
}

#howto_signup figure.d-flex {
  justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}

#howto_signup figure.d-flex img {
  width: 45%;
  margin: 0 10px;
}

#howto_signup figure .icon svg {
  transform: scale(.8);
}





/*============================
レスポンシブ
============================*/

@media screen and (max-width:376px) {

  /*　画面サイズが376pxまで　*/
  #content_lp #keyvisual h2 {
    font-size: 1.5rem !important;
  }

  #moving_reason .icon,
  #twitter_box .icon {
    left: -8% !important;
  }

  #moving_reason .icon svg {
    transform: scale(.6) !important;
  }

  #content_lp .balloon_title h2 {
    font-size: 1.3rem !important;
  }


  #new_function article {
    flex-direction: column;
  }

  #new_function article figure,
  #new_function article .detail {
    width: 100% !important;
    padding: 8px !important;
  }

  #new_function article figure img {
    width: 97%;
  }

  #howto_signup figure img,
  #howto_signup figure.d-flex img {
    width: 100% !important;
  }

  #content_lp #keyvisual h2 {
    margin-bottom: 10px;
  }

  #content_lp #keyvisual .key_text {
    padding: 10px;
    width: 80%;
    font-size: 0.875rem;
    line-height: 1.5rem;
  }


  #content_lp #keyvisual .twitter_btn p {
    font-size: 16px;
  }

  #content_lp #keyvisual .twitter_btn .twitter_icon i,
  #content_lp #keyvisual .twitter_btn .twitter_icon svg {
    font-size: 20px;
    width: 20px;
  }
}

@media screen and (max-width:767px) {

  #content_lp {
    height: initial;
    min-height: inherit;
    padding-bottom: 10px;
  }

  /*　画面サイズが 767px まで　※スマホ表示*/
  #content_lp .text_box {
    font-size: 0.9375rem;
    line-height: 1.4rem;
  }

  #content_lp .balloon_title h2 {
    font-size: 1.5rem;
  }

  #content_lp .balloon_title:after {
    border-width: 20px 20px 0 20px;
    bottom: -19px;
    margin-left: -20px;
  }

  #content_lp .balloon_title h2 svg {
    transform: scale(.75);
  }

  #content_lp #keyvisual {
    margin-top: 20px;
    margin-bottom: 0;
    padding-bottom: 30px;
    background-size: 70% auto;
  }

  #content_lp #keyvisual h2 {
    font-size: 1.7rem;
    line-height: 2rem;
  }

  #content_lp #keyvisual h2 .marker_y {
    background: #fde281b5;
  }

  #content_lp #keyvisual.is_maintenance h2 .marker_y {
    background: none;
  }

  #content_lp #keyvisual .key_text {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 15px;
    width: 100%;
    border-radius: 10px;
    margin-left: 0;
  }

  #content_lp #keyvisual.is_maintenance {
    min-height: 570px;
    margin-top: 0;
    padding-top: 20px;
  }

  #content_lp #keyvisual .twitter_area {
    justify-content: flex-start;
    margin-top: 20px;
  }

  #moving_reason,
  #twitter_box{
    width: 92%;
    padding: 30px 20px;
    margin: 30px auto 50px;
  }

  #moving_reason .icon svg  {
    transform: scale(.7);
  }

  #moving_reason .icon {
    left: -6%;
    top: -50px;
  }
  #twitter_box .icon {
    transform: scale(.7);
    left: -6%;
    top: -50px;
  }

  #twitter_box .twitter-widget {
    margin: 20px -15px;
  }


  #same_function figure {
    width: 95%;
  }

  #same_function figure img.is_sp {
    display: block;
  }

  #same_function figure img.is_pc {
    display: none;
  }

  #new_function article {
    padding: 15px 0 0;
  }

  #new_function article:after {
    margin-top: 20px;
  }

  #new_function article figure {
    width: 40%;
  }

  #new_function article .detail {
    width: 57%;
    padding-left: 20px;
  }

  #new_function article .text_box {
    font-size: 0.875rem;
  }

  #new_function article .btn_box {
    margin-bottom: 0;
  }

  #new_function article .btn_box .btn {
    width: 140px;
  }

  #content_lp .bigbtn_box {
    padding: 30px 10px 0;
  }

  #content_lp .bigbtn_box .btn {
    padding: 15px 30px;
  }

  #future_function {
    background-size: 55% auto;
    margin-top: 30px !important;
    padding-bottom: 40px;
    margin-bottom: 10px !important;
  }

  #future_function h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  #future_function .text_box {
    padding: 15px;
    width: 100%;
    background-color: rgba(255, 255, 255, .6);
    text-shadow:
      2px 2px 1px #ffffff,
      -2px 2px 1px #ffffff,
      2px -2px 1px #ffffff,
      -2px -2px 1px #ffffff,
      2px 0px 1px #ffffff,
      0px 2px 1px #ffffff,
      -2px 0px 1px #ffffff,
      0px -2px 1px #ffffff;
  }

  #howto_signup .balloon_title h2 svg {
    height: 30px;
    margin-right: 0;
  }

  #howto_signup .tablist {
    margin-bottom: 20px;
  }

  #howto_signup .tablist li {
    margin: 0 10px;
    padding: 13px 10px;
    font-size: 1.25rem;
  }

  #howto_signup .tablist li.current {
    background-color: #4286ea21;
  }

  #howto_signup .tablist li:last-child.current {
    background-color: #e6960321;
  }

  #howto_signup .tab_box h3 {
    font-size: 1.375rem;
    line-height: 1.9rem;
    margin-bottom: 20px;
  }

  #howto_signup figure {
    margin-bottom: 30px;
  }

  #howto_signup figure img,
  #howto_signup figure.d-flex img {
    width: 80%;
  }

  #howto_signup figure.d-flex {
    flex-direction: column;
  }

  #howto_signup figure .icon svg {
    transform: rotate(90deg) scale(.8);
  }

  #howto_signup .text_box span[data-toggle="collapse"] {
    text-decoration: underline;
    font-size: 0.8125rem;
  }

  #howto_signup .text_box span[data-toggle="collapse"]:after {
    content: "▼";
    display: inline;
    margin-left: 5px;
  }

  #howto_signup .text_box span[aria-expanded="true"]:after {
    content: "▲";
  }

  #howto_signup .toggle_box {
    border: solid 1px #dae3f0;
    padding: 15px 10px;
    margin-top: -10px;
  }

}

@media screen and (max-width:376px) {
  #content_lp #keyvisual.is_maintenance {
    min-height: 470px;
  }
}

@media screen and (min-width:768px) {

  /*　画面サイズが768px以上　※PC表示*/
  #howto_signup .text_box.text-danger,
  #howto_signup .toggle_box {
    display: none;
  }

}
