@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: 18px;
	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;
}

html, body {
	width: 100%;
	height: 100%;
}

a {
	text-decoration: none;
	outline: 0;
	color: #000;
}

a[href] {
	-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;
}

a[href]:hover {
	opacity: 0.6;
}

p a {
	color: #0082FF;
}

.pcbr {
	display: none;
}

/* rayout */
.wrapper {
	max-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

.content {
	padding-left: 2.8125%;
	padding-right: 2.8125%;
}

.banner {
	-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;
}

.banner > li {
	width: 100%;
	margin-top: 4.6875%;
}

.banner > li > a {
	display: block;
}

.banner > li:last-child > a {
	height: 0;
	padding-bottom: 59.91379%;
	background: url(/store/haramaki/2017_winter/tezuka/images/banner-sobue.jpg) no-repeat center top/contain;
	text-indent: -9999px;
}

.banner2 {
	-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;
}

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

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

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

.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;
}

.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 {
	padding: 40px 0;
	position: relative;
	z-index: 1;
	background-color: #fff;
}

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

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

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 .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 .link > li {
	width: 50%;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}

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

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

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

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 .share ul > li {
	width: 39px;
}

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

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

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

.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;
}

.home header {
	height: 0;
	padding-bottom: 144.375%;
	position: relative;
	background: url(/store/haramaki/2017_winter/tezuka/images/main-bg.png) no-repeat center top/cover;
}

.home header p {
	width: 48.4375%;
	position: absolute;
	left: 25.78125%;
	top: 0.75758%;
	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;
}

.home header p.active {
	opacity: 1;
}

