@charset "UTF-8";
/* reset */
/* 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;
}

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

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

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

ul, ol {
	list-style: none;
}

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

/* basics */
.column2:after, .home .lead .content:after, .home .tobichi .content:after, .product .productInfo .content:after, .product .notice .content:after, .slide .slides:after {
	content: "";
	display: table;
	clear: both;
}

.subtitle, #footer, .homeNav > li > a > span, .home .lineup .column2 > div > a > p strong, .home .tobichi .content .colR dl, .home .info .content > p + .column2 + .column2 dt, .home .info .content > p + .column2 + .column2 .colL .infoSale > li, .product .productInfo .content h2, .product .productInfo .content .cartSoldout, .product .productFeature .content dt, .interview .column2 .colL, #basic .column2 .colR > div p, .staff dt, .model h2, .model h3 {
	font-family: "見出ゴMB1", "Midashi Go MB1", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

.home .lead, .home .lineup, .home .feature, .home .tobichi, .home .info, .product .productInfo, .product .productFeature, .product .size, .product .notice, .product .spec, .interview .content, .handmade, .staff .section, .model .section {
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.content, #basic .column2, .handmade .content {
	padding-left: 2.85714%;
	padding-right: 2.85714%;
}

.column2 .colL, .home .lead .content .colL, .home .tobichi .content .colL, .product .productInfo .content .colL, .product .notice .content .colL {
	float: left;
}

.column2 .colR, .home .lead .content .colR, .home .tobichi .content .colR, .product .productInfo .content .colR, .product .notice .content .colR {
	float: right;
}

.home .lineup .column2 > div .new > div > img, .product .productInfo .content .cartWrap ul > li > a > img {
	-moz-transition-property: top, left;
	-moz-transition-duration: 0.1s;
	-webkit-transition-property: top, left;
	-webkit-transition-duration: 0.1s;
	transition-property: top, left;
	transition-duration: 0.1s;
}

body {
	font: 14px/2 "中ゴシックBBB", "Gothic Medium BBB", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	color: #333;
	letter-spacing: 0.05em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
	color: #0094ff;
	text-decoration: none;
}

.op {
	-moz-transition-property: opacity;
	-moz-transition-duration: 0.2s;
	-moz-transition-timing-function: linear;
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 0.2s;
	-webkit-transition-timing-function: linear;
	transition-property: opacity;
	transition-duration: 0.2s;
	transition-timing-function: linear;
	opacity: 1;
}

.op:hover {
	opacity: 0.6;
}

.indent,
.indentList li {
	text-indent: -1.05em;
	margin-left: 1.05em;
}

/* rayput */
#header {
	width: 100%;
	max-width: 1050px;
	margin: 0 auto;
	height: 80px;
	padding: 22px 25px 0 25px;
	background: url(/store/mizusawa/2016ss/images/header_img1.png) no-repeat right 2.38095% center/200px auto;
}

#header h1 {
	max-width: 536px;
}

.pageNav {
	clear: both;
	margin-top: 150px;
}

.pageNav li > a {
	display: block;
	font-size: 14px;
	line-height: 25px;
	color: #000;
}

.pageNav li.prev {
	float: left;
}

.pageNav li.prev > a {
	padding-left: 30px;
	background: url(/store/mizusawa/2016ss/images/pre/prev.png) no-repeat left center/25px auto;
}

.pageNav li.next {
	float: right;
}

.pageNav li.next > a {
	padding-right: 30px;
	background: url(/store/mizusawa/2016ss/images/pre/next.png) no-repeat right center/25px auto;
}

.subtitle {
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	line-height: 60px;
}

#footer {
	padding-bottom: 100px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	background-color: #fff;
}

#footer > ul {
	margin-top: 98px;
}

#footer > ul > li {
	display: inline-block;
}

#footer > ul > li > a {
	color: #333;
}

#footer > ul > li + li {
	margin-left: 7%;
}

#footer > ul + p {
	margin-top: 74px;
	font-size: 13px;
}

.share {
	padding-top: 60px;
	padding-bottom: 90px;
	background-color: #2c2c32;
	font-size: 18px;
	color: #fff;
}

