<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.device-sp body {
    min-width: initial;
    min-width: auto;
}

html.device-sp .device-pc {
    display: none;
}
html.device-pc .device-sp {
    display: none;
}




html.device-sp a {
    display: block;
    cursor: pointer;
    color: #509be5;
}

html.device-sp img
{
    width: 100%;
}

html.device-sp a.btn-round
{
    position: relative;
    margin: 0 1.56%;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 6px;
            border-radius: 6px;
    background: #509be5;
}

html.device-sp a.btn-round:after
{
    display: inline-block;
    height: 4.4em;
    content: '';
    vertical-align: middle;
}

html.device-sp a.btn-round:before
{
    position: static;
    margin-top: 0;
    font-size: 240%;
    display: inline-block;
    vertical-align: middle;
}

html.device-sp a.btn-round span
{
    font-size: 160%;
    display: inline-block;
    vertical-align: middle;
}

html.device-sp a.btn-round i
{
    font-size: 240%;
    display: inline-block;
    vertical-align: middle;
}

#gotop.device-sp
{
    position: fixed;
    z-index: 99;
    z-index: 99;
    right: 1.56%;
    bottom: 49px;
    width: 44px;
    height: 44px;
    -webkit-transition: opacity .45s cubic-bezier(.455, .03, .515, .955), -webkit-transform .45s cubic-bezier(.455, .03, .515, .955);
       -moz-transition: opacity .45s cubic-bezier(.455, .03, .515, .955), -moz-transform .45s cubic-bezier(.455, .03, .515, .955);
        -ms-transition: opacity .45s cubic-bezier(.455, .03, .515, .955), -ms-transform .45s cubic-bezier(.455, .03, .515, .955);
         -o-transition: opacity .45s cubic-bezier(.455, .03, .515, .955), -o-transform .45s cubic-bezier(.455, .03, .515, .955);
            transition: opacity .45s cubic-bezier(.455, .03, .515, .955), transform .45s cubic-bezier(.455, .03, .515, .955);
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
         -o-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    color: #000;
    border: 1px #e5e5e5 solid;
    -webkit-border-radius: 6px;
            border-radius: 6px;
    background: #fff;
}

#gotop.device-sp.disabled
{
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
        -ms-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
    pointer-events: none;
    opacity: 0;
}

#gotop.device-sp:before
{
    font-size: 240%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

header[role='extra'].device-sp
{
    top: 0;
    left: 0;
    width: 100%;
    height: 42px;
    border-bottom: #e5e5e5 1px solid;
    background: #fff;
}

header[role='extra'].device-sp h1
{
    position: absolute;
    top: 17px;
    left: 50%;
    width: 113px;
    margin-left: -57px;
    -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);
}

header[role='extra'].device-sp h1:before
{
    position: absolute;
    top: -9999px;
    content: 'HOBONICHI TECHO 2017';
    color: #fff;
}

header[role='extra'].device-sp h1 a
{
    width: auto;
}

header[role='extra'].device-sp &gt; a
{
    position: absolute;
    overflow: hidden;
    width: 40px;
    height: 40px;
    color: #000;
}

header[role='extra'].device-sp &gt; a.btn-menu
{
    top: 0;
    right: 0;
}

header[role='extra'].device-sp &gt; a.btn-menu.open span
{
    -webkit-transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
       -moz-transition:    -moz-transform .6s cubic-bezier(.165, .84, .44, 1);
        -ms-transition:     -ms-transform .6s cubic-bezier(.165, .84, .44, 1);
         -o-transition:      -o-transform .6s cubic-bezier(.165, .84, .44, 1);
            transition:         transform .6s cubic-bezier(.165, .84, .44, 1);
}

header[role='extra'].device-sp &gt; a.btn-menu.open span:nth-child(1)
{
    -webkit-transform: rotateY(-180deg);
       -moz-transform: rotateY(-180deg);
        -ms-transform: rotateY(-180deg);
         -o-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
}

header[role='extra'].device-sp &gt; a.btn-menu.open span:nth-child(2)
{
    -webkit-transform: rotateY(0deg);
       -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
         -o-transform: rotateY(0deg);
            transform: rotateY(0deg);
}