.home header h1 {
	width: 93.125%;
	position: absolute;
	left: 2.34375%;
	top: 56.27706%;
	z-index: 2;
	opacity: 0;
	-webkit-transition-property: top opacity;
	-moz-transition-property: top opacity;
	-ms-transition-property: top opacity;
	-o-transition-property: top opacity;
	transition-property: top opacity;
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	-ms-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	transition-duration: 0.6s;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.home header h1.active {
	top: 54.329%;
	opacity: 1;
}

.home header > div {
	width: 44.375%;
	position: absolute;
	left: 54.6875%;
	top: 34.63203%;
	z-index: 3;
	opacity: 0;
	-webkit-transition-property: left top opacity;
	-moz-transition-property: left top opacity;
	-ms-transition-property: left top opacity;
	-o-transition-property: left top opacity;
	transition-property: left top 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: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.home header > div.active {
	left: 53.125%;
	top: 32.46753%;
	opacity: 1;
}

.home .lead {
	margin-top: -6.25%;
	position: relative;
}

.home .lead > p {
	height: 0;
	padding-bottom: 306.29139%;
	background: url(/store/haramaki/2017_winter/tezuka/images/lead.png) no-repeat center top/contain;
	text-indent: -9999px;
}

@media (min-width: 768px) {
	.home header {
		padding-bottom: 63.50806%;
		background-image: url(/store/haramaki/2017_winter/tezuka/images/main-bg-l.png);
	}
	.home header p {
		width: 31.25%;
		left: 34.27419%;
		top: 1.11111%;
	}
	.home header h1 {
		width: 85.8871%;
		left: 5.74597%;
		top: 31.42857%;
	}
	.home header h1.active {
		top: 28.25397%;
	}
	.home header > div {
		width: 28.62903%;
		left: 56.85484%;
		top: 4.28571%;
	}
	.home header > div.active {
		left: 54.83871%;
		top: 1.11111%;
	}
	.home .lead {
		margin-top: -3.5%;
	}
	.home .lead > p {
		padding-bottom: 48.63732%;
		background-image: url(/store/haramaki/2017_winter/tezuka/images/lead-l.png);
	}
}

.goods header {
	height: 0;
	padding-bottom: 60%;
	border-bottom: 4px solid #000;
	position: relative;
	overflow: hidden;
	background: url(/store/haramaki/2017_winter/tezuka/images/goods/header-bg.png) no-repeat center top/cover;
}

.goods header p {
	width: 48.4375%;
	position: absolute;
	left: 25.78125%;
	top: 1.82292%;
	z-index: 1;
}

.goods header h1 {
	width: 89.0625%;
	position: absolute;
	left: 5.46875%;
	top: 26.04167%;
	z-index: 3;
	opacity: 0;
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	-ms-transform: scale(0.6);
	-o-transform: scale(0.6);
	transform: scale(0.6);
	-webkit-transition-property: transform opacity;
	-moz-transition-property: transform opacity;
	-ms-transition-property: transform opacity;
	-o-transition-property: transform opacity;
	transition-property: transform opacity;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: ease-in;
	-moz-transition-timing-function: ease-in;
	-ms-transition-timing-function: ease-in;
	-o-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
}

.goods header h1.active {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.goods header > span {
	display: block;
	width: 51.5625%;
	position: absolute;
	left: 9.375%;
	top: 54.6875%;
	z-index: 3;
	opacity: 0;
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	-ms-transform: scale(0.6);
	-o-transform: scale(0.6);
	transform: scale(0.6);
	-webkit-transition-property: transform opacity;
	-moz-transition-property: transform opacity;
	-ms-transition-property: transform opacity;
	-o-transition-property: transform opacity;
	transition-property: transform opacity;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: ease-in;
	-moz-transition-timing-function: ease-in;
	-ms-transition-timing-function: ease-in;
	-o-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
}

.goods header > span.active {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.goods header > div {
	width: 44.53125%;
	position: absolute;
	left: 53.125%;
	top: 51.30208%;
	opacity: 0;
	-webkit-transform: rotate(15deg) scale(1.8);
	-moz-transform: rotate(15deg) scale(1.8);
	-ms-transform: rotate(15deg) scale(1.8);
	-o-transform: rotate(15deg) scale(1.8);
	transform: rotate(15deg) scale(1.8);
	-webkit-transition-property: transform opacity;
	-moz-transition-property: transform opacity;
	-ms-transition-property: transform opacity;
	-o-transition-property: transform opacity;
	transition-property: transform opacity;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
	z-index: 2;
}

.goods header > div.active {
	opacity: 1;
	-webkit-transform: rotate(-15deg) scale(1);
	-moz-transform: rotate(-15deg) scale(1);
	-ms-transform: rotate(-15deg) scale(1);
	-o-transform: rotate(-15deg) scale(1);
	transform: rotate(-15deg) scale(1);
}

.goods header > a {
	display: block;
	width: 78.125%;
	position: absolute;
	right: 0;
	bottom: -50px;
	left: 0;
}

.goods header .closing {
    position: absolute;
    width: auto;
    top: auto;
    left: 10px;
    bottom: 10px;
    z-index: 10;
}

.goods header .closing img {
    width: 140px;
}

.goods .btn-presentation {
	padding: 0 10.9375%;
	margin: 4.6875% auto 0 auto;
	position: relative;
}

.goods .btn-presentation > a {
	display: block;
}

.goods .lead {
	height: 0;
	margin-top: 4.6875%;
	padding-bottom: 697.01987%;
	position: relative;
	background: url(/store/haramaki/2017_winter/tezuka/images/goods/lead-bg.png) no-repeat center top/cover;
}

.goods .lead > p {
	position: absolute;
	opacity: 0;
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	-ms-transform: scale(0.6);
	-o-transform: scale(0.6);
	transform: scale(0.6);
	-webkit-transition-property: transform opacity;
	-moz-transition-property: transform opacity;
	-ms-transition-property: transform opacity;
	-o-transition-property: transform opacity;
	transition-property: transform 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: cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.goods .lead > p.active {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.goods .lead > p:nth-child(1) {
	width: 86.75497%;
	left: 8.27815%;
	top: 0.61758%;
}

.goods .lead > p:nth-child(2) {
	width: 88.90728%;
	left: 4.13907%;
	top: 12.96912%;
}

.goods .lead > p:nth-child(3) {
	width: 54.63576%;
	left: 43.04636%;
	top: 21.82898%;
}

.goods .lead > p:nth-child(4) {
	width: 75.66225%;
	left: 2.98013%;
	top: 36.43705%;
}

.goods .lead > p:nth-child(5) {
	width: 64.23841%;
	left: 28.47682%;
	top: 46.86461%;
}

.goods .lead > p:nth-child(6) {
	width: 97.01987%;
	left: 4.13907%;
	top: 61.18765%;
}

.goods .lead > p:nth-child(7) {
	width: 50.33113%;
	left: 42.21854%;
	top: 71.14014%;
}

.goods .lead > p:nth-child(8) {
	width: 62.91391%;
	left: 2.48344%;
	top: 83.27791%;
}

.goods .entry {
	margin-top: 2.34375%;
	padding: 40px 3.76569%;
	border: 4px solid #000;
	background-color: #FFEB46;
	font-size: 16px;
}

.goods .entry > div {
	max-width: 540px;
	margin: 0 auto;
}

.goods .entry > div h2 {
	margin-bottom: 30px;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	line-height: 1;
}

.goods .entry > div > a {
	display: block;
	width: 200px;
	margin: 15px auto;
}

.goods .presentation {
	font-size: 16px;
	line-height: 1.8;
}

.goods .presentation h2 {
	height: 0;
	margin-top: 2.34375%;
	padding-bottom: 50%;
	border: 4px solid #000;
	text-indent: -9999px;
	background: #00C300 url(/store/haramaki/2017_winter/tezuka/images/goods/presentation-title.png) no-repeat center;
	background-size: 77.33333% auto;
}

.goods .presentation > div {
	margin-top: 2.34375%;
	border: 4px solid #000;
	padding: 20px 3.33333%;
}

.goods .presentation > div .fukidashi {
	padding: 20px 3.33333%;
	position: relative;
	border: 4px solid #000;
	border-radius: 15px;
}

.goods .presentation > div .fukidashi:after {
	content: "";
	display: block;
	width: 54px;
	height: 31px;
	position: absolute;
	bottom: -31px;
	right: 70px;
	background: url(/store/haramaki/2017_winter/tezuka/images/goods/fukidashi-r.png) no-repeat center top/contain;
}

.goods .presentation > div .red {
	background-color: #FFF0FF;
}

.goods .presentation > div .blue {
	background-color: #F0FFFF;
}

.goods .presentation > div .blue:after {
	background-image: url(/store/haramaki/2017_winter/tezuka/images/goods/fukidashi-b.png);
}

.goods .presentation > div .otakara {
	-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-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	-o-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-align-items: flex-end;
	-moz-align-items: flex-end;
	-ms-align-items: flex-end;
	-o-align-items: flex-end;
	align-items: flex-end;
	margin-bottom: 20px;
}

.goods .presentation > div .otakara .fukidashi {
	background-color: #FFFAD7;
	margin-bottom: 67px;
}

.goods .presentation > div .otakara .fukidashi:after {
	width: 74px;
	height: 57px;
	background-image: url(/store/haramaki/2017_winter/tezuka/images/goods/fukidashi-y.png);
	bottom: -57px;
	right: 90px;
}

.goods .presentation > div .otakara .fukidashi .otakara-title {
	font-size: 20px;
	font-weight: bold;
}

.goods .presentation > div .comment {
	margin-top: 15px;
	padding-bottom: 65px;
	position: relative;
}

.goods .presentation > div .comment .author {
	position: absolute;
	right: 0;
	bottom: 0;
}

@media (min-width: 768px) {
	.goods header {
		padding-bottom: 60.48387%;
	}
	.goods header p {
		width: 31.25%;
		left: 34.27419%;
		top: 1.16667%;
	}
	.goods header h1 {
		width: 90.12097%;
		left: 5.14113%;
		top: 17.5%;
	}
	.goods header > span {
		width: 42.03629%;
		left: 29.23387%;
		top: 46.66667%;
	}
	.goods header > div {
		width: 28.02419%;
		left: 68.14516%;
		top: 45.83333%;
		-webkit-transform: rotate(0deg) scale(1.8);
		-moz-transform: rotate(0deg) scale(1.8);
		-ms-transform: rotate(0deg) scale(1.8);
		-o-transform: rotate(0deg) scale(1.8);
		transform: rotate(0deg) scale(1.8);
	}
	.goods header > div.active {
		-webkit-transform: rotate(0deg) scale(1);
		-moz-transform: rotate(0deg) scale(1);
		-ms-transform: rotate(0deg) scale(1);
		-o-transform: rotate(0deg) scale(1);
		transform: rotate(0deg) scale(1);
	}
    .goods header > div.closing {
		top: 45.83333%;
        bottom: auto;
        left: 140px;
    }
    .goods header > .closing img {
        width: 200px;
        -webkit-transform: rotate(-15deg) scale(1);
        -moz-transform: rotate(-15deg) scale(1);
        -ms-transform: rotate(-15deg) scale(1);
        -o-transform: rotate(-15deg) scale(1);
        transform: rotate(-15deg) scale(1);
    }
	.goods .btn-presentation {
		padding: 0;
		margin: 0;
	}
	.goods .btn-presentation > a {
		position: absolute;
		width: 500px;
		top: -80px;
		left: 20px;
		z-index: 100;
	}
	.goods .lead {
		padding-bottom: 204.8218%;
		background-image: url(/store/haramaki/2017_winter/tezuka/images/goods/lead-bg-l.png);
	}
	.goods .lead > p:nth-child(1) {
		width: 36.68763%;
		left: 50.62893%;
		top: -8.80246%;
	}
	.goods .lead > p:nth-child(2) {
		width: 37.52621%;
		left: 13.10273%;
		top: 0.87001%;
	}
	.goods .lead > p:nth-child(3) {
		width: 23.0608%;
		left: 64.15094%;
		top: 11.97544%;
	}
	.goods .lead > p:nth-child(4) {
		width: 31.97065%;
		left: 24.31866%;
		top: 23.18321%;
	}
	.goods .lead > p:nth-child(5) {
		width: 27.25367%;
		left: 59.32914%;
		top: 41.45343%;
	}
	.goods .lead > p:nth-child(6) {
		width: 45.49266%;
		left: 9.43396%;
		top: 56.19243%;
	}
	.goods .lead > p:nth-child(7) {
		width: 21.38365%;
		left: 58.28092%;
		top: 66.83726%;
	}
	.goods .lead > p:nth-child(8) {
		width: 26.51992%;
		left: 20.12579%;
		top: 79.83623%;
	}
	.goods .entry > div {
		font-size: 18px;
	}
	.goods .entry > div h2 {
		font-size: 30px;
	}
	.goods .presentation h2 {
		padding-bottom: 12.63158%;
		background-image: url(/store/haramaki/2017_winter/tezuka/images/goods/presentation-title-l.png);
		background-size: 91.57895% auto;
	}
	.goods .presentation > div {
		padding: 20px;
	}
	.goods .presentation > div .fukidashi {
		padding: 20px;
	}
	.goods .presentation > div .otakara {
		margin-bottom: 50px;
	}
	.goods .presentation > div .otakara .fukidashi {
		width: 43%;
		margin-bottom: 57px;
	}
	.goods .presentation > div .otakara .fukidashi:after {
		right: auto;
		left: 0;
	}
	.goods .presentation > div .otakara .otakara-img {
		width: 54%;
	}
	.goods .presentation > div .comment {
		max-width: 380px;
		margin-left: 16.51982%;
	}
	.goods .presentation > div .comment:nth-of-type(odd) {
		margin-left: 38.54626%;
	}
}

.test {
	font-size: 16px;
	/*.btn-back{
		@extend .btn-check;
		> a{
			background-color: #64FF00;
			font-size: 14px;
		}
	}*/
}

.test input {
	width: 74%;
	max-width: 330px;
	padding: 2px 5px;
	vertical-align: middle;
	font-family: Hiragino Sans, "ヒラギノ角ゴシック", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Noto Sans Japanese", "メイリオ", Meiryo, sans-serif;
	font-size: 16px;
}

.test .ans {
	max-width: 330px;
	height: 2em;
	border: 2px solid #87E0FF;
	text-align: center;
	font-weight: bold;
	color: #f00;
	line-height: 2em;
	overflow: hidden;
	text-overflow: ellipsis;
}

.test .expl {
	font-weight: bold;
	color: #f00;
}

.test header {
	padding-top: 5px;
	background-color: #000;
}

.test header > p {
	width: 155px;
	margin: 0 auto 10px auto;
}

.test .lead > p {
	max-width: 520px;
	margin: 40px auto;
	font-size: 16px;
}

.test .lead .name {
	max-width: 720px;
	margin: 0 auto;
	padding: 15px 10px;
	border-radius: 10px;
	position: relative;
	text-align: center;
	background-color: #D2DCDC;
}

.test .lead .name label {
	font-weight: bold;
}

.test .lead .name .score {
	width: 154px;
	position: absolute;
	top: -20px;
	right: 0;
	color: #DC1616;
}

.test .lead .name > i {
	top: -20px;
	right: 0;
	left: 0;
}

.test .chara {
	display: none;
	max-width: 520px;
	margin: 50px auto 0 auto;
}

.test .chara > div {
	padding: 40px 4.80769%;
	border-radius: 8px;
	box-shadow: 0 0 15px 5px #ccc;
	background-color: #fff;
	text-align: center;
	/*.close{
				display: block;
				width: 76/2+px;
				margin: 30px auto 0 auto;
			}*/
}

.test .chara > div p {
	font-weight: bold;
	font-size: 20px;
	line-height: 1;
}

.test .chara > div p > img {
	display: block;
	margin-bottom: 20px;
}

.test .chara > div p .charaname {
	display: block;
	margin-top: 20px;
	font-size: 28px;
}

.test .chara > div .charaimg {
	max-width: 180px;
	margin: 20px auto 0 auto;
}

.test .chara > div .charashare {
	margin-top: 40px;
}

.test .chara > div .charashare p {
	font-weight: normal;
	font-size: 18px;
}

.test .chara > div .charashare 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: 300px;
}

.test .chara > div .charashare ul > li {
	width: 45px;
}

.test .chara > div .btn-answer {
	margin-top: 50px;
}

.test .question {
	max-width: 720px;
	margin: 60px auto 0 auto;
}

.test .question > dl dt > em {
	display: inline-block;
	height: 40px;
	padding: 0 15px;
	margin-right: 25px;
	border-radius: 6px;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	line-height: 40px;
	background-color: #FFD200;
}

.test .question > dl dd {
	margin-top: 20px;
}

.test .question select, .test .question input[type="text"] {
	display: block;
	max-width: 100%;
	height: 2em;
	font-family: Hiragino Sans, "ヒラギノ角ゴシック", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Noto Sans Japanese", "メイリオ", Meiryo, sans-serif;
	border: 2px solid #87E0FF;
}

.test .marking.marked > i {
	display: block;
	margin: auto;
	width: 78px;
	height: 97px;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.test #q1 {
	max-width: none;
}

.test #q1 > dl {
	max-width: 720px;
	margin: 0 auto;
}

.test #q1 > 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;
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	-ms-justify-content: space-around;
	-o-justify-content: space-around;
	justify-content: space-around;
	max-width: 795px;
	margin: 0 auto;
	overflow: hidden;
}

.test #q1 > ul > li {
	margin: 30px 0;
	width: 35%;
	position: relative;
}

.test #q1 > ul > li.marked > i {
	right: 0;
	bottom: -40px;
	left: 0;
}

.test #q1 > ul > li > div {
	height: 0;
	padding-top: 263.04348%;
	position: relative;
}

