@charset "utf-8";

/* ---------------------------------------------------------- */
/* TOP */
/* ---------------------------------------------------------- */
#loading {
	text-align: center;
	top: 50%;
	left: 50%;
	margin-top: -90px;
	margin-left: -97px;
	position: absolute;
	z-index: 1000;
	}

#wrapper {
	width: 100%;
	border-top: 10px solid #fa6ec8;
	border-left: 10px solid #fa6ec8;
	border-right: 10px solid #fa6ec8;
	background: url(../images/bg.png);
	position: relative;
	}


/* メインビジュアル
---------------------------------------------------------- */
#main {
	width: 100%;
	top: 0;
	left: 0;
	line-height: 0;
	padding: 0 0 0 310px;
	position: relative;
	}

#main img {
	width: 100%;
	height: 100% !important;
	}

#main .catch {
	width: 100%;
	top: 4.6%;
	left: 0;
	padding: 0 0 0 310px;
	position: absolute;
	}

#main .catch img {
	width: 44%;
	margin: 0 0 0 5%;
	}


/* メニュー
---------------------------------------------------------- */
#side {
	width: 310px;
	top: 0;
	left: 0;
	position: absolute;
	}

#side #menu h1 {
	text-align: center;
	margin: 40px auto 20px auto;
	}

#side #menu h1 img {
	height: 74px;
	}

#side #menu .btn {
	display: none;
	}

#side #menu nav {
	margin: 0 0 170px 30px;
	}

#side #menu nav ul li {
	margin: 0 0 20px 0;
	position:relative;
	}

#side #menu nav ul li img.dinosaur {
	height: 40px;
	display: none;
	position: absolute;
	}

#side #menu nav ul li a {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
	}

#side #menu nav ul li a:hover {
	opacity: 0.5;
	}


/* SHARE
---------------------------------------------------------- */
#share {
	width: 250px;
	height: 108px;
	line-height: 0;
	background: url(../images/bg_share.png) right top no-repeat;
	background-size: 79px 108px;
	top: 740px;
	left: 0;
	position: absolute;
	}

#share p {
	width: 123px;
	height: 23px;
	background: url(../images/tit_share.png) no-repeat;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	}

#share ul {
	margin: 20px 0 0 30px;
	display: table;
	}

#share ul li {
	padding: 0 15px 0 0;
	display: table-cell;
	}

#share ul li a img {
	width: 50px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
	}

#share ul li a img:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
	}


/* TOPICS
---------------------------------------------------------- */
#topics p {
	margin: 0 0 15px 0;
	}

#topics p img {
	height: 23px;
	}

#topics ul {
	margin: 0 30px;
	}

#topics ul li {
	font-size: 1.4rem;
	margin: 0 0 20px 0;
	}

#topics ul li:last-child {
	margin: 0;
	}

#topics ul li .date {
	color: #fa6ec8;
	display: block;
	}

#topics ul li a {
	color: #231815;
	display: block;
	}

#topics ul li a:hover {
	text-decoration: none;
	}


/* footer
---------------------------------------------------------- */
footer {
	text-align: center;
	background: #fa6ec8;
	}

/* Twitter */
footer #twitter {
	background: url(../images/bg_dot.png);
	border-left: 10px solid #fa6ec8;
	border-right: 10px solid #fa6ec8;
	padding: 60px 0;
	}

footer #twitter #tweet {
	width: 900px;
	text-align: left;
	background: url(../images/top/bg_twitter.png) bottom right no-repeat;
	margin: 0 auto;
	}

footer #twitter #tweet p {
	margin: 0 0 15px 0;
	}

/* フッター */
footer #footer {
	padding: 40px 0 30px 0;
	}

footer #footer .banner {
	margin: 0 0 20px 0;
	}

footer #footer .banner img {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
	}

footer #footer .banner img:hover {
	opacity: 0.7;
	}

footer #footer .logo img {
	width: 190px;
	}

footer #footer .sns {
	margin: 20px auto;
	display: inline-block;
	}

footer #footer .sns li {
	margin: auto 15px;
	float: left;
	}

footer #footer .sns li img {
	height: 35px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
	}

footer #footer .sns li img:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
	}

footer #footer .copy img {
	height: 14px;
	}


