@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');


/* -----------------------------------
body
----------------------------------- */
body {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    color: #868686;
    letter-spacing: 0.1em;
    width: 100%;
    height: 100vh;
    position: relative;
    overflow-x: hidden;
    min-width: 375px;
}


/* -----------------------------------
loading
----------------------------------- */
#main {
    display: none;
}
#loader-bg {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #57e2b1;
    z-index: 1;
}
#loader {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    margin-top: -100px;
    margin-left: -100px;
    text-align: center;
    color: #fff;
    z-index: 2;
}
#loader img {
    width: 120px;
}
.loading {
    margin-top: 10px;
    font-size: : 18px;
    transform: rotateZ(0.03deg);
}
.loading span {
    display: inline-block;
    margin: 0 -.05em;
    animation: loading .8s infinite;
}
.loading span:nth-child(2) {
    animation-delay: .1s;
}

.loading span:nth-child(3) {
    animation-delay: .2s;
}

.loading span:nth-child(4) {
    animation-delay: .3s;
}

.loading span:nth-child(5) {
    animation-delay: .4s;
}

.loading span:nth-child(6) {
    animation-delay: .5s;
}

.loading span:nth-child(7) {
    animation-delay: .6s;
}

@keyframes loading {
    0% , 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(6px);
    }
}


/* ----------------------------------- 
effect
----------------------------------- */
.effect {
    opacity: 0;
}
.effect.on {
    opacity: 1;
    transition: all 1s;
}
.effect.fadein {
    transform: scale(0.8);
}
.effect.fadein.on {
    transform: scale(1);
}
.effect.fadein-t {
    transform: translateY(-50px);
}
.effect.fadein-t.on {
    transform: translateY(0px);
    transition: all 1s;
}
.fadein-b {
    transform: translateY(50px);
}
.fadein-b.on {
    transform: translateY(0px);
    transition: all 1s;
}
.effect.fadein-l {
    transform: translateX(-100px);
}
.effect.fadein-l.on {
    transform: translateX(0px);
    transition: all 1s;
}
.effect.fadein-r {
    transform: translateX(100px);
}
.effect.fadein-r.on {
    transform: translateX(0px);
    transition: all 1s;
}
li:nth-child(1).effect.on {
    transition-delay: .0s !important;
}
li:nth-child(2).effect.on {
    transition-delay: .2s !important;
}
li:nth-child(3).effect.on {
    transition-delay: .4s !important;
}
li:nth-child(4).effect.on {
    transition-delay: .6s !important;
}
li:nth-child(1) .num.effect.on {
    transition-delay: .0s !important;
}
li:nth-child(2) .num.effect.on {
    transition-delay: .1s !important;
}
li:nth-child(3) .num.effect.on {
    transition-delay: .2s !important;
}
li:nth-child(4) .num.effect.on {
    transition-delay: .3s !important;
}


/* ----------------------------------- 
 common
----------------------------------- */
.wrap{
    width: 90%;
    max-width: 1400px;
    margin: auto;
    position: relative;
}
header .wrap , #kv .wrap {
    padding: 20px 0;
}

#main {
    position: relative;
}
section {
    padding: 100px 0;
}
.sec-title {
    text-align: center;
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 30px;
    letter-spacing: 0.05em;
}
.sec-title span {
    font-size: 150%;
    color: #3cdea3;
    padding: 0 4px;
}
.sec-text {
    text-align: center;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 36px;
}
.step{
    display: flex;
    width: 100%;
    justify-content: space-around;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}
.step li{
    width: calc(100% / 3);
    text-align: center;
    margin-top: 20px;
    list-style: none;
}
.step li p.num{
    font-size: 26px;
    font-weight: bold;
    color: #3cdea3;
    text-align: left;
    margin: 0;
    margin-left: 16%;
    position: relative;
    z-index: 1;
}
.step li p.num span{
    font-size: 50px;
    padding-left: 6px;
}
.step li p.img{
    position: relative;
    margin: -24px auto 20px;
    width: 90%;
    vertical-align: bottom;
}
.step li p.img img.ss{
    width: 210px;
    filter: drop-shadow(0 0 3px rgb(76 76 76 / 42%));
}
.step li p.img img.qrcode{
    width: 168px;
    margin-top: 51px;
}
.step li p.img img.klug{
    vertical-align: bottom;
}
.step li:nth-child(1) p.img img.klug{
    width: 48px;
    margin-left: 1%;
}
.step li:nth-child(2) p.img img.klug{
    width: 73px;
    margin-right: -9%;
    margin-left: -7%;
}
.step li:nth-child(3) p.img img.klug{
    width: 52px;
    margin-left: -8%;
    margin-right: 1%;
}
.step li p.title{
    font-size: 20px;
}
.step li p.text{
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-stroke: 0.1px #fff;
    transform: rotateZ(0.03deg);
    letter-spacing: normal;
    text-align: justify;
    max-width: fit-content;
    margin: 0 auto 10px;
    padding: 0 15px;
}


