<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

/*****************共通*****************/
body {
	font-size: 14px;
	line-height: 1.75;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, Helvetica, Arial, sans-serif;
	color: #333;
	overflow: hidden;
}
	/*
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Times New Roman", serif;
	*/


.wrapper {
	width: calc(100%-20px);
	margin: 0 10px 0;
}

h1,h2,h3,h4,h5,h6 {
	line-height: 1.2;
	font-weight: bold;
}

h2 {
	font-size: 20px;
	text-align: center;
	position: relative;
}

strong {
	color: #●;
}

a {
	color: #CD1C20;
	text-decoration: none;
	transition: 0.2s;
}

a:hover {
	opacity: 0.7;
}

.bgcl {
	background: #●;
	color: #●;
}

.txtcl {
	color: #●;
}

.txtw {
	color: #fff;
}

/*基本色一覧
本文:		#333;
リンク：	#;
●色:		#;
●色:		#;
●色:		#;
*/

@media screen and (min-width: 701px) {
.wrapper {
	width: 700px;
	margin: 0 auto;
}

} /*PC*/

/*:root {
	--gradient_w1: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
	--gradient_w2: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
	
}*/


/*****************header*****************/
header {
	height: 70px;
	/*background: var(--gradient_w1);*/
	background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
	padding: 10px;
	display: flex;
	justify-content: space-between;
	width: 100%;
	position: fixed;
	z-index: 300;
}

header nav {
	display: flex;
}

header h1 img {
	width: 135px;
}

header .sns, 
header .g_nav {
	height: 40px;
	background: #fff;
	padding: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4)
}

header .sns img ,
header .g_nav img {
	width: 30px;
}

header .g_nav {
	width: 40px;
	margin: 0 0 0 10px;
}

header .g_nav .menu:hover {
	cursor: pointer;
	opacity: 0.7;
}

header .g_nav ul {
	width: 250px;
    margin: 0 0 0 -215px;
	background: rgba(0,0,0,0.6);
	text-align: center;
}

header .g_nav ul li a {
	color: #fff;
	border-bottom: 1px solid #aaa;
	display: block;
	padding: 8px 0 7px;
}

@media screen and (min-width: 701px) {
	header {
		height: 100px;
	}
	
	header h1 img {
		width: auto;
	}
	
	header .g_nav ul li a {
		padding: 10px 0;
	}

	
} /*PC*/

/*****************article*****************/

/*article*/
article &gt; section {
	text-align: center;
	position: relative;
	padding: 15px 0 15px;
}

article &gt; section:before {
	content: "";
	width: 100%;
	border-top: 1px solid #CD1C20;
	display: block;
	margin: 10px 0;
	position: absolute;
}

#main_visual:before ,
#information:before {
	border: none;
}

#profile:before {
	border-color: #fff;
}


article &gt; section h2 {
	display: inline-block;
    background: #fff;
    margin: -13px 0 10px;
	padding: 0 5px;
}

article &gt; section p ,
article &gt; section dl {
	text-align: left;
}

article &gt; section p {
	padding: 0 0 20px;
}

@media screen and (min-width: 701px) {
	article &gt; section {
		padding: 0 0 40px;
	}
	
	
	article &gt; section:before {
		width: 700px;
		left: 0;
		right: 0;
		margin: auto;
	}
	
	
	article &gt; section h2 {
		font-size: 30px;
		padding: 1em 10px;
		margin: 0 0 10px;
	}
	
article &gt; section:before {	
		margin: 47px auto;
	}
}


/*main_visual*/

#main_visual {
	background-image: url(../img/main_sp.jpg);
	background-repeat: no-repeat; 
	background-position: center; 
	background-size: cover;
	margin: 0px 0 490px;
	position:relative;
	z-index: -10;
	width: 100%;
	height: 350px;
	color: #fff;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

#main_visual .wrapper {
	height: 100%;
	position:relative;
}

#main_visual .copy, 
#main_visual h2, 
#main_visual .name, 
#main_visual .frame, 
#main_visual .illust {
	position: absolute;
}

#main_visual .copy {
	top: 130px;
}


#main_visual .copy img {
	width: 300px;
}


#main_visual h2{
	top: 240px;
	left: -20px;
	background: none;
	margin: 0;
} 

#main_visual h2 img {
	width: 340px;
	
}

#main_visual .name ,
#main_visual .frame {
	color: #333;
	text-shadow: none;		
}

#main_visual .name {
	top: 420px;
	font-size: 30px;
	font-weight: bold;
	
}

#main_visual .frame {
	top: 480px;
	font-size: 13px;
	position: relative;
}

