@charset "utf-8";

/***************************************************

 Copyright © 2013 ULM design Co.,Ltd.
 
 sp/tablet both css
 v3.0
 
***************************************************/
html,body{
	background-color:#FFF;
	text-align:left;
	margin:0;
	padding:0;
	-webkit-text-size-adjust: none; /* adjust */
}






/***************************************************

 block
 
***************************************************/
#wrapper {
	margin:50px auto 0;
}

#main{
	background:url(../img/common/mainBg.jpg);
	background-size:100%;
}

#top-catch{
	position:absolute;
	top: 0;
}

#buzzes-banner{
	width:94%;
	margin:0 auto;
	padding:15px 0 0;
}
#buzzes-banner img{
	width:100%;
}
/***************************************************

 nav
 
***************************************************/
#top-navi-container{
	background-image:url("../img/common/catch.png");
	background-repeat:no-repeat;
	background-size:100% auto;
}

#top-navi{
	width:94%;
	margin:0 auto;
}

#top-navi li{
	float:left;
	padding:0 10px 0 0;
}
#top-navi li a img{
	width:100%;
}

nav{
	width:94%;
	margin: 0 auto;
}

nav ul{
}

nav ul li{
	width: 49%;
	float: left;
	margin-top: 4%;
	list-style:none;
	display:block;
	text-align:center;
	font-size:128%;
}
	
nav ul li:nth-child(even){
	margin-left: 2%;
}

nav ul li.selected{
	/*gradient
	background:-webkit-gradient(linear,left top,left bottom,from(#b61e21),to(#800a0c));
	text-shadow:1px 1px 0 rgba(0,0,0,0.3);
	*/
}

nav ul li img{
	width: 100%;
}

nav ul li a{
	text-decoration: none;
	letter-spacing:0.1em;
	display: block;
	/*mobile safari*/
	/*-webkit-tap-highlight-color: rgba(0,0,0,0.4);*/
}

nav ul li a img{
	width: 100%;
}

nav ul li a:hover,nav ul li a:active {
	letter-spacing:0.1em;
	text-decoration: none;
}



li.selected span{
	letter-spacing:0.1em;
	text-decoration: none;
	display: block;
}

.line{
	width: 65%;
	margin: 0 auto;
}



/***************************************************

 section
 
***************************************************/
section{
	padding:0;
	margin:0;
}

.section-container{
	padding:0 5%;
}



/***************************************************

 article
 
***************************************************/
article {
	
}


.article-container{
	padding:10px 0 0;
}




.title{
	color:#900;
	font-size: 100%;
	letter-spacing:0;
	font-weight:bold;
}


.txt{
	padding:0 0 15px;
}




/***************************************************

 footer
 
***************************************************/
footer{
	padding:10px 0 20px;
	margin:0 auto;
}

footer img{
	width:92%;
	display:block;
	margin:0 auto;
}

#banner-container{
	padding:20px 4% ;
}

#banner-container li{
	width:49%;
	padding-bottom:2%;
	float:left;
}

#banner-container li:nth-child(odd){
	padding:0 2% 2% 0;
}
/*
#banner-container li:nth-child(7){
	width:100%;
}*/

#banner-container li a img{
	width:100%;
}

.cc{
	padding:0 1px;
}

.cc p{
	font-size:71%;
	line-height:1.3em;
	text-align:center;
	color:#888;
}

.cc a{
	color:#9e6737;
	text-decoration:underline;
}









/***************************************************

 * SNS
 
***************************************************/
#social-container{
	display:block;
	margin:15px auto 0;
	width:92%;
}


.social-btn{
	float:left;
	padding:0 5px 5px 0;
}

#twitter-btn{
	width:85px;
}

#facebook-btn{
	width:110px;
}

#google-btn{
	width:40px;
}

#mixi-btn{
	width:80px;
}

#gree-btn{
	width:80px;
}

#line-btn{
	width:70px;
	margin:-5px 0 0;
}

#hatena-btn{
	width:100px;
}






/***************************************************

 * default
 
***************************************************/
h1{}

h2{}

h3{ color:#9725d8;}

h4{ color:#3876b4;}



/*--------------------------------------------------
a
--------------------------------------------------*/
a {
	color: #f39600;
	text-decoration: underline;
}
a:hover,a:active {
	text-decoration: none;
}


p{
	letter-spacing:0;
	line-height: 1.7em;
}



/***************************************************

 * modules
 
***************************************************/



/*--------------------------------------------------
color
--------------------------------------------------*/
.purple{
	color:#d40c1f;
}
.red{
	color:#d40c1f;
}
.blue{
	color:#414fbc;
}
.yellow{
	color:#e9dd53;
}
.beige{
	color:#b8a569;
}
.orange{
	color:#FF7400;
}
.white{
	color:#FFF;
}


.small {
	letter-spacing:1px;
	padding:0;
	margin:0;
}


.strong{
	font-weight:bold;
	color:#f39600;
	display:block;
}




/*--------------------------------------------------
change
--------------------------------------------------*/
.change{
	display:block;
	/*margin:0 auto;*/
}



/*--------------------------------------------------
pagetop
--------------------------------------------------*/
.pagetop {
	text-align: right;
}

/***************************************************

 header
 
***************************************************/

header {
	width: 100%;
    height: 50px;
	background: #faf5e9;
    padding: 0;
    margin: 0 auto;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 100;
}

#header-sns {
    position: absolute;
    right: 10px;
    line-height: 50px;
}

#header-sns ul li {
    display: block;
    float: left;
    width: 24px;
	margin:0 5px;
}

