@charset "utf-8";

nav[role='lineup']
{
    position: relative;
    z-index: 10;
    width: 96em;
    margin: 0 auto;
}

nav[role='lineup'].pos-fixed > div
{
    position: fixed;
    -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-color: #e5e5e5;
}

nav[role='lineup'].pos-fixed > div > ul
{
    padding: 1.3em 8.6em 1.3em 2.7em;
}

nav[role='lineup'].pos-fixed > div > ul li a
{
    height: 3.3em;
}

nav[role='lineup'].pos-fixed > div > ul li a span
{
    font-size: 14px;
}

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

nav[role='lineup'].pos-fixed > div div label:nth-child(3)
{
    right: 1.8em;
}

nav[role='lineup'] > div
{
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 96em;
    -webkit-transition: border .45s cubic-bezier(.25, .46, .45, .94);
       -moz-transition: border .45s cubic-bezier(.25, .46, .45, .94);
        -ms-transition: border .45s cubic-bezier(.25, .46, .45, .94);
         -o-transition: border .45s cubic-bezier(.25, .46, .45, .94);
            transition: border .45s cubic-bezier(.25, .46, .45, .94);
    border: .1em rgba(229,229,229,0) solid;
    border-top: none;
    -webkit-border-radius: 0 0 .4em .4em;
            border-radius: 0 0 .4em .4em;
    background: #fff;
}

nav[role='lineup'] > div:before,
nav[role='lineup'] > div:after
{
    display: table;
    content: '';
}

nav[role='lineup'] > div:after
{
    clear: both;
}

nav[role='lineup'] > div > ul
{
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display:    -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         box;
    display:         flex;
    width: 100%;
    padding: .9em 2.7em .9em 2.7em;
    -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);
    background: #fff;

    -webkit-box-align: stretch;
       -moz-box-align: stretch;
         -o-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
            align-items: stretch;
}

nav[role='lineup'] > div > ul li
{
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
         -o-box-flex: 1;
        -ms-box-flex: 1;
            box-flex: 1;
    -webkit-flex-grow: 1;
            flex-grow: 1;
}

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

nav[role='lineup'] > div > ul li a
{
    position: relative;
    display: block;
    height: 4.8em;
    -webkit-transition: height .45s cubic-bezier(.25, .46, .45, .94), color .3s;
       -moz-transition: height .45s cubic-bezier(.25, .46, .45, .94), color .3s;
        -ms-transition: height .45s cubic-bezier(.25, .46, .45, .94), color .3s;
         -o-transition: height .45s cubic-bezier(.25, .46, .45, .94), color .3s;
            transition: height .45s cubic-bezier(.25, .46, .45, .94), color .3s;
    color: #000;
}

nav[role='lineup'] > div > ul li a:after
{
    display: inline-block;
    width: 0;
    height: 100%;
    content: '';
    vertical-align: middle;
}

nav[role='lineup'] > div > ul li a span
{
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    -webkit-transition: font .45s cubic-bezier(.25, .46, .45, .94);
       -moz-transition: font .45s cubic-bezier(.25, .46, .45, .94);
        -ms-transition: font .45s cubic-bezier(.25, .46, .45, .94);
         -o-transition: font .45s cubic-bezier(.25, .46, .45, .94);
            transition: font .45s cubic-bezier(.25, .46, .45, .94);
    vertical-align: middle;
    letter-spacing: 0;
}

nav[role='lineup'] > div > ul li a img
{
    font-size: 10px;
    display: inline-block;
    width: 4.8em;
    -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);
    vertical-align: middle;
}

nav[role='lineup'] > div div
{
    position: relative;
    clear: both;
    width: 100%;
    height: 4em;
    padding: 0;
    text-align: center;
    border-top: #e5e5e5 .1em solid;
}

nav[role='lineup'] > div div label
{
    font-size: 14px;
    line-height: 2.79;
    display: inline-block;
    height: 100%;
    vertical-align: top;
}

nav[role='lineup'] > div div label:nth-child(2)
{
    margin-left: 1.43em;
    padding-left: 1.43em;
    border-left: #e5e5e5 .07em solid;
}

nav[role='lineup'] > div div label:last-child
{
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: right .45s cubic-bezier(.25, .46, .45, .94);
       -moz-transition: right .45s cubic-bezier(.25, .46, .45, .94);
        -ms-transition: right .45s cubic-bezier(.25, .46, .45, .94);
         -o-transition: right .45s cubic-bezier(.25, .46, .45, .94);
            transition: right .45s cubic-bezier(.25, .46, .45, .94);
}

nav[role='lineup'] > div div label input
{
    font-size: 10px;
    margin: -.2em .3em 0 0;
    vertical-align: middle;
}

nav[role='lineup'] > ul
{
    position: absolute;
    top: 13.1em;
    left: 0;
    width: 100%;
}

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
{
    float: left;
}

nav[role='lineup'] > ul li + li
{
    float: right;
}

nav[role='lineup'] > ul li a
{
    display: block;
    height: 12em;
}

nav[role='lineup'] > ul li a img
{
    height: 100%;
    -webkit-border-radius: .8em;
            border-radius: .8em;
}

nav[role='lineup'] p
{
    position: absolute;
    top: 29em;
    right: 0;
    text-align: left;
    white-space: nowrap;
    letter-spacing: 0;
}

