nav[role='toolstoys']
{
    position: relative;
    z-index: 10;
    margin-top: -40px;
    padding-top: 92px;
}

nav[role='toolstoys'].pos-fixed div
{
    position: fixed;
    border-bottom: #e5e5e5 1px solid;
}

nav[role='toolstoys'].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='toolstoys'] div
{
    position: absolute;
    z-index: 10;
    top: 40px;
    left: 0;
    overflow: hidden;
    width: 100%;
    -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-bottom: rgba(229,229,255,0) 1px solid;
}

nav[role='toolstoys'] div ul
{
    display: table;
    height: 52px;
    padding: 0 3.13%;
    background: #fff;
}

nav[role='toolstoys'] div ul li
{
    display: table-cell;
    height: 52px;
    vertical-align: middle;
}

nav[role='toolstoys'] div ul li + li
{
    padding-left: 10px;
}

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

nav[role='toolstoys'] div ul li a
{
    font-size: 0;
    height: 100%;
    padding-top: 10px;
    white-space: nowrap;
}

nav[role='toolstoys'] div ul li a > span
{
    font-size: 12px;
    line-height: 1.33;
    display: inline-block;
    padding-left: 3px;
    -webkit-transition: color .3s;
       -moz-transition: color .3s;
        -ms-transition: color .3s;
         -o-transition: color .3s;
            transition: color .3s;
    vertical-align: middle;
    color: #000;
}

nav[role='toolstoys'] div ul li a > span span
{
    display: none;
}

nav[role='toolstoys'] div ul li a img
{
    display: inline-block;
    width: 32px;
    vertical-align: middle;
}

nav[role='toolstoys'] form
{
    margin: 0 3.13%;
    text-align: center;
    border-top: #e5e5e5 1px solid;
}

nav[role='toolstoys'] form label
{
    display: inline-block;
    overflow: hidden;
    height: 36px;
    vertical-align: top;
}

nav[role='toolstoys'] form label input
{
    position: relative;
    top: -2px;
    left: 0; /*&:checked + span
          color #e60000*/
    display: inline-block;
    vertical-align: middle;
}

nav[role='toolstoys'] form label span
{
    font-size: 14px;
    font-weight: normal;
    line-height: 2.57;
    display: inline-block;
    padding-left: 2px;
}

.ua-desktop nav[role='toolstoys'] div
{
    left: 50%;
    width: 640px;
    margin-left: -320px;
}

aside[role='tab']
{
    position: relative;
    margin-top: 42px;
    padding-top: 41px;
    -webkit-transition: opacity .45s cubic-bezier(.165, .84, .44, 1);
       -moz-transition: opacity .45s cubic-bezier(.165, .84, .44, 1);
        -ms-transition: opacity .45s cubic-bezier(.165, .84, .44, 1);
         -o-transition: opacity .45s cubic-bezier(.165, .84, .44, 1);
            transition: opacity .45s cubic-bezier(.165, .84, .44, 1);
}

aside[role='tab'].ready
{
    opacity: 0;
}

aside[role='tab'] ol
{
    position: absolute;
    z-index: 1;
    top: 0;
    display: table;
    width: 100%;
    text-align: center;
}

aside[role='tab'] ol li
{
    display: table-cell;
    height: 44px;
    vertical-align: top;
}

aside[role='tab'] ol li:nth-child(1)
{
    padding: 0 1.25% 0 3.13%;
}

aside[role='tab'] ol li:nth-child(2)
{
    padding: 0 3.13% 0 1.25%;
}

aside[role='tab'] ol li.active a
{
    height: 44px;
    padding-top: 0;
    border-top: 3px #f2ba49 solid;
    border-right: 3px #f2ba49 solid;
    border-left: 3px #f2ba49 solid;
}

aside[role='tab'] ol li.active a strong
{
    border-bottom: 3px #f2ba49 solid;
}

aside[role='tab'] ol li.active a strong span
{
    font-size: 18px;
    line-height: 2.44;
}

aside[role='tab'] ol li a
{
    overflow: hidden;
    height: 41px;
    padding: 2px 10px 0;
    color: #f2ba49;
    border-top: 1px #f2ba49 solid;
    border-right: 1px #f2ba49 solid;
    border-left: 1px #f2ba49 solid;
    background: #fff;
}

