
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;
	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;
	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 .products > ul > li {
	font-size: 10px;
	display: inline-block;
	margin: 0 -.025em 4em;
	padding: 0 1em;
	vertical-align: top;
}
.device-pc main .products > ul > li.tt a.btn-slide {
	width: 22.5em;
}
.device-pc main .products > ul > li.tt a.btn-slide dl dt > img {
	width: 17.6em;
	left: 50%;
	margin-left: -8.8em;
}

.device-sp main .products {
	width: auto;
}
.device-sp main .products .content-item {
	letter-spacing: 0;
	padding-top: 45%;
	width: 45.31%;
	margin-left: 3.13%;
	position: relative;
	border-right: #e5e5e5 1px solid;
	border-bottom: #e5e5e5 1px solid;
	-webkit-border-radius: 0 0 0.6em 0;
	border-radius: 0 0 0.6em 0;
	float: left;
}
.device-sp main .products .content-item:before {
	content: "";
	position: absolute;
	width: 22.22%;
	padding-top: 22.22%;
	background: url("/store/techo/sp/ja/2017/images/loading3.gif") no-repeat;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 175%);
	-moz-transform: translate(-50%, 175%);
	-o-transform: translate(-50%, 175%);
	-ms-transform: translate(-50%, 175%);
	transform: translate(-50%, 175%);
}
.device-sp main .products .content-item:nth-child(2) ~ li {
	margin-top: 10px;
}
.device-sp main .products .content-item a dl dt > img
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-ms-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
	opacity: 1;
}
.device-sp main .products > ul {
	overflow: hidden;
}
.device-sp main .products > ul > li {
	padding-bottom: 15.3em;
}


.zoom {
	position: relative;
}
.zoom a:before {
	position: absolute;
	bottom: 9px;
	right: 9px;
	width: 25px;
	height: 25px;
	background: #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	z-index: 1;
	font-size: 220%;
	color: #509be5;
	text-align: center;
	display: block;
	overflow: hidden;
	line-height: 1.14;
	overflow: hidden;
}
.content-image img {
	max-width: 86em;
	max-height: 86em;
}




.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 > 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 > div
{
	float: left;
	width: 42em;
	min-height: 1px;
	margin-right: 4em;
}

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

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

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

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

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

.device-pc main div.lo-col-2 > 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 > ul
{
	opacity: 0;
}

#slide > div
{
	position: relative;
	overflow: hidden;
}

#slide > 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 > 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 > div ul:first-child li.ready img
{
	opacity: 0;
}

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

#slide > 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 > 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 > 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 > 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 > div + ul li.current
{
	opacity: .4;
}

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

.device-pc #slide > 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 > div ul:first-child + ul.ready li:first-child a
{
	left: 0;
}

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

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

.device-pc #slide > 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 > 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 > div ul:first-child + ul li:first-child
{
	left: 0;
}

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

.device-pc #slide > 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 > div ul:first-child + ul li:first-child + li
{
	right: 0;
}

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

.device-pc #slide > 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 > div + ul li
{
	width: 1em;
	padding-top: 1em;
}

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

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

.device-sp #slide > 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 > div + ul li
{
	width: 3.33%;
	padding-top: 3.33%;
}

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

.ua-desktop #slide > 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 > 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');
}

/*# sourceMappingURL=dev/store/techo/ja/magazine/2017yokoku/styl/2017yokoku.css.map */