header[role='extra'].device-sp &gt; a.btn-menu span
{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 40px;
    height: 40px;
    -webkit-transition: -webkit-transform .45s cubic-bezier(.165, .84, .44, 1);
       -moz-transition:    -moz-transform .45s cubic-bezier(.165, .84, .44, 1);
        -ms-transition:     -ms-transform .45s cubic-bezier(.165, .84, .44, 1);
         -o-transition:      -o-transform .45s cubic-bezier(.165, .84, .44, 1);
            transition:         transform .45s cubic-bezier(.165, .84, .44, 1);

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

header[role='extra'].device-sp &gt; a.btn-menu span:before
{
    font-size: 240%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

header[role='extra'].device-sp &gt; a.btn-menu span:nth-child(1)
{
    -webkit-transform: rotateY(0deg);
       -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
         -o-transform: rotateY(0deg);
            transform: rotateY(0deg);
}

header[role='extra'].device-sp &gt; a.btn-menu span:nth-child(2)
{
    -webkit-transform: rotateY(180deg);
       -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
         -o-transform: rotateY(180deg);
            transform: rotateY(180deg);
}

header[role='extra'].device-sp &gt; a.icon-cart
{
    top: 0;
    right: 40px;
    width: auto;
    padding: 0 8px;
}

header[role='extra'].device-sp &gt; a.icon-cart:before
{
    font-size: 240%;
    float: left;
    margin-top: 8px;
    color: #e60000;
}

header[role='extra'].device-sp &gt; a.icon-cart var
{
    font-size: 120%;
    font-style: normal;
    line-height: 1.67;
    display: block;
    float: right;
    overflow: hidden;
    width: 20px;
    height: 20px;
    margin: 10px 0 0 6px;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background: #e60000;
}

header[role='extra'].device-sp &gt; a.btn-referrer
{
    top: 0;
    left: 0;
    display: none;
}

header[role='extra'].device-sp &gt; a.btn-referrer:before
{
    font-size: 240%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

body &gt; header[role='extra'].device-sp
{
    position: fixed;
    z-index: 10;
}


header[role='global'].device-sp
{
    position: relative;
    text-align: center;
}

header[role='global'].device-sp ul
{
    padding: 42px 0 1em;
}

header[role='global'].device-sp ul:before,
header[role='global'].device-sp ul:after
{
    display: table;
    content: '';
}

header[role='global'].device-sp ul:after
{
    clear: both;
}

header[role='global'].device-sp ul:before
{
    line-height: 1.5;
    display: block;
    width: 39.06%;
    content: 'Lineup';
    color: #fff;
    background: #e60000;
}

header[role='global'].device-sp ul li
{
    float: left;
    border-right: #ccc 1px solid;
}

header[role='global'].device-sp ul li:nth-child(1)
{
    width: 17.5%;
}

header[role='global'].device-sp ul li:nth-child(2)
{
    width: 21.56%;
}

header[role='global'].device-sp ul li:nth-child(3)
{
    width: 28.25%;
}

header[role='global'].device-sp ul li:nth-child(4)
{
    width: 31.69%;
    border-right: none;
}

header[role='global'].device-sp ul li a:before
{
    display: inline-block;
    height: 4em;
    content: '';
    vertical-align: middle;
}

header[role='global'].device-sp ul li a span
{
    font-size: 120%;
    line-height: 1.25;
    display: inline-block;
    vertical-align: middle;
    color: #000;
}

header[role='global'].device-sp p
{
    font-size: 120%;
    margin-top: -.25em;
    padding-bottom: .58em;
    color: #e60000;
}

nav[role='drawer'].device-sp
{
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-9999px, 0);
       -moz-transform: translate(-9999px, 0);
        -ms-transform: translate(-9999px, 0);
         -o-transform: translate(-9999px, 0);
            transform: translate(-9999px, 0);
    background: #fff;
}

nav[role='drawer'].device-sp.open
{
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);
}

nav[role='drawer'].device-sp.close
{
    -webkit-animation: drawer-close .45s;
       -moz-animation: drawer-close .45s;
        -ms-animation: drawer-close .45s;
         -o-animation: drawer-close .45s;
            animation: drawer-close .45s;
}

nav[role='drawer'].device-sp &gt; div
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 42px;
}

nav[role='drawer'].device-sp &gt; div ul li a
{
    color: #000;
}

nav[role='drawer'].device-sp &gt; div ul li a.mdi-email:before
{
    font-size: 240%;
    position: relative;
    top: .02em;
    display: inline-block;
    padding-right: .63%;
    vertical-align: middle;
}

nav[role='drawer'].device-sp &gt; div ul li a:after
{
    display: inline-block;
    height: 3.9em;
    content: '';
    vertical-align: middle;
}

nav[role='drawer'].device-sp &gt; div ul li a span
{
    font-size: 160%;
    display: inline-block;
    vertical-align: middle;
}

nav[role='drawer'].device-sp &gt; div &gt; ul &gt; li + li
{
    border-top: #ccc 1px solid;
}

nav[role='drawer'].device-sp &gt; div &gt; ul &gt; li:nth-child(1)
{
    border-top: #ccc 5px solid;
    border-bottom: #ccc 5px solid;
}

nav[role='drawer'].device-sp &gt; div &gt; ul &gt; li:nth-child(1) a:before
{
    font-size: 240%;
    position: relative;
    top: .02em;
    display: inline-block;
    padding-right: .63%;
    vertical-align: middle;
    color: #e60000;
}

nav[role='drawer'].device-sp &gt; div &gt; ul &gt; li:nth-child(1) a var
{
    font-size: 120%;
    font-style: normal;
    line-height: 1.67;
    display: inline-block;
    overflow: hidden;
    overflow: hidden;
    width: 1.67em;
    height: 1.67em;
    margin-left: 1.88%;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background: #e60000;
}

nav[role='drawer'].device-sp &gt; div &gt; ul &gt; li:nth-child(3) ul:before
{
    line-height: 1.5;
    display: block;
    content: 'Lineup';
    -webkit-transform: translate(0, .4em);
       -moz-transform: translate(0, .4em);
        -ms-transform: translate(0, .4em);
         -o-transform: translate(0, .4em);
            transform: translate(0, .4em);
}

nav[role='drawer'].device-sp &gt; div &gt; ul &gt; li:nth-child(9) ul li:first-child a:after
{
    height: 2.9em;
}

nav[role='drawer'].device-sp &gt; div &gt; ul &gt; li:nth-child(9) ul li:first-child a span
{
    font-size: 120%;
}

/*nav[role='drawer'].device-sp &gt; div &gt; ul &gt; li:nth-child(11) ul:before
{
    line-height: 1.5;
    display: block;
    content: 'SNS';
    -webkit-transform: translate(0, .4em);
       -moz-transform: translate(0, .4em);
        -ms-transform: translate(0, .4em);
         -o-transform: translate(0, .4em);
            transform: translate(0, .4em);
}*/

