﻿@charset "utf-8";

@media (max-width: 639px) {

/***********************************************************
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 .btnItem {
	width: 100%;
	max-width: 290px;
	margin: 15px auto 0;
}
.appBtnBlk .btnItem:first-child {
	margin-top: 0;
}
}
/*close media*/

/***********************************************************
cmpClose
***********************************************************/
.cmpClose {
	position: fixed;
	width: 100%;
	height: 100vh;
}
.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;
	text-align: center;
}
.cmpClose > .closeTxt > span {
	position: absolute;
	top: 25%;
	color: #fff;
}
.txtRed{color:#E60000!important}