@charset "utf-8";
main
{
    position: relative;
}

main nav[role='local']
{
    display: table;
    width: 96em;
    height: 6.4em;
    margin: 4.2em auto 4em;
    border-bottom: .4em #ec6d65 solid;
}

main nav[role='local'][data-index='1'] a:nth-child(1)
{
    pointer-events: none;
    color: #fff;
    background: rgba(236,109,101,.9);
}

main nav[role='local'][data-index='1'] a:nth-child(1) span
{
    font-size: 20px;
}

main nav[role='local'][data-index='1'] a:nth-child(3):before,
main nav[role='local'][data-index='1'] a:nth-child(3):after
{
    content: '';
}

main nav[role='local'][data-index='2'] a:nth-child(1):before
{
    content: '';
}

main nav[role='local'][data-index='2'] a:nth-child(2)
{
    pointer-events: none;
    color: #fff;
    background: rgba(236,109,101,.9);
}

main nav[role='local'][data-index='2'] a:nth-child(2) span
{
    font-size: 20px;
}

main nav[role='local'][data-index='2'] a:nth-child(3):after
{
    content: '';
}

main nav[role='local'][data-index='3'] a:nth-child(1):before,
main nav[role='local'][data-index='3'] a:nth-child(1):after
{
    content: '';
}

main nav[role='local'][data-index='3'] a:nth-child(3)
{
    pointer-events: none;
    color: #fff;
    background: rgba(236,109,101,.9);
}

main nav[role='local'][data-index='3'] a:nth-child(3) span
{
    font-size: 20px;
}

main nav[role='local'] a
{
    position: relative;
    display: table-cell;
    width: 33.33%;
    text-align: center;
    vertical-align: middle;
    color: #000;
    -webkit-border-radius: .7em .7em 0 0;
            border-radius: .7em .7em 0 0;
}

main nav[role='local'] a:before
{
    position: absolute;
    top: calc(50% - 2em);
    left: 0;
    height: 4em;
    border-left: .1em rgba(0,0,0,.2) solid;
}

main nav[role='local'] a:after
{
    position: absolute;
    top: calc(50% - 2em);
    right: 0;
    height: 4em;
    border-right: .1em rgba(0,0,0,.2) solid;
}

main nav[role='local'] a span
{
    font-size: 16px;
    font-weight: bold;
    letter-spacing: .025em;
}

main > footer
{
    width: 96em;
    margin: 0 auto 8em;
    text-align: center;
}

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

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

main > footer ul:nth-child(1)
{
    display: inline-block;
    vertical-align: top;
}

main > footer ul:nth-child(1) li
{
    float: left;
}

main > footer ul:nth-child(1) li + li
{
    margin-left: 9em;
}

main > footer ul:nth-child(1) li a
{
    display: block;
    width: 20.6em;
    color: #fff;
    -webkit-border-radius: .6em;
            border-radius: .6em;
    background: #509be5;
}

main > footer ul:nth-child(1) li a span
{
    font-size: 16px;
    font-weight: bold;
    line-height: 3.5;
    display: inline-block;
    vertical-align: middle;
}

main > footer ul:nth-child(1) li a i
{
    font-size: 24px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
}

main > footer ul:nth-child(2)
{
    margin-top: 8em;
}

main > footer ul:nth-child(2) li
{
    float: left;
    width: 22.8em;
}

main > footer ul:nth-child(2) li + li
{
    margin-left: 1.6em;
}

main > footer ul:nth-child(2) li:last-child
{
    float: right;
    margin-left: 0;
}

main > footer ul:nth-child(2) li img
{
    width: 100%;
    -webkit-border-radius: .8em;
            border-radius: .8em;
}

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

main > div > h2
{
    margin-bottom: 4em;
}

main > div > h2 span
{
    font-size: 30px;
    line-height: 1;
}

.ua-desktop main nav a:hover span
{
    opacity: .4;
}

