@charset "UTF-8";

/*-------reset css--------*/

ul, li {
	list-style:none;
	margin:0;
	padding:0;
}
a:focus, *:focus { outline:none; }
img{
  vertical-align:bottom;
}
.cpguard {
  display: none;
}
.set_lock {
	position:relative;
}
.set_lock img {
	position:absolute;
	top:0;
	left:0;
}

/*-------main css--------*/

.white {
	opacity:1;
	transition-property: opacity ;    transition-duration:0.5s;
}
.white:hover {
	opacity:0.5;
	transition-property: opacity ;    transition-duration:0.5s;
}

body {
	background:url(../images/all_top_bg.jpg);
	background-size: cover;
	font-family: Verdana,"Helvetica Neue",Helvetica,Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
#top_header {
	position:absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width:520px;
	height:500px;
	background:url(../images/all_top_title_bg.png) no-repeat center;
	background-size: cover;
	z-index:1000;
}
#top_header img {
	width:100%;
}
#top_content {
	overflow:hidden;
	clear:both;
	min-width:1000px;
	position:relative;
}
#top_content #top_box_l {
	width:50%;
	float:left;
	overflow:hidden;
	position:relative;
}
#top_content #top_box_r {
	width:50%;
	float:right;
	overflow:hidden;
	position:relative;
}
/*
#top_box_l {
	display:block;
	opacity:0.6;
	transition-property: opacity ;    transition-duration:0.7s;
}
*/
#top_box_l, #top_box_r {
	display:block;
	opacity:0.6;
	transition-property: opacity ;    transition-duration:0.7s;
}

#top_box_l:hover, #top_box_r:hover {
	opacity:1;
	transition-property: opacity ;    transition-duration:0.7s;
}
.top_main_btn {
	margin-top:-200px;
	width:85%;
	position:relative;
	z-index:2000;
}
#top_box_r {
	text-align:right;
}
#top_box_r .top_main_btn {
	float:right;
}
#top_main_image {
	width:100%;
	height:auto;
}
#top_footer {
	display:block;
	width:850px;
	clear:both;
	overflow:hidden;
	margin:0 auto 0;
	padding:40px 0 60px;
}
#top_footer li {
	float:left;
	width:33%;
	text-align:center;
}
#deco_box_top {
	width:100%;
	position:fixed;
	top:0;
	left:0;
	min-width:1100px;	
}
#deco_box_bottom {
	width:100%;
	position:fixed;
	bottom:0;
	left:0;
	min-width:1100px;	
}
#deco1 {
	position:absolute;
	top:0;
	left:0px;
}
#deco2 {
	position:absolute;
	top:0;
	right:0px;
}
#deco3 {
	position:absolute;
	bottom:0;
	left:0px;
}
#deco4 {
	position:absolute;
	bottom:0;
	right:0px;
}
.thanks_style {
	width:1000px;
	margin:0 auto;
	text-align:center;
	color:#FFF;
}
.thanks_style p a {
	color:#FF0;
}
.thanks_style h1 img {
	margin:0 auto;
}
.thanks_style h2 {
	font-size:30px;
	color:#FFF;
	font-weight:bold;
}
.thanks_style ul {
	padding:20px 0;
}
.thanks_style ul li {
	width:50%;
	float:left;
}
.thanks_style ul li a {
	display:block;
	padding:20px;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
	font-size:18px;
	line-height:40px;
}

.pc { display:block; }
.sp { display:none; }

@media only screen and (max-width: 1500px) {


#deco1, #deco2, #deco3, #deco4 {
	width:600px;
}

}
@media only screen and (max-width: 1200px) {

#top_header {
	width:400px;
}

#deco1, #deco2, #deco3, #deco4 {
	width:500px;
}

#top_header {
	height:440px;
}

/* モバイルレイアウト  */

@media only screen and (max-width: 481px) {

.pc { display:none;}
.sp { display:block; }


body {
	background:#000 url(../images/all_top_sp_bg.jpg) no-repeat;
	
-moz-background-size:cover;
background-size:cover;
}
/*
body {
	background:#000 url(../images/all_top_sp_bg_off.jpg) no-repeat;
	
-moz-background-size:cover;
background-size:cover;
}
*/
#top_header {
	width:auto;
	height:200px;
	padding:0 30px;
	background:none;
    pointer-events: none;
}
#top_header img {
	width:100%;
}
#top_header h1 {
	padding:0;
	margin:0;
}

#top_content #top_box_l, #top_content #top_box_r {
	clear:both;
	float:none;
	width:100%;
	opacity:1;
}
#top_content #top_box_l {
	position:fixed;
	top:0;
	left:0;
	padding-bottom:50px;
	display:block;
}
#top_content #top_box_r {
	position:fixed;
	bottom:0;
	left:0;
	padding-top:50px;
	display:block;
}
#top_content {
	width:100%;
	min-width:100%;
	position:inherit;
}
#top_footer {
	display:none;
}
#top_box_r img, #top_box_l img {
	width:100%;
}
.thanks_style {
	padding:15px;
	width:auto;
	background:url(../images/all_top_bg.jpg);
	height:100vh;	
}
.thanks_style h1 img {
	width:100%;
}
.thanks_style h2 {
	font-size:16px;
	color:#FFF;
	font-weight:bold;
}
.thanks_style h3 {
	font-size:14px;
}
.thanks_style p {
	font-size:12px;
	text-align:left;
}
.thanks_style ul {
	padding:20px 0;
}
.thanks_style ul li {
	width:100%;
	clear:both;
	float:none;
	padding:15px 0;
}
.thanks_style ul li img {
	width:100%;
	margin-top:10px;
}
.thanks_style ul li a {
	padding:10px 5px 5px;
	line-height:16px;
	font-size:14px;
	background:#900;
}