@charset "utf-8";
/*index*/
html,body {
	color:#000;
	margin:0;
}
#container {
	margin:0;
}
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
.target{
    margin-top:-130px !important;
    padding-top:130px !important;
	/* display: inline-block !important;  required for webkit browsers */
	vertical-align: top !important;
	display: block !important;
}

/*menu*/
body.index #second-h1{
	display:none;
}
#second-h1 a.sp{
	display:none;
}
.menu-btn{
	display:none;
}
#menu{
	background:#FFF;
	margin:0 auto 0;
	height: auto;
	border-bottom:#A6A6A6 solid 1px;
}
#menu nav#nav {
	width:100%;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}
#menu nav#nav ul {
	text-align: center;
	display: table;
	margin:5px auto 5px;
}
#menu nav#nav ul li {
	display: inline-block;
	margin:0 25px 0 0;
	font-size:16px;
	line-height:26px;
	vertical-align: middle;
}
#menu nav#nav ul li small {
	font-size:8px;
}
#menu nav#nav ul li a {
	color:#000;
	vertical-align: middle;
}
#menu nav#nav ul li a:hover {
	text-decoration:none;
}
#menu nav#nav ul li.txt {
	margin-top:3px;
}
#menu nav#nav ul li.txt a {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	overflow: hidden;
}
#menu nav#nav ul li.txt a:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	height: 2px;
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
#menu nav#nav ul li.txt a:hover:before, 
#menu nav#nav ul li.txt a:focus:before, 
#menu nav#nav ul li.txt a:active:before {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
#menu nav#nav ul li.txt a i {
	font-size:10px;
	line-height:26px;
	margin:0 5px 0 0;
	vertical-align: middle;
}
#menu nav#nav ul li.icon {
	margin:0 10px 0 0;
	font-size:26px;
	line-height:26px;
}
#menu nav#nav ul li.facebook {
	margin-left:0;
}
#menu nav#nav ul li.icon a span.sp{
	display:none;
}
#menu nav#nav ul.mini {
	margin-top:0;
	margin-bottom:10px;
}
#menu nav#nav ul.mini li {
	margin:0 5px 0 0;
	font-size:12px;
	line-height:26px;
	background: #6d416f;
	border-radius: 5px;/* CSS3草案 */
	-webkit-border-radius: 5px;/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;/* Firefox用 */
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
#menu nav#nav ul.mini li:hover {
	background: #580d5e;
}
#menu nav#nav ul.mini li a {
	color:#FFF;
	padding:0 10px;
}

/*#foot-sp-menu*/
#foot-sp-menu{
	display:none;
}

/*#body*/
#container{
	width:100%;
	height:auto;
}

#body #sp-index{
	display:none;
}
#body .float{
	width:1000px;
	height:auto;
	margin:0 auto;
}
#body article#index-main{
	margin:0 0 0 0;
	padding:0 0 0 0;
}
#body article#index-main section.pc-index{
	height: 660px;
	background: url(../img/index_bg.jpg) center bottom no-repeat;
}
#body article#index-main section.pc-index section.title{
	margin:0 0 0 0;
}
#body article#index-main section.pc-index section.title h1{
	margin:15px auto 0;
	width:534px;
	height:141px;
}
#body article#index-main section.pc-index{
	position:relative;
}
#body article#index-main section.pc-index section.copy h2{
	position:absolute;
	top:15px;
	left:50px;
	margin:0 auto;
	width:28px;
	height:299px;
}
#body article#index-main section.release{
	margin:15px auto;
	padding:0;
}
#body article#index-main section.release h2{
	font-size:20px;
	font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	text-align:center;
	line-height:1.4;
}
#body article#index-main section.release h2 small{
	font-size:12px;
}
#body article#index-main section.release p{
	text-align:center;
	font-size:12px;
}


/*#socialmedia*/
#socialmedia{
	margin:5px auto 0;
	padding:10px 0;
}
#socialmedia ul{
	width:auto;
	text-align:center;
}
#socialmedia ul li{
	display: inline-block;
	margin:0 5px 0;
}
#socialmedia ul li span{
	vertical-align: baseline !important;
}
.fb-like iframe {
    max-width: none !important;
}

