@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
@charset "utf-8";

body {color: #fff;}
a,a:focus,a:active,a:hover{color: #fff;}

#wrapper img {
  opacity: 0;
  -webkit-transition: opacity 3s;
  transition: opacity 3s;
}
#wrapper img.lazyloaded {
  opacity: 1;
}

#wrapper{
	width:100%;
	margin:0;
	padding:0;
	position: relative;
}
#content{
	margin:0 auto;
	padding:0;
	font-size:100%;
	position: relative;
}
@media screen and ( min-width:768px ) { /* PC ==================== */
	#content{
		max-width:1200px;
	}
}
@media screen and ( max-width:768px ) { /* SP  ==================== */
	#content{
		width:100%;
	}
}

@media screen and ( min-width:768px ) { /* PC ==================== */
	.pc{display: block !important;}
	.sp{display: none !important;}
}
@media screen and ( max-width:768px ) { /* SP  ==================== */
	.pc{display: none !important;}
	.sp{display: block !important;}
}

#content img{width:100%;}
.bold{font-weight:bold !important;}
.normal{font-weight:normal !important;}

.font80{font-size:80% !important;line-height:1.2;}
.font120{font-size:120% !important;line-height:1.2;}
.font150{font-size:150% !important;line-height:1.2;}
.font200{font-size:200% !important;line-height:1.2;}
.font300{font-size:300% !important;line-height:1.2;}
.font400{font-size:400% !important;line-height:1.2;}
.align-center{text-align: center;}

#content img.img-w30{width:30% !important;}
#content img.img-w35{width:35% !important;}
#content img.img-w40{width:40% !important;}
#content img.img-w45{width:45% !important;}
#content img.img-w50{width:50% !important;}
#content img.img-w60{width:60% !important;}
#content img.img-w70{width:70% !important;}
#content img.img-w80{width:80% !important;}

h2,h3,h4{margin-top:20px;}

.align-left{text-align:left;}
.align-center{text-align:center;}
.align-right{text-align:right;}

.float-l{float:left;}
.float-r{float:right;}

.margin-t20{margin-top:20px;}
.margin-t30{margin-top:30px;}
.margin-t40{margin-top:40px;}
.margin-t50{margin-top:50px;}
.margin-l15{margin-left:15px;}
.margin-l20{margin-left:20px;}
.margin-l30{margin-left:30px;}
.margin-l40{margin-left:40px;}
.margin-l50{margin-left:50px;}

.width20{width:19% !important;}
.width30{width:29% !important;}
.width33{width:33% !important;}
.width40{width:39% !important;}
.width50{width:49% !important;}
.width60{width:59% !important;}
.width70{width:69% !important;}
.width80{width:79% !important;}

.list-disc{
	list-style-type:disc !important;
	list-style-position:outside !important;
	margin-left:20px;
}
.list-square{
	list-style-type:square !important;
	list-style-position:outside !important;
	margin-left:20px;
}
.list-upper-latin{
	list-style-type:upper-latin !important;
	list-style-position:outside !important;
	margin-left:20px;
}
.list-lower-latin{
	list-style-type:lower-latin !important;
	list-style-position:outside !important;
	margin-left:20px;
}
ul.asterisk li {
  list-style-type: none;
  text-indent: -1em;
  margin-left:15px;
}
ul.asterisk li:before {
  display: inline;
  content: "※";
}

.btn{display:block;cursor:pointer;}

