#stage
{
    position: relative;
    z-index: 1;
    height: 100%;
}

#stage > a.btn-anchor
{
    position: fixed;
    z-index: 1;
    left: 50%;
    cursor: pointer;
    -webkit-transition: opacity .3s, bottom .3s;
       -moz-transition: opacity .3s, bottom .3s;
        -ms-transition: opacity .3s, bottom .3s;
         -o-transition: opacity .3s, bottom .3s;
            transition: opacity .3s, bottom .3s;
    -webkit-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0) translateZ(0);
       -moz-transform: translate(-50%, 0);
       -moz-transform: translate(-50%, 0) translateZ(0);
        -ms-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0) translateZ(0);
         -o-transform: translate(-50%, 0);
         -o-transform: translate(-50%, 0) translateZ(0);
            transform: translate(-50%, 0);
            transform: translate(-50%, 0) translateZ(0);
}

#stage > a.btn-anchor.disabled
{
    cursor: default;
    pointer-events: none;
}

#scroll
{
    font-size: 240%;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;

    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
            backface-visibility: hidden;
}

#page
{
    position: fixed;
    width: 100%;
    height: 100%;
    -webkit-transition-delay: 0ms;
       -moz-transition-delay: 0ms;
        -ms-transition-delay: 0ms;
         -o-transition-delay: 0ms;
            transition-delay: 0ms;

    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
            backface-visibility: hidden;
}

#page > *,
#page section
{
    position: relative;
    overflow: hidden;
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);

    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
            backface-visibility: hidden;
}

#page [data-bg]
{
    -webkit-transition: opacity .3s cubic-bezier(.25, .25, .75, .75);
       -moz-transition: opacity .3s cubic-bezier(.25, .25, .75, .75);
        -ms-transition: opacity .3s cubic-bezier(.25, .25, .75, .75);
         -o-transition: opacity .3s cubic-bezier(.25, .25, .75, .75);
            transition: opacity .3s cubic-bezier(.25, .25, .75, .75);
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 0;
    background-repeat: no-repeat;
    background-position: 50% 0;
    -webkit-background-size: cover;
       -moz-background-size: cover;
            background-size: cover;

    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
            backface-visibility: hidden;
}

#page [data-bg].active
{
    opacity: 1;
}

#scene13[data-bg]
{
    background-position: 50% 100%;
}

#scene7[data-bg],
#scene8[data-bg],
#scene10[data-bg],
#scene14[data-bg],
#scene15[data-bg]
{
    background-position: 50% 50%;
}

#btn-menu
{
    position: fixed;
    z-index: 2;
    cursor: pointer;
}

#btn-menu.open span:nth-child(3)
{
    opacity: 0;
}

#btn-menu span
{
    position: absolute;
    top: 50%;
    display: block;
    width: 100%;
    -webkit-transition: -webkit-transform .45s cubic-bezier(.77, 0, .175, 1), opacity .45s cubic-bezier(.77, 0, .175, 1);
       -moz-transition:    -moz-transform .45s cubic-bezier(.77, 0, .175, 1), opacity .45s cubic-bezier(.77, 0, .175, 1);
        -ms-transition:     -ms-transform .45s cubic-bezier(.77, 0, .175, 1), opacity .45s cubic-bezier(.77, 0, .175, 1);
         -o-transition:      -o-transform .45s cubic-bezier(.77, 0, .175, 1), opacity .45s cubic-bezier(.77, 0, .175, 1);
            transition:         transform .45s cubic-bezier(.77, 0, .175, 1), opacity .45s cubic-bezier(.77, 0, .175, 1);
    background: #000;

    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
            backface-visibility: hidden;
}

#btn-menu span:nth-child(3)
{
    -webkit-transform: translate(0, 0);
    -webkit-transform: translate(0, 0) translateZ(0);
       -moz-transform: translate(0, 0);
       -moz-transform: translate(0, 0) translateZ(0);
        -ms-transform: translate(0, 0);
        -ms-transform: translate(0, 0) translateZ(0);
         -o-transform: translate(0, 0);
         -o-transform: translate(0, 0) translateZ(0);
            transform: translate(0, 0);
            transform: translate(0, 0) translateZ(0);
    opacity: 1;
}

#drawer
{
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    height: 100%;
    -webkit-transition: -webkit-transform .45s cubic-bezier(.165, .84, .44, 1);
       -moz-transition:    -moz-transform .45s cubic-bezier(.165, .84, .44, 1);
        -ms-transition:     -ms-transform .45s cubic-bezier(.165, .84, .44, 1);
         -o-transition:      -o-transform .45s cubic-bezier(.165, .84, .44, 1);
            transition:         transform .45s cubic-bezier(.165, .84, .44, 1);
    -webkit-transform: translate(100%, 0);
    -webkit-transform: translate(100%, 0) translateZ(0);
       -moz-transform: translate(100%, 0);
       -moz-transform: translate(100%, 0) translateZ(0);
        -ms-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0) translateZ(0);
         -o-transform: translate(100%, 0);
         -o-transform: translate(100%, 0) translateZ(0);
            transform: translate(100%, 0);
            transform: translate(100%, 0) translateZ(0);
    text-align: center;

    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
            backface-visibility: hidden;
}

#drawer.active
{
    -webkit-transition: -webkit-transform .45s cubic-bezier(.455, .03, .515, .955);
       -moz-transition:    -moz-transform .45s cubic-bezier(.455, .03, .515, .955);
        -ms-transition:     -ms-transform .45s cubic-bezier(.455, .03, .515, .955);
         -o-transition:      -o-transform .45s cubic-bezier(.455, .03, .515, .955);
            transition:         transform .45s cubic-bezier(.455, .03, .515, .955);
    -webkit-transform: translate(0, 0);
    -webkit-transform: translate(0, 0) translateZ(0);
       -moz-transform: translate(0, 0);
       -moz-transform: translate(0, 0) translateZ(0);
        -ms-transform: translate(0, 0);
        -ms-transform: translate(0, 0) translateZ(0);
         -o-transform: translate(0, 0);
         -o-transform: translate(0, 0) translateZ(0);
            transform: translate(0, 0);
            transform: translate(0, 0) translateZ(0);
}

#drawer > div
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
}

#drawer > div > ul
{
    position: relative;
}

#drawer > div > ul > li.current > a
{
    text-decoration: underline;
    color: #e30000;
}

#drawer > div > ul > li > a
{
    cursor: pointer;
    -webkit-transition: color .45s cubic-bezier(.25, .46, .45, .94);
       -moz-transition: color .45s cubic-bezier(.25, .46, .45, .94);
        -ms-transition: color .45s cubic-bezier(.25, .46, .45, .94);
         -o-transition: color .45s cubic-bezier(.25, .46, .45, .94);
            transition: color .45s cubic-bezier(.25, .46, .45, .94);
    color: #b2b2b2;
}

#drawer > div > ul > li div
{
    overflow: hidden;
    height: 0;
    -webkit-transition: height .45s cubic-bezier(.25, .46, .45, .94);
       -moz-transition: height .45s cubic-bezier(.25, .46, .45, .94);
        -ms-transition: height .45s cubic-bezier(.25, .46, .45, .94);
         -o-transition: height .45s cubic-bezier(.25, .46, .45, .94);
            transition: height .45s cubic-bezier(.25, .46, .45, .94);

    transfrom: translate(0, 0);
    transfrom: translate(0, 0) translateZ(0);
}

#drawer > div > ul > li div h3 a
{
    cursor: pointer;
    color: #000;
}

#drawer > div > ul > li div ul
{
    display: inline-block;
    text-align: left;
    vertical-align: top;
}

#drawer > div > ul > li div ul li a
{
    color: #000;
}

#drawer > div > div
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

#drawer > div > div ul
{
    display: inline-block;
}

#drawer > div > div ul li
{
    float: left;
}

#drawer > div > div ul li a
{
    display: block;
}

.ua-desktop body.disabled #scroll
{
    height: 0 !important;
}

