@charset "UTF-8";
/* html5doctor.com Reset v1.6.1 - http://cssreset.com */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}

* {
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}

h1, h2, h3, h4 {
	font-weight: normal;
}

strong, em {
	font-weight: normal;
	font-style: normal;
}

img {
	/*width: 100%;*/
	vertical-align: top;
	max-width: 100%;
}

ul, ol {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* basics */
body {
	background-color: #fff;
	font-size: 20px;
	line-height: 2;
	font-family: Hiragino Sans, "ヒラギノ角ゴシック", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Noto Sans Japanese", "メイリオ", Meiryo, sans-serif;
	text-align: justify;
	letter-spacing: 0.05em;
	color: #000;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-ms-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: linear;
	-moz-transition-timing-function: linear;
	-ms-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
	opacity: 1;
	text-decoration: none;
	outline: 0;
	color: #000;
}

a:hover {
	opacity: 0.6;
}

/* rayout */
html, body, .wrapper {
	width: 100%;
	height: 100vh;
}

.loading {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	background-color: #fff;
}

.loading > img {
	display: block;
	width: 50px;
	height: 50px;
	margin: auto;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.bg {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background: transparent url(/store/haramaki/2017_winter/tezuka/images/lookbook/atom-img1.jpg) no-repeat center/cover;
}

.video {
	display: none;
	position: relative;
	width: 100%;
	height: 100%;
}

.video video {
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.yokoku {
	display: block;
	width: 42.1875%;
	position: fixed;
	bottom: 30px;
	left: 2.34375%;
	z-index: 1;
	opacity: 0;
	transform: scale(0.5);
	-webkit-transition-property: opacity transform;
	-moz-transition-property: opacity transform;
	-ms-transition-property: opacity transform;
	-o-transition-property: opacity transform;
	transition-property: opacity transform;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.31, 1.38, 0.82, 1.35);
	-moz-transition-timing-function: cubic-bezier(0.31, 1.38, 0.82, 1.35);
	-ms-transition-timing-function: cubic-bezier(0.31, 1.38, 0.82, 1.35);
	-o-transition-timing-function: cubic-bezier(0.31, 1.38, 0.82, 1.35);
	transition-timing-function: cubic-bezier(0.31, 1.38, 0.82, 1.35);
}

.yokoku.active {
	opacity: 1;
	transform: scale(1);
}

.tazukalogo {
	display: none;
	width: 137px;
	position: fixed;
	top: 25px;
	left: 25px;
	z-index: 1;
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-ms-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: linear;
	-moz-transition-timing-function: linear;
	-ms-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
}

.tazukalogo.active {
	opacity: 1;
}

.page {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.page img {
	display: block;
}

.scroll {
	display: block;
	width: 45px;
	height: 45px;
	margin: auto;
	background: url(/store/haramaki/2017_winter/tezuka/images/lookbook/scroll.png) no-repeat center/contain;
	position: fixed;
	right: 0;
	bottom: 10px;
	left: 0;
}

.product {
	height: 100%;
	position: relative;
	background-color: #fff;
}

.product > p {
	max-width: 260px;
	position: absolute;
	top: 2.20459%;
	left: 3.125%;
	line-height: 0;
}

.product > p > svg {
	width: 100%;
	height: 100%;
	margin: 0;
}

.product .spimg {
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	width: 93.75%;
	max-width: 400px;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.product .spimg > span {
	display: block;
	height: 52.91005%;
	max-height: 500px;
}

.product .spimg > span > img {
	display: block;
	border: 3px solid #000;
}

.product > a {
	display: block;
	width: 65.9375%;
	max-width: 211px;
	position: absolute;
	bottom: 7.93651%;
	right: 3.90625%;
}

#footer {
	background-color: #fff;
	position: relative;
	z-index: 1;
}

#footer .banner2 {
	padding-left: 3.25521%;
	padding-right: 3.25521%;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto;
}

#footer .banner2 > li {
	width: 100%;
	margin-top: 4.6875%;
}

#footer .banner2 > li > a {
	display: block;
}

#footer .banner2 > li.w9lb {
	margin-top: 2.34375%;
}

#footer .banner2 > li.w9lb > a {
	height: 0;
	margin-left: -3.33333%;
	padding-bottom: 70.96774%;
	background: url(/store/haramaki/2017_winter/tezuka/images/banner-lbpre.png) no-repeat center top/contain;
	text-indent: -9999px;
}

#footer .banner2 > li.sob > a {
	height: 0;
	padding-bottom: 60%;
	background: url(/store/haramaki/2017_winter/tezuka/images/banner-sobue2.jpg) no-repeat center top/contain;
	text-indent: -9999px;
}

