@charset "utf-8";
html, body {
	/*font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;*/
	font-family: source-han-sans-japanese, sans-serif;
	text-align: center;
	background-color: #FFF;
	font-size: 16px;
	color: #333;
	line-height: 1.3;
	-webkit-text-size-adjust: 100%;
	overflow-wrap: break-word;
	word-wrap: break-word;
	height: 100%;
	min-height: 100vh;
}

.mo{
	display: none;
}
.t2 {
	letter-spacing: 1em;
	display: inline-block;
	margin-right: -1em;
}
#index_header {
	width: 1200px;
	min-width: 100%;
	height: 70px;
	position: fixed;
	background-color: #FFFFFF;
	z-index: 500;
	top: 0px;
	left: 0px;
}
#header_logo {
	position: absolute;
	left: 20px;
	top: 0px;

}
#header_logo img {
	width: 148px;
	margin-bottom: 5px;
	margin-top: 10px;
	margin-left: 10px;
	display: block;
}
#header_logo div {
	font-size: 10px;
	font-weight: bold;
	margin-left: 10px;
	width: 150px;
}

#slide_area {
	width: 1200px;
	min-width: 100%;
	height: 100%;
	position: relative;
	background-image: url(../images/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 100%;
}
.slide1 {
	width: 1200px;
	overflow-x: hidden;
	overflow-y: hidden;
	position: relative;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
}
.slide1 .swiper-wrapper {
	position: relative;
	min-height: 100%;
	height: 100%;
}
.slide1 .swiper-slide {
	position: relative;
	height: 100%;
	min-height: 100%;
}
.slide1 .trim {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	min-height: 100%;
}
#index_h1 {
	width: 160px;
	position: absolute;
	top: 20%;
	right: 100px;
	z-index: 100;
}

@media (max-width:1200px){
#index_header {
	min-width: 1200px;
}
}
@media (max-width:540px){
.pc{
	display: none;
}
.mo{
	display: inline;
}
html, body {
	width: 540px;
	background-repeat: no-repeat;
	background-size: 540px auto;
	min-width: 540px;
}
#index_header {
	width: 540px;
	min-width: 540px;
	-webkit-box-shadow: 0px 5px 5px hsla(0,0%,0%,0.19);
	box-shadow: 0px 5px 5px hsla(0,0%,0%,0.19);
}
#slide_area {
	width: 540px !important;
	min-width: 540px !important;
	position: relative;
	
}
.slide1 {
	width: 540px !important;
	overflow-x: hidden;
	overflow-y: hidden;
	position: relative;
	height: 100%;
	min-width: 540px !important;
}
.slide1 .swiper-wrapper {
	position: relative;
	width: 540px;
}
.slide1 .swiper-slide {
	position: relative;
	width: 540px;
}
.slide1 .trim {
	width: 540px !important;
}
#index_h1 {
	width: 160px;
	position: absolute;
	top: 22%;
	right: 30px;
}
}
