#wrapper > header > div > ul li:nth-child(2)
{
    display: none;
}

#page > header
{
    position: relative;
    overflow: hidden;
    padding-top: 55%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
       -moz-background-size: cover;
            background-size: cover;
}

#page > header *
{
    position: absolute;
    left: -9999px;
}

#contents
{
    background: #e7eaec;
}

#contents > div
{
    width: 1000px;
    margin: 0 auto;
    padding: 0 103px 2.7em;
    background: #fff;
}

#contents > div header
{
    padding: 6em 0 6.8em;
    text-align: center;
}

#contents > div header p
{
    font-size: 160%;
    line-height: 2.25;
    display: inline-block;
    text-align: left;
    letter-spacing: .18em;
}

#contents > div section
{
    padding: 7em 0 7.9em;
    border-top: #000 1px solid;
}

#contents > div section h3
{
    font-size: 420%;
    line-height: 1;
    text-align: center;
    letter-spacing: .04em;
}

#contents > div section h3 small
{
    font-size: 50%;
    display: block;
    margin: .95em 0 .43em;
}

#contents > div section h3 strong
{
    font-size: 171.43%;
    display: block;
    margin-bottom: .19em;
    letter-spacing: .05em;
}

#contents > div section h3 + dl
{
    margin-top: 4.3em;
}

#contents > div section > p
{
    font-size: 160%;
    line-height: 2.25;
    margin-left: 187px;
    letter-spacing: .1em;
}

#contents > div section > p + dl
{
    margin-top: 6.2em;
}

#contents > div section figure img
{
    width: 100%;
}

#contents > div section dl
{
    margin: 0 20px;
}

#contents > div section dl:before,
#contents > div section dl:after
{
    display: table;
    content: '';
}

#contents > div section dl:after
{
    clear: both;
}

#contents > div section dl + dl
{
    margin-top: 7em;
}

#contents > div section dl dd:first-child
{
    float: left;
    width: 33.4em;
}

#contents > div section dl dd:first-child img
{
    width: 100%;
}

#contents > div section dl dd:first-child + dd
{
    margin-top: -.25em;
}

#contents > div section dl dd:first-child ~ dd
{
    font-size: 160%;
    line-height: 1.75;
    padding-left: 22.81em;
}

#contents > div section dl dt
{
    font-size: 200%;
    line-height: 1.4;
    margin: -.15em 0 .5em;
    padding-left: 18.25em;
    letter-spacing: .1em;
}

#contents > div section > a
{
    display: table;
    margin: 7em 0 0 18.3em;
    cursor: pointer;
    color: #000;
}

#contents > div section > a img
{
    display: table-cell;
    width: 24.3em;
    vertical-align: middle;
}

#contents > div section > a span
{
    font-size: 150%;
    line-height: 1.87;
    display: table-cell;
    padding-left: 1.33em;
    vertical-align: middle;
    letter-spacing: .1em;
}

#contents > div > p
{
    font-size: 130%;
    margin: .85em 0 0 20px;
    letter-spacing: .075em;
}

#s1 figure
{
    width: 635px;
    margin: -.4em 0 .2em 9.4em;
}

#s2 figure
{
    width: 710px;
    margin: .3em 0 -4.4em 5.9em;
}

#s3 figure
{
    width: 596px;
    margin: 2.5em 0 1.9em 10.2em;
}

#video
{
    position: fixed;
    z-index: 100;
    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;

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

#video.ready
{
    -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);
}

#video.open
{
    -webkit-transition: opacity .6s cubic-bezier(.455, .03, .515, .955);
       -moz-transition: opacity .6s cubic-bezier(.455, .03, .515, .955);
        -ms-transition: opacity .6s cubic-bezier(.455, .03, .515, .955);
         -o-transition: opacity .6s cubic-bezier(.455, .03, .515, .955);
            transition: opacity .6s cubic-bezier(.455, .03, .515, .955);
    opacity: 1;
}

#video > div
{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 1000px;
    padding: 31px;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: #fff;
}

