@charset "UTF-8";
/* CSS Document */
	
body{
	margin:0px;
	background-color:#000;
	font-family:'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	color:#000;
	height:100%;
}

html{
	height:100%;
}

img { border-style:none;
	vertical-align: bottom;}

a img { border-style:none; }

a:hover img { border-style:none; }

*{
margin: 0;
padding: 0;
}

ol, ul {
	list-style: none;
}

.cf:before,
.cf:after {
  content: "";
  display: table;}
.cf:after {
  clear: both;}
.cf {
  *zoom: 1;}


#spmain{
	display:none;
}

#sptrailerarea{
	display:none;
}

#contents_wrapper{
	width:100%;
	margin:0 auto;
	font-size: 15px;
	text-align: justify;
	word-break: break-all;
	line-height: 170%;
}

#contents_wrapper img{
	max-width:100%;
	margin-left:auto;margin-right:auto;display:table;
}

#top_main{
	width:100%;
	position: relative;
}

#top_image{
	width:100%;
}

#top_logo_wrapper{
	width:45%;
	position: absolute;
	right: 15%;
	top:50%;
}

#top_logo{
	width:100%;
    margin: 0 auto;
	margin-bottom: 10px;
}



#menu_wrapper{
	width:70%;
    margin-left: 30%;
	margin-bottom: 20px;
	overflow: hidden; /* heightを戻す */
}

.menu{
	width:48%;
	float: left;
    margin:1%;
    box-sizing: border-box;
    border:3px double #333;
}

#snsbtn_wrapper2_wrapper{
	width:100%;
	overflow: hidden; /* heightを戻す */
}

#snsbtn_wrapper2{
	width:243px;
	overflow: hidden; /* heightを戻す */
    float: right;
}

.tweet{
	width:75px;
	float:left;
	margin-right:5px;
	line-height: 100%;
}

.like{
	width:75px;
	float:left;
	line-height: 100%;
}

.line{
	width:83px;
	float: right;
	line-height: 100%;
}

.mb0{
	width:100%;
	overflow: hidden; /* heightを戻す */
}

.mb10{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 10px;
}


.mb20{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 20px;
}

.mb50{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 50px;
}

.pagetitle{
	width:500px;
	margin:0 auto;
	margin-bottom: 80px;
    border-bottom: 3px double #000;
}

#footer_wrapper{
	width:100%;
    background-color: #000;
}

#footer_inner{
	width:25%;
	margin:0 auto;
	padding:50px 0 50px 0;
}

.content {
  	position: relative;
	margin: 0 auto;
	padding: 0;
}

#intro_wrapper{
	width:100%;
	background-color:#f9fafa;
	overflow: hidden; /* heightを戻す */
}

#intro_inner{
	width:100%;
	box-sizing: border-box;
	overflow: hidden; /* heightを戻す */
	padding:150px 15% 0 15%;
}

#intro_wrapper2{
	width:100%;
    position: relative;
}

#intro_photo{
    width:100%;
}

#intro_inner2{
	width:35%;
    position: absolute;
    left:15%;
    top:10%;
	box-sizing: border-box;
	overflow: hidden; /* heightを戻す */
    padding:3%;
    background-color: rgba(125,70,152,0.8);
    color: #fff;
}

.intro_l{
    width:52%;
    float: left;
}

.intro_r{
    width:45%;
    float: right;
}


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

	
#spmain{
	width:100%;
	display: inherit;
    margin-bottom: 30px;
}

#top_main{
	width:100%;
    position: inherit;
}
	
#top_image{
	display: none;
}

#top_logo_wrapper{
	width:90%;
	position:inherit;
	right:0;
	top:0;
	margin:0 auto;
    padding-bottom: 30px;
}

#top_logo{
    display: none;
}

#menu_wrapper{
	width:100%;
    margin-left: 0%;
	margin-bottom: 20px;
	overflow: hidden; /* heightを戻す */
}

.menu{
	width:48%;
	float: left;
    margin:1%;
    box-sizing: border-box;
    border:3px double #333;
}

#snsbtn_wrapper2{
	width:243px;
	overflow: hidden; /* heightを戻す */
    float: none;
    margin:0 auto;
}

#intro_wrapper{
	width:100%;
	background-color:#f9fafa;
	overflow: hidden; /* heightを戻す */
}

#intro_inner{
	width:100%;
	box-sizing: border-box;
	overflow: hidden; /* heightを戻す */
	padding:70px 10% 0 10%;
}

#intro_wrapper2{
	width:100%;
    position:inherit;
}

#intro_photo{
    width:100%;
}

#intro_inner2{
	width:100%;
    position:inherit;
    left:0;
    top:0;
	box-sizing: border-box;
	overflow: hidden; /* heightを戻す */
    padding:10%;
    background-color: rgba(125,70,152,0.8);
    color: #fff;
}

.intro_l{
    width:100%;
    float: none;
}

.intro_r{
    width:100%;
    float: none;
    margin-bottom: 50px;
}


#footer_inner{
	width:70%;
	margin:0 auto;
	padding:50px 0 50px 0;
}

#topbnr_wrapper{
    width:100%;
}

.pagetitle{
	width:70%;
	margin:0 auto;
	margin-bottom: 80px;
    border-bottom: 3px double #000;
}

}