@charset "utf-8";
main ul[role='about'] li:nth-child(1) a
{
    color: #4678a5;
}

main[data-about='planner'] nav div > a
{
    background: #4678a5;
}

main[data-about='planner'] ul[role='about'] li:nth-child(1)
{
    background: #4678a5;
}

main[data-about='planner'] ul[role='about'] li:nth-child(1) a
{
    color: #fff;
}

main ul[role='about'] li:nth-child(2) a
{
    color: #645a91;
}

main[data-about='original'] nav div > a
{
    background: #645a91;
}

main[data-about='original'] ul[role='about'] li:nth-child(2)
{
    background: #645a91;
}

main[data-about='original'] ul[role='about'] li:nth-child(2) a
{
    color: #fff;
}

main ul[role='about'] li:nth-child(3) a
{
    color: #be5a5a;
}

main[data-about='cousin'] nav div > a
{
    background: #be5a5a;
}

main[data-about='cousin'] ul[role='about'] li:nth-child(3)
{
    background: #be5a5a;
}

main[data-about='cousin'] ul[role='about'] li:nth-child(3) a
{
    color: #fff;
}

main ul[role='about'] li:nth-child(4) a
{
    color: #468282;
}

main[data-about='weeks'] nav div > a
{
    background: #468282;
}

main[data-about='weeks'] ul[role='about'] li:nth-child(4)
{
    background: #468282;
}

main[data-about='weeks'] ul[role='about'] li:nth-child(4) a
{
    color: #fff;
}

main[data-about='planner'] nav div.open
{
    height: 245px;
}

main > header
{
    border-bottom: 1px #ccc solid;
}

main nav
{
    position: relative;
    z-index: 1;
    height: 30px;
}

main nav:nth-of-type(1)
{
    margin: 20px 0;
}

main nav:nth-of-type(2)
{
    margin: 40px 0;
}

main nav div
{
    position: absolute;
    top: 0;
    left: 12.5%;
    overflow: hidden;
    width: 75%;
    height: 30px;
    -webkit-transition: height .45s cubic-bezier(.165, .84, .44, 1);
       -moz-transition: height .45s cubic-bezier(.165, .84, .44, 1);
        -ms-transition: height .45s cubic-bezier(.165, .84, .44, 1);
         -o-transition: height .45s cubic-bezier(.165, .84, .44, 1);
            transition: height .45s cubic-bezier(.165, .84, .44, 1);
    -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: 2px;
            border-radius: 2px;
}

main nav div.open
{
    height: 276px;
}

main nav div.open > a:before
{
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
}

main nav div a
{
    position: relative;
    overflow: hidden;
    padding-right: 25px;
}

main nav div a:before
{
    font-size: 20px !important;
    position: absolute;
    top: calc(50% - .5em);
    right: 10px;
    -webkit-transition: -webkit-transform .3s;
       -moz-transition:    -moz-transform .3s;
        -ms-transition:     -ms-transform .3s;
         -o-transition:      -o-transform .3s;
            transition:         transform .3s;

    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
            backface-visibility: hidden;
}

main nav div > a
{
    font-size: 16px;
    line-height: 1.88;
    height: 30px;
    padding-left: 4.17%;
    color: #fff;
}

main nav div ul
{
    background: #efefef;
}

main nav div ul li + li
{
    border-top: 1px #fff solid;
}

main nav div ul li a
{
    font-size: 14px;
    line-height: 2.14;
    height: 30px;
    padding-left: 12.5%;
    color: #666;
}

main nav > ul li
{
    position: absolute;
    top: calc(50% - 12px);
}

main nav > ul li:nth-child(1)
{
    left: calc(12.5% - 38px);
}

main nav > ul li:nth-child(2)
{
    right: calc(12.5% - 38px);
}

main nav > ul li a
{
    color: #000;
}

main ul[role='about']
{
    position: fixed;
    z-index: 10;
    bottom: 0;
    left: 0;
    display: table;
    width: 100%;
    table-layout: fixed;
    text-align: center;
    border-top: 1px #ccc solid;
    background: #fff;
}

main ul[role='about'] li
{
    display: table-cell;
    height: 29px;
}

main ul[role='about'] li + li
{
    border-left: 1px #ccc solid;
}

main ul[role='about'] li a
{
    line-height: 1;
    height: 100%;
    padding-top: 3px;
}

main ul[role='about'] li a small
{
    font-weight: 400;
    display: block;
    -webkit-transform: scale(.8);
       -moz-transform: scale(.8);
        -ms-transform: scale(.8);
         -o-transform: scale(.8);
            transform: scale(.8);
}

main ul[role='about'] li a strong
{
    font-size: 12px;
    display: block;
}

main > div h3
{
    line-height: 1;
    display: block;
    padding: 20px 0 14px;
    text-align: center;
}

main > div h3 small
{
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
}

main > div h3 strong
{
    font-size: 28px;
    font-weight: 400;
    display: block;
}

main > div p
{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.38;
    margin: 0 6.25% 1em;
}

main section
{
    margin: 0 6.25%;
    border-top: 1px #ccc solid;
}

body.expand main ul[role='about']
{
    bottom: inherit;
}

.ua-desktop main ul[role='about']
{
    left: 50%;
    width: 640px;
    margin-left: -320px;
}

#detail[data-device='sp'] dl
{
    position: relative;
    overflow: hidden;
    border-bottom: 1px #ccc solid;
}

