﻿@charset "utf-8";

@media (max-width: 639px) {

/* utility */

.pcItem{display: none;}
.boxType01_2{
	text-align: center;
	line-height: 1.8;
	font-weight: bold;
}

.imgRakupayTxt{
	max-width: 80%;
}

.cardfaceArea01 .card4{
	margin-left: 0 !important;
	margin-right: 0 !important;
}

/* youtube */
.youtubeBloclk > p:first-child{
	margin-left: 0;
	margin-right: 0;
	padding: 20px 16px;
  text-align: center;
}

.youtubeBloclk p img{
	margin-left: 1%;
}

.cardfaceArea01  .youtubeRedBtn{
	max-width: 45%;
	padding: 10px 5px;
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	font-size: 1rem;
	line-height: 1.3;
	background-color: #e60000;
	background-image: url(/cmn/img/icon/rbtn_ico_001.png);
	background-size: 19px auto;
	background-repeat: no-repeat;
	background-position: 13% center;
	border-radius: 8px;
	box-shadow: 0 3px 0 0 #730000;
	/* transform: translateY(-65%); */
	transform: translateY(-147%);
}

.cardfaceArea01  .youtubeRedBtn span{
	padding-left: 15px;
}

/* youtubeJSModal */
#youtubeClose{
	width: 40px;
	height: 40px;
	padding: 12px;
	margin-bottom: 15px;
	color: #ffffff;
	font-size: 1.285rem;
	line-height: 1;
	text-decoration: none;
	background-color: #666666;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#youtubeJSModal{
	position: fixed;
	transition: 0.5s;
	display: none;
	height: 100vh;
	top: 0;
	width: 100%;
	opacity: 0;
	z-index: 9999;
}

.youtubeHeader{
	display: flex;
	justify-content: flex-end;
}

.youtubeJSModalBG{
	position: absolute;
	height: 100vh;
	width: 100%;
	transition: 0.5s;
	background: rgba(0,0,0,0.5);
}

.youtubeJSModalBG_inr{
	position: absolute;
	padding: 0;
	width: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}


}/*clsoe media*/