/* -----------------------------------
 btn
----------------------------------- */
a.btn{
    position: relative;
    display: flex;
    background: linear-gradient(#32da32, #009f00);
    border-radius: 16px;
    color: #fff;
    padding: 10px 16px;
    align-items: center;
    box-shadow: 0 6px 5px rgb(76 76 76 / 42%);
    border: none;
    z-index: 1;
    transition: all 0.5s;
}
a.btn:hover{
    color: #fff;
    transform: scale(1.05);
     -webkit-box-shadow: inset 0 8px 10px rgb(76 76 76 / 42%);
    box-shadow: 0 8px 10px rgb(76 76 76 / 42%);
}
a.btn:focus{
    color: #fff;
     -webkit-box-shadow: inset 0 6px 5px rgb(76 76 76 / 42%);
    box-shadow: 0 6px 5px rgb(76 76 76 / 42%);
    outline: unset;
    outline-offset: 0;
}
a.btn:active {
     outline:unset;
     background-image: none;
     background: linear-gradient(#32da32, #009f00);
     -webkit-box-shadow: inset 0 6px 5px rgb(76 76 76 / 42%);
     box-shadow: 0 6px 5px rgb(76 76 76 / 42%);
}
a.btn:visited {
    color: #fff;
}

a.btn img{
    width: 30px;
    height: auto;
}
a.btn span{
    font-size: 22px;
    line-height: 34px;
    padding: 0px 4px 0 12px;
    letter-spacing: 0.1em;
    transform: rotateZ(0.03deg);
}



/* ----------------------------------- 
 header 
----------------------------------- */
header {
    background: transparent;
    width: 100%;
    padding: 10px 0;
    position: absolute;
    z-index: 1;
}
header h2 {
    width: 150px;
    margin: 0;
}
header h2 a {
    display: block;
    width: 100%;
    height: 100%;
}
header h2 a img {
    width: 100%;
}



/* ----------------------------------- 
 kv 
----------------------------------- */
#kv{
    background: url(https://helpcenter.trendmicro.com/ja-jp/support-channel/line/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 610px;
    padding-top: 80px;
    background-position-x: center;
    background-position-y: bottom;
}
#kv h1{
    position: relative;
    font-size: 64px;
    margin: 50px 0 30px;
    color: #fff;
    letter-spacing: 0.05em;
    text-shadow: 0 6px 5px rgb(76 76 76 / 42%);
    z-index: 1;
    display: inline-block;
    transform: rotateZ(0.03deg);
}
#kv h1 span:first-child{
    font-size: 36px;
    display: block;
    margin-bottom: 14px;
}
#kv h1 span:last-child{
    font-style: italic;
    position: absolute;
    font-size: 130%;
    bottom: -10px;
}
#kv .img{
    position: absolute;
    right: 40px;
    top: 8px;
    width: 100%;
    max-width: 506px;
    height: auto;
    z-index: 0;
    margin-bottom: 0;
}
#kv .img img{
    width: 100%;
    filter: drop-shadow(0 20px 26px rgb(76 76 76 / 22%));
}
#kv .description{
    position: relative;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 40px;
    color: #ffffff;
    letter-spacing: 0.15em;
    text-shadow: 0 6px 5px rgb(76 76 76 / 42%);
    z-index: 1;
    transform: rotateZ(0.03deg);
}
#kv .add-friends{
    display: inline-block;
}


/* -----------------------------------
 notice
----------------------------------- */
#notice .notice-wrap {
    background: #05a505;
    background: #868686;
    padding: 40px 58px;
    border-radius: 20px;
    color: #fff;
    transform: rotateZ(0.03deg);
}
#notice .notice-wrap h3{
    margin: 0 0 20px;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    border-bottom: 2px solid #fff;
    padding-bottom: 20px;
}
#notice .notice-wrap p{
    font-size: 19px;
}
#notice .notice-wrap p:last-child{
    margin-bottom: 0;
}
#notice .notice-wrap p a{
    color: #00d3ff;
    text-decoration: underline;
}
#notice .notice-wrap p a:hover{
    color: #40deff;
}


/* ----------------------------------- 
 section detail
----------------------------------- */
section{
    padding: 100px 0 0;
}
section .detail{
    display: flex;
    justify-content: space-between;
    margin: 0 -1%;
    padding-bottom: 100px;
    border-bottom: 2px solid #f7f7f7;
}
section .detail .img{
    width: 36%;
    min-width: 220px;
    max-width: 234px;
}
section .detail .img img{
    width: 100%;
}
section .detail .contents{
    margin-left: 3%;
    width: 100%;
}
section .detail .contents .title{
    font-size: 50px;
    line-height: 56px;
    padding-left: 2%;
    margin-bottom: 18px;
    transform: rotateZ(0.03deg);
}
section .detail .contents .title .time {
    font-size: 24px;
    line-height: 1;
    padding-left: 16px;
}
section .detail .contents .description {
    font-size: 25px;
    line-height: 36px;
    margin-bottom: 30px;
    padding-left: 2%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-stroke: 0.3px #fff;
    transform: rotateZ(0.03deg);
}
section .detail .contents ul.step li{
    width: calc(100% / 4);
}
section .detail .contents ul.step li .num{
    font-size: 30px;
    opacity: 0.6;
    margin-left: 8%;
    margin-bottom: 10px;
}
section .detail .contents ul.step li .img{
    /* width: 50%; */
    /* max-width: 120px; */
}
section .detail .contents ul.step li .img img.ss{
    width: 194px;
    filter: drop-shadow(0 0 3px rgb(76 76 76 / 42%));
}
section .detail .contents ul.step li .note{
    font-size: 13px;
    width: 90%;
    margin: auto;
    text-indent: -1em;
    padding-left: 1em;
    text-align: left;
    color: #9d9d9d;
    transform: rotateZ(0.03deg);
    letter-spacing: normal;
}


/* ----------------------------------- 
 how_to_use 
----------------------------------- */
section#how_to_use {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}
section#how_to_use ul.step li .mb{
    margin-top: -22px;
}
section#how_to_use ul.step li .mb a{
    width: 184px;
    display: inline-block;
}
section#how_to_use ul.step li .mb a span{
    padding-left: 8px;
}
section#how_to_use ul.step li .mb a img{
    width: 26px;
    margin-top: -4px;
}
section#how_to_use ul.step li .mb img.klug{
    width: 50px;
    margin-left: 10px;
    margin-bottom: 10px;
}

