@charset "UTF-8";
/* * * * * * * * * * * * * * * * * *
 smart_top.css
* * * * * * * * * * * * * * * * * */

#wrap {
	overflow: hidden;
}

#home h2 {
    font-size: 50px;
    margin-bottom: 30px
}
#home h2 span{
	font-size: 20px;
}

/* moviebox */
#moviebox iframe#movie {
    height: 40%!important;
    position: absolute;
    top: 25%;
}

/* mainVisual */
section#mainvisual {
	background-image: url(../img/home/img_main_sp.jpg);
}
section#mainvisual {
	background-image: url(../img/home/img_newyear.jpg);
	background-size: 130% auto;
	background-position: center bottom;
}
section#mainvisual .inner {
	-moz-height: -moz-calc( 100vh - 110px );
	-webkit-height: -webkit-calc( 100vh - 110px );
	-o-height: -o-calc( 100vh - 110px );
	height: calc( 100vh - 110px );
}
section#mainvisual .inner {
    height: auto;
    padding-top: 110%;
}

section#mainvisual p.omikuji {
	right: 30px;
	bottom: 40px;
	width: 230px;
}

/*
section#mainvisual p.omikuji {
	right: 50%;
	margin-right: -115px;
	bottom: 65%;
	width: 230px;
}
*/
section#mainvisual p.omikuji span:before {
	left: -60px;
	top: -50px;
	width: 124px;
	height: 136px;
}
#home #news ul{
	width: 90%;
	box-sizing: border-box;
	margin: 0 auto;
}
#home #news ul li span{
	display: block;
}
/* about */
#home #about{
	background-image: url(../img/home/about_bg_sp.png);
	background-size: 100% auto;
	padding: 60px 0 20%;
}
#home #about .inner > p {
    width: 90%;
}

#home #prof{
	padding: 0 0 40px;
}
#home #prof #chara01 {background-image: url(../img/home/bg01_sp.jpg);}
#home #prof #chara02 {background-image: url(../img/home/bg02_sp.jpg);}
#home #prof #chara03 {background-image: url(../img/home/bg03_sp.jpg);}
#home #prof #chara04 {background-image: url(../img/home/bg04_sp.jpg);}

#home #prof .profbox{
	padding: 78% 0 25px;
}
#home #prof .profbox .inner {
    width: 85%;
}

#home #prof .profbox h3 {
    font-size: 34px;
}

#home #prof .profbox h3 span {
    font-size: 27px;
    padding: 0 5px;
}

#home #prof .profbox a {
    width: 62px;
    margin-top: 5px;
}

#home #prof .profbox .img{
	width: 19%;
}
#home #prof #chara01 .img{}
#home #prof #chara02 .img{}
#home #prof #chara03 .img{width: 23%;}
#home #prof #chara04 .img{width: 23%;}


/* newsList
--------------------------------- */
ul.newsList {
	background: #FFF;
	border: 0;
}

ul.newsList li + li {
	border-top: 1px solid #e3e3e3;
}

ul.newsList li a {
	padding: 30px;
}

ul.newsList li a p.thum {
	width: 30%;
	float: left;
}

ul.newsList li a:hover p.thum img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

ul.newsList li a .detail {
	padding: 0;
	width: 68%;
	float: right;
	font-size: 24px;
}

ul.newsList li a .detail p.title {
	font-size: 32px;
	margin-bottom: 30px;
}
ul.newsList li a:hover .detail p.title {
	color: #333;
}

ul.newsList li a .detail p.data {
	line-height: 38px;
}
ul.newsList li a .detail p.data span.fav {
	margin-right: 20px;
	font-size: 27px;
}
ul.newsList li a .detail p.data span.cate {
	padding: 0 20px;
	height: 38px;
	border-radius: 19px;
	min-width: 120px;
}