nav[role='drawer'].device-sp &gt; div &gt; ul &gt; li:nth-child(12) ul
{
    padding-bottom: 1em;
}

nav[role='drawer'].device-sp &gt; div &gt; ul &gt; li:nth-child(12) ul:before,
nav[role='drawer'].device-sp &gt; div &gt; ul &gt; li:nth-child(12) ul:after
{
    display: table;
    content: '';
}

nav[role='drawer'].device-sp &gt; div &gt; ul &gt; li:nth-child(12) ul:after
{
    clear: both;
}

nav[role='drawer'].device-sp &gt; div &gt; ul &gt; li:nth-child(12) ul:before
{
    line-height: 1.5;
    display: block;
    margin-bottom: 1.5em;
    content: 'Share';
    -webkit-transform: translate(0, .4em);
       -moz-transform: translate(0, .4em);
        -ms-transform: translate(0, .4em);
         -o-transform: translate(0, .4em);
            transform: translate(0, .4em);
}

nav[role='drawer'].device-sp &gt; div &gt; ul &gt; li:nth-child(12) ul li
{
    float: left;
    /*width: 31.11%;*/
    width: 48.2%;
    border: none;
}

nav[role='drawer'].device-sp &gt; div &gt; ul &gt; li:nth-child(12) ul li + li
{
    margin-left: 3.33%;
}

nav[role='drawer'].device-sp &gt; div &gt; ul &gt; li:nth-child(12) ul li:nth-child(1) a
{
    background: #55acee;
}

nav[role='drawer'].device-sp &gt; div &gt; ul &gt; li:nth-child(12) ul li:nth-child(2) a
{
    background: #2d4486;
}

nav[role='drawer'].device-sp &gt; div &gt; ul &gt; li:nth-child(12) ul li:nth-child(3) a
{
    background: #00c300;
}

nav[role='drawer'].device-sp &gt; div &gt; ul &gt; li:nth-child(12) ul li a
{
    font-size: 100%;
    margin: 0;
    color: #fff;
}

nav[role='drawer'].device-sp &gt; div &gt; ul &gt; li:nth-child(12) ul li a:before
{
    font-size: 264%;
}

nav[role='drawer'].device-sp &gt; div &gt; ul &gt; li:nth-child(12) ul li a:after
{
    height: 4.4em;
}

nav[role='drawer'].device-sp &gt; div &gt; ul &gt; li &gt; a
{
    padding: 0 3%;
}

nav[role='drawer'].device-sp &gt; div &gt; ul &gt; li ul
{
    margin: 0 3%;
}

nav[role='drawer'].device-sp &gt; div &gt; ul &gt; li ul li + li
{
    border-top: #ccc 1px solid;
}