#footer footer {
	padding: 40px 0;
}

#footer footer > div {
	max-width: 1000px;
	margin: 0 auto;
}

#footer footer .shoplink {
	border: 1px solid #000;
}

#footer footer .shoplink > a {
	display: block;
	height: 0;
	padding-bottom: 66.71875%;
	background: url(/store/haramaki/2017_winter/tezuka/images/footer-banner.png) no-repeat center/contain;
	text-indent: -9999px;
}

#footer footer .link {
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	margin-top: 40px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}

#footer footer .link > li {
	width: 50%;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}

#footer footer .link > li > a {
	display: block;
}

#footer footer .link > li > a > img {
	width: 100%;
}

#footer footer .share {
	margin-top: 40px;
	text-align: center;
	font-size: 15px;
	line-height: 1;
}

#footer footer .share ul {
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	margin: 20px auto 0 auto;
	width: 230px;
}

#footer footer .share ul > li {
	width: 39px;
}

#footer footer .mail {
	margin-top: 40px;
	padding-top: 25px;
	border-top: 1px solid #000;
	text-align: center;
	font-size: 15px;
}

#footer footer .mail > li {
	display: inline-block;
	padding: 0 10px;
}

#footer footer .copy {
	width: 229px;
	margin: 20px auto 0 auto;
}

#p1 > p {
	width: 48.4375%;
	margin: auto;
	position: absolute;
	top: 5px;
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-ms-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: linear;
	-moz-transition-timing-function: linear;
	-ms-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
}

#p1 > p.active {
	opacity: 1;
}

#p1 h1 {
	width: 94.375%;
	position: absolute;
	margin: auto;
	right: 0;
	bottom: 25%;
	left: 0;
	opacity: 0;
	transform: scale(0.5);
	-webkit-transition-property: opacity transform;
	-moz-transition-property: opacity transform;
	-ms-transition-property: opacity transform;
	-o-transition-property: opacity transform;
	transition-property: opacity transform;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.61, 1.48, 0.94, 1.48);
	-moz-transition-timing-function: cubic-bezier(0.61, 1.48, 0.94, 1.48);
	-ms-transition-timing-function: cubic-bezier(0.61, 1.48, 0.94, 1.48);
	-o-transition-timing-function: cubic-bezier(0.61, 1.48, 0.94, 1.48);
	transition-timing-function: cubic-bezier(0.61, 1.48, 0.94, 1.48);
}

#p1 h1.active {
	opacity: 1;
	transform: scale(1);
}

#p2 > div {
	width: 100%;
	max-height: 312px;
	margin: auto;
	padding-top: 25px;
	padding-bottom: 25px;
	position: absolute;
	top: 0;
	bottom: 0;
	background-color: rgba(15, 0, 0, 0.4);
}

#p2 > div > p {
	width: 90%;
	max-width: 271px;
	margin: 0 auto;
}

#p2 > div > p > span {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 96.67897%;
	background: url(/store/haramaki/2017_winter/tezuka/images/lookbook/lead.png) no-repeat center/contain;
	text-indent: -9999px;
}

#p4 .product > p {
	width: 52.5%;
}

#p5 {
	background-image: url(/store/haramaki/2017_winter/tezuka/images/lookbook/atom2-img1.jpg);
}

#p6 .product > p {
	width: 46.875%;
}

#p7 {
	background-image: url(/store/haramaki/2017_winter/tezuka/images/lookbook/atom3-img1.jpg);
}

#p8 .product > p {
	width: 59.0625%;
}

#p9 {
	background-image: url(/store/haramaki/2017_winter/tezuka/images/lookbook/hinotori-img1.jpg);
}

#p10 .product > p {
	width: 46.71875%;
}

#p11 {
	background-image: url(/store/haramaki/2017_winter/tezuka/images/lookbook/merumo-img1.jpg);
}

#p12 .product > p {
	width: 46.71875%;
}

#p13 {
	background-image: url(/store/haramaki/2017_winter/tezuka/images/lookbook/ribon-img1.jpg);
}

#p14 .product > p {
	width: 46.71875%;
}

#p15 {
	background-image: url(/store/haramaki/2017_winter/tezuka/images/lookbook/hyoutan-img1.jpg);
}

#p16 .product > p {
	width: 54.84375%;
}

#p17 {
	background-image: url(/store/haramaki/2017_winter/tezuka/images/lookbook/pinoko-img1.jpg);
}

#p18 .product > p {
	width: 46.71875%;
}

#p19 {
	background-image: url(/store/haramaki/2017_winter/tezuka/images/lookbook/pinoko2-img1.jpg);
}

