@charset "UTF-8";

@-webkit-keyframes crossfader_2 {
    0% {
        opacity: 0;
        z-index: 0
    }

    20% {
        opacity: 1;
        z-index: 1
    }

    50% {
        opacity: 1;
        z-index: 1
    }

    70% {
        opacity: 0;
        z-index: 0
    }

    100% {
        opacity: 0;
        z-index: 0
    }
}

@keyframes crossfader_2 {
    0% {
        opacity: 0;
        z-index: 0
    }

    20% {
        opacity: 1;
        z-index: 1
    }

    50% {
        opacity: 1;
        z-index: 1
    }

    70% {
        opacity: 0;
        z-index: 0
    }

    100% {
        opacity: 0;
        z-index: 0
    }
}

@-webkit-keyframes crossfader_3 {
    0% {
        opacity: 0;
        z-index: 0
    }

    13.33% {
        opacity: 1;
        z-index: 1
    }

    33.33% {
        opacity: 1;
        z-index: 1
    }

    42.85% {
        opacity: 0;
        z-index: 0
    }

    100% {
        opacity: 0;
        z-index: 0
    }
}

@keyframes crossfader_3 {
    0% {
        opacity: 0;
        z-index: 0
    }

    13.33% {
        opacity: 1;
        z-index: 1
    }

    33.33% {
        opacity: 1;
        z-index: 1
    }

    42.85% {
        opacity: 0;
        z-index: 0
    }

    100% {
        opacity: 0;
        z-index: 0
    }
}

/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */


*,
::after,
::before {
    background-repeat: no-repeat;
    box-sizing: inherit
}

::after,
::before {
    text-decoration: inherit;
    vertical-align: inherit
}

* {
    padding: 0;
    margin: 0
}

hr {
    overflow: visible;
    height: 0;
    color: inherit
}

details,
main {
    display: block
}

summary {
    display: list-item
}

small {
    font-size: 80%
}

[hidden] {
    display: none
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline-width: 0
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace
}

pre {
    font-size: 1em
}

b,
strong {
    font-weight: bolder
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    border-color: inherit;
    text-indent: 0
}

input {
    border-radius: 0
}

[disabled] {
    cursor: default
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

textarea {
    overflow: auto;
    resize: vertical
}

button,
input,
optgroup,
select,
textarea {
    font: inherit
}

optgroup {
    font-weight: 700
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
    cursor: pointer;
    color: inherit
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

button,
input,
select,
textarea {
    background-color: transparent;
    border-style: none
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
    outline-width: 0
}

select {
    -moz-appearance: none;
    -webkit-appearance: none
}

select::-ms-expand {
    display: none
}

select::-ms-value {
    color: currentColor
}

legend {
    border: 0;
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal;
    max-width: 100%
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    color: inherit;
    font: inherit
}

img {
    border-style: none
}

progress {
    vertical-align: baseline
}

[aria-busy=true] {
    cursor: progress
}

[aria-controls] {
    cursor: pointer
}

[aria-disabled=true] {
    cursor: default
}

@font-face {
    font-family: "Noto Sans JP";
    font-weight: 500;
    src: url(../../common/fonts/NotoSansJP-Medium.otf) format("opentype")
}

@font-face {
    font-family: "Noto Sans JP";
    font-weight: 700;
    src: url(../../common/fonts/NotoSansJP-Bold.otf) format("opentype")
}

@font-face {
    font-family: "Noto Sans SC";
    font-weight: 500;
    src: url(../../common/fonts/NotoSansSC-Medium.otf) format("opentype")
}

@font-face {
    font-family: "Noto Sans SC";
    font-weight: 700;
    src: url(../../common/fonts/NotoSansSC-Bold.otf) format("opentype")
}

@font-face {
    font-family: "Noto Sans KR";
    font-weight: 500;
    src: url(../../common/fonts/NotoSansKR-Medium.otf) format("opentype")
}

@font-face {
    font-family: "Noto Sans KR";
    font-weight: 700;
    src: url(../../common/fonts/NotoSansKR-Bold.otf) format("opentype")
}

dd,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
img,
li,
ol,
p,
ul {
    font-weight: 400;
    margin: 0;
    padding: 0
}

html {
    font-size: 62.5%;
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%
}

body {
    background-color: #fff;
    color: #000;
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bold,
b,
strong {
    font-weight: 700
}

li,
ul {
    list-style-position: inside;
    list-style: none
}

img {
    border: 0;
    vertical-align: top
}

a {
    color: #000;
    text-decoration: none
}

a:visited {
    color: #000;
    text-decoration: none
}

a:hover {
    color: #000;
    text-decoration: none
}

a:active {
    color: #000;
    text-decoration: none
}

:focus,
a:focus {
    outline: 0
}

.sp {
    display: block
}

.pc {
    display: none
}

.container {
    box-sizing: border-box;
    min-height: 100vh;
    position: relative;
    width: 100%
}

.contents-box {
    background-color: #262626;
    padding: 2.6666666667vw 0 16.4vw;
    position: relative;
    width: 100%
}

.contents-box .content {
    background-color: #00677f;
    box-shadow: 0 0 2.6666666667vw;
    border-radius: 1.3333333333vw;
    margin: 4vw auto 0;
    position: relative;
    width: 94.6666666667vw
}

#kv {
    background-color: #00677f;
    overflow: hidden;
    position: relative;
    transition: all .5s ease;
    z-index: 9
}

#kv.red {
    background-color: #6c1d45
}

#kv .kv-inner {
    position: relative
}

#kv .left-box {
    height: 71.0666666667vw;
    position: relative;
    width: 100%
}

#kv .left-box ul {
    height: inherit;
    position: relative;
    width: 100%
}

#kv .left-box ul li {
    height: inherit;
    position: absolute;
    opacity: 0;
    top: 0;
    width: 100%;
    transition: all .5s ease
}

#kv .left-box ul li.active {
    opacity: 1
}

#kv .left-box ul li>img {
    height: auto;
    width: 100%
}

#kv .right-box {
    height: 83.2vw;
    position: relative;
    width: 100%
}

#kv .right-box ul {
    height: inherit;
    position: relative;
    width: 100%
}

#kv .right-box ul li {
    position: absolute
}

#kv .right-box ul li.txt-new {
    left: 67.6vw;
    top: 26.9333333333vw;
    width: 28vw
}

#kv .right-box ul li.txt-lists {
    left: 69.3333333333vw;
    top: 49.0666666667vw;
    width: 24.8vw
}

#kv .right-box ul li>img {
    height: auto;
    width: 100%
}

#kv .center-box {
    height: 154.2666666667vw;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%
}

#kv .center-box .livelife {
    height: 7.3333333333vw;
    left: 7.7333333333vw;
    top: 31.3333333333vw;
    position: absolute;
    width: 34.8vw
}

#kv .center-box .livelife>img {
    height: auto;
    width: 100%
}

#kv .center-box .line {
    background-color: #ff8026;
    height: .9333333333vw;
    position: absolute
}

#kv .center-box .line.line-1 {
    left: 44vw;
    top: 40.5333333333vw;
    width: 80vw;
    transition: all .48s cubic-bezier(.47, 0, .745, .715);
    transition-delay: 1s
}

#kv .center-box .line.line-1.init {
    width: 23.4666666667vw
}

#kv .center-box .line.line-2 {
    left: 0;
    top: 93.3333333333vw;
    width: 93.3333333333vw;
    transition: all .6s cubic-bezier(.39, .575, .565, 1);
    transition-delay: 1.7s
}

#kv .center-box .line.line-2.init {
    width: 0
}

#kv .center-box .wide {
    height: 7.3333333333vw;
    position: absolute;
    width: 22.9333333333vw
}

#kv .center-box .wide.wide-sp {
    left: 70.2666666667vw;
    top: 83.8666666667vw;
    transition: all .6s cubic-bezier(.39, .575, .565, 1);
    transition-delay: 1.7s
}

#kv .center-box .wide.wide-sp.init {
    left: -23.0666666667vw
}

#kv .center-box .wide.wide-pc {
    left: 100%;
    top: 31.6vw;
    transition: all .48s cubic-bezier(.47, 0, .745, .715);
    transition-delay: 1s
}

#kv .center-box .wide.wide-pc.init {
    left: 44.6666666667vw
}

#kv .center-box .wide>img {
    height: auto;
    width: 100%
}

#kv .center-box .printer {
    bottom: -2.6666666667vw;
    left: 8.6666666667vw;
    position: absolute;
    width: 53.7333333333vw;
    z-index: 99
}

#kv .center-box .printer>img {
    height: auto;
    width: 100%
}

#kv .center-box .photo-box {
    bottom: 42.6666666667vw;
    height: 32.6666666667vw;
    left: 15.3333333333vw;
    position: absolute;
    width: 41.0666666667vw;
    z-index: 98;
    transition: all 1s cubic-bezier(.47, 0, .745, .715);
    transition-delay: 2s
}

#kv .center-box .photo-box.init {
    bottom: 10.6666666667vw
}

#kv .center-box .photo-box .photo {
    height: 32.6666666667vw;
    opacity: 0;
    position: absolute;
    width: 41.0666666667vw;
    transition: all .5s ease
}

#kv .center-box .photo-box .photo.active {
    opacity: 1
}

#kv .center-box .photo-box .photo>img {
    height: auto;
    width: 100%
}

#kv .lang-box {
    display: none
}

.ja #kv .right-box ul li.txt-new {
    left: 61.3333333333vw;
    top: 29.3333333333vw;
    width: 35.0666666667vw
}

.ja #kv .right-box ul li.txt-lists {
    left: 65.3333333333vw;
    top: 53.3333333333vw;
    width: 32.2666666667vw
}

.ja #kv .center-box .livelife {
    height: 6.4vw;
    left: 4.6666666667vw;
    top: 31.3333333333vw;
    width: 37.7333333333vw
}

.ja #kv .center-box .line.line-1 {
    left: 45.3333333333vw;
    top: 39.2vw;
    width: 80vw
}

.ja #kv .center-box .line.line-1.init {
    width: 29.3333333333vw
}

.ja #kv .center-box .line.line-2 {
    left: 0;
    top: 92vw;
    width: 93.3333333333vw
}

.ja #kv .center-box .line.line-2.init {
    width: 0
}

.ja #kv .center-box .wide {
    height: 6.4vw;
    width: 28vw
}

.ja #kv .center-box .wide.wide-sp {
    left: 65.3333333333vw;
    top: 83.8666666667vw
}

.ja #kv .center-box .wide.wide-sp.init {
    left: -29.3333333333vw
}

.ja #kv .center-box .wide.wide-pc {
    top: 31.6vw
}

.ja #kv .center-box .wide.wide-pc.init {
    left: 46vw
}

#localnav {
    background-color: #00677f;
    top: 0;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    left: 100%;
    width: 100%;
    z-index: 100;
    transition: left .4s ease
}

#localnav.active {
    left: 0
}

#localnav .default-box,
#localnav .feature-box,
#localnav .lang-box,
#localnav .support-box {
    left: 0;
    padding: 100px 0 0;
    position: absolute;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    top: 0;
    width: 100%;
    z-index: 2
}

#localnav .default-box.active,
#localnav .feature-box.active,
#localnav .lang-box.active,
#localnav .support-box.active {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

#localnav .default-box>ul,
#localnav .feature-box>ul,
#localnav .lang-box>ul,
#localnav .support-box>ul {
    position: relative;
    width: 100%
}

#localnav .default-box>ul li,
#localnav .feature-box>ul li,
#localnav .lang-box>ul li,
#localnav .support-box>ul li {
    margin: 0 auto 6vw;
    position: relative;
    text-align: center;
    width: 80vw;
    cursor: pointer;
    color: #fff;
    font-size: 32px;
    font-size: 4.4vw;
    font-family: "Noto Sans JP", "Noto Sans SC", "Noto Sans KR", Sans-Serif;
    font-weight: 700;
    letter-spacing: .01em;
    line-height: 1em
}

#localnav .default-box>ul li.lang,
#localnav .feature-box>ul li.lang,
#localnav .lang-box>ul li.lang,
#localnav .support-box>ul li.lang {
    align-items: center;
    background-color: #fff;
    border-radius: 6.6666666667vw;
    color: #00677f;
    display: flex;
    letter-spacing: .04em;
    justify-content: center;
    height: 13.3333333333vw;
    margin: 0 auto 13.3333333333vw
}

#localnav .default-box>ul li.lang::after,
#localnav .feature-box>ul li.lang::after,
#localnav .lang-box>ul li.lang::after,
#localnav .support-box>ul li.lang::after {
    border-top: .4vw solid #00677f;
    border-right: .4vw solid #00677f;
    content: "";
    height: 3.7333333333vw;
    position: absolute;
    right: 7.2vw;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 3.7333333333vw
}

#localnav .default-box>ul li.return,
#localnav .feature-box>ul li.return,
#localnav .lang-box>ul li.return,
#localnav .support-box>ul li.return {
    align-items: center;
    display: flex;
    justify-content: center;
    height: 13.3333333333vw;
    margin: 0 auto 13.3333333333vw
}

