#main {
	background: url(/product/trantixxii/catalog/images/main_bg.jpg) center top no-repeat;
	background-size: cover;
	margin-bottom: 45px;	
}
#main>div{
	height: 120px;
	color: #fff;
	position: relative;
}
#main h1 {
	font-size: 40px;
	font-weight: bold;
	margin-top: 28px;
	text-align: left;
}
.show_sp{
	display: none;
}





/* index */
/* [hack] clear fix
--------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
	min-height: 1%;  /* for IE 7*/
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */



/* 20200619 更新 */

.w600{
		display: none;
	}

#sns_introduction{
	width: 980px;
	margin: 0 auto 50px;
}

#sns{
	width: 980px;
    margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

#sns .fb-container{
	width: 323px;
	margin: 0;
}
	
#sns .sns_list{
	width: 629px;
	margin: 0;
}
	
#sns .sns_list .sns_listIn{
	display: flex;
	background: url("/product/trantixxii/sns/images/accont.jpg") no-repeat;
	background-size: auto 100%;
	padding: 26px 24px;
}
	
#sns .sns_list .sns_listIn:nth-child(2n){
	margin: 20px 0;
}
	
#sns .sns_list .sns_listIn a:hover, 
{
	opacity: 0.8;
}

#sns .sns_list .sns_listIn .sns_area{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-left: 24px;
	width: 497px;
}

#sns .sns_list .sns_listIn:first-child .sns_area span,
#sns .sns_list .sns_listIn:first-child .sns_area iframe{
	width: 180px !important;
}

#sns .sns_list .sns_listIn .follow_are{
	display: flex;
}

#sns .sns_list .sns_listIn .follow_are .insta_btn{
	color: #FFF;
	border-radius: 7px;
	position: relative;
	display: inline-block;
	height: 40px;
    width: 130px;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
	background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
	overflow: hidden;
	text-decoration:none;
}

#sns .sns_list .sns_listIn .follow_are .insta_btn:before{
	content: '';
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 background: -webkit-linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
	 background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}

#sns .sns_list .sns_listIn .follow_are .insta_btn span{
	display:inline-block;
    position: relative;
    transition: .5s;
	background: url(/product/trantixxii/sns/images/insta_icon.png) left center no-repeat;
    background-size: 20px;
    padding: 0px 0 0px 30px;
}

#sns .sns_list .sns_listIn .follow_are .insta_btn:hover{
	opacity: 0.8;
}

#sns .sns_list .sns_listIn p{
	font-size: 26px;
	font-weight: bold;
}
	
#sns .sns_list .sns_listIn .official_url a{
	font-size: 12px;
	color: #014099;
}
	
#sns .sns_list .sns_listIn .official_url a:hover, #sns .sns_list .sns_listIn .follow_are a:hover{
	opacity: 0.8;
}

	
#media_transition{
	width: 980px;
	text-align: center;
	margin: 50px auto;
	padding: 30px 0;
}
	
#media_transition a.form_btn{
	background: #526894 none repeat scroll 0 0;
	border-radius: 30px;
	color: #fff;
	display: block;
	font-size: 22px;
	font-weight: bold;
	margin: 15px auto 0;
	padding: 14px 140px;
	text-align: center;
	width: 17em;
}
	
#media_transition a.form_btn p:after{
	content: "";
	background: url("/product/trantixxii/sns/images/new_window.png") no-repeat;
	background-size: 24px;
	padding: 0 12px;
	bottom: 0px;
	right: 0px;
	margin-left: 90px;
}
