<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
=============================
 BASIC
=============================
*/

.wrapper {
	-webkit-text-size-adjust: 100%;
}
* {
	margin: 0;
	padding: 0;
}
.wrapper article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
.wrapper li {
	list-style: none; 
}
.wrapper img {
	border-style: none;
}
.wrapper,.main{
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

/*
=============================
 /BASIC
=============================
*/
.fade {
    width: 100%;
    height: 100%;
    display: none;
    background-color: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 50;
}

/*--------------------------- SNS */
#sns {
	margin: .7em 0 .3em;
	text-align: center;
}

#sns li {
	display: inline-block;
	vertical-align: text-top;
        margin: 0 .3em;
}
#sns .li-fb {
	overflow: visible !important;
}

#sns .li-twitter iframe{
	width: 110px !important;		
}
.fb_iframe_widget span {
	vertical-align: top !important;
}

#sns .li-line img{
	width: 82px;
	max-width: 82px;
	height: 20px;
	max-height: 20px;
}


/***************/
.main-box{
  width: 95%;
 	margin: 1.2em auto;	
}
.hanging-idt{
	padding-left: 1em;
	text-indent: -1em;
}
/***************/

.wrapper{
	width: 100%;
	position: relative;
	background: #000;
	font-size: .95em;
}

.main{
	position: relative;
	max-width:800px;
	margin: 0 auto;
}
.main img{
	display: block;
	width: 100%;
	height: auto;
}
.main h1,.main h2,.main h3{
	text-indent: 120%;
	white-space: nowrap;
	overflow: hidden;
}
.header h1{
	width: 80%;
	height: auto;
	margin: 0 auto;
}
.header h1 img{
	margin: .5em auto;
}
.header h2{
	width: 70%;
	height: auto;
	margin: .7em auto;
}
.header-bg{
	position: relative;
}
.link	{
	position: absolute;
	bottom: 4%;
	right: 0;
	left: 0;
	font-size: 1.7em;
}
.link ul{
	text-align: center;
	margin: 0 .3em;
}
.link li{
	list-style-type: none;
	display: inline-block;
	margin: 0;
} 
.link a{
	color: #FE0000;
}
.detail{
	width: 90%;
	margin-left: 1em;
}
.logo-records{
	position: absolute;
	width: 28%;
	margin: .3em 0 1em 1em;
	bottom: 0;
}
.shortcut{
	display: none;
}

.promotion ul{
	margin-top: 1em;
	text-align: center;	
}
.promotion li{
	margin: 1em auto;
}
.pv,.youtube {
  position: relative;
  width: 90%;
  padding-top: 50.5%;
  margin: 1em auto;
}
.pv{
	margin: 2em auto 1em;
}
.pv iframe,.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.notice{
	padding: 1em 2% 4em;
	color: #FFF;
}
.notice h5{
	font-size: 2em;
	text-align: center;
	margin: 0 0 .25em;
}
.notice dd{
	padding: 0 0 1em;	
}
.notice span{
	display: block;
  padding-left: 4em;
  text-indent: -4em;
  margin: .3em 0;
}
.notice p{
	color: #FE0000;
}
.caution{
	font-size: .93em;
	margin: .2em 0;
}


/***************/
.copyright{
	display: table;
	width: 100%;
	height: 2em;
	background: #323031;
	color: #fff;
	text-align: center;
}
.copyright p{
	display: table-cell;
	vertical-align: middle;	
}

/***************/
.disable{
	cursor: default;
}
@media screen and (min-width: 480px) {
	.header{
		position: relative;
	}
	#sns,.header h1,.header h2,.detail,.shortcut{
		position: absolute;
	}
	#sns {
		bottom: 0;
		right: 2%;
	}
	.wrapper{
		font-size: 1.1em;
	}
	.header-bg{
		position: static;
	}
	.header{
		min-width: 780px;
	}
	.table{
		display: table;
		width: 100%;
		border-collapse: separate;
		border-spacing: 1.5em 0;
	}
	.header h1{
		width: 70%;
		top: 1%;
		left: 0;
		right: 0;
	}
	.header h2{
		width: 90%;
		top: 20%;
		right: 0;
		left: 0;
	}
	.link	{
		bottom: 7%;
		left: 2%;
		margin-left: .5em;
		font-size: 2em;
	}
	.link a{
		color: #000;
	}
	.link a:hover{
		color: #FE0000;
	} 
	.link ul{
		text-align: left;
		margin: 0;
	}
	.link li{
		display: block
	}
	.detail{
		width: 55%;
		bottom: 6%;
		right: 2%;
	}
	.logo-records{
		width: 15%;
		bottom: 0;
		left: 2%;
	}
	.notice{
		padding: 3em 2% 2em;
	}
	.promotion li{
		display: inline-block;
		margin: 1% 2%;
	}
	.pv{
	  width: 95%;
	  padding-top: 57.5%;
	  margin: 2em auto 1em;
	}
	.youtube {
	  width: 45%;
	  padding-top: 29.5%;
	}
	.shortcut{
		display: block;
		width: 28%;
		top: 63%;
		left: 3%;
	}	

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