.ua-desktop main nav a span
{
    -webkit-transition: opacity .3s;
       -moz-transition: opacity .3s;
        -ms-transition: opacity .3s;
         -o-transition: opacity .3s;
            transition: opacity .3s;
}

#about-basic section
{
    margin-bottom: 4.5em;
    padding-bottom: 4em;
    border-bottom: .1em solid #ccc;
}

#about-basic section h3
{
    position: relative;
    width: 77.5em;
    margin: 0 auto 2em auto;
    padding-left: 5em;
}

#about-basic section h3:before
{
    font-size: 20px;
    line-height: 1.9;
    position: absolute;
    top: calc(50% - .95em);
    left: 0;
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 1.9em;
    height: 1.9em;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background-color: #ec6d65;
}

#about-basic section h3 span
{
    font-size: 28px;
    line-height: 1.357;
    display: inline-block;
}

#about-basic section > div
{
    width: 77.5em;
    margin: 0 auto;
}

#about-basic section > div:before,
#about-basic section > div:after
{
    display: table;
    content: '';
}

#about-basic section > div:after
{
    clear: both;
}

#about-basic section > div figure
{
    position: relative;
    float: left;
    width: 37.2em;
}

#about-basic section > div figure img:nth-child(1)
{
    width: 100%;
    -webkit-box-shadow: .25em .25em .25em .25em rgba(0,0,0,.3);
            box-shadow: .25em .25em .25em .25em rgba(0,0,0,.3);
}

#about-basic section > div div
{
    float: right;
    width: 37em;
}

#about-basic section > div div p
{
    margin-bottom: 3.5em;
}

#about-basic section > div div p span
{
    font-size: 16px;
    line-height: 1.75;
}

#about-basic section > div div p span a
{
    font-weight: bold;
}

#about-basic section#section_01 h3:before
{
    content: '1';
}

#about-basic section#section_02 h3:before
{
    content: '2';
}

#about-basic section#section_03 h3:before
{
    content: '3';
}

#about-basic section#section_04 h3:before
{
    content: '4';
}

#about-basic section#section_05 h3:before
{
    content: '5';
}

#about-basic section#section_06
{
    margin: 0 auto 9em auto;
    padding-bottom: 0;
    border-bottom: 0;
}

#about-basic section#section_06 h3:before
{
    content: '6';
}

#about-basic section#section_06 > div figure img:nth-child(2)
{
    position: absolute;
    right: 1.3em;
    bottom: -5.6em;
    width: 17.5em;
}

#about-history h2 + p
{
    margin: -2em 0 3em;
}

#about-history h2 + p span
{
    font-size: 16px;
    line-height: 1.75;
}

#about-history section
{
    position: relative;
    background-image: url('/store/techo/ja/2018/pc/about/images/bg_02.png');
    background-repeat: no-repeat;
    background-position: 8em 11em;
}

#about-history section:before
{
    position: absolute;
    top: 0;
    left: 3em;
    display: block;
    width: 12.4em;
    height: 9.4em;
    content: '';
    background-image: url('/store/techo/ja/2018/pc/about/images/bg_01.png');
    background-repeat: no-repeat;
}

#about-history section h3
{
    margin: 0 0 3.5em 13em;
}

#about-history section > div
{
    margin-left: 21em;
}

#about-history section > div ul li:before
{
    content: '・';
}

#about-history section > div ul.list_01
{
    margin-bottom: 5em;
}

#about-history section > div ul.list_01:last-child
{
    margin-bottom: 0;
}

#about-history section > div ul.list_01 li
{
    margin-bottom: 1em;
    padding-left: 1.6em;
    text-indent: -1.9em;
}

#about-history section > div ul.list_01 li:last-child
{
    margin-bottom: 0;
}

#about-history section > div ul.list_01 li:before
{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
}

#about-history section > div ul.list_01 li span
{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
}

#about-history section > div ul.list_01 li span strong
{
    background-color: #f5b6b2;
}

