main
{
    text-align: center;
}

main > section
{
    position: relative;
    margin-top: -7em;
    padding-top: 15em;
    border-right-width: 1em;
    border-right-style: solid;
    border-left-width: 1em;
    border-left-style: solid;
    background: #fff;
}

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

main > section#cover_planner
{
    z-index: 4;
}

main > section#cover_cousin
{
    z-index: 3;
}

main > section#weeks
{
    z-index: 2;
}

main > section#weeks section h4
{
    font-size: 36px;
    line-height: 1;
}

main > section#weeks section h4 + p
{
    font-size: 18px;
    line-height: 1.33;
    margin: 1em 0 2.78em;
    color: #000;
}

main > section#hontai
{
    z-index: 1;
}

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

main > section#hontai section h4
{
    margin-bottom: 1.4em;
    text-align: center;
}

main > section#hontai section h4 small
{
    font-size: 24px;
    line-height: 1;
    display: inline-block;
    margin-bottom: .63em;
    vertical-align: top;
    border-bottom-width: .08em;
    border-bottom-style: solid;
}

main > section#hontai section h4 span
{
    font-size: 18px;
    line-height: 1.33;
    display: block;
}

main > section#hontai section h4 span strong
{
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
}

main > section[id='5year']
{
    z-index: 0;
}

main > section[id='5year'] h3
{
    margin-bottom: 5.6em;
}

main > section:last-child
{
    padding-bottom: 2em;
}

main > section h3
{
    margin-bottom: .9em;
}

main > section h3 small
{
    font-size: 24px;
    line-height: 1;
    display: inline-block;
    margin-bottom: .83em;
    vertical-align: top;
    border-bottom-width: .08em;
    border-bottom-style: solid;
}

main > section h3 span
{
    font-size: 36px;
    line-height: 1.33;
    display: block;
}

main > section h3 span strong
{
    font-size: 48px;
    font-weight: 500;
    line-height: 1;
}

main > section h3 + p
{
    font-size: 18px;
    line-height: 1.33;
    color: #000;
}

main > section h3 + p + ul
{
    width: 96em;
    margin: 4.9em auto 7.8em;
    padding: 6em 0 5.8em;
    -webkit-border-radius: 1em;
            border-radius: 1em;
    background: #f5f5f5;
}

main > section h3 + p + ul li
{
    display: inline-block;
    width: 20.5em;
    vertical-align: top;
}

main > section h3 + p + ul li + li
{
    margin-left: 1.8em;
}

main > section h3 + p + ul li a
{
    display: block;
}

main > section h3 + p + ul li a dl dd:first-child
{
    position: relative;
    height: 16.2em;
    margin-bottom: 1.4em;
}

main > section h3 + p + ul li a dl dd:first-child img
{
    width: 100%;
}

main > section h3 + p + ul li a dl dd:first-child i
{
    position: absolute;
    top: 0;
    right: 0;
    width: 5em;
}

main > section h3 + p + ul li a dl dt
{
    font-size: 18px;
    line-height: 1.11;
    margin-bottom: .22em;
    color: #000;
}

main > section h3 + p + ul li a dl dt + dd
{
    font-size: 13px;
    line-height: 1.23;
    position: relative;
    display: inline-block;
    padding-left: 1em;
    vertical-align: top;
}

main > section h3 + p + ul li a dl dt + dd:before
{
    font-size: 13px !important;
    position: absolute;
    top: calc(50% - .5em);
    left: 0;
}

main > section h3 > div > ul > li
{
    margin: 0 0 2em;
}

main section
{
    overflow: hidden;
}

main section > div
{
    width: 96em;
    margin: 0 auto;
}

main section > div > ul
{
    display: inline-block;
    max-width: 98em;
    margin: 0 -1em;
    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 4em;
    padding: 0 1em;
}

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

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

.ua-ie-9 nav[role='lineup'] > div
{
    background: #fff url('/store/techo/2018/images/color-gray.svg') no-repeat;
    -webkit-background-size: 100% 3em;
       -moz-background-size: 100% 3em;
            background-size: 100% 3em;
}

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

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