aside[role='tab'] ol li a strong
{
    display: inline-block;
    height: 41px;
    padding: 0 2px;
    -webkit-transition: padding .3s;
       -moz-transition: padding .3s;
        -ms-transition: padding .3s;
         -o-transition: padding .3s;
            transition: padding .3s;
    vertical-align: top;
}

aside[role='tab'] ol li a strong span
{
    font-size: 14px;
    line-height: 2.86;
    display: block;
}

aside[role='tab'] div
{
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
    width: 100%;
    height: 193px;
    border-top: 3px #f2ba49 solid;
    border-bottom: 3px #f2ba49 solid;
}

aside[role='tab'] section
{
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-100%, 0);
       -moz-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
         -o-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
}

aside[role='tab'] section.active
{
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);
}

aside[role='tab'] section:nth-of-type(1) ul li:nth-child(1) a dl dt:before
{
    content: '1';
}

aside[role='tab'] section:nth-of-type(1) ul li:nth-child(2) a dl dt:before
{
    content: '2';
}

aside[role='tab'] section:nth-of-type(1) ul li:nth-child(3) a dl dt:before
{
    content: '3';
}

aside[role='tab'] section:nth-of-type(1) ul li:nth-child(4) a dl dt:before
{
    content: '4';
}

aside[role='tab'] section:nth-of-type(1) ul li:nth-child(5) a dl dt:before
{
    content: '5';
}

aside[role='tab'] section:nth-of-type(1) ul li a dl dt:before
{
    font-size: 12px;
    line-height: 2;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    overflow: hidden;
    width: 24px;
    height: 24px;
    text-align: center;
    color: #fff;
    background: #f2ba49;
}

aside[role='tab'] section ul
{
    display: table;
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
    width: 640px;
    margin: 0 auto;
    padding: 20px 3.13% 0;
    background: #fff;
}

aside[role='tab'] section ul li
{
    display: table-cell;
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
    width: 120px;
}

aside[role='tab'] section ul li + li
{
    padding-left: 10px;
}

aside[role='tab'] section ul li a
{
    color: #000;
}

aside[role='tab'] section ul li a dl dt
{
    position: relative;
    padding-top: 88px;
    border-bottom: 5px #f2ba49 solid;
    background: url('/store/techo/2018/images/loading3.gif') no-repeat 50% 50%;
    -webkit-background-size: 24px auto;
       -moz-background-size: 24px auto;
            background-size: 24px auto;
}

aside[role='tab'] section ul li a dl dt img
{
    position: absolute;
    top: 0;
    left: 50%;
    width: 88px;
    height: 88px;
    -webkit-transition: opacity .3s cubic-bezier(.25, .25, .75, .75);
       -moz-transition: opacity .3s cubic-bezier(.25, .25, .75, .75);
        -ms-transition: opacity .3s cubic-bezier(.25, .25, .75, .75);
         -o-transition: opacity .3s cubic-bezier(.25, .25, .75, .75);
            transition: opacity .3s cubic-bezier(.25, .25, .75, .75);
    -webkit-transform: translate(-50%, 0);
       -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
         -o-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
}

aside[role='tab'] section ul li a dl dt img.state-ready,
aside[role='tab'] section ul li a dl dt img.ready
{
    opacity: 0;
}

aside[role='tab'] section ul li a dl dd
{
    position: relative;
    overflow: hidden;
    height: 80px;
    padding-top: 3px;
    padding-bottom: 2px;
}

