/* CSS Document */

/* ALL_setting
================================================== */
*{
	margin:0;
	padding:0;
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 17px;
	box-sizing: border-box;
}

.clear{clear:both;}

html , body {
	min-height: 100%;
	height: auto;
	height: 100%;
	word-break: break-all;
}

li{	text-decoration: none; }

a { outline: none; }
a:focus, *:focus { outline:none; }

.link_style1{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

#wrapper{
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-color: #232337;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

img{
	vertical-align: top;
}

.pc{ display: inherit!important; }
.sp{ display: none!important; }
@media screen and (max-width: 699px){
.pc{ display: none!important; }
.sp{ display: inherit!important; }
}

/* loading_setting
================================================== */
#loader {
	width: 100%;
	height: 100vh;
	display: table;
	position: fixed;
	_position: absolute; /* IE6対策 */
	z-index: 999;

}

.loader_box{
	width: 35%;
	margin: auto;
	height: 100vh;
	display: table;
}

.loader_table_cell{
	display: table-cell;
	vertical-align: middle;
}


#fade {
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	width:100%;
	height:100%;
	display: none;
	background-color: #232337;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 998;
}

@media screen and (max-width: 699px){
	.loader_box{
		width: 80%;
		margin: auto;
		height: 100vh;
		display: table;
	}
}

/* TOP_setting
================================================== */

.main_wrapper {
	padding-top: 88%;
}

.main_bg {
	position: relative;
	min-height: 100vh;
	box-sizing: border-box;
	margin: 0;
	background-image: url("../image/swmajyu_bg.jpg");
	background-repeat: repeat-y;
	background-position: center;
	background-size: cover;
}

.main_img {
	position: relative;
	background-image: url("../image/swmajyu_main_img.png");
	background-size: cover;
	background-position: center top ;
	margin: auto;
	max-width: 1300px;
}

.main_logo_switch{
	width: 8%;
	max-width: 110px;
	position: absolute;
	top: 2%;
	left: 2%;
	z-index: 1;
}

.main_catch_copy{
	width: 12%;
	top: 12%;
	position: absolute;
	max-width: 120px;
	margin-left: 1%;
}

.footer_wrapper {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  text-align: center;
  background-color: rgba(20, 10, 30, 0.7);
  box-sizing: border-box;
}

.footer_box{
	display: flex;
 	justify-content: center;
 	align-items: center;
	width: 100%;
}

.footer_copyright{
	text-align: center;
	font-size: 0.8em;
	color:#ffffff;
	padding: 1% 0% 1% 1%;
}

.footer_logo{
	width: 96px;
	padding: 10px 12px 10px 10px;
}



/* SMART_PHONE_setting
================================================== */

@media screen and (max-width: 699px){
.main_wrapper {
	padding-top: 0px;
}
	
.main_bg {
	background-image: none;
	background-color: #232337;
}
	
.main_img {
}
	
.main_logo_switch{
	width: 10%;
}
	
.main_logo{
	top: 55%;
	width: 76%;
	max-width: 420px;
}
	
.footer_copyright{
	font-size: 0.7em;
	padding: 1% 10px 1% 1%;
}
	
.footer_logo{
	width: 90px;
	padding: 10px 7px 10px 10px;
}