@charset "utf-8";

body{margin:0;padding:0;}dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,p,blockquote,fieldset,div{margin:0;padding:0;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}ul li, ol li{list-style:none;}table{margin:0;padding:0;font-size:100%;}caption{text-align:left;}table,pre,code,select,textarea,kbd,var,ins,del,samp{font-size:100%;}address,cite,dfn,em,strong,var,th,ins,del,samp{font-weight:normal;font-style:normal;}a img{border:0;}hr.separation{display:none;}fieldset{border:none;}header,section,nav,aside,footer,article{display:block;}


body{-webkit-text-size-adjust:none;color:#2d2d2d;font-family:Arial,'メイリオ',Meiryo,"ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, Osaka, "ＭＳ Ｐゴシック", sans-serif;}
a{text-decoration:none;-webkit-tap-highlight-color:rgba(102,204,255,0.5);}


/*
cf
------------------------------------------------------------*/

.cf:after{
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	font-size:0;
}
.cf{display:inline-table;min-height:1%;}
* html .cf{height:1%;}
.cf{display:block;}

/*
img
------------------------------------------------------------*/

img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

/*
border-box
------------------------------------------------------------*/

*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/*------------------------------------------------------------------------------------------------*/

html,body{
     height:100%;
}

body{
	line-height:1.25;
	-webkit-text-size-adjust : none;
	z-index: 2;
}

#container{
	width: 100%;
	position: relative;
     height:auto !important;
     height: 100%;
     min-height: 100%;
}

#loader {
    width: 60px;
    height: 60px;
    display: none;
    position: fixed;
    _position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    z-index: 100;
}
 
#fade {
    width: 100%;
    height: 100%;
    display: none;
    background-color: #FFFFFF;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 50;
}

/*
header
------------------------------------------------------------*/

#header{
	position: relative;
	background: #000;
	border-bottom: 1px solid #000;
	z-index: 99;
}

h1{
	width: 320px;
	height: 40px;
	background:url(../sp/img/sp_header.png) no-repeat;
	text-indent: -9999px;
	background-size:320px 40px;
	-moz-background-size:320px 40px;
	-webkit-background-size:320px 40px;
}

/*
contents
------------------------------------------------------------*/

#wrapper{
     padding-bottom:45px;
}

/*
navi
------------------------------------------------------------*/

#gNavi{
	position: absolute;
	top: 50px;
	left: 20px;
	padding: 0;
	z-index: 5;
}

#navi{
	padding:0;
}

#navi ul {
	position: relative;
	width: 100%;
	height: auto;
	height: auto;
}

#navi li {
	display: block;
	width: 100%;
	height: 41px;
}

nav li a {
	display: block;
	width: 300px;
	height: 41px;
	margin: 10px 0 0;
	text-indent: -9999px;
}

nav li:hover{
    transition: all 0.9s ease 0s;
	opacity: 0.3;
}

.nav_01{
	background:url(../img/navi_01.png) no-repeat;
}

.nav_02{
	background:url(../img/navi_02.png) no-repeat;
}

.nav_03{
	background:url(../img/navi_03.png) no-repeat;
}

.nav_04{
	background:url(../img/navi_04.png) no-repeat;
}

.nav_05{
	background:url(../img/navi_05.png) no-repeat;
}

.nav_06{
	background:url(../img/navi_06.png) no-repeat;
}

.nav_07{
	background:url(../img/navi_07.png) no-repeat;
}

.tw-box{
	padding: 0;
}


.tw{
	width: 100%;
	z-index: 5;
	position: absolute;
	top: 430px;
	left: 20px;
	width: 300px;
}

.tw-head{
	background: #000 url(../img/Twitter_logo_blue.png) no-repeat 98% 10px;
	color: #fff;
	padding: 10px;
	font-weight: bold;
	font-family:"游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック";
	border-radius: 5px 5px 0 0;
		background-size: 24px 20px;
	-moz-background-size: 24px 20px;
	-webkit-background-size: 24px 20px;
}

.tw-inner{
	background: #fff;
	padding: 10px 10px 10px;
	border-radius: 0 0 5px 5px;
}

.none{ display:none; }

/*
contents
------------------------------------------------------------*/

#contents{
	min-width: 320px;
	width: 100%;
	margin:0 auto;
	padding: 0 20px;
}

/*.bg_02{
	background:url(../img/back.jpg) repeat;
}
*/
.bg_blue{
	background:url(../img/bg.jpg) repeat;
}

