nav[role='lineup']
{
    position: relative;
    z-index: 10;
}

nav[role='lineup'].pos-fixed div
{
    position: fixed;
    top: 42px;
}

nav[role='lineup'].pos-fixed div ul
{
    height: 60px;
    -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);
    border-bottom: #e5e5e5 1px solid;
}

nav[role='lineup'].pos-fixed div ul li a img
{
    width: 24px;
}

nav[role='lineup'] div
{
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
}

nav[role='lineup'] div.open
{
    position: absolute;
}

nav[role='lineup'] div ul
{
    display: table;
    width: 100%;
    min-width: 100%;
    height: 68px;
    padding: 5px 0;
    table-layout: fixed;
    -webkit-transition: height .45s cubic-bezier(.25, .46, .45, .94), border .45s cubic-bezier(.25, .46, .45, .94);
       -moz-transition: height .45s cubic-bezier(.25, .46, .45, .94), border .45s cubic-bezier(.25, .46, .45, .94);
        -ms-transition: height .45s cubic-bezier(.25, .46, .45, .94), border .45s cubic-bezier(.25, .46, .45, .94);
         -o-transition: height .45s cubic-bezier(.25, .46, .45, .94), border .45s cubic-bezier(.25, .46, .45, .94);
            transition: height .45s cubic-bezier(.25, .46, .45, .94), border .45s cubic-bezier(.25, .46, .45, .94);
    border-bottom: #fff 1px solid;
    background: #fff;
}

nav[role='lineup'] div ul li
{
    display: table-cell;
    overflow: hidden;
    text-align: center;
}

nav[role='lineup'] div ul li.current a
{
    color: #999;
}

nav[role='lineup'] div ul li a
{
    line-height: 1.2;
    color: #000;
}

nav[role='lineup'] div ul li a img
{
    display: block;
    width: 32px;
    margin: 0 auto 1px;
    -webkit-transition: width .45s cubic-bezier(.25, .46, .45, .94);
       -moz-transition: width .45s cubic-bezier(.25, .46, .45, .94);
        -ms-transition: width .45s cubic-bezier(.25, .46, .45, .94);
         -o-transition: width .45s cubic-bezier(.25, .46, .45, .94);
            transition: width .45s cubic-bezier(.25, .46, .45, .94);
}

.ua-desktop nav[role='lineup'] div
{
    left: 50%;
    width: 640px;
    margin-left: -320px;
}

header[role='global']
{
    z-index: 6;
}

main
{
    border-top: #e5e5e5 1px solid;
}

main > section
{
    position: relative;
    margin-top: -100px;
    padding-top: 144px;
}

main > section:nth-of-type(1)
{
    z-index: 5;
}

main > section:nth-of-type(2)
{
    z-index: 4;
}

main > section:nth-of-type(3)
{
    z-index: 3;
}

main > section:nth-of-type(4)
{
    z-index: 2;
}

main > section:nth-of-type(5)
{
    z-index: 1;
}

main > section#cover_original
{
    margin-top: -41px;
}

main > section#cover_original > dl dt
{
    padding-top: 50.67%;
}

main > section#weeks > dl dt
{
    padding-top: 59%;
}

main > section#weeks > dl ul li:last-child a
{
    min-height: 40px;
    padding: .9em 0 .9em 5em;
    color: #000;
}

main > section#weeks > dl ul li:last-child a:before
{
    color: #509be5;
}

main > section#weeks > dl ul li:last-child a small
{
    font-size: 85.71%;
    line-height: 1.75;
}

main > section#weeks > dl ul li:last-child a i
{
    position: absolute;
    top: 50%;
    left: 0;
    width: 40px;
    height: 40px;
    margin-top: -20px;
}

main > section#hontai
{
    margin-top: 0;
    padding: 0 0 40px;
}

main > section h3 span
{
    font-size: 200%;
    letter-spacing: .05em;
}

main > section h3 + p
{
    font-size: 120%;
    line-height: 1.5;
    margin: .83em 0;
    text-align: center;
    letter-spacing: .05em;
    color: #808080;
}

