
html,body {
	width: 100%;
	height: 100%;
}

body {
	position: relative;
	font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	color: #333333;
	font-weight: 500;
	font-size: 14px;
}

/* COMMON */
section {
	position: relative;
	width: 100%;
}

section>div {
	position: relative;
	min-width: 100%;
	margin: auto;
	overflow: hidden;
}

#breadcrump {
	width: 95%;
	margin: 0 auto;
	padding: 5px 0;
	font-size: 10px;
}
#breadcrump a {
	text-decoration: underline;
	color: #014099;
}


#container {
	padding-top: 50px;
}

@media screen and (min-width: 360px) {
	* { -webkit-text-size-adjust: none; }
}

a {
	color: #333333;
}

img {
	width: 100%;
}


#sp_header {
	height: 49px;
	position: fixed;
	top: 0;
	z-index: 10;
	background-color: #fff;
	width: 100%;
	border-bottom: 1px solid #c5c3c6;
}
#sp_header_logo {
	position: absolute;
	top: 0;
	left: 0;
	height: 49px;
}
#sp_header_logo img{
	width: auto;
	height: 100%;
}
#sp_header_menu_button {
	position: absolute;
	top: 0;
	right: 0;
	width: 49px;
	cursor: pointer;
}
#sp_header_language {
	position: absolute;
	top: 0;
	right: 50px;
	width: 75px;
	cursor: pointer;
}



/* NAV */
nav {
	display: none;
}
#langTop,
.nav_lang {
	display: none;
}
#sp_nav {
	position: fixed;
	top: 50px;
	z-index: 10;
	width: 100%;
	opacity: 0.9;
	border-bottom: 1px solid #000;
	display: none;
}

#sp_nav>ul {
	margin: 0 auto;
}
#sp_nav>ul>li {
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	background-color: #fff;

}
#sp_nav>ul>li>a {
	display: block;
	text-align: center;
	padding: 5px;
}

#sp_nav>ul>li>a>h1 {
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
#sp_nav>ul>li>a>.page_name {
	font-size: 16px;
	font-weight: bold;
	color: #000;
}

.nav_about {
	border-bottom-color: #86323f;
}
.nav_about>a {
	color: #86323f;
}

.nav_variation {
	border-bottom-color: #014099;
}
.nav_variation>a {
	color: #86a8ec;
}

.nav_advantage {
	border-bottom-color: #552d55;
}
.nav_advantage>a {
	color: #552d55;
}

.nav_collaboration {
	border-bottom-color: #7386a1;
}
.nav_collaboration>a {
	color: #7386a1;
}
.nav_portfolio {
	border-bottom-color: #91ad5c;
}
.nav_portfolio>a {
	color: #91ad5c;
}

.nav_inspiration {
	border-bottom-color: #c0b555;
}
.nav_inspiration>a {
	color: #c0b555;
}

.nav_uservoice {
	border-bottom-color: #d3a359;
}
.nav_uservoice>a {
	color: #d3a359;
}








/* FOOTER NAV */
#footer_nav {
	overflow: hidden;
	width: 100%;
	margin: 0 auto 40px;
}

#footer_nav>div {
	width: 95%;
	margin: 0 auto;
	display: table;
}
#footer_nav>div:first-child {
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 2px solid #333;
}
#footer_nav>div>div {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 10px;
	width: 33%;
	border-right: 1px solid #333;
}
#footer_nav>div>div:nth-child(3n) {
	border-right: none !important;
}
#footer_nav>div>div>div {
}
#footer_nav>div>div>div:first-child>a {
	display: block;
	padding: 3px 0 0;
	height: 37px;
}
#footer_nav>div>div>div:last-child>a {
	display: block;
	padding: 10px 2px;
	color: #333333;
	font-weight: bold;
	line-height: 1.2;
}

#footer_nav>div>div>div:first-child>a.on{
	background: url(/product/trantixxii/images/footer_nav_on.png) center top no-repeat;
	background-size: 40px 40px;
}

#footer_nav img {
	max-width: 30%;
}



/* CONTACT */
#footer_contact {
	background-color: #526894;
}

#footer_contact>div {
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
	color: #fff;
	font-size: 13px;
}

#footer_contact>div>a {
	display: block;
	margin-top: 10px;
	height: 42px;
}
#footer_contact img {
	width: auto;
	height: 100%;
}


/* FOOTER */
#footer {
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
	overflow: hidden;
}
#footer_main {
	width: 100%;
	font-size: 10px;
}
#footer_logo {
	width: 70%;
	margin: 0 auto 15px;
}
#footer_logo img {
	width: 100%;
}
#footer_submenu {
	display: flex;
    justify-content: center;
	margin-bottom: 20px;
}
#footer_submenu a {
	display: block;
	color: #333333;
	font-size: 14px;
	position: relative;
	padding: 0 5%;
}
#footer_submenu a:nth-child(n+2):before{
	content: "";
    width: 1px;
    height: 1.5em;
    background-color: #000;
	top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
	
}
#footer_copy {
	padding: 0 15px;
	text-align: center;
}


/* pagetop */
.pagetop {
	display: none;
	position: fixed;
	bottom: 2%;
	right: 3%;
}
.pagetop a {
	display: block;
	background-color: #999;
	text-align: center;
	color: #000;
	text-decoration: none;
	padding: 25px;
	opacity: 0.9;
}
.pagetop a:before{
	content: "";
	position: absolute;
	top: 40%;
	left: 22%;
	width: 25px;
	height: 25px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(315deg);
}
.pagetop a:hover {
	display: block;
	background-color: #666;
	text-align: center;
	color: #fff;
	text-decoration: none;
	padding: 25px;
}






/* SNS_Footer */
.turn_swap{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

#follow_us{
	min-width: 0;
	padding: 6%;
	background: #F0F0F0;
	text-align: center;
}

#follow_us .text_area{
	font-size: 28px;
	font-weight: bold;
	color: #707070;
	margin-bottom: 5%;
	background: url("/product/trantixxii/sns/images/follow_us.png") no-repeat bottom;
	background-size: 100% auto;
}

#follow_us .text_area p{
	padding-bottom: 5%;
}

#follow_us .icon_area a:nth-child(2n){
	padding: 0 3%;
}

#follow_us .icon_area a img{
	width: 48px;
	height: 48px;
}

#sns_button a {
	background: linear-gradient(to right, #fff96a 0%, #ff7ca9 25%, #8396ff 50%,#2D2D31 50.1%,#2D2D31 100%) 100%/200%;
	border-radius: 6px;
	color: #fff;
	display: block;
	font-size: 14px;
	padding: 15px 30px;
	margin: 20px auto 0;
	max-width: 300px;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	box-sizing: border-box;
}


/* whats_new */

#whats_new_head .icon_area {
	width: 50%;
    height: 36px;
    margin-top: -1%;
}

#whats_new_head .icon_area a:nth-child(2n){
	padding: 0 2%;
}

#whats_new_head .icon_area a img{
	width: 10%;
    height: auto;
}


@media screen and ( min-width:375px ){
	#sns .sns_list .sns_listIn{
		background-size: 100% 100%;
	}
}

@media screen and ( max-width:600px ){
	.w600{
		display: block;
	}
}

