@charset 'utf-8';
#primary
{
    padding-top: 4em;
}
#primary #slide
{
    position: relative;
    overflow: hidden;
    padding-bottom: 6.7em;
    -webkit-transition: opacity .6s;
       -moz-transition: opacity .6s;
        -ms-transition: opacity .6s;
         -o-transition: opacity .6s;
            transition: opacity .6s;
}
#primary #slide.ready
{
    opacity: 0;
}
#primary #slide .icon-newly {
    position: relative;
}
#primary #slide .icon-newly:before
{
    font-size: 20px;
    position: absolute;
    z-index: 1;
    top: -.5em;
    left: 0;
    display: block;
    overflow: hidden;
    margin: 0;
    color: #fff;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background: #ed2200;
}
#primary #slide > div
{
    position: relative;
    width: 78em;
    height: 40.5em;
    margin: 0 9em;
}
#primary #slide > div ul
{
    position: absolute;
    width: 78em;
    height: 40.5em;
    -webkit-transition: -webkit-transform .6s;
       -moz-transition:    -moz-transform .6s;
        -ms-transition:     -ms-transform .6s;
         -o-transition:      -o-transform .6s;
            transition:         transform .6s;
}
#primary #slide > div ul li
{
    position: absolute;
    top: -40.5em;
    overflow: hidden;
    width: 78em;
    height: 40.5em;
    padding: 0 3em;
    -webkit-transition: opacity .6s;
       -moz-transition: opacity .6s;
        -ms-transition: opacity .6s;
         -o-transition: opacity .6s;
            transition: opacity .6s;
    background: url('/common/images/loading.gif') no-repeat 50% 50%;
}
#primary #slide > div ul li.ready
{
    opacity: 0;
}
#primary #slide > div ul li.active
{
    top: 0;
}
#primary #slide > div ul li:first-child
{
    left: 0;
}
#primary #slide > div ul li > a:hover
{
    opacity: 1;
}
#primary #slide > div ul li > a img
{
    -webkit-border-radius: .4em;
            border-radius: .4em;
}
#primary #slide > div ul li > img:first-child
{
    position: absolute;
    top: 0;
    left: 3em;
    width: 72em;
    -webkit-border-radius: .4em;
            border-radius: .4em;
}
#primary #slide > div ul li > img:first-child + a
{
    position: absolute;
    right: 5em;
    bottom: 1em;
    display: block;
    overflow: hidden;
    width: 61em;
    height: 20em;
    padding: 2em;
    color: #000;
    background: rgba(255,255,255,.9);
}
#primary #slide > div ul li > img:first-child + a:hover
{
    opacity: .8;
}
#primary #slide > div ul li > img:first-child + a dl
{
    position: relative;
    padding-left: 22em;
}
#primary #slide > div ul li > img:first-child + a dl:before,
#primary #slide > div ul li > img:first-child + a dl:after
{
    display: table;
    content: '';
}
#primary #slide > div ul li > img:first-child + a dl:after
{
    clear: both;
}
#primary #slide > div ul li > img:first-child + a dl dd:first-child
{
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 20em;
}
#primary #slide > div ul li > img:first-child + a dl dd:first-child img
{
    position: relative;
    z-index: -1;
}
#primary #slide > div ul li > img:first-child + a dl dd:first-child ~ *
{
    word-wrap: break-word;
}
#primary #slide > div ul li > img:first-child + a dl dt
{
    height: 6.45em;
    border-bottom: #fff .1em solid;
}
#primary #slide > div ul li > img:first-child + a dl dt span
{
    font-size: 13px;
    font-weight: bold;
    line-height: 1.5;
    display: inline-block;
    width: 22em;
    vertical-align: middle;
}
#primary #slide > div ul li > img:first-child + a dl dt img
{
    width: 4.5em;
    vertical-align: middle;
}
#primary #slide > div ul li > img:first-child + a dl dt + dd
{
    font-size: 12px;
    font-weight: normal;
    line-height: 1.5;
    height: 5.333333333333333em;
    padding-top: .5em;
}
#primary #slide > div ul li > img:first-child + a dl dt + dd + dd
{
    line-height: 2.6;
    position: relative;
    margin-top: 1.2em;
}
#primary #slide > div ul li > img:first-child + a dl dt + dd + dd span
{
    font-size: 12px;
    line-height: 2.166666666666667;
    position: absolute;
    top: 0;
    right: 0;
    width: 8.166666666666666em;
    padding-right: .666666666666667em;
    text-align: center;
    color: #fff;
    -webkit-border-radius: .333333333333333em;
            border-radius: .333333333333333em;
    background: #3698db;
}
#primary #slide > div ul li > img:first-child + a dl dt + dd + dd span:after
{
    font-size: 10px;
    position: absolute;
    top: 50%;
    right: .3em;
    margin: -.6em 0 0;
}
#primary #slide > div + ul
{
    position: relative;
    min-height: 8.1em;
    margin-top: 4em;
}
#primary #slide > div + ul:before,
#primary #slide > div + ul:after
{
    display: table;
    content: '';
}
#primary #slide > div + ul:after
{
    clear: both;
}
#primary #slide > div + ul li
{
    float: left;
}
#primary #slide > div + ul li.current img
{
    opacity: .5;
}
#primary #slide > div + ul li a
{
    display: block;
    width: 14.4em;
}
#primary #slide > div + ul li a:hover
{
    opacity: 1;
}
#primary #slide > div + ul li a dd:first-child
{
    margin-bottom: .3em;
}
#primary #slide > div + ul li a dd:first-child img
{
    position: relative;
    z-index: -1;
    -webkit-transition: opacity .6s;
       -moz-transition: opacity .6s;
        -ms-transition: opacity .6s;
         -o-transition: opacity .6s;
            transition: opacity .6s;
}
#primary #slide > div + ul li a dd:first-child + dd
{
    font-size: 11px;
    font-weight: normal;
    line-height: 1.5;
    color: #000;
}
#primary #slide > div + ul li a[href='/store/techo/2016/articles/']
{
    position: absolute;
    top: 0;
    right: 0;
    width: 14em;
    height: 8.1em;
    padding-left: 2.5em;
    text-align: left;
    -webkit-border-radius: .4em;
            border-radius: .4em;
}
#primary #slide > div + ul li a[href='/store/techo/2016/articles/']:hover
{
    opacity: .5;
}
#primary #slide > div + ul li a[href='/store/techo/2016/articles/']:before
{
    display: inline-block;
    height: 8.1em;
    content: '';
    vertical-align: middle;
}
#primary #slide > div + ul li a[href='/store/techo/2016/articles/']:after
{
    font-size: 12px;
    position: absolute;
    top: 50%;
    right: .583333333333333em;
    margin: -.583333333333333em 0 0;
}
#primary #slide > div + ul li a[href='/store/techo/2016/articles/'] span
{
    font-size: 14px;
    line-height: 1.5;
    display: inline-block;
    vertical-align: middle;
}
#primary #slide > div + ul li + li
{
    margin-left: 2em;
}
#primary #slide > div + ul + ul li a
{
    position: absolute;
    top: 0;
    display: block;
    width: 6em;
    height: 40.5em;
}
#primary #slide > div + ul + ul li a:before
{
    font-size: 14px;
    position: absolute;
    top: 50%;
    color: #000;
}
#primary #slide > div + ul + ul li:first-child a
{
    left: 6em;
}
#primary #slide > div + ul + ul li:first-child a:before
{
    left: 1.785714285714286em;
    margin: -.5em 0 0;
}
#primary #slide > div + ul + ul li:first-child + li a
{
    right: 6em;
}
#primary #slide > div + ul + ul li:first-child + li a:before
{
    right: 1.785714285714286em;
    margin: -.5em 0 0;
}
#primary #lead
{
    padding-bottom: 4.8em;
}
#primary #lead:before,
#primary #lead:after
{
    display: table;
    content: '';
}
#primary #lead:after
{
    clear: both;
}
#primary #lead p
{
    font-size: 14px;
    font-weight: bold;
    line-height: 1.75;
    float: left;
    width: 34.285714285714285em;
}
#primary #lead ul
{
    float: right;
    width: 23.5em;
    margin-top: 1em;
}
#primary #lead ul li + li
{
    margin-top: 1em;
}
#primary #lead ul + ul
{
    margin-right: 1em;
}
#primary #nav
{
    padding-bottom: 4em;
}
#primary #nav:before,
#primary #nav:after
{
    display: table;
    content: '';
}
#primary #nav:after
{
    clear: both;
}
#primary #nav > li
{
    float: left;
    width: 20em;
    margin-left: 4em;
    text-align: center;
}
#primary #nav > li > a img
{
    -webkit-border-radius: .4em;
            border-radius: .4em;
}
#primary #nav > li a
{
    font-size: 14px;
    line-height: 1.75;
    color: #3f3f3f;
}
#primary #nav > li a img
{
    font-size: 10px;
    margin-bottom: 1em;
}
#primary #nav > li:first-child
{
    position: relative;
    width: 24em;
    margin-left: 0;
}
#primary #nav > li:first-child:before
{
    position: absolute;
    top: -1.6em;
    left: 0;
    display: block;
    width: 100%;
    content: '';
    border-top: .1em #cbcbcb solid;
}
#primary #nav > li:first-child ul:before
{
    font-size: 12px;
    font-weight: bold;
    line-height: 1.75;
    position: absolute;
    top: -2.083333333333333em;
    left: 2.333333333333333em;
    width: 13em;
    padding-left: 2.166666666666667em;
    content: 'ラインナップとお買いもの';
    cursor: default;
    text-align: left;
    color: #7f7f7f;
    background: #fff;
}
#primary #nav > li:first-child ul:after
{
    font-family: 'techo2016';
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1.5;
    position: absolute;
    z-index: 1;
    top: -1.857142857142857em;
    left: 2.285714285714286em;
    content: '\e600';
    cursor: default;
    text-transform: none;
    color: #ed2200;

    speak: none;
}
#primary #nav > li:first-child ul li
{
    width: 11.8em;
}
#primary #nav > li:first-child ul li:first-child
{
    float: left;
}
#primary #nav > li:first-child ul li:first-child img
{
    -webkit-border-radius: .4em 0 0 .4em;
            border-radius: .4em 0 0 .4em;
}
#primary #nav > li:first-child ul li:first-child + li
{
    float: right;
}
#primary #nav > li:first-child ul li:first-child + li img
{
    -webkit-border-radius: 0 .4em .4em 0;
            border-radius: 0 .4em .4em 0;
}
#primary #nav > li + li + li + li
{
    position: relative;
}
#primary #nav > li + li + li + li:before
{
    font-weight: bold;
    position: absolute;
    top: -2.1em;
    left: 0;
    width: 100%;
    content: attr(data-update);
    text-align: center;
    color: #7f7f7f;
}
#primary #nav > li + li + li + li span
{
    font-weight: bold;
    position: absolute;
    top: -2.1em;
    left: 0;
    width: 100%;
    text-align: center;
    color: #7f7f7f;
}
#primary #anchor
{
    padding-bottom: 4em;
    border-bottom: .5em #e5e5e5 solid;
}
#primary #anchor:before,
#primary #anchor:after
{
    display: table;
    content: '';
}
#primary #anchor:after
{
    clear: both;
}
#primary #anchor > dl
{
    min-height: 27.7em;
    -webkit-border-radius: .8em;
            border-radius: .8em;
    background: #f2f2f2;
}
#primary #anchor > dl > dt
{
    font-weight: bold;
    height: 4.6em;
    text-align: center;
}
#primary #anchor > dl:first-child
{
    float: left;
    width: 78.8em;
}
#primary #anchor > dl:first-child > dt
{
    padding-top: 1.5em;
}
#primary #anchor > dl:first-child > dt span
{
    font-size: 16px;
    line-height: 1.75;
}
#primary #anchor > dl:first-child > dt span small
{
    font-size: 14px;
    line-height: 1.75;
    color: #f16343;
}
#primary #anchor > dl:first-child ul
{
    padding-left: 1.5em;
}
#primary #anchor > dl:first-child + dl
{
    float: right;
    width: 17em;
}
#primary #anchor > dl:first-child + dl > dt
{
    padding-top: 1.9em;
}
#primary #anchor > dl:first-child + dl > dt span
{
    font-size: 13px;
    line-height: 1.75;
}
#primary #anchor > dl:first-child + dl ul
{
    padding-left: 1em;
}
#primary #anchor ul:before,
#primary #anchor ul:after
{
    display: table;
    content: '';
}
#primary #anchor ul:after
{
    clear: both;
}
#primary #anchor ul li
{
    float: left;
    width: 15em;
    text-align: center;
}
#primary #anchor ul li + li
{
    margin-left: .2em;
}
#primary #anchor ul li a:after
{
    font-size: 12px;
    line-height: 2;
    overflow: hidden;
    width: 2em;
    height: 1.916666666666667em;
    padding-top: .083333333333333em;
    text-align: center;
    color: #3698db;
    border: .083333333333333em #3698db solid;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background: #fff;
}
#primary #anchor ul li a[href$='#!/hontai_avec'] dl
{
    margin-bottom: .5em;
    border-width: .2em;
    -webkit-border-radius: .4em;
            border-radius: .4em;
}
#primary #anchor ul li a[href$='#!/hontai_avec'] dl dd
{
    height: 9.7em;
}
#primary #anchor ul li a[href$='#!/hontai_avec'] + a
{
    font-size: 12px;
    line-height: 2.5;
}
#primary #anchor ul li a dl
{
    padding-top: .8em;
    border-width: .2em 0 0 0;
    border-style: solid;
}
#primary #anchor ul li a dl:before
{
    font-size: 30px;
    margin: 0;
}
#primary #anchor ul li a dl dt
{
    padding-top: .8em;
}
#primary #anchor ul li a dl dt span
{
    font-size: 14px;
    line-height: 1;
    display: block;
    min-height: 2.285714285714286em;
}
#primary #anchor ul li a dl dt span small
{
    font-size: 10px;
    line-height: 1.75;
    display: block;
    white-space: nowrap;
    letter-spacing: 0;
    color: #7f7f7f;
}
#primary #anchor ul li a dl dd
{
    height: 10.6em;
}
#primary .section
{
    position: relative;
    padding: 3.7em 0 8.3em;
    text-align: center;
    border-bottom: .5em #e5e5e5 solid;
}
#primary .section#original > a.deep
{
    width: 18.571428571428573em;
    margin-left: -9.285714285714286em;
}
#primary .section#planner
{
    padding-bottom: 12.7em;
}
#primary .section#planner > a.deep
{
    bottom: 5.857142857142857em;
    width: 24.285714285714285em;
    margin-left: -12.142857142857142em;
}
#primary .section#toolstoys > a.deep
{
    width: 19.285714285714285em;
    margin-left: -9.642857142857142em;
}
#primary .section h3
{
    font-size: 20px;
    font-weight: bold;
    line-height: 2;
    position: relative;
    height: 3em;
    padding-bottom: 1.25em;
    text-align: left;
}
#primary .section h3:before
{
    font-size: 40px;
    margin-right: .25em;
}
#primary .section h3 small
{
    font-size: 12px;
    line-height: 3.333333333333333;
}
#primary .section h3 ul
{
    font-size: 0;
    display: inline-block;
}
#primary .section h3 ul li
{
    font-size: 14px;
    line-height: 2.857142857142857;
    display: inline-block;
    margin-left: .928571428571429em;
    color: #7f7f7f;
}
#primary .section h3 ul li + li
{
    margin-left: 1.428571428571429em;
}
#primary .section h3 a
{
    font-size: 14px;
    line-height: 2.857142857142857;
    position: absolute;
    right: 0;
    bottom: 1.785714285714286em;
    width: 11.785714285714286em;
    height: 2.857142857142857em;
    padding-right: 1.428571428571429em;
}
#primary .section h3 a:after
{
    font-size: 12px;
    position: absolute;
    top: 50%;
    right: .416666666666667em;
    margin: -.583333333333333em 0 0;
}
#primary .section > a.deep
{
    font-size: 14px;
    line-height: 3.214285714285714;
    position: absolute;
    bottom: 2.285714285714286em;
    left: 50%;
    width: 17.142857142857142em;
    margin-left: -8.571428571428571em;
    padding: 0 1.571428571428571em 0 0;
}
#primary .section > a.deep:after
{
    font-size: 12px;
    position: absolute;
    top: 50%;
    right: .5em;
    margin: -.583333333333333em 0 0;
}
#primary .section > a.deep + a
{
    position: absolute;
    right: 0;
    bottom: 3.7em;
    overflow: hidden;
    width: 28em;
    -webkit-border-radius: .4em;
            border-radius: .4em;
}
#primary .section > a.deep + a span
{
    font-size: 14px;
    position: absolute;
    bottom: .785714285714286em;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
}
ul.items
{
    margin-bottom: 2.5em;
}
ul.items:before,
ul.items:after
{
    display: table;
    content: '';
}
ul.items:after
{
    clear: both;
}
ul.items[data-limit='4'] > li dl
{
    width: 23em;
}
ul.items > li
{
    font-size: 10px;
    float: left;
    vertical-align: top;
}
ul.items > li dl
{
    width: 18.4em;
    margin-bottom: 0;
    padding: 0;
}
ul.items > li dl dd:first-child img
{
    height: 15.4em;
    margin: 0;
}
ul.items > li dl dt small
{
    color: #000;
}
ul.items + a
{
    position: absolute;
    top: 17.4em;
    right: .1em;
    display: block;
    overflow: hidden;
    width: 3.2em;
    height: 3.2em;
    margin-top: -1.6em;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background: #3698db;
}
ul.items + a:before
{
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -.5em 0 0 -.4em;
    color: #fff;
}
#cousin ul.items dl dd:first-child img
{
    height: 19.2em;
}
#cousin ul.items + a
{
    top: 19.3em;
}
#hontai ul.items dl dd:first-child
{
    height: 21.1em;
}
#hontai ul.items dl dd:first-child img
{
    height: 16.9em;
    margin-top: 2.1em;
}
#hontai ul.items dl dd:first-child img[src*='_cr'],
#hontai ul.items dl dd:first-child img[src*='_aveccr']
{
    height: 21.1em;
    margin-top: 0;
}
#hontai ul.items + a
{
    top: 20.25em;
}
#toolstoys
{
    border: none !important;
}
#toolstoys ul.items dl dd:first-child
{
    margin-bottom: 1em;
}
#toolstoys ul.items dl dd:first-child img
{
    height: 17.6em;
}
#toolstoys ul.items + a
{
    top: 18.5em;
}
.no-rgba #primary #slide > div ul li > img:first-child + a
{
    background: #fff;
}

.banner-lifebook {
    position: relative;
}
.banner-lifebook:before {
    content: url(/store/techo/2016/images/icon_post.png);
    position: absolute;
    top: -10px;
    left: -5px;
}
/*# sourceMappingURL=dev/store/techo/2016/styl/index.css.map */
