@charset "utf-8";

/* ==========================================================
	common(element)
========================================================== */
html,
body {
	margin: 0;
	padding: 0;
}
a {
	outline: none;
	color: #333;
	text-decoration: none;
}
a:hover {
	opacity: .8;
}

/* ==========================================================
	common(id,class)
========================================================== */
#wrapper {
	position: relative;
	min-height: 100%;
	margin-top: 90px;
	padding-top: 10px;
	background: #FCF9F3;
	font-size: 15px;
	font-family: 'Helvetica Neue', "ヒラギノ角ゴ ProN", 'Hiragino Kaku Gothic ProN', '游ゴシック', YuGothic, 'メイリオ', meiryo, sans-serif;
	color: #333;
	letter-spacing: 1px;
}
#contents {
	width: 600px;
	margin: 0 auto 30px;
	padding: 0 10px;
	letter-spacing: 0;
}


/* ==========================================================
	header
========================================================== */
#header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 50;
	width: 100%;
	height: 90px;
	background: #FF6D66;
}
/*----- headline -----*/
#header .headline {
	text-align: center;
}
#header .headline .main-head {
	font-size: 32px;
	line-height: 90px;
}
#header .headline .main-head a {
	color: #fff;
}
/*----- trigger -----*/
#header .trigger {
	position: absolute;
	top: 0;
	left: 0;
	width: 90px;
	height: 90px;
	text-align: center;
}
#header .trigger a {
	display: block;
	width: 100%;
	height: 100%;
}
#header .trigger span {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 46px;
	height: 3px;
	margin: auto;
	background: #fff;
}
#header .trigger span::before {
	content: '';
	display: block;
	position: absolute;
	top: -16px;
	width: 46px;
	height: 3px;
	background: #fff;
}
#header .trigger span::after {
	content: '';
	display: block;
	position: absolute;
	top: 16px;
	width: 46px;
	height: 3px;
	background: #fff;
}
#header .facebook {
	position: absolute;
	top: 0;
	right: 0;
	width: 90px;
	height: 90px;
}
#header .facebook a img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

/* ==========================================================
	ヘッダー広告
========================================================== */
#header-ad {
	width: 640px;
	margin: 0 auto;
}

/* ==========================================================
	フッター広告
========================================================== */
#footer-ad {
	width: 640px;
	margin: 0 auto;
}

/* ==========================================================
	nav
========================================================== */
/*----- nav-back -----*/
#nav-back {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 55;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .4);
}
/*----- nav -----*/
#nav {
	display: none;
	position: absolute;
	top: 20px;
	right: 0;
	left: 0;
	z-index: 60;
	width: 500px;
	margin: auto;
}
#nav .items {
	box-sizing: border-box;
	border: solid 1px #DDC8B6;
}
#nav .item {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: 100px;
	border-bottom: solid 1px #DDC8B6;
	background: #FFFCF9;
}
#nav .item:last-child {
	border-bottom: none;
	background: #F1E5DA;
	font-size: 32px;
	text-align: center;
	line-height: 100px;
}
#nav .item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 100%;
}
#nav .item:nth-child(1)::before {background: #FCC0E1;}
#nav .item:nth-child(2)::before {background: #FFBBC6;}
#nav .item:nth-child(3)::before {background: #FFCC9D;}
#nav .item:nth-child(4)::before {background: #FFEE8C;}
#nav .item:nth-child(5)::before {background: #D0F48E;}
#nav .item:nth-child(6)::before {background: #BCE2F5;}
#nav .item:nth-child(7)::before {background: #C0CEFE;}
#nav .item:nth-child(8)::before {background: #D8C8F7;}

#nav .item a {
	display: block;
	padding-left: 80px;
	font-size: 30px;
	color: #3F1F00;
	line-height: 100px;
}

/* ==========================================================
	path
========================================================== */
#path {
	width: 640px;
	margin: 0 auto 25px;
	font-size: 12px;
}

/* ==========================================================
	visual
========================================================== */
#visual {
	width: 640px;
	margin: 0 auto 20px;
	text-align: center;
}

/* ==========================================================
	social
========================================================== */
#social {
	margin-bottom: 30px;
}
/*#social .inner {
	position: relative;
	width: 640px;
	height: 80px;
	margin: 0 auto 40px;
}
#social .inner .facebook {
	position: absolute;
	bottom: 0;
	left: 0;
}
#social .inner .twitter {
	position: absolute;
	bottom: -3px;
	left: 86px;
}
#social .inner .google {
	position: absolute;
	bottom: -3px;
	left: 168px;
}
#social .inner .line {
	position: absolute;
	bottom: 0;
	left: 235px;
}*/

/* ==========================================================
	ad
========================================================== */
.ad-mid {
	width: 620px;
	margin: 0 auto;
}
.ad-mid .item {
	float: left;
	margin-left: 20px;
}
.ad-mid .item:first-child {
	margin-left: 0;
}