#main_visual .detail {
	background: #eee;
	border-radius: 5px;
	margin: 10px 0 0;
	padding: 10px 10px 0;
	font-size: 11px;
}

#main_visual .detail h3 {
	font-size: 16px;
	font-weight: bold;
}

#main_visual .detail h3 small {
	font-size: 13px;
}

#main_visual .nominate {
	position: absolute;
	bottom: -10px;
	right: -10px;
	padding: 0;
}

#main_visual .nominate img {
	width: 100px;
}

#main_visual .illust {
	top: 50px;
	right: 0;
	font-size: 12px;
}


@media screen and (min-width: 701px) {
	#main_visual {
		background-image: url(../img/main_pc.jpg);
		margin: 0;
		height: 700px;
	}
	
	#main_visual .wrapper {
		width: 1000px;
	}

	
	#main_visual .copy {
		top: 40px;
		right: -20px;
	}
	
	#main_visual .copy img {
		width: auto;
	}
	
	#main_visual h2 {
		top: auto;
		bottom: 70px;
		left: -25px;
		padding: 0;
	}

	#main_visual h2 img {
		width: auto;
	}
	
	#main_visual .name ,
	#main_visual .frame {
		color: #fff;
		text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
	}
		
	#main_visual .name {
		top: auto;
		bottom: 30px;
		left: 240px;
		font-size: 40px;
		padding: 0;
	}
	
	#main_visual .frame {
		width: 530px;
		background: rgba(0,0,0,0.2);
		border-radius: 10px;
		top: auto;
		bottom: 40px;
		right: 0;
		left: auto;
		position: absolute;
		padding: 10px;
		font-size: 17px;
		
	}
	
	
	#main_visual .detail {
		background: none;
		border-top: 1px solid #fff;
		text-align: left;
		padding: 20px 0 0;
	}
	
	#main_visual .detail h3 {
		font-size: 18px;
	}

	#main_visual .detail h3 small {
		font-size: 14px;
	}
	
	#main_visual .nominate {
		bottom: -50px;
    	right: -40px;
	}
	
	#main_visual .nominate img {
		width: auto;
	}
	
	#main_visual .illust {
		top: auto;
		bottom: 0;
		padding: 0;
	}

	
} /*PC*/


/*news*/
#news dl {
	background: #eee;
	border-radius: 5px;
	margin-top: 10px;
	padding: 10px;
	margin-top: 10px;
	font-size: 12px;
	display:flex;
	flex-wrap: wrap;
	height: 120px;
	overflow:  scroll;
	align-content: flex-start;
}

#news dl dt {
	width: 80px;
	font-size: 10px;
	color: #999;
	margin: 0 0 5px;
}

#news dl dd {
	width: calc(100% - 80px);
	margin: 0 0 5px;
	padding: 0 0 0 5px;
}


@media screen and (min-width: 701px) {
	#news dl {
		margin: 0 auto;
		font-size: 14px;
		height: 200px;
	}
	
	#news dl dt {
		width: 110px;
		font-size: 14px;
	}

	#news dl dd {
		width: calc(100% - 110px);
	}
	
	
} /*PC*/


/*summary*/
#summary {
	background: #F8F39F;
}

#summary h2 {
	background: linear-gradient(rgba(150, 21, 23, 1) , rgba(205, 28, 32, 1) 30%);
	color: #fff;
	font-size: 24px;
	padding: 20px 0;
	width: 100%;
	margin: -15px 0 20px;
}


#summary strong {
	text-align: center;
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: #CD1C20;
}

@media screen and (min-width: 701px) {
	#summary {
		padding: 0;
	}
	
	#summary h2 {
		font-size: 40px;
		padding: 45px;
		margin: 0 0 50px;
	}
	
	#summary h2 br {
		display: none;
	}
	
	#summary p {
		font-size: 17px;
		text-align: center;
	}
	
	#summary strong {
		font-size: 30px;
		margin: 0 0 30px;
	}
} /*PC*/


/*information*/
#information {
	background: #F8F39F;
	margin: 0;
	padding: 0 0 20px;
	text-align: left;
}

#information .wrapper {
	background: #fff;
}

#information img {
	width:  100%;
	max-width: 310px;
	margin: 0 auto;
	display: block;
}

#information h2 {
	color: #CD1C20;
	font-size: 26px;
	text-align: left;
	margin: 10px 0;
	padding: 0;
}

#information .detail {
	padding: 0 10px;
	font-size: 16px;
}

#information .name {
	font-size: 20px;
	font-weight: bold;
	padding: 0 0 10px;
}

#information .btn a {
	display: block;
	color: #fff;
	background: #CD1C20;
	border-radius: 5px;
	text-align: center;
	padding: 10px 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4)

}