@media (max-width: 768px){
body {
	min-width: 320px;
	overflow-x: hidden;
	}

#loading {
	margin-top: -81px;
	margin-left: -75px;
	}

#loading img {
	width: 150px;
	}

#wrapper {
	border-top: none;
	background: url(../images/bg.png);
	background-size: 462px auto;
	}


/* メインビジュアル
---------------------------------------------------------- */
#main {
	width: 100%;
	margin: 60px 0 0 0;
	padding: 0;
	}

#main .catch {
	top: 6%;
	padding: 0;
	}

#main .catch img {
	width: 42%;
	margin: 0 0 0 6%;
	}


/* メニュー
---------------------------------------------------------- */
#side {
	width: 100%;
	position: static;
	}

#side #menu {
	width: 100%;
	background: #fa6ec8;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 100;
	}

#side #menu h1 {
	margin: 15px 0 0 10px;
	float: left;
	position: absolute;
	z-index: 100;
	}

#side #menu h1 img {
	height: 60px;
	}

#side #menu .btn {
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 50px;
	display: inline-block;
	margin: 10px;
	float: right;
	cursor: pointer;
	position: relative;
	z-index: 100;
	}

#side #menu .btn span ,
#side #menu .btn span:before ,
#side #menu .btn span:after {
	width: 20px;
	height: 4px;
	background: #fa6ec8;
	content: "";
	top: 50%;
	transition: .3s;
	display: block;
	position: absolute;
	}

#side #menu .btn span {
	margin: -2px 0 0 -10px;
	left: 50%;
	}

#side #menu .btn span:before {
	margin: -9px 0 0 0;
	left: 0;
	}

#side #menu .btn span:after {
	margin: 5px 0 0 0;
	left: 0;
	}

#side #menu .btn.close {
	background: #fa6ec8;
	}

#side #menu .btn.close span {
	background: transparent;
	}

#side #menu .btn.close span:before {
	background: #fff;
	margin: -2px 0 0 0;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	}

#side #menu .btn.close span:after {
	background: #fff;
	margin: -2px 0 0 0;
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	}

#side #menu nav {
	width: 100%;
	height: 100%;
	background: url(../images/bg.png);
	background-size: 462px auto;
	margin: 0;
	top: 0;
	left: 0;
	position: fixed;
	visibility: hidden;
	opacity: 0;
	transition: opacity .35s, visibility .35s;
	overflow: auto;
	}

#side #menu nav.open {
	opacity: 1;
	visibility: visible;
	}

#side #menu nav ul {
	margin: 100px 20px 50px 20px;
	}

#side #menu nav ul li {
	margin: 20px 0;
	}

#side #menu nav ul li a:hover ,
#side #menu nav ul li a:focus {
	opacity: 1;
	}


/* 更新履歴
---------------------------------------------------------- */
#topics {
	margin: 40px 0 30px 0;
	}

#topics ul li {
	font-size: 1.6rem;
	}

#topics ul li:nth-child(n+4) {
	display: none;
	}


/* シェア
---------------------------------------------------------- */
#share {
	width: 240px;
	height: 107px;
	background: url(../images/bg_share_sp.png) right bottom no-repeat;
	background-size: 99px 107px;
	margin: 0 auto;
	padding: 25px 0 0 0;
	position: static;
	}

#share p {
	width: 130px;
	height: 24px;
	background: url(../images/tit_share_sp.png) no-repeat;
	background-size: 130px 24px;
	}

#share ul {
	margin: 5px 0 0 11px;
	}

#share ul li {
	padding: 0 7.5px;
	}

#share ul li a img {
	width: 40px;
	}


/* footer
---------------------------------------------------------- */
/* Twitter */
footer #twitter {
	padding: 40px 30px;
	}

footer #twitter #tweet p img {
	height: 28px;
	}

footer #twitter #tweet {
	width: 100%;
	text-align: center;
	background: none;
	}

footer #footer .banner img {
	width: 80%;
	}

footer #footer .banner img:hover {
	opacity: 1;
	}
}

@media (max-width: 640px){
footer #footer .banner {
	padding: 0 20px;
	}

footer #footer .banner img {
	width: 100%;
	}

footer #footer .sns li {
	margin: 0 10px;
	}

footer #footer .sns li img {
	height: 30px;
	}
}


@media (min-width: 769px){
#side #menu nav {
	display: block !important;
	}
}