@charset "UTF-8";
/* -----------------------------------------------------------
   HEADER
------------------------------------------------------------*/
header{
	width: 100%;
background: linear-gradient(#def4ff, #40aaf8);
}
@media all and (min-width: 768px) {
header .inner{
	width:980px;
	height:200px;
	padding-top:5px;
	background:url(../img/header-2025.jpg) no-repeat;
	margin: 0 auto;
	}

header a{
	display: block;
	text-indent:-9999px;
	width:290px;
	height:200px;
	text-indent: -9999px;
	}

}

@media all and (max-width: 767px) {
header a{
	display: block;
	width:100%;
	height: 0;
	padding-top:20.4081632653061%;
	background-image:url(../img/header-2025.jpg) ;
	background-size:100%;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	}

}
/* -----------------------------------------------------------
   CONTENTS
------------------------------------------------------------*/
#l-box h1{
	color: #4db0f4;
}
#snsBox .box h2{
	color: #01374c;
}
@media all and (min-width: 768px) {

	
	#snsBox .box h2{
		font-size: 130%;
		font-weight: 300;
		margin-bottom:15px;
	}
	#l-box p{
		font-size:96%;
	}
}
@media all and (max-width: 767px)  {

	#snsBox .box h2{
		font-size:90%;
		font-weight: 300;
		margin-bottom:5px;
	}
	#l-box p{
		font-size:86%;
	}
}

/* -----------------------------------------------------------
CASTER
------------------------------------------------------------*/
.c1 .photo{background-image: url(../img/caster1.jpg?202204);}
.c2 .photo{background-image: url(../img/caster2.jpg?202204);}
.c3 .photo{background-image: url(../img/caster3.jpg?202204);}
.c4 .photo{background-image: url(../img/caster4.jpg?202204);}
.c5 .photo{background-image: url(../img/caster5.jpg?202204);}
.c6 .photo{background-image: url(../img/caster6.jpg?202204);}

.c-ishii .photo{background-image: url(../img/caster-ishii.jpg?202205);}
.c-mitarai .photo{background-image: url(../img/caster-mitarai.jpg?202205);}
.c-takahasi .photo{background-image: url(../img/caster-takahasi.jpg?202205);}
.c-makihara .photo{background-image: url(../img/caster-makihara.jpg?202205);}
.c-nagao .photo{background-image: url(../img/caster-nagao.jpg?202205);}
.c-nakatani .photo{background-image: url(../img/caster-nakatani.jpg?202205);}

/* -----------------------------------------------------------------------------------------------------------------------*/
@media all and (min-width: 768px) {
		#caster{margin:10px;padding:20px 30px; 
		background:#FFFFFF;}


		
	#caster .c-box{
	border-top: solid 4px #46abf9;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);
	margin-bottom: 20px;
	text-align: left;
	}
	
#caster .big{
font-weight: bold;
font-size:130%;
background:#46abf9;
color:#FFFFFF;
padding:8px;
text-align:center;
margin:10px 0px;
}
	
	
		#caster .c-box .c-box-in{
		margin: 0px 0px 10px;
		}

	#caster h2{
		font-weight: bold;
		font-size:150%;
		display: inline-block;
		margin-bottom:10px;
		color: #4687f8;
		font-style: oblique;
	}
	
		#caster  h2 .eng{
		font-size: 70%;
		color:#4687f8;
		font-style: oblique;
	}

	#caster  p{
		font-size: 86.5%;
		line-height: 1.6;
		text-align: left;padding:0px 10px;
	}
	
}
	@media all and (min-width: 768px) {
		.c-box .c-box-in .photo{
			width: 200px;
			height: 210px;
			position: relative;
			margin: 5px 15px 15px;
			background-repeat: no-repeat;
			display: inline-block;
			float: left;
			background-size: cover;
		}
		.c-box .c-box-in .photo img{
			width: 200px;
			height: 210px;
			display: inline-block;
			background-position: center;
		}
		}