.share ul {
	max-width: 600px;
	margin: 50px auto 0 auto;
}

.share ul > li {
	display: inline-block;
	width: 44px;
	height: 44px;
	position: relative;
	vertical-align: top;
}

.share ul > li > a {
	display: block;
	width: 44px;
	height: 44px;
	position: absolute;
	top: 0;
	left: 0;
	-moz-transition-property: top;
	-moz-transition-duration: 0.1s;
	-moz-transition-timing-function: ease-out;
	-webkit-transition-property: top;
	-webkit-transition-duration: 0.1s;
	-webkit-transition-timing-function: ease-out;
	transition-property: top;
	transition-duration: 0.1s;
	transition-timing-function: ease-out;
}

.share ul > li > a:hover {
	top: 3px;
}

.share ul > li + li {
	margin-left: 9.375%;
}

/* responsive */
@media (max-width: 900px) {
	.adj {
		display: none;
	}
}

@media (max-width: 750px) {
	#header {
		background: none !important;
	}
	.pageNav {
		margin-top: 50px;
	}
	#footer {
		padding-bottom: 50px;
	}
	#footer > ul {
		margin-top: 25px;
	}
	#footer > ul > li {
		display: block;
	}
	#footer > ul > li + li {
		margin-left: 0;
		margin-top: 30px;
	}
	.share {
		margin-bottom: 45px;
		padding-top: 30px;
		padding-bottom: 45px;
	}
}

/* home */
.slide {
	position: relative;
	height: 0;
	padding-bottom: 60%;
	overflow: hidden;
}

.slide .slides {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}

.slide .slides > li {
	width: 100%;
	float: left;
}