/* ----------------------------------- 
 use-guide
----------------------------------- */
section#use-guide{
    padding: 70px 0 160px;
    position: relative;
    background: #f7f7f7;
}
section#use-guide:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 6vw solid #ffffff;
    border-left: 100vw solid transparent;
}
section#use-guide:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 6vw solid #ffffff;
    border-right: 100vw solid transparent;
}
section#use-guide ul{
    display: flex;
    justify-content: space-around;
    list-style: none;
    width: -webkit-fill-available;
    z-index: 6;
    left: 0;
    margin-top: 20px;
    padding-left: 0;
}
section#use-guide ul li {
    width: calc(100% / 3 - 2%);
    /* text-align: center; */
    margin: 0 1%;
    height: 100%;
}
section#use-guide ul li a{
    border-radius: 30px;
    color: #fff;
    padding: 10px 26px;
    align-items: center;
    /* box-shadow: 0 6px 5px rgb(76 76 76 / 42%); */
    font-size: 18px;
    display: block;
    left: 0;
    top: 0;
    position: relative;
    text-decoration: none;
    transform: rotateZ(0.03deg);
    transition: all 0.5s;
    background: linear-gradient(#bdbdbd, #979797);
}
section#use-guide ul li a:hover{
    /*transform:scale(1.05);*/
    /* box-shadow: 0 6px 5px rgb(76 76 76 / 42%); */
}
section#use-guide ul li a:after{
    font-family: "FontAwesome";
    content: "\f107";
    font-weight: bold;
    font-size: 25px;
    line-height: 1;
    position: absolute;
    right: 26px;
}

section#use-guide ul li a.helpcenter:hover,
section#use-guide ul li a.helpcenter.active{
     background: linear-gradient(#73c9a5, #1aa96d); 
}
section#use-guide ul li a.ai-chat:hover,
section#use-guide ul li a.ai-chat.active{
     background: linear-gradient(#ff9fb1, #f58398); 
}
section#use-guide ul li a.security-news:hover,
section#use-guide ul li a.security-news.active{
     background: linear-gradient(#d9d765, #c4c102); 
}


/* ----------------------------------- 
 use-guide
----------------------------------- */
.menu-contents{
    background: linear-gradient(0deg, rgb(247 247 247) 0%, rgb(243 243 243) 30%, rgb(255 255 255) 63%, rgb(249 249 249) 100%);
    background: #ffffff;
}


/* ----------------------------------- 
 ai-chat 
----------------------------------- */
section#ai-chat{
    padding: 80px 0 0;
}
section#ai-chat .detail .contents .title{
    color: #f58398;
}
section#ai-chat .detail .contents .title:after{
    color: #f58398;
    content: '';
    position: absolute;
    width: 469px;
    height: 10px;
    border-radius: 10px;
    /* top: 0; */
    right: 0;
    background: #f58398;
    /* border-bottom: 6vw solid #f5f5f5; */
    /* border-right: 100vw solid transparent; */
    opacity: 0;
}
section#ai-chat .detail .contents ul.step li .num{
    color: #f58398;
}
section#ai-chat .dls {
    margin: 40px 2% 0;
}
section#ai-chat .dls p {
    padding: 20px 30px;
    font-size: 20px;
    background: #fae4e8;
    border-radius: 20px;
    transform: rotateZ(0.03deg);
}
section#ai-chat .dls p a{
    color: #f58398;
    text-decoration: underline;
}


/* ----------------------------------- 
 helpcenter
----------------------------------- */
section#helpcenter{
    padding: 100px 0 0;
}
section#helpcenter .detail .contents .title{
    color: #1aa96d;
}
section#helpcenter .detail .contents ul.step li .num{
    color: #1aa96d;
}
section ul.step:after{
    content: "";
    display: block;
    width: calc(100% / 4);
}
section#helpcenter .detail .contents ul.step li:nth-child(3) {
    width: calc(100% / 2);
    margin-bottom: 30px;
}
section#helpcenter .detail .contents ul.step li:nth-child(3) p.img {
    display: flex;
    justify-content: center;
    gap: 20px;
    /* align-items: flex-end; */
}


/* ----------------------------------- 
 security-news
----------------------------------- */
section#security-news{
    padding-bottom: 40px;
}
section#security-news .detail .contents .title{
    color: #c4c102;
}
section#security-news .detail .contents ul.step li .num{
    color: #c4c102;
}
section#security-news .detail{
    border: none;
}


/* ----------------------------------- 
 privacy-protection 
----------------------------------- */
section#privacy-protection{
    padding: 120px 0;
    background: #f7f7f7;
}
section#privacy-protection .sec-img{
    width: 130px;
    margin: 0 auto 30px;
}
section#privacy-protection .sec-img img{
    width: 100%;
}
section#privacy-protection .text{
    font-size: 20px;
    line-height: 30px;
    padding: 10px 40px 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-stroke: 0.2px #f7f7f7;
    transform: rotateZ(0.03deg);
}
section#privacy-protection .text p{
    margin-bottom: 20px;
}
section#privacy-protection .text p a.exit{
    display: inline-block;
    margin-top: 4px;
    /*color: #ff81bc;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-stroke: 0.1px #f7f7f7;
    padding-left: 26px;
    position: relative;
}
section#privacy-protection .text p a.exit:before{
    font-family: FontAwesome;
    content: "\f08e";
    position: absolute;
    left: 0;
    font-size: 16px;
    top: 2px;
}


/*section#privacy-protection .text p a.exit i{
    padding-right: 8px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-stroke: 0.1px #28ce28;
    font-size: 90%;
}*/


