@charset "utf-8";
main
{
    margin: 0 3.13%;
}

main nav[role='local']
{
    display: table;
    width: 100%;
    height: 27px;
    margin: 20px 0;
    border-top: 3px #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(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(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'] a
{
    position: relative;
    display: table-cell;
    width: 33.33%;
    text-align: center;
    vertical-align: middle;
    color: #000;
    -webkit-border-radius: 0 0 3px 3px;
            border-radius: 0 0 3px 3px;
}

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

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

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

main > footer
{
    margin: 40px 0 60px;
    text-align: center;
}

main > footer ul:nth-child(1)
{
    width: 68.67%;
    max-width: 309px;
    margin: 0 auto;
}

main > footer ul:nth-child(1) li + li
{
    margin-top: 10px;
}

main > footer ul:nth-child(1) li a
{
    color: #fff;
    -webkit-border-radius: 6px;
            border-radius: 6px;
    background: #509be5;
}

main > footer ul:nth-child(1) li a span
{
    font-size: 16px;
    font-weight: bold;
    line-height: 2.75;
    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)
{
    max-width: 450px;
    margin: 60px auto 0;
}

main > footer ul:nth-child(2):before,
main > footer ul:nth-child(2):after
{
    display: table;
    content: '';
}

main > footer ul:nth-child(2):after
{
    clear: both;
}

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

main > footer ul:nth-child(2) li:nth-child(even)
{
    float: right;
}

main > footer ul:nth-child(2) li:nth-child(even) ~ li
{
    margin-top: 10px;
}

main > footer ul:nth-child(2) li img
{
    -webkit-border-radius: 8px;
            border-radius: 8px;
}

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

#about-basic h2
{
    margin-bottom: 30px;
}

#about-basic section
{
    margin-bottom: 35px;
}

#about-basic section h3
{
    position: relative;
    margin-bottom: 16px;
    padding-left: 33px;
}

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

#about-basic section h3 span
{
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: .025em;
}

#about-basic section > div figure
{
    position: relative;
    margin-bottom: 13px;
    padding-top: 57%;
}

#about-basic section > div figure img
{
    position: absolute;
}

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

#about-basic section > div div p
{
    font-size: 16px;
    font-weight: normal;
}

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

#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 h3:before
{
    content: '6';
}

#about-basic section#section_06 > div figure
{
    padding-top: 86.67%;
}

#about-basic section#section_06 > div figure img:nth-child(2)
{
    position: absolute;
    right: 4.33%;
    bottom: 0;
    width: 58.33%;
}

#about-history h2
{
    margin-bottom: 13px;
}

#about-history h2 + p
{
    font-size: 16px;
    font-weight: normal;
}

#about-history h3
{
    margin-top: 54px;
    margin-bottom: 34px;
}

#about-history h3:first-of-type
{
    margin-top: 24px;
}

#about-history .history-sammery
{
    font-size: 16px;
}

#about-history .history-sammery > li
{
    line-height: 1.5;
    margin-left: 1em;
    text-indent: -1em;
}

#about-history .history-sammery > li:before
{
    content: '・';
}

#about-history .history-sammery > li + li
{
    margin-top: 12px;
}

#about-history .history-sammery > li > em
{
    text-indent: 0;
    background-color: #f5b6b2;
}

#about-history .history-sammery > li a
{
    display: inline;
}

#about-history h4
{
    font-size: 16px;
    line-height: 1.4;
    margin: 30px 0 22px;
    color: #ec6d65;
}

#about-history h4 > span
{
    display: inline-block;
    border-bottom: 3px solid #ec6d65;
}

#about-history h4 + p
{
    font-size: 16px;
    font-weight: normal;
}

#about-history .history-after
{
    font-size: 16px;
    font-weight: normal;
    margin-top: 50px;
    padding: 15px 0;
    text-align: center;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

#about-movie
{
    margin-bottom: 60px;
    padding-bottom: 23px;
    border-bottom: 1px #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
{
    margin: 37px auto 0;
    text-align: center;
}

#about-movie section h2
{
    max-width: 450px;
    margin: 0 auto;
}

#about-movie section p
{
    font-size: 16px;
    margin-top: 37px;
    text-align: left;
}

#about-movie section dl
{
    font-weight: normal;
    margin-top: 28px;
    padding-top: 23px;
    text-align: left;
    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/sp/about/styl/about.css.map */

@media screen and (min-width: 640px)
{
    main > footer ul:nth-child(2)
    {
        max-width: 900px;
    }

    main > footer ul:nth-child(2) li
    {
        width: 24.17%;
    }

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

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

    main > footer ul:nth-child(2) li:nth-child(2) ~ li
    {
        margin-top: 0;
    }

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