.cont-wrap,
.container {
    flex-direction: column;
}

html {
    font-size: 2.66vw;
}

#wrapper,
body,
html {
    min-width: auto;
}

#js-pager {
    display: none !important;
}

section.animate h3 {
    font-size: 2rem;
}

.sp-view {
    display: block;
}

.pc-view {
    display: none;
}

.control,
.pager {
    display: none !important;
}

.container {
    display: flex;
}

section.animate {
    height: auto;
    min-height: auto;
}

section {
    width: 100%;
}

header .inner {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto;
}

header .inner>.logo {
    display: none;
}

.menu-toggle,
header nav ul {
    display: block;
}

header nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: #cfdce4;
    width: 73.67vw;
    padding: 15.95vw 5.85vw 0;
    margin-right: -73.67vw;
}

.sp-nav-header {
    position: relative;
    padding-bottom: 7.97vw;
}

header nav ul li a {
    display: block;
    text-align: left;
    margin: 0;
    padding: 5.31vw 6.64vw;
    border-bottom: 0.75px solid #99999a;
}

header nav ul li:first-child a {
    border-top: 0.75px solid #99999a;
}

.menu-toggle {
    position: fixed;
    top: 5.31vw;
    right: 5.31vw;
    z-index: 9999;
    width: 30px;
    height: 30px;
    background: url("../../img/bar@2x.png") center no-repeat;
    background-size: contain;
}

.menu-toggle.on {
    background: url("../../img/close@2x.png") center no-repeat;
    background-size: contain;
}

.service-incredistitem,
section.point .img,
section.point .text,
section.point .text .inner,
section.service .text p,
section.service h3,
section.service h4 {
    opacity: 1;
}

section.mv {
    position: relative;
    display: flex;
    flex-direction: column;
}

.incredistitem,
.mv-catch {
    position: static;
    opacity: 1;
    min-width: auto;
    min-height: auto;
}

.mv-catch {
    width: 79.78vw;
    background: url("../../img/sp_mv_catch@2x.png") center no-repeat;
    background-size: contain;
    margin: 24vw auto 0;
    height: 24vw;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    -o-order: 1;
    order: 1;
}

.incredistitem {
    width: 58.5vw;
    margin: 5.33vw auto 0;
    height: auto;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    -o-order: 2;
    order: 2;
    padding-right: 4.5vw;
}

.incredistitem img {
    min-width: auto;
    padding: 0;
    opacity: 1;
}

section.catch {
    position: relative;
    z-index: 0;
    width: 78.72vw;
    height: 26.66vw;
    background: url("../../img/sp_catch@2x.png") bottom 7vw center no-repeat;
    background-size: contain;
    margin: 8vw auto 0;
    top: 0;
    left: 0;
    overflow: visible;
}

section.catch:after {
    position: absolute;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-top: 3vw;
    content: "オール・イン・ワン決済端末で全てを手に";
    color: #fff;
    font-size: 1.45rem;
    bottom: -.5em;
}

.catch .text,
section.point .hand,
section.point .img {
    display: none;
}

section.emoney.point,
section.point {
    padding-top: 12.26vw;
    flex-direction: column;
    justify-content: center;
}

section.point .text {
    position: static;
    width: 100%;
    height: auto;
    min-width: auto;
    margin: 0 auto;
    align-items: flex-start;
}

section.point .text .inner {
    min-width: auto;
    width: 100%;
}

section.animate h3,
section.point .text h3,
section.point .text p {
    text-align: left;
    width: auto;
    padding: 2.65vw 5.33vw 0;
    margin: 0 auto;
}

section.point p:after {
    width: 100vw;
    height: 75.79vw;
    content: "";
    display: block;
    margin: 12.65vw -5.33vw 0;
}

section.credit .text p,
section.point .text p {
    position: relative;
    margin: auto;
    padding: 2.65vw 5.33vw 0;
    line-height: 1.75;
}

section.point .text p {
    letter-spacing: -.002em;
}

section.credit .text h3,
section.credit .text p {
    width: auto;
    margin: 0 auto;
}

section.credit p:after {
    background: url("../../img/sp_credit.png") top center no-repeat;
    background-size: cover;
}

section.emoney p:after {
    background: url("../../img/sp_emoney.png") top center no-repeat;
    background-size: cover;
}

section.tablepay p:after {
    background: url("../../img/sp_tablepay.png") top center no-repeat;
    background-size: cover;
}

section.service {
    padding: 35vw 0 17.7vw;
    order: 3;
}

section.service .text {
    padding-top: 0;
    display: flex;
    flex-direction: column;
}

section.service h3 {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-size: 1.8rem;
    margin: 0 auto;
    background-size: contain;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    -o-order: 1;
    order: 1;
    font-weight: 700;
}

.service-incredistitem {
    width: 52.5vw;
    position: static;
    margin: 6vw auto 0;
    height: auto;
    min-height: auto;
    padding: 0 2.5vw 0 0;
    -webkit-order: 3;
    -moz-order: 3;
    -ms-order: 3;
    -o-order: 3;
    order: 3;
}