#page
{
    position: relative;
    z-index: 1;
    -webkit-transition: -webkit-transform .45s cubic-bezier(.165, .84, .44, 1);
       -moz-transition:    -moz-transform .45s cubic-bezier(.165, .84, .44, 1);
        -ms-transition:     -ms-transform .45s cubic-bezier(.165, .84, .44, 1);
         -o-transition:      -o-transform .45s cubic-bezier(.165, .84, .44, 1);
            transition:         transform .45s cubic-bezier(.165, .84, .44, 1);
    background: #fff;

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

#page.open
{
    -webkit-transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
       -moz-transition:    -moz-transform .6s cubic-bezier(.165, .84, .44, 1);
        -ms-transition:     -ms-transform .6s cubic-bezier(.165, .84, .44, 1);
         -o-transition:      -o-transform .6s cubic-bezier(.165, .84, .44, 1);
            transition:         transform .6s cubic-bezier(.165, .84, .44, 1);
    -webkit-transform: translate(-100%, 0);
       -moz-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
         -o-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
}







section[role='yokoku_header']
{
    position: relative;
    border-bottom: #e5e5e5 1px solid;
    background-image: url('/store/techo/ja/magazine/2017yokoku/images/bg_lattice.png');
    background-position: 50% 0;
}

section[role='yokoku_header'] h1
{
    position: absolute;
    left: 50%;
}

section[role='yokoku_header'] h1 img
{
    width: 100%;
}

section[role='yokoku_header'] p
{
    font-size: 180%;
    font-weight: bold;
    line-height: 1.75;
}

.device-pc section[role='yokoku_header']
{
    padding-top: 19em;
    -webkit-background-size: 3em 3em;
       -moz-background-size: 3em 3em;
            background-size: 3em 3em;
}

.device-pc section[role='yokoku_header'].extend h1
{
    width: 24.8em;
    margin-left: -12.4em;
}

.device-pc section[role='yokoku_header'] h1
{
    top: 4.3em;
    width: 12.4em;
    margin-left: -6.2em;
}

.device-pc section[role='yokoku_header'] p
{
    padding: 8em 0 4.28em;
    text-align: center;
}

.device-sp section[role='yokoku_header']
{
    padding-top: 40.63%;
    -webkit-background-size: 30px 30px;
       -moz-background-size: 30px 30px;
            background-size: 30px 30px;
}

.device-sp section[role='yokoku_header'].extend h1
{
    width: 38.75%;
}

.device-sp section[role='yokoku_header'] h1
{
    top: 0;
    width: 28.75%;
    padding-top: 7.19%;
    -webkit-transform: translate(-50%, 0);
       -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
         -o-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
}

.device-sp section[role='yokoku_header'] p
{
    padding: 1.67em 3.13% 1.94em;
}

.device-sp section[role='yokoku_header'] p br
{
    display: none;
}

section[role='yokoku_footer'] &gt; a
{
    display: block;
    overflow: hidden;
    -webkit-border-radius: .8em;
            border-radius: .8em;
}

section[role='yokoku_footer'] &gt; a img
{
    width: 100%;
}

section[role='yokoku_footer'] #share
{
    text-align: center;
}

section[role='yokoku_footer'] #share li
{
    display: inline-block;
    width: 6em;
    letter-spacing: 0;
}

section[role='yokoku_footer'] #share li:first-child a
{
    background: #55acee;
}

section[role='yokoku_footer'] #share li:first-child + li a
{
    background: #2d4486;
}

section[role='yokoku_footer'] #share li:first-child + li + li a
{
    background: #00c300;
}

section[role='yokoku_footer'] #share li:first-child + li + li a:before
{
    font-size: 264%;
}

section[role='yokoku_footer'] #share li a
{
    display: block;
    color: #fff;
    -webkit-border-radius: .6em;
            border-radius: .6em;
}

section[role='yokoku_footer'] #share li a:before
{
    font-size: 240%;
    text-align: center;
}

section[role='yokoku_footer'] #list
{
    display: none;
    border-top: #e5e5e5 1px solid;
}

section[role='yokoku_footer'] #list h3
{
    text-align: center;
}

section[role='yokoku_footer'] #list h3 span
{
    font-size: 240%;
    font-weight: bold;
    line-height: 1.5;
    display: inline-block;
    border-bottom: #000 3px solid;
}

section[role='yokoku_footer'] #list ul
{
    border-top: #e5e5e5 1px solid;
}

section[role='yokoku_footer'] #list ul li
{
    border-bottom: #e5e5e5 1px solid;
}

section[role='yokoku_footer'] #list ul li.current a
{
    cursor: default;
    pointer-events: none;
    color: #000;
}

section[role='yokoku_footer'] #list ul li.current a:before
{
    background: #000;
}

section[role='yokoku_footer'] #list ul li.disabled a
{
    cursor: default;
    pointer-events: none;
    color: #b2b2b2;
}

section[role='yokoku_footer'] #list ul li.disabled a:before
{
    background: #b2b2b2;
}

section[role='yokoku_footer'] #list ul li a
{
    position: relative;
    display: block;
}

section[role='yokoku_footer'] #list ul li a:before
{
    font-weight: bold;
    position: absolute;
    left: 0;
    display: block;
    overflow: hidden;
    content: attr(data-num);
    text-align: center;
    color: #fff;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background: #509be5;
}

section[role='yokoku_footer'] #list ul li a span
{
    font-size: 160%;
    font-weight: bold;
    line-height: 1.5;
}

section[role='yokoku_footer'] #list ul li a small
{
    font-family: 'Courier New';
    font-size: 140%;
    font-weight: bold;
    line-height: 1.71;
    letter-spacing: 0;
}

section[role='yokoku_footer'] #schedule
{
    text-align: center;
    border-top: #e5e5e5 1px solid;
    border-bottom: #e5e5e5 1px solid;
    background-image: url('/store/techo/ja/magazine/2017yokoku/images/bg_lattice.png');
    background-position: 50% -.1em;
    -webkit-background-size: 3em 3em;
       -moz-background-size: 3em 3em;
            background-size: 3em 3em;
}

section[role='yokoku_footer'] #schedule dt
{
    position: relative;
    width: 16em;
    margin: 0 auto;
    padding-top: 4em;
    background-image: url('/store/techo/ja/magazine/2017yokoku/images/bg_balloon.svg');
    -webkit-background-size: 100% 100%;
       -moz-background-size: 100% 100%;
            background-size: 100% 100%;
}

section[role='yokoku_footer'] #schedule dt span
{
    font-size: 160%;
    font-weight: bold;
    line-height: 1.88;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
}

section[role='yokoku_footer'] #schedule dd
{
    overflow: hidden;
    height: 5em;
    margin: 0 auto;
    border: .2em #f26444 solid;
    -webkit-border-radius: .4em;
            border-radius: .4em;
    background: #fff;
}

section[role='yokoku_footer'] #schedule dd span
{
    font-weight: bold;
    letter-spacing: 0;
    color: #f26444;
}

section[role='yokoku_footer'] #schedule dd + dt
{
    margin-top: 2em;
}

section[role='yokoku_footer'] #schedule dd + dt + dd + dt
{
    width: 32em;
    margin-top: 4em;
    padding-top: 8em;
}

section[role='yokoku_footer'] #schedule dd + dt + dd + dt span
{
    /*font-size: 320%;*/
    /*font-size: 175%;*/
}

section[role='yokoku_footer'] #schedule dd + dt + dd + dt span span
{
    top: 2em;
    font-size: 74.2857143%;
    line-height: 1.2em;
}

section[role='yokoku_footer'] #bottom
{
    border-top: #e5e5e5 1px solid;
    background: #f5f5f5;
}

section[role='yokoku_footer'] #bottom &gt; div
{
    font-weight: bold;
}

section[role='yokoku_footer'] #bottom &gt; div ul li a
{
    color: #000;
}

section[role='yokoku_footer'] #bottom &gt; div ul li a:before
{
    display: inline-block;
    vertical-align: middle;
}

section[role='yokoku_footer'] #bottom &gt; div ul li a span
{
    display: inline-block;
    vertical-align: middle;
}

section[role='yokoku_footer'] #bottom &gt; div small
{
    font-size: 120%;
}

.device-pc section[role='yokoku_footer'] &gt; a
{
    width: 48em;
    margin: 8.1em auto 7.7em;
}

.device-pc section[role='yokoku_footer'] #share
{
    padding-bottom: 7.9em;
}

.device-pc section[role='yokoku_footer'] #share li + li
{
    margin-left: .6em;
}

.device-pc section[role='yokoku_footer'] #share li:first-child + li + li
{
    display: none;
}

.device-pc section[role='yokoku_footer'] #share li a
{
    padding: .8em 0;
}

.device-pc section[role='yokoku_footer'] #list
{
    padding: 7.9em 0;
}

.device-pc section[role='yokoku_footer'] #list ul
{
    width: 56em;
    margin: 2em auto 0;
}

.device-pc section[role='yokoku_footer'] #list ul li a
{
    padding: 0 14em 0 2em;
}

.device-pc section[role='yokoku_footer'] #list ul li a:before
{
    font-size: 120%;
    line-height: 1.42;
    top: 50%;
    width: 1.33em;
    height: 1.33em;
    margin-top: -.67em;
}

.device-pc section[role='yokoku_footer'] #list ul li a:after
{
    display: inline-block;
    height: 3.9em;
    content: '';
    vertical-align: middle;
}

.device-pc section[role='yokoku_footer'] #list ul li a span
{
    display: inline-block;
    vertical-align: middle;
}

.device-pc section[role='yokoku_footer'] #list ul li a small
{
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -.875em;
}

.device-pc section[role='yokoku_footer'] #schedule
{
    padding: 7.9em 0;
}

.device-pc section[role='yokoku_footer'] #schedule dd
{
    width: 42em;
}

.device-pc section[role='yokoku_footer'] #schedule dd span
{
    font-size: 200%;
    line-height: 2.3;
}

.device-pc section[role='yokoku_footer'] #schedule dd + dt + dd + dt
{
    width: 32em;
}

.device-pc section[role='yokoku_footer'] #schedule dd + dt + dd + dt + dd
{
    width: 68em;
    height: 10em;
}

.device-pc section[role='yokoku_footer'] #schedule dd + dt + dd + dt + dd span
{
    font-size: 400%;
    line-height: 2.4;
}

.device-pc section[role='yokoku_footer'] #schedule dd + dt + dd + dt + dd span br
{
    display: none;
}

.device-pc section[role='yokoku_footer'] #bottom
{
    padding: 2.9em 0 3.9em;
}

.device-pc section[role='yokoku_footer'] #bottom &gt; div
{
    position: relative;
    width: 88em;
    margin: 0 auto;
}

.device-pc section[role='yokoku_footer'] #bottom &gt; div:before,
.device-pc section[role='yokoku_footer'] #bottom &gt; div:after
{
    display: table;
    content: '';
}

.device-pc section[role='yokoku_footer'] #bottom &gt; div:after
{
    clear: both;
}

.device-pc section[role='yokoku_footer'] #bottom &gt; div ul
{
    float: right;
}

.device-pc section[role='yokoku_footer'] #bottom &gt; div ul li:first-child
{
    position: absolute;
    left: 24em;
}

.device-pc section[role='yokoku_footer'] #bottom &gt; div ul li:first-child ~ li
{
    float: left;
}

.device-pc section[role='yokoku_footer'] #bottom &gt; div ul li:first-child ~ li + li
{
    margin-left: 3em;
}

.device-pc section[role='yokoku_footer'] #bottom &gt; div ul li a:before
{
    font-size: 180%;
}

.device-pc section[role='yokoku_footer'] #bottom &gt; div ul li a span
{
    font-size: 120%;
}

.device-pc section[role='yokoku_footer'] #bottom &gt; div small
{
    float: left;
}

.device-sp section[role='yokoku_footer'] &gt; a
{
    width: 94%;
    margin: 41px auto 82px;
}

.device-sp section[role='yokoku_footer'] #share
{
    padding-bottom: 39px;
}

.device-sp section[role='yokoku_footer'] #share li
{
    width: 19%;
}

.device-sp section[role='yokoku_footer'] #share li + li
{
    margin-left: 2%;
}

.device-sp section[role='yokoku_footer'] #share li a:before
{
    display: inline-block;
    vertical-align: middle;
}

.device-sp section[role='yokoku_footer'] #share li a:after
{
    display: inline-block;
    height: 4em;
    content: '';
    vertical-align: middle;
}

.device-sp section[role='yokoku_footer'] #list
{
    padding: 3.4em 0 40px;
}

.device-sp section[role='yokoku_footer'] #list ul
{
    margin: 20px 3.13% 0;
}

.device-sp section[role='yokoku_footer'] #list ul li a
{
    padding: .9em 0 .7em 2.5em;
}

.device-sp section[role='yokoku_footer'] #list ul li a:before
{
    font-size: 150%;
    line-height: 1.4;
    top: .73em;
    width: 1.33em;
    height: 1.33em;
}

.device-sp section[role='yokoku_footer'] #list ul li a span
{
    display: block;
}

.device-sp section[role='yokoku_footer'] #list ul li a small
{
    display: block;
}

.device-sp section[role='yokoku_footer'] #schedule
{
    padding: 3.9em 0;
}

.device-sp section[role='yokoku_footer'] #schedule dd
{
    width: 30em;
}

.device-sp section[role='yokoku_footer'] #schedule dd span
{
    font-size: 140%;
    line-height: 3.29;
}

.device-sp section[role='yokoku_footer'] #schedule dd + dt + dd + dt
{
    width: 30em;
}

.device-sp section[role='yokoku_footer'] #schedule dd + dt + dd + dt + dd
{
    height: auto;
    padding: 1.4em 0 1.1em;
}

.device-sp section[role='yokoku_footer'] #schedule dd + dt + dd + dt + dd span
{
    font-size: 300%;
    line-height: 1.2;
}

.device-sp section[role='yokoku_footer'] #bottom
{
    padding: 1.4em 3% 2.4em;
}

.device-sp section[role='yokoku_footer'] #bottom &gt; div ul
{
    margin-bottom: 4.8em;
}

.device-sp section[role='yokoku_footer'] #bottom &gt; div ul li + li
{
    margin-top: 1.4em;
}

.device-sp section[role='yokoku_footer'] #bottom &gt; div ul li a:before
{
    font-size: 210%;
}

.device-sp section[role='yokoku_footer'] #bottom &gt; div ul li a span
{
    font-size: 140%;
}

main img
{
    width: 100%;
}

main time
{
    font-family: 'Courier New';
    font-size: 140%;
    font-weight: bold;
    display: block;
    text-align: center;
}

main h3
{
    text-align: center;
}

main h3:first-child
{
    margin-top: 0;
}

main h3 span
{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    display: inline-block;
    text-align: left;
    /*letter-spacing: .05em;*/
    letter-spacing: 0em;
    border-bottom-width: .15em;
    border-bottom-style: solid;
    border-bottom-color: #000;
}

main p
{
    font-size: 16px;
    font-weight: normal;
    line-height: 1.75;
    /*letter-spacing: .05em;*/
    letter-spacing: 0em;
    word-wrap: break-word;
}

main p b
{
    font-weight: bold;
}

main p i
{
    font-style: italic;
}

main p u
{
    text-decoration: underline;
}

main p del
{
    text-decoration: line-through;
}

main p small
{
    font-size: 87.5%;
    line-height: 2;
}

main p em
{
    font-size: 125%;
    font-style: normal;
    line-height: 1.4;
}

main p a
{
    display: inline;
    color: #509be5;
}

main p .indent
{
    display: inline-block;
    padding-left: 1em;
    text-indent: -1em;
}

main p .color-red
{
    color: #e60000;
}

main p .color-gray
{
    color: #808080;
}

main figure
{
    font-size: 10px;
}

.device-pc main
{
    width: 96em;
    margin: 0 auto;
    padding: 8em 0 7.6em;
}

.device-pc main time
{
    margin-top: 5em;
}

.device-pc main header
{
    padding-bottom: 4em;
}

.device-pc main h3
{
    margin-top: 4em;
}

.device-pc main p
{
    margin-top: 2.13em;
}

.device-pc main p.center
{
    text-align: center;
}

.device-pc main p + *
{
    margin-top: 3.4em !important;
}

.device-pc main p + p
{
    margin-top: 1.75em !important;
}

.device-pc main &gt; p
{
    width: 35em;
    margin-right: auto;
    margin-left: auto;
}

.device-pc main figure
{
    margin: 4em auto 0;
}

.device-pc main figure.w880
{
    width: 88em;
}

.device-pc main figure.w560
{
    width: 56em;
}

.device-pc main div.lo-col-2
{
    margin: 4em 0 0 4em;
}

.device-pc main div.lo-col-2:before,
.device-pc main div.lo-col-2:after
{
    display: table;
    content: '';
}

.device-pc main div.lo-col-2:after
{
    clear: both;
}

.device-pc main div.lo-col-2 &gt; div
{
    float: left;
    width: 42em;
    min-height: 1px;
    margin-right: 4em;
}

.device-pc main div.lo-col-2 &gt; div:first-child + div ~ div
{
    margin-top: 3.2em;
}

.device-pc main div.lo-col-2 &gt; div:first-child + div + div
{
    clear: both;
}

.device-pc main div.lo-col-2 &gt; div:first-child + div + div + div + div
{
    clear: both;
}

.device-pc main div.lo-col-2 &gt; div p:first-child
{
    margin-top: -.375em;
}

.device-pc main div.lo-col-2 &gt; div img
{
    display: block;
    width: 100%;
}

.device-pc main div.lo-col-2 &gt; div img + p
{
    margin-top: .625em;
}

.device-pc main div.lo-col-3
{
    margin: 4em 0 0 4em;
}

.device-pc main div.lo-col-3:before,
.device-pc main div.lo-col-3:after
{
    display: table;
    content: '';
}

.device-pc main div.lo-col-3:after
{
    clear: both;
}

.device-pc main div.lo-col-3 div
{
    float: left;
    width: 26.8em;
    min-height: 1px;
}

.device-pc main div.lo-col-3 div + div
{
    margin-left: 3.8em;
}

.device-pc main div.lo-col-3 div.col-span-2
{
    width: 57.4em;
}

.device-pc main div.lo-col-3 div.col-span-2 p
{
    font-size: 16px;
}

.device-pc main div.lo-col-3 div.col-span-2 p:first-child
{
    margin-top: -.375em;
}

.device-pc main div.lo-col-3 div p
{
    font-size: 14px;
}

.device-pc main div.lo-col-3 div p:first-child
{
    margin-top: -.285714285714286em;
}

.device-pc main div.lo-col-3 div img
{
    display: block;
    width: 100%;
}

.device-pc main div.lo-col-3 div img + p
{
    margin-top: .5em;
}

.device-sp main
{
    padding: 40px 3.13% 3em;
}

.device-sp main time
{
    margin-top: 2.14em;
}

.device-sp main header
{
    padding-bottom: 2em;
}

.device-sp main h3
{
    margin-top: 3em;
}

.device-sp main p
{
    margin-top: 1.5em;
}

.device-sp main p + *
{
    margin-top: 2.4em !important;
}

.device-sp main p + p
{
    margin-top: 1.13em !important;
}

.device-sp main p br
{
    display: none;
}

.device-sp main figure
{
    margin-top: 3em;
}

.device-sp main div.lo-col-2
{
    margin-top: 3em;
}

.device-sp main div.lo-col-2 div + div
{
    margin-top: 2.4em;
}

.device-sp main div.lo-col-2 div p
{
    margin-top: .63em;
}

.device-sp main div.lo-col-2 div p:first-child
{
    margin-top: -.87em;
}

.device-sp main div.lo-col-2 + *
{
    margin-top: 2.4em !important;
}

.device-sp main div.lo-col-3
{
    margin-top: 3em;
}

.device-sp main div.lo-col-3 div + div
{
    margin-top: 2.4em;
}

.device-sp main div.lo-col-3 div p
{
    font-size: 140%;
    margin-top: .63em;
}

.device-sp main div.lo-col-3 div p:first-child
{
    margin-top: -.87em;
}

#slide
{
    text-align: center;
}

#slide.ready &gt; ul
{
    opacity: 0;
}

#slide &gt; div
{
    position: relative;
    overflow: hidden;
}

#slide &gt; div ul:first-child
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform .6s cubic-bezier(.455, .03, .515, .955);
       -moz-transition:    -moz-transform .6s cubic-bezier(.455, .03, .515, .955);
        -ms-transition:     -ms-transform .6s cubic-bezier(.455, .03, .515, .955);
         -o-transition:      -o-transform .6s cubic-bezier(.455, .03, .515, .955);
            transition:         transform .6s cubic-bezier(.455, .03, .515, .955);

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

#slide &gt; div ul:first-child li
{
    position: absolute;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(0, -100%);
       -moz-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
         -o-transform: translate(0, -100%);
            transform: translate(0, -100%);
    background: url('/store/techo/sp/ja/2017/images/loading3.gif') no-repeat 50% 50%;

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

#slide &gt; div ul:first-child li.ready img
{
    opacity: 0;
}

#slide &gt; div ul:first-child li:first-child
{
    left: 0;
}

#slide &gt; div ul:first-child li.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);
}

#slide &gt; div ul:first-child li img
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .6s;
       -moz-transition: opacity .6s;
        -ms-transition: opacity .6s;
         -o-transition: opacity .6s;
            transition: opacity .6s;
}

