#key {
	background: url(../img/how_to/key-bg.jpg) no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;
	min-height: auto;
}
#key .wrap {
	min-height: 800px;
}
#key h2 {
	position: absolute;
	top: 74px;
	right: -41px;
}
#key .txt-vertical {
	position: absolute;
	top: 251px;
	right: 28px;
	color: #FFF;
}
#key .bnr {
	position: absolute;
	top: 437px;
	left: 290px;
}
#sec1 .info1 {
	padding: 73px 0 153px;
	text-align: center;
	color: #FFF;
	background: url(../img/how_to/sec1-bg.jpg) no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;
}
#sec1 .info1 .txt {
	margin-top: 27px;
}
#sec1 .info2 {
	width: 101%;
	overflow: hidden;
}
#sec1 .info2 .item {
	width: 33.333333333333%;
	float: left;
	position: relative;
	overflow: hidden;
}
#sec1 .info2 h3 {
	position: relative;
	z-index: 99;
	text-align: center;
}
#sec1 .info2 .slide {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
#sec1 .info2 .slide img {
	width: 100%;
	height: auto;
}
#sec1 .info2 .caption {
	text-align: center;
	color: #fff;
	padding:0 2%;
}
#sec1 .info2 .mask {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 99;
	top: 0;
	left: 0;
	opacity: 0;	/* マスクを表示しない */
	background-color: rgba(0,0,0,0.7);
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
#sec1 .info2 .item:hover .mask {
	opacity: 1;	/* マスクを表示する */
	padding-top: 50%;	/* ホバーで下にずらす */
}
#sec1 .info2 .item2:hover .mask {
	padding-top: 30%;
}
#sec1 .info2 .item2 .bnr {
	margin: 40px auto 0;
}
#sec1 .info2 dl {
	color: #FFF;
	font-size: 23px;
	background: url(../img/how_to/sec1-dlbg.png) repeat center top;
	z-index: 99;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#sec1 .info2 dl dd {
	font-size: 20px;
}
#sec1 .info2 dl dd span {
	font-size: 15px;
}
#sec1 .info2 .item1 dl {
	position: absolute;
	top: 239px;
	left: 0;
	padding-left: 39px;
	width: 425px;
}
#sec1 .info2 .item2 dl {
	position: absolute;
	top: 63px;
	left: 0;
	background: rgba(39,46,22,0.8);
	padding-left: 38px;
	width: 262px;
}
#sec1 .info2 .item3 dl {
	position: absolute;
	bottom: 100px;
	right: 0;
	padding-left: 40px;
	width: 359px;
}
/* PAGER */
#sec1 .bx-wrapper {
	position: relative;
}
#sec1 .bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	z-index: 999;
	position: absolute;
	top: 670px;
	left: 0;
	right: 0;
}
#sec1 .bx-wrapper .bx-pager .bx-pager-item, #sec1 .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
 *zoom: 1;
 *display: inline;
}
#sec1 .bx-wrapper .bx-pager.bx-default-pager a {
	background: url(../img/how_to/sec1-dot-icon.png) no-repeat right 0;
	text-indent: -9999px;
	display: block;
	width: 14px;
	height: 13px;
	margin: 0 5px;
	outline: 0;
}
#sec1 .bx-wrapper .bx-pager.bx-default-pager a:hover, #sec1 .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: url(../img/how_to/sec1-dot-icon.png) no-repeat left 0;
}

