@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, .interview p {
	padding-left: 3%;
	padding-right: 3%;
}

.detail ul, .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;
}

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

.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: 667px;
	max-width: 80%;
	padding-top: 48%;
}

.lead {
	margin: 72px auto 0 auto;
	font-weight: 600;
}

.lead h2 {
	padding-bottom: 40px;
	background: url(/store/entoan/2017w/images/yokoku/title-line.png) no-repeat center bottom/478px auto;
	text-align: center;
}

.lead h2 > span {
	display: block;
	width: 64px;
	margin: 0 auto 20px auto;
}

.lead h2 > img {
	display: block;
	width: 100%;
	max-width: 415px;
	margin: 0 auto;
}

.lead > p {
	max-width: 480px;
	margin: 40px auto 0 auto;
}

.lead #profile {
	max-width: 480px;
	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;
}

.interview {
	margin-top: 50px;
}

.interview .img {
	max-width: 600px;
	margin: 30px auto;
}

.interview .img.vertical {
	max-width: 480px;
}

.interview p {
	max-width: 548px;
	margin: 30px auto;
	font-weight: 600;
	letter-spacing: 0;
	color: #B77834;
}

.interview p .firstletter {
	display: inline-block;
	margin-right: 5px;
	font-size: 40px;
	line-height: 1;
}

.interview p em {
	font-size: 20px;
	font-weight: bold;
}

.interview + .lead {
	margin-bottom: 80px;
}

.illust {
	max-width: 800px;
	margin: 60px auto;
}

.detail {
	background-color: #eaeaea;
	padding: 5% 7.25%;
}

.detail h3 {
	padding-bottom: 20px;
	background: url(/store/entoan/2017w/images/yokoku/sub-line.png) no-repeat center bottom/189px auto;
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	line-height: 1.3;
}

.detail h3 > img {
	display: block;
	width: 100%;
	max-width: 375px;
	margin: 0 auto;
}

.detail 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;
	margin: 50px auto;
}

.detail ul li {
	margin-bottom: 40px;
	width: 45%;
	text-align: center;
	line-height: 1;
}

.detail ul li span {
	display: block;
	margin-top: 15px;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-size: 14px;
}

.detail p {
	max-width: 450px;
	margin: 0 auto;
}

.detail .size {
	max-width: 390px;
	margin-top: 40px;
}

.detail .caption {
	max-width: 390px;
	margin-top: 10px;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-size: 14px;
}

#pc {
	margin-top: 40px;
}

#pc h3 > img {
	max-width: 469px;
}

#pc h3 + div {
	max-width: 570px;
	margin: 40px auto;
}

#pc ul {
	max-width: 480px;
	margin-bottom: 0;
}

#pc ul li {
	margin-bottom: 0;
	width: 30%;
}

#pc p {
	max-width: 440px;
}

#pc .caption {
	font-family: "A1 Mincho", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝","MS PMincho", serif;
	text-align: center;
}

.banner {
	margin: 100px auto;
	max-width: 634px;
}

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

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

.banner li.disable {
	opacity: 0.5;
}

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

.yokoku2 .lead h2 {
	padding-bottom: 50px;
}

.yokoku2 .lead h2 > img {
	max-width: 560px;
}

.yokoku3 .lead h2 {
	padding-bottom: 50px;
}

.yokoku3 .lead h2 > img {
	max-width: 500px;
}

.backindex {
	max-width: 148px;
	margin: 70px auto;
}

/* 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 .hobo {
		top: 18px;
		left: 74px;
	}
	.main-header > div h1 {
		padding-top: 600px;
	}
	.illust {
		margin-top: 90px;
	}
	.detail {
		padding: 40px 46px;
	}
	.detail ul li {
		margin-bottom: 0;
		width: 159px;
	}
	.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;
	}
}