/* ----------------------------------- 
add-share
----------------------------------- */
section#add-share{
    background: #63dcb0;
    background: url(https://helpcenter.trendmicro.com/ja-jp/support-channel/line//bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
}
section#add-share .add{
    margin-bottom: 60px;
    text-align: center;
}
section#add-share .add .sec-title{
    color: #fff;
    font-size: 36px;
    line-height: 48px;
    letter-spacing: 0.05em;
    text-shadow: 0 6px 5px rgb(76 76 76 / 42%);
    transform: rotateZ(0.03deg);
}
section#add-share .add .add-friends{
    display: inline-block;
    margin:0; 
}
section#add-share .add .add-friends a{
    position: relative;
    display: flex;
    background: linear-gradient(#32da32, #009f00);
    border-radius: 16px;
    color: #fff;
    padding: 10px 16px;
    align-items: center;
    box-shadow: 0 6px 5px rgb(76 76 76 / 42%);
    border: none;
    z-index: 1;
}
section#add-share .add .add-friends a img{
    width: 30px;
    height: auto;
}
section#add-share .add .add-friends a span{
    font-size: 20px;
    line-height: 32px;
    padding: 0px 12px;
    letter-spacing: 0.1em;
    transform: rotateZ(0.03deg);
}
section#add-share .share{
    text-align:center; 
}
section#add-share .share p{
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
    color: #fff;
    display: inline-block;
    position: relative;
    transform: rotateZ(0.03deg);
}
section#add-share .share p:before,
section#add-share .share p:after {
    content: '';
    position: absolute;
    top: 8px;
    height: 25px;
}
section#add-share .share p:before{
    border-left: solid 4px;
    left: -24px;
    transform: rotate(-30deg);
}
section#add-share .share p:after{
    border-left: solid 4px;
    right: -24px;
    transform: rotate(30deg);
}
section#add-share .share .sns{
    display: flex;
    justify-content: space-evenly;
    text-align: center;
    width: 220px;
    margin: auto;
}
section#add-share .share .sns a{
    width: 40px;
    height: 40px;
    background: #989898;
    border-radius: 50%;
    transition: all 0.5s;
    position: relative;
}
/*section#add-share .share .sns a:hover:after{
    content: "å…±æœ‰ã™ã‚‹";
    position: absolute;
    top: 50px;
    left: -8px;
    width: max-content;
    line-height: 1;
}*/
section#add-share .share .sns a.facebook{
    background: #2e80da;
}
section#add-share .share .sns a.twitter{
    background: #429cff;
}
section#add-share .share .sns a.line{
    background: #fff;
    line-height: 40px;
    font-size: 14px;
    letter-spacing: 0.001em;
    font-weight: bold;
    color: #0aaa0a;
    text-decoration: none;
}
section#add-share .share .sns a.facebook:hover,
section#add-share .share .sns a.twitter:hover{
    background: #fff;
}
section#add-share .share .sns a svg{
    width: 100%;
}
section#add-share .share .sns a svg .st0{
    transition: all 0.5s;
}
section#add-share .share .sns a.facebook:hover svg .st0{
    fill: #2e80da!important; 
}
section#add-share .share .sns a.twitter:hover svg .st0{
    fill: #429cff!important; 
}
section#add-share .share .sns a.line:hover{
    color: #fff;
    background: #0aaa0a; 
}




/* ----------------------------------- 
totop 
----------------------------------- */
a.totop {
    padding: 20px 0;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    color: #fff;
    width: 100%;
    right: 0;
    overflow: hidden;
    background: #2f2f2f;
    display: block;
    border-bottom: 1px solid #191919;
}
a.totop:hover,
a.totop:visited,
a.totop:active{
    text-decoration: none;
    background: #434343;
}


/* ----------------------------------- 
banner
----------------------------------- */
.banner {
    position: fixed;
    right: 0;
    bottom: 6%;
    width: 120px;
    padding: 10px;
    background: linear-gradient(#32da32, #00c700);
    background: #00bc00;
    border-radius: 6px 0 0 6px;
    box-shadow: 0px 5px 10px #00000040;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transform: translateX(200px);
    transition: all 1s;
}
.banner.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0px);
    /* transform: scale(1.05); */
}
.banner:before {
    content: "";
    background: url(https://helpcenter.trendmicro.com/ja-jp/support-channel/line/banner.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 56px;
    height: 75px;
    top: -69px;
    right: 2px;
    margin: auto;
    transform: rotate(26deg);
}
.banner p{
    color: #fff;
    font-size: 13px;
    line-height: 17px;
    letter-spacing: unset;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-stroke: 0.1px #27cd27;
    transform: rotateZ(0.03deg);
}
.banner img{
    width: 100%;
    padding: 2px;
    background: #fff;
}
.banner a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner.mb {
    width: 100%;
    bottom: 0;
    height: 54px;
    border-radius: 0;
    box-shadow: 0px -5px 10px #56565640;
    transform: translateY(200px);
    background: #f7f7f7;
    padding: 6px;
}
.banner.mb:before {
    display: none;
}
.banner.mb.active {
    transform: translateY(0);
}
.banner.mb:hover {
    background: linear-gradient(#00c700 , #32da32);
}
.banner.mb a {
    text-align: center;
    font-size: 18px;
    line-height: 35px;
    color: #fff;
    background: linear-gradient(#32da32, #00c700);
    border-radius: 30px;
    padding: 4px;
    margin: auto;
    display: inline-block;
    position: static;
}


/* ----------------------------------- 
footer
----------------------------------- */
footer {
    position: relative;
    background-color: #2f2f2f;
    text-align: center;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
footer p{
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    margin: 0;
    padding: 10px 0;
}
footer p br{
    display: none;
}


/* ----------------------------------- 
modal
----------------------------------- */
#Info{
    transition: all 1s;
}
#Info .modal-dialog{
    display: flex;
    align-items: center;
    min-height: 100%;
    width: 95%;
    max-width: 1100px;
}
#Info .modal-dialog .modal-content{overflow: hidden;}
#Info .modal-dialog .modal-content .modal-header {
    background: #40d69f;
    padding: 15px 30px;
    text-align: center;
}
#Info .modal-dialog .modal-content .modal-header .modal-title {
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    transform: rotateZ(0.03deg);
}
#Info .modal-dialog .modal-content .modal-body {
    font-size: 16px;
    color: #4a4a4a;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    padding: 30px;
}
#Info .modal-dialog .modal-content .modal-body hr{margin-top: 25px;margin-bottom: 25px;}
#Info .modal-dialog .modal-content .modal-body img{
    width: 90px;
    margin: 30px auto;
    display: block;
}
#Info .modal-dialog .modal-content .modal-body h4{
    font-size: 16px;
    margin: 0 0 6px;
    font-weight: 600;
}
#Info .modal-dialog .modal-content .modal-body h5{
    margin: 0 0 6px;
    font-size: 15px;
    font-weight: 600;
}
#Info .modal-dialog .modal-content .modal-body a{
    position:relative;
    padding-left:24px;
    margin-top: 2px;
    display: inline-block;
}
#Info .modal-dialog .modal-content .modal-body a.no-icon{
    padding-left:0;
    margin-top: 0;
}
#Info .modal-dialog .modal-content .modal-body a:before {
    font-family: FontAwesome;
    content: "\f08e";
    position: absolute;
    left: 2px;
    font-size: 15px;
    top: 3px;
}
#Info .modal-dialog .modal-content .modal-body a.no-icon:before{
    display: none;
}
#Info .modal-dialog .modal-content .modal-body ul li{
    margin-bottom: 16px;
}
#Info .modal-dialog .modal-content .modal-body ul li a{
    display: inline-block;
    margin-top: 4px;
}
.modal-backdrop.in {
    transition: all 0.5s;
    opacity: .9;
    filter: alpha(opacity = 90);
}