.test #q1 > ul > li > div > img {
	display: block;
	width: 207.24638%;
	height: 100%;
	max-width: none;
	margin: auto 0 0 -50%;
	position: absolute;
	left: 0;
	bottom: 0;
}

.test #q1 > ul > li select, .test #q1 > ul > li .ans {
	width: 100%;
	max-width: 170px;
	margin: 20px auto 0 auto;
	font-size: 14px;
}

.test #q1 > ul > li select {
	font-size: 16px;
	transform: scale(0.875);
}

.test #q1 .options {
	max-width: 720px;
	margin: 0 auto;
}

.test #q1 .options > dl {
	padding: 15px 2.08333%;
	border: 2px solid #ccc;
	border-radius: 8px;
}

.test #q1 .options > dl ul {
	text-align: left;
}

.test #q1 .options > dl ul > li {
	display: inline-block;
	margin-left: 2em;
}

.test #q2 ul > li {
	margin-top: 30px;
}

.test #q2 ul > li em {
	display: block;
	font-weight: bold;
}

.test #q2 ul > li > div {
	margin-top: 10px;
	text-align: center;
	position: relative;
}

.test #q2 ul > li > div label {
	display: inline-block;
	font-size: 24px;
	line-height: 1;
}

.test #q2 ul > li > div label.ans-mis {
	opacity: 0.5;
}