#localnav .default-box>ul li.return>img,
#localnav .feature-box>ul li.return>img,
#localnav .lang-box>ul li.return>img,
#localnav .support-box>ul li.return>img {
    height: 9.4666666667vw;
    margin-left: 2vw;
    margin-top: 2.6666666667vw;
    width: 9.7333333333vw
}

#localnav .default-box>ul li>a,
#localnav .feature-box>ul li>a,
#localnav .lang-box>ul li>a,
#localnav .support-box>ul li>a {
    color: #fff;
    font-size: 36px;
    font-size: 4.8vw;
    font-family: "Noto Sans JP", "Noto Sans SC", "Noto Sans KR", Sans-Serif;
    font-weight: 700;
    letter-spacing: .01em;
    line-height: 1em
}

#localnav .default-box>ul li .inactive,
#localnav .default-box>ul li.inactive,
#localnav .feature-box>ul li .inactive,
#localnav .feature-box>ul li.inactive,
#localnav .lang-box>ul li .inactive,
#localnav .lang-box>ul li.inactive,
#localnav .support-box>ul li .inactive,
#localnav .support-box>ul li.inactive {
    cursor: default;
    opacity: .3
}

#localnav .default-box>ul li .comingsoon,
#localnav .feature-box>ul li .comingsoon,
#localnav .lang-box>ul li .comingsoon,
#localnav .support-box>ul li .comingsoon {
    font-size: 26px;
    font-size: 3.4666666667vw
}

#localnav .default-box {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

#localnav .menu-trigger,
#localnav .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box
}

#localnav .menu-trigger {
    background-color: #ff8026;
    bottom: 13.3333333333vw;
    height: 16vw;
    position: fixed;
    right: 0;
    width: 16vw;
    z-index: 3;
    cursor: pointer
}

#localnav .menu-trigger span {
    position: absolute;
    left: 2.4vw;
    width: 11.2vw;
    height: 3px;
    background-color: #00677f;
    border-radius: .2666666667vw
}

#localnav .menu-trigger span:nth-of-type(1) {
    top: 6.2666666667vw
}

#localnav .menu-trigger span:nth-of-type(2) {
    top: 9.3333333333vw
}

#localnav .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(1.6vw) rotate(-45deg);
    transform: translateY(1.6vw) rotate(-45deg)
}

#localnav .menu-trigger.active span:nth-of-type(2) {
    -webkit-transform: translateY(-1.6vw) rotate(45deg);
    transform: translateY(-1.6vw) rotate(45deg)
}

#info {
    background-color: #262626;
    position: relative;
    z-index: 8
}

#info .info-inner {
    margin: 0 auto;
    padding-bottom: 7.3333333333vw;
    width: 86.6666666667vw
}

#info .info-inner .label {
    color: #ff8026;
    font-size: 36px;
    font-size: 4.8vw;
    font-family: "Noto Sans JP", "Noto Sans SC", "Noto Sans KR", Sans-Serif;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .1em;
    padding: 7.3333333333vw 0 4.8vw
}

#info .info-inner .info-lists {
    display: block;
    height: auto;
    overflow: hidden;
    position: relative;
    transition: all .5s 0s ease
}

#info .info-inner .info-lists>li {
    padding-bottom: 2.4vw;
    position: relative
}

#info .info-inner .info-lists>li>a {
    display: block
}

#info .info-inner .info-lists>li .date {
    color: #fff;
    font-size: 24px;
    font-size: 3.2vw;
    font-family: "Noto Sans JP", "Noto Sans SC", "Noto Sans KR", Sans-Serif;
    font-weight: 500;
    letter-spacing: .1em
}

#info .info-inner .info-lists>li .txt {
    color: #fff;
    font-size: 24px;
    font-size: 3.2vw;
    font-family: "Noto Sans JP", "Noto Sans SC", "Noto Sans KR", Sans-Serif;
    font-weight: 500;
    letter-spacing: .02em
}

#info .info-inner .info-lists>li .txt .red {
    color: red
}

#info .info-inner .minus,
#info .info-inner .plus {
    color: #ff8026;
    cursor: pointer;
    display: block;
    margin-top: 2.6666666667vw;
    position: relative
}

#info .info-inner .minus .txt-close,
#info .info-inner .minus .txt-more,
#info .info-inner .plus .txt-close,
#info .info-inner .plus .txt-more {
    font-size: 20px;
    font-size: 2.6666666667vw;
    font-family: "Noto Sans JP", "Noto Sans SC", "Noto Sans KR", Sans-Serif;
    font-weight: 700;
    letter-spacing: .09em
}

#info .info-inner .minus .icon-more,
#info .info-inner .plus .icon-more {
    display: inline-block;
    height: 2.1333333333vw;
    margin-right: 1.6vw;
    position: relative;
    width: 2.1333333333vw
}

#info .info-inner .minus .icon-more::before,
#info .info-inner .plus .icon-more::before {
    background-color: #ff8026;
    position: absolute;
    top: .9333333333vw;
    left: 0;
    content: "";
    display: inline-block;
    width: 2.1333333333vw;
    height: .4vw
}

#info .info-inner .minus .txt-close {
    display: inline
}

#info .info-inner .minus .txt-more {
    display: none
}

#info .info-inner .plus .icon-more::after {
    background-color: #ff8026;
    position: absolute;
    top: .8vw;
    left: 0;
    content: "";
    display: inline-block;
    width: 2.1333333333vw;
    height: .4vw;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

#info .info-inner .plus .txt-close {
    display: none
}

#info .info-inner .plus .txt-more {
    display: inline
}

#movie {
    background-color: #00677f;
    background-image: url(../../common/images/top/movie/bg_sp.png);
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 7
}

#movie .movie-inner {
    padding: 20vw 0 20.5333333333vw;
    position: relative;
    width: 100%
}

#movie .movie-inner .label {
    box-sizing: border-box;
    height: 9.4666666667vw;
    margin: 0 auto 1.3333333333vw;
    position: relative;
    width: 75.7333333333vw
}

#movie .movie-inner .label>img {
    height: auto;
    width: 100%
}

#movie .movie-inner .links .mov-box .txt {
    color: #fff;
    font-size: 26px;
    font-size: 3.4666666667vw;
    font-family: "Noto Sans JP", "Noto Sans SC", "Noto Sans KR", Sans-Serif;
    font-weight: 500;
    padding: 9.3333333333vw 0 2vw;
    position: relative;
    text-align: center
}

#movie .movie-inner .links .mov-box .mov-cont {
    align-items: center;
    background-size: cover;
    background-position: center;
    border-radius: 2vw;
    box-shadow: .2666666667vw .2666666667vw 2.6666666667vw rgba(0, 0, 0, .4);
    cursor: pointer;
    display: flex;
    height: 48vw;
    justify-content: center;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 85.3333333333vw
}

#movie .movie-inner .links .mov-box .mov-cont.promotion {
    background-image: url(../../common/images/top/movie/pic01.jpg)
}

#movie .movie-inner .links .mov-box .mov-cont.tutorial {
    background-image: url(../../common/images/top/movie/pic02.jpg)
}

#movie .movie-inner .links .mov-box .mov-cont>img {
    height: 20vw;
    width: 20vw
}

#movie .movie-inner .links .mov-box .mov-cont .mov-inner {
    height: 48vw;
    visibility: hidden;
    position: absolute;
    width: 85.3333333333vw
}

#movie .movie-inner .links .mov-box .mov-cont .mov-inner.active {
    visibility: visible
}

#smartphone-printer {
    background-color: #00677f;
    position: relative;
    z-index: 6
}

#smartphone-printer .smartphone-printer-inner {
    background-image: url(../../common/images/top/smartphoneprinter/bg_sp.png);
    background-size: cover;
    padding: 11.3333333333vw 0 14.1333333333vw;
    position: relative;
    width: 100%
}

#smartphone-printer .smartphone-printer-inner .label {
    color: #ff8026;
    font-size: 45px;
    font-size: 6vw;
    font-family: "Noto Sans JP", "Noto Sans SC", "Noto Sans KR", Sans-Serif;
    font-weight: 700;
    letter-spacing: -.08em;
    position: relative;
    text-align: center
}

#smartphone-printer .smartphone-printer-inner .left-box {
    height: 54vw;
    position: relative
}

#smartphone-printer .smartphone-printer-inner .left-box .hands {
    position: absolute;
    top: 7.3333333333vw;
    width: 64vw
}

#smartphone-printer .smartphone-printer-inner .left-box .hands>img {
    height: auto;
    left: 0;
    position: absolute;
    top: 0;
    width: 64vw
}

#smartphone-printer .smartphone-printer-inner .left-box .hands>img.cf_1,
#smartphone-printer .smartphone-printer-inner .left-box .hands>img.cf_2 {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    opacity: 0;
    z-index: 0
}

#smartphone-printer .smartphone-printer-inner .left-box .hands>img.cf_1 {
    -webkit-animation-name: crossfader_2;
    animation-name: crossfader_2;
    -webkit-animation-delay: -2s;
    animation-delay: -2s
}

#smartphone-printer .smartphone-printer-inner .left-box .hands>img.cf_2 {
    -webkit-animation-name: crossfader_2;
    animation-name: crossfader_2;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    opacity: 0
}

#smartphone-printer .smartphone-printer-inner .left-box .hands>img.pause {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

#smartphone-printer .smartphone-printer-inner .left-box .circle-box {
    align-content: center;
    align-items: center;
    background-color: #6c1d45;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    height: 42.6666666667vw;
    justify-content: center;
    position: absolute;
    right: 4vw;
    text-align: center;
    top: 4.6666666667vw;
    width: 42.6666666667vw
}

#smartphone-printer .smartphone-printer-inner .left-box .circle-box .txt {
    color: #ff8026;
    font-size: 26px;
    font-size: 3.4666666667vw;
    font-family: "Noto Sans JP", "Noto Sans SC", "Noto Sans KR", Sans-Serif;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 2em;
    width: 100%
}

#smartphone-printer .smartphone-printer-inner .left-box .circle-box .notes {
    color: #ff8026;
    font-size: 22px;
    font-size: 2.9333333333vw;
    font-family: "Noto Sans JP", "Noto Sans SC", "Noto Sans KR", Sans-Serif;
    font-weight: 700;
    letter-spacing: .03em;
    line-height: 1.5em;
    margin: 2vw 0 -3.3333333333vw;
    width: 100%
}

#smartphone-printer .smartphone-printer-inner .right-box {
    border-radius: 1.3333333333vw 0 0 1.3333333333vw;
    height: 63.0666666667vw;
    margin: 0 0 0 auto;
    overflow: hidden;
    position: relative;
    width: 94.6666666667vw;
    z-index: 1
}

#smartphone-printer .smartphone-printer-inner .right-box>img {
    height: 63.0666666667vw;
    left: 0;
    position: absolute;
    top: 0;
    width: 94.6666666667vw
}

#smartphone-printer .smartphone-printer-inner .right-box>img.cf_1,
#smartphone-printer .smartphone-printer-inner .right-box>img.cf_2 {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    opacity: 0;
    z-index: 0
}

#smartphone-printer .smartphone-printer-inner .right-box>img.cf_1 {
    -webkit-animation-name: crossfader_2;
    animation-name: crossfader_2;
    -webkit-animation-delay: -2s;
    animation-delay: -2s
}

#smartphone-printer .smartphone-printer-inner .right-box>img.cf_2 {
    -webkit-animation-name: crossfader_2;
    animation-name: crossfader_2;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    opacity: 0
}

#smartphone-printer .smartphone-printer-inner .right-box>img.pause {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.de #smartphone-printer .smartphone-printer-inner .label,
.en #smartphone-printer .smartphone-printer-inner .label,
.fr #smartphone-printer .smartphone-printer-inner .label,
.zh #smartphone-printer .smartphone-printer-inner .label {
    letter-spacing: .01em
}

.de #smartphone-printer .smartphone-printer-inner .left-box .circle-box .txt,
.en #smartphone-printer .smartphone-printer-inner .left-box .circle-box .txt,
.fr #smartphone-printer .smartphone-printer-inner .left-box .circle-box .txt,
.zh #smartphone-printer .smartphone-printer-inner .left-box .circle-box .txt {
    letter-spacing: -.01em
}

.es #smartphone-printer .smartphone-printer-inner .label,
.pt #smartphone-printer .smartphone-printer-inner .label {
    letter-spacing: .01em
}

.de #smartphone-printer .smartphone-printer-inner .left-box .circle-box .txt,
.es #smartphone-printer .smartphone-printer-inner .left-box .circle-box .txt {
    margin-top: -10px;
    line-height: 1.3em
}

.ru #smartphone-printer .smartphone-printer-inner .label {
    letter-spacing: .01em
}

.ru #smartphone-printer .smartphone-printer-inner .left-box .circle-box .txt {
    letter-spacing: -.01em;
    margin-top: -4vw
}

.ru #smartphone-printer .smartphone-printer-inner .left-box .circle-box .notes {
    margin: 2vw 0 0
}