/* ----------------------------------------  
@media screen and ( max-width:1400px)
----------------------------------------  */
@media screen and ( max-width:1400px) {
    #kv {
        height: 512px;
        padding-top: 65px;
    }
    #kv h1 {
        font-size: 55px;
        margin: 40px 0 20px;
    }
    #kv h1 span:first-child {
        font-size: 34px;
        margin-bottom: 10px;
    }
    #kv h1 span:last-child {
        font-size: 124%;
        bottom: -6px;
    }
    #kv .description {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 30px;
    }
    #kv .img {
         max-width: 420px;
    }
    a.btn img {
        width: 24px;
    }
    a.btn span {
        font-size: 20px;
        line-height: 32px;
    }
    .sec-title {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .sec-text {
        font-size: 22px;
        line-height: 34px;
        margin-bottom: 34px;
    }
    #notice .notice-wrap {
        padding: 40px ;
    }
    #notice .notice-wrap h3{
        font-size: 24px;
    }
    #notice .notice-wrap p{
        font-size: 18px;
    }

    section .detail {
        flex-direction: column;
    }
    section .detail .contents {
        margin-left: 0;
    }
    section .detail .contents .title {
        text-align: center;
        margin: 20px 0 16px;
        padding: 0;
        font-size: 44px;
        line-height: 52px;
    }
    section .detail .img {
        width: 200px;
        min-width: 200px;
        max-width: 200px;
        margin: auto;
    }
    section .detail .contents .title .time {   
        margin-top: 14px;
        font-size: 22px;
    }
    section .detail .contents .description {
        text-align: center;
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 26px;
        padding-left: 0;
    }
    section#how_to_use {
        padding: 100px 0;
    }
    section#use-guide {
        padding: 60px 0 120px;
    }
    section#use-guide ul li a {
        padding: 8px 24px;
        font-size: 17px;
    }
    section#ai-chat {
        padding: 60px 0 0;
    }
    section#privacy-protection {
        padding: 100px 0;
    }
    section#privacy-protection .text {
        padding: 10px 20px 0;
    }
    section#add-share {
        padding: 100px 0;
        background-size: 120%;
    }
    section#add-share .add {
        margin-bottom: 40px;
    }
    section#add-share .add .sec-title {
        font-size: 32px;
        line-height: 44px;
        margin-bottom: 30px;
    }
    section#add-share .add .add-friends a span {
        font-size: 20px;
        line-height: 32px;
    }
    section#add-share .add .add-friends a img {
        width: 24px;
    }
    section#add-share .share p {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 18px;
    }
    section#add-share .share p:before, section#add-share .share p:after {
        top: 8px;
        height: 25px;
    }
}
@media screen and ( max-width:1200px) {
    #kv {
        height: 472px;
        padding-top: 60px;
    }
    #kv h1 {
        font-size: 48px;
        margin: 40px 0 20px;
    }
    #kv h1 span:first-child {
        font-size: 30px;
        margin-bottom: 10px;
    }
    #kv h1 span:last-child {
        font-size: 116%;
        bottom: -4px;
    }
    #kv .description {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 24px;
    }
    #kv .img {
         max-width: 390px;
    }
    a.btn img {
        width: 22px;
    }
    a.btn span {
        font-size: 18px;
        line-height: 28px;
    }
    .sec-title {
        font-size: 38px;
        line-height: 48px;
        margin-bottom: 16px;
    }
    .sec-text {
        font-size: 21px;
        line-height: 31px;
        margin-bottom: 32px;
    }
    section .detail .contents .title {
        margin: 20px 0 16px;
        font-size: 42px;
        line-height: 50px;
    }
    section .detail .img {
        width: 180px;
        min-width: 180px;
        max-width: 180px;
    }
    section .detail .contents .title .time {
        margin-top: 12px;
        font-size: 21px;
    }
    section .detail .contents .description {
        font-size: 21px;
        line-height: 30px;
        margin-bottom: 30px;
    }
    section#notice {
        padding: 90px 0 30px;
    }
    section#how_to_use {
        padding: 90px 0;
    }
    section .detail .contents ul {
        width: 90%;
        margin: auto;
    }
    section ul.step:after {
        width: calc(100% / 2);
    }
    section ul.step li p.img img.ss {
        width: 194px;
    }
    section ul.step li:nth-child(2) p.img img.klug {
        margin-right: -11%;
    }
    .step li p.img img.qrcode {
        width: 154px;
    }
    section .detail .contents ul.step li {
        width: calc(100% / 2);
        margin-bottom: 30px;
    }
    section .detail .contents ul.step li .num {
        margin-left: 24%;
    }
    section#helpcenter .detail .contents ul.step li:nth-child(3) {
        width: calc(100% / 1);
    }
    section#ai-chat .dls {
        margin: 20px 6% 0;
    }
    section#ai-chat .dls p {
        font-size: 18px;
    }
    section#privacy-protection {
        padding: 90px 0;
    }
    section#privacy-protection .text {
        padding: 10px 0 0;
    }
    section#add-share {
        padding: 90px 0;
        background-size: 140%;
    }
    section#add-share .add {
        margin-bottom: 40px;
    }
    section#add-share .add .sec-title {
        font-size: 32px;
        line-height: 44px;
        margin-bottom: 28px;
    }
    section#add-share .add .add-friends a span {
        font-size: 18px;
        line-height: 28px;
    }
    section#add-share .add .add-friends a img {
        width: 22px;
    }
    section#add-share .share p {
        font-size: 26px;
        line-height: 38px;
        margin-bottom: 16px;
    }
    section#add-share .share p:before, section#add-share .share p:after {
        top: 7px;
        height: 23px;
    }
}