.ua-desktop body.disabled #overlay
{
    -webkit-transition: opacity .6s cubic-bezier(.25, .46, .45, .94);
       -moz-transition: opacity .6s cubic-bezier(.25, .46, .45, .94);
        -ms-transition: opacity .6s cubic-bezier(.25, .46, .45, .94);
         -o-transition: opacity .6s cubic-bezier(.25, .46, .45, .94);
            transition: opacity .6s cubic-bezier(.25, .46, .45, .94);
    opacity: 1;
}

.ua-desktop body.disabled #zoom
{
    -webkit-transition: opacity .9s cubic-bezier(.455, .03, .515, .955);
       -moz-transition: opacity .9s cubic-bezier(.455, .03, .515, .955);
        -ms-transition: opacity .9s cubic-bezier(.455, .03, .515, .955);
         -o-transition: opacity .9s cubic-bezier(.455, .03, .515, .955);
            transition: opacity .9s cubic-bezier(.455, .03, .515, .955);
    opacity: 1;
}

.ua-desktop #stage > a.btn-anchor
{
    bottom: 3.79%;
    width: 50px;
}

.ua-desktop #stage > a.btn-anchor.disabled
{
    bottom: -50px;
}

.ua-desktop #page
{
    min-width: 1056px;
}

.ua-desktop #page .title div
{
    position: absolute;
    padding: 25px 0 35px 30px;
    color: #fff;
    background: rgba(0,0,0,.5);
}

.ua-desktop #page .title div h3
{
    line-height: 1.57;
    margin-bottom: 16px;
    letter-spacing: 0;
}

.ua-desktop #page .title div h3 small
{
    font-size: 200%;
    display: block;
    margin-bottom: 12px;
}

.ua-desktop #page .title div h3 span
{
    font-size: 300%;
}

.ua-desktop #page .title div p
{
    font-size: 180%;
}

.ua-desktop #page .product a
{
    position: absolute;
    display: block;
    color: #fff;
}

.ua-desktop #page .product a.new dl dt
{
    padding-right: 74px;
}

.ua-desktop #page .product a.new dl dt:after
{
    position: absolute;
    top: 8px;
    right: 8px;
    width: 58px;
    height: 58px;
    content: '';
    background: url('/store/mizusawa/2016aw/images/ico_new.svg') no-repeat;
    -webkit-background-size: 100% 100%;
       -moz-background-size: 100% 100%;
            background-size: 100% 100%;
}

.ua-desktop #page .product a dl dt
{
    font-size: 200%;
    line-height: 1.5;
    position: relative;
    padding: 16px 52px 12px 20px;
    letter-spacing: .1em;
    background: rgba(0,0,0,.5);
}

.ua-desktop #page .product a dl dt small
{
    font-size: 50%;
}

.ua-desktop #page .product a dl dd
{
    font-size: 160%;
    line-height: 2.63;
    padding: 0 20px;
    letter-spacing: .075em;
    background: rgba(227,0,0,.8);
}

.ua-desktop #page .animation.deploy h3
{
    -webkit-transition: opacity 1.2s cubic-bezier(.55, .085, .68, .53);
       -moz-transition: opacity 1.2s cubic-bezier(.55, .085, .68, .53);
        -ms-transition: opacity 1.2s cubic-bezier(.55, .085, .68, .53);
         -o-transition: opacity 1.2s cubic-bezier(.55, .085, .68, .53);
            transition: opacity 1.2s cubic-bezier(.55, .085, .68, .53);
    opacity: 0;
}

.ua-desktop #page .animation.deploy > div > div
{
    height: auto;
    -webkit-transition: opacity 1.5s cubic-bezier(.455, .03, .515, .955) .9s, height 1.2s cubic-bezier(.165, .84, .44, 1);
       -moz-transition: opacity 1.5s cubic-bezier(.455, .03, .515, .955) .9s, height 1.2s cubic-bezier(.165, .84, .44, 1);
        -ms-transition: opacity 1.5s cubic-bezier(.455, .03, .515, .955) .9s, height 1.2s cubic-bezier(.165, .84, .44, 1);
         -o-transition: opacity 1.5s cubic-bezier(.455, .03, .515, .955) .9s, height 1.2s cubic-bezier(.165, .84, .44, 1);
            transition: opacity 1.5s cubic-bezier(.455, .03, .515, .955) .9s, height 1.2s cubic-bezier(.165, .84, .44, 1);
    opacity: 1;
}

.ua-desktop #page .animation h3
{
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(.01deg);
    -webkit-transform: translate(-50%, -50%) translatez(0) rotate(.01deg);
       -moz-transform: translate(-50%, -50%) rotate(.01deg);
       -moz-transform: translate(-50%, -50%) translatez(0) rotate(.01deg);
        -ms-transform: translate(-50%, -50%) rotate(.01deg);
        -ms-transform: translate(-50%, -50%) translatez(0) rotate(.01deg);
         -o-transform: translate(-50%, -50%) rotate(.01deg);
         -o-transform: translate(-50%, -50%) translatez(0) rotate(.01deg);
            transform: translate(-50%, -50%) rotate(.01deg);
            transform: translate(-50%, -50%) translatez(0) rotate(.01deg);
    white-space: nowrap;
}

.ua-desktop #page .animation h3 span
{
    font-size: 300%;
    color: #fff;
}

.ua-desktop #page .animation > div
{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%) translatez(0);
       -moz-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%) translatez(0);
        -ms-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%) translatez(0);
         -o-transform: translate(0, -50%);
         -o-transform: translate(0, -50%) translatez(0);
            transform: translate(0, -50%);
            transform: translate(0, -50%) translatez(0);
    background: rgba(0,0,0,.7);
}

.ua-desktop #page .animation > div > div
{
    overflow: hidden;
    width: 1000px;
    height: 210px;
    margin: 0 auto;
    opacity: 0;
}

.ua-desktop #page .animation > div > div > div:before,
.ua-desktop #page .animation > div > div > div:after
{
    display: table;
    content: '';
}

.ua-desktop #page .animation > div > div > div:after
{
    clear: both;
}

.ua-desktop #page .animation > div > div > div > *
{
    float: left;
    width: 500px;
    color: #fff;
}

.ua-desktop #page .animation > div > div > div > * + *
{
    float: right;
    width: 450px;
}

.ua-desktop #page .animation > div > div > div p
{
    letter-spacing: 0;
}

.ua-desktop #page .animation > div > div > div p span
{
    display: block;
}

.ua-desktop #page .animation > div > div > div a
{
    cursor: pointer;
}

.ua-desktop #page .animation > div > div > div a:hover
{
    text-decoration: underline;
}

.ua-desktop #scene1 > div
{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 475px;
    max-height: 792px;
    -webkit-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%) translateZ(0);
       -moz-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%) translateZ(0);
        -ms-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%) translateZ(0);
         -o-transform: translate(0, -50%);
         -o-transform: translate(0, -50%) translateZ(0);
            transform: translate(0, -50%);
            transform: translate(0, -50%) translateZ(0);
}

.ua-desktop #scene1 > div h1
{
    position: absolute;
    bottom: 48.23%;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
}

.ua-desktop #scene1 > div h1 > span
{
    font-size: 662.1%;
    line-height: 1.25;
    display: block;
    letter-spacing: 0;
    text-shadow: 0 0 10px rgba(0,0,0,.5);
}

.ua-desktop #scene1 > div h1 > span span
{
    color: #e30000;
}

.ua-desktop #scene1 > div h1 > span small
{
    font-size: 52.86%;
    display: block;
}

.ua-desktop #scene1 > div h2
{
    position: absolute;
    bottom: 39.39%;
    left: 0;
    width: 100%;
    text-align: center;
}

.ua-desktop #scene1 > div h2 span
{
    font-size: 250%;
    line-height: 1.36;
    display: inline-block;
    padding: 0 17px;
    vertical-align: top;
    color: #fff;
    background: #e30000;
}

