@charset "utf-8";

@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/*全体の設定
---------------------------------------------------------------------------*/
body {
	color: #cccccc;	/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	font-size:	0.81em;
	line-height:1.5em;
	letter-spacing:0.08em;
	font-feature-settings : "palt";
	font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #171717;	/*全体の背景色*/
}
body#top {
	background-image: url(../img/bg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}
img {
	border: none;
}
.center img{
vertical-align:-4px;
margin: 0px 0px 0px 5px;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}
.iframe-wrapper {
margin: 0px 0px 10px 0px;
}
iframe {
    vertical-align: bottom;
}

.recruittopimg {
	margin:-10px 0px 10px 0px;
}

.movie-wrap {
	padding-top: 0px;
	margin:-5px 0px 10px 0px;
}
.movie-wrap2 {
    padding-top: 0px;
	margin:0px 0px 0px 0px;
}
.movie-wrap3 {
    padding-top: 0px;
	margin:0px 0px 0px 0px;
}

.spacer{
padding-top: 10px;
}

/* iframeのレスポンシブ対応 */
@media screen and (max-width: 480px) {
.iframe-wrapper {
    position: relative;
    padding-bottom: 450px;
    padding-top: 0px;    
    height: 0; 
    overflow: hidden;  
    /* このエレメントから外にはみ出るコンテンツを非表示にする。 */
}
/*
.iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
*/
}

/*WEBアイコン設定
---------------------------------------------------------------------------*/
.fa-twittercoller {
color: #55acee
}
.fa-blog {
color: #ff8c00
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #cccccc;	/*リンクテキストの色*/
	text-decoration: none;	/*下線を消す設定*/
	-webkit-transition: 0.3s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.3s;			/*同上*/
	outline: none; /*リンクの外枠を消す*/
}
a:hover {
	color: #ffffff;			/*マウスオン時の文字色（全体）*/	
}
a.iframe {
	 outline: none; /*リンクの外枠を消す*/
}
a.group1 {
	 outline: none; /*リンクの外枠を消す*/
}
*:focus {
  outline: none;
}

/*ブログ新着関連
---------------------------------------------------------------------------*/
/* floatを解除 */
.cb{
  clear: both;
}
.bloginfobox{
margin:10px 5px 5px 5px;
font-size:	1.02em;
font-weight: normal;
letter-spacing: 0.05em;
line-height: 1.2;
}
.creator{
font-size:	0.85em;
color: #ffd508;
}
.title{
font-size:	1.1em;
color: #ea68a2;
}
.text{

}
.data{
font-size:	0.85em;
}
.bloginfobox p{
margin:0px 0px 4px 0px;
}
.bloginfobox img{
width: 100px;
height: 100px;
margin:0px 10px 6px 0px;
object-fit: cover; /* 他のブラウザ用(＝通常の指定) */
object-position: ; /* 他のブラウザ用(＝通常の指定) */
font-family: 'object-fit: cover; object-position: 0% 50%;'; /* IE・Edge対応 */
}
.fade {
width: 100%;
border-width: 0 0 1px;
border-image: linear-gradient(
90deg,
hsla(0, 0%, 100%, 0),
hsla(0, 0%, 100%, 0.5) 50%,
hsla(0, 0%, 100%, 0) 100%) 0 0 100%;
border-style: solid;
}