#slide &gt; div + ul
{
    font-size: 0;
    -webkit-transition: opacity .6s;
       -moz-transition: opacity .6s;
        -ms-transition: opacity .6s;
         -o-transition: opacity .6s;
            transition: opacity .6s;
}

#slide &gt; div + ul li
{
    font-size: 10px;
    display: inline-block;
    margin-top: 1em;
    -webkit-transition: opacity .6s;
       -moz-transition: opacity .6s;
        -ms-transition: opacity .6s;
         -o-transition: opacity .6s;
            transition: opacity .6s;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background: #808080;
}

#slide &gt; div + ul li.current
{
    opacity: .4;
}

.device-pc #slide
{
    padding-bottom: 4em;
}

.device-pc #slide &gt; div ul:first-child li
{
    -webkit-background-size: 3.2em auto;
       -moz-background-size: 3.2em auto;
            background-size: 3.2em auto;
}

.device-pc #slide &gt; div ul:first-child + ul.ready li:first-child a
{
    left: 0;
}

.device-pc #slide &gt; div ul:first-child + ul.ready li:first-child + li a
{
    right: 0;
}

.device-pc #slide &gt; div ul:first-child + ul li
{
    position: absolute;
    top: 0;
    width: 4em;
    height: 100%;
}

.device-pc #slide &gt; div ul:first-child + ul li a
{
    position: absolute;
    top: 50%;
    width: 100%;
    height: 6em;
    margin-top: -3em;
    cursor: pointer;
    -webkit-transition: left .45s cubic-bezier(.25, .46, .45, .94), right .45s cubic-bezier(.25, .46, .45, .94);
       -moz-transition: left .45s cubic-bezier(.25, .46, .45, .94), right .45s cubic-bezier(.25, .46, .45, .94);
        -ms-transition: left .45s cubic-bezier(.25, .46, .45, .94), right .45s cubic-bezier(.25, .46, .45, .94);
         -o-transition: left .45s cubic-bezier(.25, .46, .45, .94), right .45s cubic-bezier(.25, .46, .45, .94);
            transition: left .45s cubic-bezier(.25, .46, .45, .94), right .45s cubic-bezier(.25, .46, .45, .94);
    color: #000;
    border-top: #e5e5e5 1px solid;
    border-bottom: #e5e5e5 1px solid;
    background: #fff;
}