#format {
    background-color: #6c1d45;
    position: relative;
    z-index: 5
}

#format .format-inner {
    padding: 12vw 0 7.3333333333vw;
    position: relative;
    width: 100%
}

#format .format-inner .label {
    color: #ff8026;
    font-size: 45px;
    font-size: 6vw;
    font-family: "Noto Sans JP", "Noto Sans SC", "Noto Sans KR", Sans-Serif;
    font-weight: 700;
    letter-spacing: -.05em;
    position: relative;
    text-align: center
}

#format .format-inner .format-pics {
    margin: 100px 0 0;
    position: relative;
    width: 100%
}

#format .format-inner .format-pics .main-pics {
    height: 67.4666666667vw;
    margin: 0 auto;
    position: relative;
    width: 76.5333333333vw
}

#format .format-inner .format-pics .main-pics .main-pic {
    height: 60.9333333333vw;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 76.5333333333vw;
    z-index: 1;
    transition: opacity .5s ease
}

#format .format-inner .format-pics .main-pics .main-pic.main-pic-2::after,
#format .format-inner .format-pics .main-pics .main-pic.main-pic-3::after {
    box-shadow: 2vw 2vw 4vw rgba(0, 0, 0, .4);
    content: "";
    height: 58.2666666667vw;
    left: 1.3333333333vw;
    position: absolute;
    top: 1.3333333333vw;
    width: 73.8666666667vw;
    z-index: -1
}

#format .format-inner .format-pics .main-pics .main-pic.active {
    opacity: 1
}

#format .format-inner .format-pics .main-pics .main-pic .pic-wrapper {
    height: 60.9333333333vw;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 76.5333333333vw;
    transition: all 1s cubic-bezier(.39, .575, .565, 1);
    transition-delay: 3s
}

#format .format-inner .format-pics .main-pics .main-pic .pic-wrapper .pic-inner {
    height: auto;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 76.5333333333vw
}

#format .format-inner .format-pics .main-pics .main-pic .pic-wrapper .pic-inner>img {
    height: auto;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 76.5333333333vw
}

#format .format-inner .format-pics .main-pics .main-pic .pic-wrapper .pic-inner::after,
#format .format-inner .format-pics .main-pics .main-pic .pic-wrapper .pic-inner::before {
    background-color: #6c1d45;
    content: "";
    height: 459px;
    position: absolute;
    transition: all 1.1s cubic-bezier(.39, .575, .565, 1);
    top: -.1333333333vw;
    width: 20.2666666667vw;
    z-index: 2
}

#format .format-inner .format-pics .main-pics .main-pic .pic-wrapper .pic-inner::before {
    left: -20.2666666667vw
}

#format .format-inner .format-pics .main-pics .main-pic .pic-wrapper .pic-inner::after {
    right: -20.2666666667vw
}

#format .format-inner .format-pics .main-pics .main-pic .pic-wrapper.normal .pic-inner::before {
    left: 0
}

#format .format-inner .format-pics .main-pics .main-pic .pic-wrapper.normal .pic-inner::after {
    right: 0
}

#format .format-inner .format-pics .main-pics .main-pic .arrow {
    height: 7.8666666667vw;
    left: 50%;
    margin: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    position: absolute;
    top: 53.3333333333vw;
    width: 70.1333333333vw;
    transition: width 1s cubic-bezier(.39, .575, .565, 1)
}

#format .format-inner .format-pics .main-pics .main-pic .arrow>img {
    height: auto;
    width: 100%
}

#format .format-inner .format-pics .main-pics .main-pic .arrow.init {
    width: 32.5333333333vw
}

#format .format-inner .format-pics .main-pics .main-pic .arrow.animestart {
    -webkit-animation-name: arrowanime;
    animation-name: arrowanime;
    -webkit-animation-duration: 6s;
    animation-duration: 6s
}

@-webkit-keyframes arrowanime {
    0% {
        opacity: 0
    }

    10% {
        opacity: 1
    }

    20% {
        opacity: 0
    }

    30% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@keyframes arrowanime {
    0% {
        opacity: 0
    }

    10% {
        opacity: 1
    }

    20% {
        opacity: 0
    }

    30% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

#format .format-inner .format-pics .main-pics .main-pic>img {
    height: auto;
    width: 76.5333333333vw
}

#format .format-inner .format-pics .main-pics .main-pic>img.waku1 {
    border-radius: .6666666667vw;
    box-shadow: .2666666667vw .2666666667vw 2.6666666667vw rgba(0, 0, 0, .4), 0 0 .2666666667vw rgba(0, 0, 0, .4) inset;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: 0;
    width: 38.4vw;
    opacity: 1
}

#format .format-inner .format-pics .main-pics .main-pic>img.waku2 {
    box-shadow: .2666666667vw .2666666667vw 2.6666666667vw rgba(0, 0, 0, .4);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: 0;
    opacity: 0
}

#format .format-inner .format-pics .main-pics .notes {
    color: #fff;
    font-size: 18px;
    font-size: 2.4vw;
    font-family: "Noto Sans JP", "Noto Sans SC", "Noto Sans KR", Sans-Serif;
    font-weight: 500;
    letter-spacing: .03em;
    opacity: 1;
    position: absolute;
    text-align: right;
    top: 64vw;
    width: 76.5333333333vw;
    transition: opacity .5s ease
}

#format .format-inner .format-pics .main-pics .notes.init {
    opacity: 0
}

#format .format-inner .format-pics .sub-pic-box {
    display: block;
    height: 74.6666666667vw;
    margin: 8vw auto 0;
    position: relative;
    width: 84vw
}

#format .format-inner .format-pics .sub-pic-box .sub-pics {
    align-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    position: absolute;
    top: 0;
    width: 84vw
}

#format .format-inner .format-pics .sub-pic-box .sub-pics .sub-pic {
    height: 30.9333333333vw;
    margin-bottom: 6.6666666667vw;
    position: relative;
    width: 38.6666666667vw;
    opacity: 0;
    transition: all .5s cubic-bezier(.39, .575, .565, 1);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    z-index: 1
}

#format .format-inner .format-pics .sub-pic-box .sub-pics .sub-pic>img {
    height: auto;
    width: 100%;
    z-index: 1
}

#format .format-inner .format-pics .sub-pic-box .sub-pics .sub-pic::after {
    box-shadow: 2vw 2vw 4vw rgba(0, 0, 0, .4);
    content: "";
    height: 28.2666666667vw;
    left: 1.3333333333vw;
    position: absolute;
    top: 1.3333333333vw;
    width: 36vw;
    z-index: -1
}

#format .format-inner .format-pics .sub-pic-box .sub-pics .sub-pic.init {
    -webkit-transform: translateY(50px);
    transform: translateY(50px)
}

#format .format-inner .format-pics .sub-pic-box .sub-pics.active .sub-pic-1 {
    transition: all 1s cubic-bezier(.39, .575, .565, 1);
    transition-delay: 0s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

#format .format-inner .format-pics .sub-pic-box .sub-pics.active .sub-pic-2 {
    transition: all 1s cubic-bezier(.39, .575, .565, 1);
    transition-delay: .1s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

#format .format-inner .format-pics .sub-pic-box .sub-pics.active .sub-pic-3 {
    transition: all 1s cubic-bezier(.39, .575, .565, 1);
    transition-delay: .2s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

#format .format-inner .format-pics .sub-pic-box .sub-pics.active .sub-pic-4 {
    transition: all 1s cubic-bezier(.39, .575, .565, 1);
    transition-delay: .3s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.de #format .format-inner .label,
.en #format .format-inner .label,
.fr #format .format-inner .label,
.zh #format .format-inner .label {
    letter-spacing: .01em
}

#feature {
    background-color: #00677f;
    padding-bottom: 16vw;
    position: relative;
    z-index: 4
}

#feature .feature-wrap {
    position: relative;
    width: 100%
}

#feature .feature-inner {
    overflow: hidden;
    padding: 17.7333333333vw 0 .9333333333vw;
    position: relative;
    width: 100%
}

#feature .feature-inner .txt-box {
    position: relative
}

#feature .feature-inner .photo-box {
    position: relative
}

#feature .feature-inner .photo-box.row {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 88vw
}

#feature .feature-inner .slide-box {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%
}

#feature .feature-inner .slide-box .slide-lists {
    display: flex;
    position: relative;
    width: 296vw
}

#feature .feature-inner .slide-box .slide-lists.sec {
    position: absolute;
    left: 296vw;
    top: 0
}

#feature .feature-inner .slide-box.left {
    border-radius: 0 1.3333333333vw 1.3333333333vw 0;
    height: 64vw;
    margin: 0 0 6.6666666667vw;
    overflow: visible;
    position: relative;
    width: 96vw;
    z-index: 1
}

#feature .feature-inner .slide-box.left::after {
    border-radius: 0 1.3333333333vw 1.3333333333vw 0;
    box-shadow: 2vw 2vw 4vw rgba(0, 0, 0, .4);
    content: "";
    height: 64vw;
    left: 0;
    position: absolute;
    top: 0;
    width: 96vw;
    z-index: 0
}

#feature .feature-inner .slide-box.left .slide-box-inner {
    border-radius: 0 1.3333333333vw 1.3333333333vw 0;
    display: flex;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1
}

#feature .feature-inner .slide-box.left .slide-box-inner .slide-lists {
    width: 400vw
}

#feature .feature-inner .slide-box.left .slide-box-inner .slide-lists.sec {
    left: 400vw
}

#feature .feature-inner .number {
    margin: 0 auto;
    padding: 0 0 1.0666666667vw;
    position: relative;
    width: 80vw
}

#feature .feature-inner .number .number-inner {
    border-bottom: .2666666667vw solid #ff8026;
    color: #ff8026;
    font-size: 30px;
    font-size: 4vw;
    font-family: "Noto Sans JP", "Noto Sans SC", "Noto Sans KR", Sans-Serif;
    font-weight: 500;
    letter-spacing: .1em;
    margin: 0;
    position: relative;
    text-align: right;
    width: 100%
}

#feature .feature-inner .icon {
    box-sizing: border-box;
    margin: 8vw auto 5.3333333333vw;
    position: relative
}

#feature .feature-inner .icon>img {
    height: auto;
    width: 100%
}

#feature .feature-inner .icon.icon-1 {
    height: 10.8vw;
    width: 13.3333333333vw
}

#feature .feature-inner .icon.icon-2 {
    height: 15.6vw;
    width: 16.8vw
}

#feature .feature-inner .icon.icon-3 {
    height: 13.2vw;
    width: 14vw
}

#feature .feature-inner .icon.icon-4 {
    height: 13.6vw;
    width: 15.6vw
}

#feature .feature-inner .icon.icon-5 {
    height: 10.8vw;
    width: 13.3333333333vw
}

#feature .feature-inner .icon.icon-6 {
    height: 11.7333333333vw;
    width: 11.7333333333vw
}

#feature .feature-inner .icon.icon-7 {
    height: 13.4666666667vw;
    width: 18.1333333333vw
}

#feature .feature-inner .label {
    color: #ff8026;
    font-size: 70px;
    font-size: 9.3333333333vw;
    font-family: "Noto Sans JP", "Noto Sans SC", "Noto Sans KR", Sans-Serif;
    font-weight: 700;
    letter-spacing: -.01em;
    line-height: 1.2em;
    margin: 0 auto 4.6666666667vw;
    position: relative;
    text-align: center;
    width: 80vw
}

#feature .feature-inner .txt {
    color: #fff;
    font-size: 26px;
    font-size: 3.4666666667vw;
    font-family: "Noto Sans JP", "Noto Sans SC", "Noto Sans KR", Sans-Serif;
    font-weight: 500;
    letter-spacing: .04em;
    line-height: 2em;
    margin: 0 auto 6.4vw;
    position: relative;
    text-align: left;
    width: 80vw
}

#feature .feature-inner .pic {
    box-sizing: border-box;
    margin: 0 auto 6.6666666667vw;
    position: relative
}

#feature .feature-inner .pic>img {
    height: auto;
    width: 100%
}

#feature .feature-inner .pic.pic-1,
#feature .feature-inner .pic.pic-5 {
    border-radius: 0 1.3333333333vw 1.3333333333vw 0;
    box-shadow: 2vw 2vw 2.6666666667vw rgba(0, 0, 0, .4);
    height: 64vw;
    margin: 0 0 5.3333333333vw;
    overflow: hidden;
    position: relative;
    width: 96vw;
    z-index: 1
}

#feature .feature-inner .pic.pic-1>img,
#feature .feature-inner .pic.pic-5>img {
    position: absolute;
    transition: opacity .3s ease
}

#feature .feature-inner .pic.pic-1>img.cf_1,
#feature .feature-inner .pic.pic-1>img.cf_2,
#feature .feature-inner .pic.pic-1>img.cf_3,
#feature .feature-inner .pic.pic-5>img.cf_1,
#feature .feature-inner .pic.pic-5>img.cf_2,
#feature .feature-inner .pic.pic-5>img.cf_3 {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 15s;
    animation-duration: 15s;
    opacity: 0;
    z-index: 0
}

