<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
	font-family:"ï¼­ï¼³ ï¼°æ˜Žæœ", "MS PMincho", "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro W3", "Hiragino Mincho Pro", serif;
    margin: 0;
    outline: 0 none;
    padding: 0;
	color:#FFF;
}

body {
	width:100%;
	margin:0;
	background:#000;
}

/* yycountdown */

#count {
	width:100%;
	height:60px;
	}

#openinfo {
	text-align:center;
	font-size:21px;
}

.yycountdown-box{
  text-align:center;
  margin:10px 0;
  color:#FFF;
}

#timer_countdown .yycountdown-box .yyc-day{
  font-size:3.0em;
  color:#0085C7;
}
#timer_countdown .yycountdown-box .yyc-hou{
  font-size:3.0em;
  color:#F4C300;
}
#timer_countdown .yycountdown-box .yyc-min{
  font-size:3.0em;
  color:#009F3D;
}
#timer_countdown .yycountdown-box .yyc-sec{
  font-size:3.0em;
  color:#DF0024;
}

#timer_countdown .yycountdown-box .yyc-day-text,
#timer_countdown .yycountdown-box .yyc-hou-text,
#timer_countdown .yycountdown-box .yyc-min-text,
#timer_countdown .yycountdown-box .yyc-sec-text{
  font-size:1.0em;
}

/* End yycountdown */



/* ãƒ˜ãƒƒãƒ€ãƒ¼ */

#header {
	width:100%;
	height:auto;
	}

img {
	max-width:100%;
	height:auto;
	}

/* End ãƒ˜ãƒƒãƒ€ãƒ¼ */



/* ã‚¹ã‚¯ãƒ­ãƒ¼ãƒ«ãƒ˜ãƒƒãƒ€ãƒ¼ãƒãƒ¼ */

#header_bar {
  line-height: 56px;
  width: 100%;
}

.cb-header {
  position: fixed; /* ãƒ˜ãƒƒãƒ€ãƒ¼ãƒãƒ¼ã‚’å›ºå®š */
  background: rgba(247, 0, 105, 0.35);
  width: 100%;
  text-align: center;
  top: -60px;
  z-index: 1;
}

/* End ã‚¹ã‚¯ãƒ­ãƒ¼ãƒ«ãƒ˜ãƒƒãƒ€ãƒ¼ãƒãƒ¼ */



/* ãƒ¡ã‚¤ãƒ³ã‚³ãƒ³ãƒ†ãƒ³ãƒ„ */

#content {
    background: url('../img/bg_02.png') repeat;
    height: 1562px;
    background-size: 50%;
}



/* ãƒšãƒ¼ã‚¸ãƒˆãƒƒãƒ—ã¸æˆ»ã‚‹ */
.pageTop {
	display:none;
	position:relative;
	width:90%;
	max-width:900px;
	height:0;
	margin:0 auto;
}
.pageTop a {
	position: fixed;
	bottom: 0px;
	left:auto;
	display: block;
	width: 66px;
	hegiht:66px;
	margin-left:920px;
	padding:1em 0 1em 2px;
	background:#F7006B;
	text-align:center;
	outline:none;
	text-decoration: none;
	z-index:9999;
	border-radius:3px 3px 0 0;
}
.pageTop a:before,
.pageTop a:after {
	position:absolute;
	left:50%;
	content:"";
	width:0px;
	height:0px;
	margin-left:-10px;
	border:10px solid transparent;
}
.pageTop a:before {
	top:50%;
	margin-top:-13px;
	border-bottom:10px solid #F7006B;
}
.pageTop a:after {
	top:50%;
	margin-top:-15px;
	z-index:-1;
	border-bottom:10px solid #fff; /* çŸ¢å°ã®è‰² */
}

/* =====================
	ã‚¿ãƒ–ãƒ¬ãƒƒãƒˆå‘ã‘
======================= */
@media screen and (min-width: 480px) and (max-width: 959px) {

.pageTop {
	width:100%;
}
.pageTop a {
	left:-68px;
	margin-left:100%;
}

/* ã‚¿ãƒ–ãƒ¬ãƒƒãƒˆå‘ã‘ã“ã“ã¾ã§ */ }