.test #q2 ul > li > div label.ans-cor {
	font-weight: bold;
	color: #f00;
}

.test #q2 ul > li > div label input {
	display: block;
	margin: 10px auto 0 auto;
	width: 20px;
	height: 20px;
}

.test #q2 ul > li > div label + label {
	margin-left: 40px;
}

.test #q2 ul > li > div.marked > i {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.test #q2 ul > li .expl {
	margin-top: 10px;
}

.test #q3 > div {
	max-width: 330px;
	margin: 30px auto 0 auto;
	position: relative;
}

.test #q3 > div > img {
	display: block;
	max-width: 261px;
	margin: 0 auto;
}

.test #q3 > div > input, .test #q3 > div .ans {
	width: 80%;
	margin: 20px auto 0 auto;
}

.test #q3 > div.marked > i {
	right: 0;
	bottom: -40px;
	left: 0;
}

.test #q4 ul > li {
	margin-top: 30px;
}

.test #q4 ul > li em {
	display: block;
	font-weight: bold;
}

.test #q4 ul > li > div {
	position: relative;
	margin-top: 10px;
}

.test #q4 ul > li > div > input, .test #q4 ul > li > div .ans {
	width: 100%;
	max-width: 300px;
}

.test #q4 ul > li > div.marked > i {
	top: 0;
	bottom: 0;
	left: 20%;
}