section.service .text p {
    width: 85.1vw;
    line-height: 2;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    -o-order: 2;
    order: 2;
    margin: 0 auto;
    padding-top: 4vw;
}

section.service .lineup {
    width: 100%;
    padding: 9.04vw 0 0;
    display: block;
    -webkit-order: 4;
    -moz-order: 4;
    -ms-order: 4;
    -o-order: 4;
    order: 4;
}

section.service .lineup .left {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}

section.service .lineup .right,
section.service .lineup img {
    display: none;
}

section.service .lineup .left span {
    width: 23.4vw;
    display: block;
    white-space: nowrap;
    text-align: center;
    margin: 0 3.5vw;
}

section.service .lineup .left span sub {
    display: block;
    font-size: 1rem;
    margin-left: -.5em;
}

section.service .lineup .left span:nth-child(1), section.service .lineup .left span:nth-child(4) {
    margin-left: 0;
}

section.service .lineup .left span:nth-child(3), section.service .lineup .left span:nth-child(6) {
    margin-right: 0;
}

section.service .lineup .left span:before {
    content: "";
    display: block;
    width: 16.75vw;
    height: 16.75vw;
    margin: 0 auto 1.32vw;
}

section.service .lineup .left span:nth-child(1):before {
    background: url("../../img/sp_service_msr@2x.png") top center no-repeat;
    background-size: contain;
}

section.service .lineup .left span:nth-child(2):before {
    background: url("../../img/sp_service_emv@2x.png") top center no-repeat;
    background-size: contain;
}

section.service .lineup .left span:nth-child(3):before {
    background: url("../../img/sp_service_nfc@2x.png") top center no-repeat;
    background-size: contain;
}

section.service .lineup .left span:nth-child(4):before {
    background: url("../../img/sp_service_touch@2x.png") top center no-repeat;
    background-size: contain;
    margin-top: 4.25vw;
}

section.service .lineup .left span:nth-child(5):before {
    background: url("../../img/sp_service_printer@2x.png") top center no-repeat;
    background-size: contain;
    margin-top: 4.25vw;
}

section.service .lineup .left span:nth-child(6):before {
    background: url("../../img/sp_service_lte@2x.png") top center no-repeat;
    background-size: contain;
    margin-top: 4.25vw;
}

section.service h4 {
    -webkit-order: 5;
    -moz-order: 5;
    -ms-order: 5;
    -o-order: 5;
    order: 5;
    padding: 7.46vw 0 0;
}

.trnity {
    height: 33.33vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: url("../../img/sp_trinity_poli_bg@2x.png") top center no-repeat #fff;
    background-size: contain;
}

section.product .features ul li img,
section.product .item,
section.product .scene,
section.product .text ul li span br {
    display: none;
}

.trnity .sec-ttl {
    width: 72vw;
    height: 10.66vw;
    background: url("../../img/trinity_ttl.png") top center no-repeat;
    background-size: 75% auto;
    margin: 5vw auto 0;
}

.trnity p {
    font-size: 1.45rem;
    line-height: 2;
}

section.product .features ul,
section.product .inner {
    width: 100%;
}

section.product .sec-ttl {
    padding-top: 16vw;
}

section.product .sec-ttl .sub-ttl {
    padding-left: 0;
}

section.product .sec-ttl p {
    padding-top: 5.33vw;
    font-size: 2.1rem;
    text-align: center;
}

section.dockstation.product .text ul li span,
section.incredist.product .text ul li span {
    font-size: 2rem;
}

section.product .text {
    width: 100%;
    position: static;
}

section.dockstation.product .sec-ttl,
section.product .features ul,
section.product .sec-ttl {
    flex-direction: column;
    align-items: center;
}

section.dockstation.product .sec-ttl img {
    max-width: 126px;
}

section.incredist.product .sec-ttl img {
    max-width: 176px;
}

section.product .features ul {
    padding-top: 0;
}

section.product .text ul li span {
    padding: 12vw 0 0;
    font-size: 2rem;
}

section.product .text ul li span:after {
    content: "";
    display: block;
    width: 100vw;
    height: 50.66vw;
    margin-top: 5.33vw;
}

section.dockstation.product .option-info {
    position: relative;
    width: 90%;
    display: block;
    margin: 70px auto 30px;
    padding: 70px 20px 30px;
    border-radius: 21px;
}

section.dockstation.product .text .option-info h4 {
    font-size: 1.8rem;
    position: relative;
    text-align: center;
}

section.dockstation.product .text .option-info h4:before {
    content: url(../../img/sp_dockstation_pos_icon@2x.png);
    left: 0;
    right: 0;
    top: -145px;
    transform: scale(0.5);
}

section.dockstation.product .option-info p {
    font-size: 1.4rem;
    text-align: center;
}

section.dockstation.product .sec-ttl,
section.incredist.product .sec-ttl {
    width: 100%;
}

section.dockstation.product .text ul li:nth-child(1) span:after {
    background: url("../../img/sp_dockstation_01@2x.png") top center no-repeat;
    background-size: contain;
}

