@charset "utf-8";
/* Campaign CSS */




/* =================================================
 * font
 * ================================================*/

	
@font-face {
	font-family: AudiType;
	src: url("../fonts/AudiTypeV02-Normal.woff") format("woff");
}
@font-face {
	font-family: AudiTypeBold;
	src: url("../fonts/AudiTypeV02-Bold.woff") format("woff");
}
@font-face {
	font-family: AudiTypeExtendedNormal;
	src: url("../fonts/AudiTypeV02-ExtendedNormal.woff") format("woff");
}
@font-face {
	font-family: AudiTypeExtendedItalic;
	src: url("../fonts/AudiTypeV02-ExtendedItalic.woff") format("woff");
}
@font-face {
	font-family: AudiTypeExtendBold;
	src: url("../fonts/AudiTypeV02-ExtendedBold.woff") format("woff");
}
@font-face {
	font-family: AudiTypeExtendedBoldItalic;
	src: url("../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: bold !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_img {
	width: 100%;
}
.title_content {
	font-size: 34px;
	line-height: 1.35;
	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) {
.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;
}
#hero_wrap {
    position: relative;
    margin-bottom: 20px;
    margin-left: -10px;
    margin-right: -10px;
}
.itemBox {
    display: inherit !important;
}
.modal-video-movie-wrap{width:100% !important;height:0;position:relative;padding-bottom:56.25%;background-color:#333;animation-timing-function:ease-out;animation-duration:.3s;animation-name:modal-video-inner;-webkit-transform:translate(0, 0);-moz-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-ms-transition:-ms-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}
}


.layout-01 > li > a .caption {
    font-size: 1.6rem !important;
}

@keyframes modal-video{from{opacity:0}to{opacity:1}}
@keyframes modal-video-inner{from{transform:translate(0, 100px)}to{transform:translate(0, 0)}}
.modal-video{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5);z-index:1000000;cursor:pointer;opacity:1;animation-timing-function:ease-out;animation-duration:.3s;animation-name:modal-video;-webkit-transition:opacity .3s ease-out;-moz-transition:opacity .3s ease-out;-ms-transition:opacity .3s ease-out;-o-transition:opacity .3s ease-out;transition:opacity .3s ease-out}.modal-video-close{opacity:0}
.modal-video-close .modal-video-movie-wrap{-webkit-transform:translate(0, 100px);-moz-transform:translate(0, 100px);-ms-transform:translate(0, 100px);-o-transform:translate(0, 100px);transform:translate(0, 100px)}
.modal-video-body{max-width:940px;width:100%;height:100%;margin:0 auto;display:table}
.modal-video-inner{display:table-cell;vertical-align:middle;width:100%;height:100%}
.modal-video-movie-wrap{max-width:100%;width:1050px;height:0;position:relative;padding-bottom:56.25%;background-color:#333;animation-timing-function:ease-out;animation-duration:.3s;animation-name:modal-video-inner;-webkit-transform:translate(0, 0);-moz-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-ms-transition:-ms-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}
.modal-video-movie-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%}
.modal-video-close-btn{position:absolute;z-index:2;top:-35px;right:-35px;display:inline-block;width:35px;height:35px;overflow:hidden;border:none;background:transparent}
.modal-video-close-btn:before{transform:rotate(45deg)}
.modal-video-close-btn:after{transform:rotate(-45deg)}
.modal-video-close-btn:before,.modal-video-close-btn:after{content:'';position:absolute;height:2px;width:100%;top:50%;left:0;margin-top:-1px;background:#fff;border-radius:5px;margin-top:-6px}

.itemBox{
        display:inline-block;
	position:relative;
}
.itemBoxThumb{
        display:inline-block;
	max-width: 100%;
	max-height: 100%;
}
.itemBoxCaption{
	background-color: rgba(255,255,255,0.4);
	color:#000;
	padding:10px;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	opacity:0;
}
.itemBoxCaption:hover{
	opacity:2;
}
.layout-01._col3 li {
    text-align: center;
}

.layout-01 > li > div > a:hover, .layout-01 > li > div > a:active, .layout-01 > li > div > a:focus {
    opacity: .4;
}