#feature .feature-inner .pic.pic-1>img.cf_1,
#feature .feature-inner .pic.pic-5>img.cf_1 {
    -webkit-animation-name: crossfader_3;
    animation-name: crossfader_3;
    -webkit-animation-delay: -2s;
    animation-delay: -2s
}

#feature .feature-inner .pic.pic-1>img.cf_2,
#feature .feature-inner .pic.pic-5>img.cf_2 {
    -webkit-animation-name: crossfader_3;
    animation-name: crossfader_3;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    opacity: 0
}

#feature .feature-inner .pic.pic-1>img.cf_3,
#feature .feature-inner .pic.pic-5>img.cf_3 {
    -webkit-animation-name: crossfader_3;
    animation-name: crossfader_3;
    -webkit-animation-delay: 8s;
    animation-delay: 8s;
    opacity: 0
}

#feature .feature-inner .pic.pic-1>img.pause,
#feature .feature-inner .pic.pic-5>img.pause {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

#feature .feature-inner .pic.pic-1 .bluetooth,
#feature .feature-inner .pic.pic-5 .bluetooth {
    align-items: center;
    background-color: #6c1d45;
    border-radius: 50%;
    bottom: 4vw;
    height: 22.6666666667vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    right: 4vw;
    width: 22.6666666667vw;
    z-index: 10
}

#feature .feature-inner .pic.pic-1 .bluetooth>img,
#feature .feature-inner .pic.pic-5 .bluetooth>img {
    height: 6.1333333333vw;
    margin-top: .6666666667vw;
    position: relative;
    width: 4.5333333333vw
}

#feature .feature-inner .pic.pic-1 .bluetooth>p,
#feature .feature-inner .pic.pic-5 .bluetooth>p {
    color: #fff;
    font-size: 20px;
    font-size: 2.6666666667vw;
    font-family: "Noto Sans JP", "Noto Sans SC", "Noto Sans KR", Sans-Serif;
    font-weight: 700;
    letter-spacing: .02em;
    margin-top: .6666666667vw;
    position: relative;
    text-align: center
}

#feature .feature-inner .pic.pic-5 {
    border-radius: 1.3333333333vw 0 0 1.3333333333vw;
    margin: 0 0 8vw auto;
    z-index: 1
}

#feature .feature-inner .pic.pic-2,
#feature .feature-inner .pic.pic-6,
#feature .feature-inner .pic.pic-7 {
    height: 55.0666666667vw;
    margin: 0 auto 4vw;
    width: 69.3333333333vw;
    z-index: 1
}

#feature .feature-inner .pic.pic-2::after,
#feature .feature-inner .pic.pic-6::after,
#feature .feature-inner .pic.pic-7::after {
    box-shadow: 2vw 2vw 4vw rgba(0, 0, 0, .4);
    content: "";
    height: 53.3333333333vw;
    left: .9333333333vw;
    position: absolute;
    top: 1.3333333333vw;
    width: 66.6666666667vw;
    z-index: -1
}

#feature .feature-inner .pic.pic-3,
#feature .feature-inner .pic.pic-5_2 {
    height: 31.7333333333vw;
    margin: 0 auto 4vw;
    width: 39.8666666667vw;
    z-index: 1
}

#feature .feature-inner .pic.pic-3::after,
#feature .feature-inner .pic.pic-5_2::after {
    box-shadow: 2vw 2vw 4vw rgba(0, 0, 0, .4);
    content: "";
    height: 29.0666666667vw;
    left: 1.3333333333vw;
    position: absolute;
    top: 1.3333333333vw;
    width: 37.2vw;
    z-index: -1
}

#feature .feature-inner .pic.pic-3_4 {
    height: 72vw;
    margin: 0;
    text-align: center;
    width: 98.6666666667vw;
    z-index: 1
}

#feature .feature-inner .pic.pic-3_4::after {
    box-shadow: 2vw 2vw 4vw rgba(0, 0, 0, .4);
    content: "";
    height: 61.3333333333vw;
    left: 50%;
    position: absolute;
    top: 1.3333333333vw;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 93.3333333333vw;
    z-index: -1
}

#feature .feature-inner .pic.pic-3_4>img {
    border-radius: 1.3333333333vw;
    height: 64vw;
    overflow: hidden;
    width: 96vw;
    z-index: 1
}

#feature .feature-inner .pic.pic-4 {
    height: 64vw;
    margin: 0;
    width: 32vw;
    z-index: 1
}

#feature .feature-inner .modename {
    color: #ff8026;
    font-size: 30px;
    font-size: 4vw;
    font-family: "Noto Sans JP", "Noto Sans SC", "Noto Sans KR", Sans-Serif;
    font-weight: 700;
    letter-spacing: .1em;
    margin: 0 auto 6.6666666667vw;
    position: relative;
    text-align: center
}

#feature .feature-inner .modename.last {
    margin: 0 auto
}

#feature .feature-inner .more {
    margin: 0 auto;
    position: relative;
    width: 80vw
}

#feature .feature-inner .more a {
    background-image: linear-gradient(rgba(0, 0, 0, 0) 50%, #ff8026 50%);
    background-position: 0 0;
    background-size: auto 200%;
    box-sizing: border-box;
    color: #ff8026;
    font-size: 34px;
    font-size: 4.5333333333vw;
    font-family: "Noto Sans JP", "Noto Sans SC", "Noto Sans KR", Sans-Serif;
    font-weight: 700;
    letter-spacing: -.06em;
    display: inline-block;
    position: relative;
    padding: 0 .6666666667vw .6666666667vw;
    z-index: 2;
    transition: all .3s ease
}

#feature .feature-inner .more a::after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    width: 100%;
    height: .4vw;
    background-color: #ff8026;
    transition: all .3s ease;
    z-index: 1
}

#feature .feature-inner .more a:hover {
    background-position: 0 100%;
    color: #00677f
}

#feature .feature-inner .more.center {
    text-align: center
}

#feature .feature-inner .more.right {
    text-align: right
}

#product {
    background-color: #6c1d45;
    position: relative;
    z-index: 3
}

#product .product-inner {
    background-color: #6c1d45;
    padding: 15.3333333333vw 0 7.3333333333vw;
    position: relative;
    width: 100%
}

#product .product-inner .label {
    color: #ff8026;
    font-size: 45px;
    font-size: 6vw;
    font-family: "Noto Sans JP", "Noto Sans SC", "Noto Sans KR", Sans-Serif;
    font-weight: 700;
    letter-spacing: .05em;
    position: relative;
    text-align: center
}

#product .product-inner .product-pics {
    display: flex;
    justify-content: center;
    position: relative
}

#product .product-inner .product-pics .product-pic {
    padding: 9.3333333333vw 0;
    position: relative;
    text-align: center;
    width: 44vw
}

#product .product-inner .product-pics .product-pic>img {
    height: auto;
    position: relative;
    width: 44vw
}

#product .product-inner .product-pics .product-pic .name {
    color: #ff8026;
    font-size: 30px;
    font-size: 4vw;
    font-family: "Noto Sans JP", "Noto Sans SC", "Noto Sans KR", Sans-Serif;
    font-weight: 700;
    letter-spacing: .01em;
    position: relative;
    text-align: center
}

#links {
    background-color: #fff;
    position: relative;
    z-index: 2
}

#links .links-inner {
    padding: 6.6666666667vw 0 16vw;
    position: relative;
    width: 100%
}

#links .links-inner .connection-method,
#links .links-inner .product-spec,
#links .links-inner .shopping,
#links .links-inner .support {
    border-radius: 1.3333333333vw;
    box-shadow: 1.3333333333vw 1.3333333333vw 5.3333333333vw rgba(0, 0, 0, .4);
    margin: 0 auto 4vw;
    overflow: hidden;
    position: relative;
    width: 86.6666666667vw
}

#links .links-inner .product-spec,
#links .links-inner .shopping,
#links .links-inner .support {
    background-color: #262626;
    position: relative
}

#links .links-inner .product-spec .icon,
#links .links-inner .shopping .icon,
#links .links-inner .support .icon {
    height: 11.6vw;
    margin: 0 auto;
    width: 12.4vw
}

#links .links-inner .product-spec .icon>img,
#links .links-inner .shopping .icon>img,
#links .links-inner .support .icon>img {
    height: auto;
    width: 100%
}

#links .links-inner .product-spec .head,
#links .links-inner .shopping .head,
#links .links-inner .support .head {
    color: #ff8026;
    font-size: 54px;
    font-size: 7.2vw;
    font-family: "Noto Sans JP", "Noto Sans SC", "Noto Sans KR", Sans-Serif;
    font-weight: 700;
    letter-spacing: .1em;
    padding: 4.6666666667vw 0 10.4vw;
    position: relative;
    text-align: center
}

#links .links-inner .product-spec .more,
#links .links-inner .shopping .more,
#links .links-inner .support .more {
    background-image: linear-gradient(rgba(0, 0, 0, 0) 50%, #ff8026 50%);
    background-position: 0 0;
    background-size: auto 200%;
    box-sizing: border-box;
    bottom: 8vw;
    color: #ff8026;
    font-size: 30px;
    font-size: 4vw;
    font-family: "Noto Sans JP", "Noto Sans SC", "Noto Sans KR", Sans-Serif;
    font-weight: 700;
    letter-spacing: -.06em;
    display: inline-block;
    position: absolute;
    padding: 0 .6666666667vw .6666666667vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
    transition: all .3s ease
}

#links .links-inner .product-spec .more::after,
#links .links-inner .shopping .more::after,
#links .links-inner .support .more::after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    width: 100%;
    height: .4vw;
    background-color: #ff8026;
    transition: all .3s ease;
    z-index: 1
}

#links .links-inner .product-spec.inactive .head,
#links .links-inner .product-spec.inactive .icon,
#links .links-inner .shopping.inactive .head,
#links .links-inner .shopping.inactive .icon,
#links .links-inner .support.inactive .head,
#links .links-inner .support.inactive .icon {
    opacity: .3
}

#links .links-inner .product-spec a,
#links .links-inner .shopping a,
#links .links-inner .support a {
    display: block;
    padding: 12.6666666667vw 0 12.6666666667vw;
    position: relative;
    width: 100%
}

#links .links-inner .product-spec a:hover .more,
#links .links-inner .shopping a:hover .more,
#links .links-inner .support a:hover .more {
    background-position: 0 100%;
    color: #262626
}

#links .links-inner .product-spec .comingsoon,
#links .links-inner .shopping .comingsoon,
#links .links-inner .support .comingsoon {
    box-sizing: border-box;
    bottom: 8vw;
    color: #ff8026;
    font-size: 30px;
    font-size: 4vw;
    font-family: "Noto Sans JP", "Noto Sans SC", "Noto Sans KR", Sans-Serif;
    font-weight: 700;
    letter-spacing: .02em;
    display: inline-block;
    position: absolute;
    padding: 0 .6666666667vw .6666666667vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2
}

#links .links-inner .connection-method {
    /* background-color: #00677f;
    background-image: url(../../common/images/top/links/bg_sp.png);
    background-size: cover;
    padding: 6.6666666667vw 0 6vw */
}

#links .links-inner .connection-method .head {
    color: #ff8026;
    font-size: 38px;
    font-size: 5.0666666667vw;
    font-family: "Noto Sans JP", "Noto Sans SC", "Noto Sans KR", Sans-Serif;
    font-weight: 700;
    letter-spacing: -.02em;
    padding: 0 6vw 3.3333333333vw;
    position: relative
}

#links .links-inner .connection-method .txt {
    color: #fff;
    font-size: 22px;
    font-size: 2.9333333333vw;
    font-family: "Noto Sans JP", "Noto Sans SC", "Noto Sans KR", Sans-Serif;
    font-weight: 500;
    letter-spacing: -.02em;
    line-height: 1.6em;
    padding: 0 4vw 0 9.3333333333vw;
    position: relative;
    text-indent: -1em
}

#links .links-inner .connection-method .pic {
    margin: 6.6666666667vw auto 0;
    width: 73.3333333333vw
}

#links .links-inner .connection-method .pic>img {
    height: auto;
    width: 100%
}

#links .links-inner .connection-method a {
    background-image: linear-gradient(rgba(0, 0, 0, 0) 50%, #ff8026 50%);
    background-position: 0 0;
    background-size: auto 200%;
    box-sizing: border-box;
    color: #ff8026;
    font-size: 30px;
    font-size: 4vw;
    font-family: "Noto Sans JP", "Noto Sans SC", "Noto Sans KR", Sans-Serif;
    font-weight: 700;
    letter-spacing: -.06em;
    display: inline-block;
    position: absolute;
    padding: 0 .6666666667vw .6666666667vw;
    right: 5.3333333333vw;
    z-index: 2;
    transition: all .3s ease
}

#links .links-inner .connection-method a::after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    width: 100%;
    height: .4vw;
    background-color: #ff8026;
    transition: all .3s ease;
    z-index: 1
}