.ua-desktop #scene1 > div div
{
    position: absolute;
    bottom: 20.45%;
    left: 0;
    width: 100%;
    text-align: center;
}

.ua-desktop #scene1 > div div p span
{
    font-size: 150%;
    display: block;
    display: none;
    padding-bottom: 9px;
    letter-spacing: 0;
    color: #fff;
    text-shadow: 0 0 24px rgba(0,0,0,.5);
}

.ua-desktop #scene1 > div div .pc_sold strong
{
    font-size: 260%;
    display: block;
    padding-bottom: 40px;
    color: #e30000;
}
.ua-desktop #scene1 > div div .sp_sold strong
{
	display:none;
}
.ua-desktop #scene1 > div div p strong
{
	display:none;
}
.ua-desktop #scene1 > div div p strong small
{
    font-size: 70%;
}

.ua-desktop #scene1 > div div ul
{
    display: inline-block;
}

.ua-desktop #scene1 > div div ul:before,
.ua-desktop #scene1 > div div ul:after
{
    display: table;
    content: '';
}

.ua-desktop #scene1 > div div ul:after
{
    clear: both;
}

.ua-desktop #scene1 > div div ul li
{
    float: left;
}

.ua-desktop #scene1 > div div ul li + li
{
    margin-left: 23px;
}

.ua-desktop #scene1 > div div ul li a
{
    font-size: 150%;
    line-height: 1.6;
    display: block;
    padding: 0 .2em 0 .33em;
    cursor: pointer;
    border: 1px #e30000 solid;
}

.ua-desktop #scene2 div
{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%) translateZ(0);
       -moz-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%) translateZ(0);
        -ms-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%) translateZ(0);
         -o-transform: translate(0, -50%);
         -o-transform: translate(0, -50%) translateZ(0);
            transform: translate(0, -50%);
            transform: translate(0, -50%) translateZ(0);
    text-align: center;
    background: rgba(0,0,0,.5);
}

.ua-desktop #scene2 div p
{
    display: inline-block;
    padding: 4.3em 0 10.1em;
    text-align: left;
    vertical-align: top;
    color: #fff;
}

.ua-desktop #scene2 div p > span:first-child
{
    font-size: 200%;
    line-height: 2;
    display: block;
    padding-bottom: 22px;
}

.ua-desktop #scene2 div p strong
{
    font-size: 200%;
    line-height: 1.7;
    display: inline-block;
    padding: 0 17px;
    vertical-align: top;
    color: #fff;
    background: #e30000;
}

.ua-desktop #scene2 div p strong + span
{
    font-size: 300%;
    display: block;
}

.ua-desktop #scene2 div p strong + span small
{
    font-size: 75%;
}

.ua-desktop #scene2 div p strong + span span
{
    color: #e30000;
}

.ua-desktop #scene3 h3
{
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 141px;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
       -moz-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
         -o-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
}

.ua-desktop #scene3 h3 span
{
    display: none;
}

.ua-desktop #scene3 > div div
{
    position: absolute;
    width: 50%;
    height: 50%;
}

.ua-desktop #scene3 > div div:nth-of-type(1)
{
    top: 0;
    left: 0;
}

.ua-desktop #scene3 > div div:nth-of-type(2)
{
    top: 0;
    right: 0;
}

.ua-desktop #scene3 > div div:nth-of-type(3)
{
    bottom: 0;
    left: 0;
}

.ua-desktop #scene3 > div div:nth-of-type(4)
{
    right: 0;
    bottom: 0;
}

.ua-desktop #scene3 > div div a
{
    position: relative;
    display: block;
    height: 100%;
}

.ua-desktop #scene3 > div div a span
{
    font-size: 280%;
    line-height: 1.36;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 16px 20px 12px;
    -webkit-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%) translateZ(0);
       -moz-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%) translateZ(0);
        -ms-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%) translateZ(0);
         -o-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%) translateZ(0);
            transform: translate(-50%, -50%);
            transform: translate(-50%, -50%) translateZ(0);
    text-align: center;
    white-space: nowrap;
    letter-spacing: 0;
    color: #fff;
    background: rgba(0,0,0,.4);
}

.ua-desktop #scene3 > div div a span small
{
    font-size: 57.14%;
    display: block;
    text-align: left;
}

.ua-desktop #scene4 div
{
    bottom: 21.84%;
    left: 5.58%;
    width: 588px;
}

.ua-desktop #scene4 div h3 small
{
    color: #e30000;
}

.ua-desktop #scene5 a
{
    right: 10.17%;
    bottom: 17.68%;
}

.ua-desktop #scene6 a
{
    top: 17.8%;
    right: 14.5%;
}

.ua-desktop #scene7 a
{
    top: 17.05%;
    left: 9.33%;
}

.ua-desktop #scene8 a
{
    top: 19.32%;
    left: 13%;
}

.ua-desktop #scene9 div
{
    right: 8.67%;
    bottom: 14.9%;
    width: 500px;
}

.ua-desktop #scene9 div h3 small
{
    color: #52ade4;
}

.ua-desktop #scene9 ~ [id*='scene'].product dl dt
{
    padding-right: 5px;
}

.ua-desktop #scene9 ~ [id*='scene'].product dl dd
{
    background: rgba(82,173,228,.8);
}

.ua-desktop #scene10 a
{
    top: 22.47%;
    right: 10.42%;
}

.ua-desktop #scene11 a
{
    top: 30.93%;
    right: 14.42%;
}

.ua-desktop #scene12 a
{
    right: 4.5%;
    bottom: 31.31%;
}

.ua-desktop #scene13 a
{
    bottom: 5.93%;
    left: 4%;
}

.ua-desktop #scene14 h3
{
    line-height: 1.5;
}

.ua-desktop #scene14 h3 small
{
    font-size: 200%;
    display: block;
    letter-spacing: 0;
    color: #e50000;
}

.ua-desktop #scene14 > div > div > div
{
    padding: 103px 0;
}

.ua-desktop #scene14 > div > div > div p
{
    font-size: 180%;
}

.ua-desktop #scene14 > div > div > div p span
{
    line-height: 2.61;
}

.ua-desktop #scene14 > div > div > div p a
{
    line-height: 2.61;
}

.ua-desktop #scene14 > div > div > div p a ~ a
{
    line-height: 1.5;
}

.ua-desktop #scene15 h3
{
    padding-right: 280px;
}

.ua-desktop #scene15 h3:after
{
    position: absolute;
    top: 50%;
    right: 0;
    width: 295px;
    height: 155px;
    margin-top: -77px;
    content: '';
    background: url('/store/mizusawa/2016aw/images/s15_img.png') no-repeat;
    -webkit-background-size: 100% 100%;
       -moz-background-size: 100% 100%;
            background-size: 100% 100%;
}

.ua-desktop #scene15 h3 span
{
    font-size: 300%;
    line-height: 1.79;
}

.ua-desktop #scene15 h3 span br ~ br
{
    display: none;
}

.ua-desktop #scene15 > div > div > div
{
    padding: 80px 0;
}

.ua-desktop #scene15 > div > div > div > p
{
    font-size: 200%;
    line-height: 2.35;
}

.ua-desktop #scene15 > div > div > div div
{
    font-size: 200%;
}

.ua-desktop #scene15 > div > div > div div h4
{
    padding-top: .35em;
}

.ua-desktop #scene15 > div > div > div div h4:before,
.ua-desktop #scene15 > div > div > div div h4:after
{
    display: table;
    content: '';
}

.ua-desktop #scene15 > div > div > div div h4:after
{
    clear: both;
}

.ua-desktop #scene15 > div > div > div div h4 > span
{
    line-height: 1.5;
    float: left;
    border-bottom: 1px #fff solid;
}

.ua-desktop #scene15 > div > div > div div h4 > span br
{
    display: none;
}

.ua-desktop #scene15 > div > div > div div dl
{
    margin: 17px 0 28px;
}

.ua-desktop #scene15 > div > div > div div dl dt
{
    line-height: 1.5;
    display: inline-block;
    padding: 0 8px;
    vertical-align: top;
    border: 1px #fff solid;
}