.slide .slides > li a {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 60%;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.slide .slides > li:first-child a {
	background-image: url(/store/mizusawa/2016ss/images/home/slide1.jpg);
}

.slide .slides > li:nth-child(2) a {
	background-image: url(/store/mizusawa/2016ss/images/home/slide2.jpg);
}

.slide .slides > li:nth-child(3) a {
	background-image: url(/store/mizusawa/2016ss/images/home/slide3.jpg);
}

.slide .slides > li:nth-child(4) a {
	background-image: url(/store/mizusawa/2016ss/images/home/slide4.jpg);
}

.slide .slides > li:nth-child(5) a {
	background-image: url(/store/mizusawa/2016ss/images/home/slide5.jpg);
}

.slide .slides > li:nth-child(6) a {
	background-image: url(/store/mizusawa/2016ss/images/home/slide6.jpg);
}

.slide .indicator {
	position: absolute;
	width: 100%;
	bottom: 1.38889%;
	left: 0;
	z-index: 11;
	text-align: center;
}

.slide .indicator > li {
	display: inline-block;
	width: 50px;
	height: 50px;
	padding: 20px;
	cursor: pointer;
}

.slide .indicator > li > span {
	display: block;
	height: 10px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	box-shadow: 1px 1px 5px 3px rgba(0, 0, 0, 0.2);
}

.slide .indicator > li.active > span {
	background-color: #ffb1b3;
}

.homeNav {
	max-width: 1000px;
	margin: 15px auto 0 auto;
	letter-spacing: -0.35em;
}

.homeNav > li {
	display: inline-block;
	margin-bottom: 13px;
	width: 24%;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.homeNav > li > a {
	display: block;
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 66.66667%;
	text-align: center;
}

.homeNav > li > a > span {
	display: block;
	position: absolute;
	width: 100%;
	bottom: 10px;
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: 0.05em;
	color: #fff;
	word-break: break-all;
}

.homeNav > li > a > span > em {
	font-size: 18px;
}

.homeNav > li + li {
	margin-left: 1.2%;
}

.homeNav > li:first-child {
	background-image: url(/store/mizusawa/2016ss/images/home/nav1.jpg);
}

.homeNav > li:nth-child(2) {
	background-image: url(/store/mizusawa/2016ss/images/home/nav2.jpg);
}

.homeNav > li:nth-child(3) {
	background-image: url(/store/mizusawa/2016ss/images/home/nav3.jpg);
}

.homeNav > li:nth-child(4) {
	background-image: url(/store/mizusawa/2016ss/images/home/nav4.jpg);
}

.home .lead {
	margin: 30px auto 90px auto;
}

.home .lead .content {
	font-size: 16px;
	line-height: 2.25;
}

.home .lead .content .colL {
	width: 284px;
}

.home .lead .content .colR {
	padding-top: 36px;
}

.home .lineup {
	margin-top: 70px;
}

.home .lineup .content > p {
	margin-bottom: 50px;
}

.home .lineup .column2 {
	margin-bottom: 90px;
}

.home .lineup .column2 > div {
	position: relative;
	width: 49.3617%;
}

.home .lineup .column2 > div > a {
	display: block;
	text-align: center;
	font-size: 16px;
}

.home .lineup .column2 > div > a > img {
	display: block;
	margin-bottom: 30px;
}

.home .lineup .column2 > div > a > p {
	-moz-transition-property: opacity;
	-moz-transition-duration: 0.2s;
	-moz-transition-timing-function: linear;
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 0.2s;
	-webkit-transition-timing-function: linear;
	transition-property: opacity;
	transition-duration: 0.2s;
	transition-timing-function: linear;
	display: inline-block;
	text-align: left;
}

.home .lineup .column2 > div > a > p strong {
	font-size: 18px;
	font-weight: bold;
	color: #333;
}

.home .lineup .column2 > div > a > p em {
	color: #333;
}

.home .lineup .column2 > div > a > p em span {
	font-size: 12px;
}

.home .lineup .column2 > div .new {
	width: 16.16379%;
	height: 0;
	padding-bottom: 7.5431%;
	position: absolute;
	top: 6.46552%;
	left: 6.46552%;
	background: url(/store/mizusawa/2016ss/images/home/new_bg.png) no-repeat right bottom/93.333% auto;
}

.home .lineup .column2 > div .new > div {
	position: relative;
}

.home .lineup .column2 > div .new > div > img {
	width: 93.33333%;
	position: absolute;
	top: 0;
	left: 0;
}

.home .lineup .column2 > div:hover > a > p {
	opacity: 0.6;
}

.home .lineup .column2 > div:hover .new > div > img {
	top: 2px;
	left: 2px;
}

.home .feature {
	margin: 85px auto;
}

.home .feature .content > p {
	font-size: 28px;
	line-height: 1.85;
}

.home .feature .content .colL {
	padding-top: 40px;
}

.home .feature .content .colR {
	max-width: 485px;
	width: 100%;
}

.home .tobichi {
	margin: 90px auto 128px auto;
}

.home .tobichi .content .colR {
	width: 100%;
	max-width: 430px;
	padding-bottom: 260px;
	background: url(/store/mizusawa/2016ss/images/pre/tobichi_bg.png) no-repeat 28px bottom/76% auto;
}

.home .tobichi .content .colR dl {
	width: 100%;
	padding: 20px 25px;
	border-radius: 5px;
	background-color: #ffb1b3;
	font-size: 16px;
	color: #fff;
}

.home .info {
	margin: 90px auto;
}

.home .info .content > p {
	font-size: 28px;
	line-height: 1.85;
}

.home .info .content > p + .column2 {
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #333;
}

.home .info .content > p + .column2 .colL {
	padding-top: 40px;
}

.home .info .content > p + .column2 .colR {
	max-width: 400px;
	width: 100%;
}

.home .info .content > p + .column2 + .column2 {
	font-size: 16px;
}

.home .info .content > p + .column2 + .column2 dt {
	display: inline-block;
	padding: 0 15px;
	margin-bottom: 34px;
	font-size: 20px;
	line-height: 40px;
	color: #fff;
}

.home .info .content > p + .column2 + .column2 .colL dt {
	background-color: #ffb1b3;
}

.home .info .content > p + .column2 + .column2 .colL .infoSale > li:first-child {
	margin-left: 5.4em;
	text-indent: -5.4em;
}

.home .info .content > p + .column2 + .column2 .colL .note {
	font-size: 12px;
	letter-spacing: 0;
}

.home .info .content > p + .column2 + .column2 .colR dt {
	background-color: #bababa;
}

/* responsive */
@media (min-width: 1000px) {
	.slide .slides > li:first-child a {
		background-image: url(/store/mizusawa/2016ss/images/home/slide1_2x.jpg);
	}
	.slide .slides > li:nth-child(2) a {
		background-image: url(/store/mizusawa/2016ss/images/home/slide2_2x.jpg);
	}
	.slide .slides > li:nth-child(3) a {
		background-image: url(/store/mizusawa/2016ss/images/home/slide3_2x.jpg);
	}
	.slide .slides > li:nth-child(4) a {
		background-image: url(/store/mizusawa/2016ss/images/home/slide4_2x.jpg);
	}
	.slide .slides > li:nth-child(5) a {
		background-image: url(/store/mizusawa/2016ss/images/home/slide5_2x.jpg);
	}
	.slide .slides > li:nth-child(6) a {
		background-image: url(/store/mizusawa/2016ss/images/home/slide6_2x.jpg);
	}
}

@media (max-width: 900px) {
	.home .lead .content .colL, .home .lead .column2 .colL, .home .feature .content .colL, .home .feature .column2 .colL, .home .tobichi .content .colL, .home .tobichi .column2 .colL, .home .info .content .colL, .home .info .column2 .colL {
		float: none;
	}
	.home .lead .content .colR, .home .lead .column2 .colR, .home .feature .content .colR, .home .feature .column2 .colR, .home .tobichi .content .colR, .home .tobichi .column2 .colR, .home .info .content .colR, .home .info .column2 .colR {
		float: none;
	}
	.home .lead .content .colL {
		margin-left: auto;
		margin-right: auto;
	}
	.home .feature .colR {
		margin: 60px auto 0 auto;
	}
	.home .tobichi .content .colR {
		margin: 0 auto;
		padding-top: 240px;
		padding-bottom: 0;
		background: url(/store/mizusawa/2016ss/images/pre/tobichi_bg.png) no-repeat 28px 10%/76% auto;
	}
	.home .info .content .colR {
		margin: 60px auto 0 auto;
	}
}

@media (max-width: 750px) {
	.home .slide {
		padding-bottom: 100%;
	}
	.home .slide .slides > li a {
		padding-bottom: 100%;
	}
	.home .slide .indicator {
		bottom: 0.69444%;
	}
	.home .slide .indicator > li {
		width: 40px;
		height: 40px;
		padding: 15px;
	}
	.home .lead {
		margin-bottom: 45px;
	}
	.home .lineup {
		margin-top: 35px;
	}
	.home .feature {
		margin: 42px auto;
	}
	.home .tobichi {
		margin: 45px auto 64px auto;
	}
	.home .info {
		margin: 45px auto;
	}
	.home .info .content > p + .column2 + .column2 .colL .infoSale > li:first-child {
		margin-left: 5.4em;
		text-indent: -5.4em;
	}
	.homeNav > li {
		width: 47.2%;
		margin-left: 1.33333%;
		margin-right: 1.33333%;
	}
	.homeNav > li > a > span {
		font-size: 14px;
	}
	.homeNav > li > a > span > em {
		font-size: 16px;
	}
	.homeNav > li + li {
		margin-left: 1.33333%;
	}
}

@media (max-width: 450px) {
	.home .lineup .column2 {
		margin-bottom: 0;
	}
	.home .lineup .column2 > div {
		width: 100%;
		margin-bottom: 60px;
	}
}

/* product */
.product #header {
	background: url(/store/mizusawa/2016ss/images/header_img2.png) no-repeat right 2.38095% center/200px auto;
}

.product.nakano #header {
	background: url(/store/mizusawa/2016ss/images/header_img3.png) no-repeat right 2.38095% center/200px auto;
}