@media screen and ( max-width:1080px) {
    header .wrap, #kv .wrap {
        padding: 0;
    }
    header h2 {
        width: 130px;
        margin: 10px 0; 
    }
    #kv {
        height: 856px;
        text-align: center;
        padding-top: 60px;
    }
    #kv h1 {
        font-size: 52px;
        margin: 6px 0 20px;
    }
    #kv h1 span:first-child {
        font-size: 32px;
        margin-bottom: 14px;
    }
    #kv h1 span:last-child {
        font-size: 120%;
        bottom: -4px;
    }
    #kv .description {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 30px;
    }
    #kv .img {
         max-width: 350px;
         position: static;
         margin: 16px auto 26px;
    }
    #notice .notice-wrap h3 {
        text-align: left;
    }

    .step li {
        width: calc(100% / 2);
        margin-bottom: 30px;
    }
    .sec-title {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .sec-text {
        font-size: 20px;
        line-height: 29px;
        margin-bottom: 30px;
    }
    section#how_to_use ul.step li .mb {
        margin-top: 67px;
    }
    section#how_to_use ul.step li p.title {
        margin-top: 20px;
    }
    section#how_to_use ul.step li .mb img.klug {
        width: 50px;
        margin-left: 10px;
        margin-bottom: 0px;
    }
    section#use-guide ul {
        margin: 4px -3%;
    }
    section#use-guide ul li a {
        padding: 8px 8px;
        text-align: center;
    }
    section#use-guide ul li a:after {
        display: none;
    }
    section .detail .contents .title {
        margin: 20px 0 20px;
        font-size: 44px;
        line-height: 52px;
    }
    section .detail .img {
        width: 180px;
        min-width: 180px;
        max-width: 180px;
    }
    section .detail .contents .title .time {
        margin-top: 12px;
        font-size: 21px;
    }
    section .detail .contents .description {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 30px;
    }
    section .detail .contents ul.step li .num {
        margin-left: 18%;
    }
    section#notice {
        padding: 80px 0 20px;
    }
    section#how_to_use {
        padding: 80px 0;
    }
    section#helpcenter .detail .contents ul.step li:nth-child(3) {
        width: calc(100% / 1);
    }
    section ul.step li:nth-child(2) p.img img.klug {
        margin-right: -8%;
    }
    section .detail .contents .title .time {
        display: block;
        padding-left: 0;
    }
    section#privacy-protection {
        padding: 80px 0;
    }
    section#privacy-protection .sec-img {
        width: 112px;
        margin: 0 auto 30px;
    }
    section#privacy-protection .text {
        font-size: 18px;
        line-height: 28px;
        padding: 10px 0 0;
    }
    section#privacy-protection .text p {
        margin-bottom: 16px;
    }
    section#add-share {
        padding: 80px 0;
        background-size: 180%;
    }
    section#add-share .add {
        margin-bottom: 40px;
    }
    section#add-share .add .sec-title {
        font-size: 26px;
        line-height: 38px;
        margin-bottom: 28px;
    }
    section#add-share .share p {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 16px;
    }
    section#add-share .share p:before, section#add-share .share p:after {
        top: 7px;
        height: 23px;
    }
}

@media screen and ( max-width:768px) {
    header .wrap, #kv .wrap {
        padding: 0;
    }
    header h2 {
        width: 120px;
         margin: 0; 
    }
    #kv {
        height: 870px;
    }
    #kv h1 {
        font-size: 43px;
        margin: 6px 0 20px;
    }
    #kv h1 span:first-child {
        font-size: 26px;
        margin-bottom: 14px;
    }
    #kv h1 span:last-child {
        font-size: 130%;
        bottom: -10px;
    }
    #kv .description {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 30px;
    }
    #kv .img {
         max-width: 350px;
         position: static;
         margin: 26px auto;
    }
    .sec-title {
        font-size: 38px;
        line-height: 48px;
        margin-bottom: 18px;
    }
    .sec-text {
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 28px;
        text-align: left;
    }
    .sec-text br{
        display: none;
    }
    .step li p.num {
        margin-left: 8%;
    }
    section .detail .contents ul {
        width: 100%;
        margin: auto;
    }
    section .detail .contents ul.step li .num {
        margin-left: 14%;
    }
    section .detail .contents .description {
        text-align: left;
    }
    section#how_to_use {
        padding: 70px 0;
    }
    section#use-guide {
        padding: 50px 0 100px;
    }
    section#use-guide ul li {
        width: calc(100% / 3 - 4px);
        margin: 4px 0;
    }
    section#use-guide ul li a {
        padding: 8px 8px;
        text-align: center;
        font-size: 15px;
        letter-spacing: 0.01em;
    }
    section#ai-chat .dls {
        margin: 16px 2% 0;
    }
    section#ai-chat .dls p {
        font-size: 17px;
        line-height: 24px;
        padding: 14px 20px;
    }
    section#privacy-protection {
        padding: 70px 0;
    }
    section#add-share {
        padding: 70px 0;
        background-size: 180%;
    }
    section#add-share .add {
        margin-bottom: 40px;
    }
    section#add-share .add .sec-title {
        font-size: 23px;
        line-height: 35px;
        margin-bottom: 26px;
    }
    section#add-share .share p {
        font-size: 24px;
        line-height: 34px;
    }
    section#add-share .share p:before, section#add-share .share p:after {
        top: 7px;
        height: 22px;
    }
    .banner.pc {
        display: none!important;
    }
}