.ua-desktop #scene15 > div > div > div div dl dd
{
    line-height: 2;
}

.ua-desktop #scene15 > div > div > div div dl dd small
{
    font-size: 85%;
    line-height: 1.76;
    display: block;
    margin: -.41em 0 .41em;
}

.ua-desktop #scene15 > div > div > div div dl dd + dt
{
    margin-top: 1.2em;
}

.ua-desktop #scene16
{
    height: auto;
    min-height: 100%;
    background: #333;
}

.ua-desktop #scene16 > div
{
    background: #fff;
}

.ua-desktop #scene16 > div > div
{
    width: 1000px;
    margin: 0 auto;
}

.ua-desktop #scene16 > div > div:nth-child(1)
{
    padding: 42px 0;
    border-bottom: #000 1px solid;
}

.ua-desktop #scene16 > div > div:nth-child(1) h3
{
    margin-bottom: 16px;
    letter-spacing: 0;
    color: #e30000;
}

.ua-desktop #scene16 > div > div:nth-child(1) h3 span
{
    font-size: 300%;
    line-height: 1.5;
    display: inline-block;
    vertical-align: middle;
}

.ua-desktop #scene16 > div > div:nth-child(1) h3 small
{
    font-size: 150%;
    line-height: 1.87;
    display: inline-block;
    margin-right: 17px;
    vertical-align: middle;
    border-top: #e30000 1px solid;
    border-bottom: #e30000 1px solid;
}

.ua-desktop #scene16 > div > div:nth-child(1) p
{
    font-size: 200%;
}

.ua-desktop #scene16 > div > div:nth-child(2)
{
    margin-top: 40px;
}

.ua-desktop #scene16 > div > div:nth-child(2):before,
.ua-desktop #scene16 > div > div:nth-child(2):after
{
    display: table;
    content: '';
}

.ua-desktop #scene16 > div > div:nth-child(2):after
{
    clear: both;
}

.ua-desktop #scene16 > div > div:nth-child(2) dl
{
    float: left;
    width: 500px;
    letter-spacing: .1em;
}

.ua-desktop #scene16 > div > div:nth-child(2) dl dt
{
    font-size: 160%;
    line-height: 1.88;
    padding-bottom: 2px;
}

.ua-desktop #scene16 > div > div:nth-child(2) dl dd
{
    font-size: 150%;
    line-height: 1.6;
}

.ua-desktop #scene16 > div > div:nth-child(2) dl dd + dt
{
    padding-top: 16px;
}

.ua-desktop #scene16 > div > div:nth-child(2) dl dd ul li
{
    padding-left: 1em;
}

.ua-desktop #scene16 > div > div:nth-child(2) dl dd ul li:before
{
    margin-left: -1em;
    content: '・';
}

.ua-desktop #scene16 > div > div:nth-child(2) dl dd ul li a:hover
{
    text-decoration: underline;
}

.ua-desktop #scene16 section
{
    margin-top: 42px;
    padding: 40px 0 35px;
    text-align: center;
    color: #fff;
    background: #333;
}

.ua-desktop #scene16 section div
{
    margin-bottom: 32px;
}

.ua-desktop #scene16 section div h4
{
    font-size: 200%;
    margin-bottom: 22px;
}

.ua-desktop #scene16 section div ul
{
    display: inline-block;
    height: 44px;
}

.ua-desktop #scene16 section div ul:before,
.ua-desktop #scene16 section div ul:after
{
    display: table;
    content: '';
}

.ua-desktop #scene16 section div ul:after
{
    clear: both;
}

.ua-desktop #scene16 section div ul li
{
    float: left;
}

.ua-desktop #scene16 section div ul li + li
{
    margin-left: 46px;
}

.ua-desktop #scene16 section div ul li a
{
    display: block;
    -webkit-transition: -webkit-transform .1s;
       -moz-transition:    -moz-transform .1s;
        -ms-transition:     -ms-transform .1s;
         -o-transition:      -o-transform .1s;
            transition:         transform .1s;
}

.ua-desktop #scene16 section div ul li a:hover
{
    -webkit-transform: translate(0, 3px);
    -webkit-transform: translate(0, 3px) translateZ(0);
       -moz-transform: translate(0, 3px);
       -moz-transform: translate(0, 3px) translateZ(0);
        -ms-transform: translate(0, 3px);
        -ms-transform: translate(0, 3px) translateZ(0);
         -o-transform: translate(0, 3px);
         -o-transform: translate(0, 3px) translateZ(0);
            transform: translate(0, 3px);
            transform: translate(0, 3px) translateZ(0);
}

.ua-desktop #scene16 section div ul li a img
{
    width: 44px;
    height: 44px;
}

.ua-desktop #scene16 section > ul
{
    display: inline-block;
}

.ua-desktop #scene16 section > ul:before,
.ua-desktop #scene16 section > ul:after
{
    display: table;
    content: '';
}

.ua-desktop #scene16 section > ul:after
{
    clear: both;
}

.ua-desktop #scene16 section > ul li
{
    float: left;
}

.ua-desktop #scene16 section > ul li + li
{
    margin-left: 48px;
}

.ua-desktop #scene16 section > ul li a
{
    font-size: 150%;
    line-height: 1.87;
    color: #fff;
}

.ua-desktop #scene16 section small
{
    font-size: 130%;
    display: block;
    margin-top: 86px;
}

.ua-desktop #btn-menu
{
    top: 36px;
    right: 28px;
    width: 30px;
    height: 22px;
}

.ua-desktop #btn-menu.open span:nth-child(1)
{
    -webkit-transform: translate(0, 0) rotate(-45deg);
    -webkit-transform: translate(0, 0) translateZ(0) rotate(-45deg);
       -moz-transform: translate(0, 0) rotate(-45deg);
       -moz-transform: translate(0, 0) translateZ(0) rotate(-45deg);
        -ms-transform: translate(0, 0) rotate(-45deg);
        -ms-transform: translate(0, 0) translateZ(0) rotate(-45deg);
         -o-transform: translate(0, 0) rotate(-45deg);
         -o-transform: translate(0, 0) translateZ(0) rotate(-45deg);
            transform: translate(0, 0) rotate(-45deg);
            transform: translate(0, 0) translateZ(0) rotate(-45deg);
}

.ua-desktop #btn-menu.open span:nth-child(2)
{
    -webkit-transform: translate(0, 0) rotate(45deg);
    -webkit-transform: translate(0, 0) translateZ(0) rotate(45deg);
       -moz-transform: translate(0, 0) rotate(45deg);
       -moz-transform: translate(0, 0) translateZ(0) rotate(45deg);
        -ms-transform: translate(0, 0) rotate(45deg);
        -ms-transform: translate(0, 0) translateZ(0) rotate(45deg);
         -o-transform: translate(0, 0) rotate(45deg);
         -o-transform: translate(0, 0) translateZ(0) rotate(45deg);
            transform: translate(0, 0) rotate(45deg);
            transform: translate(0, 0) translateZ(0) rotate(45deg);
}

.ua-desktop #btn-menu span
{
    height: 2px;
    margin-top: -1px;
}

.ua-desktop #btn-menu span:nth-child(1)
{
    -webkit-transform: translate(0, -10px);
    -webkit-transform: translate(0, -10px) translateZ(0);
       -moz-transform: translate(0, -10px);
       -moz-transform: translate(0, -10px) translateZ(0);
        -ms-transform: translate(0, -10px);
        -ms-transform: translate(0, -10px) translateZ(0);
         -o-transform: translate(0, -10px);
         -o-transform: translate(0, -10px) translateZ(0);
            transform: translate(0, -10px);
            transform: translate(0, -10px) translateZ(0);
}