.device-pc #slide &gt; div ul:first-child + ul li a:before
{
    font-size: 36px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -.5em 0 0 -.5em;
}

.device-pc #slide &gt; div ul:first-child + ul li:first-child
{
    left: 0;
}

.device-pc #slide &gt; div ul:first-child + ul li:first-child:hover a
{
    left: 0;
}

.device-pc #slide &gt; div ul:first-child + ul li:first-child a
{
    left: -100%;
    border-right: #e5e5e5 1px solid;
    -webkit-border-radius: 0 .8em .8em 0;
            border-radius: 0 .8em .8em 0;
}

.device-pc #slide &gt; div ul:first-child + ul li:first-child + li
{
    right: 0;
}

.device-pc #slide &gt; div ul:first-child + ul li:first-child + li:hover a
{
    right: 0;
}

.device-pc #slide &gt; div ul:first-child + ul li:first-child + li a
{
    right: -100%;
    border-left: #e5e5e5 1px solid;
    -webkit-border-radius: .8em 0 0 .8em;
            border-radius: .8em 0 0 .8em;
}

.device-pc #slide &gt; div + ul li
{
    width: 1em;
    padding-top: 1em;
}

.device-pc #slide &gt; div + ul li + li
{
    margin-left: 1.5em;
}

.device-sp #slide
{
    padding-bottom: 2em;
}