#about-history section > div ul.list_02
{
    margin-bottom: 3em;
}

#about-history section > div ul.list_02 li:before
{
    font-size: 16px;
    line-height: 1.75;
}

#about-history section > div ul.list_02 li span
{
    font-size: 16px;
    line-height: 1.75;
}

#about-history section > div h4
{
    display: inline-block;
    margin-bottom: 3em;
    border-bottom: .3em solid #ec6d65;
}

#about-history section > div h4 span
{
    font-size: 16px;
    line-height: 1.6;
    color: #ec6d65;
}

#about-history section > div p
{
    margin-bottom: 3em;
}

#about-history section > div p + h4
{
    margin-top: 1.5em;
}

#about-history section > div p:last-child
{
    margin-bottom: 0;
}

#about-history section > div p span
{
    font-size: 16px;
    line-height: 1.75;
}

#about-history section:nth-last-of-type(2)
{
    margin-bottom: 10em;
    background: none;
}

#about-history section.txt
{
    margin-bottom: 6em;
    background-image: none;
}

#about-history section.txt:before
{
    content: none;
}

#about-history section.txt p
{
    width: 60em;
    margin-left: 18em;
    padding: 2em 0;
    text-align: center;
    border-top: .2em solid #e5e5e5;
    border-bottom: .2em solid #e5e5e5;
}

#about-history section.txt p span
{
    font-size: 16px;
    line-height: 1.75;
}

#about-history section#section_01
{
    min-height: 134.7em;
}

#about-history section#section_02
{
    min-height: 131.8em;
}

#about-history section#section_03
{
    min-height: 117.8em;
}

#about-history section#section_04
{
    min-height: 104.4em;
}

#about-history section#section_05
{
    min-height: 51.5em;
}

#about-history section#section_06
{
    min-height: 56.3em;
}

#about-history section#section_07
{
    min-height: 51em;
}

#about-history section#section_08
{
    min-height: 93em;
}

#about-history section#section_09
{
    min-height: 55em;
}

#about-history section#section_10
{
    min-height: 118.1em;
}

#about-history section#section_11
{
    min-height: 52em;
}

#about-history section#section_12
{
    min-height: 104.5em;
}

#about-history section#section_13
{
    min-height: 49.5em;
}

#about-history section#section_14
{
    min-height: 93.5em;
}

#about-history section#section_15
{
    min-height: 52.2em;
}

nav[role='anchor']
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    visibility: hidden;
    width: 10em;
    background: rgba(255,255,255,.8);
}

nav[role='anchor'] ul
{
    border-bottom: .1em solid #ccc;
}

nav[role='anchor'] ul li
{
    border-top: .1em solid #ccc;
}

nav[role='anchor'] ul li a
{
    display: block;
    padding: .75em 0 .5em 0;
    color: #000;
}

nav[role='anchor'] ul li a span
{
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
}

#about-movie
{
    margin-bottom: 8em;
    padding-bottom: 6.5em;
    border-bottom: .1em #ccc solid;
}

#about-movie > div:nth-of-type(1)
{
    position: relative;
    padding-top: 56.25%;
}

#about-movie > div:nth-of-type(1) iframe
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#about-movie section
{
    width: 48em;
    margin: 8.2em auto 0;
}

#about-movie section h2
{
    font-size: 10px;
    width: 32.1em;
}

#about-movie section p
{
    font-size: 16px;
    font-weight: bold;
    margin-top: 2.38em;
}

#about-movie section dl
{
    margin-top: 4.2em;
    padding-top: 4.3em;
    border-top: .1em #ccc solid;
}

#about-movie section dl:before,
#about-movie section dl:after
{
    display: table;
    content: '';
}

#about-movie section dl:after
{
    clear: both;
}

#about-movie section dl dt
{
    font-size: 16px;
    float: left;
    clear: both;
}

#about-movie section dl dt:after
{
    content: '：';
}

#about-movie section dl dd
{
    font-size: 16px;
}

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