@media screen and ( max-width:680px) {
    #kv {
        /* height: 790px; */
    }
    #kv h1 {
        /* font-size: 40px; */
        /* margin: 6px 0 20px; */
    }
    #kv h1 span:first-child {
        /* font-size: 25px; */
        /* margin-bottom: 12px; */
    }
    #kv h1 span:last-child {
        font-size: 117%;
        bottom: -4px;
    }
    #kv .description {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 22px;
    }
    #kv .img {
        /* max-width: 320px; */
        /* margin: 20px auto; */
    }
    #notice .notice-wrap {
        padding: 30px;
    }
    #notice .notice-wrap h3 {
        font-size: 20px;
        line-height: 26px;
        margin: 0 0 16px;
    }
    #notice .notice-wrap p {
        font-size: 16px;
    }
    .sec-title {
        font-size: 34px;
        line-height: 46px;
        margin-bottom: 16px;
    }
    .sec-text {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 28px;
    }
    #main section ul.step li {
        width: calc(100% / 1);
        margin-bottom: 0px;
    }
    .step li p.img img.qrcode {
        margin-top: 20px;
    }
    .step li:nth-child(2) p.img img.klug {
        width: 73px;
        margin-right: -30px;
        margin-left: -30px;
    }
    .step li:nth-child(3) p.img img.klug {
        width: 52px;
        margin-right: -4px;
        margin-left: -35px;
    }
    section .detail .contents .title {
        margin: 20px 0 20px;
        font-size: 40px;
        line-height: 48px;
    }
    section .detail .img {
        width: 166px;
        min-width: 166px;
    }
    section .detail .contents .title .time {
        margin-top: 10px;
        font-size: 19px;
    }
    section .detail .contents .description {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 26px;
    }
    section#notice {
        padding: 60px 0 30px;
    }
    section#how_to_use {
        padding: 60px 0;
    }
    section#privacy-protection {
        padding: 60px 0;
    }
    section#add-share {
        padding: 60px 0;
        background-size: 200%;
    }
    section#add-share .add {
        margin-bottom: 40px;
    }
    section#add-share .add .sec-title {
        font-size: 22px;
        line-height: 34px;
        margin-bottom: 24px;
    }
    section#add-share .add .sec-title br{
        display: none;
    }
    section#add-share .share p {
        font-size: 24px;
        line-height: 32px;
    }
    section#add-share .share p:before, section#add-share .share p:after {
        top: 8px;
        height: 20px;
    }
}

@media screen and ( max-width:640px) {
    #kv {
        height: 820px;
    }
    #kv h1 {
        /* font-size: 34px; */
        /* margin: 6px 0 20px; */
    }
    #kv h1 span:first-child {
        /* font-size: 20px; */
        /* margin-bottom: 12px; */
    }
    #kv h1 span:last-child {
        font-size: 117%;
        bottom: -4px;
    }
    #kv .description {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 22px;
        text-align: left;
    }
    #kv .description br{
        display: none;
    }
    #kv .img {
        /* max-width: 300px; */
        /* margin: 20px auto; */
    }
    #notice .notice-wrap {
        padding: 20px;
    }
    #notice .notice-wrap h3{
        font-size: 17px;
        line-height: 24px;
        margin: 0 0 12px;
        padding-bottom: 12px;
        transform: rotateZ(0.03deg);
    }
    #notice .notice-wrap p{
        font-size: 15px;
    }
    #notice .notice-wrap p br{
        display:none;
    }
    .sec-title {
        font-size: 32px;
        line-height: 44px;
        margin-bottom: 14px;
    }
    .sec-text {
        font-size: 17px;
        line-height: 24px;
        margin-bottom: 26px;
        transform: rotateZ(0.03deg);
    }
    section#notice {
        padding: 50px 0 20px;
    }
    section#how_to_use {
        padding: 50px 0;
    }
    section#use-guide ul li a {
        font-size: 14px;
    }
    section#privacy-protection {
        padding: 50px 0;
    }
    section#privacy-protection .sec-img {
        width: 100px;
    }
    section#add-share {
        padding: 50px 0;
        background-size: 220%;
    }
    section#add-share .add {
        margin-bottom: 40px;
    }
    section#add-share .add .sec-title {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 22px;
    }
    section#add-share .share p {
        font-size: 22px;
        line-height: 30px;
    }
    section#add-share .share p:before, section#add-share .share p:after {
        top: 4px;
        height: 22px;
    }
}

@media screen and ( max-width:548px) {
    #loader img {
        width: 100px;
    }
    .loading {
        font-size: : 16px;
    }
    #kv {
        height: 756px;
        padding-top: 64px;
        text-align: center;
    }
    #kv h1 {
        font-size: 40px;
        /* margin: 6px 0 20px; */
    }
    #kv h1 span:first-child {
        font-size: 25px;
        /* margin-bottom: 10px; */
    }
    #kv h1 span:last-child {
        font-size: 100%;
        bottom: 2px;
        position: static;
    }
    #kv .description {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 22px;
        text-align: left;
    }
    #kv .description br{
        display: none;
    }
    #kv .img {
        max-width: 300px;
        margin: 10px auto 20px;
    }
    .sec-title {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 8px;
    }
    .sec-text {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 24px;
    }
    section#how_to_use {
        padding: 50px 0;
    }
    section#use-guide ul li a {
        font-size: 13px;
    }
    section#privacy-protection {
        padding: 50px 0;
    }
    section#add-share {
        padding: 50px 0;
        background-size: 260%;
    }
    section#add-share .add {
        margin-bottom: 40px;
    }
    section#add-share .add .sec-title {

    }
    section#add-share .share p {
        font-size: 22px;
        line-height: 30px;
    }
    section#add-share .share p:before, section#add-share .share p:after {
        top: 5px;
        height: 20px;
    }
    #Info .modal-dialog .modal-content .modal-header {
        padding: 10px 15px;
    }
    #Info .modal-dialog .modal-content .modal-header .modal-title {
        font-size: 17px;
        line-height: 23px;
        text-align: left;
    }
    #Info .modal-dialog .modal-content .modal-body {
        font-size: 15px;
        padding: 15px;
    }
    #Info .modal-dialog .modal-content .modal-body hr {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    #Info .modal-dialog .modal-content .modal-body ul {
    padding-inline-start: 24px;
    }
    #Info .modal-dialog .modal-content .modal-body a:before {
        top: 1px;
    }
}

