@charset "UTF-8";


body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 10px;
	line-height: 1.5em;
	color: #fff;
	background-color: #000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 100%;
	/*background-position: 50% 50%;
	background-image: url('../img/bg.jpg');
	background-repeat: no-repeat;
    background-size: cover;*/
}
html {
	height: 100%;
}
* html div#wrapper {
	height: 100%;
}
#wrapper {
	text-align: center;
	margin: 0;
	width: 100%;
	position: relative;
	min-height: 100%;
	background-position: 50% 50%;
	background-image: url('../img/top_pc.jpg');
	background-repeat: no-repeat;
    background-size: auto 100%;
}
body > #wrapper {
	height: auto;
}


#wrapper2 {
	text-align: center;
	margin: 0;
	width: 100%;
	position: relative;
	min-height: 100%;
	background-color: #0d0d0a;
}


#header {
	font-size: 17px;
	font-weight: bolder;
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 15px 0;
	background-color: #EB292C;
}
#content {
	width: 1200px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	text-align: center;
	position: relative;
}
#menu {
	position: absolute;
	width: 1000px;
	height: 50px;
	top: 650px;
	text-align: center;
	z-index: 1000;
	font-size: 15px;
	font-weight: bolder;
}
#billing {
	position: absolute;
	width: 550px;
	height: 130px;
	bottom: 55px;
	right: 15px;
	z-index: 99;
}
#bnr_lego1 {
	position: absolute;
	width: 130px;
	height: 410px;
	bottom: 55px;
	left: 15px;
	z-index: 100;
}
#bnr_tomato {
	position: absolute;
	width: 150px;
	height: 150px;
	bottom: 140px;
	right: 210px;
	z-index: 98;
}
#bnr_other {
	position: absolute;
	width: 150px;
	height: 310px;
	bottom: 190px;
	right: 20px;
	z-index: 101;
}

#logo {
	height: 700px;
	margin: 0 auto;
	padding: 0;
}
#fb_sns {
	/*background-image: url(../img/sns_fb_border.png);
	background-repeat: no-repeat;
	background-position: 50% 0%;*/
	font-size: 18px;
	font-weight: bolder;
	line-height: 1.2em;
	text-align: center;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: right;
	width: 100%;
	height: 40px;
	bottom: 55px;
	z-index: 99;
}
#footer {
	color: #000;
	background-color: #EB292C;
	font-size: 11px;
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 0;
	margin: 0;
	padding: 0;
}

#sns {
	width: 350px;
	height: 30px;
	margin: 0;
}
#sns ul{
	list-style-type: none;
	border: none;
	margin: 0px;
	padding: 0px;
}
#sns ul li{
	height: 25px;
	margin: 0 5px;
	float: left;
	display: block;
	overflow: hidden;
}
.gplus{
	width: 50px;
	padding: 5px 0 0 0;
}
.line{
	width: 90px;
	padding: 5px 0 0 0;
}
.twitter{
	width: 80px;
	padding: 5px 0 0 0;
}
.fb {
	width: 80px;
	padding: 5px 0 0 0;
}

#sns_link ul{
	list-style-type: none;
	border: none;
	margin: 0;
	padding: 15px;
}
#sns_link ul li{
	height: 40px;
	margin: 1px;
	float: right;
	display: block;
	overflow: hidden;
}
.t,.f,.y,.l,.i {
	width: 40px;
}
.hush {
	color: #EB292C;
	text-align: right;
	font-size: 18px;
	font-weight: bolder;
	margin: 0;
	padding: 15px 20px;
}



.comment_wrapper {
    color: #000;
    font-size: 15px;
    line-height: 1.5em;
	margin: 0;
    padding: 550px 80px 50px;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    background-image: url(../img/comment_pc.jpg);
    background-repeat: no-repeat;
	background-position: 50% 0%;
    background-size: 100% auto;
}
.comment_box {
	width: 440px;
	margin: 20px 20px;
	padding: 20px;
	/*border: 1px solid #ccc;
	border-radius: 10px;*/
}
.bg_blue {
	background-color: #00aeeb;
}
.bg_pink {
	background-color: #e75297;
}
.comment_name {
	color: #fff;
	line-height: 2em;
	font-weight: bolder;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	text-align: left;
	border-bottom: 5px dotted #fff;
}
.comment_photo {
	width: 225px;
	margin: 0;
	padding: 0;
	float: left;
}
.comment_text {
	width: 520px;
	margin: 0;
	padding: 5px 0 0 0;
	text-align: left;
	float: right;
}



#video_wrapper {
	color: #fff;
	background-color: #000;
	font-size: 15px;
	line-height: 1.5em;
	margin: 0 auto;
	padding: 0;
	width: 960px;
	text-align: center;
}

#video_wrapper table {
	border-collapse: collapse;	
	border-spacing: 1px;
}

#video_wrapper table td {
	color:  #000;
	font-weight: bolder;
	padding: 5px;
	border: 1px solid #000;
	background-color: #646464;
}


#video_wrapper a {
	color: #fff;
	text-decoration: none;
}
#video_wrapper a:hover {
	color:  #ccc;
	text-decoration: none;
}



.kugiri {
	clear: both;
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #ccc;
	text-decoration: underline;
}
#header a, #fb_sns a {
	color: #FFD600;
	text-decoration: none;
}
#header a:hover, #fb_sns a:hover {
	color: #000;
	text-decoration: none;
}
#menu a {
	color: #FFD600;
	background-color: #EB292C;
	padding: 10px 40px;
}
#menu a:hover {
	color: #EB292C;
	background-color: #FFD600;
	text-decoration: none;
}
#footer a {
	color: #000;
	text-decoration: none;
}
#footer a:hover {
	color: ;
	text-decoration: none;
	color: #333;
}
a:hover img {
  filter:alpha(opacity=80);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
a img{
	border:0;
	filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.original {
	font-size: 14px;
	font-weight: bold;
	margin: 2px;
	padding: 0;
}
.original a {
	color: #ef0156;
	text-decoration: none;
	background-color: #feef29;
	border-radius: 10px;
	padding: 1px 10px;
}
.original a:hover {
	color: #fff;
	background-color: #f76399;
}

.text_17 {
	font-size: 17px;
}
.text_18 {
	font-size: 18px;
}
.text_21 {
	font-size: 21px;
}
.text_24 {
	font-size: 24px;
}

.new {
	font-size: 12px;
	font-weight: bold;
	line-height: 1em;
	text-decoration: none;
	color: #000;
	/*background-color: #fff;
	border-radius: 6px;*/
	margin: 0 0 0 3px;
	padding: 0px 2px;
	vertical-align: super;
}