/*#socialmedia ul.share-btn*/
#socialmedia ul.share-btn{
	margin:0 auto;
	width:205px;
	height:45px;
}
#socialmedia ul.share-btn li{
	display:block;
	margin:0 5px 0 0;
	float:left;
	text-align:center;
	font-size:10px;
	width:100px;
	height:40px;
	line-height:1;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#socialmedia ul.share-btn li a{
	color:#FFF;
	text-decoration:none;
}
#socialmedia ul.share-btn li a:hover{
	text-decoration:none;
}
#socialmedia ul.share-btn li i{
	display:block;
	font-size:18px;
	font-style:normal;
	margin:6px 0 0 0;
}
#socialmedia ul.share-btn li.twitter{
	background:#45B0E3;
}
#socialmedia ul.share-btn li.twitter:hover {
	background-color:#7DD5FF;
}
#socialmedia ul.share-btn li.facebook{
	background:#39599F;
	margin-right:0;
}
#socialmedia ul.share-btn li.facebook:hover {
	background-color:#447BEE;
}
#socialmedia ul.share-btn li.line{
	display:none;
	background:#12C712;
	margin-right:0;
}
#socialmedia ul.share-btn li.line:hover {
	background-color:#4BF84B;
}
#socialmedia ul.share-btn li,
#socialmedia ul.share-btn li::before,
#socialmedia ul.share-btn li::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#socialmedia ul.buttons{
	margin:5px auto 0;
}
#socialmedia ul.buttons li iframe{
	height:20px !important;
}

/*.banner*/
.banner{
	margin:25px auto ;
	text-align:center;
}
.banner img{
	width:43%;
	max-width:550px;
	height:auto;
	margin:0 0.5%;
}


/*#index-about*/
#body #index-about{
	margin:0 0 0 0;
	background: linear-gradient(#e4e4e4, #FFFFFF);
}

/*#index-about*/
/*.headline*/
#body #index-about .headline{
	padding:50px 0;
}
#body #index-about .headline h3{
	margin:0 auto 70px;
	text-align:center;
}
#body #index-about .headline h1{
	margin:0 0 70px;
	font-size:30px;
	font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	text-align:center;
}
#body #index-about .headline figure{
	margin:0 auto 50px;
	text-align:center;
}
#body #index-about .headline figure img{
	width:100%;
	height:auto;
}

/*#index-about*/
/*.intro*/
#body #index-about .intro{
	padding:0 0 150px;
}
#body #index-about .intro h1{
	margin:0 0 50px;
	font-size:36px;
	font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-weight:normal;
	text-align:center;
}
#body #index-about .intro .txt{
	margin:0 auto 100px;
	width:600px;
}
#body #index-about .intro .txt h2{
	margin:0 0 50px;
	font-size:26px;
	font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	text-align:center;
}
#body #index-about .intro .txt h3{
	margin:0 0 25px;
	font-size:20px;
	font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	color:#960000;
}
#body #index-about .intro .txt p{
	margin:0 0 20px;
	font-size:18px;
}
#body #index-about .intro figure{
	margin:0 auto 50px;
	text-align:center;
}
#body #index-about .intro figure img{
	width:100%;
	height:auto;
}


/*#index-about*/
/*.story*/
#body #index-about .story{
	padding:0 0 150px;
}
#body #index-about .story h1{
	margin:0 0 50px;
	font-size:36px;
	font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-weight:normal;
	text-align:center;
}
#body #index-about .story .txt{
	margin:0 auto 50px;
	width:600px;
}
#body #index-about .story .txt p{
	margin:0 0 20px;
	font-size:18px;
}
#body #index-about .story .review{
	margin:0 auto 100px;
	width:600px;
}
#body #index-about .story .review p{
	margin:0 0 25px;
	font-size:20px;
	font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-weight:800;
	text-align:center;
}
#body #index-about .story figure{
	margin:0 auto 50px;
	text-align:center;
}
#body #index-about .story figure img{
	width:100%;
	height:auto;
}