#links .links-inner .connection-method a:hover {
    background-position: 0 100%;
    color: #00677f
}

#links .links-inner .product-spec .icon {
    height: 11.6vw;
    width: 12.4vw
}

#links .links-inner .support .icon {
    height: 12.6666666667vw;
    width: 37.3333333333vw
}

#links .links-inner .shopping .icon {
    height: 8.8vw;
    width: 8.2666666667vw
}

#links .links-inner .shopping .head {
    font-size: 45px;
    font-size: 6vw;
    letter-spacing: .01em;
    padding: 2.6666666667vw 0 5.3333333333vw;
    position: relative;
    text-align: center
}

#links .links-inner .shopping a {
    padding: 8vw 0 12.6666666667vw
}

#links .links-inner .app {
    padding: 14.6666666667vw 0 12.6666666667vw;
    position: relative
}

#links .links-inner .app .icon {
    height: 23.8666666667vw;
    margin: 0 auto;
    width: 23.8666666667vw
}

#links .links-inner .app .icon>img {
    height: auto;
    width: 100%
}

#links .links-inner .app .head {
    color: #231815;
    font-size: 36px;
    font-size: 4.8vw;
    font-family: "Noto Sans JP", "Noto Sans SC", "Noto Sans KR", Sans-Serif;
    font-weight: 700;
    letter-spacing: 0;
    padding: 4.6666666667vw 0 8vw;
    position: relative;
    text-align: center
}

#links .links-inner .app .app-link-box {
    position: relative
}

#links .links-inner .app .app-link-box .app-link-box-inner {
    position: relative
}

#links .links-inner .app .appstore {
    display: block;
    height: 18.6666666667vw;
    margin: 0 auto;
    width: 55.8666666667vw
}

#links .links-inner .app .appstore>img {
    height: auto;
    width: 100%
}

#links .links-inner .app .notes {
    color: #231815;
    font-size: 25px;
    font-size: 3.3333333333vw;
    font-family: "Noto Sans JP", "Noto Sans SC", "Noto Sans KR", Sans-Serif;
    font-weight: 500;
    letter-spacing: -.06em;
    line-height: 1.6em;
    padding: 2.6666666667vw 0 6vw;
    position: relative;
    text-align: center
}

#links .links-inner .app .googleplay {
    display: block;
    height: 18.1333333333vw;
    margin: 0 auto;
    width: 61.2vw
}

#links .links-inner .app .googleplay>img {
    height: auto;
    width: 100%
}

.de #links .links-inner .product-spec .head,
.de #links .links-inner .support .head,
.en #links .links-inner .product-spec .head,
.en #links .links-inner .support .head,
.es #links .links-inner .product-spec .head,
.es #links .links-inner .support .head,
.fr #links .links-inner .product-spec .head,
.fr #links .links-inner .support .head,
.pt #links .links-inner .product-spec .head,
.pt #links .links-inner .support .head,
.ru #links .links-inner .product-spec .head,
.ru #links .links-inner .support .head,
.zh #links .links-inner .product-spec .head,
.zh #links .links-inner .support .head {
    letter-spacing: -.01em
}

.fr #links .links-inner .connection-method .head {
    padding: 0 6.6666666667vw 3.3333333333vw
}

.de #links .links-inner .connection-method .head,
.es #links .links-inner .connection-method .head {
    padding: 0 6.6666666667vw 3.3333333333vw
}

.pt #links .links-inner .connection-method .head,
.ru #links .links-inner .connection-method .head {
    padding: 0 6.6666666667vw 3.3333333333vw
}

#accessories {
    background-color: #00677f;
    position: relative;
    z-index: 1
}

#accessories .accessories-inner {
    background-color: #00677f;
    padding: 16.6666666667vw 0 7.3333333333vw;
    position: relative;
    width: 100%
}

#accessories .accessories-inner .label {
    color: #ff8026;
    font-size: 60px;
    font-size: 8vw;
    font-family: "Noto Sans JP", "Noto Sans SC", "Noto Sans KR", Sans-Serif;
    font-weight: 700;
    letter-spacing: .02em;
    position: relative;
    text-align: center
}

#accessories .accessories-inner .accessories-box {
    margin: 6.6666666667vw 0;
    position: relative
}

#accessories .accessories-inner .accessories-box .accessories-box-inner {
    margin-bottom: 9.3333333333vw;
    position: relative
}

#accessories .accessories-inner .accessories-box .accessories-box-inner .bg-box {
    align-items: center;
    background-color: #6c1d45;
    border-radius: 1.3333333333vw;
    box-shadow: 1.3333333333vw 1.3333333333vw 5.3333333333vw rgba(0, 0, 0, .4);
    display: flex;
    height: 57.8666666667vw;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 65.3333333333vw
}

#accessories .accessories-inner .accessories-box .accessories-box-inner .bg-box .photoframe {
    height: auto;
    margin-top: 4vw;
    width: 44vw
}

#accessories .accessories-inner .accessories-box .accessories-box-inner .bg-box .album {
    height: auto;
    margin-left: 2.6666666667vw;
    margin-top: 2.6666666667vw;
    width: 56vw
}

#accessories .accessories-inner .accessories-box .accessories-box-inner .txt {
    color: #ff8026;
    font-size: 30px;
    font-size: 4vw;
    font-family: "Noto Sans JP", "Noto Sans SC", "Noto Sans KR", Sans-Serif;
    font-weight: 700;
    letter-spacing: -.05em;
    margin-top: 4.6666666667vw;
    position: relative;
    text-align: center
}

#films {
    background-color: #fff;
    position: relative;
    z-index: 0
}

#films .films-inner {
    margin: 0 auto;
    padding: 20vw 0 7.3333333333vw;
    position: relative;
    width: 80vw
}

#films .films-inner .left-box {
    border-bottom: 1px solid #231815;
    position: relative;
    width: 100%
}

#films .films-inner .left-box .obi {
    background-color: #231815;
    color: #fff;
    font-size: 24px;
    font-size: 3.2vw;
    font-family: "Noto Sans JP", "Noto Sans SC", "Noto Sans KR", Sans-Serif;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1;
    padding: 1.0666666667vw 0 1.6vw;
    text-align: center;
    width: 38.2666666667vw
}

#films .films-inner .left-box .head {
    color: #231815;
    font-size: 32px;
    font-size: 4.2666666667vw;
    font-family: "Noto Sans JP", "Noto Sans SC", "Noto Sans KR", Sans-Serif;
    font-weight: 500;
    letter-spacing: -.14em;
    line-height: 1;
    padding: 4vw 0 1.6vw;
    text-align: left;
    width: 38.2666666667vw
}

#films .films-inner .left-box .logo {
    height: 33.8666666667vw;
    margin: .9333333333vw 0 0 .6666666667vw;
    position: relative;
    width: 49.6vw
}

#films .films-inner .left-box .logo>img {
    height: auto;
    width: 100%
}

#films .films-inner .left-box .spec {
    color: #231815;
    font-size: 24px;
    font-size: 3.2vw;
    font-family: "Noto Sans JP", "Noto Sans SC", "Noto Sans KR", Sans-Serif;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.5em;
    padding: 4.5333333333vw 0 9.8666666667vw
}

#films .films-inner .right-box {
    position: relative;
    width: 100%
}

#films .films-inner .right-box .item-box {
    position: relative
}

#films .films-inner .right-box .item-box .item {
    height: 39.0666666667vw;
    margin: 11.3333333333vw auto 0;
    position: relative;
    width: 61.4666666667vw
}

#films .films-inner .right-box .item-box .item>img {
    height: auto;
    width: 100%
}

#films .films-inner .right-box .item-box .name {
    color: #231815;
    font-size: 36px;
    font-size: 4.8vw;
    font-family: "Noto Sans JP", "Noto Sans SC", "Noto Sans KR", Sans-Serif;
    font-weight: 700;
    margin-top: 2.6666666667vw;
    position: relative;
    text-align: center
}

#films .films-inner .right-box .item-box .txt {
    color: #231815;
    font-size: 24px;
    font-size: 3.2vw;
    font-family: "Noto Sans JP", "Noto Sans SC", "Noto Sans KR", Sans-Serif;
    font-weight: 700;
    letter-spacing: -.05em;
    margin-top: .2666666667vw;
    position: relative;
    text-align: center
}

#films .films-inner .btn {
    height: 16vw;
    margin-top: 8vw;
    position: relative;
    width: 100%;
    border: none
}

#films .films-inner .btn a {
    align-content: center;
    align-items: center;
    background-color: #ff8026;
    border-radius: .8vw;
    color: #fff;
    display: flex;
    font-size: 30px;
    font-size: 4vw;
    font-family: "Noto Sans JP", "Noto Sans SC", "Noto Sans KR", Sans-Serif;
    font-weight: 700;
    letter-spacing: -.03em;
    justify-content: center;
    height: 16vw;
    opacity: 1;
    transition: opacity .2s 0s ease;
    width: 100%;
    padding: 0px
}

#films .films-inner .btn a:hover {
    opacity: .8
}

#films .notes-inner {
    margin: 0 auto;
    padding: 10.6666666667vw 0 16vw;
    position: relative;
    width: 81.3333333333vw
}

#films .notes-inner .notes {
    color: #231815;
    font-size: 24px;
    font-size: 3.2vw;
    font-family: "Noto Sans JP", "Noto Sans SC", "Noto Sans KR", Sans-Serif;
    font-weight: 500;
    letter-spacing: -.05em;
    position: relative
}

.de #films .films-inner .left-box .head,
.en #films .films-inner .left-box .head,
.es #films .films-inner .left-box .head,
.fr #films .films-inner .left-box .head,
.pt #films .films-inner .left-box .head,
.ru #films .films-inner .left-box .head,
.zh #films .films-inner .left-box .head {
    letter-spacing: .05em
}

.de #films .films-inner .left-box .obi {
    width: 50.6666666667vw
}

.de #films .films-inner .btn {
    height: auto
}

.de #films .films-inner .btn a {
    height: auto;
    padding: 1.3333333333vw 5.3333333333vw 1.8666666667vw
}

.pt #films .films-inner .left-box .obi {
    width: 46.6666666667vw
}

.pt #films .films-inner .left-box .head {
    width: 46.6666666667vw
}

.pt #films .films-inner .btn {
    height: auto
}

.pt #films .films-inner .btn a {
    height: auto;
    padding: 1.3333333333vw 5.3333333333vw 1.8666666667vw
}

.es #films .films-inner .left-box .obi,
.fr #films .films-inner .left-box .obi {
    width: 50.6666666667vw
}

.es #films .films-inner .left-box .head,
.fr #films .films-inner .left-box .head {
    width: 50.6666666667vw
}

.es #films .films-inner .btn,
.fr #films .films-inner .btn {
    height: auto
}

.es #films .films-inner .btn a,
.fr #films .films-inner .btn a {
    height: auto;
    padding: 1.3333333333vw 5.3333333333vw 1.8666666667vw
}

.ru #films .films-inner .left-box .obi {
    width: 58.6666666667vw
}

.ru #films .films-inner .left-box .head {
    width: 58.6666666667vw
}

.ru #films .films-inner .btn {
    height: auto
}

.ru #films .films-inner .btn a {
    height: auto;
    padding: 1.3333333333vw 5.3333333333vw 1.8666666667vw
}

