#main {
    background-image: url(/product/trantixxii/catalog/images/main_bg_sp.jpg);
    background-position: center center;
    background-size: cover;
    margin-bottom: 10%;
}
#main>div{
	height: 60px;
	color: #fff;
	position: relative;
	overflow: visible;
}
#main h1 {
    font-size: 20px;
    font-weight: bold;
    margin-left: 10px;
    padding-top: 15px;
}
#main p {
	color: #000;
	font-size: 11px;
	position: absolute;
	top: 130px;
	left: 5%;
	width: 90%;
}
#main p br:not(.br_sp) {
	display: none;
}
#main_image {
	position: absolute;
	top: 10px;
	right: 20px;
	width: 100px;
}

.show_pc{
	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;
	}

body{
	font-size: 16px;
}

#sns_introduction{
	width: 90%;
	margin: 0 auto 10%;
}

#sns{
	width: 90%;
    margin: 0 auto;
}
	
#container img, #follow_us img{
	width: auto;
}

#sns .sns_list{
	width: 100%;
	margin: 0;
}
	
#sns .sns_list .sns_listIn{
	display: flex;
	align-items: center;
	background-image: none;
	background-color: #f5f5f5;
    border: 2px solid #707070;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	padding-left: 6%;
}

#sns .sns_list .sns_listIn:nth-child(2n){
	margin: 3% 0;
}

#sns .sns_list .sns_listIn .image_area{
	padding: 5% 0 7% !important;
}

#sns .sns_list .sns_listIn .sns_area{
	display: block;
	margin-left: 5%;
	width: 100%;
}
	
#sns .sns_list .sns_listIn .follow_are{
	display: flex;
	margin-top: 2%;
}
	
#sns .sns_list .sns_listIn .follow_are .insta_btn{
	color: #FFF;
	border-radius: 7px;
	position: relative;
	display: inline-block;
	height: 25px;
    width: 120px;
	text-align: center;
	font-size: 14px;
	line-height: 22px;
	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: 15px;
    padding: 2px 0 0px 25px;
}

#sns .sns_list .sns_listIn .follow_are .insta_btn:hover{
	opacity: 0.8;
}

#sns .sns_list .sns_listIn p{
	font-size: 16px;
	font-weight: bold;
}

#sns .sns_list .sns_listIn .official_url a{
	font-size: 13px;
	color: #014099;
	word-break: break-all;
	line-height: 1.2em;
}
	
#sns .sns_list .sns_listIn .follow_are a:first-child{
	padding-right: 2%;
}
	
#sns .sns_list .sns_listIn .official_url a:hover, #sns .sns_list .sns_listIn .follow_are a:hover{
	opacity: 0.8;
}
	
#media_transition{
	width: 90%;
	text-align: center;
	margin: 10% auto 15%;
	padding: 0 0;
}
	
#media_transition .media_transition_tlt{
	font-size: 18px;
	font-weight: bold;
}

#media_transition .link_area{
	background: #526894 none repeat scroll 0 0;
    border-radius: 60px;
    margin-top: 6%;
}

#media_transition a.form_btn{
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 4% 0;
	text-align: center;
}