.ua-desktop #btn-menu span:nth-child(2)
{
    -webkit-transform: translate(0, 10px);
    -webkit-transform: translate(0, 10px) translateZ(0);
       -moz-transform: translate(0, 10px);
       -moz-transform: translate(0, 10px) translateZ(0);
        -ms-transform: translate(0, 10px);
        -ms-transform: translate(0, 10px) translateZ(0);
         -o-transform: translate(0, 10px);
         -o-transform: translate(0, 10px) translateZ(0);
            transform: translate(0, 10px);
            transform: translate(0, 10px) translateZ(0);
}

.ua-desktop #drawer
{
    width: 220px;
}

.ua-desktop #drawer > div
{
    padding-bottom: 128px;
    background: -webkit-linear-gradient(bottom, rgba(51,51,51,.8) 0%, rgba(51,51,51,.8) 128px, rgba(255,255,255,.95) 129px, rgba(255,255,255,.95) 100%);
    background:    -moz-linear-gradient(bottom, rgba(51,51,51,.8) 0%, rgba(51,51,51,.8) 128px, rgba(255,255,255,.95) 129px, rgba(255,255,255,.95) 100%);
    background:      -o-linear-gradient(bottom, rgba(51,51,51,.8) 0%, rgba(51,51,51,.8) 128px, rgba(255,255,255,.95) 129px, rgba(255,255,255,.95) 100%);
    background:     -ms-linear-gradient(bottom, rgba(51,51,51,.8) 0%, rgba(51,51,51,.8) 128px, rgba(255,255,255,.95) 129px, rgba(255,255,255,.95) 100%);
    background:         linear-gradient(to top, rgba(51,51,51,.8) 0%, rgba(51,51,51,.8) 128px, rgba(255,255,255,.95) 129px, rgba(255,255,255,.95) 100%);
}

.ua-desktop #drawer > div > ul
{
    padding: 110px 0 56px;
}

.ua-desktop #drawer > div > ul:nth-child(1) > li > a:hover
{
    text-decoration: underline;
    color: #e30000;
}

.ua-desktop #drawer > div > ul > li + li
{
    margin-top: 15px;
}

.ua-desktop #drawer > div > ul > li > a
{
    font-size: 160%;
}

.ua-desktop #drawer > div > ul > li div h3
{
    padding-top: 6px;
}

.ua-desktop #drawer > div > ul > li div h3 a
{
    font-size: 140%;
}

.ua-desktop #drawer > div > ul > li div h3 + ul
{
    padding-top: 2px;
}

.ua-desktop #drawer > div > ul > li div h3 + ul li a
{
    font-size: 120%;
}

.ua-desktop #drawer > div > ul > li div ul
{
    padding-top: 7px;
}

.ua-desktop #drawer > div > ul > li div ul li a
{
    font-size: 140%;
}

.ua-desktop #drawer > div > ul > li div ul + h3
{
    padding-top: 10px;
}

.ua-desktop #drawer > div > div
{
    height: 128px;
}

.ua-desktop #drawer > div > div ul
{
    padding-top: 36px;
}

.ua-desktop #drawer > div > div ul li + li
{
    margin-left: 20px;
}

.ua-desktop #drawer > div > div ul li a
{
    -webkit-transition: -webkit-transform .1s;
       -moz-transition:    -moz-transform .1s;
        -ms-transition:     -ms-transform .1s;
         -o-transition:      -o-transform .1s;
            transition:         transform .1s;
}

.ua-desktop #drawer > div > div ul li a:hover
{
    -webkit-transform: translate(0, 2px);
    -webkit-transform: translate(0, 2px) translateZ(0);
       -moz-transform: translate(0, 2px);
       -moz-transform: translate(0, 2px) translateZ(0);
        -ms-transform: translate(0, 2px);
        -ms-transform: translate(0, 2px) translateZ(0);
         -o-transform: translate(0, 2px);
         -o-transform: translate(0, 2px) translateZ(0);
            transform: translate(0, 2px);
            transform: translate(0, 2px) translateZ(0);
}

.ua-desktop #drawer > div > div ul li a img
{
    width: 34px;
    height: 34px;
}

.ua-desktop #overlay
{
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .45s cubic-bezier(.25, .25, .75, .75);
       -moz-transition: opacity .45s cubic-bezier(.25, .25, .75, .75);
        -ms-transition: opacity .45s cubic-bezier(.25, .25, .75, .75);
         -o-transition: opacity .45s cubic-bezier(.25, .25, .75, .75);
            transition: opacity .45s cubic-bezier(.25, .25, .75, .75);
    -webkit-transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0) translateZ(0);
       -moz-transform: translate(-100%, 0);
       -moz-transform: translate(-100%, 0) translateZ(0);
        -ms-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0) translateZ(0);
         -o-transform: translate(-100%, 0);
         -o-transform: translate(-100%, 0) translateZ(0);
            transform: translate(-100%, 0);
            transform: translate(-100%, 0) translateZ(0);
    opacity: 0;
    background: #666;
}

.ua-desktop #overlay.open
{
    -webkit-transform: translate(0, 0);
    -webkit-transform: translate(0, 0) translateZ(0);
       -moz-transform: translate(0, 0);
       -moz-transform: translate(0, 0) translateZ(0);
        -ms-transform: translate(0, 0);
        -ms-transform: translate(0, 0) translateZ(0);
         -o-transform: translate(0, 0);
         -o-transform: translate(0, 0) translateZ(0);
            transform: translate(0, 0);
            transform: translate(0, 0) translateZ(0);
}

.ua-desktop #zoom
{
    position: absolute;
    z-index: 11;
    top: 0;
    left: 50%;
    height: 100%;
    min-height: 792px;
    padding: 31px;
    -webkit-transition: opacity .45s cubic-bezier(.25, .46, .45, .94);
       -moz-transition: opacity .45s cubic-bezier(.25, .46, .45, .94);
        -ms-transition: opacity .45s cubic-bezier(.25, .46, .45, .94);
         -o-transition: opacity .45s cubic-bezier(.25, .46, .45, .94);
            transition: opacity .45s cubic-bezier(.25, .46, .45, .94);
    -webkit-transform: translate(-9999px, 0);
    -webkit-transform: translate(-9999px, 0) translateZ(0);
       -moz-transform: translate(-9999px, 0);
       -moz-transform: translate(-9999px, 0) translateZ(0);
        -ms-transform: translate(-9999px, 0);
        -ms-transform: translate(-9999px, 0) translateZ(0);
         -o-transform: translate(-9999px, 0);
         -o-transform: translate(-9999px, 0) translateZ(0);
            transform: translate(-9999px, 0);
            transform: translate(-9999px, 0) translateZ(0);
    opacity: 0;
    background: #fff url('/store/mizusawa/2016aw/common/images/loading.gif') no-repeat 50% 50%;
    -webkit-background-size: 32px 32px;
       -moz-background-size: 32px 32px;
            background-size: 32px 32px;
}

.ua-desktop #zoom.open
{
    -webkit-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0) translateZ(0);
       -moz-transform: translate(-50%, 0);
       -moz-transform: translate(-50%, 0) translateZ(0);
        -ms-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0) translateZ(0);
         -o-transform: translate(-50%, 0);
         -o-transform: translate(-50%, 0) translateZ(0);
            transform: translate(-50%, 0);
            transform: translate(-50%, 0) translateZ(0);
}

.ua-desktop #zoom > img
{
    height: 100%;
    -webkit-transition: opacity .6s cubic-bezier(.25, .25, .75, .75);
       -moz-transition: opacity .6s cubic-bezier(.25, .25, .75, .75);
        -ms-transition: opacity .6s cubic-bezier(.25, .25, .75, .75);
         -o-transition: opacity .6s cubic-bezier(.25, .25, .75, .75);
            transition: opacity .6s cubic-bezier(.25, .25, .75, .75);
    opacity: 0;
}

.ua-desktop #zoom a
{
    position: absolute;
    top: 0;
    right: 0;
    width: 31px;
    height: 31px;
    cursor: pointer;
}

.ua-desktop #zoom a img
{
    width: 100%;
}

.ua-ie-9 #drawer > div
{
    background: #fff;
}

