/* mobile web */

@media (max-width: 560px) {
  .mobile {
    display: block;
  }
  .pc {
    display: none;
  }
  * {
    word-break: normal;
  }

  .btn-menu {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 24px;
    height: 24px;
    z-index: 9999;
    background: url("../../images/btn_menu.png") no-repeat;
    background-size: auto 24px;
    text-indent: -9999px;
  }
  .line-bk {
    display: block;
  }

  .mobile-nav {
    overflow-y: scroll;
    display: block;
    padding: 17px 0;
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    right: -100%; /*right:0;*/
    background: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    z-index: 9999;
  }
  .mobile-nav .close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 28px;
    height: 28px;
    border-radius: 8px;
    padding: 2px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
  }
  .mobile-nav .close:hover,
  .mobile-nav .close:focus {
    background: #f5f5f5;
  }
  .mobile-nav .close img {
    height: 24px;
  }
  .mobile-nav .logo {
    padding: 0 20px;
  }
  .mobile-nav .logo img {
    height: 30px;
  }
  .mobile-nav .lang {
    margin-top: 17px;
  }
  .mobile-nav .lang li a {
    display: block;
    padding: 0 20px;
    font-size: 15px;
    font-weight: bold;
    line-height: 60px;
    letter-spacing: 0.83px;
    color: rgba(0, 0, 0, 0.4);
  }
  .mobile-nav .lang li a:hover,
  .mobile-nav .lang li a:focus {
    background: #f5f5f5;
    color: rgba(0, 0, 0, 0.8);
  }

  .btn-box a {
    margin: 0 8px;
  }
  .btn-type01 {
    padding: 7px 15px;
    border-radius: 8px;
    font-size: 15px;
    line-height: 48px;
    letter-spacing: 0.66px;
    font-weight: 500;
  }
  .btn-type01.mint {
    padding: 0 22px;
  }

  .tit {
    font-size: 29px;
    line-height: 1.5;
    letter-spacing: 1.21px;
  }
  .tit span {
    margin-bottom: 6px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.29;
    letter-spacing: 0.77px;
  }
  .tit em {
    letter-spacing: 0.88px;
  }
  .tit.small {
    font-size: 28px;
  }
  .tit.small span {
    margin-bottom: 8px;
  }
  .sub-tit {
    font-size: 26px;
    line-height: 1.41;
    letter-spacing: 1.21px;
  }
  .sub-tit span {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0.83px;
  }

  .select-box button {
    border-radius: 4px;
    padding-left: 10px;
    padding-right: 28px;
    font-size: 11px;
    line-height: 36px;
    letter-spacing: 0.6px;
  }
  .select-box button:after {
    right: 4px;
  }
  .select-box > div {
    top: 30px;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .select-box > div ul li a {
    padding: 0 8px;
    font-size: 11px;
    line-height: 36px;
    letter-spacing: 0.6px;
  }

  .header-inner {
    padding: 17px 20px;
  }
  .header-inner h1 {
    float: none;
    background: url("../../images/logo.png") 0 no-repeat;
    background-size: auto 30px;
    width: 189px;
    height: 30px;
  }
  .header-inner h1 img {
    height: 30px;
  }
  .header-inner .lang {
    display: none;
  }

  .kv {
    padding-top: 64px;
  }
  .kv .text {
    top: 155px;
    width: auto;
    margin-left: 0;
    padding: 0 26px;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
  }
  .kv .text .btn-box span {
    padding-left: 24px;
  }
  .kv .text strong {
    font-size: 30px;
    line-height: 1.27;
    letter-spacing: 1.65px;
  }
  .kv .btn-box {
    margin-top: 28px;
  }
  .kv .apple span {
    background: url("../../images/bg_apple.png") 0 50% no-repeat;
    background-size: auto 15px;
  }
  .kv .google span {
    background: url("../../images/bg_google.png") 0 50% no-repeat;
    background-size: auto 15px;
  }
  .kv .mint {
    width: 101px;
    margin-top: 17px;
    padding: 7px 15px;
  }
  .kv figure {
    height: 565px;
    margin-top: -64px;
  }
  .kv video {
    object-fit: cover;
    width: 100%;
  }

  .inner {
    max-width: 327px !important;
  }

  .feature01 .inner {
    padding: 84px 0;
    margin: 0 auto;
  }
  .feature01 .inner > p {
    width: 300px;
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.46;
    letter-spacing: 0.72px;
  }
  .feature01 li {
    float: none;
    width: auto;
    margin-top: 54px;
  }
  .feature01 li:nth-child(2n) {
    margin-left: 0;
  }
  .feature01 li strong {
    margin-top: 20px;
    font-size: 22px;
    line-height: 1.16;
    letter-spacing: 1.05px;
  }
  .feature01 li p {
    margin-top: 12px;
    width: 327px;
    font-size: 16px;
    line-height: 1.46;
    letter-spacing: 0.72px;
  }
  .feature01 li img {
    height: 112px;
    width: 110px;
  }

  .feature02 {
    padding: 84px 0;
  }
  .feature02 .inner {
    margin: 0 auto !important;
  }
  .feature02 .inner figure {
    position: relative;
    margin-top: 44px;
    margin-left: -20px;
    text-align: center;
  }
  .feature02 .inner > strong {
    padding-left: 0;
    font-size: 32px !important;
    line-height: 1.44;
    letter-spacing: 1.38px;
  }
  .feature02 .inner > p {
    width: 327px;
    margin-top: 30px;
    padding-left: 0;
    font-size: 16px;
    line-height: 1.46;
    letter-spacing: 0.72px;
  }
  .feature02 .device01 {
    top: auto;
    left: auto;
  }
  .feature02 .device01 img {
    height: 470px;
  }
  .feature02 .device02 {
    display: none;
  }

  .feature03 {
    padding: 84px 0;
  }
  .feature03 .inner {
    margin: 0 auto !important;
  }
  .feature03 .box01 {
    flex-direction: column-reverse;
  }
  .feature03 .box01 figure {
    margin-left: -5px;
    display: block;
    width: 100%;
    text-align: center;
  }
  .feature03 .box01 .text {
    padding-top: 0;
  }
  .feature03 .box02 {
    margin-top: 69px;
    display: block;
  }
  .feature03 .box02 .text {
    padding-top: 0;
  }
  .feature03 .box02 figure {
    margin-right: 0;
    margin-left: -5px;
    display: block;
    width: 100%;
    text-align: center;
  }
  .feature03 figure {
    margin-top: 36px;
  }
  .feature03 figure img {
    height: 300px;
    width: 300px;
    object-fit: cover;
  }
  .feature03 p {
    margin-top: 17px;
    width: 345px;
    font-size: 16px;
    line-height: 1.46;
    letter-spacing: 0.7px;
    word-break: keep-all;
  }
  .feature03 .para {
    display: none;
  }
  .feature03 .desc {
    display: block;
    margin-top: 17px;
    width: 340px;
    font-size: 16px;
    line-height: 1.46;
    letter-spacing: 0.7px;
    white-space: nowrap;
  }

  .feature04 {
    padding: 84px 0;
  }
  .feature04 .inner {
    margin: 0 auto !important;
  }
  .feature04 .tit {
    font-size: 29px;
    line-height: 1.44;
    letter-spacing: 1.38px;
  }
  .feature04 li {
    margin-top: 52px;
    display: block;
  }
  .feature04 li:first-child {
    margin-top: 32px;
  }
  .feature04 li:nth-child(2) {
    display: flex;
    flex-direction: column-reverse;
  }
  .feature04 li:nth-child(2) figure,
  .feature04 li:nth-child(2) .text {
    width: 100%;
  }
  .feature04 li img {
    height: 258px;
    width: 328px;
  }
  .feature04 li .text {
    margin-top: 30px;
  }
  .feature04 li p {
    width: 330px;
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.46;
    letter-spacing: 0.72px;
  }

  .feature05 {
    padding: 84px 0;
  }
  .feature05 .inner {
    margin: 0 auto !important;
  }
  .feature05 .tit {
    width: 265px;
    font-size: 29px;
    line-height: 1.44;
    letter-spacing: 1.38px;
  }
  .feature05 strong {
    width: 257px;
    margin-top: 36px;
    font-size: 25px;
    line-height: 1.43;
    letter-spacing: 1.16px;
  }
  .feature05 p {
    width: 300px;
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.46;
    letter-spacing: 0.72px;
  }
  .feature05 figure {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 39px;
    margin-left: -10px;
    text-align: center;
  }
  .feature05 figure img {
    height: 551px;
    width: 308px;
    object-fit: cover;
  }

  .feature06 {
    padding: 84px 0 70px;
  }
  .feature06 .inner {
    margin: 0 auto !important;
  }
  .feature06 .tit {
    width: 328px;
    font-size: 29px;
    line-height: 1.44;
    letter-spacing: 1.38px;
    word-break: keep-all;
  }
  .feature06 ul {
    margin-top: 14px;
  }
  .feature06 li {
    display: block;
    margin-top: 22px;
  }
  .feature06 li img {
    height: 210px;
    width: 328px;
  }
  .feature06 li p {
    top: 28px;
    left: 28px;
    width: 215px;
    font-size: 18px;
    line-height: 1.37;
    letter-spacing: 0.83px;
  }
  .feature06 .feefi03 {
    margin-left: 0;
    text-align: left;
  }
  .feature06 .feefi03 p {
    top: 28px;
    left: 28px;
    bottom: auto;
    right: auto;
  }

  /* footer */
  .footer-inner {
    padding: 24px 20px 26px;
  }
  .footer-inner .top {
    margin-bottom: 12px;
  }
  .footer-inner .top .logo img {
    height: 24px;
  }
  .footer-inner .top .logo,
  .footer-inner .top span {
    display: block;
  }
  .footer-inner .top span {
    margin-left: 0;
    margin-top: 22px;
  }
  .footer-inner .top span a {
    font-size: 13px;
    line-height: 1.36;
    letter-spacing: 0.61px;
  }
  .footer-inner .top span a:first-child {
    margin-left: 0;
  }
  .footer-inner p,
  .footer-inner p a {
    font-size: 10px;
    line-height: 1.6;
    letter-spacing: 0.55px;
  }

  /* popup */
  .pop-close {
    top: 12px;
    right: 12px;
    width: 28px;
    height: 28px;
    border-radius: 4px;
  }
  .pop-type01 {
    border-radius: 12px;
  }
  .pop-ok {
    width: 279px;
    font-size: 14px;
    line-height: 44px;
    letter-spacing: 0.66px;
    border-radius: 6px;
  }

  .pop-ready {
    width: 343px;
    padding: 60px 32px 22px;
    height: 358px;
  }
  .pop-ready .clock {
    top: -58px;
  }
  .pop-ready .clock img {
    height: 94px;
  }
  .pop-ready > strong {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.83px;
    font-weight: bold;
  }
  .pop-ready > p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.46;
    letter-spacing: 0.71px;
  }
  .pop-ready .select-box button {
    width: 86px;
    height: 44px;
  }
  .pop-ready .number-wrap {
    margin-top: 22px;
    height: 44px;
  }
  .pop-ready .input {
    width: 178px;
    margin-left: 12px;
    border-radius: 4px;
    height: 42px;
  }
  .pop-ready .input input {
    padding: 10px;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0.6px;
  }
  .pop-ready .check-wrap {
    margin-top: 10px;
    padding-left: 0px;
  }
  .pop-ready .pop-ok {
    margin-top: 18px;
  }

  /* eng */
  .en .feature01 .inner > p {
    width: 280px;
  }
  .en .feature01 li p {
    width: 330px;
  }
  .en .feature01 li p {
    width: 330px;
  }
  .en .feature02 .inner > strong {
    padding-left: 0;
  }
  .en .feature02 .inner > p {
    width: 320px;
  }
  .en .feature02 .inner .br {
    display: inline;
  }
  .en .feature03 p {
    width: 315px;
  }
  .en .feature03 .box01 .text {
    padding-top: 0;
  }
  .en .feature03 .box02 .text {
    padding-top: 0;
  }
  .en .feature04 .tit {
    width: 230px;
  }
  .en .feature04 li p {
    width: 345px;
  }
  .en .feature05 .tit {
    width: 280px;
  }
  .en .feature05 strong {
    width: 310px;
    margin-top: 36px;
  }
  .en .feature05 p {
    width: 340px;
    margin-top: 40px;
  }
  .en .feature06 .tit {
    width: 300px;
  }
  .en .feature06 li p {
    width: 205px;
  }
  .en .footer-inner .top span a {
  }
  .en .feature03 .box01 .en-line-bk {
    display: block;
  }
}