/*#index-about*/
/*.director*/
#body #index-about .director{
	padding:0 0 150px;
}
#body #index-about .director h1{
	margin:0 0 50px;
	font-size:36px;
	font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-weight:normal;
	text-align:center;
}
#body #index-about .director p{
	margin:0 auto 100px;
	width:600px;
	font-size:16px;
}
#body #index-about .director figure{
	margin:0 auto 50px;
	text-align:center;
}


/*#index-about*/
/*.casts*/
#body #index-about .casts{
	padding:0 0 150px;
}
#body #index-about .casts h1{
	margin:0 0 50px;
	font-size:36px;
	font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-weight:normal;
	text-align:center;
}
#body #index-about .casts section.cast{
	margin:0 auto 50px;
	width:1000px;
}
#body #index-about .casts section.cast figure{
	margin:0 auto 20px;
	width:600px;
	float:left;
}
#body #index-about .casts section.cast .txt{
	margin:0 auto 20px;
	width:380px;
	float:right;
}
#body #index-about .casts section.cast .txt h3{
	margin:0 auto 0;
	font-size:20px;
	font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
}
#body #index-about .casts section.cast .txt h2{
	margin:0 auto 10px;
	font-size:24px;
	font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
}
#body #index-about .casts section.cast .txt p{
	font-size:16px;
}


/*#index-about*/
/*.book*/
#body #index-about .book h1{
	margin:0 0 50px;
	font-size:36px;
	font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-weight:normal;
	text-align:center;
}
#body #index-about .book p{
	margin:0 auto 50px;
	width:600px;
	font-size:16px;
	text-align:center;
}
#body #index-about .book figure{
	margin:0 auto 20px;
	text-align:center;
}
#body #index-about .book blockquote{
	background:#C8C8C8;
	margin:0 auto 100px;
	padding:50px;
	width:600px;
}
#body #index-about .book blockquote p{
	margin:0 0 0 0;
	width: auto;
	font-size:16px;
	text-align:left;
}


/*#index-about*/
/*.trailer*/
#body #index-about .trailer{
	padding:0 0 150px;
	text-align:center;

}
#body #index-about .trailer h1{
	margin:0 0 30px;
	font-size:36px;
	font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-weight:normal;
	text-align:center;

}
#body #index-about .trailer .movie-wrap {
	margin:0 0 30px;
}

/*#index-about*/
/*.credit*/
#body #index-about .credit{
	padding:0 0 150px;
}
#body #index-about .credit p{
	margin:0 auto 100px;
	width:800px;
	font-size:12px;
	text-align:center;
}
#body #index-about .credit figure{
	margin:0 auto 50px;
	text-align:center;
}
#body #index-about .credit figure img{
	width:100%;
	height:auto;
}

/*#index-about*/
/*.uplinkcloud*/
#body #index-about .uplinkcloud{
	padding:0 0 150px;
}
#body #index-about .uplinkcloud h1{
	margin:0 0 50px;
	font-size:36px;
	font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-weight:normal;
	text-align:center;
}
#body #index-about .uplinkcloud .titles{
	margin:0 auto 50px;
	padding:20px;
	width:600px;
	border:#909090 solid 1px;
}
#body #index-about .uplinkcloud .titles figure{
	margin:0 5% 0 0;
	float:left;
	width:35%;
}
#body #index-about .uplinkcloud .titles figure img{
	width:100%;
	height:auto;
}
#body #index-about .uplinkcloud .titles .txt{
	margin:0 0 0 0;
	float:right;
	width:60%;
}
#body #index-about .uplinkcloud .titles .txt h2{
	margin:0 0 0 0;
	font-size:16px;
	font-weight:normal;
}
#body #index-about .uplinkcloud .titles .txt h1{
	margin:0 0 0 0;
	font-size:26px;
	font-weight:800;
	text-align:left;
}
#body #index-about .uplinkcloud .titles .txt p{
	margin:0 0 0 0;
	font-size:14px;
}
#body #index-about .uplinkcloud .titles .txt .btn{
	display: block;
	margin: 30px auto;
	background: #2ea6ce;
	text-align: center;
}
#body #index-about .uplinkcloud .titles .txt .btn a{
	display: block;
	background: #2ea6ce;
	border-bottom: 10px solid #387285;
	font-size: 24px;
	padding: 15px 0;
	line-height: 30px;
	color: #fff;
	text-decoration: none;
	text-align: center;
}
#body #index-about .uplinkcloud .titles .txt .btn a:hover {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}




