@charset 'utf-8';
nav[role='lineup']
{
    position: relative;
    z-index: 10;
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
    padding-top: 73px;
    -webkit-transition: padding .45s cubic-bezier(.25, .46, .45, .94);
       -moz-transition: padding .45s cubic-bezier(.25, .46, .45, .94);
        -ms-transition: padding .45s cubic-bezier(.25, .46, .45, .94);
         -o-transition: padding .45s cubic-bezier(.25, .46, .45, .94);
            transition: padding .45s cubic-bezier(.25, .46, .45, .94);
}
nav[role='lineup'].pos-fixed
{
    padding-top: 60px;
}
nav[role='lineup'].pos-fixed div
{
    position: fixed;
    top: 40px;
    height: 60px;
}
nav[role='lineup'].pos-fixed div:after
{
    -webkit-transform: translate(-50%, 0) scale(1);
       -moz-transform: translate(-50%, 0) scale(1);
        -ms-transform: translate(-50%, 0) scale(1);
         -o-transform: translate(-50%, 0) scale(1);
            transform: translate(-50%, 0) scale(1);
}
nav[role='lineup'].pos-fixed div ul li a img
{
    -webkit-transform: translate3d(-50%, 0, 0) scale(.63);
       -moz-transform: translate3d(-50%, 0, 0) scale(.63);
        -ms-transform: translate3d(-50%, 0, 0) scale(.63);
         -o-transform: translate3d(-50%, 0, 0) scale(.63);
            transform: translate3d(-50%, 0, 0) scale(.63);
}
nav[role='lineup'].pos-fixed.pos-abs div
{
    position: absolute;
    -webkit-transform: rotate(.01deg);
       -moz-transform: rotate(.01deg);
        -ms-transform: rotate(.01deg);
         -o-transform: rotate(.01deg);
            transform: rotate(.01deg);
}
nav[role='lineup'] div
{
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 73px;
    -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);
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
         -o-transform: translateZ(0);
            transform: translateZ(0);
}
nav[role='lineup'] div:after
{
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    content: '';
    -webkit-transition: -webkit-transform .45s cubic-bezier(.25, .46, .45, .94);
       -moz-transition:    -moz-transform .45s cubic-bezier(.25, .46, .45, .94);
        -ms-transition:     -ms-transform .45s cubic-bezier(.25, .46, .45, .94);
         -o-transition:      -o-transform .45s cubic-bezier(.25, .46, .45, .94);
            transition:         transform .45s cubic-bezier(.25, .46, .45, .94);
    -webkit-transform: translate(-50%, 0) scale(.9375);
       -moz-transform: translate(-50%, 0) scale(.9375);
        -ms-transform: translate(-50%, 0) scale(.9375);
         -o-transform: translate(-50%, 0) scale(.9375);
            transform: translate(-50%, 0) scale(.9375);
    border-top: #e5e5e5 1px solid;
}
nav[role='lineup'] div.pos-abs
{
    position: absolute;
}
nav[role='lineup'] div ul
{
    overflow: hidden;
    height: 100%;
    padding: 5px 0;
    background: #fff;
}
nav[role='lineup'] div ul:before,
nav[role='lineup'] div ul:after
{
    display: table;
    content: '';
}
nav[role='lineup'] div ul:after
{
    clear: both;
}
nav[role='lineup'] div ul li
{
    position: relative;
    float: left;
    width: 16.67%;
    height: 100%;
    text-align: center;
}
nav[role='lineup'] div ul li:last-child
{
    margin-right: -3.12%;
}
nav[role='lineup'] div ul li.current a span
{
    color: #e60000;
}
nav[role='lineup'] div ul li a
{
    height: 100%;
}
nav[role='lineup'] div ul li a > span
{
    line-height: 1.2;
    position: absolute;
    bottom: 13px;
    left: 0;
    display: block;
    width: 100%;
    -webkit-transition: color .3s;
       -moz-transition: color .3s;
        -ms-transition: color .3s;
         -o-transition: color .3s;
            transition: color .3s;
    -webkit-transform: translate(0, 50%);
       -moz-transform: translate(0, 50%);
        -ms-transform: translate(0, 50%);
         -o-transform: translate(0, 50%);
            transform: translate(0, 50%);
    color: #000;
}
nav[role='lineup'] div ul li a > span span
{
    display: inline-block;
}
nav[role='lineup'] div ul li a img
{
    position: absolute;
    top: 0;
    left: 50%;
    width: 38px;
    -webkit-transition: -webkit-transform .45s cubic-bezier(.25, .46, .45, .94);
       -moz-transition:    -moz-transform .45s cubic-bezier(.25, .46, .45, .94);
        -ms-transition:     -ms-transform .45s cubic-bezier(.25, .46, .45, .94);
         -o-transition:      -o-transform .45s cubic-bezier(.25, .46, .45, .94);
            transition:         transform .45s cubic-bezier(.25, .46, .45, .94);
    -webkit-transform: translate3d(-50%, 0, 0) scale(1);
       -moz-transform: translate3d(-50%, 0, 0) scale(1);
        -ms-transform: translate3d(-50%, 0, 0) scale(1);
         -o-transform: translate3d(-50%, 0, 0) scale(1);
            transform: translate3d(-50%, 0, 0) scale(1);
    -webkit-transform-origin: 50% 0;
       -moz-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
         -o-transform-origin: 50% 0;
            transform-origin: 50% 0;
}
nav[role='lineup'] form
{
    overflow: hidden;
    height: 39px;
    text-align: center;
}
nav[role='lineup'] form label
{
    display: inline-block;
}
nav[role='lineup'] form label:first-child
{
    padding-right: 6.67%;
    text-align: right;
}
nav[role='lineup'] form label + label
{
    padding-left: 6.67%;
    text-align: left;
    border-left: #e5e5e5 1px solid;
}
nav[role='lineup'] form label input
{
    position: relative;
    top: -2px;
    left: -2px;
    display: inline-block;
    vertical-align: middle;
}
nav[role='lineup'] form label input:checked + span
{
    color: #e60000;
}
nav[role='lineup'] form label span
{
    font-size: 14px;
    line-height: 2.79;
    display: inline-block;
}
nav[role='lineup'] > ul
{
    width: 93.75%;
    max-width: 450px;
    margin: 0 auto;
    padding-top: 3.13%;
}
nav[role='lineup'] > ul:before,
nav[role='lineup'] > ul:after
{
    display: table;
    content: '';
}
nav[role='lineup'] > ul:after
{
    clear: both;
}
nav[role='lineup'] > ul li
{
    position: relative;
    float: left;
    width: 48.33%;
    padding-top: 26.67%;
}
nav[role='lineup'] > ul li + li
{
    float: right;
}
nav[role='lineup'] > ul li a
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
nav[role='lineup'] > ul li a img
{
    -webkit-border-radius: 4px;
            border-radius: 4px;
}
.ua-desktop nav[role='lineup'] div
{
    left: 50%;
    width: 640px;
    margin-left: -320px;
}
main
{
    padding-bottom: 20px;
}
main > header
{
    padding: 18px 3.13% 11px;
    border-bottom: #e5e5e5 1px solid;
}
main > header h2
{
    font-size: 20px;
    line-height: 1.25;
    margin-bottom: 16px;
    text-align: center;
}
main > header p
{
    font-size: 14px;
    font-weight: normal;
}
main > header p small
{
    font-size: 12px;
    line-height: 2.04;
}
main > section
{
    position: relative;
    margin-top: -100px;
    padding-top: 130px;
    text-align: center;
}
main > section:nth-of-type(1)
{
    z-index: 6;
}
main > section:nth-of-type(2)
{
    z-index: 5;
}
main > section:nth-of-type(3)
{
    z-index: 4;
}
main > section:nth-of-type(4)
{
    z-index: 3;
}
main > section:nth-of-type(5)
{
    z-index: 2;
}
main > section:nth-of-type(6)
{
    z-index: 1;
}
main > section#cover_original > dl dt + dd
{
    padding-bottom: 18px;
}
main > section#cover_original > dl dt + dd span img
{
    width: 28.57%;
}
main > section#weeks > dl dt + dd
{
    padding-bottom: 18px;
}
main > section#weeks > dl dt + dd span img
{
    width: 21.43%;
}
main > section#weeks > dl ul li a[href*='weeks_jan']
{
    min-height: 40px;
    padding: 9px 18px 9px 50px;
    color: #000;
}
main > section#weeks > dl ul li a[href*='weeks_jan']:before
{
    color: #509be5;
}
main > section#weeks > dl ul li a[href*='weeks_jan'] small
{
    font-size: 12px;
    line-height: 1.75;
    display: block;
}
main > section#weeks > dl ul li a[href*='weeks_jan'] img
{
    position: absolute;
    top: calc(50% - 20px);
    left: 0;
    width: 40px;
    height: 40px;
}
main > section#cover_cousin > dl dt + dd
{
    padding-bottom: 18px;
}
main > section#cover_cousin > dl dt + dd span img
{
    width: 37.5%;
}
main > section h3
{
    font-size: 20px;
    line-height: 2.15;
    overflow: hidden;
    height: 43px;
    margin: 0 3.13%;
    text-align: center;
    letter-spacing: .05em;
    color: #fff;
    -webkit-border-radius: 4px;
            border-radius: 4px;
}
main > section > dl
{
    margin: 0 3.13%;
    padding: 10px;
    text-align: left;
    background: #f5f5f5;
}
main > section > dl dt
{
    position: relative;
    overflow: hidden;
    padding-top: 60.23%;
    background: url('/store/techo/2018/images/loading3.gif') no-repeat 50% 50%;
    -webkit-background-size: 11.43% auto;
       -moz-background-size: 11.43% auto;
            background-size: 11.43% auto;
}
main > section > dl dt img
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 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: 14px;
    font-weight: normal;
    padding: 11px 0 8px;
    letter-spacing: -.05em;
}
main > section > dl dt + dd span
{
    display: block;
    padding-top: 6px;
}
main > section > dl dt + dd span:before,
main > section > dl dt + dd span:after
{
    display: table;
    content: '';
}
main > section > dl dt + dd span:after
{
    clear: both;
}
main > section > dl dt + dd span img
{
    float: left;
    margin: 5px 10px 0 0;
}
main > section > dl dt + dd small
{
    font-size: 12px;
}
main > section > dl ul li
{
    border-top: #d9d9d9 1px solid;
}
main > section > dl ul li a
{
    position: relative;
    padding: 4px 18px 4px 0;
}
main > section > dl ul li a:before
{
    font-size: 18px !important;
    position: absolute;
    top: calc(50% - .5em);
    right: 0;
}
main > section > dl ul li a span
{
    font-size: 14px;
    line-height: 1.5;
    display: inline-block;
    vertical-align: middle;
}
main > section section h4
{
    font-size: 16px;
    line-height: 1.5;
    margin: 11px 3.13% 0;
    text-align: center;
    letter-spacing: .05em;
}
main > section section h4[class*='color']
{
    border-bottom-width: 2px;
    border-bottom-style: solid;
}
main > section section > p
{
    font-size: 12px;
    line-height: 1.25;
    margin: 5px 3.13% 20px;
    text-align: center;
}
main > section section > p span
{
    display: inline-block;
    text-align: left;
    vertical-align: top;
}
main section > ol
{
    display: table;
    width: 93.75%;
    margin: 5px auto 10px;
}
main section > ol li
{
    font-size: 12px;
    line-height: 1.25;
    display: table-cell;
    width: 33.33%;
    height: 30px;
    padding: 0 3.33%;
    text-align: center;
    vertical-align: middle;
    color: #000;
    /*&:first-child
          text-align right
        &:last-child
          text-align left*/
}
main section > ol li span,
main section > ol li div
{
    display: inline-block;
    vertical-align: top;
}
main section > ol li > span
{
    white-space: nowrap;
}
main section > ol li div
{
    text-align: left;
}
main section > ol li div span
{
    white-space: nowrap;
}
main section > ol li + li
{
    border-left: 1px #e5e5e5 solid;
}
main section > ul
{
    margin-top: 15px;
    text-align: left;
}
main section > ul > li
{
    background-position: 50% calc(50% - 97px);
}
main section > ul > li a
{
    padding-top: calc(100% + 194px);
}
main section > ul > li a dl dd
{
    height: 77px;
}
main section > ul > li a dl dd + dd
{
    height: 117px;
}
#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: 12px;
    font-weight: normal;
    line-height: 1.5;
    margin-top: 8px;
    text-align: left;
}
#as dl + p a
{
    display: inline;
}
#as dl dt
{
    padding-right: 40px;
}
#as dl dt p
{
    font-size: 14px;
    font-weight: bold;
    line-height: 1.29;
}
#as dl dt p small
{
    font-size: 12px;
    line-height: 1.5;
    display: block;
}
#as dl dt + dd
{
    position: relative;
    padding: 4px 4px 8px 0;
}
#as dl dt + dd i
{
    position: absolute;
    top: 4px;
    right: 0;
    width: 40px;
}
#as dl dt + dd ul li
{
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5;
}
#as dl dt + dd ul li small
{
    font-size: 10px;
    line-height: 1.8;
}
#as dl dt + dd ul li small:after
{
    content: '：';
}
#as > a
{
    position: absolute;
    top: 8px;
    right: 9px;
    display: block;
    overflow: hidden;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    color: #509be5;
}
#as > a:before
{
    font-size: 20px !important;
    position: absolute;
    top: calc(50% - .5em);
    left: calc(50% - .5em);
    text-indent: 0;
}
/*# sourceMappingURL=dev/store/techo/ja/2018/sp/lineup/styl/lineup.css.map */
