@charset "utf-8";
/*--------------------------------------------------
	基本情報
--------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	line-height: 1.3;
	font-weight: bold;
	font-style: normal;
	font-size: 20px;
}

body{
	min-width:100%;
	background-color: #f5f3eb;
	text-align:center;
}
.baseitem{
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 100%;
  min-height: 100vh;
}
.baseitem_mb{
	height: 100vh;
}

.pcheader {
	background-color: #f5f3eb;
	text-align: center;
	color: #000;
	font-size: max(1.55vw, 18px);
}
.pcmain {
	background-color: #fe4a26;
	background-repeat: repeat-y;
	background-image: url("left_giza.png");
	background-size: 19%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pcfooter {
	background-color: #f5f3eb;
	text-align: center;
	color: #000;
	font-size: max(1.55vw, 18px);
}
.announcement_jp{
}
.announcement_en{
	display: none;
}

.imgbase{
	position: relative;
	width: max(767px,calc(2.1 *100vh));
}

.imgbase img{
	width: calc;
	object-fit: cover;
}


.na-link{
	position: absolute;
	width: 23.13%;
	top: 59%;
	left: 35.78%;
}
.win-link{
	position: absolute;
	width: 23.13%;
	top: 10.35%;
	left: 35.78%;
}

.imgbase_mb{
	position: relative;
	margin: auto;
	font-size: max(2.5vw, 16px);
}

.imgbase_mb_en{
	position: relative;
	margin: auto;
	font-size: max(2.3vw, 12px);
}

.na-link_mb{
	position: absolute;
	width: 67vw;
	top: 66.5%;
	left: 16.5%;
}
.win-link_mb{
	position: absolute;
	width: 67vw;
	top: 40.1%;
	left: 16.5%;
}

img{
	width:100%;
}

.pcview{
	display: block;

}

.mbview{
	display: none;
}

.mb-link{
	width: 70%;
	margin: auto;
	padding-bottom: 3%;
}

.mb-arr{
	width: 30%;
	margin: auto auto 5% auto;
}

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

.pcview{
	display: none;

}

.mbview{
	display: block;
}
.announcement_jp{
	font-size: max(2.5vw, 16px);
}
.announcement_en{
	font-size: max(2.3vw, 12px);
}

}