/*uplink*/
#uplink{
	margin:0 0 0 0;
	padding:20px 0;
	width:100%;
}
body.index #uplink{
	margin:0 0 0 0;
}
#uplink h1{
	margin:0 auto;
	height:auto;
	text-align:center;
}
#uplink h1 img{
	width:50px;
	height:auto;
}
#uplink ul{
	margin:10px auto 0;
	width:1000px;
	text-align:center;
}
#uplink ul li{
	display:inline;
	margin:0 10px 0 0;
}
#uplink ul li.last{
	margin-right:0;
}
#uplink ul li a{
	font-size:30px;
	color:#000;
}


/*second*/
body.second #container #menu {
	margin:0 auto;
	height:auto;
}
body.second #container #menu #second-h1 {
	margin: 0 auto;
	padding:0 0 0 0 ;
	width:1000px;
	text-align:center;
}
body.second #container #menu #second-h1 img {
	width:250px;
	height:auto;
	margin-top:10px;
}

/*second theater*/
body.second.theater #container {
	background: url(../img/theater_bg.jpg) top center fixed;
	background-size:cover;
}
#body.second.theater .page{
	margin:0 auto;
	padding:30px 0 50px;
	width:1000px;
	height:auto;
}
#body.second.theater .page h1{
	font-size:32px;
	font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	text-align:center;
	margin-bottom:15px;
	color:#000;
	text-shadow: 1px 1px 1px #FFF;
}
#body.second.theater .page section.contents{
	margin:0 0 0 0;
	padding:0 0 0 0;
	height:100%;
}
#body.second.theater .page .ticket{
	margin:10px auto;
	text-align:center;
}
#body.second.theater .page .ticket img{
	width:550px;
}

#body.second.theater .page header nav{
	margin:30px 0;
}
#body.second.theater .page header nav ul.theater-list{
	margin:0;
}
#body.second.theater .page header nav ul.theater-list li{
	background:#000;
	float:left;
	margin:0 2% 0 0;
	width:12.57142857142857%;
	height:45px;
	text-align:center;
	line-height:45px;
    border-radius: 5px;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	opacity: 1;
}
#body.second.theater .page header nav ul.theater-list li:hover{
	background:#e73828;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#body.second.theater .page header nav ul.theater-list li.last{
	margin:0 0 0 0;
}
#body.second.theater .page header nav ul.theater-list li a{
	display:block;
	width:100%;
	height:100%;
	color:#FFF;
	font-size:14px;
}
#body.second.theater .page header nav ul.theater-list li a:hover{
	text-decoration:none;
	color:#FFF;
}
#body.second.theater .page section.contents{
	margin:0;
	padding:0;
	color:#000;
}
#body.second.theater .page section.contents a.target{
    margin-top:-133px;
    padding-top:133px;
	display: inline-block; /* required for webkit browsers */
	vertical-align: top;
}
#body.second.theater .page section.contents .ken-box{
	background:#FFF;
	margin:0 0 30px;
	border-bottom:#000 solid 2px;
	border-top:#000 solid 2px;
}
#body.second.theater .page section.contents .ken-box .ken{
	background:#000;
	width:20%;
	float:left;
	font-weight:800;
	line-height:50px;
	color:#FFF;
}
#body.second.theater .page section.contents .ken-box .ken h2{
	color:#FFF;
	font-size:20px;
	font-weight:800;
	padding:10px;
}
#body.second.theater .page section.contents .ken-box .theaters{
	width:80%;
	float:right;
}
#body.second.theater .page section.contents .ken-box .theaters .theater-box{
	border-bottom:#000 solid 2px;
}
#body.second.theater .page section.contents .ken-box .theaters .theater-box.last{
	border-bottom:none;
}
#body.second.theater .page section.contents .ken-box .theaters .theater-box .theater-name{
	float:left;
	width:40%;
}
#body.second.theater .page section.contents .ken-box .theaters .theater-box .theater-name h4{
	color:#000;
	font-size:14px;
	
	line-height:1.4;
	margin:10px 10px 0;
}
#body.second.theater .page section.contents .ken-box .theaters .theater-box .theater-name h3{
	font-size:20px;
	line-height:1.4;
	margin:0 10px;
}
#body.second.theater .page section.contents .ken-box .theaters .theater-box .txt{
	float:right;
	width:60%;
	font-size:14px;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
