﻿@charset "utf-8";

/* utility */

.spItem{display: none;}
.boxType01_2{
	text-align: center;
	line-height: 1.8;
	font-size: 1.714rem;
	font-weight: bold;
}

/* youtube */

.youtubeBloclk{
	padding: 65px 0 15px;
}

.youtubeBloclk p img{
	margin-left: 1%;
}

.youtubeMovie{
	max-width: 700px;
	width: 700px;
	margin: 0 auto;
	padding-top: 56.1428%;
}

.youtubeMovie iframe{
	max-width: 700px;
}

.youtubeRedBtn{
	max-width: 300px;
	padding: 20px 10px;
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	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: 4.328rem center;
	border-radius: 8px;
	box-shadow: 0 3px 0 0 #730000;
	/* transform: translateY(-50%); */
	transform: translateY(-99%);
	cursor: pointer;
}

/* 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: 40px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

/* add */

.cardfaceArea01 .txtBox01 {
	font-size: 1.714rem;
	font-weight: bold;
}

/**/
