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

.main-footer > div:after {
	content: "";
	display: table;
	clear: both;
}

.content {
	width: 100%;
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
}

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

.lead, .product .product-info, .product .product-info .lineup dl, .product .product-spec, .main-footer > div > 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;
}

/* basics */
body {
	background-color: #fff;
	font-size: 17px;
	line-height: 1.9;
	font-family: "A1 Mincho", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝","MS PMincho", serif;
	text-align: justify;
	letter-spacing: 0.025em;
	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;
}

a:hover {
	opacity: 0.6;
}

p > a {
	color: #000;
	text-decoration: underline;
}

.pcbr {
	display: none;
}

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

.content {
	max-width: 960px;
}

/* rayout */
.main-header {
	background: #eaeaea url(/store/entoan/2017w/images/main.png) repeat-x center 38%/118% auto;
	border-bottom: 1px solid #000;
}

.main-header > div {
	width: 100%;
	height: 0;
	max-width: 800px;
	margin: 0 auto;
	padding-bottom: 62.5%;
	position: relative;
	text-align: center;
}

.main-header > div .hobo {
	display: block;
	width: 260px;
	max-width: 55%;
	position: absolute;
	top: 2.4%;
	left: 8.75%;
}

.main-header > div h1 {
	display: inline-block;
	width: 80%;
	max-width: 575px;
	padding-top: 44%;
}

.lead {
	max-width: 600px;
	margin: 70px auto 0 auto;
	font-weight: 600;
}

.lead > div {
	margin: 0 auto;
}

.lead > div > ul {
	max-width: 380px;
	margin: 0 auto;
}

.lead > div > ul > li > a {
	display: block;
}

.lead > div > ul > li + li {
	margin-top: 15px;
}

.lead > div + div {
	margin-top: 50px;
}

.lead #profile {
	max-width: 380px;
	margin: 30px auto 0 auto;
}

.lead #profile dt {
	max-width: 243px;
	margin-bottom: 20px;
}

.lead #profile dd {
	display: none;
}

.lead #profile dd .close {
	margin-top: 20px;
	text-align: center;
}

.slide {
	max-width: 960px;
	margin: 0 auto;
}

.slide .slick-arrow {
	display: block;
	width: 30px;
	height: 30px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.slide .prev {
	left: 10px;
	background-image: url(/store/entoan/2017w/images/prev.png);
}

.slide .next {
	background-image: url(/store/entoan/2017w/images/next.png);
	right: 10px;
}

.slide .slick-dots {
	display: none !important;
	width: 100%;
	position: absolute;
	bottom: -40px;
	left: 0;
	text-align: center;
}

.slide .slick-dots > li {
	display: inline-block;
}

.slide .slick-dots > li > button {
	display: block;
	width: 30px;
	height: 30px;
	border: none;
	position: relative;
	background-color: transparent;
	text-indent: -9999px;
	cursor: pointer;
	outline: none;
}

.slide .slick-dots > li > button:after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	margin: auto;
	border: 2px solid #B5B5B5;
	border-radius: 50%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: transparent;
}

.slide .slick-dots > li.slick-active > button:after {
	border-color: #3E3A39;
}

.product {
	margin-top: 70px;
	border-top: 1px solid #000;
}

.product .product-info {
	margin: 40px auto 0 auto;
	max-width: 600px;
}

.product .product-info > div h2 {
	max-width: 378px;
}

.product .product-info > div > p {
	margin-top: 50px;
}

.product .product-info .lineup {
	max-width: 360px;
	margin: 50px auto 0 auto;
}