@media only screen and (min-width:768px) {
    .sp {
        display: none
    }

    .pc {
        display: block
    }

    .contents-box {
        overflow: hidden;
        min-width: 1000px;
        padding: 50px 0 100px
    }

    .contents-box .content {
        box-shadow: 0 0 30px;
        border-radius: 10px;
        min-width: 900px;
        margin: 50px auto 0;
        max-width: 1300px;
        width: calc(100% - 100px)
    }

    #kv {
        height: 600px;
        margin-bottom: 70px;
        min-width: 1000px
    }

    #kv .kv-inner {
        height: 600px;
        display: flex;
        margin: 0 auto;
        max-width: 1400px
    }

    #kv .left-box {
        height: 600px;
        width: 60.7%
    }

    #kv .left-box ul li {
        background-size: cover;
        background-position: center;
        overflow: hidden
    }

    #kv .left-box ul li.p_1 {
        background-image: url(../../common/images/top/kv/bg_1_pc.jpg)
    }

    #kv .left-box ul li.p_2 {
        background-image: url(../../common/images/top/kv/bg_2_pc.jpg)
    }

    #kv .right-box {
        height: 600px;
        width: 39.3%
    }

    #kv .right-box ul li.txt-new {
        left: 56.5%;
        left: auto;
        right: 66px;
        top: 75px;
        width: 168px
    }

    #kv .right-box ul li.txt-lists {
        left: auto;
        right: 66px;
        top: 340px;
        width: 149px
    }

    #kv .center-box {
        height: 600px;
        left: 50%;
        min-width: 1000px;
        max-width: 1400px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100%
    }

    #kv .center-box .livelife {
        height: 44px;
        left: 4.6%;
        top: 220px;
        width: 212px
    }

    #kv .center-box .line {
        height: 5px
    }

    #kv .center-box .line.line-1 {
        left: 277px;
        top: 280px;
        width: calc(100% - 277px - 78px);
        transition: all 1s cubic-bezier(.445, .05, .55, .95);
        transition-delay: 1s
    }

    #kv .center-box .line.line-1.init {
        width: 152px
    }

    #kv .center-box .line.line-2 {
        display: none
    }

    #kv .center-box .wide {
        height: 44px;
        position: absolute;
        width: 139px
    }

    #kv .center-box .wide.wide-sp {
        display: none
    }

    #kv .center-box .wide.wide-pc {
        left: calc(100% - 217px);
        top: 220px;
        transition: all 1s cubic-bezier(.445, .05, .55, .95);
        transition-delay: 1s
    }

    #kv .center-box .wide.wide-pc.init {
        left: 295px
    }

    #kv .center-box .printer {
        bottom: -43px;
        left: auto;
        right: 240px;
        width: 355px
    }

    #kv .center-box .photo-box {
        bottom: 260px;
        height: 216px;
        left: auto;
        right: 280px;
        width: 271px;
        z-index: 98
    }

    #kv .center-box .photo-box.init {
        bottom: 50px
    }

    #kv .center-box .photo-box .photo {
        height: 216px;
        width: 271px
    }

    #kv .lang-box {
        cursor: pointer;
        display: block;
        position: absolute;
        right: 20px;
        top: 0;
        width: 130px;
        z-index: 99
    }

    #kv .lang-box .lang-trigger {
        align-items: center;
        background-color: #fff;
        color: #00677f;
        display: flex;
        font-size: 12px;
        font-family: "Noto Sans JP", "Noto Sans SC", "Noto Sans KR", Sans-Serif;
        font-weight: 700;
        letter-spacing: .01em;
        line-height: 1em;
        letter-spacing: .1em;
        justify-content: center;
        height: 30px;
        margin: 20px 0 0;
        position: relative;
        width: 100%;
        z-index: 2
    }

    #kv .lang-box .lang-trigger::after {
        content: "";
        width: 0;
        display: inline-block;
        height: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 4px solid #00677f;
        margin-left: 10px;
        position: relative
    }

    #kv .lang-box .lang-lists {
        background-color: #fff;
        display: block;
        height: 0;
        opacity: .5;
        overflow: hidden;
        padding: 0;
        position: absolute;
        top: 0;
        width: 130px;
        z-index: 1;
        transition: all .3s ease
    }

    #kv .lang-box .lang-lists li {
        align-items: center;
        display: flex;
        justify-content: center;
        height: 35px;
        text-align: center;
        width: 100%
    }

    #kv .lang-box .lang-lists li>a {
        color: #00677f;
        font-size: 12px;
        font-family: "Noto Sans JP", "Noto Sans SC", "Noto Sans KR", Sans-Serif;
        font-weight: 700;
        letter-spacing: .01em;
        line-height: 1em;
        letter-spacing: .04em
    }

    #kv .lang-box.active .lang-lists {
        opacity: 1;
        height: auto;
        padding: 60px 0 20px
    }

    .ja #kv .right-box ul li.txt-new {
        left: auto;
        right: 20px;
        top: 75px;
        width: 264px
    }

    .ja #kv .right-box ul li.txt-lists {
        left: auto;
        right: 5px;
        top: 340px;
        width: 227px
    }

    .ja #kv .center-box .livelife {
        height: 45px;
        left: 4.6%;
        top: 225px;
        width: 261px
    }

    .ja #kv .center-box .line.line-1 {
        left: 330px;
        top: 280px;
        width: calc(100% - 330px - 42px)
    }

    .ja #kv .center-box .line.line-1.init {
        width: 203px
    }

    .ja #kv .center-box .wide {
        height: 44px;
        width: 193px
    }

    .ja #kv .center-box .wide.wide-pc {
        left: calc(100% - 235px);
        top: 225px
    }

    .ja #kv .center-box .wide.wide-pc.init {
        left: 340px
    }

    #localnav {
        background-color: #005063;
        bottom: auto;
        height: 70px;
        left: 0;
        overflow: visible;
        position: relative;
        right: auto;
        top: 0;
        min-width: 1000px;
        width: 100%;
        transition: none
    }

    #localnav .default-box,
    #localnav .feature-box {
        height: 70px;
        padding: 0 0 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        transition: none;
        transition: top .6s ease
    }

    #localnav .default-box>ul,
    #localnav .feature-box>ul {
        align-items: center;
        display: flex;
        height: 70px;
        justify-content: center;
        margin: 0 auto;
        max-width: 950px;
        position: relative;
        width: 100%
    }

    #localnav .default-box>ul li,
    #localnav .feature-box>ul li {
        margin: 0 auto;
        padding: 0 10px;
        position: relative;
        text-align: center;
        width: auto;
        font-size: 16px;
        font-family: "Noto Sans JP", "Noto Sans SC", "Noto Sans KR", Sans-Serif;
        font-weight: 700;
        letter-spacing: .01em;
        line-height: 1em
    }

    #localnav .default-box>ul li.lang,
    #localnav .feature-box>ul li.lang {
        display: none
    }

    #localnav .default-box>ul li.return,
    #localnav .feature-box>ul li.return {
        display: none
    }

    #localnav .default-box>ul li>a,
    #localnav .feature-box>ul li>a {
        font-size: 16px
    }

    #localnav .default-box>ul li::after,
    #localnav .feature-box>ul li::after {
        background-color: #fff;
        bottom: -4px;
        content: "";
        height: 1px;
        left: 0;
        margin: 0 10px;
        position: absolute;
        width: 0;
        transition: width .2s ease
    }

    #localnav .default-box>ul li:hover::after,
    #localnav .feature-box>ul li:hover::after {
        width: calc(100% - 20px)
    }

    #localnav .default-box>ul li.active::after,
    #localnav .feature-box>ul li.active::after {
        width: calc(100% - 20px)
    }

    #localnav .default-box>ul li .inactive,
    #localnav .feature-box>ul li .inactive {
        opacity: .3
    }

    #localnav .default-box>ul li .comingsoon,
    #localnav .feature-box>ul li .comingsoon {
        font-size: 26px;
        font-size: 3.4666666667vw
    }

    #localnav .default-box {
        background-color: #005063;
        display: flex;
        justify-content: center;
        position: fixed;
        z-index: 2
    }

    #localnav .default-box.fix {
        top: 0;
        position: fixed
    }

    #localnav .default-box.fix .lang-box-pc {
        display: block
    }

    #localnav .default-box>ul {
        margin: 0;
        max-width: 950px;
        width: auto
    }

    #localnav .default-box .lang-box-pc {
        display: block;
        margin: 0 10px 0 30px;
        position: relative;
        width: 130px;
        z-index: 99
    }

    #localnav .default-box .lang-box-pc .lang-trigger {
        align-items: center;
        background-color: #005063;
        color: #fff;
        cursor: pointer;
        display: flex;
        font-size: 12px;
        font-family: "Noto Sans JP", "Noto Sans SC", "Noto Sans KR", Sans-Serif;
        font-weight: 700;
        letter-spacing: .01em;
        line-height: 1em;
        letter-spacing: .1em;
        justify-content: center;
        height: 30px;
        margin: 20px 0 0;
        position: relative;
        width: 100%;
        z-index: 2
    }

    #localnav .default-box .lang-box-pc .lang-trigger::after {
        content: "";
        width: 0;
        display: inline-block;
        height: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 4px solid #fff;
        margin-left: 10px;
        position: relative
    }

    #localnav .default-box .lang-box-pc .lang-lists {
        background-color: #005063;
        display: block;
        height: 0;
        opacity: .5;
        overflow: hidden;
        padding: 0;
        position: absolute;
        top: 20px;
        width: 130px;
        z-index: 1;
        transition: all .3s ease
    }

    #localnav .default-box .lang-box-pc .lang-lists li {
        align-items: center;
        display: flex;
        justify-content: center;
        height: 35px;
        text-align: center;
        width: 100%
    }

    #localnav .default-box .lang-box-pc .lang-lists li>a {
        color: #fff;
        font-size: 12px;
        font-family: "Noto Sans JP", "Noto Sans SC", "Noto Sans KR", Sans-Serif;
        font-weight: 700;
        letter-spacing: .01em;
        line-height: 1em;
        letter-spacing: .04em
    }

    #localnav .default-box .lang-box-pc.active .lang-lists {
        opacity: 1;
        height: auto;
        padding: 60px 0 20px
    }

    #localnav .feature-box {
        background-color: #6c1d45;
        position: fixed;
        top: 0;
        z-index: 1
    }

    #localnav .feature-box>ul {
        max-width: 890px
    }

    #localnav .feature-box>ul li {
        font-weight: 500
    }

    #localnav .feature-box>ul li>a {
        font-weight: 500
    }

    #localnav .feature-box.active {
        top: 70px
    }

    #localnav .lang-box,
    #localnav .menu-trigger,
    #localnav .support-box {
        display: none
    }

    #index #localnav {
        position: absolute;
        top: 600px
    }

    #index #localnav .default-box {
        position: relative
    }

    #index #localnav .default-box.fix {
        top: 121px;
        position: fixed
    }

    #index #localnav .default-box.fix .lang-box-pc {
        display: block
    }

    #index #localnav .default-box .lang-box-pc {
        display: none
    }

    #index #localnav .feature-box {
        position: absolute
    }

    #index #localnav .feature-box.fix {
        top: 0;
        position: fixed
    }

    #index #localnav .feature-box.active {
        top: 70px
    }

    #info {
        min-width: 1000px;
        padding: 50px 0
    }

    #info .info-inner {
        border-bottom: 1px solid #5e5e5e;
        border-top: 1px solid #5e5e5e;
        display: flex;
        margin: 0 auto;
        max-width: 1120px;
        padding: 30px 0 15px;
        width: calc(100% - 40px)
    }

    #info .info-inner .label {
        font-size: 16px;
        display: flex;
        padding: 3px 0 0;
        width: 170px
    }

    #info .info-inner .info-lists {
        display: block;
        height: auto;
        width: calc(100% - 170px - 80px)
    }

    #info .info-inner .info-lists>li {
        display: flex;
        padding-bottom: 20px
    }

    #info .info-inner .info-lists>li>a {
        display: flex
    }

    #info .info-inner .info-lists>li .date {
        font-size: 16px;
        padding-right: 15px
    }

    #info .info-inner .info-lists>li .txt {
        font-size: 16px
    }

    #info .info-inner .minus,
    #info .info-inner .plus {
        display: flex;
        font-size: 16px;
        padding: 3px 0 0;
        margin-top: 0
    }

    #info .info-inner .minus .txt-close,
    #info .info-inner .minus .txt-more,
    #info .info-inner .plus .txt-close,
    #info .info-inner .plus .txt-more {
        font-size: 16px
    }

    #info .info-inner .minus .icon-more,
    #info .info-inner .plus .icon-more {
        height: 16px;
        margin-right: 10px;
        width: 16px
    }

    #info .info-inner .minus .icon-more::before,
    #info .info-inner .plus .icon-more::before {
        top: 11px;
        left: 0;
        width: 16px;
        height: 3px
    }

    #info .info-inner .plus .icon-more::after {
        top: 11px;
        left: 0;
        width: 16px;
        height: 3px
    }

    #movie {
        background-image: url(../../common/images/top/movie/bg_pc.png);
        min-width: 1000px
    }

    #movie .movie-inner {
        padding: 130px 0 150px;
        width: 100%
    }

    #movie .movie-inner .label {
        height: 60px;
        margin: 0 auto 0;
        width: 475px
    }

    #movie .movie-inner .links {
        display: flex;
        flex-wrap: wrap;
        justify-content: center
    }

    #movie .movie-inner .links .mov-box {
        margin: 0 20px;
        max-width: 560px;
        width: 40%
    }

    #movie .movie-inner .links .mov-box .txt {
        font-size: 18px;
        padding: 80px 0 15px
    }

    #movie .movie-inner .links .mov-box .mov-cont {
        border-radius: 10px;
        box-shadow: 5px 5px 20px rgba(0, 0, 0, .4);
        height: 315px;
        overflow: hidden;
        width: 100%
    }

    #movie .movie-inner .links .mov-box .mov-cont>img {
        height: 100px;
        width: 100px
    }

    #movie .movie-inner .links .mov-box .mov-cont .mov-inner {
        height: 315px;
        width: 560px
    }

    #smartphone-printer {
        min-width: 1000px
    }

    #smartphone-printer .smartphone-printer-inner {
        background-image: url(../../common/images/top/smartphoneprinter/bg_pc.png);
        background-size: cover;
        padding: 80px 0 80px
    }

    #smartphone-printer .smartphone-printer-inner .label {
        font-size: 40px;
        line-height: 1.8em
    }

    #smartphone-printer .smartphone-printer-inner .left-box {
        height: 725px;
        position: absolute
    }

    #smartphone-printer .smartphone-printer-inner .left-box .hands {
        position: absolute;
        top: 230px;
        width: 636px;
        z-index: 10
    }

    #smartphone-printer .smartphone-printer-inner .left-box .hands>img {
        width: 636px
    }

    #smartphone-printer .smartphone-printer-inner .left-box .circle-box {
        height: 261px;
        left: 80px;
        right: auto;
        top: 0;
        width: 261px;
        z-index: 9
    }

    #smartphone-printer .smartphone-printer-inner .left-box .circle-box .txt {
        font-size: 20px;
        line-height: 1.6em
    }

    #smartphone-printer .smartphone-printer-inner .left-box .circle-box .notes {
        font-size: 16px;
        margin: 20px 0 -20px
    }

    #smartphone-printer .smartphone-printer-inner .right-box {
        border-radius: 10px 0 0 10px;
        margin-top: 35px;
        overflow: hidden;
        height: 42.8571428571vw;
        right: 0;
        width: calc(100% - 500px)
    }

    #smartphone-printer .smartphone-printer-inner .right-box>img {
        height: 100%;
        width: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .ru #smartphone-printer .smartphone-printer-inner .left-box .circle-box .txt {
        margin-top: -10px
    }

    .ru #smartphone-printer .smartphone-printer-inner .left-box .circle-box .notes {
        margin: 20px 0 0
    }

    #format {
        min-width: 1000px
    }

    #format .format-inner {
        padding: 80px 0 105px;
        overflow: hidden
    }

    #format .format-inner .label {
        font-size: 40px;
        line-height: 1.8em
    }

    #format .format-inner .format-pics {
        margin: 0 0 0;
        padding-top: 50px
    }

    #format .format-inner .format-pics .main-pics {
        height: 506px;
        width: 574px
    }

    #format .format-inner .format-pics .main-pics .main-pic {
        height: 457px;
        width: 574px
    }

    #format .format-inner .format-pics .main-pics .main-pic.main-pic-2::after,
    #format .format-inner .format-pics .main-pics .main-pic.main-pic-3::after {
        box-shadow: 15px 15px 20px rgba(0, 0, 0, .4);
        height: 437px;
        left: 10px;
        top: 10px;
        width: 554px
    }

    #format .format-inner .format-pics .main-pics .main-pic .pic-wrapper {
        height: 457px;
        overflow: hidden;
        width: 574px
    }

    #format .format-inner .format-pics .main-pics .main-pic .pic-wrapper .pic-inner {
        height: 457px;
        left: 50%;
        overflow: hidden;
        position: absolute;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 574px
    }

    #format .format-inner .format-pics .main-pics .main-pic .pic-wrapper .pic-inner>img {
        height: auto;
        width: 574px
    }

    #format .format-inner .format-pics .main-pics .main-pic .pic-wrapper .pic-inner::after,
    #format .format-inner .format-pics .main-pics .main-pic .pic-wrapper .pic-inner::before {
        background-color: #6c1d45;
        content: "";
        height: 459px;
        position: absolute;
        transition: all 1.1s cubic-bezier(.39, .575, .565, 1);
        top: -1px;
        width: 152px;
        z-index: 2
    }

    #format .format-inner .format-pics .main-pics .main-pic .pic-wrapper .pic-inner::before {
        left: -152px
    }

    #format .format-inner .format-pics .main-pics .main-pic .pic-wrapper .pic-inner::after {
        right: -152px
    }

    #format .format-inner .format-pics .main-pics .main-pic .pic-wrapper.normal {
        width: 574px
    }

    #format .format-inner .format-pics .main-pics .main-pic .pic-wrapper.normal .pic-inner::before {
        left: 0
    }

    #format .format-inner .format-pics .main-pics .main-pic .pic-wrapper.normal .pic-inner::after {
        right: 0
    }

    #format .format-inner .format-pics .main-pics .main-pic .arrow {
        height: 59px;
        left: 50%;
        margin: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 400px;
        width: 526px
    }

    #format .format-inner .format-pics .main-pics .main-pic .arrow.init {
        width: 244px
    }

    #format .format-inner .format-pics .main-pics .main-pic>img {
        width: 574px
    }

    #format .format-inner .format-pics .main-pics .main-pic>img.waku1 {
        width: 288px
    }

    #format .format-inner .format-pics .main-pics .main-pic>img.waku2 {
        box-shadow: 15px 15px 20px rgba(0, 0, 0, .4)
    }

    #format .format-inner .format-pics .main-pics .notes {
        font-size: 18px;
        top: 480px;
        width: 574px
    }

    #format .format-inner .format-pics .sub-pic-box {
        display: block;
        height: 600px;
        margin: 0;
        left: 50%;
        position: absolute;
        top: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 1400px
    }

    #format .format-inner .format-pics .sub-pic-box .sub-pics {
        height: 600px;
        width: 1400px
    }

    #format .format-inner .format-pics .sub-pic-box .sub-pics .sub-pic {
        height: 232px;
        margin-bottom: 0;
        position: absolute;
        width: 290px
    }

    #format .format-inner .format-pics .sub-pic-box .sub-pics .sub-pic::after {
        box-shadow: 15px 15px 20px rgba(0, 0, 0, .4);
        height: 212px;
        left: 10px;
        top: 10px;
        width: 270px
    }

    #format .format-inner .format-pics .sub-pic-box .sub-pics .sub-pic.sub-pic-1 {
        left: 50px;
        top: 10px
    }

    #format .format-inner .format-pics .sub-pic-box .sub-pics .sub-pic.sub-pic-2 {
        right: 50px;
        top: 10px
    }

    #format .format-inner .format-pics .sub-pic-box .sub-pics .sub-pic.sub-pic-3 {
        left: 50px;
        top: 300px
    }

    #format .format-inner .format-pics .sub-pic-box .sub-pics .sub-pic.sub-pic-4 {
        right: 50px;
        top: 300px
    }

    #feature {
        display: flex;
        flex-wrap: wrap;
        min-width: 1000px;
        overflow: hidden;
        padding: 30px 0 120px
    }

    #feature .feature-wrap {
        display: flex;
        margin: 0 auto;
        position: relative;
        max-width: 1400px
    }

    #feature .feature-inner {
        display: flex;
        flex-wrap: wrap;
        overflow: visible;
        padding: 80px 0 0
    }

    #feature .feature-inner.feature-inner-2 {
        margin: 0 auto;
        position: relative;
        max-width: 1400px
    }

    #feature .feature-inner .feature-inner-3 {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        overflow: visible;
        max-width: 1400px
    }

    #feature .feature-inner .feature-inner-3_2 {
        position: relative;
        margin: 0 auto;
        max-width: 1400px;
        width: 100%
    }

    #feature .feature-inner.reverse {
        flex-direction: row-reverse
    }

    #feature .feature-inner .txt-box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 500px;
        z-index: 2
    }

    #feature .feature-inner .txt-box.txt-box-1 {
        height: 42.8571428571vw;
        min-height: 380px
    }

    #feature .feature-inner .txt-box.txt-box-3 {
        height: auto;
        min-height: 380px;
        padding-bottom: 30px
    }

    #feature .feature-inner .txt-box.txt-box-4 {
        height: 42.8571428571vw;
        min-height: 380px
    }

    #feature .feature-inner .txt-box.txt-box-5 {
        justify-content: flex-start;
        height: 50vw;
        min-height: 700px;
        padding-bottom: 0;
        padding-top: 30px
    }

    #feature .feature-inner .photo-box {
        display: flex;
        z-index: 1
    }

    #feature .feature-inner .photo-box.row {
        width: 660px
    }

    #feature .feature-inner .photo-box.float {
        position: absolute;
        left: 300px;
        bottom: 0;
        top: auto;
        width: 610px
    }

    #feature .feature-inner .photo-box.block {
        display: block
    }

    #feature .feature-inner .photo-box.sp {
        display: none
    }

    #feature .feature-inner .photo-box.photo-box-1,
    #feature .feature-inner .photo-box.photo-box-5 {
        position: absolute;
        right: 0;
        width: calc(100% - 500px)
    }

    #feature .feature-inner .photo-box.photo-box-2 {
        align-content: center;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 50px;
        width: calc(100% - 500px)
    }

    #feature .feature-inner .photo-box.photo-box-3 {
        align-content: center;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 50px;
        width: calc(100% - 500px)
    }

    #feature .feature-inner .slide-box .slide-lists {
        width: 158.5714285714vw
    }

    #feature .feature-inner .slide-box .slide-lists.sec {
        left: 158.5714285714vw
    }

    #feature .feature-inner .slide-box.left {
        border-radius: 0 10px 10px 0;
        height: 42.8571428571vw;
        margin: 0 0 6.6666666667vw;
        left: 0;
        position: absolute;
        overflow: visible;
        width: calc(100% - 500px)
    }

    #feature .feature-inner .slide-box.left::after {
        border-radius: 0 10px 10px 0;
        box-shadow: 15px 15px 20px rgba(0, 0, 0, .4);
        height: 41.4285714286vw;
        left: 10px;
        top: 10px;
        width: calc(100% - 20px)
    }

    #feature .feature-inner .slide-box.left .slide-box-inner {
        border-radius: 0 10px 10px 0
    }

    #feature .feature-inner .slide-box.left .slide-box-inner .slide-lists {
        width: 214.2857142857vw
    }

    #feature .feature-inner .slide-box.left .slide-box-inner .slide-lists.sec {
        left: 214.2857142857vw
    }

    #feature .feature-inner .number {
        padding: 0 0 8px;
        width: 400px
    }

    #feature .feature-inner .number .number-inner {
        border-bottom: 1px solid #ff8026;
        font-size: 20px
    }

    #feature .feature-inner .icon {
        margin: 70px auto 20px
    }

    #feature .feature-inner .icon.icon-1 {
        height: 54px;
        width: 67px
    }

    #feature .feature-inner .icon.icon-2 {
        height: 78px;
        width: 84px
    }

    #feature .feature-inner .icon.icon-3 {
        height: 66px;
        width: 70px
    }

    #feature .feature-inner .icon.icon-4 {
        height: 68px;
        width: 78px
    }

    #feature .feature-inner .icon.icon-5 {
        height: 54px;
        width: 67px
    }

    #feature .feature-inner .icon.icon-6 {
        height: 59px;
        margin-bottom: 31px;
        width: 59px
    }

    #feature .feature-inner .icon.icon-7 {
        height: 67px;
        width: 90px
    }

    #feature .feature-inner .label {
        font-size: 55px;
        margin: 0 auto 35px;
        width: 400px
    }

    #feature .feature-inner .txt {
        font-size: 16px;
        margin: 0 auto 30px;
        width: 352px
    }

    #feature .feature-inner .pic {
        margin: 0 auto 50px
    }

    #feature .feature-inner .pic.pic-1,
    #feature .feature-inner .pic.pic-5 {
        border-radius: 10px 0 0 10px;
        box-shadow: 15px 15px 20px rgba(0, 0, 0, .4);
        height: 42.8571428571vw;
        margin: 0 0 40px;
        width: 100%
    }

    #feature .feature-inner .pic.pic-1>img,
    #feature .feature-inner .pic.pic-5>img {
        height: 100%;
        width: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    #feature .feature-inner .pic.pic-1 .bluetooth,
    #feature .feature-inner .pic.pic-5 .bluetooth {
        bottom: 30px;
        height: 170px;
        right: 30px;
        width: 170px
    }

    #feature .feature-inner .pic.pic-1 .bluetooth>img,
    #feature .feature-inner .pic.pic-5 .bluetooth>img {
        height: 46px;
        margin-top: 5px;
        width: 34px
    }

    #feature .feature-inner .pic.pic-1 .bluetooth>p,
    #feature .feature-inner .pic.pic-5 .bluetooth>p {
        font-size: 20px;
        margin-top: 5px
    }

    #feature .feature-inner .pic.pic-5 {
        border-radius: 10px 0 0 10px;
        margin: 0 0 60px auto
    }

    #feature .feature-inner .pic.pic-2 {
        max-height: 295px;
        height: 25.7142857143vw;
        margin: 0 20px 30px;
        max-width: 371px;
        width: 35.7142857143vw
    }

    #feature .feature-inner .pic.pic-2::after {
        box-shadow: 15px 15px 30px rgba(0, 0, 0, .4);
        max-height: 275px;
        height: 24.2857142857vw;
        left: 10px;
        top: 10px;
        max-width: 351px;
        width: 34.2857142857vw
    }

    #feature .feature-inner .pic.pic-6,
    #feature .feature-inner .pic.pic-7 {
        height: 295px;
        margin: 0 auto 30px;
        width: 371px
    }

    #feature .feature-inner .pic.pic-6::after,
    #feature .feature-inner .pic.pic-7::after {
        box-shadow: 15px 15px 30px rgba(0, 0, 0, .4);
        height: 275px;
        left: 10px;
        top: 10px;
        width: 351px
    }

    #feature .feature-inner .pic.pic-3 {
        max-height: 217px;
        margin: 0 9px 30px;
        max-width: 272px
    }

    #feature .feature-inner .pic.pic-3::after {
        box-shadow: 15px 15px 30px rgba(0, 0, 0, .4);
        height: 197px;
        left: 10px;
        top: 10px;
        width: 252px
    }

    #feature .feature-inner .pic.pic-5_2 {
        height: 217px;
        margin: 0 auto 30px;
        width: 272px
    }

    #feature .feature-inner .pic.pic-5_2::after {
        box-shadow: 15px 15px 30px rgba(0, 0, 0, .4);
        height: 197px;
        left: 10px;
        top: 10px;
        width: 252px
    }

    #feature .feature-inner .pic.pic-3_4 {
        height: 37.1428571429vw;
        width: 52.8571428571vw
    }

    #feature .feature-inner .pic.pic-3_4::after {
        box-shadow: 15px 15px 20px rgba(0, 0, 0, .4);
        height: 32.8571428571vw;
        top: 10px;
        width: 50vw
    }

    #feature .feature-inner .pic.pic-3_4>img {
        border-radius: 10px;
        height: 34.2857142857vw;
        width: 51.4285714286vw
    }

    #feature .feature-inner .pic.pic-4 {
        height: 42.8571428571vw;
        width: 21.4285714286vw
    }

    #feature .feature-inner.half {
        display: block;
        width: 50%
    }

    #feature .feature-inner.half .txt-box {
        margin: 0 auto;
        max-width: 520px;
        width: calc(100% - 40px)
    }

    #feature .feature-inner.half .number {
        padding: 0 0 8px;
        width: 100%
    }

    #feature .feature-inner.half .label {
        font-size: 55px;
        margin: 0 auto 35px;
        width: 100%
    }

    #feature .feature-inner.half .txt {
        margin: 0 auto 10px;
        min-height: 80px;
        font-size: 16px;
        max-width: 370px;
        width: calc(100% - 40px)
    }

    #feature .feature-inner .modename {
        font-size: 20px;
        margin: 0 auto 50px
    }

    #feature .feature-inner .more {
        margin-bottom: 30px;
        width: auto
    }

    #feature .feature-inner .more a {
        font-size: 22px;
        padding: 0 5px 5px
    }

    #feature .feature-inner .more a::after {
        height: 2px
    }

    .zh #feature .feature-inner .label-7 {
        letter-spacing: -.08em
    }

    #product {
        padding-top: 70px;
        margin-top: -70px
    }

    #product .product-inner {
        margin: 0 auto;
        padding: 100px 0 105px;
        min-width: 1000px;
        width: 100%
    }

    #product .product-inner .label {
        font-size: 40px
    }

    #product .product-inner .product-pics .product-pic {
        padding: 30px 0 0;
        width: 420px
    }

    #product .product-inner .product-pics .product-pic>img {
        width: 100%
    }

    #product .product-inner .product-pics .product-pic .name {
        font-size: 18px;
        margin-top: -30px
    }

    #links {
        min-width: 1000px
    }

    #links .links-inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 auto;
        padding: 110px 0 100px;
        max-width: 1120px;
        width: calc(100% - 80px)
    }

    #links .links-inner .connection-method,
    #links .links-inner .product-spec,
    #links .links-inner .shopping,
    #links .links-inner .support {
        border-radius: 10px;
        box-shadow: 10px 10px 40px rgba(0, 0, 0, .4);
        margin: 0 auto 20px;
        overflow: hidden;
        position: relative;
        width: auto
    }

    #links .links-inner .product-spec,
    #links .links-inner .shopping,
    #links .links-inner .support {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 310px;
        margin: 0;
        padding: 0;
        width: calc(50% - 10px);
        z-index: 2
    }

    #links .links-inner .product-spec .head,
    #links .links-inner .shopping .head,
    #links .links-inner .support .head {
        font-size: 36px;
        padding: 20px 0 0
    }

    #links .links-inner .product-spec .more,
    #links .links-inner .shopping .more,
    #links .links-inner .support .more {
        bottom: 30px;
        font-size: 20px;
        position: absolute;
        padding: 0 5px 5px;
        left: auto;
        right: 30px;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    #links .links-inner .product-spec .more::after,
    #links .links-inner .shopping .more::after,
    #links .links-inner .support .more::after {
        height: 3px
    }

    #links .links-inner .product-spec .comingsoon,
    #links .links-inner .shopping .comingsoon,
    #links .links-inner .support .comingsoon {
        bottom: 30px;
        font-size: 20px;
        position: absolute;
        padding: 0 5px 5px;
        left: auto;
        right: 30px;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    #links .links-inner .product-spec a,
    #links .links-inner .shopping a,
    #links .links-inner .support a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 310px;
        margin: 0;
        padding: 0;
        width: 100%
    }

    #links .links-inner .connection-method {
        /* background-image: url(../../common/images/top/links/bg_pc.png); */
        background-position: right;
        /* height: 487px; */
        padding: 0 0 0;
        width: 100%
    }

    #links .links-inner .connection-method .head {
        font-size: 30px;
        padding: 145px 7.1% 10px;
        position: relative;
        z-index: 2
    }

    #links .links-inner .connection-method .txt {
        font-size: 15px;
        padding: 0 8% 0;
        z-index: 2
    }

    #links .links-inner .connection-method .pic {
        margin: 0;
        position: absolute;
        right: 5.5%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 46%;
        z-index: 1
    }

    #links .links-inner .connection-method a {
        display: inline-block;
        font-size: 20px;
        margin: 37px 7.1% 0;
        position: relative;
        padding: 0 4px 7px;
        right: auto
    }

    #links .links-inner .connection-method a::after {
        height: 2px
    }

    #links .links-inner .product-spec .icon {
        height: 58px;
        width: 62px
    }

    #links .links-inner .support .icon {
        height: 63px;
        width: 178px
    }

    #links .links-inner .shopping {
        align-items: center;
        flex-direction: row;
        justify-content: center;
        height: 150px;
        padding: 0;
        width: 100%
    }

    #links .links-inner .shopping .icon {
        height: 44px;
        margin: 0 10px 0 0;
        width: 41px
    }

    #links .links-inner .shopping .head {
        display: block;
        font-size: 30px;
        padding: 0;
        position: relative
    }

    #links .links-inner .shopping .more {
        bottom: auto;
        right: 40px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    #links .links-inner .shopping a {
        align-items: center;
        flex-direction: row;
        justify-content: center;
        height: 150px;
        padding: 0;
        width: 100%
    }

    #links .links-inner .app {
        margin: -80px auto 0;
        padding: 180px 0 75px;
        position: relative;
        width: 550px;
        z-index: 1
    }

    #links .links-inner .app .icon {
        height: 116px;
        width: 116px
    }

    #links .links-inner .app .head {
        font-size: 36px;
        padding: 20px 0 40px
    }

    #links .links-inner .app .app-link-box {
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
        width: 550px
    }

    #links .links-inner .app .app-link-box .app-link-box-inner {
        width: 246px
    }

    #links .links-inner .app .appstore {
        height: 82px;
        margin: 0;
        width: 246px
    }

    #links .links-inner .app .notes {
        font-size: 12px;
        padding: 10px 0 0;
        text-align: left
    }

    #links .links-inner .app .googleplay {
        height: 82px;
        margin: 0;
        width: 270px
    }

    .fr #links .links-inner .connection-method .head {
        padding: 70px 7.1% 10px
    }

    .de #links .links-inner .connection-method .head,
    .es #links .links-inner .connection-method .head {
        padding: 100px 7.1% 10px
    }

    .pt #links .links-inner .connection-method .head,
    .ru #links .links-inner .connection-method .head {
        padding: 100px 7.1% 10px
    }

    #accessories {
        padding-top: 70px;
        margin-top: -70px
    }

    #accessories .accessories-inner {
        padding: 95px 0 95px;
        margin: 0 auto;
        min-width: 1000px
    }

    #accessories .accessories-inner .label {
        font-size: 55px
    }

    #accessories .accessories-inner .accessories-box {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 0;
        position: relative
    }

    #accessories .accessories-inner .accessories-box .accessories-box-inner {
        margin: 0 40px 0;
        position: relative
    }

    #accessories .accessories-inner .accessories-box .accessories-box-inner .bg-box {
        box-shadow: 10px 10px 40px rgba(0, 0, 0, .4);
        border-radius: 10px;
        height: 310px;
        margin-top: 45px;
        width: 350px
    }

    #accessories .accessories-inner .accessories-box .accessories-box-inner .bg-box .photoframe {
        margin-top: 30px;
        width: 230px
    }

    #accessories .accessories-inner .accessories-box .accessories-box-inner .bg-box .album {
        margin-left: 20px;
        margin-top: 20px;
        width: 290px
    }

    #accessories .accessories-inner .accessories-box .accessories-box-inner .txt {
        font-size: 16px;
        margin-top: 35px
    }

    #films {
        margin: 0 auto;
        padding: 100px 0 50px;
        min-width: 1000px;
        max-width: 1400px
    }

    #films .films-inner {
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        height: 298px;
        max-width: 980px;
        padding: 0;
        width: calc(100% - 40px)
    }

    #films .films-inner .left-box {
        border-bottom: none;
        border-right: 1px solid #231815;
        height: 298px;
        padding-right: 20px;
        width: 255px
    }

    #films .films-inner .left-box .obi {
        font-size: 12px;
        padding: 5px 0 5px;
        width: 143px
    }

    #films .films-inner .left-box .head {
        font-size: 16px;
        padding: 15px 0 0 0;
        text-align: left;
        width: auto
    }

    #films .films-inner .left-box .logo {
        height: 127px;
        margin: 11px 0 0 0;
        width: 186px
    }

    #films .films-inner .left-box .spec {
        font-size: 12px;
        padding: 0 0 0;
        margin: 15px 0 0 0
    }

    #films .films-inner .right-box {
        align-items: center;
        display: flex;
        height: 298px;
        justify-content: space-between;
        width: 670px
    }

    #films .films-inner .right-box .item-box {
        height: 263px;
        margin-left: 20px;
        position: relative
    }

    #films .films-inner .right-box .item-box .item {
        height: 195px;
        margin: 0 auto 0;
        max-width: 307px;
        width: 100%
    }

    #films .films-inner .right-box .item-box .name {
        font-size: 18px;
        margin-top: 20px
    }

    #films .films-inner .right-box .item-box .txt {
        font-size: 12px;
        margin-top: 5px
    }

    #films .films-inner .btn {
        bottom: 0;
        height: 40px;
        margin-top: 0;
        position: absolute;
        width: 200px
    }

    #films .films-inner .btn a {
        border-radius: 6px;
        height: 40px;
        font-size: 12px
    }

    #films .notes-inner {
        padding: 100px 0 0;
        width: calc(100% - 80px)
    }

    #films .notes-inner .notes {
        font-size: 12px
    }

    .de #films .films-inner {
        height: 310px
    }

    .de #films .films-inner .left-box {
        height: 310px
    }

    .de #films .films-inner .right-box {
        height: 310px
    }

    .de #films .films-inner .left-box .obi {
        width: 190px
    }

    .de #films .films-inner .btn a {
        padding: 6px 20px 10px
    }

    .pt #films .films-inner {
        height: 310px
    }

    .pt #films .films-inner .left-box {
        height: 310px
    }

    .pt #films .films-inner .right-box {
        height: 310px
    }

    .pt #films .films-inner .left-box .obi {
        width: 170px
    }

    .pt #films .films-inner .left-box .head {
        width: 190px
    }

    .pt #films .films-inner .btn a {
        padding: 6px 20px 10px
    }

    .es #films .films-inner,
    .fr #films .films-inner {
        height: 310px
    }

    .es #films .films-inner .left-box,
    .fr #films .films-inner .left-box {
        height: 310px
    }

    .es #films .films-inner .right-box,
    .fr #films .films-inner .right-box {
        height: 310px
    }

    .es #films .films-inner .left-box .obi,
    .fr #films .films-inner .left-box .obi {
        width: 190px
    }

    .es #films .films-inner .left-box .head,
    .fr #films .films-inner .left-box .head {
        width: 190px
    }

    .es #films .films-inner .btn a,
    .fr #films .films-inner .btn a {
        padding: 6px 20px 10px
    }

    .ru #films .films-inner {
        height: 320px
    }

    .ru #films .films-inner .left-box {
        height: 320px
    }

    .ru #films .films-inner .right-box {
        height: 320px
    }

    .ru #films .films-inner .left-box .obi {
        width: 220px
    }

    .ru #films .films-inner .btn a {
        padding: 6px 20px 10px
    }
}

@media only screen and (min-width:1400px) {
    #smartphone-printer .smartphone-printer-inner .right-box>img {
        height: auto;
        width: 100%
    }

    #feature .feature-inner .pic.pic-1>img,
    #feature .feature-inner .pic.pic-5>img {
        height: auto;
        width: 100%
    }
}

#feature h3 {
    font-size: 50px;
    font-weight: bold;
    color: #ff8026;
    text-align: center;
    padding-top: 40px;
    margin: 0 auto;
}

.business_nav {
    background: #ff8026;
    padding: 8px !important
}