.product.nakano .productInfo .content .cartWrap {
	border-color: #77AAC4;
	color: #77AAC4;
}

.product .wrapper {
	background-color: #fff;
}

.product .productInfo {
	margin: 0 auto;
	padding: 70px 0 120px 0;
}

.product .productInfo .content h2 {
	font-size: 19px;
	line-height: 1.6;
}

.product .productInfo .content h2 strong {
	font-size: 27px;
}

.product .productInfo .content h2.new {
	padding-right: 90px;
	background: url(/store/mizusawa/2016ss/images/product/new1.png) no-repeat right bottom 10px/74px auto;
}

.product .productInfo .content .price {
	font-size: 18px;
	margin: 10px 0 40px 0;
}

.product .productInfo .content .price span {
	font-size: 12px;
}

.product .productInfo .content .cartWrap {
	max-width: 314px;
	width: 100%;
	border: 1px solid #ffb1b3;
	text-align: center;
	color: #ffb1b3;
}

.product .productInfo .content .cartWrap p {
	display: inline-block;
	padding: 10px;
	position: relative;
	top: -1.7em;
	background-color: #fff;
}

.product .productInfo .content .cartWrap ul {
	margin-top: -20px;
}

.product .productInfo .content .cartWrap ul > li {
	display: inline-block;
	padding-bottom: 20px;
}