/* =====================
	ã‚¹ãƒžãƒ›å‘ã‘
======================= */
@media screen and (max-width: 479px) {

.pageTop {
	width:100%;
}
.pageTop a {
	left:-68px;
	margin-left:100%;
}

/* ã‚¹ãƒžãƒ›å‘ã‘ã“ã“ã¾ã§ */ }




#main_bg {
	background:url('../img/gradation.png') no-repeat;
    padding-top: 80px;
    margin-top: 10px;
    width: 100%;
	}

.content_title {
	font-size:23px;
	color: #41afff;
	}

.wrapper_01 {
    position: relative;
    width: 90%;
	background: rgba(0, 0, 0, 0.59);
	-webkit-box-shadow: 0px 0px 15px -1px rgba(255,0,72,0.64);
	-moz-box-shadow: 0px 0px 15px -1px rgba(255,0,72,0.64);
	box-shadow: 0px 0px 15px -1px rgba(255,0,72,0.64);
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

.wrapper_01:before {
    content:"";
    display: block;
    padding-top: 50%; /* é«˜ã•ã‚’å¹…ã®50%ã«å›ºå®š */
}

.main_01 {
	position: absolute;
    top: 0;
	width:100%;
	}

.wrapper_mov01 {
    position: relative;
	padding-right: 5px;
	}

.wrapper_mov01:before {
    content:"";
    display: block;
}

.dc {
	width:100%;
	font-size: 12px;
    padding-top: 5px;
	}

.mov_01 {
	max-width:40%;
	height: 123px;
	float:left;
	margin: 10px;
	}

#wrapper_02 {
    position: relative;
    width: 90%;
    background: rgba(255, 255, 255, 0.5);
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

#wrapper_02:before {
    content:"";
    display: block;
    padding-top: 50%; /* é«˜ã•ã‚’å¹…ã®50%ã«å›ºå®š */
}

#main_02 {
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	}

#wrapper_03 {
    position: relative;
    width: 90%;
    background: rgba(0, 0, 0, 0.59);
    -webkit-box-shadow: 0px 0px 15px -1px rgba(255,0,72,0.64);
    -moz-box-shadow: 0px 0px 15px -1px rgba(255,0,72,0.64);
    box-shadow: 0px 0px 15px -1px rgba(255,0,72,0.64);
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../img/mmg.jpg);
    background-size: contain;
}

#wrapper_03:before {
    content:"";
    display: block;
    padding-top: 100%; /* é«˜ã•ã‚’å¹…ã®100%ã«å›ºå®š */
}

#main_03 {
    position: absolute;
    /* top: 0; */
    left: 0;
    bottom: 0;
    right: 0;
}



/* ãƒ•ãƒƒã‚¿ãƒ¼ */

footer {
	padding:1em;
	border-top:1px solid #F7006B;
	text-align:center;
	height:50px;
}

/* End ãƒ•ãƒƒã‚¿ãƒ¼ */

#wrapper_05 {
    position: relative;
    width: 90%;
    background: rgba(0, 0, 0, 0.59);
    -webkit-box-shadow: 0px 0px 15px -1px rgba(255,0,72,0.64);
    -moz-box-shadow: 0px 0px 15px -1px rgba(255,0,72,0.64);
    box-shadow: 0px 0px 15px -1px rgba(255,0,72,0.64);
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    background-size: contain;
}

#main_05 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.button {
    width: 100%;
    background-color: #333;
    height: 49px;
    margin-top: 15px;
    margin-bottom: -9px;
}
.button_sub {
    color: #FFF;
    float: left;
    width: 49%;
    text-align: center;
    padding-top: 11px;
    height: 39px;
}

/* End ãƒ¡ã‚¤ãƒ³ã‚³ãƒ³ãƒ†ãƒ³ãƒ„ */</pre></body></html>