#p20 .product > p {
	width: 45%;
}

#p21 {
	background-image: url(/store/haramaki/2017_winter/tezuka/images/lookbook/unico-img1.jpg);
}

#p22 .product > p {
	width: 46.71875%;
}

#p23 {
	background-image: url(/store/haramaki/2017_winter/tezuka/images/lookbook/unico2-img1.jpg);
}

#p24 .product > p {
	width: 45%;
}

#p25 > p {
	text-indent: -9999px;
	width: 231px;
	height: 371px;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	background: url(/store/haramaki/2017_winter/tezuka/images/lookbook/staff.png) no-repeat center/contain;
	transform: scale(0.5);
	-webkit-transition-property: opacity transform;
	-moz-transition-property: opacity transform;
	-ms-transition-property: opacity transform;
	-o-transition-property: opacity transform;
	transition-property: opacity transform;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.31, 1.38, 0.82, 1.35);
	-moz-transition-timing-function: cubic-bezier(0.31, 1.38, 0.82, 1.35);
	-ms-transition-timing-function: cubic-bezier(0.31, 1.38, 0.82, 1.35);
	-o-transition-timing-function: cubic-bezier(0.31, 1.38, 0.82, 1.35);
	transition-timing-function: cubic-bezier(0.31, 1.38, 0.82, 1.35);
}

#p25 > p.active {
	opacity: 1;
	transform: scale(1);
}

