/* mobile web */

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

  .btn-menu {
    display: block;
    position: absolute;
    top: 22px;
    right: 198px;
    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-type01 {
    padding: 0px 24px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 14px;
    line-height: 64px;
    letter-spacing: 0.39px;
  }
  .btn-type01.mint {
    width: 148px;
    box-sizing: border-box;
  }

  .tit {
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.47;
    letter-spacing: 0.83px;
  }
  .tit span {
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.33;
    letter-spacing: 0.5px;
  }
  .tit em {
    letter-spacing: 0.88px;
  }
  .tit.small {
    font-size: 28px;
  }
  .tit.small span {
    margin-bottom: 13px;
  }
  .sub-tit {
    font-size: 28px;
    line-height: 1.41;
    letter-spacing: 1.21px;
  }
  .sub-tit span {
    margin-bottom: 12px;
    font-size: 20px;
    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 {
    max-width: 700px;

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

  .kv {
    padding-top: 64px;
  }
  .kv .text {
    top: 205px;
    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: 28px;
  }
  .kv .text strong {
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    font-size: 48px;
    line-height: 1.29;
    letter-spacing: 1.32px;
  }
  .kv .btn-box {
    margin-top: 60px;
  }
  .kv .apple span {
    background: url("../../images/bg_apple.png") 0 50% no-repeat;
    background-size: auto 20px;
  }
  .kv .google span {
    background: url("../../images/bg_google.png") 0 50% no-repeat;
    background-size: auto 21px;
  }
  .kv figure {
    margin-top: -64px;
    height: 697px;
  }
  .kv video {
    object-fit: cover;
    width: 100%;
  }

  .feature01 .inner {
    padding: 128px 24px;
    margin: 0 auto;
    max-width: 780px;
  }
  .feature01 .inner > p {
    margin-top: 28px;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: 0.5px;
  }
  .feature01 ul {
    display: flex;
    flex-wrap: wrap;
  }

  .feature01 i {
    display: flex;
    width: 100%;
  }
  .feature01 i li {
    flex: 1;
  }
  .feature01 li {
    flex: 1;
    float: none;
    width: auto;
    margin-top: 90px;
  }
  .feature01 li:nth-child(2n) {
    margin-left: 0;
  }
  .feature01 li strong {
    margin-top: 46px;
    font-size: 22px;
    line-height: 1.16;
    letter-spacing: 1.05px;
  }
  .feature01 li p {
    margin-top: 12px;
    width: 327px;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.41px;
    font-weight: normal;
  }
  .feature01 li img {
    height: 120px;
    width: 120px;
  }

  .feature02 {
    padding: 160px 0;
    height: 912px;
  }
  .feature02 .inner {
    margin: 0 24px !important;
  }
  .feature02 .inner > strong {
    padding-top: 28px;
    padding-left: 50%;
    font-size: 36px !important;
    line-height: 1.44;
    letter-spacing: 1.38px;
  }
  .feature02 .inner > p {
    margin-top: 480px;
    width: 260px;
    padding-left: 15%;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.41px;
  }

  @media (min-width: 745px) and (max-width: 850px) {
    .feature02 .inner > p {
      padding-left: 86px;
    }
  }
  .feature02 .device01 {
    top: 0px;
    left: 0px;
    width: 50%;
    text-align: center;
  }
  .feature02 .device01 img {
    height: 640px;
    text-align: right;
  }
  .feature02 .device02 {
    top: 336px;
    right: 0px;
    width: 50%;
  }

  .feature02 .device02 img {
    height: 640px;
    margin-left: -48px;
  }

  .feature03 {
    padding: 148px 0;
  }
  .feature03 .inner {
    margin: 0 auto !important;
    max-width: 780px;
  }
  .feature03 .box01 figure {
    margin-left: -5px;
    display: block;
    flex: 1;
  }
  .feature03 .box01 .text {
    padding-top: 0;
    padding-left: 10%;
    flex: 1;
  }
  .feature03 .box02 {
    margin-top: 125px !important;
  }
  .feature03 .i {
    width: 0px;
  }
  .feature03 .box02 .text {
    padding-top: 0;
    padding-left: 17px;
  }
  .feature03 .box02 figure {
    margin-right: 0;
    padding-left: 4%;
    flex: 1;
  }
  .feature03 figure img {
    height: 350px;
    width: 350px;
    object-fit: cover;
  }
  .feature03 .flex {
    justify-content: space-between;
    max-width: 920px;
    margin: 0 auto;
  }

  .feature03 p {
    margin-top: 21px;
    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: 128px 0;
    max-width: 820px;
    margin: 0 auto;
  }
  .feature04 .inner {
    margin: 0 24px !important;
  }

  .feature04 li:nth-child(1) .text-inner {
    width: 300px;
  }
  .feature04 .tit {
    margin: 0 auto;
    font-size: 34px;
    font-weight: bold;
    line-height: 1.29;
    letter-spacing: 0.94px;
  }
  .feature04 .flex {
    display: flex;
    justify-content: center;
  }
  .feature04 li {
    margin-top: 138px;
  }
  .feature04 figure {
    flex: 1;
  }
  .feature04 li:first-child {
    margin-top: 60px;
  }
  .feature04 li:nth-child(2) .text {
    width: 300px;
    flex: 1;
    margin-left: 20px;
  }
  .feature04 li:nth-child(2) figure {
    flex: 1;
  }

  .feature04 li:nth-child(2) figure {
    flex: 1;
  }
  .feature04 li img {
    height: 252px;
    width: 322px;
  }
  .feature04 li .text {
    flex: 1;
  }
  .feature04 li p {
    width: 330px;
    margin-top: 24px;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.41px;
  }

  .feature05 {
    padding: 136px 0 124px;
  }
  .feature05 .inner {
    max-width: 760px;
    margin: 0 auto;
  }
  .feature05 .tit {
    width: 265px;
    font-size: 30px;
    line-height: 1.47;
    letter-spacing: 0.83px;
  }
  .feature05 strong {
    width: 300px;
    margin-top: 36px;
    font-size: 30px;
    line-height: 1.48;
    letter-spacing: 0.83px;
  }
  .feature05 p {
    width: 300px;
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.46;
    letter-spacing: 0.72px;
  }
  .feature05 figure {
    position: absolute;
    top: -40px;
    right: 20px;
    margin-top: 39px;
    margin-left: -10px;
    text-align: center;
  }
  .feature05 figure img {
    height: 634px;
    width: 361px;
    object-fit: cover;
  }

  .feature06 {
    padding: 120px 0 78px;
  }
  .feature06 .inner {
    margin: 0 auto !important;
    max-width: 744px;
  }
  .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: inline-block;
    margin-top: 22px;
  }
  .feature06 li img {
    height: 210px;
  }
  .feature06 .pc {
    display: block;
  }
  .feature06 .mobile {
    display: none;
  }
  .feature06 li.feefi01 img {
    width: 744px;
  }

  .feature06 li.feefi02 {
    margin-right: 20px;
  }
  .feature06 li.feefi02 img {
    width: 446px;
  }
  .feature06 li.feefi03 img {
    width: 278px;
  }
  .feature06 li p {
    top: 40px;
    left: 38px;
    width: 215px;
    font-size: 17px;
    line-height: 1.37;
    letter-spacing: 0.83px;
  }
  .feature06 .feefi03 {
    margin-left: 0;
    text-align: left;
  }
  .feature06 .feefi03 p {
    top: 117px;
    right: 38px !important;
    text-align: right;
    bottom: auto;
    right: auto;
  }

  /* footer */
  .footer-inner {
    padding: 36px 20px;
    max-width: 744px;
  }
  .footer-inner .top {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    gap: 44px;
  }
  .footer-inner .top .logo img {
    height: 28px;
  }
  .footer-inner .top .logo,
  .footer-inner .top span {
    display: block;
  }
  .footer-inner .top span {
    margin-left: 0;
  }
  .footer-inner .top span a {
    font-size: 14px;
    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: 12px;
    line-height: 1.67;
    letter-spacing: 0.33px;
  }

  /* 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 li p {
    width: 330px;
  }
  .en .feature01 li p {
    width: 330px;
  }
  .en .feature02 .inner > p {
    position: relative;
    width: 280px;
  }
  .en .feature02 .inner .br {
    display: inline;
  }
  .en .feature02 .inner > strong {
    padding-left: 50%;
  }
  .en .feature03 p {
    width: 360px;
  }
  .en .feature03 .box01 .text {
    padding-top: 0;
    flex: 1;
    padding-left: 42px;
  }
  .en .feature03 .box02 .text {
    padding-top: 0;
    flex: 1;
  }
  .en .feature04 li p {
    width: 345px;
  }
  .en .feature05 .tit {
    width: 280px;
  }
  .en .feature05 strong {
    width: 360px;
    margin-top: 78px;
  }
  .en .feature05 p {
    width: 340px;
    margin-top: 24px;
  }
  .en .feature06 .tit {
    width: 580px;
  }
  .en .feature06 li p {
    width: 205px;
  }
  .en .footer-inner .top span a {
  }
  .en .feature03 .box01 .en-line-bk {
    display: block;
  }
}