.test .btn-check, .test .btn-answer {
	width: 260px;
	height: 40px;
	margin: 90px auto 0 auto;
}

.test .btn-check > a, .test .btn-answer > a {
	display: block;
	border-radius: 8px;
	background-color: #64FFFF;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	line-height: 40px;
}

.test .btn-answer {
	display: none;
}

.test .btn-answer > a {
	background-color: #DB1416;
	color: #fff;
}

.test .banner, .test .banner2 {
	margin-top: 90px;
}

@media (min-width: 768px) {
	.test header > p {
		width: 310px;
	}
	.test .lead > p {
		font-size: 20px;
	}
	.test .lead .name .score {
		width: 231px;
		top: -50px;
		right: -40px;
	}
	.test .question.content, .test .question .content {
		padding-left: 0;
		padding-right: 0;
	}
	.test .question {
		margin-top: 75px;
	}
	.test #q1 > ul {
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		-o-justify-content: space-between;
		justify-content: space-between;
		overflow: visible;
	}
	.test #q1 > ul > li {
		margin: 50px 0;
		width: 25%;
	}
	.test #q1 > ul > li > div {
		padding-top: 170.97826%;
	}
	.test #q1 > ul > li > div > img {
		width: 134.71014%;
		margin-left: -15%;
	}
	.test #q2 ul {
		padding-left: 110px;
	}
	.test #q2 ul > li > div {
		padding-right: 110px;
	}
	.test #q2 ul > li > div.marked > i {
		right: auto;
		left: 220px;
	}
	.test #q3 > div > img {
		margin-left: 0;
	}
	.test #q3 > div > input, .test #q3 > div .ans {
		width: 100%;
	}
	.test #q4 ul {
		padding-left: 110px;
	}
	.test #q4 ul > li {
		margin-top: 50px;
	}
	.test #q4 ul > li > div {
		padding-right: 110px;
	}
}