nav[role='lineup'] > div
{
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 100em;
    padding: 0 1em;
    text-align: center;
    border-bottom: .1em #ccc solid;
    background: -webkit-linear-gradient(top, #f5f5f5 2.99em, #fff 3em, #fff);
    background:    -moz-linear-gradient(top, #f5f5f5 2.99em, #fff 3em, #fff);
    background:      -o-linear-gradient(top, #f5f5f5 2.99em, #fff 3em, #fff);
    background:     -ms-linear-gradient(top, #f5f5f5 2.99em, #fff 3em, #fff);
    background:         linear-gradient(to bottom, #f5f5f5 2.99em, #fff 3em, #fff);
}

nav[role='lineup'] > div ul
{
    display: table;
    width: 96em;
    margin: 0 auto;
    text-align: center;
}

nav[role='lineup'] > div ul li
{
    font-size: 10px;
    display: table-cell;
    overflow: hidden;
    height: 3.9em;
    vertical-align: top;
}

nav[role='lineup'] > div ul li:nth-child(1).current a
{
    opacity: 1;
    color: #4678a5;
}

nav[role='lineup'] > div ul li:nth-child(2).current a
{
    opacity: 1;
    color: #be5a5a;
}

nav[role='lineup'] > div ul li:nth-child(3).current a
{
    opacity: 1;
    color: #468282;
}

nav[role='lineup'] > div ul li:nth-child(4).current a
{
    opacity: 1;
    color: #666;
}

nav[role='lineup'] > div ul li:nth-child(5).current a
{
    opacity: 1;
    color: #6a3906;
}

nav[role='lineup'] > div ul li a
{
    font-size: 18px;
    line-height: 2.28;
    -webkit-transition: color .3s cubic-bezier(.25, .46, .45, .94);
       -moz-transition: color .3s cubic-bezier(.25, .46, .45, .94);
        -ms-transition: color .3s cubic-bezier(.25, .46, .45, .94);
         -o-transition: color .3s cubic-bezier(.25, .46, .45, .94);
            transition: color .3s cubic-bezier(.25, .46, .45, .94);
    white-space: nowrap;
    color: #000;
}

nav[role='lineup'] > div div
{
    width: 96em;
    height: 3em;
    margin: 0 auto;
    text-align: center;
}

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

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

nav[role='lineup'] > div div label:nth-child(1)
{
    float: left;
}

nav[role='lineup'] > div div label:nth-child(2)
{
    float: left;
    margin-left: 2em;
}

nav[role='lineup'] > div div label:last-child
{
    float: right;
}

nav[role='lineup'] > div div label:last-child span:before
{
    -webkit-border-radius: 0;
            border-radius: 0;
}

nav[role='lineup'] > div div label span
{
    font-size: 12px;
    line-height: 2.5;
    position: relative;
    display: inline-block;
    padding-left: 1.25em;
    color: #000;
}

nav[role='lineup'] > div div label span:before
{
    font-size: 10px;
    position: absolute;
    top: calc(50% - .5em);
    left: 0;
    display: inline-block;
    width: 1em;
    height: 1em;
    content: '';
    vertical-align: middle;
    border: .1em #ccc solid;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background: #fff;
}

nav[role='lineup'] > div div label input
{
    font-size: 10px;
    display: none;
}

nav[role='lineup'] > div div label input:checked + span:before
{
    border-color: #fa960a;
    background: #fa960a;
}

nav[role='lineup'] > ul
{
    overflow: hidden;
    width: 96em;
    margin: 0 auto;
    padding-top: 8em;
}

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: right;
    width: 47em;
}

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

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

.no-flexbox nav[role='lineup'] > div ul li + li
{
    margin-left: 4em;
}

#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;
    line-height: 1.5;
    margin-top: 1.785714285714286em;
    text-align: left;
}

#as dl dt
{
    font-size: 35px;
    font-weight: 700;
    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: 4.2em;
}

#as dl dt + dd ul li
{
    font-size: 14px;
    line-height: 1.5;
}

#as dl dt + dd ul li span
{
    font-size: 10px;
    line-height: 2.1;
}

#as dl dt + dd ul li span var
{
    font-size: 14px;
    font-style: normal;
    line-height: 1.5;
    padding-left: .21em;
}

#as dl dt + dd ul li span var + var:before
{
    padding-right: .21em;
}

#as dl dt + dd ul li small
{
    font-size: 12px;
    font-weight: 700;
    line-height: 1.75;
}

#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: #000;
}

#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/en/2018/pc/lineup/styl/lineup.css.map */