@font-face{
	font-family:'FontAwesome';
	src:url('//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/fonts/fontawesome-webfont.eot?v=4.1.0');
	src:url('//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'),url('//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'),url('//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'),url('//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
	font-weight:normal;
	font-style:normal;
}

/* ナビゲーション ==================== */

nav.bwa-nav{
		width:100%;
		position: absolute;
		justify-content: space-between;
		z-index: 9999 !important;
	}
@media screen and ( min-width:768px ) { /* PC ==================== */
	nav.bwa-nav{
	}
}
@media screen and ( max-width:768px ) { /* SP  ==================== */
	nav.bwa-nav{
		box-shadow: 0 5px 5px rgba(0,0,0,0.7);
  	background-color: #000;
	}
}
	.bwa-header.fixed{
    position: fixed;
    top: 0;
	}

nav.bwa-nav img{
	width:100%;
}
nav.bwa-nav h2{
		float: left;
		width:10%;
		margin:0;
		padding-top:5px;
		background: linear-gradient(180deg, rgb(0,0,0,1), rgb(0,0,0,1), rgb(0,0,0,0));
	}
@media screen and ( min-width:768px ) { /* PC ==================== */
	.bwa-header-menu{
		float: left;
		width:90%;
	}
	.nav-wrapper{
		width:100%;
	}
}
@media screen and ( max-width:768px ) { /* SP  ==================== */
}

@media screen and ( min-width:768px ) { /* PC ==================== */
	nav.bwa-nav ul{
		width:100%;
	}
	nav.bwa-nav ul li{
		float:left;
		width:14.28%;
		height:3.5em;
		overflow:hidden;
		text-align: center;
		font-weight: bold;
		text-shadow:
				2px 0 0 #000,
        2px 2px 0 #000,
        0 2px 0 #000,
        -2px 2px 0 #000,
        -2px 0 0 #000,
        -2px -2px 0 #000,
        0 -2px 0 #000,
        2px -2px 0 #000;
		line-height: 1.2;
		background: linear-gradient(180deg, rgb(0,0,0,1), rgb(0,0,0,1), rgb(0,0,0,0));
		border-left: 1px solid rgba(255, 255, 255, 0);
		border-right: 1px solid rgba(255, 255, 255, 0);
  	border-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
  	border-image-slice: 1;
		padding:10px;
	}
	nav.bwa-nav ul li a{
		text-decoration: none;
		padding:10 5px;
	}
		nav.bwa-nav ul li span{
			display: inline-block;
		}
}
@media screen and ( max-width:768px ) { /* SP  ==================== */
	nav.bwa-nav ul{
		width:100%;
	}
	nav.bwa-nav ul li{
		font-size: 150%;
		display: block;
		padding:10px;
	}
	/* ハンバーガーメニュー ==================== */
	.burger-btn{
		float: right;
		display: block;
		width: 41px;
		height: 41px;
		position: relative;
		z-index: 3;
		/* codepenの挙動のため */
		background-color:transparent;
		border:none;
		cursor: pointer;
	}
	.bar{
		width: 30px;
		height: 3px;
		display: block;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		background-color: #808080;
	}
	.bar_top{
		top: 10px;
	}
	.bar_mid{
		top: 50%;
		transform: translate(-50%,-50%);
	}
	.bar_bottom{
		bottom: 10px;
	}
	.burger-btn.close .bar_top{
		transform: translate(-50%,10px) rotate(45deg);
		transition: transform .3s;
	}
	.burger-btn.close .bar_mid{
		opacity: 0;
		transition: opacity .3s;
	}
	.burger-btn.close .bar_bottom{
		transform: translate(-50%,-8px) rotate(-45deg);
		transition: transform .3s;
	}
	.nav-wrapper{
		display: none;
		width: 100vw;
		height: 100vh;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 2;
	}
	.header-nav{
		width: 100%;
		height: 100%;
		background: linear-gradient(to right, rgba(0,0,0,0.8), rgba(0,0,0,1), rgba(0,0,0,0.8));
		background: -webkit-linear-gradient(left, rgba(0,0,0,1), rgba(30,30,40,1), rgba(0,0,0,1));
		background: -moz-linear-gradient(left, rgba(0,0,0,1), rgba(30,30,40,1), rgba(0,0,0,1));
		background: -o-linear-gradient(left, rgba(0,0,0,1), rgba(30,30,40,1), rgba(0,0,0,1));
		background: -ms-linear-gradient(left, rgba(0,0,0,1), rgba(30,30,40,1), rgba(0,0,0,1));
		z-index: 2;
	}
	.header-nav ul{
		display: block;
		position: absolute;
		text-align: center;
    width:100%;
  	top: 50%;
  	transform: translate(0,-50%);
  }
	.header-nav li{
		border: 1px solid #808080;
    width:75%;
    margin:0 auto 10px;
  }
	.header-nav li a{
		color: #fff;
		text-decoration: none;
	}
	.header-nav li a:hover{
	}
}

/* メインコンテンツ ==================== */
.main-content{
	background-color:#000;
	width:100%;
}
@media screen and ( min-width:768px ) { /* PC ==================== */
	.main-content{
	}
}
@media screen and ( max-width:768px ) { /* SP  ==================== */
	.main-content{
		padding-top:13%;
	}
}
.main-content img{
	width:100%;
}
.content-bg{
	background-image: url("../img/content-bg.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed !important;
	background-size: 100%;
	background-position: center top;
}


/* メディアインフォ ==================== */
.media-info{
	width:100%;
	text-align: right;
}
.media-info img{
	width:80%;
}
@media screen and ( min-width:768px ) { /* PC ==================== */
.media-info{
	padding-top: 60px;
}
}
@media screen and ( max-width:768px ) { /* SP  ==================== */
.media-info{
	padding-top: 0;
}
}


/* コンテンツエリア ==================== */
.content-area{
	width:90%;
	margin: 10% auto 0;
	position: relative;
	text-align: left;
}
.content-area h3{
}
.content-area h3 img{
	width:100%;
}
.content-body{
	background-color: rgba(0,0,0,0.7);
	margin:0 !important;
	border-left: 1px solid rgba(255, 255, 255, 0);
	border-right: 1px solid rgba(255, 255, 255, 0);
  border-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
  border-image-slice: 1;
}
.content-body .content-inside{
	width: 90%;
	margin: 0 auto;
	padding: 20px 0;
}

.bw-line{
	display: block;
	background-image: url("../img/line.png");
	background-color: transparent;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	boeder:none;
	height: 10px;
	margin: 10px 0;
	padding:0;
}

.content-area-footer{
	padding:0;
}
.content-area-footer img{
	width:100%;
	height:100%;
	margin: 0 !important;
}


@media screen and ( min-width:768px ) { /* PC ==================== */
.btn-back{
		width:30%;
		margin:50px auto 20px;
	}
}
@media screen and ( max-width:768px ) { /* SP  ==================== */
	.btn-back{
		width:60%;
		margin:50px auto 20px;
	}
}


/* フッターバナー ==================== */
.fotter-banner{
	width:80%;
	margin: 8% auto 0;
}
.fotter-banner ul{
}
.fotter-banner li{
	float: left;
  width: calc(33.33% - 10px);
}
.fotter-banner li:nth-child(3n+1){
  margin-right: 15px;
}
.fotter-banner li:nth-child(3n){
  float: right;
}

/* コピーライト ==================== */
.copyright{
	color: #fff;
	padding:1% 0 ;
	text-shadow:
				2px 0 0 #000,
        2px 2px 0 #000,
        0 2px 0 #000,
        -2px 2px 0 #000,
        -2px 0 0 #000,
        -2px -2px 0 #000,
        0 -2px 0 #000,
        2px -2px 0 #000;
}
.copyright p{
	margin:5% auto;
}
@media screen and ( min-width:768px ) { /* PC ==================== */
.copyright p{
	width:100px;
}
}
@media screen and ( max-width:768px ) { /* SP  ==================== */
.copyright p{
	width:50px;
}
}
.copyright img{
	width:100%;
}