nav[role='lineup'] p small
{
    font-size: 12px;
    line-height: 1.75;
    position: relative;
    display: block;
    padding-left: 1em;
    text-indent: -1em;
}

nav[role='lineup'] p small:before
{
    position: absolute;
    left: 0;
    content: '※';
}

.ua-desktop nav[role='lineup'] > div > ul li a:hover
{
    color: #e60000;
}

nav[role='drawer'].unite
{
    -webkit-border-radius: 0 0 0 0;
            border-radius: 0 0 0 0;
}

main
{
    margin-top: 4.2em;
}

main > section
{
    margin-top: -6em;
    padding: 14.3em 0 2.5em;
    text-align: center;
    border-bottom: #e5e5e5 .1em solid;
}

main > section:nth-of-type(1)
{
    margin-top: 25.4em;
}

main > section#cover_original > dl dt + dd > span img
{
    width: 8.2em;
}

main > section#weeks > dl dt + dd > span img
{
    width: 6em;
}

main > section#weeks > dl dt + dd + dd ul li:first-child
{
    padding: 1.8em 0 2em;
}

main > section#weeks > dl dt + dd + dd ul li:first-child a img
{
    font-size: 10px;
    width: 4em;
    margin-right: 1em;
    vertical-align: middle;
}

main > section#cover_cousin > dl dt + dd > span img
{
    width: 10.7em;
}

main > section#cover_planner > dl dt + dd
{
    min-height: 16em;
}

main > section#hontai section:nth-of-type(1)
{
    padding-top: 1.7em;
}

main > section[id='5years'] div
{
    margin-top: 2.3em;
}

main > section:last-child
{
    padding-bottom: 3em;
    border-bottom: none;
}

main > section h3
{
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
}

main > section section + section
{
    padding-top: 2.5em;
}

main > section section h4
{
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    padding-bottom: .4em;
}

main > section section > p
{
    font-size: 14px;
    padding-top: .29em;
}

main > section > dl
{
    position: relative;
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
    width: 40em;
    min-height: 26.5em;
    margin: 4em auto 0;
    padding: 4em 4em 4em 52em;
    text-align: left;
    background: #f5f5f5;
}

main > section > dl dt
{
    position: absolute;
    top: 4em;
    left: 4em;
    width: 44em;
}

main > section > dl dt img
{
    width: 100%;
}

main > section > dl dt + dd
{
    font-size: 14px;
    margin: -.29em 0 0;
    padding-bottom: .93em;
    letter-spacing: 0;
}

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

main > section > dl dt + dd > span
{
    display: block;
    padding: .43em 0 .5em;
}

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
{
    font-size: 10px;
    float: left;
    margin-top: .4em;
    margin-right: 1.8em;
}

main > section > dl dt + dd + dd
{
    width: 40em;
}

main > section > dl dt + dd + dd ul li
{
    padding-top: 2em;
    border-top: #e5e5e5 .1em solid;
}

main > section > dl dt + dd + dd ul a.btn-plain
{
    font-size: 14px;
    letter-spacing: 0;
}

main > section > dl dt + dd + dd ul a.btn-plain.mdi-arrow-right
{
    padding-right: 1.5em;
}

main > section > dl dt + dd + dd ul a.btn-plain.mdi-arrow-right:before
{
    font-size: 21px;
}

main section
{
    overflow: hidden;
}

main section > ul
{
    display: inline-block;
    margin-top: 1.7em;
    padding: .5em 2em;
    vertical-align: top;
    -webkit-border-radius: .4em;
            border-radius: .4em;
}

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

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

main section > ul li
{
    font-size: 14px;
    font-weight: bold;
    line-height: 1.86;
    float: left;
    color: #fff;
}

main section > ul li + li
{
    margin-left: 1.07em;
    padding-left: 1.07em;
    border-left: #fff .07em solid;
}

main section div
{
    width: 98em;
    margin: 5em auto 0;
}

main section div > ul
{
    display: inline-block;
    text-align: left;
    vertical-align: top;
}

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

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

main section div > ul > li
{
    float: left;
    margin: 0 0 5em;
    padding: 0 1em;
}

main section div > ul > li a dl dd
{
    height: 6.1em;
}

main section div > ul > li a dl dd + dd
{
    height: 8.9em;
}

#as
{
    font-size: 10px;
    width: 96em;
    padding: 4em 8em;
    text-align: center;
    letter-spacing: 0;
}

#as dl
{
    text-align: left;
}

#as dl img
{
    width: 100%;
}

#as dl + p
{
    font-size: 14px;
    margin-top: 1.785714285714286em;
}

#as dl dt
{
    font-size: 35px;
    font-weight: bold;
    line-height: 1.2;
}

#as dl dt p small
{
    font-size: 14px;
    display: block;
}

#as dl dt + dd
{
    position: relative;
    margin: 1.2em 0 2.5em;
}

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

#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: 2.3em;
    right: 1.9em;
    display: block;
    overflow: hidden;
    width: 4em;
    height: 4em;
    text-indent: -9999px;
    color: #509be5;
}

#as > a:before
{
    font-size: 40px !important;
    position: absolute;
    top: calc(50% - .5em);
    left: calc(50% - .5em);
    text-indent: 0;
}

iframe[role='visual']
{
    font-size: 10px;
    width: 96em;
    border: none;
}

/*# sourceMappingURL=dev/store/techo/ja/2018/pc/lineup/styl/lineup.css.map */
