@charset "UTF-8";
/*------------------------------------------------------------
  トップページ
------------------------------------------------------------*/
html, body, #container, #conts {
    width: 100%;
}


#conts {
    position: absolute;
    top: 0;
    left: 0;
}

#conts .fit {
    position: absolute;
    top: 50%;
    left: 50%;
}

.page {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.page > img {
    width: 100%;
    height: auto;
}

.page > .bg {
    width: 100%;
    height: 100%;
    position: absolute;
}

.page > .bg img {
    width: 100%;
    height: 100%;
}

#page1 > .bg {
    background: #000;
}


#page2 > .bg {
    background: #000;
}

.qwerty {
    position: absolute;
    bottom: 0px;
    right: 20px;
    width: 1279px;
    height: 788px;
}

#page3 > .bg {
}



/********/
.menuarea{
	width			: 980px ;
	margin			: 0 auto ;
	position		: relative ;
}
.menu_sub1{
	width			: 540px ;
	height			: 90px ;
	padding			: 35px 30px ;
	background-color: #fff ;
	position		: absolute ; 
	top				: 100px ; 
	left			: 360px ;
	opacity			: 0.8 ;
	color			: #000 ;
}

.menu_sub2{
	width			: 540px ;
	height			: 90px ;
	padding			: 35px 30px ;
	background-color: #fff ;
	position		: absolute ; 
	top				: 180px ; 
	left			: 360px ;
	opacity			: 0.8 ;
	color			: #000 ;
}

.toptxt{
	width			: 432px ;
	height			: 25px ;
	margin			: 0 0 20px ;
}

.topbtn{
	width			: 540px ;
	height			: 50px ;
	text-align		: right ;
}
.btn01 a{
	margin			: 0 ;
	padding			: 0 ;
	width			: 180px ;
	height			: 50px ;
	background		: url('../img/btn01_off.jpg') top left no-repeat ;
	display			: inline-block ;
}

.btn01 a:hover	{
	margin			: 0 ;
	padding			: 0 ;
	width			: 180px ;
	height			: 50px ;
	background		: url('../img/btn01_on.jpg') top left no-repeat ;
}

.btn02 a{
	margin			: 0 ;
	padding			: 0 ;
	width			: 180px ;
	height			: 50px ;
	background		: url('../img/btn02_off.jpg') top left no-repeat ;
	display			: inline-block ;
}

.btn02 a:hover	{
	margin			: 0 ;
	padding			: 0 ;
	width			: 180px ;
	height			: 50px ;
	background		: url('../img/btn02_on.jpg') top left no-repeat ;
}

.btn03 a{
	margin			: 0 ;
	padding			: 0 ;
	width			: 180px ;
	height			: 50px ;
	background		: url('../img/btn03_off.jpg') top left no-repeat ;
	display			: inline-block ;
}

.btn03 a:hover	{
	margin			: 0 ;
	padding			: 0 ;
	width			: 180px ;
	height			: 50px ;
	background		: url('../img/btn03_on.jpg') top left no-repeat ;
}

/*=============
slick
=============*/

.contentbox{
	position: relative;
}

.slider {
  height: 100vh;
  margin: 0 0 0 230px;
}
.slider div {
  height: 100vh;
}
.image{
	width: 100%;
}

.image img{
	width: 100%;
	object-fit: cover;
}


.slick-dots{
	display: none !important;
}

/****NEWSフィード****/
.news_box{
	width: 350px;
	padding: 15px;
	background-color: rgba(0,0,0,0.4);
	position: absolute;
	bottom: 100px;
	right: 50px;
}

.newsmidashi{
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
}

.newsline{
	width: 100%;
	display: inline-block;
	padding-bottom: 5px;
	border-bottom: dotted 1px #fff;
}

.newsday{
	width: 120px;
	font-size: 16px;
	float: left;
	color: #fff;
}

.newstit{
	width: 230px;
	font-size: 16px;
	float: left;
	color: #fff;
}
.newstit a{
	color: #fff;
}

.maintxt01{
	font-size: 36px;
	font-weight: 700;
	padding: 0 10px;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	/*background-color: rgba(255,255,255,0.7);*/
	writing-mode: vertical-rl;
	position: fixed;
	margin: 0 auto;
	top: 20px;
	right: 250px;
	text-align: right;
	z-index: 5;
}
.maintxt02{
	font-size: 36px;
	font-weight: 700;
	padding: 0 10px;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	writing-mode: vertical-rl;
	position: fixed;
	margin: 0 auto;
	top: 30px;
	right: 300px;
	text-align: right;
	z-index: 5;
}
.maintxt02 span{
	font-size: 40px;
	font-weight: bold;
}


@media screen and (max-width:768px) {
/*　画面サイズが749pxまではここを読み込む　*/
.contentbox{
	width: 100%;
  height: 0;
	position: relative;
}

.slider {
  width: 100%;
  margin: 0;
}
.slider div {
  height: 100%;
}
.image{
	width: 100%;
  height: 100%;
}

.image img{
  width: 100%;
  height: 100%;
	object-fit: cover;
}

.slick-dots{
	display: none !important;
}

/****NEWSフィード****/
.news_box{
	width: 80%;
	height: auto;
	padding: 15px;
	background-color: rgba(0,0,0,0.4);
	position: relative;
	bottom: 550px;
	right: 0;
	margin: 0 auto;
}

.newsmidashi{
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
}

.newsline{
	width: 100%;
	display: inline-block;
	padding-bottom: 5px;
	border-bottom: dotted 1px #fff;
	margin-bottom: 10px;
}

.newsday{
	width: 100%;
	font-size: 16px;
	margin-bottom: 10px;
	float: none;
	color: #fff;
}

.newstit{
	width: 100%;
	font-size: 16px;
	float: none;
	color: #fff;
}
.newstit a{
	color: #fff;
}

.maintxt01{
	display: none;
}
.maintxt02{
	display: none;
}

.maintxt04{
	width: 90%;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.5;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	position: absolute;
	text-align: center;
	margin: 0 auto;
	top: 180px;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 5;
}
.maintxt04 span{
	background: linear-gradient(transparent 50%, #fff 0%);
	display: inline;
}

}

@media screen and (min-width: 769px) {
/* 750pxからの幅の場合に適応される */
.maintxt04{
	display: none;
}

}