@media (min-width: 768px) {
	.pcbr {
		display: inline-block;
	}
	.wrapper {
		border-left: 4px solid #000;
		border-right: 4px solid #000;
	}
	.content {
		padding-left: 1.81452%;
		padding-right: 1.81452%;
	}
	.banner > li {
		width: 48.53556%;
		margin-top: 2.52016%;
	}
	.banner > li:last-child {
		width: 100%;
	}
	.banner > li:last-child > a {
		padding-bottom: 29.2887%;
		background-image: url(/store/haramaki/2017_winter/tezuka/images/banner-sobue-l.jpg);
	}
	.banner2 > li {
		width: 48.53556%;
		margin-top: 2.52016%;
	}
	.banner2 > li.w9lb {
		width: 100%;
	}
	.banner2 > li.w9lb > a {
		margin-left: 0;
		padding-bottom: 29.26316%;
		background-image: url(/store/haramaki/2017_winter/tezuka/images/banner-lbpre-l.png);
	}
	.banner2 > li.sob {
		width: 100%;
	}
	.banner2 > li.sob > a {
		padding-bottom: 30%;
		background-image: url(/store/haramaki/2017_winter/tezuka/images/banner-sobue2-l.jpg);
	}
	footer {
		padding: 80px 0;
	}
	footer .shoplink {
		border-left: none;
		border-right: none;
	}
	footer .shoplink > a {
		padding-bottom: 40%;
		background-image: url(/store/haramaki/2017_winter/tezuka/images/footer-banner-l.png);
	}
	footer .link {
		border-right: none;
	}
	footer .link > li {
		width: 25%;
	}
	footer .link > li:first-child {
		border-left: none;
	}
	footer .share ul {
		width: 330px;
	}
}