.product .productInfo .content .cartWrap ul > li + li {
	margin-left: 15px;
}

.product .productInfo .content .cartWrap ul > li > a {
	display: block;
	position: relative;
	width: 82px;
	height: 82px;
	background: url(/store/mizusawa/2016ss/images/product/btn_bg.png) no-repeat right bottom/75px auto;
}

.product .productInfo .content .cartWrap ul > li > a > img {
	display: block;
	width: 75px;
	position: absolute;
	top: 0;
	left: 0;
}

.product .productInfo .content .cartWrap ul > li > a:hover > img {
	top: 2px;
	left: 2px;
}

.product .productInfo .content .cartSoldout {
	max-width: 314px;
	width: 100%;
	padding: 20px 25px;
	border-radius: 10px;
	border:solid 3px #B2B2B2;
	background-color: #fff;
	font-size: 16px;
	color: #999;
}

.product .productInfo .content .colR p {
	font-size: 16px;
}

.product .productInfo .content .colR .indent {
	margin-top: 5px;
	font-size: 12px;
	color: #808080;
}

.product .productFeature {
	margin: 0 auto;
}

.product .productFeature .content > dl, .product .productFeature .content > div, .product .productFeature .content > p {
	margin: 80px 0;
}

.product .productFeature .content dt {
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 1.8;
	white-space: nowrap;
}

.product .productFeature .content dd p {
	margin-top: 15px;
}

.product .productFeature .content dd > div img + p {
	margin-top: 5px;
	font-size: 12px;
}

.product .productFeature .content .column2 > dl {
	max-width: 382px;
	width: 100%;
}

.product .productFeature .content .boa {
	margin-bottom: 20px;
}

.product .productFeature .content .boa p {
	margin-top: 5px;
	font-size: 12px;
}

.product .productFeature .content .boa > div {
	display: inline-block;
	max-width: 382px;
	width: 100%;
	margin-bottom: 20px;
}

.product .productFeature .content .boa > ul {
	display: inline-block;
	max-width: 460px;
}

.product .productFeature .content .boa > ul > li {
	display: inline-block;
	max-width: 193px;
	width: 100%;
	margin-left: 6px;
	margin-bottom: 20px;
}

.product .productFeature .content .tantai {
	max-width: 382px;
	width: 100%;
}

.product .productFeature .content dl.double {
	max-width: 460px;
}

.product .productFeature .content dl.double dd > div {
	display: inline-block;
	max-width: 193px;
	width: 100%;
	margin-left: 6px;
	margin-bottom: 20px;
}

.product .size {
	margin: 84px auto 90px auto;
}

.product .size .content > p {
	margin-bottom: 60px;
}

.product .size .colL {
	max-width: 493px;
	width: 100%;
}

.product .size .colL > p {
	font-size: 12px;
	color: #808080;
}

.product .size .colR {
	max-width: 270px;
	width: 100%;
}

.product .size table {
	width: 100%;
	margin-bottom: 40px;
	text-align: left;
	line-height: 1.6;
}

.product .size table th, .product .size table td {
	padding: 10px 15px;
	font-weight: normal;
}

.product .size table thead {
	border-bottom: 1px solid #000;
}