@media (min-width: 769px) {
	.bg {
		background-image: url(/store/haramaki/2017_winter/tezuka/images/lookbook/atom-img1-l.jpg);
	}
	.yokoku {
		width: 280px;
		top: 45px;
		bottom: auto;
		right: 30px;
		left: auto;
		z-index: 1;
	}
	.tezukalogo {
		display: block;
	}
	.video {
		display: block;
	}
	.scroll {
		width: 60px;
		height: 60px;
		right: 0;
		bottom: 30px;
		left: 0;
	}
	.product {
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	.product > p {
		max-width: 400px;
		margin: auto;
		top: 0;
		bottom: 0;
		left: auto;
	}
	.product > p > svg {
		fill: #fff;
	}
	.product .spimg {
		display: none;
	}
	.product > a {
		margin-top: 100px;
		top: 50%;
		bottom: auto;
		right: auto;
	}
	#p1 > p {
		width: 310px;
		margin-top: -290px;
		top: 50%;
	}
	#p1 h1 {
		width: 860px;
		height: 332px;
		top: 0;
		bottom: 0;
	}
	#p2 > div {
		max-height: 490px;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	#p2 > div > p {
		max-width: 652px;
	}
	#p2 > div > p > span {
		padding-bottom: 59.81595%;
		background-image: url(/store/haramaki/2017_winter/tezuka/images/lookbook/lead-l.png);
	}
	#p3 {
		background: url(/store/haramaki/2017_winter/tezuka/images/lookbook/atom-img1-l.jpg) no-repeat center/cover;
	}
	#p4 .product {
		background-image: url(/store/haramaki/2017_winter/tezuka/images/lookbook/atom-img2-l.jpg);
	}
	#p4 .product > p {
		width: 225px;
		right: 40px;
	}
	#p4 .product > a {
		right: 65px;
	}
	#p5 {
		background-image: url(/store/haramaki/2017_winter/tezuka/images/lookbook/atom2-img1-l.jpg);
	}
	#p6 .product {
		background-image: url(/store/haramaki/2017_winter/tezuka/images/lookbook/atom2-img2-l.jpg);
	}
	#p6 .product > p {
		width: 200px;
		left: 30px;
	}
	#p6 .product > a {
		margin-top: 85px;
		left: 15px;
	}
	#p7 {
		background-image: url(/store/haramaki/2017_winter/tezuka/images/lookbook/atom3-img1-l.jpg);
	}
	#p8 .product {
		background-image: url(/store/haramaki/2017_winter/tezuka/images/lookbook/atom3-img2-l.jpg);
	}
	#p8 .product > p {
		width: 253px;
		right: 20px;
	}
	#p8 .product > a {
		right: 75px;
		margin-top: 85px;
	}
	#p9 {
		background-image: url(/store/haramaki/2017_winter/tezuka/images/lookbook/hinotori-img1-l.jpg);
	}
	#p10 .product {
		background-image: url(/store/haramaki/2017_winter/tezuka/images/lookbook/hinotori-img2-l.jpg);
	}
	#p10 .product > p {
		width: 200px;
		left: 30px;
	}
	#p10 .product > a {
		margin-top: 85px;
		left: 15px;
	}
	#p11 {
		background-image: url(/store/haramaki/2017_winter/tezuka/images/lookbook/merumo-img1-l.jpg);
	}
	#p12 .product {
		background-image: url(/store/haramaki/2017_winter/tezuka/images/lookbook/merumo-img2-l.jpg);
	}
	#p12 .product > p {
		width: 200px;
		right: 70px;
	}
	#p12 .product > a {
		right: 75px;
		margin-top: 85px;
	}
	#p13 {
		background-image: url(/store/haramaki/2017_winter/tezuka/images/lookbook/ribon-img1-l.jpg);
	}
	#p14 .product {
		background-image: url(/store/haramaki/2017_winter/tezuka/images/lookbook/ribon-img2-l.jpg);
	}
	#p14 .product > p {
		width: 200px;
		left: 30px;
	}
	#p14 .product > a {
		margin-top: 85px;
		left: 25px;
	}
	#p15 {
		background-image: url(/store/haramaki/2017_winter/tezuka/images/lookbook/hyoutan-img1-l.jpg);
	}
	#p16 .product {
		background-image: url(/store/haramaki/2017_winter/tezuka/images/lookbook/hyoutan-img2-l.jpg);
	}
	#p16 .product > p {
		width: 235px;
		right: 30px;
	}
	#p16 .product > a {
		right: 70px;
		margin-top: 105px;
	}
	#p17 {
		background-image: url(/store/haramaki/2017_winter/tezuka/images/lookbook/pinoko-img1-l.jpg);
	}
	#p18 .product {
		background-image: url(/store/haramaki/2017_winter/tezuka/images/lookbook/pinoko-img2-l.jpg);
	}
	#p18 .product > p {
		width: 200px;
		right: 70px;
	}
	#p18 .product > a {
		right: 70px;
		margin-top: 85px;
	}
	#p19 {
		background-image: url(/store/haramaki/2017_winter/tezuka/images/lookbook/pinoko2-img1-l.jpg);
	}
	#p20 .product {
		background-image: url(/store/haramaki/2017_winter/tezuka/images/lookbook/pinoko2-img2-l.jpg);
	}
	#p20 .product > p {
		width: 192px;
		left: 30px;
	}
	#p20 .product > a {
		margin-top: 85px;
		left: 15px;
	}
	#p21 {
		background-image: url(/store/haramaki/2017_winter/tezuka/images/lookbook/unico-img1-l.jpg);
	}
	#p22 .product {
		background-image: url(/store/haramaki/2017_winter/tezuka/images/lookbook/unico-img2-l.jpg);
	}
	#p22 .product > p {
		width: 200px;
		right: 70px;
	}
	#p22 .product > a {
		right: 55px;
		margin-top: 85px;
	}
	#p23 {
		background-image: url(/store/haramaki/2017_winter/tezuka/images/lookbook/unico2-img1-l.jpg);
	}
	#p24 .product {
		background-image: url(/store/haramaki/2017_winter/tezuka/images/lookbook/unico2-img2-l.jpg);
	}
	#p24 .product > p {
		width: 193px;
		right: 75px;
	}
	#p24 .product > a {
		right: 55px;
		margin-top: 85px;
	}
	#p25 > p {
		width: 494px;
		height: 311px;
		margin: auto;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-image: url(/store/haramaki/2017_winter/tezuka/images/lookbook/staff-l.png);
	}
	#footer .banner2 {
		max-width: 1000px;
		padding-left: 0;
		padding-right: 0;
		padding-top: 60px;
	}
	#footer .banner2 > li {
		width: 48.53556%;
		margin-top: 2.52016%;
	}
	#footer .banner2 > li.w9lb {
		width: 100%;
	}
	#footer .banner2 > li.w9lb > a {
		margin-left: 0;
		padding-bottom: 29.26316%;
		background-image: url(/store/haramaki/2017_winter/tezuka/images/banner-lbpre-l.png);
	}
	#footer .banner2 > li.sob {
		width: 100%;
	}
	#footer .banner2 > li.sob > a {
		padding-bottom: 30%;
		background-image: url(/store/haramaki/2017_winter/tezuka/images/banner-sobue2-l.jpg);
	}
	#footer footer {
		padding: 80px 0;
	}
	#footer footer .shoplink > a {
		padding-bottom: 40%;
		background-image: url(/store/haramaki/2017_winter/tezuka/images/footer-banner-l.png);
	}
	#footer footer .link {
		border: 1px solid #000;
	}
	#footer footer .link > li {
		width: 25%;
		border: none;
	}
	#footer footer .link > li + li {
		border-left: 1px solid #000;
	}
	#footer footer .share ul {
		width: 330px;
	}
}