section.dockstation.product .text ul li:nth-child(2) span:after {
    background: url("../../img/sp_dockstation_02@2x.png") top center no-repeat;
    background-size: contain;
}

section.dockstation.product .text ul li:nth-child(3) span:after {
    background: url("../../img/sp_dockstation_03@2x.png") top center no-repeat;
    background-size: contain;
}

section.incredist.product .text ul li:nth-child(1) span:after {
    background: url("../../img/sp_incredist_01@2x.png") top center no-repeat;
    background-size: contain;
}

section.incredist.product .text ul li:nth-child(2) span:after {
    background: url("../../img/sp_incredist_02@2x.png") top center no-repeat;
    background-size: contain;
}

section.incredist.product .text ul li:nth-child(3) span:after {
    background: url("../../img/sp_incredist_03@2x.png") top center no-repeat;
    background-size: contain;
}

section.product .sec-ttl .catch {
    display: flex;
    font-size: 4.0rem;
    flex-direction: column;
    align-items: center;
}

section.pd-detail .sec-ttl {
    width: 100%;
    padding: 50px;
}

section.pd-detail .sec-ttl h3 {
    font-size: 2rem;
}

section.pd-detail .sec-ttl h3:before {
    left: -40px;
    transform: scale(0.6);
    content: url(../../img/pd-detail_title_icon_left@2x.png);
}

section.pd-detail .sec-ttl h3:after {
    right: -40px;
    transform: scale(0.6);
    content: url(../../img/pd-detail_title_icon_right@2x.png);
}

section.pd-detail .inner {
    padding: 2.66vw;
}

section.pd-detail .contents {
    padding: 0;
    width: 100%;
}

section.pd-detail .table-wrap {
    flex-direction: column;
}

section.pd-detail .table-wrap .specification {
    width: 100%;
}

section.pd-detail .line {
    flex-direction: column;
    width: 89.33vw;
    margin: 0 auto;
    padding: 2.66vw;
}

section.pd-detail .line span:first-child {
    padding: 0;
}

section.pd-detail .specification .line span:first-child {
    background: initial;
}

section.pd-detail .line span {
    padding: 0 0 0 2.66vw;
}

section.pd-detail .line:not(:last-child) {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #E9E8E8;
}

section.pd-detail .line:last-of-type {
    border: none;
    border-bottom: 1px solid #E9E8E8;

}

section.pd-detail .attention p {
    font-size: 1.4rem;
    padding: 10px 30px 10px 70px;
    text-align: left;
    position: relative;
}

section.pd-detail .attention p:before {
    content: url(../../img/pd-detail_attention_icon@2x.png);
    top: 10px;
    left: 10px;
    position: absolute;
    transform: scale(0.6);
}

p.quote {
    width: 89.33vw;
    margin: 0 auto;
    padding: 2.66vw 0 21.33vw;
    text-align: left;
}

section.meister .logo {
    max-width: 165px;
}

section.meister .cont-wrap {
    width: 100%;
    height: auto;
    padding-bottom: 9.3vw;
}

section.meister .cont-wrap img.device {
    position: static;
    margin: 0 auto 4vw;
    width: 42.55vw;
}

section.meister h3 {
    font-size: 1.8rem;
    padding: 3.98vw 0 6.64vw;
}

section.meister .text {
    width: 100%;
    padding: 7.97vw 0 0;
    order: 1;
}

section.meister .cont-wrap img.device {
    order: 2;
}

section.meister a.pc-more {
    display: none;
}

section.meister a.sp-more {
    width: 58.5vw;
    display: inline-block;
    order: 3;
}

section.info {
    padding: 9.6vw 0;
}

section.info .cont-wrap {
    width: 100%;
    padding: 0;
}

section.info .left {
    display: none;
}

section.info .right {
    flex-direction: column;
    align-items: flex-start;
}

section.info .right a {
    justify-content: flex-start;
    align-items: center;
}

section.info .right a:first-child {
    margin: 0 auto 5.33vw;
}

section.info .right a img {
    max-width: 65px;
}

section.info .right h3 {
    font-size: 1.5rem;
    letter-spacing: 0.08em;
    font-weight: 700;
}

section.info .right p {
    font-size: 1.3rem;
}

footer {
    padding: 5.33vw 0;
}

footer .inner {
    width: 100%;
    flex-direction: column;
    align-items: center;
    padding: 1em 0;
}

footer .left {
    width: 100%;
    flex-direction: column;
    align-items: center;
    padding: 0;
}

footer p {
    padding: 1em 0;
}

footer .left .logo {
    margin: 0 auto;
}

footer a,
footer p {
    text-align: center;
    font-size: 1.1rem;
    line-height: 2;
}

.copyright {
    width: 100%;
    transform: scaleX(.8);
}

section.mv {
    order: 1;
}

section.catch {
    order: 2;
}

section.credit {
    order: 4;
}

section.emoney {
    order: 5;
}

section.tablepay {
    order: 6;
}

section.dockstation {
    order: 7;
}

section.incredist {
    order: 8;
}

section.pd-detail {
    order: 9;
}

section.meister {
    order: 10;
}

section.info {
    order: 11;
}

footer {
    order: 12;
}