main > section > dl
{
    margin: 0 3.13% 20px;
    background: #f5f5f5;
}

main > section > dl dt
{
    position: relative;
    overflow: hidden;
    padding-top: 56%;
    background: url('/store/techo/sp/ja/2017/images/loading3.gif') no-repeat 50% 50%;
    -webkit-background-size: 10.67% auto;
       -moz-background-size: 10.67% auto;
            background-size: 10.67% auto;
}

main > section > dl dt img
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: opacity .3s;
       -moz-transition: opacity .3s;
        -ms-transition: opacity .3s;
         -o-transition: opacity .3s;
            transition: opacity .3s;
    opacity: 1;
}

main > section > dl dt img.state-ready
{
    opacity: 0;
}

main > section > dl dt + dd
{
    font-size: 140%;
    font-weight: normal;
    line-height: 1.75;
    margin: 0 3.33%;
}

main > section > dl dt + dd small
{
    font-size: 85.71%;
    line-height: 2.04;
}

main > section > dl dt + dd + dd
{
    margin: .5em 3.33% 0;
}

main > section > dl ul li
{
    border-top: #d9d9d9 1px solid;
}

main > section > dl ul li a
{
    font-size: 140%;
    line-height: 1.5;
    position: relative;
    padding: .43em 0;
}

main > section > dl ul li a:before
{
    font-size: 150%;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
         -o-transform: translate(0, -50%);
            transform: translate(0, -50%);
}

main > section section
{
    margin-top: -100px;
    padding-top: 144px;
}

main > section section:nth-of-type(1)
{
    z-index: 3;
}

main > section section:nth-of-type(2)
{
    z-index: 2;
}

main > section section:nth-of-type(3)
{
    z-index: 1;
}

main > section section:nth-of-type(1) h4
{
    padding-top: .31em;
}

main > section section h4
{
    font-size: 160%;
    line-height: 1.5;
    text-align: center;
    letter-spacing: .05em;
}

main > section section h4 + p
{
    font-size: 120%;
    line-height: 1.75;
    margin: .25em 0 .67em;
    text-align: center;
    letter-spacing: .05em;
    color: #808080;
}

main section > ul:before,
main section > ul:after
{
    display: table;
    content: '';
}

main section > ul:after
{
    clear: both;
}

main section > ul > li
{
    padding-bottom: 15.3em;
}

#as
{
    width: 100%;
    padding: 4.17%;
    text-align: center;
    letter-spacing: 0;
}

#as dl
{
    text-align: left;
}

#as dl img
{
    width: 100%;
}

#as dl + p
{
    font-size: 120%;
    font-weight: normal;
    line-height: 1.5;
    margin-top: .67em;
    text-align: left;
}

#as dl + p a
{
    display: inline;
}

#as dl dt
{
    padding-right: 4em;
}

#as dl dt p
{
    font-size: 140%;
    font-weight: bold;
    line-height: 1.29;
}

#as dl dt p small
{
    font-size: 85.71%;
    line-height: 1.5;
    display: block;
}

#as dl dt + dd
{
    position: relative;
    padding: .4em 4em .8em 0;
}

#as dl dt + dd i
{
    position: absolute;
    top: .4em;
    right: 0;
    width: 40px;
}

#as dl dt + dd ul li
{
    font-size: 120%;
    font-weight: bold;
    line-height: 1.5;
}

#as dl dt + dd ul li small
{
    font-size: 83.33%;
    line-height: 1.8;
}

#as dl dt + dd ul li small:after
{
    content: '：';
}

#as > a
{
    position: absolute;
    top: 6px;
    right: 6px;
    display: block;
    width: 24px;
    height: 24px;
    text-indent: -9999px;
    color: #fff;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background: #509be5;

    overfow: hidden;
}

#as > a:before
{
    font-size: 180%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-indent: 0;
}

/*# sourceMappingURL=dev/store/techo/sp/ja/2017/lineup/styl/lineup.css.map */