#body.second.theater .page section.contents .ken-box .theaters .theater-box .txt p{
	margin:10px;
}
#body.second.theater .page section.contents .ken-box .theaters .theater-box .txt p strong{
	font-size:16px;
}

/*second comments*/
#body.second.comments {
background: #f7f7f7;
background: -moz-linear-gradient(top,  #f7f7f7 0%, #ffffff 55%);
background: -webkit-linear-gradient(top,  #f7f7f7 0%,#ffffff 55%);
background: linear-gradient(to bottom,  #f7f7f7 0%,#ffffff 55%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ffffff',GradientType=0 );
}
#body.second.comments .page{
	margin:0 auto;
	padding:30px 0 50px;
	width:800px;
	height:auto;
}
#body.second.comments .page h1 {
	font-size:32px;
	font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	text-align:center;
	margin-bottom:15px;
}
#body.second.comments .page h1 small {
	font-size:12px;
}
#body.second.comments .page .contents {
	padding:25px 0;
}
#body.second.comments .page .contents .comment {
	margin:0 0 100px;
	border-bottom:#000 dotted 1px;
}
#body.second.comments .page .contents .comment figure {
	margin:0 auto;
	text-align:center;
}
#body.second.comments .page .contents .comment figure img {
	margin:0 auto 20px;
}
#body.second.comments .page .contents .comment h2 {
	margin:0 0 20px;
	padding:10px 0;
	font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	text-align:center;
	font-size:30px;
	font-weight:normal;
	border-top:#000 dotted 1px;
	border-bottom:#000 dotted 1px;
}
#body.second.comments .page .contents .comment h2 small {
	font-size:18px;
	font-weight:normal;
	margin:0 0 0 20px;
}
#body.second.comments .page .contents .comment p {
	font-size:20px;
	margin:0 50px 20px;
}

/*#body.nectar*/
#body.nectar article#index-main section.pc-index{
	height: 68vh;
	margin: 0 0 20px;
}
#body.nectar article#index-main section.pc-index section.copy{
	height: 58vh;
	background: url(../img/nectar_bg.jpg) center /cover;
}
#body.nectar article#index-main section.pc-index section.copy .float{
	position:relative;
}
#body.nectar article#index-main section.pc-index section.copy h2{
	position:absolute;
	top:2vh;
	right:100px;
	margin:0 auto;
	width:20px;
	height:253px;
}
#body.nectar article#index-main section.pc-index section.title{
	margin:-40px 0 0 0;
}
#body.nectar article#index-main section.pc-index section.title h1{
	margin:0 auto;
	width:361px;
	height:120px;
}
#body.nectar article#index-main section.release{
	margin:0 auto;
	padding:0;
}
#body.nectar article#index-main section.release h2{
	font-size:20px;
	font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-weight:normal;
	text-align:center;
	line-height:1.4;
}
#body.nectar article#index-main section.release h2 small{
	font-size:12px;
}
#body.nectar article#index-main section.release p{
	text-align:center;
	font-size:12px;
}
/*#body.nectar #index-about*/
#body.nectar #index-about{
	margin:50px 0 0 0;
	background:url(../img/nectar_img01.jpg) center top no-repeat;
}


