<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
* {
	min-height:0;
	min-width : 0;
	}

body{
	height: 100%;
	font-family: YakuHanJP_Noto,Noto Sans JP,sans-serif;
	background: #000;
	background-size: 100%;
	font-size: 1.2em;
	color:#fff;
	}

a {
	color: #82b2e2;
	text-decoration: none;
	cursor: pointer;
	}
a:visited	{color: #82b2e2;}
a:hover		{color: #fff;}
a:focus, *:focus { outline:none; }

rt {font-size: 0.4em}


h2 {
	box-sizing: border-box;
	width: 100%;
	max-width: 1280px;
	padding: 0;
	margin: -100px auto 2em;
	}

h2 img {display: block;width: 50%;max-width: 500px;}

h3 {
	box-sizing: border-box;
	width: 98%;
	color:#fff;
	font-size: 1.8em;
	line-height: 1.4;
	margin: 0 auto;
	flex-basis: 100%;
	position: relative;
	position: absolute;
	top: -50px;
	left: 10px;
	padding: 0.5em 0.5em 0.5em 55px;
	}


h4{
	font-size: 1em;
	line-height: 1.2;
	margin: 0;
	padding: 0 0.5em 0 1.5em;
	color: #d20030;
	}

h5 {
	margin: 0;
	padding: 0 0.5em 0 1.2em;
	font-size: 1em;
	font-weight: bold;
	color: #000;
	}

p {
	padding: 20px 40px 0 40px;
	line-height: 1.6;
	font-size: 0.9em;
	margin: 0 0 20px;
	}

dl {
	padding: 20px 40px 0 40px;
	line-height: 1.6;
	font-size: 0.8em;
	}

dt {
	font-weight: bold;
	margin: 0 0 0.5em;
	color: #419ee5;
	}

dd {margin: 0px;
	margin-bottom: 1em;
	font-size: 0.9em;
	/*color: #4D4D4D;*/
	}

ul {padding-left: 3em;padding-right: 1em; font-size: 0.9em;}

li {margin-bottom: 0.5em; line-height: 1.6em;}

table {
	border: none;
	border-collapse: collapse;
	margin: 1em auto 1em;
	}

th, td {
	border: none;
	padding: 5px 20px;
	vertical-align: top;
	}

th {
	word-break: keep-all;
	text-align: right;
	}

strong, .errorTxt {color:#D20030;}
em {text-decoration: none;font-style: normal;}
strong, em {
	font-weight: bold;
	}

/*フェード*/
a, .chronology h3, .modal img, #openBtn, nav ul li&gt;a, nav ul li.dllink {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
	}

/*MS Edgeのバグ対応とりあえず*/
@supports (-ms-ime-align: auto) {
	a{transition: none;}
	}


/*上へもどる*/
#pageTop {
	position: fixed;
	bottom: 15px;
	right: 15px;
	padding: 0;
	margin: 0;
	z-index: 999;
	}

#pageTop a {
	display: block;
	height: 40px;
	width: 40px;
	background: #d71318 url(../images/apps/arrow.svg) no-repeat center center;
	background: url(../images/apps/arrow.svg) no-repeat center center,-moz-linear-gradient(top,  #d71318 0%, #be0000 99%);
	background: url(../images/apps/arrow.svg) no-repeat center center,-webkit-linear-gradient(top,  #d71318 0%,#be0000 99%);
	background: url(../images/apps/arrow.svg) no-repeat center center,linear-gradient(to bottom,  #d71318 0%,#be0000 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d71318', endColorstr='#be0000',GradientType=0 );
	/*background-size: 80%;*/
	padding: 20px 20px;
	border: 3px rgb(255,255,255) solid;
	border-radius: 2px;
	box-shadow: 5px 10px 0px 0px rgba(0,0,0,0.2);
	font-size: 1em;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	color: #fff;
	text-decoration: none;
	}

#pageTop a:hover {
	margin-bottom: 5px;
	background-color: #293f8d;
	}


/*汎用ボタン*/
.button {padding: 0;margin: 10px auto 0;}
.button a {
	display: block;
	box-sizing: border-box;
	width: 93%;
	max-width: 600px;
	margin: 0 auto;
	padding: 15px 20px;
	border: 3px rgb(255,255,255) solid;
	border-radius: 2px;
	background: #d71318;
	background: -moz-linear-gradient(top,  #d71318 0%, #be0000 99%);
	background: -webkit-linear-gradient(top,  #d71318 0%,#be0000 99%);
	background: linear-gradient(to bottom,  #d71318 0%,#be0000 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d71318', endColorstr='#be0000',GradientType=0 );
	box-shadow: 5px 8px 0px 0px rgba(0,0,0,0.2);
	font-size: 1em;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	color: #fff;
	text-decoration: none;
	}

.button a span {font-size:1.8em;}

.button.tweet a {
	background-color: #1da1f2;
	color: #fff;
	}
.button.disabled a {
	background-color: #666;
	}

.button a:hover {box-shadow: 5px 8px 0px 0px rgba(0,0,0,0.25);}
.button.disabled a:hover {opacity:1;cursor:default;}


.twitterLink {
	margin-top: 0px;
	margin-bottom: 60px;
	}

.twitterLink a{
	max-width: 900px;
	margin: 0 auto 0;
	font-size: 1em;
	}

/*記事用*/
.small	{font-size: 0.6em;}
.large	{font-size: 1.2em;}
.big	{font-weight: bold;font-size: 1.8em;}
.center	{text-align: center;padding-left: 0.5em;padding-right: 0.5em;}
.spaced {padding: 1em;}
.left	{text-align: left;}
.right	{text-align: right;}
.attention {color: #FF0000;}
.clear {clear: both;}
.url{color: #FF0308;font-style: italic;}
.bold{font-weight: bold;}
.hide {display: none;}
.sun {color: #f00;}
.sat {color: #008FEB;}
.price {font-size: 1.4em;font-weight: bold;}
.sponly {display:none;}
.nosp{display:inherit;}
.markup{display:inline-block;font-size: 0.9em;color:#f60;}
.new {display:inline-block;background-color: #d71318;font-size: 0.6em;font-weight: bold;color:#fff;text-shadow: none;vertical-align:text-top;padding: 3px 10px;border-radius: 10px;margin-left: 0.5em;}


/*ボタン用*/
.common {margin: 2.5% 2% 2.5% 2%;}

/*記事の関連URLリンク用大型ボタン*/
.big a {
	padding: 10px;
	margin: 2.5% 2% 2.5% 2%;
	}

/*大枠*/
.primaryContainer {
	margin: 0 auto;
	padding: 0;
	position: relative;
	line-height: 1.6;
	overflow: hidden;
	background: -webkit-linear-gradient(rgba(181,167,103,0.7) 0%, rgba(125,104,3,0.5) 15%, rgba(0,0,0,1) 32%, rgba(0,0,0,0.5) 100%);
	background: -o-linear-gradient(rgba(181,167,103,0.7) 0%, rgba(125,104,3,0.5) 15%, rgba(0,0,0,1) 32%, rgba(0,0,0,0.5) 100%);
	background: linear-gradient(rgba(181,167,103,0.7) 0%, rgba(125,104,3,0.5) 15%, rgba(0,0,0,1) 32%, rgba(0,0,0,0.5) 100%);
	}


/*コンテンツ全体をラップ*/
main {
    float: none;
    height: auto;
    margin: 0px auto;
    clear: none;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	}

section {
	margin: 0;
	padding: 0;
	position: relative;
	}

section.headercont {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	}

.leftContent {
	width: 50%;
	}

.rightContent {
	width: 50%;
	/*aspect-ratio: 9/13;*/
	height: auto;
    background: #000 url("../images/prize/img_250430_ai_main.webp") center top no-repeat;
    background-size: cover;
	}

img.addPart {
	display: block;
	width: 25%;
	position: absolute;
	right: 1%;
	bottom: 11%;
	}


section.pickup {
	flex-basis: 100%;
	}

/*左*/
h1 {
	width: 30%;
	max-width: 400px;
	margin: 10% auto 5%;
	}

.cap00, .cap01, .cap02, .cap03, .cap04 {
	margin: 0;
	padding: 0;
	}

h1 picture &gt;img, .cap00&gt;img, .cap01 picture&gt;img, .cap02 picture&gt;img, .cap03&gt;img, .cap04&gt;img {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	}

.cap00 {
	width: 50%;
	max-width: 600px;
	margin: 0 auto 18%;
	}

.cap01 {
	width: 65%;
	/*max-width: 600px;*/
	margin: 0 auto 10%;
	position: relative;
	z-index: 999;
	}

.cap02 {
	width: 40%;
	/*max-width: 400px;*/
	margin: 0 auto 2%;
	position: relative;
	z-index: 999;
	}

.cap03 {
	width: 70%;
	max-width: 1000px;
	margin: 0 auto 15%;
	position: relative;
	z-index: 999;
	}

/*.cap04 {
	width:70%;
	max-width: 700px;
	margin: 0;
	position: absolute;
	left: 16%;
	bottom: 10%;
	z-index: 999;
	}*/

@media only screen and (max-width: 1280px) {
	h1 {width: 40%;max-width: inherit;margin: 12% auto 5%}
	/*.cap01 {width: 45%;max-width: inherit;}
	.cap02 {width: 65%;max-width: inherit;}
	.cap03 {width: 50%;max-width: inherit;}*/
	/*.cap04 {width: 90%;max-width: inherit;	left: 5%;}*/
	}
@media only screen and (max-width: 768px) {
	.leftContent, .rightContent {flex-basis: 100%;}
	.rightContent {order: 1;padding-top: 160%;background-position: center top;}
	.leftContent {order: 2;position: absolute;width: 100%;}
	img.addPart {
		width: 51%;
		right: 1%;
		top: 42%;
		}
	h1 {width: 20%;margin: 10px 10px;}
	.cap00 {display: none;}
	.cap01 {width: 75%;margin: 85% auto 5%}
	.cap02 {width: 50%;margin: 0 auto 20px;}
	.cap03 {width: 85%;}
	}
@media only screen and (max-width: 480px) {
	/*.cap03 {width: 100%;}*/
	/*.cap04 {width: 130%;left: -25%;	bottom: 15%;}*/
	}



/*右*/
.figImg {
	width: 1045px;
	margin: 30px 0 30px -360px;
	}

.figImg img {
	display: block;
	width: 100%;
	}

@media only screen and (max-width: 768px) {
.figImg {width: 730px;margin: 30px 0 30px -260px;}
}

@media only screen and (max-width: 480px) {
.figImg {width: 560px;margin-left: -210px;margin-top: 24%;}
}

/*Twitter*/
.twitter {
	margin: 0 auto;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	border-radius: 6px;
	border: 1px rgba(0,0,0,0.25) solid;
	}

.twitter iframe {width: 740px !important;height: auto;}


/*youtube*/
.youtube {
	margin: 0 auto;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	}

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


/*SNSシェアボタン*/
.shareBox {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	float: none;
	width: auto;
	height: auto;
	margin: 70px auto 50px;
	clear: both;
	padding: 0 2px 0;
	text-align: center;
	position: relative;
	}

	.shareButtons {
		position: relative;
		width: auto;
		height: auto;
		margin: 0px auto;
		clear: none;
		display: inline-block;
		z-index: 400;
		/*background: rgba(255,255,255,0.4);
		border-radius: 5px;*/
	
		}

	.shareButtons div {
		line-height: 1;
		margin: 5px;
		}

	.shareButtons div:last-child {
		}

		.fb-like, .fb-share-button {
			float: left;
			}

		.googleBtn {
			float: left;
			width: 52px;
			overflow: hidden;
			}

/*オリジナルボタン化*/
		.tweetBtn, .lineBtn {
			float: left;
			border-radius: 2px;
			}

		.tweetBtn {
			background: url(../images/ico_sns_twitter.png) left top no-repeat #000;
			background-size: contain;
			border: 1px #333 solid;
			}

		.lineBtn {
			background: url(../images/ico_sns_line.png) left top no-repeat #00C300;
			background-size: contain;
			}

		.tweetBtn a, .lineBtn a {
				display: inline-block;
				color: #fff;
				line-height: 20px;
				text-align: right;
				vertical-align: middle;
				text-decoration: none;
				}

		.tweetBtn a {
				width: 57px;
				height: 0;
				padding: 16px 5px 0 5px;
				font-size: 0.6em;
				position: relative;
				overflow: hidden;
				}

		.tweetBtn a::after{
				display: block;
				position: absolute;
				right: 1.0em;
				bottom: 0;
				color: #fff;
				content: "Post";
				letter-spacing: 0.05em;
				}


		.lineBtn a {
			width: 67px;
			padding: 0 5px 0 5px;
			font-size: 0.5em;
			}


footer {
	box-sizing: border-box;
	padding: 0 0 50px;
	background-size: cover;
	text-align: center;
	color: #eee;

}

footer .makerLogo {
	width: 200px;
	margin: 0 auto 30px;
	}

footer p.typex	{margin-bottom: 30px;}
footer p.typex img {
	width: 100%;
	max-width: 310px;
	}

footer p.copyright {
	margin: auto;
	font-size: 0.6em;
	padding: 20px 0 0;
	}

footer p.copyright &gt; img {display: inline-flex;width: 100%;max-width: 450px;}

footer ul {
	flex: 1;
	height: 1em;
	padding: 0;
	margin: 10px auto;
	text-align: center;
	font-size: 0.8em;
	}

footer ul li {
	display: inline-block;
	list-style-type: none;
	border-right: 1px #fff solid;
	padding: 0 5px;
	text-align: center;
	line-height: 1;
	}

footer ul li:last-child {
	border: none;
	}

footer ul li a, footer ul li a:visited,footer ul li a:hover {
	color: #fff;
	text-decoration: none;
	}





@media only screen and (max-width: 768px) {
.sponly {display: block;}
.nosp {display:none;}
rt {font-size: 0.5em}
#pageTop{bottom:5px;right: 5px;}
#pageTop a{height: 15px;width: 15px;}
.movie {width: 95%;}
footer .makerLogo {width: 150px;}
footer p.copyright &gt; img {width: 90%;}
}

@media only screen and (max-width: 480px) {
footer ul {font-size:0.7em}
footer p.copyright {font-size: 0.4em;}
.large {font-size: 1em;}
}

/*FlexBox*/
.flexBox {
	display: flex;
	box-sizing: border-box;
	justify-content:center;
	/*align-items: flex-start;*/
	align-items:flex-start;
	flex-wrap: wrap;
	margin-bottom: 0;
	}

.flexBox&gt;div, .flexBox&gt;p {
	display: block;
	box-sizing: border-box;
	flex-basis: 25%;
	height: auto;
	padding: 0;
	margin: 0 0 0;
	word-break: break-all;
	}

.flexBox&gt;div img, .flexBox&gt;p img {
	display: block;
	width: 100%;
	}
.boxset5&gt;div, .boxset5&gt;p {flex-basis: 20%;}
.boxset4&gt;div, .boxset4&gt;p {flex-basis: 25%;}
.boxset3&gt;div, .boxset3&gt;p {flex-basis: 33.3%;}
.boxset2&gt;div, .boxset2&gt;p {flex-basis: 50%;}

@media only screen and (max-width: 768px){
.boxset5&gt;div, .boxset5&gt;p {flex-basis: 33.3%;}
.boxset4&gt;div, .boxset4&gt;p  {flex-basis: 50%;}
.boxset3&gt;div, .boxset3&gt;p  {flex-basis: 50%;}
.boxset2&gt;div, .boxset2&gt;p  {flex-basis: 100%;}
}

@media only screen and (max-width: 480px){
.boxset5&gt;div, .boxset5&gt;p  {flex-basis: 25%;}
.boxset4&gt;div, .boxset4&gt;p  {flex-basis: 50%;}
.boxset3&gt;div, .boxset3&gt;p  {flex-basis: 100%;}
.boxset2&gt;div, .boxset2&gt;p  {flex-basis: 100%;}	
}

/*モーダル用*/
.mfp-title{
	line-height: 1.6!important;
	letter-spacing: 0.1em;
	font-size: 0.7em;
}

/*200831追加*/
.infoAria {
	flex-basis: 100%;
	display: flex;
	box-sizing: border-box;
	justify-content:center;
	align-items:flex-start;
	flex-wrap: wrap;
	margin: 100px 0 50px;
	/*border-bottom: 1px #fff solid;*/
	}

.infoAria&gt;div {
	display: block;
	box-sizing: border-box;
	flex-basis: 50%;
	height: auto;
	padding: 0;
	margin: 0 0 0;
	word-break: break-all;
	}
@media only screen and (max-width: 768px){
	.infoAria&gt;div {flex-basis:100%;}
	}


.infoAria&gt;div img {
	display: block;
	width: 100%;
	}

.infoAria&gt;div p {
	text-align: center;
	}

/*2012041追加*/
.movieArea {
    display: block;
    width: 100%;
    }

.movieArea&gt;div {
    width: 50%;
    margin: 50px auto 50px;
    }

@media only screen and (max-width: 768px){
	.movieArea&gt;div {width: 100%;}
    }</pre></body></html>