.ua-ie-9 #drawer > div > div
{
    background: #333;
}

.ua-mobile body
{
    overflow: hidden;
}

.ua-mobile #stage > a.btn-anchor
{
    bottom: 2.64%;
    width: 3em;
}

.ua-mobile #stage > a.btn-anchor.disabled
{
    bottom: -3em;
}

.ua-mobile #page .title div
{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 3.5em 2.81% 3.7em 5.63%;
    -webkit-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%) translateZ(0);
       -moz-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%) translateZ(0);
        -ms-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%) translateZ(0);
         -o-transform: translate(0, -50%);
         -o-transform: translate(0, -50%) translateZ(0);
            transform: translate(0, -50%);
            transform: translate(0, -50%) translateZ(0);
    color: #fff;
    background: rgba(0,0,0,.5);
}

.ua-mobile #page .title div h3
{
    line-height: 1.56;
    margin: 0 0 .6em 0;
    letter-spacing: 0;
}

.ua-mobile #page .title div h3 small
{
    font-size: 120%;
    display: block;
    margin-bottom: .17em;
}

.ua-mobile #page .title div h3 span
{
    font-size: 180%;
}

.ua-mobile #page .title div p
{
    font-size: 130%;
    line-height: 1.85;
    letter-spacing: 0;
}

.ua-mobile #page .product a
{
    position: absolute;
    display: block;
    color: #fff;
}

.ua-mobile #page .product a.new dl dt
{
    padding-right: 3.25em;
}

.ua-mobile #page .product a.new dl dt:after
{
    font-size: 83.33%;
    position: absolute;
    top: .4em;
    right: .4em;
    width: 2.9em;
    height: 2.9em;
    content: '';
    background: url('/store/mizusawa/2016aw/images/ico_new.svg') no-repeat;
    -webkit-background-size: 100% 100%;
       -moz-background-size: 100% 100%;
            background-size: 100% 100%;
}

.ua-mobile #page .product a dl dt
{
    font-size: 120%;
    line-height: 1.42;
    position: relative;
    padding: .5em .83em;
    letter-spacing: .1em;
    background: rgba(0,0,0,.5);
}

.ua-mobile #page .product a dl dt span
{
    font-size: 83.33%;
}

.ua-mobile #page .product a dl dt small
{
    font-size: 50%;
}

.ua-mobile #page .product a dl dd
{
    line-height: 2.1;
    padding: 0 1em;
    letter-spacing: .075em;
    background: rgba(227,0,0,.8);
}

.ua-mobile #page .animation.deploy h3
{
    -webkit-transition: opacity 1.2s cubic-bezier(.55, .085, .68, .53);
       -moz-transition: opacity 1.2s cubic-bezier(.55, .085, .68, .53);
        -ms-transition: opacity 1.2s cubic-bezier(.55, .085, .68, .53);
         -o-transition: opacity 1.2s cubic-bezier(.55, .085, .68, .53);
            transition: opacity 1.2s cubic-bezier(.55, .085, .68, .53);
    opacity: 0;
}

.ua-mobile #page .animation.deploy > div > div
{
    height: auto;
    -webkit-transition: opacity 1.5s cubic-bezier(.455, .03, .515, .955) .9s, height 1.2s cubic-bezier(.165, .84, .44, 1);
       -moz-transition: opacity 1.5s cubic-bezier(.455, .03, .515, .955) .9s, height 1.2s cubic-bezier(.165, .84, .44, 1);
        -ms-transition: opacity 1.5s cubic-bezier(.455, .03, .515, .955) .9s, height 1.2s cubic-bezier(.165, .84, .44, 1);
         -o-transition: opacity 1.5s cubic-bezier(.455, .03, .515, .955) .9s, height 1.2s cubic-bezier(.165, .84, .44, 1);
            transition: opacity 1.5s cubic-bezier(.455, .03, .515, .955) .9s, height 1.2s cubic-bezier(.165, .84, .44, 1);
    opacity: 1;
}

.ua-mobile #page .animation h3
{
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(.01deg);
    -webkit-transform: translate(-50%, -50%) translatez(0) rotate(.01deg);
       -moz-transform: translate(-50%, -50%) rotate(.01deg);
       -moz-transform: translate(-50%, -50%) translatez(0) rotate(.01deg);
        -ms-transform: translate(-50%, -50%) rotate(.01deg);
        -ms-transform: translate(-50%, -50%) translatez(0) rotate(.01deg);
         -o-transform: translate(-50%, -50%) rotate(.01deg);
         -o-transform: translate(-50%, -50%) translatez(0) rotate(.01deg);
            transform: translate(-50%, -50%) rotate(.01deg);
            transform: translate(-50%, -50%) translatez(0) rotate(.01deg);
    white-space: nowrap;
}

.ua-mobile #page .animation h3 span
{
    font-size: 180%;
    color: #fff;
}

.ua-mobile #page .animation > div
{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%) translatez(0);
       -moz-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%) translatez(0);
        -ms-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%) translatez(0);
         -o-transform: translate(0, -50%);
         -o-transform: translate(0, -50%) translatez(0);
            transform: translate(0, -50%);
            transform: translate(0, -50%) translatez(0);
    background: rgba(0,0,0,.7);
}

.ua-mobile #page .animation > div > div
{
    overflow: hidden;
    width: 100%;
    height: 20em;
    margin: 0 auto;
    opacity: 0;
}

.ua-mobile #page .animation > div > div > div
{
    padding: 2.5em 6.25%;
}

.ua-mobile #page .animation > div > div > div > *
{
    color: #fff;
}

.ua-mobile #page .animation > div > div > div p
{
    letter-spacing: 0;
}

.ua-mobile #page .animation > div > div > div p span
{
    display: block;
}

.ua-mobile #page .animation > div > div > div p span br
{
    display: none;
}

.ua-mobile #scene1 > div
{
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 24em;
}

.ua-mobile #scene1 > div h1
{
    position: absolute;
    bottom: 47.18%;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
}

.ua-mobile #scene1 > div h1 > span
{
    font-size: 262.6%;
    line-height: 1.4;
    display: block;
    letter-spacing: 0;
    text-shadow: 0 0 .38em rgba(0,0,0,.5);
}

.ua-mobile #scene1 > div h1 > span span
{
    color: #e30000;
}

.ua-mobile #scene1 > div h1 > span small
{
    font-size: 57.12%;
    display: block;
}

.ua-mobile #scene1 > div h2
{
    position: absolute;
    bottom: 40.14%;
    left: 0;
    width: 100%;
    text-align: center;
}

.ua-mobile #scene1 > div h2 span
{
    font-size: 157.6%;
    line-height: 1.4;
    display: inline-block;
    padding: 0 .63em;
    vertical-align: top;
    color: #fff;
    background: #e30000;
}

.ua-mobile #scene1 > div div
{
    position: absolute;
    bottom: 12.32%;
    left: 0;
    width: 100%;
    text-align: center;
}

.ua-mobile #scene1 > div div p span
{
    font-size: 150%;
    display: none;
    padding-bottom: .6em;
    letter-spacing: 0;
    color: #fff;
}

.ua-mobile #scene1 > div div .sp_sold strong
{
    font-size: 180%;
    display: block;
    padding-bottom: 3.25em;
    color: #e30000;
}
.ua-mobile #scene1 > div div .pc_sold strong
{
    display: none;
}

.ua-mobile #scene1 > div div p strong small
{
    font-size: 70%;
}

.ua-mobile #scene1 > div div ul
{
    display: inline-block;
}

.ua-mobile #scene1 > div div ul:before,
.ua-mobile #scene1 > div div ul:after
{
    display: table;
    content: '';
}

.ua-mobile #scene1 > div div ul:after
{
    clear: both;
}

.ua-mobile #scene1 > div div ul li
{
    float: left;
}

.ua-mobile #scene1 > div div ul li + li
{
    margin-left: 1.8em;
}