/*news*/
article.news {
	padding:0 0 50px;
}
article.news h2{
	color: #330000;
	font-size:30px;
	text-align:center;
	font-weight:normal;
	font-family: 'Linden Hill', serif;
	margin:0 0 30px;
}
article.news .body{
	background:#FFF;
	width:850px;
	margin:0 auto 15px;
	padding:15px 30px;
	overflow:auto;
	border: solid ; 
	border-width: 1px;
}
article.news .body h3{
	margin:0 0 10px;
	text-align:center;
	font-size:28px;
	font-weight:normal;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
}
article.news .body p{
	margin:0 0 10px;
}
article.news .body .red{
	color:#900;
}

/*#vod-btn*/
ul#vod-btn{
	margin:20px 0 ;
}
ul#vod-btn li{
	float:left;
	width:23%;
	margin:0 1% 10px;
}
ul#vod-btn li img{
	width:100%;
	height:auto;
}

ul#vod-btn li.first{
	float:left;
	width:23%;
	margin:0 0 10px 220px;
}
ul#vod-btn li.first img{
	width:100%;
	height:auto;
}


/*#vod*/
#body #vod{
	margin:0 0 0 0;
	padding:60px 0;
	background: linear-gradient( #F3C8C9, #C79FA0 );
}
#body #vod h1{
	margin:0 auto 40px;
	width: 1100px;
	font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-size: 38px;
	text-align:center;
	color:#000;
	letter-spacing:2px;
}

#body #vod h2{
	margin:0 auto 30px;
	width: 1100px;
	font-size: 20px;
	text-align:center;
	color: #9b3700;
}
#body #vod .txt{
	margin:0 auto;
	width: 1100px;
}
#body #vod .txt .site{
	margin:0 auto 40px;
	padding: 15px 0;
	background: #FFF;
	border-radius: 20px;
	width:700px;
	height:auto;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}
#body #vod .txt .site img{
	width:640px;
	height:auto;
}

#body #vod .txt .site:hover{
	opacity: 0.8;
}
#body #vod .txt .site h3{
	margin:0 auto;
	text-align: center;
}
#body #vod .txt .site p{
	margin:0 auto;
	font-size: 16px;
	text-align: center;
}

/*#sell*/
#body #sell{
	margin:30px 0 0 0;
	background:#E1DFDF;
}
#body #sell .float{
	width:800px;
}
#body #sell h1{
	margin:30px auto 30px;
	font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-size: 38px;
	text-align:center;
}
#body #sell figure{
	margin: 0 0 30px;
	float: right;
	width: 50%;
}
#body #sell figure img{
	width: 100%;
	height: auto;
	padding:0 auto;
}
#body #sell .txt{
	margin: 0 0 30px ;
	float: left;
	width: 50%;
}
#body #sell .txt h2{
	font-size: 24px;
	margin:30px 0 10px;
}
#body #sell .txt h3{
	font-size: 18px;
	margin:30px 0 10px;
}

#body #sell .txt h3 .highlight {
    position: relative;
    color: #000;
}

#body #sell .txt p{
	margin:0 10px 0 0;
	font-size: 14px;
}
#body #sell .txt p.mini{
	font-size: 12px;
	margin:15px 0 0 0;
}
#body #sell .link-btn{
	padding: 20px 0;
	clear: both;
	background:#b99636;
	border-radius: 20px;
}
#body #sell .link-btn:hover {
	background: #755f22;
}
#body #sell .link-btn h2{
	margin: 0;
	font-size: 30px;
	text-align: center;
}
#body #sell .link-btn h3{
	margin: 0;
	font-size: 20px;
	text-align: center;
}
#body #sell .link-btn a {
	color: #FFF;
	text-decoration: none;
}

#body #sell p.btn{
	margin:0 10px 0 0;
	text-align:center;
}
#body #sell a.square_btn{
    display: inline-block;
    padding: 25px 30px;
	font-size: 26px;
	border-radius: 30px;
    text-decoration: none;
    color: #FFF;
    background-image: -webkit-linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
    background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
    transition: .4s;
	margin:0 0 25px 0;
}

#body #sell .square_btn:hover {
    background-image: -webkit-linear-gradient(45deg, #FFC107 0%, #f76a35 100%);
    background-image: linear-gradient(45deg, #FFC107 0%, #f76a35 100%);
}

.mini {
	font-size:20px;
}