.product .size table thead th {
	width: 25%;
	border-left: 1px solid #000;
}

.product .size table tbody td {
	border-left: 1px solid #000;
}

.product .notice {
	margin: 85px auto;
}

.product .notice .content li {
	margin-bottom: 1em;
}

.product .spec {
	margin: 0 auto;
	padding: 80px 0 110px 0;
}

.product .spec .content > div {
	display: inline-block;
	vertical-align: top;
}

.product .spec .content > div dl {
	border-top: 1px solid #000;
	padding-top: 6px;
	margin-top: 6px;
}

.product .spec .content > div dd {
	margin: -2em 0 2em 4em;
}

.product .spec .content > div + div {
	margin-left: 48px;
}

.product .spec .content > div + div dd {
	margin-left: 10em;
}

.productMain {
	position: relative;
}

.productMain > div {
	width: 100%;
	height: 0;
	padding-bottom: 60%;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}

.productMain > div.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}

.productMain > div.fixnext {
	margin-top: 60%;
}

.nextfix {
	margin-top: 60%;
}

/* responsive */
@media (max-width: 900px) {
	.product .productInfo .content .colL, .product .productFeature .content .colL, .product .size .content .colL, .product .notice .content .colL {
		float: none;
	}
	.product .productInfo .content .colR, .product .productFeature .content .colR, .product .size .content .colR, .product .notice .content .colR {
		margin-top: 60px;
		float: none;
	}
	.product .productInfo .content h2.new {
		padding-right: 0;
		padding-top: 50px;
		background-position: left top;
	}
	.product .productFeature .content dt {
		white-space: normal;
	}
	.product .productFeature .content .boa > div {
		display: block;
	}
	.product .productFeature .content .boa > ul {
		margin-top: 40px;
		display: block;
	}
}

@media (max-width: 750px) {
	.productMain > div {
		padding-bottom: 100%;
	}
	.productMain > div.fixnext {
		margin-top: 100%;
	}
	.product .spec .content > div {
		display: block;
		max-width: 350px;
		width: 100%;
	}
	.product .spec .content > div + div {
		margin-top: 60px;
		margin-left: 0;
	}
}

/* interview */
.interview .headImg {
	width: 100%;
	height: 0;
	padding-bottom: 60.83333%;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.interview .headImg > em {
	display: none;
}

.interview .indent, .interview .caption {
	font-size: 14px;
	color: #808080;
}

.interview .column2 {
	max-width: 1000px;
	margin: 60px auto 130px auto;
}

.interview .column2 .colL {
	width: 43%;
	padding-left: 5%;
	padding-right: 5%;
	font-size: 20px;
}

.interview .column2 .colR {
	width: 57%;
	font-size: 14px;
	line-height: 2;
}

.interview .column2 .colR .img {
	margin-top: 40px;
}

.interview .column2 .colR .img > img {
	display: block;
	max-width: 450px;
}

.interview .column2 .colR .img > img + p {
	margin-top: 15px;
}

.interview .column2 .colR .img + p {
	margin-top: 40px;
}

.interview .interviewLead .colL {
	max-width: 190px;
	width: 100%;
	padding: 0;
}

.interview .interviewLead .colR {
	font-size: 16px;
}

#interview .headImg {
	background-image: url(/store/mizusawa/2016ss/images/interview/headimg_l.jpg);
}

#interview2 .headImg {
	background-image: url(/store/mizusawa/2016ss/images/interview2/headimg_l.jpg);
}

@media (max-width: 900px) {
	.interview .colL {
		float: none !important;
		width: 100% !important;
	}
	.interview .colR {
		float: none !important;
		width: 100% !important;
		margin-top: 40px;
	}
}

@media (max-width: 750px) {
	.interview {
		margin-top: 54px;
	}
	.interview .column2 .colL {
		margin-bottom: 30px;
		padding-left: 0;
	}
}

/* basic */
#basic .basicImg > div {
	width: 100%;
	height: 0;
	padding-bottom: 60%;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

#basic .basicImg > div > em {
	display: none;
}

#basic .basicImg > div.mainImg01 {
	background-image: url(/store/mizusawa/2016ss/images/basic/slide01_l.jpg);
}

