@charset "utf-8";
/* ----------------------------------------------------------------
	アニメ『ほしの島のにゃんこ』
---------------------------------------------------------------- */
/*-- トップページ --*/
body.home header .logo {
	display: none;
}
#wrapper:before {
   background-image:none;
	background-color: #99cc00;
}
body.home .main img {
	margin: 0 auto;
}
body.home .thm-aside .start {
	margin: 18px auto;
	width: 70%;
}
body.home .thm-aside .banner {
	margin: 20px auto 0;
	width: 90%;
	box-sizing: border-box;
	font-size: 0;
	text-align: center;
}
body.home .thm-aside .banner li {
	margin-bottom: 10px;
	display: inline-block;
	width: 50%;
	padding: 0 2%;
	box-sizing: border-box;
}
body.home .thm-aside .banner li img {
	margin: 0 auto;
}
body.home .thm-aside .news-box {
	margin: 40px auto 5px;
    padding: 5px;
    background-color: rgba(255, 255, 255, 1);
	width: 90%;
	-webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
	border: 4px solid #ffac00;
	border: 4px solid #FFFFFF;
	box-sizing: border-box;
	position: relative;
}
body.home .thm-aside .news-box.twitter {
	/*border-color: #42d0ed;*/
	border-color: #FFFFFF;
}
body.home .thm-aside .news-box .ttl {
	position: absolute;
	top: -30px;
	left: 0;
	width: 100%;
}
body.home .thm-aside .news-box .ttl img {
	margin: 0 auto;
	height: 35px;
}
.news-box .txtbox {
	width: 100%;
	max-width: 100%;
	height: 240px;
	overflow-x: hidden;
	overflow-y: hidden;
}
.news-box .txtbox iframe {
	min-height: 260px!important;
	max-width: 100%!important;
	box-sizing: border-box;
}
#jsTopNews {
	color: #DD0A0A;
	overflow-x: hidden;
	overflow-y: hidden;
	position: relative;
	font-size: 13px;
}
#jsTopNews a {
	color: #000;
	text-decoration: none;
}
#jsTopNews a:hover {
	color: #42d0ed;
	text-decoration: none;
}
#jsTopNews ul {
	padding: 2px 0 0;
}
#jsTopNews li {
	padding: 4px 10px;
}
#jsTopNews li, #jsTopNews a {
	line-height: 1.6;
/*	font-size: 13px; */
	font-size: 14px;
}
#jsTopNews li ~ li {
	border-top: 1px dashed rgba(0, 0, 0, 0.1);
}
#jsTopNews span {
	color: #ff5500;
	font-size: 12px;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	display: block;
}
.common-link-nav {
	text-align: center;
	margin-bottom: 8px;
	width: 96%;
}
.common-link-nav li {
	display: inline-block;
	padding-bottom: 5px;
	vertical-align: top;
	font-size: 0;
	height: 20px;
	overflow: hidden;
}
.common-link-nav li .link {
	color: #333;
	font-size: 12px;
}
.common-link-nav li iframe {
	margin: 0 !important;
}
/* スマホ動画 */
.thm-aside .mov {
  margin: 20px auto;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
.thm-aside .mov iframe {
	position: absolute;
	top: 0;
	right: 0;
	height: 480px;
	width: 100% !important;
	max-height: 100% !important;
}
@media (min-width: 64em) {
#wrapper {
	min-height: 800px;
	position: relative;
}
.home #wrapper:before {
    background:url('../images/top/main_bg-1.png') repeat center top;
    display: block;
    position: fixed;
    top: 0;
    left: 15rem;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    transition: 0.2s;
}
body.home .drawer-nav::before {
    background: url(../images/common/menu_bg_top.png) no-repeat right top;
}
body.home .main {
	width: 74%;
	display: inline-block;
	float: left;
}
body.home .main img {
	margin-top: 0;
}
body.home .thm-aside {
	/*padding: 0 15px;*/
	width: 26%;
	max-width: 360px;
	max-width: 400px;
	float: right;
	display: inline-block;
}
body.home .thm-aside .logo-top {
	margin: 5px 0 0 -5px;
	width: 96%
}
body.home .thm-aside .logo-top img {
	display: block;
	margin: 0 auto;
}
body.home .thm-aside .start {
	margin: 10px 0 20px -5%;
	width: 100%
}
body.home .thm-aside .banner {
	margin: 20px 10px 10px;
}
body.home .thm-aside .banner li {
	display: block;
	width: 100%;
}
body.home .thm-aside .news-box {
	/* margin: 45px 0 0; */
	margin: 45px 10px 10px;
	border-width: 5px;
}
body.home .thm-aside .news-box .ttl {
	top: -34px;
}
body.home .thm-aside .news-box .ttl img {
	height: 34px;
}
.news-box .txtbox {
	height: 200px;
}
body.home .thm-aside .news-box.twitter {
	border-color: #FFFFFF;
}
.home .copyright {
	position: absolute;
	bottom: 0;
	left: 9%;
	color: #FFF;
	margin-bottom: 0;
}
.common-link-nav {
	text-align: left;
	width: 90%;
	margin: 0 5%;
}
}
@media (min-width: 75em) {
.news-box .txtbox {
	height: 200px;
}
}
