﻿@charset "utf-8";

/***********************************************************
layout
***********************************************************/
.baseArea01 {
	position: relative;
}
.baseArea01 .link01 img {
	position: absolute;
	max-width: 35.5%;
	bottom: 47.4%;
	right: 57.2%;
}
.baseArea01 .link02 img {
	position: absolute;
	max-width: 35.5%;
	bottom: 47.4%;
	right: 7.2%;
}
.baseArea01 .link03 img {
	position: absolute;
	max-width: 8%;
	height: 1%;
	bottom: 1%;
	right: 50.9%;
}
.appBtnBlk .btnWrap{
	text-align: center;
	font-size: 0;
}
.appBtnBlk .btnItem {
	display: inline-block;
	margin-left: 20px;
}
.appBtnBlk .btnItem:first-child {
	margin-left: 0;
}
.appBtnBlk .btnItem a:hover {
	opacity: 0.7;
}

/***********************************************************
cmpClose
***********************************************************/
.cmpClose {
	position: fixed;
	width: 100%;
	height: 100vh;
}
@media print {
	.cmpClose {
		position: relative;
		width: auto;
	}
}
.cmpClose > .closeTxt {
	position: absolute;
	z-index: 7;
	font-size: 2.285rem;
	font-weight: bold;
	margin: auto;
	width: 100%;
	height: 100%;
	color: #fff;
	background: rgba(51,51,51,0.3);
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}
.cmpClose > .closeTxt > span {
	top: auto;
	color: #fff;
}