<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*■■■■■■■■■■■■■■■■■■■■■■■■■
　	トップページ用
　■■■■■■■■■■■■■■■■■■■■■■■■■*/


/* ▼▼▼▼▼ ＰＣレイアウト : 1200 px以上。 ▼▼▼▼▼ */

/* ■■■■■■ INDEX ■■■■■■ */
.media_index{
	border-top: 1px solid #e0e0e0;
	margin: 30px 0;
}

.media_index a{
	display: block;
	padding: 30px 10px;
	border-bottom: 1px solid #e0e0e0;
	overflow: hidden;
	color: #4d4d4d;
}
.media_index a:hover{
	background: #efefef;
	text-decoration: none;
}
.media_index a img{
	float: left;
	width: 35%;
	margin: 0 20px 0 0;
}
.media_index a span{
	display: block;
	overflow: hidden;
}
.media_index a strong{
	font-size: 110%;
	color: #0aa0d2;
}

/* ■■■■■■ 詳細ページ ■■■■■■ */
.in.media{
	border-top: 1px solid #e0e0e0;
	padding-top: 30px;
}
.media_list{
	overflow: hidden;
	padding: 30px 0 10px;
	border-bottom: 1px solid #e0e0e0;
}
.media_list + p{
	margin-top: 30px;
}
.media_list li{
	float: left;
	width: 32%;
	margin-left: 2%;
	padding-bottom: 20px;
	cursor: pointer;
}
.media_list li:nth-child(3n+1){
	clear: left;
	margin-left: 0;
}
.media_list li img{
	display: block;
	margin: 0 0 10px;
	width: 100%;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.media_list li:hover img{
	opacity: 0.7;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

/* ■■■■■■ ギャラリーPop Up（.popup） ■■■■■■ */
.popup{
	display: none;
	position: fixed;
	z-index: 20000;
	background: rgba(0,0,0,0.7);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0 !important;
}
.popup &gt; div{
	position: absolute;
	background: #fff;
	box-sizing: border-box;
	padding: 40px 50px 20px;
	width: 740px;
	max-width: 100% !important;
	max-height: 85%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 15px;
	box-shadow: #000 0 0 40px;
}
.popup &gt; div figure{
	display: block;
	overflow: auto;
	height: 100%;
}
.popup .next,
.popup .prev{
	display: block;
	position: absolute;
	width: 50px;
	height: 80px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #fff;
	text-align: center;
	cursor: pointer;
}
.popup .next{
	right: 0;
	background: url(../img/common/slide_r.png) no-repeat center center #4d4d4d;
}
.popup .prev{
	left: 0;
	background: url(../img/common/slide_l.png) no-repeat center center #4d4d4d;
}
.popup .close{
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 40px;
	line-height: 1em;
	color: #4d4d4d;
	cursor: pointer;
}
.popup .close:before{
	content: "×";
}

/* ▼▼▼▼▼ タブレットレイアウト : 800 px ～ 1200 px。ＰＣレイアウトからスタイルを継承。 ▼▼▼▼▼ */
@media only screen and (max-width: 1200px){

}

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

}

/* ▼▼▼▼▼ モバイルレイアウト : 799 px およびそれ以下。ＰＣレイアウトからスタイルを継承。 ▼▼▼▼▼ */
@media only screen and (max-width: 799px){
	/* ■■■■■■ INDEX ■■■■■■ */
	.media_index a strong{
		font-size: 105%;
	}

	/* ■■■■■■ 詳細ページ ■■■■■■ */
	.in.media{
		padding-top: 20px;
	}
	.media_list{
		padding: 20px 0 5px;
		margin-top: 0;
	}
	.media_list + p{
		margin-top: 20px;
	}
	.media_list li:nth-child(3n+1),
	.media_list li{
		width: 48.5%;
		float: left;
		clear: none;
		margin-left: 3%;
	}
	.media_list li:nth-child(2n+1){
		clear: left;
		margin-left: 0;
	}
	.media_list li:nth-child(2n+1):last-child {
		clear: left;
		float: left;
		width: auto;
	}
	.media_list li img{
		margin: 0 0 5px;
	}

	/* ■■■■■■ ギャラリーPop Up（.popup） ■■■■■■ */
	.popup &gt; div{
		border-radius: 0;
		margin: 0;
	}

}



@media only screen and (max-width: 600px){
	/* ■■■■■■ INDEX ■■■■■■ */
	.media_index a {
		font-size: 12px;
		padding: 20px 10px;
	}

	.media_index a img{
		float: none;
		display: block;
		width: 70%;
		margin: 0 auto 10px;
	}

	/* ■■■■■■ ギャラリーPop Up（.popup） ■■■■■■ */
	.popup &gt; div{
		padding: 40px 30px 20px;
	}
	.popup .next,
	.popup .prev{
		width: 30px;
		height: 50px;
	}
	.popup &gt; div figure{
		font-size: 12px !important;
	}


}


@media only screen and (max-width: 500px){
	/* ■■■■■■ INDEX ■■■■■■ */
	.media_index a img{
		width: 80%;
	}
	/* ■■■■■■ 詳細ページ ■■■■■■ */
	.media_list li{
		font-size: 12px;
		line-height: 1.4em;
	}

	/* ■■■■■■ ギャラリーPop Up（.popup） ■■■■■■ */
	.popup &gt; div{
		padding: 40px 20px 20px;
	}

}

@media only screen and (max-width: 400px){
	/* ■■■■■■ INDEX ■■■■■■ */
	.media_index a img{
		width: 90%;
	}
	/* ■■■■■■ 詳細ページ ■■■■■■ */
	.media_list li{
		font-size: 11px;
	}

	/* ■■■■■■ ギャラリーPop Up（.popup） ■■■■■■ */
	.popup &gt; div{
		padding: 30px 10px 15px;
	}
}

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

}

@media only screen and ( max-width: 799px ) and ( orientation: landscape ){
	.popup &gt; div{
		max-width: 70% !important;
		max-height: 100% !important;
		font-size: 12px !important;
	}
	.popup &gt; div figure{
		font-size: 12px !important;
	}

}
</pre></body></html>