@media screen and (max-width: 1800px) {
#sec1 .info2 .item h3 img {
	width: 100%;
	height: auto;
}
#sec1 .info2 .item:hover .mask {
	padding-top: 30%;
}
#sec1 .info2 .item2:hover .mask {
	padding-top: 8%;
}
#sec1 .info2 .bnr-animate {
	position: relative;
	width: 320px;
	height: 67px;
}
#sec1 .info2 .bnr-animate:before {
	width: 320px
}
#sec1 .info2 .bnr-animate img {
	width: 100%;
	height: auto;
}
}
#sec2 {
	padding: 59px 0 91px;
	background: url(../img/how_to/sec2-bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	color: #FFF;
}
#sec2 .photo {
	padding-top: 43px;
}
#sec2 h2 {
	position: absolute;
	top: 0;
	right: 0;
}
#sec2 .txt-vertical {
	position: absolute;
	top: 97px;
	right: 188px;
	height: 470px;
}
#sec2 dl {
	background: url(../img/how_to/sec1-dlbg.png) repeat center top;
	padding: 18px 0 20px 28px;
	width: 292px;
	font-size: 23px;
	position: absolute;
	bottom: 48px;
	left: 386px;
}
#sec2 dl dt {
	font-size: 15px;
}
#sec2 h3 {
	position: absolute;
	bottom: -6px;
	right: -168px;
}
#sec3 {
	padding: 42px 0;
	background: url(../img/how_to/sec3-bg.png) no-repeat center 40px, url(../img/shared/bg-02.jpg) repeat center top;
}
#sec3 .slide .item {
	position: relative;
	text-align: center;
}
#sec3 .slide .item .photo, #sec3 .slide .item h3 {
	width: 760px;
	margin: 0 auto;
}
#sec3 .slide .item h3 {
	margin-bottom: 20px;
}
#sec3 .slide .item .bnr {
	position: absolute;
	top: 454px;
	left: 20px;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
#sec3 .bx-wrapper {
	position: relative;
}
#sec3 .bx-wrapper .bx-prev {
	left: 0;
	background: url(../img/how_to/sec3-prev-bnr.png) no-repeat center top;
}
#sec3 .bx-wrapper .bx-next {
	right: 0;
	background: url(../img/how_to/sec3-next-bnr.png) no-repeat center top;
}
#sec3 .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 336px;
	outline: 0;
	width: 55px;
	height: 98px;
	text-indent: -9999px;
	z-index: 9999;
}
#sec4 {
	padding: 64px 0 104px;
}
#sec4 .txttop {
	padding: 19px 0 24px;
	text-align: center;
}
#sec4 .bnr1 {
	position: absolute;
	top: 0;
	left: 0;
}
#sec4 .bnr1:before {
	position: absolute;
	top: 78px;
	right: -131px;
	background: url(../img/index/sec2-bnr-deco.png) no-repeat center top;
	width: 193px;
	height: 104px;
	z-index: 1;
	content: '';
}
#sec4 .bnr2 {
	margin-top: -66px;
}
#sec4 .bnr2 .col_l {
	margin-left: 50px;
}
#sec4 .bnr2 .col_r {
	margin-right: 81px;
}
#sec4 .bnr2 .col_l:after, #sec4 .bnr2 .col_r:after {
	background: url(../img/shared/bnr-arrow2.png) no-repeat center top;
}
#sec4 .bnr2 .bnr-in {
	border: 1px solid #000;
}
#sec5 {
	background: url(../img/shared/bg-03.jpg) repeat center top;
}
#sec5 .col_l {
	width: 47.7%;
	min-height: 960px;
	background: url(../img/how_to/sec6-bg1.jpg) no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}
#sec5 dl {
	cursor: pointer;
}
#sec5 dl dt {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#sec5 dl:hover dt {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
#sec5 dl dd {
	color: #FFF;
	position: absolute;
	top: 115px;
	left: 0;
	right: 0;
	text-align: center;
	line-height: 25px;
}
#sec5 .col_l dl {
	top: 40px;
	right: 214px;
	position: absolute;
}
#sec5 .col_r {
	width: 52.3%;
}
#sec5 .col_r .item1 {
	min-height: 480px;
	background: url(../img/how_to/sec6-bg2.jpg) no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}
#sec5 .item1 dl {
	top: 96px;
	right: 41px;
	position: absolute;
}
#sec5 .col_r .item2 {
	min-height: 480px;
	background: url(../img/how_to/sec6-bg3.jpg) no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}
#sec5 .item2 dl {
	top: 115px;
	left: 89px;
	position: absolute;
}