.device-sp #slide &gt; div ul:first-child li
{
    -webkit-background-size: 10.67% auto;
       -moz-background-size: 10.67% auto;
            background-size: 10.67% auto;
}

.device-sp #slide &gt; div + ul li
{
    width: 3.33%;
    padding-top: 3.33%;
}

.device-sp #slide &gt; div + ul li + li
{
    margin-left: 5%;
}

.ua-desktop #slide &gt; div ul:first-child + ul li a
{
    -webkit-transition: left .45s cubic-bezier(.25, .46, .45, .94), right .45s cubic-bezier(.25, .46, .45, .94), opacity .3s !important;
       -moz-transition: left .45s cubic-bezier(.25, .46, .45, .94), right .45s cubic-bezier(.25, .46, .45, .94), opacity .3s !important;
        -ms-transition: left .45s cubic-bezier(.25, .46, .45, .94), right .45s cubic-bezier(.25, .46, .45, .94), opacity .3s !important;
         -o-transition: left .45s cubic-bezier(.25, .46, .45, .94), right .45s cubic-bezier(.25, .46, .45, .94), opacity .3s !important;
            transition: left .45s cubic-bezier(.25, .46, .45, .94), right .45s cubic-bezier(.25, .46, .45, .94), opacity .3s !important;
}