/* ==========================================================
	footer
========================================================== */
#footer {
	width: 100%;
	background: #FCF9F3;
}
#footer > .inner {
	width: 640px;
	margin: 0 auto;
}
#footer .block-right {
	float: right;
}
#footer .block-left {
	float: left;
}

/*----- footer-nav -----*/
#footer .footer-nav {
	width: 620px;
	margin: 0 auto 20px;
}
#footer .footer-nav .item {
	position: relative;
	width: 100%;
	height: 100px;
	margin-bottom: 3px;
	background: #FFF;
}
#footer .footer-nav .item:last-child {
	margin-bottom: 0px;
}
#footer .footer-nav .item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 100%;
}
#footer .footer-nav .item:nth-child(1)::before {background: #FCC0E1;}
#footer .footer-nav .item:nth-child(2)::before {background: #FFBBC6;}
#footer .footer-nav .item:nth-child(3)::before {background: #FFCC9D;}
#footer .footer-nav .item:nth-child(4)::before {background: #FFEE8C;}
#footer .footer-nav .item:nth-child(5)::before {background: #D0F48E;}
#footer .footer-nav .item:nth-child(6)::before {background: #BCE2F5;}
#footer .footer-nav .item:nth-child(7)::before {background: #C0CEFE;}
#footer .footer-nav .item:nth-child(8)::before {background: #D8C8F7;}

#footer .footer-nav .item a {
	display: block;
	position: relative;
	padding-left: 80px;
	font-size: 30px;
	color: #3F1F00;
	line-height: 100px;
}

#footer .footer-nav .item a::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 45px;
	bottom: 0;
	-webkit-transform: rotate(45deg);
	transform:rotate(45deg);
	width: 28px;
	height: 28px;
	margin: auto;
	border-top: solid 1px #402001;
	border-right: solid 1px #402001;
}

/*----- topics -----*/
#topics {
	width: 550px;
	margin: 0 auto 20px;
	padding: 20px 35px;
	background: #fff;
}
/* headline */
#topics .headline {
	margin-bottom: 20px;
	padding-bottom: 20px;
	background: url(http://nenga.post-code.jp/images-common/line-triangle.png) bottom center no-repeat;
	line-height: 25px;
}
#topics .headline .main-head {
	float: left;
	margin-right: 25px;
	font-size: 25px;
}
#topics .headline .sub-head {
	float: left;
	font-size: 13px;
}
/* items */
#topics .items {
}
#topics .item {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: dotted 1px #bbb;
}
#topics .item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
#topics .item a {
	display: block;
	position: relative;
}
#topics .item .image {
	float: left;
	background: #ccc;
	border: solid 1px #bbb;
}
#topics .item .detail {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 460px;
}
#topics .item .detail .title {
	margin-bottom: 10px;
	font-size: 16px;
}
#topics .item .detail .data .label {
	padding: 0 5px;
	font-size: 13px;
	color: #fff;
}
#topics .item .detail .data .label.illust {background: #FF5E7A;}
#topics .item .detail .data .label.halloween {background: #FF8000;}
#topics .item .detail .data .label.christmas {background: #238C00;}
#topics .item .detail .data .label.nenga {background: #F00000;}

#topics .item .detail .data .date {
	font-size: 14px;
}
/*----- group -----*/
#group {
	width: 550px;
	margin: 0 auto 20px;
	padding: 20px 35px;
	background: #fff;
}
/* headline */
#group .headline {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	padding-bottom: 20px;
	background: url(http://nenga.post-code.jp/images-common/line-triangle.png) bottom center no-repeat;
}
#group .headline .main-head {
	margin-right: 25px;
	font-size: 25px;
}
#group .headline .sub-head {
	font-size: 13px;
}
/* items */
#group .items {
}
#group .item {
	float: left;
	width: 260px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: dotted 1px #bbb;
}
#group .item:nth-child(odd) {
	margin-right: 30px;
}
#group .item a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#group .item .image {
	width: 60px;
	height: 60px;
}
#group .item .detail {
	width: 190px;
	color: #000;
}
#group .item .detail .label {
	margin-bottom: 8px;
	font-size: 14px;
}
#group .item .detail .title {
	font-size: 17px;
}
/*----- copyright -----*/
#copyright {
	margin: 20px 0 0 0;
	padding: 10px 0;
	background: #FF817C;
	text-align: center;
}
#copyright a {
	font-size: 18px;
	color: #fff;
	line-height: 20px;
}

/* ==========================================================
	SNS共通
========================================================== */
#social .inner {
	position: relative;
	width: 200px;
	margin: 0 auto 0;
}
#social .inner .facebook {
	position: absolute;
	bottom: 0;
	left: 0;
}
#social .inner .twitter {
	position: absolute;
	bottom: -3px;
	left: 125px;
}
#social .inner .google {
	position: absolute;
	bottom: -3px;
	left: 268px;
}
#social .inner .line {
	position: absolute;
	bottom: 0;
	left: 235px;
}
