@charset "UTF-8";

/* #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# PC・スマホ 共通設定 #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# */

/* #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* common.css #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* */

/* ######################################## カラースキーム ######################################## */

/* ******************** body 要素 ******************** */
body {
	background: #ffffff url(../images/private/back_body.jpg) 50% 50% no-repeat fixed;
	background-size: cover;
}

/* ******************** メニュー ******************** */
#menu { background-color: rgba(23, 25, 30, 0.95); }

/* ******************** フッタ ******************** */
footer { background-color: rgba(23, 25, 30, 0.95); }

/* #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* common.css #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* */

/* #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* special.css #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* */

#TECA-21015 #sns {
	display: none !important;
}

#special {
	position: relative;
	width: 1024px;
	margin: 0 auto;
}

#special h2 {
	position: relative;
	float: left;
	color: #ffffff;
	margin-bottom: 5px;
	padding: 0.4em 20px;
	font-family: "Century Gothic", "メイリオ", "Trebuchet MS";
	font-size: 1.8rem;
	font-weight: normal;
	line-height: 1.0;
	letter-spacing: 0.2em;
	
	border-radius: 22px;
	background: rgba(0, 0, 0, 0.85);
}
#special h2::before {
	content: "\f05a";
	margin-right: 6px;
	font-family: "FontAwesome";
}
#special h2::after {
	content: "－ スペシャルコンテンツ －";
	margin-left: 6px;
	color: #ffffff;
	font-family: "メイリオ", "Meryo", "HiraKakuProN-W3", "MS UI Gothic", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	font-size: 1.2rem;
	letter-spacing: 0;
}

#download {
	clear: both;
	position: relative;
	
	background: rgba(255, 255, 255, 0.85);
}

#download > h3 {
	margin-bottom: 1em;
	padding: 0.5em 25px;
	color: #666600;
	font-size: 2.0rem;
	font-weight: normal;
	background: rgba(0, 0, 0, 0.05);
}

#download div.photo {
	overflow: hidden;
}

#download div.left {
	float: left;
	width: 50%;
}

#download div.right {
	float: left;
	width: 50%;
}

#download div.wrapper {
	margin: 0 25px;
	padding-bottom: 1.5em;
}

#download a {
	display: block;
	width: max-content;
	margin: 2em auto;
	color: #ffffff !important;
	text-decoration: none;
}

#download p.get-photo {
	padding: 1em 2em;
	font-size: 1.8rem;
	text-align: center;
	line-height: 1.0;
	background: #336699;
	border-radius: 30px;
}

#download p.get-photo::before {
	content: "\f019";
	margin-right: 0.6em;
	font-family: "FontAwesome";
}