.ua-desktop #slide &gt; div ul:first-child + ul li a:hover
{
    opacity: .4;
}

.no-backgroundsize div[role='yokoku_header'] #schedule,
.no-backgroundsize section[role='yokoku_footer'] #schedule
{
    background-image: url('/store/techo/ja/magazine/2017yokoku/images/bg_lattice.png');
}

.no-backgroundsize div[role='yokoku_header'] #schedule dt,
.no-backgroundsize section[role='yokoku_footer'] #schedule dt
{
    background-image: url('/store/techo/ja/magazine/2017yokoku/images/bg_balloon_s.png');
}

.no-backgroundsize div[role='yokoku_header'] #schedule dd + dt + dd + dt,
.no-backgroundsize section[role='yokoku_footer'] #schedule dd + dt + dd + dt
{
    background-image: url('/store/techo/ja/magazine/2017yokoku/images/bg_balloon.png');
}

html.device-sp body &gt; footer #footer-banner {
    width: 93.75%;
    padding: 0;
    margin-top: 4em;
    border: 1px solid #000;
}
body &gt; footer #footer-banner dl:before {
    border: 0 none;
    width: auto;
    height: auto;
    left: auto;
    top: auto;
}
body &gt; footer #footer-banner dl:after {
    border: 0 none;
    width: auto;
    height: auto;
    left: auto;
    top: auto;
}
html.device-sp body &gt; footer #footer-banner dl dd {
    display: block;
    width: 95%;
    margin: 0.3em auto;
    padding: 0.3em 0;
    border-top: 1px solid #000;
}
html.device-sp body &gt; footer #footer-banner dl dd:first-child {
    margin-top: 0;
    border: 0 none;
}

html.device-sp body &gt; footer #footer-share {
    width: 93.75%;
}

html.device-sp body &gt; footer #footer-sitemap &gt; ul:first-child {
    width: auto;
    padding: 3em 3em 6em 3em;
}
html.device-sp body &gt; footer #footer-sitemap &gt; ul:first-child &gt; li:first-child {
    position: static;
    left: auto;
    margin-left: 0;
}
html.device-sp body &gt; footer #footer-sitemap &gt; ul:first-child &gt; li:first-child ~ li {
    float:none;
    margin-top: 1em;
    width: auto !important;
}
/*body &gt; footer #footer-sitemap &gt; ul:first-child &gt; li &gt; span, body &gt; footer #footer-sitemap &gt; ul:first-child &gt; li &gt; a {
    font-size: 16px;
}*/
body &gt; footer #footer-sitemap &gt; ul:first-child span, body &gt; footer #footer-sitemap &gt; ul:first-child a {
    font-size: 14px;
    line-height: 2em;
}

html.device-sp body &gt; footer #footer-sitemap div {
    width: auto;
    padding: 1.7em 3.3em;
}
html.device-sp body &gt; footer #footer-sitemap div a {
    float: none;
    display: block;
    margin: 1em auto;
}
/*body &gt; footer #footer-sitemap div small {
    float: none;
    display: block;
    margin: 1em auto;
    text-align: center;
}*/
/*# sourceMappingURL=dev/store/techo/en/funstuff/2017yokoku/styl/2017yokoku.css.map */
</pre></body></html>