@charset "utf-8";
/* Campaign CSS */




/* =================================================
 * font
 * ================================================*/

	
@font-face {
	font-family: AudiType;
	src: url("../../../common/fonts/AudiTypeV02-Normal.woff") format("woff");
}
@font-face {
	font-family: AudiTypeBold;
	src: url("../../../common/fonts/AudiTypeV02-Bold.woff") format("woff");
}
@font-face {
	font-family: AudiTypeExtendedNormal;
	src: url("../../../common/fonts/AudiTypeV02-ExtendedNormal.woff") format("woff");
}
@font-face {
	font-family: AudiTypeExtendedItalic;
	src: url("../../../common/fonts/AudiTypeV02-ExtendedItalic.woff") format("woff");
}
@font-face {
	font-family: AudiTypeExtendBold;
	src: url("../../../common/fonts/AudiTypeV02-ExtendedBold.woff") format("woff");
}
@font-face {
	font-family: AudiTypeExtendedBoldItalic;
	src: url("../../../common/fonts/AudiTypeV02-ExtendedBoldItalic.woff") format("woff");
}
.atn {
	font-family: AudiType;
	font-weight: normal !important;
}
.atb {
	font-family: AudiTypeBold;
	font-weight: normal !important;
}
.aten {
	font-family: AudiTypeExtendedNormal;
	font-weight: normal !important;
}
.atei {
	font-family: AudiTypeExtendedItalic !important;
	font-weight: normal !important;
	padding: 0;
}
.ateb {
	font-family: AudiTypeExtendBold !important;
	font-weight: normal !important;
	padding: 0;
}
.atebi {
	font-family: AudiTypeExtendedBoldItalic;
	font-weight: normal !important;
	padding: 0;
}
#wrapper {
	position: relative;
	-webkit-text-size-adjust: 100%;
}
.social_wrap {
	margin-top: 25px;
	text-align: right;
	margin-bottom: 25px;
}
.sc-fb {
	display: inline-block;
	margin-right: 13px;
}
.sc-tw {
	display: inline-block;
}
.hero_wrap {
	margin-bottom: 40px;
}
.hero_img {
	width: 100%;
}
.title_content {
	font-size: 42px;
	line-height: 1.6;
	margin-bottom: 35px;
}
.txt_lead {
	font-size: 17px;
	line-height: 1.8;
	margin-bottom: 15px;
}
.txt_cap {
	font-size: 12px;
}
.iframe_content_wrap {
	overflow: hidden;
	width: 100%;
	height: 700px;
	margin-bottom: 15px;
}
.iframe_content {
	margin: -2px 0 0 -2px;
	width: 100%;
	/*
	height: 540px;
	*/
	height: 700px;
}
a.arrow {
	background: transparent url("../../../img/campaign/arrows.png") no-repeat;
	background-position: 0 center;
	padding-left: 11px;
	cursor: pointer !important;
	vertical-align: top;
}
.btn_wrap {
	width: 100%;
}
.btn_box {
	width: 490px;
	margin: 0 0 5px auto;
}
.btn_box a {
	display: block;
	width: auto;
	font-size: 16px;
	line-height: 1.25;
	color: #FFF;
	background: #000000 url("../img/btn_arrow_w.png") no-repeat scroll right 20px center / 8px auto;
	padding: 13px 22px;
	box-sizing: border-box;
}
.btn_box a:hover {
	text-decoration: none;
	opacity: .7;
}
.link_txt {
	text-decoration: underline;
}
.link_txt:hover {
	text-decoration: none;
	opacity: .7;
}
/* レイアウト */
.block_section {
	width: 1020px;
	margin: 0 auto;
}
.section_1 {
	margin-bottom: 50px;
}
.section_2 {
	margin-bottom: 35px;
}
.section_3 {
	margin-bottom: 100px;
}
.pagetop {
	position: fixed;
	right: 50px;
}
.sp {
	display: none;
}

@media screen and (max-width:640px) {
.hero_wrap {
	margin-bottom: 30px;
}
.title_content {
	font-size: 24px;
	margin-bottom: 25px;
}
.txt_lead {
	font-size: 16px;
}
.iframe_content_wrap {
	width: 85%;
	height: 75vh;
	margin: 0 auto 35px;
}
.iframe_content {
	margin: -2px 0 0 -2px;
	height: 75vh;
}
.btn_box {
	width: auto;
}
.btn_box a:hover {
	opacity: 1;
}
/* レイアウト */
.block_section {
	width: auto;
}
.section_1 {
	margin-bottom: 30px;
}
.section_2 {
	margin-bottom: 35px;
}
.section_3 {
	margin-bottom: 55px;
}
.pagetop {
	right: 15px;
}
.sp {
	display: block;
}
.pc {
	display: none;
}
}
