@charset 'utf-8';
main
{
    padding: 4em 0 6.5em;
}
#slide
{
    position: relative;
    overflow: hidden;
    width: auto;
    max-width: 224em;
    margin: 0 auto;
    text-align: center;
}
#slide.ready
{
    z-index: -1;
}
#slide.ready > div ~ ul
{
    opacity: 0;
}
#slide > div
{
    position: relative;
    width: 76em;
    height: 40.5em;
    margin: 0 auto;
    text-align: left;
}
#slide > div:last-child
{
    margin-bottom: 5.1em;
}
#slide > div ul
{
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform .6s cubic-bezier(.455, .03, .515, .955);
       -moz-transition:    -moz-transform .6s cubic-bezier(.455, .03, .515, .955);
        -ms-transition:     -ms-transform .6s cubic-bezier(.455, .03, .515, .955);
         -o-transition:      -o-transform .6s cubic-bezier(.455, .03, .515, .955);
            transition:         transform .6s cubic-bezier(.455, .03, .515, .955);
    -webkit-transform: translate(0, 0) translateZ(0);
       -moz-transform: translate(0, 0) translateZ(0);
        -ms-transform: translate(0, 0) translateZ(0);
         -o-transform: translate(0, 0) translateZ(0);
            transform: translate(0, 0) translateZ(0);

    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
            backface-visibility: hidden;
}
#slide > div ul li
{
    position: absolute;
    top: -100%;
    width: 100%;
    height: 100%;
    padding: 0 2em;
    background: url('/store/techo/2018/images/loading3.gif') no-repeat 50% 50%;
    -webkit-background-size: 3.2em 3.2em;
       -moz-background-size: 3.2em 3.2em;
            background-size: 3.2em 3.2em;

    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
            backface-visibility: hidden;
}
#slide > div ul li.ready a
{
    cursor: default;
    pointer-events: none;
    opacity: 0;
}
#slide > div ul li.active
{
    top: 0;
}
#slide > div ul li:first-child
{
    left: 0;
}
#slide > div ul li a
{
    position: relative;
    display: block;
    overflow: hidden;
    overflow: hidden;
    height: 100%;
    -webkit-transition: opacity .6s;
       -moz-transition: opacity .6s;
        -ms-transition: opacity .6s;
         -o-transition: opacity .6s;
            transition: opacity .6s;
    -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-border-radius: .6em;
            border-radius: .6em;

    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
            backface-visibility: hidden;
}
#slide > div ul li a img
{
    width: 100%;
    height: 100%;
}
#slide > div + ul
{
    display: inline-block;
    margin: 2em 0 2.3em;
    -webkit-transition: opacity .6s;
       -moz-transition: opacity .6s;
        -ms-transition: opacity .6s;
         -o-transition: opacity .6s;
            transition: opacity .6s;
    vertical-align: top;
}
#slide > div + ul:before,
#slide > div + ul:after
{
    display: table;
    content: '';
}
#slide > div + ul:after
{
    clear: both;
}
#slide > div + ul li
{
    float: left;
    width: .8em;
    height: .8em;
    cursor: pointer;
    -webkit-transition: background .6s cubic-bezier(.455, .03, .515, .955);
       -moz-transition: background .6s cubic-bezier(.455, .03, .515, .955);
        -ms-transition: background .6s cubic-bezier(.455, .03, .515, .955);
         -o-transition: background .6s cubic-bezier(.455, .03, .515, .955);
            transition: background .6s cubic-bezier(.455, .03, .515, .955);
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background: #808080;
}
#slide > div + ul li.current
{
    cursor: default;
    background: #ccc;
}
#slide > div + ul li + li
{
    margin-left: 1.2em;
}
#slide > div + ul + ul
{
    -webkit-transition: opacity .6s;
       -moz-transition: opacity .6s;
        -ms-transition: opacity .6s;
         -o-transition: opacity .6s;
            transition: opacity .6s;
}
#slide > div + ul + ul li a
{
    position: absolute;
    top: 0;
    width: 4em;
    height: 40.5em;
    cursor: pointer;
    color: #000;
}
#slide > div + ul + ul li a:before
{
    font-size: 24px !important;
    position: absolute;
    top: calc(50% - .5em);
    left: calc(50% - .5em);
}
#slide > div + ul + ul li:nth-child(1) a
{
    left: calc(50% - 40em);
}
#slide > div + ul + ul li:nth-child(2) a
{
    right: calc(50% - 40em);
}
#info
{
    display: none;
    width: 46.6em;
    margin: .9em auto 0;
    padding: 2.6em 2.9em;
    border: .1em #ccc solid;
}
#info h3
{
    font-weight: bold;
}
#info p
{
    font-size: 14px;
}
#info p b
{
    font-weight: bold !important;
}
#info p strong
{
    font-weight: normal;
    color: #e60000;
}
#lead
{
    padding: 7.9em 0 7.4em;
    text-align: center;
}
#lead h1
{
    position: relative;
    width: 22.6em;
    margin: 0 auto 3.2em;
}
#lead h1 img + img
{
    position: absolute;
    top: 2.9em;
    right: -24.8em;
    width: 15.1em;
}
#lead p
{
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
    display: inline-block;
    text-align: left;
    vertical-align: top;
}
#news
{
    display: none;
    padding: 4em 0 4.9em;
    border-top: #e5e5e5 .1em solid;
    border-bottom: #e5e5e5 .1em solid;
    background: url('/store/techo/ja/2018/images/top_news_pattern.png') 50% 1em;
    -webkit-background-size: 2em 2em;
       -moz-background-size: 2em 2em;
            background-size: 2em 2em;
}
#news h3
{
    width: 46.6em;
    margin: 0 auto 4em;
}
#news h3 img
{
    width: 42.9em;
}
#news dl
{
    position: relative;
    display: block;
    width: 80em;
    min-height: 24em;
    margin: 0 auto;
    padding-left: 36em;
}
#news dl dd:nth-of-type(1)
{
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 32em;
    height: 24em;
    background: url('/store/techo/2018/images/loading3.gif') no-repeat 50% 50%;
    -webkit-background-size: 32px auto;
       -moz-background-size: 32px auto;
            background-size: 32px auto;
}
#news dl dd:nth-of-type(1) img
{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: opacity .3s;
       -moz-transition: opacity .3s;
        -ms-transition: opacity .3s;
         -o-transition: opacity .3s;
            transition: opacity .3s;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
#news dl dd:nth-of-type(1) img.ready
{
    opacity: 0;
}
#news dl dd:nth-of-type(2)
{
    font-size: 12px;
    font-weight: bold;
    line-height: 1.33;
    position: absolute;
    top: -1.33em;
    left: 0;
    overflow: hidden;
    width: 60em;
    height: 1.33em;
    text-align: right;
    color: #ff4040;
}
#news dl dd:nth-of-type(3)
{
    border-bottom: .1em rgba(0,0,0,.4) solid;
}
#news dl dd:nth-of-type(3) p
{
    font-size: 16px;
}
#news dl dd:nth-of-type(3) p img[src*='/icon/']
{
    font-size: 10px;
    width: 6em;
    height: 6em;
    vertical-align: bottom;
}
#news dl dd:nth-of-type(3) p a
{
    -webkit-transition: opacity .3s;
       -moz-transition: opacity .3s;
        -ms-transition: opacity .3s;
         -o-transition: opacity .3s;
            transition: opacity .3s;
}
#news dl dd:nth-of-type(3) p.ready
{
    visibility: hidden;
}
#news dl dd:nth-of-type(4)
{
    text-align: right;
}
#news dl dd:nth-of-type(4) a
{
    font-size: 14px;
    line-height: 1;
    margin-top: .5em;
    padding-right: 1.5em;
}
#news dl dd:nth-of-type(4) a:before
{
    font-size: 21px !important;
}
#news dl dt
{
    position: relative;
    width: 36em;
    margin-bottom: 1.5em;
    padding: 1.2em 0 1.2em 1.8em;
    border: .2em #ff4040 solid;
    -webkit-border-radius: .8em;
            border-radius: .8em;
    background: #fff;
}
#news dl dt:before
{
    display: inline-block;
    height: 5.6em;
    content: '';
    vertical-align: middle;
}
#news dl dt:after
{
    position: absolute;
    top: 4.3em;
    right: .1em;
    width: 2em;
    height: 1.6em;
    content: '';
    -webkit-transform: translate(100%, 0);
       -moz-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
         -o-transform: translate(100%, 0);
            transform: translate(100%, 0);
    border-left: #fff .1em solid;
    background: url('/store/techo/ja/2018/images/top_news_ico.svg') no-repeat;
    -webkit-background-size: 100% 100%;
       -moz-background-size: 100% 100%;
            background-size: 100% 100%;
}
#news dl dt span
{
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    max-width: 20em;
    vertical-align: middle;
}
#news dl dt img
{
    position: absolute;
    top: 0;
    right: -8.2em;
    width: 6em;
}
.ua-desktop #news a
{
    -webkit-transition: opacity .3s;
       -moz-transition: opacity .3s;
        -ms-transition: opacity .3s;
         -o-transition: opacity .3s;
            transition: opacity .3s;
}
.ua-desktop #news a:hover
{
    opacity: .4;
}
#related
{
    padding: 8em 0 7.5em;
    text-align: center;
}
#related ul
{
    display: inline-block;
    width: 71em;
    vertical-align: top;
}
#related ul:before,
#related ul:after
{
    display: table;
    content: '';
}
#related ul:after
{
    clear: both;
}
#related ul li
{
    float: left;
}
#related ul li + li
{
    margin-left: 4em;
}
#related ul li:nth-child(3) ~ li
{
    margin-top: 5em;
}
#related ul li:nth-child(4)
{
    margin-left: 0;
}
#related ul li:nth-child(4) a img + img
{
    position: absolute;
    top: -2em;
    left: -2em;
    width: 6em;
    -webkit-border-radius: 50%;
            border-radius: 50%;
}
#related ul li:nth-child(5) a img + img
{
    position: absolute;
    top: -4.5em;
    right: .5em;
    width: 6.6em;
    -webkit-border-radius: 50% 50% 50% 0;
            border-radius: 50% 50% 50% 0;
}
#related ul li:nth-child(6) a img + img
{
    position: absolute;
    top: -2em;
    left: -2em;
    width: 6em;
}
#related ul li a
{
    position: relative;
    display: block;
    width: 21em;
}
#related ul li a img
{
    display: block;
    overflow: hidden;
    width: 100%;
    -webkit-border-radius: .8em;
            border-radius: .8em;
}
#lineup
{
    text-align: center;
}
#lineup h2
{
    margin-bottom: 3.6em;
}
#lineup h2 span
{
    font-size: 32px;
    border-bottom-width: .09em;
}
#lineup > p
{
    font-size: 16px;
    display: inline-block;
    text-align: left;
    vertical-align: top;

    lette-spacing: 0;
}
#lineup nav
{
    width: 96em;
    margin: 0 auto;
    padding: 7.8em 0 2.4em;
}
#lineup nav:before,
#lineup nav:after
{
    display: table;
    content: '';
}
#lineup nav:after
{
    clear: both;
}
#lineup nav dl
{
    float: left;
}
#lineup nav dl + dl
{
    float: right;
}
#lineup nav dl dt
{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.31;
    padding-bottom: .69em;
}
#lineup nav dl dt sup
{
    font-size: 10px;
    line-height: 1;
}
#lineup nav dl dt + dd + dd
{
    font-size: 12px;
    padding-top: .92em;
    text-align: left;
}
#lineup nav dl dt + dd + dd a
{
    font-size: 12px;
    font-weight: normal;
    line-height: 1.75;
    padding-right: 1.33em;
}
#lineup nav dl dt + dd + dd a:before
{
    font-size: 16px !important;
}
#lineup nav ul:before,
#lineup nav ul:after
{
    display: table;
    content: '';
}
#lineup nav ul:after
{
    clear: both;
}
#lineup nav ul li
{
    display: block;
    float: left;
    width: 18em;
    height: 16em;
}
#lineup nav ul li + li
{
    margin-left: 1em;
}
#lineup nav ul li a
{
    display: block;
    overflow: hidden;
    -webkit-border-radius: .6em;
            border-radius: .6em;
}
#lineup nav ul li a span
{
    font-size: 15px;
    font-weight: bold;
    display: block;
    padding: .27em 0 .53em;
    color: #fff;
}
#lineup nav ul li a span small
{
    font-size: 10px;
    display: block;
    letter-spacing: 0;
}
#lineup nav ul li a img
{
    display: block;
    width: 100%;
}
#lineup section
{
    overflow: hidden;
    padding: 6em 0;
}
#lineup section h3
{
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
}
#lineup section > ul
{
    display: inline-block;
    margin-top: 1.7em;
    padding: .5em 2em;
    vertical-align: top;
    -webkit-border-radius: .4em;
            border-radius: .4em;
}
#lineup section > ul:before,
#lineup section > ul:after
{
    display: table;
    content: '';
}
#lineup section > ul:after
{
    clear: both;
}
#lineup section > ul li
{
    font-size: 14px;
    font-weight: bold;
    line-height: 1.86;
    float: left;
    color: #fff;
}
#lineup section > ul li + li
{
    margin-left: 1.07em;
    padding-left: 1.07em;
    border-left: #fff .07em solid;
}
#lineup section > div
{
    position: relative;
    margin: 2em 0 4.1em;
}
#lineup section > div div
{
    display: none;
    overflow: hidden;
    width: 91.2em;
    height: 20.6em;
    margin: 0 auto;
    text-align: center;
}
#lineup section > div div.active ul
{
    display: inline-block;
}
#lineup section > div div ul
{
    display: none;
    -webkit-transition: -webkit-transform .6s cubic-bezier(.455, .03, .515, .955);
       -moz-transition:    -moz-transform .6s cubic-bezier(.455, .03, .515, .955);
        -ms-transition:     -ms-transform .6s cubic-bezier(.455, .03, .515, .955);
         -o-transition:      -o-transform .6s cubic-bezier(.455, .03, .515, .955);
            transition:         transform .6s cubic-bezier(.455, .03, .515, .955);
    text-align: left;
    vertical-align: middle;
}
#lineup section > div div ul:before,
#lineup section > div div ul:after
{
    display: table;
    content: '';
}
#lineup section > div div ul:after
{
    clear: both;
}
#lineup section > div div ul > li
{
    float: left;
    width: 22.5em;
    height: 20.6em;
}
#lineup section > div div ul > li + li
{
    margin-left: .4em;
}
#lineup section > div div ul > li a.btn-slide
{
    display: none;
}
#lineup section > div div ul > li a.btn-slide dl dt
{
    height: 20.6em;
    border-bottom: .1em #e5e5e5 solid;
}
#lineup section > div div ul > li a.btn-slide dl dt > img
{
    left: calc(50% - 10.25em);
    width: 20.5em;
    height: 20.5em;
}
#lineup section > div div ul > li a.btn-slide dl dd
{
    height: 6.1em;
}
#lineup section > div div ul > li a.btn-slide dl dd + dd
{
    height: 4.9em;
}
#lineup section > div div ul > li a.btn-slide dl + dl
{
    top: inherit;
    bottom: 0;
    -webkit-border-radius: .4em .4em 0 0;
            border-radius: .4em .4em 0 0;
}
#lineup section > div div ul > li a.btn-slide:hover dl:first-child + dl
{
    height: 11em;
}
#lineup section > div > ul li:nth-child(1) a
{
    left: -.8em;
}
#lineup section > div > ul li:nth-child(2) a
{
    right: -.8em;
}
#lineup section > div > ul li a
{
    position: absolute;
    top: calc(50% - 1.8em);
    color: #ccc;
}
#lineup section > div > ul li a:before
{
    font-size: 36px !important;
}
#lineup section > div > ul li.disabled a
{
    cursor: default;
    pointer-events: none;
    opacity: .4;
}
html
{
    height: 100%;
}
main
{
    padding: 4em 0 0;
}
main + main
{
    padding: 0 0 6.5em;
}
#splash
{
    display: none;
}
body.splash
{
    height: 100%;
}
body.splash:not(.disabled) > header
{
    top: 0 !important;
}
body.splash.disabled
{
    min-height: 0 !important;
}
body.splash.disabled > header
{
    position: absolute;
    left: 0 !important;
}
body.splash.disabled #page main:nth-of-type(1)
{
    position: static;
    left: 0 !important;
}
body.splash.disabled #page main:nth-of-type(1) + *
{
    padding-top: 0 !important;
}
body.splash > header
{
    position: fixed;
    z-index: 2;
    top: 0;
    width: 100%;
    min-width: 100em;
}
body.splash #splash
{
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    height: 100%;
    background: #fff;
}
body.splash #splash > a
{
    position: absolute;
    z-index: 3;
    bottom: 4.26%;
    left: 50%;
    height: 9.15%;
    max-height: 8.6em;
    cursor: pointer;
    -webkit-transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
       -moz-transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
        -ms-transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
         -o-transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
            transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
    -webkit-transform: translate(-50%, 0);
       -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
         -o-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    background: url('/store/techo/ja/2018/pc/images/top_arrow_alt.svg') no-repeat;
    -webkit-background-size: 100% 100%;
       -moz-background-size: 100% 100%;
            background-size: 100% 100%;
}
body.splash #splash > a.disabled
{
    opacity: 0;
}
body.splash #splash > a img
{
    height: 100%;
    -webkit-transition: opacity 1.2s cubic-bezier(.455, .03, .515, .955);
       -moz-transition: opacity 1.2s cubic-bezier(.455, .03, .515, .955);
        -ms-transition: opacity 1.2s cubic-bezier(.455, .03, .515, .955);
         -o-transition: opacity 1.2s cubic-bezier(.455, .03, .515, .955);
            transition: opacity 1.2s cubic-bezier(.455, .03, .515, .955);
}
body.splash #splash > div:nth-child(1)
{
    position: absolute;
    z-index: 1;
    top: calc(50% + 5em);
    left: 50%;
    width: 100%;
    -webkit-transition: opacity 1.8s cubic-bezier(.455, .03, .515, .955);
       -moz-transition: opacity 1.8s cubic-bezier(.455, .03, .515, .955);
        -ms-transition: opacity 1.8s cubic-bezier(.455, .03, .515, .955);
         -o-transition: opacity 1.8s cubic-bezier(.455, .03, .515, .955);
            transition: opacity 1.8s cubic-bezier(.455, .03, .515, .955);
    -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: #000;

    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
            backface-visibility: hidden;
}
body.splash #splash > div:nth-child(1).disabled
{
    opacity: 0;
}
body.splash #splash > div:nth-child(1):empty
{
    z-index: -1;
    background: none;
}
body.splash #splash > div:nth-child(1):empty ~ div
{
    -webkit-transition: opacity 1.8s cubic-bezier(.455, .03, .515, .955) .6s;
       -moz-transition: opacity 1.8s cubic-bezier(.455, .03, .515, .955) .6s;
        -ms-transition: opacity 1.8s cubic-bezier(.455, .03, .515, .955) .6s;
         -o-transition: opacity 1.8s cubic-bezier(.455, .03, .515, .955) .6s;
            transition: opacity 1.8s cubic-bezier(.455, .03, .515, .955) .6s;
}
body.splash #splash > div:nth-child(1):empty ~ a img
{
    -webkit-transition: opacity 1.8s cubic-bezier(.455, .03, .515, .955) .6s;
       -moz-transition: opacity 1.8s cubic-bezier(.455, .03, .515, .955) .6s;
        -ms-transition: opacity 1.8s cubic-bezier(.455, .03, .515, .955) .6s;
         -o-transition: opacity 1.8s cubic-bezier(.455, .03, .515, .955) .6s;
            transition: opacity 1.8s cubic-bezier(.455, .03, .515, .955) .6s;
}
body.splash #splash > div:nth-child(1) > div
{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    padding-top: 56.25%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
body.splash #splash > div:nth-child(1) > div iframe
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
body.splash #splash > div:nth-child(2)
{
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*&:after
            content ""
            width 22.6em
            height 7.3em
            background url(/store/techo/ja/2018/images/top_logo_alt.svg) no-repeat
            background-size 100% 100%
            position absolute
            top calc(50% - 3.6em + 4em)
            left calc(50% - 11.3em)
            z-index 99*/
}
body.splash #splash > div:nth-child(2) div
{
    position: absolute;
    bottom: -2.5em;
    left: 0;
    width: 100%;
    height: calc(100% - 5em);
    -webkit-transition: opacity 1.8s cubic-bezier(.455, .03, .515, .955);
       -moz-transition: opacity 1.8s cubic-bezier(.455, .03, .515, .955);
        -ms-transition: opacity 1.8s cubic-bezier(.455, .03, .515, .955);
         -o-transition: opacity 1.8s cubic-bezier(.455, .03, .515, .955);
            transition: opacity 1.8s cubic-bezier(.455, .03, .515, .955);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
       -moz-background-size: cover;
            background-size: cover;
}
body.splash #splash > div:nth-child(3)
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 1.2s cubic-bezier(.455, .03, .515, .955);
       -moz-transition: opacity 1.2s cubic-bezier(.455, .03, .515, .955);
        -ms-transition: opacity 1.2s cubic-bezier(.455, .03, .515, .955);
         -o-transition: opacity 1.2s cubic-bezier(.455, .03, .515, .955);
            transition: opacity 1.2s cubic-bezier(.455, .03, .515, .955);
    background: #fff;
}
body.splash #splash > div:nth-child(3).disabled
{
    opacity: 0;
}
body.splash #splash > div:nth-child(3).disabled ~ a img
{
    opacity: 0;
}
body.splash #splash > div:nth-child(3) h1
{
    position: absolute;
    top: calc(50% - 3.6em + 4em);
    left: calc(50% - 11.3em);
    width: 22.6em;
}
body.splash #page
{
    height: 100%;
}
body.splash #page main:nth-of-type(1)
{
    position: fixed;
    top: 0;
    width: 100%;
    min-width: 100em;
    padding-top: 14em;
}
#info + #lineup
{
    padding: 7.5em 0 8em;
}
#info + #lineup h2 a
{
    color: #000;
}
#info + #lineup > ul
{
    display: inline-block;
    padding-top: 1.6em;
    vertical-align: top;
}
#info + #lineup > ul li
{
    float: left;
    width: 27.2em;
}
#info + #lineup > ul li + li
{
    margin-left: 1.6em;
}
#info + #lineup > ul li a
{
    font-size: 16px;
    font-weight: bold;
    line-height: 3.63;
    display: block;
    color: #fff;
    -webkit-border-radius: .38em;
            border-radius: .38em;
    background: #509be5;
}
/*# sourceMappingURL=dev/store/techo/ja/2018/pc/styl/index.css.map */