.ua-mobile #scene1 > div div ul li a
{
    font-size: 150%;
    line-height: 1.47;
    display: block;
    padding: 0 .2em 0 .33em;
    cursor: pointer;
    border: 1px #e30000 solid;
}

.ua-mobile #scene2 div
{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%) translateZ(0);
       -moz-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%) translateZ(0);
        -ms-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%) translateZ(0);
         -o-transform: translate(0, -50%);
         -o-transform: translate(0, -50%) translateZ(0);
            transform: translate(0, -50%);
            transform: translate(0, -50%) translateZ(0);
    text-align: center;
    background: rgba(0,0,0,.5);
}

.ua-mobile #scene2 div p
{
    display: inline-block;
    padding: 1.3em 6.25% 1.5em;
    text-align: left;
    vertical-align: top;
    color: #fff;
}

.ua-mobile #scene2 div p > span:first-child
{
    font-size: 140%;
    line-height: 2;
    display: block;
}

.ua-mobile #scene2 div p > span:first-child br
{
    display: none;
}

.ua-mobile #scene2 div p strong
{
    font-size: 130%;
    line-height: 1.69;
    display: inline-block;
    margin: 1em 0;
    padding: 0 .38em;
    vertical-align: top;
    color: #fff;
    background: #e30000;
}

.ua-mobile #scene2 div p strong + span
{
    font-size: 150%;
    display: block;
}

.ua-mobile #scene2 div p strong + span small
{
    font-size: 75%;
}

.ua-mobile #scene2 div p strong + span span
{
    color: #e30000;
}

.ua-mobile #scene3 h3
{
    overflow: hidden;
    width: 100%;
    height: 3em;
    text-align: center;
    background: #e40000;
}

.ua-mobile #scene3 h3 img
{
    display: none;
}

.ua-mobile #scene3 h3 span
{
    font-size: 180%;
    line-height: 1.67;
    color: #fff;
}

.ua-mobile #scene3 > div
{
    height: calc(100% - 3em);
}

.ua-mobile #scene3 > div div
{
    position: relative;
    width: 100%;
    height: 25%;
}