@media screen and (min-width: 701px) {
	#information {
		padding: 0 0 40px;
	}
	
	#information .wrapper {
		display: flex;
		border-radius: 10px;
	}
	
	#information figure {
	    margin: 25px;
	}
	
	#information .detail {
		padding: 25px 0 0;
		font-size: 20px;
	}
	
	#information h2 {
		font-size: 30px;
	}
	
	#information .name {
		padding: 0 0 30px;
	}
	
	#information .btn a {
		font-size: 30px;
		margin: 45px 0 0;
		padding: 20px 0;
	}

	
} /*PC*/


/*essay*/
#essay {
	 position: relative;
}

#essay h3 {
	color: #CD1C20;
	font-size: 16px;
	padding: 0 0 20px;
}

#essay h3 small {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	display: block;
	padding: 0 0 5px;
}

#essay strong {
	font-weight: bold;
	font-size: 16px;
}


#essay .more {
	display: none;
}

#essay .open ,
#essay .close {
	padding: 0;
}

#essay .open a ,
#essay .close a {
	text-align: center;
	color: #EAACAD;
	position: absolute;
	width: 100%;
	padding: 40px 0 0;
	cursor: pointer;
}

#essay .open a {
	background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 80%);
	bottom: 60px;
}

#essay .close a {
	background: none;
	bottom: 40px;
}

#essay .ex {
	text-align: right;
	font-size: 12px;
	padding: 10px 0 0;
}

@media screen and (min-width: 701px) {
	#essay h2 {
		margin: 0;
	}
	
	#essay h3 {
		font-size: 26px;
		padding: 0 0 40px;
	}
	
	#essay h3 small {
		font-size: 18px;
	}
	
	#essay .more {
		display: block;
	}


	#essay .open ,
	#essay .close {
		display: none;
	}
	
} /*PC*/


/*twitter*/
#twitter .wrapper {
	height: 400px;
	border-radius: 10px;
	border: 1px solid #ccc;
	overflow: scroll;
	width: 90%;
	margin: 0 auto;
}

.twitter-timeline {
	height: 400px;
	width: 90%!important;
	overflow: scroll;
}

@media screen and (min-width: 701px) {
	#twitter .wrapper {
			width: 500px;
		}

	.twitter-timeline {
			height: 700px;
	}
} /*PC*/


/*movie*/
#movie ,
#movie h2 ,
#comment ,
#comment h2 {
	background: #eee;
}

#movie .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

#movie .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (min-width: 701px) {

	
} /*PC*/


/*comment*/

#comment {
	padding: 20px 0;
}

#comment dt {
	color: #fff;
	font-size: 16px;
	text-align: center;
	background: #F2494B;
	padding: 5px 0;
}

#comment dd {
	padding: 10px;
	background: #fff;
	margin: 0 0 10px;
}

@media screen and (min-width: 701px) {
	#comment dt {
		font-size: 20px;
		padding: 20px 0;
	}
	
	
	#comment dd {
		padding: 30px;
		margin: 0 0 50px;
	}
	
} /*PC*/

/*profile*/
#profile ,
#profile h2 {
	background: #F2494B;
	color: #fff;
}

#profile figure {
	padding: 10px 0;
	text-align: center;
}

#profile .wrapper {
	text-align: left;
	font-size: 12px;
}

#profile h3 {
	font-size: 20px;
	padding: 10px 0;
}

@media screen and (min-width: 701px) {
	#profile .wrapper {
		display: flex;
		font-size: 14px;
	}
	
	#profile figure {
		padding: 10px 30px 0 0;
	}
	
} /*PC*/

/*****************footer*****************/
footer {
	text-align: center;
	padding: 20px 0;
	font-size: 12px;
	color: #707070;
}

footer .sns {
	border-bottom: 1px solid #ccc;
	display: inline-block;
	padding: 0 20px 10px;
	margin: 0 0 10px;
}

footer .sns img {
	height: 40px; 
	margin: 0 5px;
}

footer .logo img {
	width: 150px;
}

@media screen and (min-width: 701px) {
	footer {
		padding: 40px 0;
	}
	
	footer .sns {
		padding: 0 20px 20px;
	}

	
	footer .logo img {
		width: auto;
	}

	
	footer {
		font-size: 14px;
	}

} /*PC*/


/*pagetop*/
.pagetop {
	position: fixed;
	bottom: -90px;
	right: 50px;
	margin: auto;
}

.pagetop a {
	width: 80px;
	height: 80px;
	line-height: 80px;
	background: rgba(255,255,255,0.7);
	border-radius: 10px 10px 0 0;
	display: block;
	text-align: center;
	font-size: 30px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
</pre></body></html>