@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 #000;
	margin: 60px 0 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;
}

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

/* 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;
}

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

.pcbr {
	display: none;
}

.spOnly {
	display: none;
}

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

/* rayout */
.content {
	width: 100%;
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 5%;
	padding-right: 5%;
}

.main-header {
	width: 100vw;
	height: 100vh;
	position: relative;
	background: url(/store/entoan/2019s/images/yokoku/yokoku-main_pc.jpg) center center no-repeat;
	background-size: cover;
}

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

.main-header h1 {
	width: 693px;
	max-width: 90%;
	margin: auto;
	position: absolute;
	right: 0;
	left: 0;
	top: 48%;
}

.main-header .down {
	width: 39px;
	position: absolute;
	margin: auto;
	right: 0;
	left: 0;
	bottom: 5%;
}

.lead {
	max-width: 640px;
	margin: 0 auto;
	padding-top: 60px;
}

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

.introduction {
	padding-top: 60px;
}

.introduction p {
    max-width: 480px;
    margin: 30px auto;
    letter-spacing: 0;
}

.introduction .img {
    max-width: 600px;
	margin: 50px auto;
	font-size: 1.4rem;
    text-align: center;
}

.introduction .title {
	padding-bottom: 50px;
	background: url(/store/entoan/2019s/images/yokoku/line1@2x.png) no-repeat center bottom/478px auto;
	text-align: center;
	display: flex;
	justify-content: center;
}

.introduction h2 {
	text-align: left;
	margin: 20px 0 0 40px;
	font-size: 2.8rem;
	line-height: 1.4;
	font-family: "A1 Gothic M", serif;
	letter-spacing: -.1rem;
}

.introduction h2 span {
	display: block;
	font-size: 2rem;
	margin-top: 1em;
}

.lineup {
	background: #dfdfdf;
	text-align: center;
	font-size: 1.4rem;
	padding-top: 45px;
	padding-bottom: 60px;
	margin-top: 70px;
}

.lineup ul {
	padding: 50px 100px 0;
	justify-content: space-around;
}

#long .lineup ul {
	padding: 50px 50px 0;
}

.lineup li {
	width: 40%;
	margin-bottom: 60px;
}

.lineup li dd {
	width: 179px;
	margin: 0 auto 10px;
}

#long .lineup li dd {
	width: 279px;
}

.lineup li dt {
	line-height: 1.5;
}

.lineup h3 {
    background: url(/store/entoan/2019s/images/yokoku/line2@2x.png) no-repeat center bottom/188px auto;
	font-size: 3.3rem;
}

.lineup .text-b {
	font-size: 1.9rem;
	padding-top: 1em;
}

.navBlock {
	max-width: 640px;
	width: 100%;
	margin-top: 60px;
}
.navBlock li img{
	height: 31px;
}

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

.banner {
	margin-top: 100px;
	padding-top: 40px;
}

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

.footer {
	margin-top: 100px;
	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;
}

/* responsive */
@media (min-width: 848px) {
	.pcbr {
		display: inline;
	}
	.content {
		padding-left: 0;
		padding-right: 0;
	}
	.main-header .hobo {
		top: 30px;
		left: 120px;
	}
	.lead {
		width: 480px;
	}
	.slide .slick-arrow {
		width: 40px;
		height: 40px;
	}
	.slide .prev {
		left: 15px;
	}
	.slide .next {
		right: 15px;
	}
	.slide .slick-dots {
		display: block !important;
	}
}
@media (max-width: 640px) {
	body {
		font-size: 1.4rem;
	}
	.pcOnly {
		display: none;
	}
	.spOnly {
		display: block;
	}
	.main-header {
		background: url(/store/entoan/2019s/images/yokoku/yokoku-main_sp.jpg) center center no-repeat;
		background-size: cover;
	}
	.main-header h1 {
		width: 69.375%;
		top: 20%;
	}
	.main-header .hobo {
		width: 81.25%;
		left: 5%;
	}
	.lead {
		padding-top: 40px;
	}
	.introduction {
		padding-top: 30px;
	}
	.introduction .title {
		display: block;
		padding-bottom: 15px;
	}
	.introduction .title img{
		width: 37.241%;
	}
	#half .introduction .title img {
		width: 39.241%;		
	}
	#long .introduction .title img {
		width: 44.241%;		
	}
	.introduction h2 {
		margin: 20px auto;
		font-size: 2.1rem;
		text-align: center;
	}
	.introduction h2 span {
		font-size: 1.5rem;
	}
	.introduction .img {
		margin: 30px auto;
		font-size: 1.2rem;
	}
	.lineup {
		font-size: 1.2rem;
		width: 90%;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 40px;
		margin-top: 50px;
	}
	.lineup h3 {
		font-size: 2.1rem;
		background: url(/store/entoan/2019s/images/yokoku/line2@2x.png) no-repeat center bottom/122px auto;
	}
	.lineup ul {
		display: block;
		padding: 40px 0 0;
	}
	.lineup li {
		width: 100%;
		margin-bottom: 40px;
	}
	.lineup li dd {
		width: 51.5%;
	}
	#half .lineup li dd {
		width: 45%;
	}
	#long .lineup li dd {
		width: 100%;
	}
	.lineup .text-b {
		font-size: 1.5rem;
		padding-top: 2em;
	}
	.navBlock {
		margin-top: 30px;
	}
	.navBlock li img {
		height: 24px;
	}
	.banner {
		margin-top: 50px;
		padding-top: 0;
	}
	.banner li + li {
		margin-top: 15px;
	}
	.footer {
		margin-top: 50px;
	}
	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;
	}
}