.areaWrap{
	max-width: 900px;
	min-width: 290px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 10px 10px 30px;
}

.areaWrap:after{
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	font-size:0;
}

.jkt{
	text-align: center;
}

.jkt img{
	position: relative;
	overflow: hidden;
	margin-top: 10px;
	z-index: 1;
	box-shadow:rgba(255, 255, 255, 0.78) 0px 0px 14px -2px;
	-webkit-box-shadow:rgba(255, 255, 255, 0.78) 0px 0px 14px -2px;
	-moz-box-shadow:rgba(255, 255, 255, 0.78) 0px 0px 14px -2px;
}

.bg_00 .jkt img{
	max-width: 400px;
}

@media screen and (max-width:1020px) {
.bg_00 .jkt img{
  max-width: 280px;
}
}

.bg_01 .jkt img{
	max-width: 567px;
}

.bg_02 .jkt img{
	max-width: 567px;
}

.bg_03 .jkt img{
	max-width: 400px;
}

.bg_04 .jkt img{
	max-width: 800px;
}

.padv50{
	padding: 50px 0;
}


.ttl{
	margin: 10px 0 0;
	font-size: 16px;
	color: #000;
	font-weight: bold;
	text-align: center;
}

.detail{
	display: block;
	margin: 20px auto;
	width: 240px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	font-weight: bold;	
	border: 1px solid #000;
	text-align: center;
	color: #000;
}

.btn{
	margin: 20px auto;
    color: #000;
    text-decoration: none;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	opacity: 0.9;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
    height: 50px;
	line-height: 45px;
    width: 240px;
    text-align: center;
    display: block;
    outline: none;
    position: relative;
    z-index: 2;
}
.btn:before,.btn:after{
    position: absolute;
    display: block;
    content: "";
    height: 100%;
    width: 100%;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
}

.v1-6{
    border: 3px solid #000;
    overflow: hidden;
}
.v1-6:hover{
    color: #fff;
}
.v1-6:after{
    top: 0;
    left: 0;
    z-index: -1;
}
.v1-6:hover:after{
    -webkit-transform:scale(2) rotate(180deg);
    transform:scale(2) rotate(180deg);
    background: #000;
}

#twitter-widget-0 {
	width: 100%;
}


/*
footer
------------------------------------------------------------*/


#footer {
	width: 100%;
	height: 45px;
	line-height: 45px;
	clear:both;
	text-align:center;
	font-size: 0.7em;
	margin: 0;
	color: #fff;
	background: #000;
     position:absolute;
     bottom:0;
}

.tw-inner{
  height: 310px;
  overflow: hidden;
}


@media screen and (max-width:1020px) {

#gNavi{
	position: relative;
	top: 0;
	left: 0;
	padding: 30px 0 0;
	background: #000;
}

#navi{
	padding:0;
}

#navi ul {
	position: relative;
	width: 100%;
	height: auto;
	height: auto;
}

#navi li {
	display: block;
	width: 100%;
	height: 41px;
	padding: 0;
	line-height: 40px;
	background-color: #4E555D;
	border-bottom: 1px solid #5B646D;
}

#navi li:last-child,nav li.nav_06 a{
	border: none;
}

nav li a {
	display: block;
	color: #fff;
	font-size: 11px;
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 0 0 1px 5px;
	text-indent: 0;
	border-bottom: 1px solid #3D4045;
	background-image: url(../sp/img/arrow_next_l.png);
	background-repeat: no-repeat;
	background-position: 98% center;
	background-size: 10px 10px;
	-moz-background-size: 10px 10px;
	-webkit-background-size: 10px 10px;
}

.nav_01,.nav_02,.nav_03,.nav_04,.nav_05,.nav_06,.nav_07{
	background: none;
}

.tw-box{
	padding: 0 5px;
}

.tw{
	position: relative;
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	margin: 0 0 20px;
}

#twitter-widget-0 {
	width: 100% !important;
}

.tw-head{
	background: #000 url(../img/Twitter_logo_blue.png) no-repeat 98% 10px;
	color: #fff;
	padding: 10px;
	font-weight: bold;
	font-family:"游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック";
	border-radius: 5px 5px 0 0;
		background-size: 24px 20px;
	-moz-background-size: 24px 20px;
	-webkit-background-size: 24px 20px;
}

.tw-inner{
	background: #fff;
	padding: 10px 0;
	border-radius: 0 0 5px 5px;
}

}