.ua-mobile #scene3 > div div a
{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.ua-mobile #scene3 > div div a span
{
    font-size: 130%;
    line-height: 1.46;
    position: absolute;
    top: .62em;
    left: 2.5%;
    display: block;
    padding: 0 .31em .08em;
    letter-spacing: 0;
    color: #fff;
    background: rgba(0,0,0,.4);
}

.ua-mobile #scene3 > div div a span small
{
    font-size: 69.23%;
    display: block;
    padding-top: .22em;
}

.ua-mobile #scene4 div h3 small
{
    color: #e30000;
}

.ua-mobile #scene4 div p br
{
    display: none;
}

.ua-mobile #scene5 a
{
    right: 2.5%;
    bottom: 15.32%;
}

.ua-mobile #scene6 a
{
    right: 2.5%;
    bottom: 32.22%;
}

.ua-mobile #scene7 a
{
    bottom: 12.15%;
    left: 5%;
}

.ua-mobile #scene8 a
{
    top: 2.82%;
    left: 5%;
}

.ua-mobile #scene9 div h3 small
{
    color: #52ade4;
}

.ua-mobile #scene9 div p
{
    white-space: nowrap;
}

.ua-mobile #scene9 ~ [id*='scene'].product dl dd
{
    background: rgba(82,173,228,.8);
}

.ua-mobile #scene10 a
{
    right: 2.5%;
    bottom: 11.62%;
}

.ua-mobile #scene11 a
{
    bottom: 17.25%;
    left: 5%;
}

.ua-mobile #scene12 a
{
    bottom: 11.62%;
    left: 2.5%;
}

.ua-mobile #scene13 a
{
    bottom: 30.63%;
    left: 5%;
}

.ua-mobile #scene14 h3 small
{
    font-size: 120%;
    display: block;
    letter-spacing: 0;
    color: #e50000;
}

.ua-mobile #scene14 > div > div > div p
{
    font-size: 140%;
    line-height: 2;
}

.ua-mobile #scene15 h3
{
    padding-bottom: 4em;
}

.ua-mobile #scene15 h3:after
{
    position: absolute;
    bottom: .8em;
    left: 10.2em;
    width: 11.4em;
    height: 6em;
    margin-top: 0;
    content: '';
    background: url('/store/mizusawa/2016aw/images/s15_img.png') no-repeat;
    -webkit-background-size: 100% 100%;
       -moz-background-size: 100% 100%;
            background-size: 100% 100%;
}

.ua-mobile #scene15 > div > div > div > p
{
    font-size: 130%;
    line-height: 1.85;
}

.ua-mobile #scene15 > div > div > div div
{
    margin-top: 3em;
}

.ua-mobile #scene15 > div > div > div div h4 > span
{
    font-size: 180%;
    line-height: 1.33;
    letter-spacing: 0;
}

.ua-mobile #scene15 > div > div > div div h4 > span span
{
    display: inline-block;
}

.ua-mobile #scene15 > div > div > div div h4 > span span:first-child
{
    border-bottom: 1px #fff solid;
}

.ua-mobile #scene15 > div > div > div div dl
{
    margin: 1.2em 0 .4em;
}

.ua-mobile #scene15 > div > div > div div dl dt
{
    font-size: 120%;
    line-height: 1.5;
    display: inline-block;
    margin-bottom: .5em;
    padding: 0 .25em;
    vertical-align: top;
    border: 1px #fff solid;
}

.ua-mobile #scene15 > div > div > div div dl dd
{
    font-size: 130%;
    line-height: 1.31;
}

.ua-mobile #scene15 > div > div > div div dl dd small
{
    font-size: 84.62%;
    display: block;
    margin-bottom: .92em;
}

.ua-mobile #scene15 > div > div > div div dl dd + dt
{
    margin-top: 1.67em;
}

.ua-mobile #scene15 > div > div > div div a
{
    font-size: 120%;
}

.ua-mobile #scene16
{
    height: auto;
    min-height: 100%;
    background: #333;
}

.ua-mobile #scene16 > div
{
    padding-top: 3.4em;
    background: #fff;
}

.ua-mobile #scene16 > div > div
{
    margin: 0 5.63%;
}

.ua-mobile #scene16 > div > div:nth-child(1)
{
    padding-bottom: 1.4em;
    border-bottom: #000 1px solid;
}

.ua-mobile #scene16 > div > div:nth-child(1) h3
{
    margin-bottom: 1em;
    letter-spacing: 0;
    color: #e30000;
}

.ua-mobile #scene16 > div > div:nth-child(1) h3 span
{
    font-size: 200%;
    line-height: 1.5;
    display: inline-block;
    vertical-align: middle;
}

.ua-mobile #scene16 > div > div:nth-child(1) h3 small
{
    font-size: 120%;
    line-height: 1.75;
    display: inline-block;
    margin-right: 1.08em;
    vertical-align: middle;
    border-top: #e30000 1px solid;
    border-bottom: #e30000 1px solid;
}

.ua-mobile #scene16 > div > div:nth-child(1) p
{
    font-size: 160%;
    letter-spacing: 0;
}

.ua-mobile #scene16 > div > div:nth-child(1) p br
{
    display: none;
}

.ua-mobile #scene16 > div > div:nth-child(2)
{
    margin-top: 1.3em;
}

.ua-mobile #scene16 > div > div:nth-child(2):before,
.ua-mobile #scene16 > div > div:nth-child(2):after
{
    display: table;
    content: '';
}

.ua-mobile #scene16 > div > div:nth-child(2):after
{
    clear: both;
}

.ua-mobile #scene16 > div > div:nth-child(2) dl
{
    letter-spacing: .1em;
}

.ua-mobile #scene16 > div > div:nth-child(2) dl dt
{
    font-size: 140%;
    padding-bottom: .07em;
}

.ua-mobile #scene16 > div > div:nth-child(2) dl dd
{
    font-size: 120%;
    padding-bottom: .75em;
}

.ua-mobile #scene16 > div > div:nth-child(2) dl dd br
{
    display: none;
}

.ua-mobile #scene16 > div > div:nth-child(2) dl dd ul li:before
{
    content: '・';
}

.ua-mobile #scene16 section
{
    margin-top: 2.8em;
    padding: 3.6em 0 1em;
    text-align: center;
    color: #fff;
    background: #333;
}

.ua-mobile #scene16 section div h4
{
    font-size: 130%;
    letter-spacing: 0;
}

.ua-mobile #scene16 section div ul
{
    display: inline-block;
    height: 3.8em;
    margin-top: 2.4em;
}

.ua-mobile #scene16 section div ul:before,
.ua-mobile #scene16 section div ul:after
{
    display: table;
    content: '';
}

.ua-mobile #scene16 section div ul:after
{
    clear: both;
}

.ua-mobile #scene16 section div ul li
{
    float: left;
}

.ua-mobile #scene16 section div ul li + li
{
    margin-left: 2.9em;
}

.ua-mobile #scene16 section div ul li a
{
    display: block;
}

.ua-mobile #scene16 section div ul li a img
{
    width: 3.8em;
    height: 3.8em;
}

.ua-mobile #scene16 section > ul
{
    width: 22.4em;
    margin: 2em auto 3em;
}

.ua-mobile #scene16 section > ul:before,
.ua-mobile #scene16 section > ul:after
{
    display: table;
    content: '';
}

.ua-mobile #scene16 section > ul:after
{
    clear: both;
}

.ua-mobile #scene16 section > ul li
{
    float: left;
    text-align: left;
}

.ua-mobile #scene16 section > ul li:nth-child(2n+1)
{
    clear: both;
}

.ua-mobile #scene16 section > ul li:nth-child(2n)
{
    float: right;
}

.ua-mobile #scene16 section > ul li a
{
    font-size: 130%;
    line-height: 2.15;
    letter-spacing: 0;
    color: #fff;
}

.ua-mobile #scene16 section small
{
    font-size: 90%;
    display: block;
}

.ua-mobile #btn-menu
{
    top: 1.1em;
    right: 1em;
    width: 2.4em;
    height: 1.8em;
}

.ua-mobile #btn-menu.open span:nth-child(1)
{
    -webkit-transform: translate(0, 0) translateZ(0) rotate(-45deg);
       -moz-transform: translate(0, 0) translateZ(0) rotate(-45deg);
        -ms-transform: translate(0, 0) translateZ(0) rotate(-45deg);
         -o-transform: translate(0, 0) translateZ(0) rotate(-45deg);
            transform: translate(0, 0) translateZ(0) rotate(-45deg);
}

.ua-mobile #btn-menu.open span:nth-child(2)
{
    -webkit-transform: translate(0, 0) translateZ(0) rotate(45deg);
       -moz-transform: translate(0, 0) translateZ(0) rotate(45deg);
        -ms-transform: translate(0, 0) translateZ(0) rotate(45deg);
         -o-transform: translate(0, 0) translateZ(0) rotate(45deg);
            transform: translate(0, 0) translateZ(0) rotate(45deg);
}

.ua-mobile #btn-menu span
{
    height: .2em;
    margin-top: -.1em;
}

.ua-mobile #btn-menu span:nth-child(1)
{
    -webkit-transform: translate(0, -.8em) translateZ(0);
       -moz-transform: translate(0, -.8em) translateZ(0);
        -ms-transform: translate(0, -.8em) translateZ(0);
         -o-transform: translate(0, -.8em) translateZ(0);
            transform: translate(0, -.8em) translateZ(0);
}

.ua-mobile #btn-menu span:nth-child(2)
{
    -webkit-transform: translate(0, .8em) translateZ(0);
       -moz-transform: translate(0, .8em) translateZ(0);
        -ms-transform: translate(0, .8em) translateZ(0);
         -o-transform: translate(0, .8em) translateZ(0);
            transform: translate(0, .8em) translateZ(0);
}

.ua-mobile #drawer
{
    width: 100%;
}

.ua-mobile #drawer > div
{
    padding-bottom: 10.3em;
    background: -webkit-linear-gradient(bottom, rgba(51,51,51,.8) 0%, rgba(51,51,51,.8) 10.3em, rgba(255,255,255,.95) 10.4em, rgba(255,255,255,.95) 100%);
    background:    -moz-linear-gradient(bottom, rgba(51,51,51,.8) 0%, rgba(51,51,51,.8) 10.3em, rgba(255,255,255,.95) 10.4em, rgba(255,255,255,.95) 100%);
    background:      -o-linear-gradient(bottom, rgba(51,51,51,.8) 0%, rgba(51,51,51,.8) 10.3em, rgba(255,255,255,.95) 10.4em, rgba(255,255,255,.95) 100%);
    background:     -ms-linear-gradient(bottom, rgba(51,51,51,.8) 0%, rgba(51,51,51,.8) 10.3em, rgba(255,255,255,.95) 10.4em, rgba(255,255,255,.95) 100%);
    background:         linear-gradient(to top, rgba(51,51,51,.8) 0%, rgba(51,51,51,.8) 10.3em, rgba(255,255,255,.95) 10.4em, rgba(255,255,255,.95) 100%);
}

.ua-mobile #drawer > div > ul
{
    padding: 3.4em;
}

.ua-mobile #drawer > div > ul > li + li
{
    margin-top: 1.2em;
}

.ua-mobile #drawer > div > ul > li > a
{
    font-size: 130%;
}

.ua-mobile #drawer > div > ul > li div h3
{
    padding-top: .6em;
}

.ua-mobile #drawer > div > ul > li div h3 a
{
    font-size: 100%;
}

.ua-mobile #drawer > div > ul > li div h3 + ul
{
    padding-top: .2em;
}

.ua-mobile #drawer > div > ul > li div h3 + ul li a
{
    font-size: 90%;
}

.ua-mobile #drawer > div > ul > li div ul
{
    padding-top: .6em;
}

.ua-mobile #drawer > div > ul > li div ul li a
{
    font-size: 110%;
}

.ua-mobile #drawer > div > div
{
    height: 10.3em;
}

.ua-mobile #drawer > div > div ul
{
    padding-top: 3em;
}

.ua-mobile #drawer > div > div ul li + li
{
    margin-left: 2em;
}

.ua-mobile #drawer > div > div ul li a img
{
    width: 2.7em;
    height: 2.7em;
}

.ua-mobile #zoom
{
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    display: table;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .6s cubic-bezier(.25, .1, .25, 1);
       -moz-transition: opacity .6s cubic-bezier(.25, .1, .25, 1);
        -ms-transition: opacity .6s cubic-bezier(.25, .1, .25, 1);
         -o-transition: opacity .6s cubic-bezier(.25, .1, .25, 1);
            transition: opacity .6s cubic-bezier(.25, .1, .25, 1);
    -webkit-transform: translate(0, -100%) rotateZ(0);
       -moz-transform: translate(0, -100%) rotateZ(0);
        -ms-transform: translate(0, -100%) rotateZ(0);
         -o-transform: translate(0, -100%) rotateZ(0);
            transform: translate(0, -100%) rotateZ(0);
    opacity: 0;
    background-color: #fff;
    background-image: url('/store/mizusawa/2016aw/common/images/loading.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: 10% auto;
       -moz-background-size: 10% auto;
            background-size: 10% auto;

    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
            backface-visibility: hidden;
}

.ua-mobile #zoom.active
{
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
}

.ua-mobile #zoom div
{
    position: absolute;
    width: 100%;
    height: 100%;

    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
            backface-visibility: hidden;
}

.ua-mobile #zoom div span
{
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 100%;
    padding-top: 141.47%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.ua-mobile #zoom div span img
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ua-mobile #zoom a
{
    position: absolute;
    top: 9px;
    right: 9px;
    overflow: hidden;
    width: 31px;
    height: 31px;
    opacity: .6;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background: #fff;
}

/*# sourceMappingURL=dev/store/mizusawa/2016aw/styl/index.css.map */
