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

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

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

.link ul, .product .product-info, .product .product-info .lineup dl, .product .product-spec, .footer 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;
}

.yugo {
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/* basics */
html {
	font-size: 62.5%;
}
body {
	background-color: #fff;
	font-size: 1.7rem;
	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;
}

a[target="_blank"]::after {
	display: inline-block;
	margin: 0 3px 0 1px;
	opacity: 1 !important;
	-webkit-backface-visibility: hidden;
	font-family: "Hobonichi-Icons" !important;
	content: "\e914";
	font-size: 84%;
	position: relative;
	top: -3px;
	text-decoration: none;
}

.pcbr {
	display: none;
}

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

.content {
	max-width: 960px;
}

/* rayout */
.main-header {
	height: 0;
	padding-bottom: 80%;
	position: relative;
	border-bottom: 1px solid #000;
	background: #dadada url(/store/entoan/2019s/images/index-main.jpg) no-repeat center 36.5%/83% auto;
}

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

.main-header h1 {
	width: 611px;
	max-width: 90%;
	margin: auto;
	position: absolute;
	right: 0;
	left: 0;
	top: 79%;
    text-align: center;
}

.main-header--resale {
    padding-bottom: 82.5%;
}

.main-header--resale h1 {
    top: 62%;
}

.main-header .txt1 {
    width: 488px;
    margin-top: 20px;
}

.main-header .txt2 {
    width: 80px;
    margin-top: 20px;
}

.main-header .txt3 {
    width: 189px;
    margin-top: 20px;
}

.btn-sale {
    width: 260px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}

.lead {
	max-width: 640px;
	margin: 70px auto 0 auto;
}

.lead > div {
	margin: 0 auto;
}

.lead #profile {
	margin: 30px auto 0 auto;
}

.lead #profile .toggle{
	cursor: pointer;
}

.lead #profile .toggle:hover{
	opacity: 0.6;
}

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

.lead #profile dd {
	display: none;
}

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

.link {
	max-width: 720px;
	padding-top: 50px;
	padding-left: 0;
    padding-right: 0;
}

.link img {
	height: 30px;
}
.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/2019s/images/prev.png);
}

.slide .next {
	background-image: url(/store/entoan/2019s/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: 396px;
}

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

#mini.product .product-info .lineup dl dt {
	max-width: 80px;
}
#half.product .product-info .lineup dl dt {
	max-width: 75px;
}
#long.product .product-info .lineup dl dt {
	max-width: 108px;
}
.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.sold {
	pointer-events: none;
}

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

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

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

.product .product-info .lineup .util {
	margin-top: 50px;
	font-size: 1.4rem;
	line-height: 1;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

.product .product-info .lineup .util > li > a {
	padding-left: 20px;
	background: url(/store/entoan/2019s/images/icon-link.png) no-repeat left center/14px;
	color: #000;
}

.product .product-info .lineup .util > li + li {
	margin-top: 20px;
}

.product .product-spec {
	max-width: 600px;
	width: 90%;
	margin: 40px auto 0 auto;
	padding-top: 30px;
    border-top: dotted 1px;
}

.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: 1.2rem;
	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;
}

#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;
	padding-bottom: 80px;
}

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

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

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

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

.staff div {
	width: 15em;
	margin: 0 auto;
	color: #666666;
	font-size: 1.2rem;
}

.staff span {
	font-weight: bold;
}

.backlink {
	max-width: 80px;
	margin: 70px auto 0 auto;
}

.footer {
	background-color: #000;
	color: #fff;
}

.footer a {
	color: #fff;
}

.footer ul {
	max-width: 680px;
	margin: 0 auto;
	align-items: center;
}

.footer > ul > li{
	line-height: 26px;
	letter-spacing: 0;
}

.footer > ul > li img{
	height: 26px;
	margin-right: 7px;
}

.share-list {
	font-size: 1.4rem;
	font-weight: bold;
	padding-top: 70px;
}

.footer-links {
	font-size: 1.2rem;
    justify-content: center !important;
	padding-top: 30px;
    padding-bottom: 30px;
    font-size: 1.2rem;
}

.footer-links li {
    display: inline-block;
}