#video > div > a
{
    position: absolute;
    top: 0;
    right: 0;
    width: 31px;
    height: 31px;
    cursor: pointer;
}

#video > div > a img
{
    width: 100%;
}

#video > div > div
{
    position: relative;
    padding-top: 56.25%;
}

#video > div > div iframe
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ua-desktop br.sp
{
    display: none;
}

.ua-desktop #page > header
{
    background-image: url('../images/pc/mv.jpg');
}

.ua-mobile #page > header
{
    padding-top: 155.63%;
    background-image: url('../images/sp/mv.jpg');
    -webkit-background-size: 100% 100%;
       -moz-background-size: 100% 100%;
            background-size: 100% 100%;
}

.ua-mobile #contents > div
{
    width: 100%;
    padding: 0 6.25% 1.7em;
}

.ua-mobile #contents > div header
{
    padding: 2.3em 0 3.2em;
}

.ua-mobile #contents > div header p
{
    font-size: 130%;
    line-height: 2;
    display: block;
    letter-spacing: .1em;
}

.ua-mobile #contents > div header p br
{
    display: none;
}

.ua-mobile #contents > div section
{
    padding: 1em 0 4em;
}

.ua-mobile #contents > div section:nth-of-type(2) dl:nth-of-type(2) dt
{
    margin-top: 1em;
}

.ua-mobile #contents > div section h3
{
    font-size: 210%;
    line-height: 1.31;
    white-space: nowrap;
}

.ua-mobile #contents > div section h3 small
{
    font-size: 52.38%;
    margin: 0;
}

.ua-mobile #contents > div section h3 strong
{
    font-size: 166.67%;
    display: block;
    margin-bottom: .03em;
}

.ua-mobile #contents > div section h3 + dl
{
    margin-top: 2.5em;
}

.ua-mobile #contents > div section > p
{
    font-size: 130%;
    line-height: 2;
    margin-right: -.5em;
    margin-left: 0;
    letter-spacing: .1em;
}

.ua-mobile #contents > div section > p br
{
    display: none;
}

.ua-mobile #contents > div section > p + dl
{
    margin-top: 3.4em;
}

.ua-mobile #contents > div section figure
{
    width: 100% !important;
}

.ua-mobile #contents > div section dl
{
    margin: 0;
}

.ua-mobile #contents > div section dl + dl
{
    margin-top: 3.8em;
}

.ua-mobile #contents > div section dl dd:first-child
{
    float: none;
    width: auto;
}

.ua-mobile #contents > div section dl dd:first-child img
{
    width: 100%;
}

.ua-mobile #contents > div section dl dd:first-child + dd
{
    margin-top: 1.45em;
}

.ua-mobile #contents > div section dl dd:first-child ~ dd
{
    font-size: 110%;
    line-height: 1.75;
    margin-right: -.5em;
    padding-left: 0;
    letter-spacing: .1em;
}

.ua-mobile #contents > div section dl dd:first-child ~ dd br
{
    display: none;
}

.ua-mobile #contents > div section dl dt
{
    font-size: 160%;
    line-height: 1.44;
    margin: .44em 0 .25em;
    padding-left: 0;
}

.ua-mobile #contents > div section > a
{
    display: block;
    width: 24em;
    margin: 3.7em auto 0;
}

.ua-mobile #contents > div section > a img
{
    display: block;
    width: 100%;
}

.ua-mobile #contents > div section > a span
{
    font-size: 110%;
    line-height: 1.75;
    display: block;
    padding: .73em .91em 0;
}

.ua-mobile #contents > div section > a span br
{
    display: none;
}

.ua-mobile #contents > div > p
{
    font-size: 90%;
    margin: -.89em 0 0 0;
}

.ua-mobile #s1 figure
{
    margin: .8em 0 .7em;
}

.ua-mobile #s2 figure
{
    margin: 1.2em 0 -.6em;
}

.ua-mobile #s3 figure
{
    margin: 1.3em 0 .9em;
}

.ua-mobile #video > div
{
    padding: 0;
}

.ua-mobile #video > 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/basic/styl/basic.css.map */