#basic .basicImg > div.mainImg02 {
	background-image: url(/store/mizusawa/2016ss/images/basic/slide02_l.jpg);
}

#basic .basicImg > div.mainImg03 {
	background-image: url(/store/mizusawa/2016ss/images/basic/slide03_l.jpg);
}

#basic .basicImg > div.mainImg04 {
	background-image: url(/store/mizusawa/2016ss/images/basic/slide04_l.jpg);
}

#basic .basicImg > div.mainImg05 {
	background-image: url(/store/mizusawa/2016ss/images/basic/slide05_l.jpg);
}

#basic .column2 {
	max-width: 1000px;
	margin: 60px auto 130px auto;
}

#basic .column2 .colL {
	width: 34.6%;
	padding-right: 7.8%;
	text-align: right;
}

#basic .column2 .colL > img {
	width: 115px;
}

#basic .column2 .colR {
	width: 65.4%;
	padding-left: 80px;
	line-height: 2;
	letter-spacing: 0.2em;
	border-left: 1px solid #000;
}

#basic .column2 .colR > div {
	margin-top: 50px;
}

#basic .column2 .colR > div > img {
	display: block;
	max-width: 450px;
	margin: 20px 0;
}

#basic .column2 .colR > div span {
	display: block;
	font-size: 14px;
}

#basic #basic2 + .column2 .colR > div:last-child > img {
	border: 1px solid #858585;
}

@media (max-width: 900px) {
	#basic .basicImg > div {
		padding-bottom: 100%;
	}
	#basic .column2 .colL {
		float: none;
		width: 100%;
		text-align: left;
	}
	#basic .column2 .colR {
		float: none;
		width: 100%;
		margin-top: 40px;
		border-left: none;
		padding-left: 0;
	}
}

/* handmade */
.handmade .content {
	margin: 70px auto 130px auto;
}

.handmade h2 {
	max-width: 393.5px;
	width: 100%;
}

.handmade .colL {
	padding-top: 50px;
}

.handmade .colR {
	max-width: 292px;
	width: 100%;
}

#movie {
	margin: 0 auto;
}

@media (max-width: 900px) {
	.handmade .colL {
		float: none;
	}
	.handmade .colR {
		float: none;
		margin-top: 40px;
	}
}

/* staff */
.staff {
	padding: 80px 0 130px 0;
	background: url(/store/mizusawa/2016ss/images/staff/staff_bg.jpg) no-repeat left top/cover;
}

.staff .section {
	text-align: right;
}

.staff .section .content {
	display: inline-block;
	text-align: left;
	color: #fff;
}

.staff h2 {
	font-size: 16px;
}

.staff dt {
	margin-top: 50px;
	margin-bottom: 10px;
}

.staff .ind {
	margin-left: 3em;
}

.model .section .content {
	margin: 90px auto 130px auto;
}

.model h2 {
	font-size: 22px;
	margin-bottom: 38px;
}

.model h3 {
	font-size: 15px;
	margin-bottom: 10px;
}

.model h3 + ul > li {
	display: inline-block;
}

.model h3 + ul > li + li {
	margin-left: 20px;
}

.model .column2 {
	font-size: 13px;
	letter-spacing: 0;
}

.model .column2 > div {
	max-width: 382px;
	width: 100%;
	margin-bottom: 60px;
}

.model .column2 > div > img {
	display: block;
	margin-bottom: 38px;
}

.model .column2 > div dl {
	margin-top: 1em;
}

#modelbg {
	width: 100%;
	height: 150px;
	background: url(/store/mizusawa/2016ss/images/staff/model_bg.jpg) no-repeat center top/cover;
}

@media (max-width: 900px) {
	.staff {
		background-position: right top;
	}
	.staff .section {
		text-align: left;
	}
	.model h2 {
		text-align: center;
	}
	.model h3 {
		text-align: center;
	}
	.model h3 + ul {
		text-align: center;
	}
	.model h3 + ul > li {
		display: block;
	}
	.model h3 + ul > li + li {
		margin-left: 0;
	}
	.model .column2 .colL {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	.model .column2 .colR {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
}