@media all and (max-width: 767px)  {
		#caster h2{
		font-weight: bold;
		color: #000;
		font-size: 120%;
		text-align: center;
		padding-bottom: 10px;
		color:#46abf9;
	}
	#caster  h2 .eng{
		font-size: 70%;
		color: #030303;
		font-style: oblique;
	}
	#caster .c-box{
	padding: 0.5em 1em;
    border-top: solid 6px #46abf9;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);
	margin-bottom: 20px;
	text-align: left;
	background:#FFFFFF;
		}
	
	#caster  .c-box .c-box-in > div{
		width: auto;
		height: auto;
	}
	#caster .c-box .photo{
		width:60%;
		height: 0;
		margin: 0 auto 20px;
		padding-top:63%;
		background-size: cover;
		position: relative;
		display: block;
	}
	
#caster .c-box .photo img{
		position: absolute;
		height: 100%;
		width:100%;
		background-size: cover;
		top: 0px;
	}
	
	#caster .c-box p{
		font-size:86%;
		line-height: 1.4;
		text-align: left;
		padding: 0 8px;
	}
	#caster .c-box .comment p{
		padding: 0;
	}

#caster .c-box .comment{
	clear: both;
	background: #f2f1f1;
	display: inline-block;
	position: relative;
	padding: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top:20px;
}

#caster .c-box .comment:before {
	content: "";
	display: inline-block;
	border: 12px solid transparent;
	position: absolute;
	left:50%;
	top: -24px;
}
#caster .c-box .comment:after {
	content: "";
	display: inline-block;
	border: 11px solid transparent;
	border-bottom-color: #f2f1f1;
	position: absolute;
	left:49%;
	top: -22px
}
#caster .c-box .comment p{
	color: #5a5a5a;
	margin-bottom: 15px;
}

#caster .big{
background:#46abf9;
color:#FFFFFF;
padding:8px;
text-align:center;
margin:10px 0px;
font-weight:  bold;
	}
}


@media all and (min-width: 768px) {
#caster .box {background:#FFFFFF;}

	#caster .s-box-R {
	float:right;
	width:258px;
	padding: 0.8em;
	border-top: solid 6px #46abf9;
    box-shadow: 0 4px 3px rgba(0, 0, 0, 0.32);
	margin-bottom: 20px;
	text-align: left;
	}
	
	#caster .s-box-L{
	float:left;
	width:258px;
	padding: 0.8em;
	border-top: solid 6px #46abf9;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);
	margin-bottom: 20px;
	text-align: left;
	}
		#caster .s-box-L .s-box-in,#caster .s-box-R .s-box-in{
		margin: 10px 0px;
	}
	
}

	@media all and (min-width: 768px) {
		   .s-box-in .photo{
			width: 200px;
			height: 210px;
			position: relative;
			margin-left: 30px;
			margin-bottom: 10px;
			background-repeat: no-repeat;
			display: inline-block;
			float: left;
			background-size: cover;
		}
		 .s-box-in .photo img{
			width: 200px;
			height: 210px;
			display: inline-block;
			background-position: center;
		}
	}


@media all and (max-width: 767px)  {
	.s-box-R, .s-box-L{
	padding: 0.5em 1em;
    border-top: solid 6px #46abf9;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);
	margin-bottom: 20px;
	text-align: left;

	}
	
	#caster  .s-box-in > div{
		width: auto;
		height: auto;
	}
	#caster .s-box-L .photo,	#caster .s-box-R .photo{
		width:60%;
		height: 0;
		margin: 0 auto 20px;
		padding-top:63%;
		background-size: cover;
		position: relative;
		display: block;
	}
	#caster .s-box-L .photo img,	#caster .s-box-R .photo img{
		position: absolute;
		height: 100%;
		width:100%;
		background-size: cover;
		top: 0px;
	}
	#caster .s-box-L p,	#caster .s-box-R p{
		font-size:86%;
		line-height: 1.4;
		text-align: left;
		padding: 0 8px;
	}
	
	#caster .comment p{
		padding: 0;
	}

#caster .comment{
	clear: both;
	background: #f2f1f1;
	display: inline-block;
	position: relative;
	padding: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top:20px;
}
#caster .comment:before {
	content: "";
	display: inline-block;
	border: 12px solid transparent;
	position: absolute;
	left:50%;
	top:-24px;
}
#caster .comment:after {
	content: "";
	display: inline-block;
	border: 11px solid transparent;
	border-bottom-color: #f2f1f1;
	position: absolute;
	left:49%;
	top:-22px
}

#caster .comment p{
	color: #5a5a5a;
	margin-bottom: 15px;
}
}


