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

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

.clrfx {
	zoom: 1;
}

.clrfx:after {
	content: "";
	display: table;
	clear: both;
	height: 0;
}

/* basic */
body {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 14px;
	line-height: 1.4;
	color: #000;
	letter-spacing: 0.05em;
}

a {
	color: #0088FF;
	text-decoration: none;
}

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

/* rayout */
#header {
	box-sizing: content-box;
	height: 20px;
	padding-top: 10px;
	padding-bottom: 40%;
	background-color: #FCE000;
	background-image: url(../images/main_sp.jpg);
	background-repeat: no-repeat;
	background-position: center 35px;
	background-size: cover;
}

#header > a {
	display: block;
	width: 171px;
	margin: 0 auto;
}

#lead {
	width: 304px;
	margin: 30px auto;
}

#lead > p {
	margin-top: 12px;
	font-size: 15px;
	letter-spacing: 0.075em;
	color: #42210B;
}

.wrapper {
	width: 100%;
	margin: 0 auto;
}

.pageNav {
	background-color: #e7e7e7;
	text-align: center;
}

.pageNav > li {
	display: inline-block;
	width: 12%;
}

.pageNav > li:first-child, .pageNav > li:last-child {
	width: 20%;
}

.pageNav > li > a {
	display: block;
	padding: 8px 0;
	font-size: 12px;
	color: #F7931E;
	text-align: center;
}

.pageNav > li.deactive > a {
	color: #999;
}

.instagram {
	padding: 20px 0;
	background-color: #f6f6f6;
}

.instagram ul {
	font-size: 0;
}

.instagram ul li {
	display: inline-block;
	width: 46.4%;
	margin-left: 2.4%;
	margin-bottom: 2.4%;
	vertical-align: top;
	background-color: #fff;
	font-size: 14px;
}

.instagram ul li > a {
	display: block;
	min-height: 200px;
	padding: 4%;
	color: #333;
}

.instagram ul li > a .date {
	float: left;
	font-size: 12px;
	line-height: 1.2;
	letter-spacing: 0;
	color: #999;
}

.instagram ul li > a .likes {
	float: right;
	font-size: 12px;
	line-height: 1.2;
	padding-left: 18px;
	background: url(../images/likes.png) no-repeat left center;
	background-size: 14px;
	color: #999;
}

.instagram ul li > a .img {
	width: 100%;
	margin-top: 5px;
}

.instagram ul li > a .caption {
	height: 4.2em;
	margin-top: 10px;
	overflow: hidden;
	vertical-align: middle;
	text-align: left;
}

.pagetop {
	height: 40px;
	background-color: #f6f6f6;
	text-align: center;
}

.pagetop > a {
	display: inline-block;
	padding-left: 20px;
	background: url(../images/icon-arrowtop.png) no-repeat left center;
	background-size: 16px;
	line-height: 40px;
	color: #808080;
}

.link {
	width: 320px;
	margin: 30px auto 20px auto;
	font-size: 0;
}

.link > li {
	display: inline-block;
	width: 146px;
	margin-left: 9px;
	margin-bottom: 9px;
	font-size: 14px;
}

.share {
	width: 320px;
	margin: 0 auto 30px auto;
	font-size: 0;
	text-align: center;
}

.share > li {
	display: inline-block;
	width: 50px;
}

.share > li + li {
	margin-left: 32px;
}

.copyright {
	background-color: #FCE000;
	text-align: center;
}

.copyright > a {
	display: block;
	height: 70px;
	padding-top: 15px;
}

.copyright > a > img {
	display: inline-block;
	width: 171px;
}

.assets {
	display: none;
}

@media (min-width: 414px) {
	.pageNav {
		padding: 0 10%;
	}
	.instagram ul li {
		width: 44.3%;
		margin-left: 3.8%;
		margin-bottom: 3.8%;
	}
	.instagram ul li > a {
		padding: 5.5%;
	}
	.link {
		width: 414px;
	}
	.link > li {
		margin-left: 40px;
	}
}

@media (min-width: 768px) {
	#header {
		background-image: url(../images/main.jpg);
	}
	.pageNav {
		padding: 0 20%;
	}
	.instagram ul li {
		width: 30%;
		margin-left: 2.4%;
		margin-bottom: 2.4%;
	}
	.link {
		/* width: 768px; */
		width: fit-content;
	}
	.link > li {
		width: 146px;
		margin-left: 36px;
	}
}

@media (min-width: 1024px) {
	#header {
		padding-bottom: 25%;
		background-image: url(../images/main_pc.jpg);
	}
	.pageNav {
		padding: 0 30%;
	}
	.instagram ul li {
		width: 22%;
	}
}