aside[role='tab'] section ul li a dl dd span
{
    line-height: 1.5;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    height: 15px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

aside[role='tab'] section ul li a dl dd span:empty
{
    height: 0;
}

aside[role='tab'] section ul li a dl dd strong
{
    line-height: 1.5;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    max-height: 60px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

aside[role='tab'] section ul li a dl dd br
{
    display: none;
}

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;
}

#toolstoys-index nav[role='toolstoys']:after
{
    display: block;
    width: 93.75%;
    margin: 0 auto;
    content: '';
    border-bottom: #e5e5e5 1px solid;
}

#toolstoys-index main
{
    padding-bottom: 60px;
}

#toolstoys-index main > div
{
    display: -webkit-box;
    display:    -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         box;
    display:         flex;
    margin: 0 2%;

    -webkit-box-lines: multiple;
       -moz-box-lines: multiple;
         -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

#toolstoys-index main > div a
{
    position: relative;
    margin: 45px auto 0;
    padding: 0 1.61% 60px;
    color: #000;
}

#toolstoys-index main > div a dl dd:first-child
{
    position: relative;
    padding-top: 50%;
    background: url('/store/techo/2018/images/loading3.gif') no-repeat 50% 50%;
    -webkit-background-size: 10.67% auto;
       -moz-background-size: 10.67% auto;
            background-size: 10.67% auto;
}

#toolstoys-index main > div a dl dd:first-child img
{
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: opacity .3s cubic-bezier(.25, .25, .75, .75);
       -moz-transition: opacity .3s cubic-bezier(.25, .25, .75, .75);
        -ms-transition: opacity .3s cubic-bezier(.25, .25, .75, .75);
         -o-transition: opacity .3s cubic-bezier(.25, .25, .75, .75);
            transition: opacity .3s cubic-bezier(.25, .25, .75, .75);
}

#toolstoys-index main > div a dl dd:first-child img.state-ready
{
    opacity: 0;
}

#toolstoys-index main > div a dl dt
{
    padding: 16px 0 10px;
    text-align: left;
}

#toolstoys-index main > div a dl dt span
{
    font-size: 20px;
    line-height: 1.3;
}

#toolstoys-index main > div a dl dt span.icon-new
{
    position: relative;
    padding-left: 2.5em;
}

#toolstoys-index main > div a dl dt span.icon-new:before
{
    font-size: 150%;
    line-height: 1.33;
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    overflow: hidden;
    width: 1.33em;
    height: 1.33em;
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
         -o-transform: translate(0, -50%);
            transform: translate(0, -50%);
    text-align: center;
    color: #fff;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background: #f2ba49;
}

#toolstoys-index main > div a dl dt > span
{
    border-bottom-width: 3px;
}

#toolstoys-index main > div a dl dt > span span
{
    display: inline-block;
    vertical-align: top;
}

#toolstoys-index main > div a dl dt > span small
{
    font-size: 14px;
    line-height: 1.29;
}

#toolstoys-index main > div a dl dt + dd p
{
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: .025em;
}

#toolstoys-index main > div a dl dt + dd > span
{
    font-weight: bold;
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    overflow: hidden;
    width: 96.77%;
    height: 46px;
    -webkit-transform: translate(-50%, 0);
       -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
         -o-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    text-align: center;
    color: #fff;
    -webkit-border-radius: 6px;
            border-radius: 6px;
    background: #509be5;
}

#toolstoys-index main > div a dl dt + dd > span:before
{
    display: inline-block;
    vertical-align: middle;
}

#toolstoys-index main > div a dl dt + dd > span span
{
    font-size: 16px;
    line-height: 2.88;
    display: inline-block;
    vertical-align: middle;
}

#toolstoys-index main > div a dl dt + dd > span i
{
    font-size: 24px !important;
    line-height: 1;
}

#toolstoys-list nav[role='toolstoys']
{
    height: 129px;
}

#toolstoys-list main
{
    padding-bottom: 20px;
}

#toolstoys-list main h3
{
    font-size: 12px;
    line-height: 1.5;
    margin: 33px 0 3px;
    text-align: center;
    letter-spacing: .05em;
}

#toolstoys-list main section h4
{
    font-size: 20px;
    line-height: 1;
    height: 42px;
    text-align: center;
    white-space: nowrap;
}

#toolstoys-list main section h4 small
{
    font-size: 14px;
    line-height: 1.43;
}

#toolstoys-list main section h4 small:before
{
    content: '　';
}

#toolstoys-list main section ul.content-flex
{
    text-align: left;
}

#toolstoys-list main section ul.content-flex > li
{
    display: none;
    background-position: 50% calc(50% - 139px);
}

#toolstoys-list main section ul.content-flex > li a
{
    padding-top: calc(100% + 278px);
}

#toolstoys-list main section ul.content-flex > li a dl dd
{
    height: 99px;
}

#toolstoys-list main section ul.content-flex > li a dl dd:nth-of-type(1) strong
{
    max-height: 72px;

    -webkit-line-clamp: 4;
}

#toolstoys-list main section ul.content-flex > li a dl dd + dd
{
    height: 179px;
}

/*# sourceMappingURL=dev/store/techo/ja/2018/sp/toolstoys/styl/toolstoys.css.map */

@media screen and (min-width: 640px)
{
    #toolstoys-index main > div a
    {
        width: 50%;
        margin: 45px 0 0;
    }

    #toolstoys-index main > div a dl dt + dd > span
    {
        width: 93.55%;
    }
}