#header-sns ul li a {
    display: block;
}

#header-sns ul li img {
    vertical-align: middle;
    margin: -1px 0 0;
    width: 100%;
    height: 100%;
}

/***************************************************

 drawer
 
***************************************************/
#drawer-container {
    position: absolute;
    z-index: 5;
    top: 0px;
    left: 0px;
    width: 50px;
    height: 50px;
    padding: 0 0 0 5px;
    transition: all 1s;
    -webkit-transition: all 1s;
}


#drawer-txt {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-align: center;
	color:#b5372b;
    padding: 5px 0 0 0;
}

#drawer-btn {
    width: 50px;
    height: 34px;
    padding: 0;
}

#drawer-btn .drawer-line {
    width: 30px;
    height: 3px;
    background: #b5372b;
    display: block;
    margin: 0 auto 4px auto;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

/***************************************************

 drawer-navi-container
 
***************************************************/
#drawer-navi-container{
	background: #faf5e9;
	width:100%;
	padding:50px 0 0 0;
	height:100%;
	position:fixed;
	z-index:99;
	top:0px;
	left:0px;
	display:none;
	overflow-y:scroll;
	-webkit-overflow-scrolling: touch;
	
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;

}

#drawer-navi{
	width:100%;
	position:relative;
	z-index:1;
	/*padding:45px 0 0 0;*/
	/*background:#fffdf2;*/
}

#drawer-navi-bg{
	width:100%;
	position:fixed;
	z-index:0;
	bottom:-10px;
	left:50%;
}

#drawer-bg{
	width:100%;
	height:150%;
	background:#fffdf2;
	position:fixed;
	z-index:0;
	overflow:hidden;
	top:0px;
	left:0px;
	display:none;
}

#drawer-navi ul li{
	text-align:center;
	padding:10px 0 10px 0;
}

#drawer-navi ul li a,#drawer-navi ul li span{
	width: 100%;
  padding: 5px 0 5px 0;
  display: block;
  text-decoration: none;
  letter-spacing: 1px;
  color: #FFF;
  color:#64240a;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 20px;
}

#drawer-navi ul li.selected {
	background:#b5372b;
}

#drawer-navi ul li.selected span{
  color:#FFF;
}

#drawer-navi ul li a img,#drawer-navi ul li img{
	height:17px;
	width:auto;
}

/***************************************************

 drawer-btn-animation
 
***************************************************/
#drawer-container.open-navi #drawer-btn .drawer-line:nth-child(1){
	transform:rotate(405deg) translate(5px,5px);
	-webkit-transform:rotate(405deg) translate(5px,5px);
	-moz-transform:rotate(405deg) translate(5px,5px);
}

#drawer-container.open-navi #drawer-btn .drawer-line:nth-child(2){
    -moz-opacity:0;
    -webkit-opacity: 0;
    opacity:0;
}

#drawer-container.open-navi #drawer-btn .drawer-line:nth-child(3){
	transform:rotate(-405deg) translate(5px,-5px);
	-webkit-transform:rotate(-405deg) translate(5px,-5px);
	-moz-transform:rotate(-405deg) translate(5px,-5px);
}



/***************************************************

 trailer
 
***************************************************/
#trailer-container{
	margin:5% auto 3% auto;
	width:94%;
}
#trailer{
	background:#000;
	color:#fff;
	text-align:center;  
	padding: 0;
	margin: 0;
	line-height: 1;
	display: block;
}

#trailer-nav{
	width:100%;
}

#trailer-nav p{
	font-family:"FOT-筑紫A丸ゴシック Std D",TsukuARdGothicStd-D "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:16px;
	
	letter-spacing: 1px;
	text-align:center;
	
	background:none;
	color:#80482a;
	background:#fffdf8;
}

#trailer-nav p:first-child{
	
}

#trailer-nav p:last-child{
	
}

#t0{
	width:50%;
	padding: 10px 0;
	border-bottom:solid 1px #b3392c;
	border-right:solid 1px #b3392c;
	box-sizing:border-box;
}

#t1{
	width:50%;
	padding: 10px 0;
	border-bottom:solid 1px #b3392c;
}

#trailer-nav p.trailer-selected{
	background:#80482a;
	color:#fff;
}

/***************************************************

 layer-trailer-container
 
***************************************************/
#layer-trailer-container{
	background:#faf5e9;
	color:#64240a
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 200;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	overflow:scroll;
	-webkit-overflow-scrolling: touch;
	display:none;
}

#trailer-container-inner{
	background: #faf5e9;
	padding: 30px 0 30px 0;
}

.trailer-name{
	text-align:center;
	font-size:16px;
	padding:0 0 5px 0;
	color:#64240a;
}

.trailer-frame{
	margin:0 auto;
	padding:0;
	text-align:center;
	background:#faf5e9;
}

#trailer-close{
	width:100%;
	height:30%;
	padding:20px 0 0 0 ;
	text-align:center;
	background:#faf5e9;
}

#trailer-close img{
	width:40px;
	height:40px;
}