#detail[data-device='sp'] dl b
{
    font-weight: 700;
}

#detail[data-device='sp'] dl i
{
    font-style: italic;
}

#detail[data-device='sp'] dl u
{
    text-decoration: underline;
}

#detail[data-device='sp'] dl strike
{
    text-decoration: line-through;
}

#detail[data-device='sp'] dl br:not([role='device-sp'])
{
    display: none;
}

#detail[data-device='sp'] dl:nth-child(1):before
{
    content: ' 1 ';
}

#detail[data-device='sp'] dl:nth-child(2):before
{
    content: ' 2 ';
}

#detail[data-device='sp'] dl:nth-child(3):before
{
    content: ' 3 ';
}

#detail[data-device='sp'] dl:nth-child(4):before
{
    content: ' 4 ';
}

#detail[data-device='sp'] dl:nth-child(5):before
{
    content: ' 5 ';
}

#detail[data-device='sp'] dl:nth-child(6):before
{
    content: ' 6 ';
}

#detail[data-device='sp'] dl:nth-child(7):before
{
    content: ' 7 ';
}

#detail[data-device='sp'] dl:nth-child(8):before
{
    content: ' 8 ';
}

#detail[data-device='sp'] dl:nth-child(9):before
{
    content: ' 9 ';
}

#detail[data-device='sp'] dl:nth-child(10):before
{
    content: ' 10 ';
}

#detail[data-device='sp'] dl:nth-child(11):before
{
    content: ' 11 ';
}

#detail[data-device='sp'] dl:nth-child(12):before
{
    content: ' 12 ';
}

#detail[data-device='sp'] dl:nth-child(13):before
{
    content: ' 13 ';
}

#detail[data-device='sp'] dl:nth-child(14):before
{
    content: ' 14 ';
}

#detail[data-device='sp'] dl:nth-child(15):before
{
    content: ' 15 ';
}

#detail[data-device='sp'] dl:nth-child(16):before
{
    content: ' 16 ';
}

#detail[data-device='sp'] dl:nth-child(17):before
{
    content: ' 17 ';
}

#detail[data-device='sp'] dl:nth-child(18):before
{
    content: ' 18 ';
}

#detail[data-device='sp'] dl:nth-child(19):before
{
    content: ' 19 ';
}

#detail[data-device='sp'] dl:nth-child(20):before
{
    content: ' 20 ';
}

#detail[data-device='sp'] dl dd:first-child
{
    width: 100%;
    padding-top: 75%;
}

#detail[data-device='sp'] dl dd:first-child a
{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url('/store/techo/2018/images/loading3.gif') no-repeat 50% 50%;
    -webkit-background-size: 11.43% auto;
       -moz-background-size: 11.43% auto;
            background-size: 11.43% auto;
}

#detail[data-device='sp'] dl dd:first-child a:before
{
    font-size: 18px;
    line-height: 1.22;
    position: absolute;
    z-index: 1;
    right: 10px;
    bottom: 10px;
    display: none;
    overflow: hidden;
    width: 22px;
    height: 22px;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background: #fa960a;
}

#detail[data-device='sp'] dl dd:first-child a img
{
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .3s ease;
       -moz-transition: opacity .3s ease;
        -ms-transition: opacity .3s ease;
         -o-transition: opacity .3s ease;
            transition: opacity .3s ease;
}

#detail[data-device='sp'] dl dd:first-child a img.state-ready,
#detail[data-device='sp'] dl dd:first-child a img:not([src])
{
    opacity: 0;
}

#detail[data-device='sp'] dl dt
{
    font-family: 'bodoni-urw', serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.11;
}

#detail[data-device='sp'] dl dt font
{
    font-size: 16px;
    display: block;
}

#detail[data-device='sp'] dl dt + dd
{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    min-height: 40px;
}

#detail[data-device='sp'] .tmpl-default dl
{
    padding: 40px 0 35px;
}

#detail[data-device='sp'] .tmpl-default dl:before
{
    font-family: 'bodoni-urw', serif;
    font-size: 140px;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    z-index: -1;
    right: 3px;
    bottom: -5px;
    color: #f5f5f5;
}

#detail[data-device='sp'] .tmpl-default dl dt
{
    padding: 21px 0 17px;
}

#detail[data-device='sp'] .tmpl-default dl dd:first-child
{
    position: relative;
}

#detail[data-device='sp'] .tmpl-sample dl
{
    position: relative;
    padding-bottom: calc(75% + 20px);
}

#detail[data-device='sp'] .tmpl-sample dl:before
{
    font-family: 'bodoni-urw', serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.5;
    position: absolute;
    top: 0;
    left: 0;
    color: #f5f5f5;
}

#detail[data-device='sp'] .tmpl-sample dl dd:first-child
{
    position: absolute;
    bottom: 20px;
    left: 0;
}

#detail[data-device='sp'] .tmpl-sample dl dt
{
    padding: 7px 0 7px 40px;
}

#detail[data-device='sp'] .tmpl-sample dl dt:after
{
    display: inline-block;
    height: 40px;
    content: '';
    vertical-align: middle;
}

#detail[data-device='sp'] .tmpl-sample dl dt p
{
    display: inline-block;
    vertical-align: middle;
}

/*# sourceMappingURL=dev/store/techo/en/2018/sp/all_about/styl/all_about.css.map */
