* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


html {
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: Hiragino Kaku Gothic Pro, HiraKakuProN-W3, Meiryo, NanumGothic, Malgun Gothic, sans-serif;
    line-height: 1.7;
    font-weight: 300;
    font-size: 16px;
}

.intro-ttl, .top-ttl, .detail-intro-ttl, .ttl, .demo-ttl, .download-ttl {
    letter-spacing: 0.06em;
}

h1 {
    margin: 0;
    padding: 0;
}

h2,
h3,
h4,
h5,
p {
    margin: 0;
}

main {
    width: 100%;
    max-width: 840px;
    margin: auto;
    padding: 20px;
}

.page-contents-note {
    margin-top: 18px;
    font-size: 14px;
    line-height: 20px;
    color: #4a4a4a;
}

.page-contents-note .demo-caution {
    color: #f70404;
    line-height: 20px;
}

#demo-login, #smart-register {
    display: flex;
    justify-content: center;
    text-align: center;
}

#demo-login .demo {
    padding: 10px 20px;
    margin: 20px auto;
    border-radius: 5px;
    box-shadow: 0 0 5px #ccc;
}

#smart-register .demo {
    display: flex;
    align-items: stretch;
    border-radius: 5px;
    box-shadow: 0 0 5px #ccc;
    margin: 20px auto;
}

.demo .demo-item {
    position: relative;
    padding: 40px;
    background-color: #fff;
    text-align: center;
    line-height: 0;
}

.tag-area {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
}

.tag-area .demoapp-tag {
    background-color: #07b53b;
    display: inline-block;
    padding: 8px;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    z-index: 1;
}

.demo-name {
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    color: #666;
}

.demo-channel-name {
    font-weight: bold;
    font-size: 13px;
    line-height: 18px;
    color: #666;
    margin-top: 5px;
}

.demo-image {
    width: 105px;
    margin-top: 18px;
}

#demo-qr-area {
    margin-top: 10px;
}

#demo-area {
    margin-top: 40px;
    margin-bottom: 40px;
}

#demo-slider {
    text-align: center;
}

.slider-btn {
    background-color: #00B050;
    border-style: none;
    border-radius: 5px;
    width: 160px;
    padding: 10px;
    color: #FFFFFF;
    font-weight: bold;
    margin-top: 10px;
    font-size: 14px;
    cursor: pointer;
}

.back-link {
    display: flex;
    justify-content: center;
}

.pc-only {
    @media(max-width: 960px) {
        display: none;
    }
}
.sp-only {
    display: none;

    @media(max-width: 960px) {
        display: block;
    }
}

.flow {
    display: flex;
    align-items: center;
}

.flow-inner {
    display: flex;
}

.flow-item {
    position: relative;
    width: calc((100% - 40px) / 3);
    margin: 0 40px 0 0;
    text-align: center;
    line-height: 0;
}

.flow-item::after {
    content: "";
    position: absolute;
    top: calc(50% + 5px);
    right: -25px;
    display: inline-block;
    width: 0;
    height: 0;
    margin-top: -22px;
    border-style: solid;
    border-width: 7px 0 7px 10px;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #07b53b;
    transform: translateY(-50%);
}

.flow-item:last-child::after {
    display: none;
}

.flow-image {
    width: 100%;
    max-height: 300px;
    background-color: #fff;
}

.flow-caption {
    margin-top: 20px;
    font-size: 14px;
    line-height: 14px;
    color: #4a4a4a;
}

.image-area {
    display: flex;
}

.image-area.slider1, .image-area.slider2, .image-area.slider6, .image-area.slider7 {
    flex-direction: column;
}

.slick-slide img {
    max-height: 550px;
    object-fit: cover;
}

.slider-text {
    margin-top: 20px;
}

.slider-text-title {
    color: #00B050;
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 10px;
}

.slider-text .slider-text-title:not(.left) {
    padding: 20px 0;
}

.slider-text-body {
    font-size: 14px;
}

.hide {
    display: none !important;
}

.stepper {
    margin: 10px 0px 0px 0px;
}

.image-area.slider6 .signage-area {
    position: relative;
    width: 100%;
}

.shopping-area1, .shopping-area2 {
    position: relative;
    width: 100%;
}

.image-area.slider6 .tab-area, .image-area.slider7 .tab-area {
    display: flex;
    justify-content: space-evenly;
    position: absolute;
    bottom: 7%;
    width: 100%;
    height: 11%;
}

.image-area.slider6 .tab-area button.tab, .image-area.slider7 .tab-area button.tab {
    opacity: 0;
    border-style: none;
    width: 50%;
    height: 100%;
    margin: 0px 3px;
    cursor: pointer;
    border-radius: 10px;
}

.image-area.slider6 .tab-area button.tab:disabled, .image-area.slider7 .tab-area button.tab:disabled {
    cursor: unset;
}

.image-area.slider6 .swithbtn-area, .image-area.slider7 .swithbtn-area {
    position: absolute;
    width: 14.5%;
    bottom: 46.5%;
    margin-left: 5%;
}

.image-area.slider6 .swithbtn-area .slider-btn, .image-area.slider7 .swithbtn-area .slider-btn {
    opacity: 0;
}


.recartbtn-area1, .recartbtn-area2, .recartbtn-area3 {
    position: absolute;
}

.recartbtn-area1 button.cart.slider-btn, .recartbtn-area2 button.cart.slider-btn, .recartbtn-area3 button.cart.slider-btn {
    opacity: 0;
}

.recartbtn-area1 {
    top: 14%;
    left: 33%;
    width: 14%;
    height: 7%;
}

.recartbtn-area2 {
    top: 62%;
    left: 57%;
    width: 14%;
    height: 7%;
}

@media (max-width: 1024px) {
    .recartbtn-area2 {
        top: 60%;
    }
}

.recartbtn-area3 {
    top: 14%;
    left: 81%;
    width: 14%;
    height: 7%;
}

@media (max-width: 1024px) {
    .recartbtn-area3 {
        top: 12%;
    }
}


@media (max-width: 1024px) {
    .swithbtn-area {
      bottom: 44% !important;
    }
  
    .sp-slide-btn-text {
      display: none;
    }
  
    .sp-swithbtn {
      width: 100%;
      height: 20px;
    }
}

.graph-img {
    max-width: 840px;
    width: 100%;
}