@media screen and ( max-width:414px) {
    li:nth-child(1).effect.on {
        transition-delay: .0s !important;
    }
    li:nth-child(2).effect.on {
        transition-delay: .0s !important;
    }
    li:nth-child(3).effect.on {
        transition-delay: .0s !important;
    }
    li:nth-child(4).effect.on {
        transition-delay: .0s !important;
    }
    li:nth-child(1) .num.effect.on {
        transition-delay: .0s !important;
    }
    li:nth-child(2) .num.effect.on {
        transition-delay: .0s !important;
    }
    li:nth-child(3) .num.effect.on {
        transition-delay: .0s !important;
    }
    li:nth-child(4) .num.effect.on {
        transition-delay: .0s !important;
    }

    header h2 {
        width: 110px;
        margin: 4px 0 0;
    }
    #kv {
        height: 750px;
        padding-top: 64px;
        text-align: center;
    }
    #kv h1 {
        font-size: 34px;
        margin: 6px 0 20px;
    }
    #kv h1 span:first-child {
        font-size: 22px;
        margin-bottom: 10px;
    }
    #kv h1 span:last-child {
        font-size: 100%;
        bottom: 2px;
        position: static;
        letter-spacing: 0.1em;
    }
    #kv .description {
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 22px;
        text-align: left;
        letter-spacing: 0.1em;
    }
    #kv .description br{
        display: none;
    }
    #kv .img {
        max-width: 290px;
        margin: 12px auto 20px;
    }
    .sec-title {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 8px;
    }
    .sec-text {
        margin-bottom: 14px;
    }
    #main section ul.step li {
        margin-bottom: 10px;
    }
    .step li p.num {
        font-size: 24px;
        margin-left: 30px;
    }
    .step li p.num span {
        font-size: 38px;
        padding-left: 2px;
    }
    .step li p.img {
        margin: -18px auto 20px;
        min-width: -webkit-fill-available;
    }
    section .detail .contents ul.step li .img img.ss {
        width: 210px;
    }
    section .detail .contents ul.step li:nth-child(3) .img {
        flex-direction: column;
        align-items: center;
    }
    section .detail .contents ul.step li .note {
        width: 100%;
        margin-bottom: 10px;
        letter-spacing: 0.08em;
    }
    section#how_to_use ul.step li .mb {
        margin-top: 0;
    }
    #Info .modal-dialog .modal-body img {
        width: 68px;
        margin: 20px auto 30px;
    }
    #Info .modal-dialog .modal-footer{
        padding: 14px 20px;
    }
    section#use-guide {
        padding: 40px 0 60px;
    }
    section#use-guide ul{
        margin: 4px -3%;
        gap: 5px;
    }
    section#use-guide ul.fixed{
        position: fixed;
        top: 0;
        bottom: unset;
        left: 0;
        padding: 0;
        background: #f7f7f7;
        padding: 4px 2%;
        box-shadow: 0 2px 8px #00000021;
        margin: 0;
    }
    section#use-guide ul li {
        width: auto;
        margin: 4px 0;
        padding: 0 2px;
    }
    section#use-guide ul li a {
        font-size: 12px;
    }
    section#use-guide ul li a:after {
        display: none;
    }
    section#use-guide ul li a:hover {
        color: #fff;
        transform: scale(1);
    }
    section#helpcenter .detail .contents ul.step li:nth-child(3) p.img {
        justify-content: center;
    }
    section .detail {
        margin: 0;
        padding-bottom: 60px;
    }
    section .detail .contents .title {
        margin: 20px 0 16px;
        font-size: 30px;
        line-height: 44px;
        letter-spacing: normal;
    }
    section .detail .img {
        width: 150px;
        min-width: 150px;
    }
    section .detail .contents .title .time {
        margin-top: 0;
        margin-bottom: 14px;
        font-size: 16px;
        letter-spacing: 0.05em;
    }
    section .detail .contents .description {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 20px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-text-stroke: 0.01px #fff;
    }
    section#how_to_use {
        padding: 50px 0;
    }
    section#ai-chat {
        padding: 70px 0 0;
    }
    section#ai-chat .dls {
        margin: 10px 0 0 0;
    }
    section#ai-chat .dls p {
        font-size: 16px;
        line-height: 22px;
        padding: 16px;
    }
    section#helpcenter , section#security-news{
        padding: 80px 0 0;
    }
    section#privacy-protection .sec-img {
        width: 90px;
        margin: 0 auto 20px;
    }
    section#privacy-protection {
        padding: 50px 0;
    }
    section#privacy-protection .sec-img {
        width: 86px;
    }
    section#privacy-protection .text {
        font-size: 16px;
        line-height: 24px;
        padding: 6px 0 0;
    }
    section#add-share {
        padding: 50px 0;
        background-size: 320%;
    }
    section#add-share .add {
        margin-bottom: 40px;
    }
    section#add-share .add .sec-title {
        font-size: 20px;
        text-align: left;
        line-height: 29px;
        margin-bottom: 26px;
    }
    section#add-share .share p {
        font-size: 22px;
        line-height: 30px;
    }
    section#add-share .share p:before, section#add-share .share p:after {
        top: 6px;
        height: 20px;
    }
    footer {
        padding-bottom: 46px;
    }
    footer p {
        font-size: 10px;
    }
    footer p br{
        display: inline-block;
    }
}

@media screen and ( max-width:390px) {
    #kv h1 {
        font-size: 32px;
    }
    section#use-guide ul li a {
        padding: 8px 10px;
        font-size: 12px;
    }
    section ul.step li:nth-child(2) p.img img.klug {
        margin-right: -9.5%;
    }
}