.footer-links li + li:before {
    content: '/';
    margin-left: 10px;
    margin-right: 10px;
}

.copy {
	text-align: center;
	line-height: 0;
	padding-bottom: 60px;
}

.column {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #f7eadc;
}

.column__title {
    padding-left: 10%;
    padding-right: 10%;
    margin-bottom: 2em;
}

.column__content {
    padding-left: 5%;
    padding-right: 5%;
}

.column__content h4 {
    margin-top: 3em;
    color: #b56c03;
    font-size: 20px;
}
.column__content strong {
    font-size: 32px;
}
.column__content p {
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 15px;
    line-height: 2;
}

.column__content p.back {
	margin-top: 6em;
}

.column + .banner,
.column + .product {
    margin-top: 0;
}

.footer-links {
    padding-bottom: 50px;
    text-align: center;
    font-size: 12px;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

.footer-links li {
    display: inline-block;
}

.footer-links li + li:before {
    content: '/';
    margin-left: 10px;
    margin-right: 10px;
}

.footer-links a {
    color: #fff;
}

/* responsive */
@media (min-width: 848px) {
	.pcbr {
		display: inline;
	}
	.content {
		padding-left: 0;
		padding-right: 0;
	}
	.main-header {
		padding-bottom: 750px;
		background-position: center 100px;
		background-size: 852px auto;
	}
	.main-header .hobo {
		top: 30px;
		left: 22.83%;
	}
	.main-header h1 {
		top: 615px;
	}
	.lead {
		width: 480px;
	}
	.slide .slick-arrow {
		width: 40px;
		height: 40px;
	}
	.slide .prev {
		left: 15px;
	}
	.slide .next {
		right: 15px;
	}
	.slide .slick-dots {
		display: block !important;
	}
	.product .product-info {
		max-width: 820px;
		margin-top: 100px;
	}
	.product .product-info > div {
		width: 480px;
		margin: 0;
	}
	.product .product-info .lineup {
		width: 340px;
		margin-top: 0;
		margin-right: 0;
	}
	.product .product-info .lineup .util {
		margin-left: 125px;
	}
	.product .product-spec {
		max-width: 960px;
	}
	.product .product-spec > div {
		width: 30%;
	}
	.product .product-spec dl {
		width: 38%;
	}
	.product .product-spec dl:first-of-type {
		width: 28%;
	}
	.product .product-spec dl:last-of-type {
		width: 34%;
	}
	#mini.product .product-info .lineup dl dt {
		margin-left: 25px;
	}
	#half.product .product-info .lineup dl dt {
		margin-left: 30px;
	}
	#long.product .product-info .lineup dl dt {
		max-width: 108px;
	}
	.column {
        padding-top: 65px;
        padding-bottom: 65px;
    }
    .column__content h4 {
        font-size: 24px;
    }
    .column__content p {
        font-size: 17px;
    }
    .column__title {
        position: absolute;
        top: 30px;
        left: -220px;
        padding-left: 0;
        padding-right: 0;
    }
    .column__content {
        position: relative;
        left: 40px;
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 640px) {
	.main-header h1 {
		top: 77%;
	}
	.main-header .txt1,
	.main-header .txt2,
	.main-header .txt3
	 {
		margin-top: 0;
	}
	.lead {
		margin: 50px auto 0 auto;
	}
	.link {
		padding-top: 40px;
		padding-left: 3%;
	    padding-right: 3%;
	}
	.link li {
		margin: 0 auto 20px;
	}
	.product {
		margin-top: 40px;
	}
	.product .product-spec {
		padding-left: 0;
		padding-right: 0;
	}
	.backlink {
		margin: 40px auto 0 auto;
	}
	.staff {
		margin-top: 50px;
		padding-top: 40px;
	}
	.banner {
		margin-top: 50px;
	}
	.column__content p.back {
		margin-top: 4em;
		margin-bottom: 0;
	}
	ul.share-list li {
		padding-bottom: 1em;
	}
	ul.share-list {
		display: block;
		padding-left: 33%;
		padding-top: 40px;
	}
	ul.footer-links {
		width: 90%;
		padding-top: 20px;
	}
}
@media (max-width: 320px) {
	.fs90 {
		font-size: 90%;
	}
}