.product .product-info .lineup dl {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-o-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.product .product-info .lineup dl + dl {
	margin-top: 40px;
}

.product .product-info .lineup dl dt {
	max-width: 112px;
}

.product .product-info .lineup dl dd {
	width: 220px;
	margin-left: 15px;
}

.product .product-info .lineup dl dd em {
	display: block;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.2;
}

.product .product-info .lineup dl dd p + p {
	margin-top: 5px;
	line-height: 1.4;
}

.product .product-info .lineup dl dd p + p > span {
	display: inline-block;
	font-size: 16px;
}

.product .product-info .lineup dl dd p + p > span + span {
	font-size: 12px;
}

.product .product-info .lineup dl dd ul > li {
	margin-top: 10px;
}

.product .product-info .lineup dl dd ul > li > a {
	display: inline-block;
	width: 170px;
	margin-right: 10px;
	vertical-align: middle;
	border: 1px solid #000;
}

.product .product-info .lineup dl dd ul > li > a > img {
	display: block;
}

.product .product-info .lineup dl dd ul > li .rest {
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-size: 14px;
	color: #CE171B;
}

.product .product-info .lineup dl dd ul > li.sold .rest {
	display: none;
}

.product .product-spec {
	max-width: 400px;
	margin: 90px auto 0 auto;
}

.product .product-spec > div {
	width: 100%;
	max-width: 306px;
	margin: 0 auto 30px auto;
}

.product .product-spec dl {
	width: 100%;
	margin: 0 auto;
	font-size: 13px;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	color: #666;
}

.product .product-spec dl dt {
	margin-top: 10px;
	font-weight: bold;
}

.product .product-spec dl dd {
	margin-left: 5px;
    text-align: left;
}

#passcase .product-info .lineup dl {
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

#passcase .product-info .lineup dl dt {
	max-width: 85px;
}

#passcase .product-spec > div {
	max-width: 257px;
}

.banner {
	margin-top: 100px;
	border-top: 1px solid #000;
	padding-top: 80px;
}

.banner ul {
	max-width: 640px;
}

.banner li a, .banner li img {
	display: block;
}

.banner li + li {
	margin-top: 30px;
}

.backtop {
	max-width: 207px;
	margin: 70px auto 0 auto;
}

.main-footer {
	margin-top: 100px;
	background-color: #000;
	color: #fff;
}

.main-footer > div {
	max-width: 960px;
	margin: 0 auto;
	padding: 34px 5%;
}

.main-footer > div > ul {
	-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;
	clear: both;
	max-width: 300px;
	margin: 0 auto;
	padding-top: 30px;
}

.main-footer > div > ul > li {
	width: 50px;
}

.main-footer > div .credit {
	float: right;
	font-size: 10px;
	font-style: italic;
}

.main-footer > div .copy {
	clear: both;
	padding-top: 30px;
	margin: 0 auto;
	width: 238px;
}

/* responsive */
@media (min-width: 848px) {
	.pcbr {
		display: inline;
	}
	.content {
		padding-left: 0;
		padding-right: 0;
	}
	.main-header {
		height: 750px;
		background-position: center 140px;
		background-size: 1388px auto;
	}
	.main-header > div {
		padding-bottom: 750px;
	}
	.main-header > div .hobo {
		top: 18px;
		left: 74px;
	}
	.main-header > div h1 {
		padding-top: 570px;
	}
	.lead {
		max-width: 820px;
	}
	.lead > div {
		margin: 0;
	}
	.lead > div + div {
		margin-top: 0;
	}
	.lead #profile {
		max-width: 380px;
	}
	.slide .slick-arrow {
		width: 40px;
		height: 40px;
	}
	.slide .prev {
		left: 15px;
	}
	.slide .next {
		right: 15px;
	}
	.slide .slick-dots {
		display: block !important;
	}
	.main-footer > div > ul {
		clear: none;
		float: left;
		width: 320px;
		padding-top: 0;
	}
	.main-footer > div > ul > li {
		width: 65px;
	}
	.main-footer > div .copy {
		margin: 0;
	}
	.product .product-info {
		max-width: 820px;
		margin-top: 100px;
	}
	.product .product-info > div {
		width: 430px;
		margin: 0;
	}
	.product .product-info > div h2 {
		max-width: 378px;
	}
	.product .product-info > div > p {
		margin-top: 50px;
	}
	.product .product-info .lineup {
		width: 340px;
		margin-top: 0;
		margin-right: 0;
	}
	.product .product-spec {
		max-width: 960px;
	}
	.product .product-spec > div {
		width: 30%;
	}
	.product .product-spec dl {
		width: 30%;
	}
}
