/* COMMON OVERRIDE */
section>div {
	width: 100% !important;
}

/* MAIN */
#main {
	height: 1073px;
	height: 100vh;
	text-align: center;
	position: relative;
}


#main_bg {
	background-image: url(/product/trantixxii/images/mainbg/001.jpg);
	background-size: cover;
	background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#main_bg_inner {
	position: relative;
	display: none;
}

#main_bg>div {
	background-size: cover;
	background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	display: none;
}
#main_curtain {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /*height: 100%;*/
    height: 100% !important;/*20180911 sm2add*/
    background: -webkit-linear-gradient(top,#a6d900 0,#ff4454 100%) #a6d900;
    background: linear-gradient(to bottom,#a6d900 0,#ff4454 100%) #a6d900;
	opacity: .5;
    -webkit-transition: opacity 1.5s;
    transition: opacity 1.5s;
    -webkit-animation: huerotator 3s infinite alternate;
    animation: huerotator 3s infinite alternate;
}
@keyframes huerotator {
	0% {
		-webkit-filter: hue-rotate(0deg);
		filter: hue-rotate(0deg);
	}

	100% {
		-webkit-filter: hue-rotate(360deg);
		filter: hue-rotate(360deg);
	}
}



#main_body {
	position: relative;
	height: 80%;
}

#main_text {
	height: 300px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	padding-left: 72px;
	color: #fff;
	text-align: left;
	letter-spacing: 2px;
	font-size: 24px;
	line-height: 2;
}
#main_text h1{
	font-size: 24px;
    font-weight: normal;
	
}
#main_text .heading_text{
	font-size: 48px;
	margin-bottom: 30px;
	font-family: "Arial","Helvetica", 'Sawarabi Mincho', sans-serif;
	font-weight: 500;
}
#main_text .heading_text_en{
	font-size: 36px;
	font-weight: bold;
}


/* 20230120追加 */
#main_text .logo_image{
	padding-top: 20px;
}
#main_text .logo_image img:first-child{
	width: 137px;
}
#main_text .logo_image img:nth-child(2){
	width: 118px;
	margin-left: 15px;
}
#main_text .logo_image img:nth-child(3){
	width: 220px;
	margin-left: 15px;
}

#main_scroll {
	position: absolute;
	bottom: 115px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

#whats_new {
	width: 70% !important;
	max-width: 1096px;
	height: auto !important;
	padding: 30px 72px;
	position: absolute;
	top: 833px;
	top: calc(100vh - 150px);
	z-index: 1;
	background: #2D2D31;
	font-size: 16px;
	color: #fff;
	box-sizing: border-box;
}
#whats_new h2 {
	text-align: left;
	margin-bottom: 30px;
	font-weight: normal;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 36px;
}
#whats_new ul li {
	margin-bottom: 15px;
	display: flex;
	line-height: 24px;
}
#whats_new ul li .date {
	font-size: 14px;
}
#whats_new ul li .category {
	width: 126px;
	height: 24px;
	margin: 0 20px;
	background: #526893;
	font-size: 13px;
}
#whats_new ul li a {
	width: 683px;
	color: #fff;
	text-align: left;
	white-space: nowrap;
  overflow: hidden;
	text-overflow: ellipsis;
}
#whats_new ul li a:hover {
	text-decoration: underline;
}
#whats_new ul li a sup {
	line-height: 1;
}
#whats_new_head {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}
#whats_new .index_detail a {
	color: #fff;
	font-size: 24px;
	font-family: 'Noto Sans JP', sans-serif;
}
#whats_new .index_detail span {
	font-size: 16px;
	margin-left: 10px;
}
/* 20180911 sm2add▲ */


#main_buttons {
	width: 30% !important;
	position: absolute;
	top: 833px;
	top: calc(100vh - 150px);
	right: 0;
	z-index: 1;
	padding: 0 24px;
	box-sizing: border-box;
}
#main_buttons a {
	max-width: 368px;
	color: #fff;
	font-size: 24px;
	box-sizing: border-box;
	display: block;
	padding: 10px;
	background: linear-gradient(to right, #fff96a 0%, #ff7ca9 25%, #8396ff 50%,rgba(0,0,0,.5) 50.1%,rgba(0,0,0,.5) 100%) 100%/200%;
	border-radius: 6px;
	border: 2px solid #fff;
	margin-bottom: 12px;
}
#main_buttons a:hover {
	background-position: 0;
	transition: all 0.3s ease 0s;
}



/* ABOUT */
#about {
	box-sizing: border-box;
	padding-right: 12%;
	padding-bottom: 120px;
	position: relative;
	background: #E6E6E6;
}
#about>div {
	padding-top: 207px;
	padding-bottom: 100px;
	display: flex;
	flex: 1;
	background: #fff;
}

.about_image {
	width: 50%;
	height: 660px;
	overflow: hidden;
}

.about_image_image {
	position: relative;
	width: 100%;
	height: 640px;
	margin-bottom: 16px;
}
.about_image_image li {
	position: absolute;
	width: 100%;
	height: 640px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: none;
}
.about_image_image li:first-child {
	display: block;
}

.about_image_nav {
	display: flex;
	justify-content: center;
}
.about_image_nav li {
	width: 60px;
	margin: 0 6px;
	height: 4px;
	background-color: #E6E6E6;
	cursor: pointer;
}
.about_image_nav li.on {
	background-color: #707070;
}



#about h2 {
	font-family: "Arial","Helvetica", 'Noto Sans JP', sans-serif;
	font-size: 60px;
	margin-bottom: 30px;
}

.about_text {
	width: 50%;
	padding: 160px 30px 0 7%;
	font-family: 'Noto Sans JP', sans-serif;
	box-sizing: border-box;
}

.about_text ul {
	position: relative;
	width: 100%;
}
.about_text li {
	position: absolute;
	width: 100%;
	display: none;
}
.about_text li:first-child {
	display: block;
}

#about h3 {
	font-family: "Arial","Helvetica", 'Noto Sans JP', sans-serif;
    font-size: 36px;
    margin-bottom: 27px;
}
.about_text p {
	margin-bottom: 50px;
}
#about .index_detail 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: 24px;
	padding: 15px 30px;
	width: 300px;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}
#about .index_detail a:hover {
	background-position: 0;
	transition: all 0.3s ease 0s;
}




/* VARIATION */
#variation {
	background: #2D2D31;
	padding: 86px 0 96px;
	color: #fff;
}
#variation>div {
	width: 100% !important;
	text-align: center;
}

#variation h2 {
	font-size: 48px;
	margin-bottom: 53px;
	font-family: 'Noto Sans JP', sans-serif;
}

#variation_text {
	line-height: 2;
	margin-bottom: 60px;
	font-family: 'Noto Sans JP', sans-serif;
}

#variation_slide {
	width: 100%;
	margin-bottom: 60px;
}
#variation_slide ul {
	display: flex;
	position: relative;
	min-height: 146px
}
#variation_slide li {
	width: 342px;
	flex-shrink: 0;
}

.variation_thumb {
	transform:skewX(-30deg);
	height: 96px;
	margin-bottom: 6px;
	margin-left: 8%;
	margin-right: -3%;
	overflow: hidden;
}
.variation_thumb>div {
	transform:skewX(30deg);
	background-size: cover;
	height: 96px;
	width: 130%;
	margin-left: -15%;
}
.variation_text {
	text-align: left;
	font-size: 14px;
}
#variation_button a {
	background: linear-gradient(to right, #fff96a 0%, #ff7ca9 25%, #8396ff 50%,#fff 50.1%,#fff 100%) 100%/200%;
	border-radius: 6px;
	color: #2D2D31;
	display: block;
	font-size: 24px;
	padding: 15px 30px;
	margin: auto;
	width: 300px;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}

#variation_button a:hover {
	color: #fff;
	background-position: 0;
	transition: all 0.3s ease 0s;
}




/* COLLABORATION */
#collaboration {
	padding: 120px 60px;
	background: #E6E6E6;
	box-sizing: border-box;
}
#collaboration>div {
	width: 100%;
	max-width: 1440px;
	background: #fff;
	padding: 86px 90px 96px;
	text-align: center;
	box-sizing: border-box;
}
#collaboration h2 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 48px;
	margin-bottom: 27px;
}
#collaboration_text {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	margin-bottom: 60px;
}
#collaboration_logo ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}

#collaboration_logo li {
	padding: 0 30px;
}
#collaboration_logo img {
	width: 100%;
}

#collaboration_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: 24px;
	padding: 15px 30px;
	margin: auto;
	width: 300px;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}
#collaboration_button a:hover {
	background-position: 0;
	transition: all 0.3s ease 0s;
}




/* PORTFOLIO */
#portfolio {
	background: #2D2D31;
	color: #fff;
}
#portfolio>div {
	width: 100%;
	max-width: 1440px;
	padding: 86px 90px 96px;
	text-align: center;
	box-sizing: border-box;
}
#portfolio h2{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 48px;
	margin-bottom: 27px;
}
#portfolio_text {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	margin-bottom: 60px;
}

#portfolio_slide {
	position: relative;
	margin-bottom: 36px;
}
#portfolio_slide_outer {
	overflow: hidden;

}
#portfolio_slide_inner {
	display: flex;
	position: relative;
	z-index: 2;
	height: 428px;
}
#portfolio_slide_inner ul {
	flex-shrink: 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
#portfolio_slide_inner li {
	width: 23.5%;
	height: 190px;
	flex-shrink: 0;
	margin-bottom: 24px;
	background-size: cover;
	background-position: center;
}

#portfolio_slide_inner li>div {
	opacity: 0;
	width: 100%;
	height: 100%;
	background: radial-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 24.59%, rgba(0, 0, 0, .5) 100%);
	display: flex;
	align-items: flex-end;
}
#portfolio_slide_inner li>div:hover {
	opacity: 1;
	transition: all 0.3s ease 0s;
}
#portfolio_slide_inner li>div>div {
	text-align: left;
	padding: 12px;
}
.portfolio_slide_head {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 8px;
}

.portfolio_slide_finish {
	font-size: 14px;
}
.portfolio_slide_text {
	font-size: 14px;
	margin-bottom: 5px;
}
#portfolio_nav {
	position: absolute;
	top: 0;
	left: -4%;
	width: 108%;
	height: 404px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#portfolio_nav>div {
	cursor: pointer;
	position: relative;
	z-index: 10;
}
#portfolio_button a {
	background: linear-gradient(to right, #fff96a 0%, #ff7ca9 25%, #8396ff 50%,#fff 50.1%,#fff 100%) 100%/200%;
	border-radius: 6px;
	color: #2D2D31;
	display: block;
	font-size: 24px;
	padding: 15px 30px;
	margin: auto;
	width: 300px;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}

#portfolio_button a:hover {
	color: #fff;
	background-position: 0;
	transition: all 0.3s ease 0s;
}







/* USER VOICE */

#uservoice {
	padding: 120px 60px;
	background: #E6E6E6;
	box-sizing: border-box;
}
#uservoice>div {
	width: 100%;
	max-width: 1440px;
	background: #fff;
	padding: 86px 160px 96px;
	text-align: center;
	box-sizing: border-box;
}
#uservoice h2 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 48px;
	margin-bottom: 27px;
}
#uservoice_text {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	margin-bottom: 60px;
}

#uservoice_slide {
	position: relative;
	margin-bottom: 36px;
}
#uservoice_slide_outer {
	overflow: hidden;
}
#uservoice_slide_inner {
	display: flex;
	position: relative;
}
#uservoice_slide_inner ul {
	flex-shrink: 0;
	width: 100%;
	display: flex;
	justify-content: space-around;
}
#uservoice_slide_inner li {
	flex-shrink: 0;
	width: 31%;
	position: relative;
	text-align: left;
	z-index: 5;
}
#uservoice_slide_inner li img {
	width: 100%;
}

.uservoice_slide_new {
	position: absolute;
}
.uservoice_slide_no {
	background: #DBB04F;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
	color: #fff;
	display: inline-block;
	padding: 2px 10px;
	font-size: 16px;
	margin-bottom: 12px;
}
.uservoice_slide_no em {
	font-style: normal;
	margin-left: 12px;
	font-size: 24px;
	vertical-align: -3px;
}

.uservoice_slide_head {

	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
	font-size: 16px;
	padding-left: 9px;
	border-left: 2px solid #2D2D31;
	margin-bottom: 15px;
}
.uservoice_slide_title {
	font-size: 14px;
}
.uservoice_slide_name {
	font-size: 14px;
}
#uservoice_nav {
	position: absolute;
	top: 0;
	left: -4%;
	width: 108%;
	height: 404px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#uservoice_nav>div {
	cursor: pointer;
	position: relative;
	z-index: 10;
}

@media screen and (max-width: 768px) {
	#uservoice_nav {
		left: -3%;
		width: 106%;
	}
}



#uservoice_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: 24px;
	padding: 15px 30px;
	margin: auto;
	width: 300px;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}
#uservoice_button a:hover {
	background-position: 0;
	transition: all 0.3s ease 0s;
}





/* INSPIRATION */
#inspiration {
	background: #2D2D31;
}
#inspiration.main_en {
	background: #E6E6E6;
	padding: 120px 60px;
    box-sizing: border-box;
}
#inspiration>div {
	padding: 36px 0 93px;
	position: relative;
	text-align: center;
}
#inspiration.main_en>div {
	background: #fff;
}
#inspiration_icon {
	margin-bottom: 5px;
}
#inspiration h2 {
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 48px;
	margin-bottom: 45px;
}
 #inspiration.main_en h2 {
	color: #333333;
}
#inspiration_area {
	overflow: hidden;
	padding: 0 2px;
	margin-bottom: 50px;
	display: flex;
	justify-content: center;
}
.main_en #inspiration_area {
	padding: 0 50px;
}
#inspiration_area>div {
	float: left;
	margin-bottom: 9px;
	margin-right: 8px;
}
#inspiration_area>div:last-child {
	margin-right: 0 !important;
}
#inspiration .index_detail a {
	background: #526894 none repeat scroll 0 0;
	border-radius: 30px;
	color: #fff;
	display: block;
	font-size: 18px;
	margin: 25px auto 0;
	padding: 10px 30px;
	width: 12em;
}
.main_en #inspiration_area>div img{
	width: 100%;
}



/* INFORMATION */
#information>div {
	padding: 44px 0 100px;
	position: relative;
	text-align: center;
}
#information h1 {
	font-size: 30px;
	margin-bottom: 45px;
	border-bottom: 3px solid #526894;
}


#information th {
	width: 35%;
	font-size: 15px;
	padding-right: 30px;
	padding-bottom: 10px;
	text-align: left;
}
#information th .tagPress,
#information th .tagEvent{
	text-align: center;
	float: right;
	width: 8em;
	padding: 1px 10px;
	font-size: 13px;
	border: 1px solid #526894;
	margin-left: 20px;
}
#information th .tagPress{
	color: #fff;
	background: #526894;
}
#information th .tagEvent{
	color: #526894;
	background: #fff;
}


#information td {
	font-size: 15px;
	padding-bottom: 10px;
}

#information a:hover {
    text-decoration: underline;
}


.sp {
	display: none;
}



/* MEDIA */
#media{
    background: #2D2D31;
	color: #fff;
}

#media>div {
	width: 100%;
    max-width: 1440px;
    padding: 86px 90px 96px;
    text-align: center;
    box-sizing: border-box;
}
#media h2 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 48px;
	margin-bottom: 27px;
}
#media_text {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	margin-bottom: 60px;
}

#media .media_list_area{
	width: 980px;
    padding: 0 0 0 !important;
    margin: 0 auto;
    text-align: left;
}

#media .media_list .media_list_area{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	
}
	
#media .media_listIn{
	width: 294px;
	background: url("/product/trantixxii/media/images/media_frame.png") no-repeat;
	background-size: 301px 375px;
	padding: 0 7px 27px 0;
	margin-bottom: 40px;
	position: relative;
}

#media .media_listIn:hover{
	opacity: 0.8;
}

#media .media_listIn img.new{
	width: 72px;
	height: 72px;
	top: 0;
	left: 0;
	position: absolute;
}

#media .media_listIn img.photo{
	padding: 1px 0 0 1px;
}

#media .media_listIn .text_area{
	padding: 24px 24px 0;
}

#media .media_listIn p.content{
	height: 7.5em;
	font-size: 16px;
	font-weight: bold;
}

#media .media_listIn p.date{
	font-size: 12px;
}

#media_button a {
	background: linear-gradient(to right, #fff96a 0%, #ff7ca9 25%, #8396ff 50%,#fff 50.1%,#fff 100%) 100%/200%;
	border-radius: 6px;
	color: #2D2D31;
	display: block;
	font-size: 24px;
	padding: 15px 30px;
	margin: auto;
	width: 400px;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}
#media_button a:hover {
	color: #fff;
	background-position: 0;
	transition: all 0.3s ease 0s;
}

/* RELATED AREA */

#related_area {
    padding: 120px 60px;
    background: #E6E6E6;
    box-sizing: border-box;
}

#related_area>div {
    width: 100%;
    max-width: 1440px;
    background: #fff;
    padding: 86px 160px 96px;
    text-align: center;
    box-sizing: border-box;
}

#related_area h2 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 48px;
    margin-bottom: 27px;
}

#related_area_text {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    margin-bottom: 60px;
}

#related_area 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: 24px;
    padding: 15px 30px;
    margin: auto;
    width: 400px;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
}

#related_area a:hover {
	background-position: 0;
	transition: all 0.3s ease 0s;
}


@media screen and (max-width: 1200px) {
	/* ABOUT */
	#about {
		padding-right: 0%;
	}

	/* COLLABORATION */
	#collaboration {
		padding: 120px 0;
	}

	/* USER VOICE */
	#uservoice {
		padding: 120px 0;
	}
	#uservoice>div {
		padding: 86px 80px 96px;
	}
}



@media screen and (max-width: 1000px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	#main {
		height: auto;
	}
	#main_bg {
		position: relative;
		height: 700px;
	}
	.main_en #main_bg{
		height: 670px;
	}
	#main_bg_front {
		position: absolute;
		height: 500px;
	}
	#main_body {
		position: absolute;
		height: 500px;
		top: 0;
	}
	
	#main_text {
		margin-top: 95px;
		font-size: 14px;
		text-align: center;
		padding: 0;
		position: initial;
	}
	#main_text h1{
		font-size: 14px;
	}
	#main_text .heading_text {
		font-size: 28px;
		margin-bottom: 0;
	}
	#main_text .heading_text_en {
		font-size: 21px;
	}


/* 20230120追加 */
	#main_text .logo_image img{
	width: auto;
	height: 100%;
	}


	#whats_new {
		width: 100% !important;
		max-width: none;
		padding: 20px;
		position: relative;
		top: 0;
	}
	#whats_new .index_detail a  {
		font-size: 16px;
	}
	#whats_new .index_detail span {
		font-size: 12px;
		margin-left: 5px;
	}

	#whats_new h2 {
		font-size: 24px;
		margin-bottom: 15px;
		padding-bottom: 15px;
	}
	#whats_new ul li {
		margin-bottom: 20px;
		display: flex;
		flex-wrap: wrap;
		line-height: 24px;
	}
	#whats_new ul li .category {
		width: 120px;
		height: 24px;
		margin: 0 0 0 9px;
		background: #526893;
	}
	#whats_new ul li a {
		width: 100%;
		margin-top: 9px;
		color: #fff;
		font-size: 12px;
		text-align: left;
		white-space: nowrap;
	  overflow: hidden;
		text-overflow: ellipsis;
	}
	#whats_new ul li a:hover {
		text-decoration: underline;
	}
	#whats_new ul li a sup {
		line-height: 1;
	}




	#main_buttons {
		width: 100% !important;
		height: 300px;
    	top: 335px;
		right: 0;
		display: flex;
		justify-content: space-around;
		align-items: flex-end;
		flex-wrap: wrap;

	}
	.main_en #main_buttons{
		top: 320px;
    	height: 280px;
	}
	#main_buttons div {
		width: 40%;
		min-width: 250px;
	}
	#main_buttons a {
		margin: 0 auto;
		width: 90%;
		font-size: 14px;
	}




	/* ABOUT */
	#about {
		padding: 0;
	}
	#about>div {
		padding: 40px 0;
		display: block;
	}

	.about_image {
		height: 460px;
		width: 100%;
		margin-bottom: 30px;
	}

	.about_image_image {
		height: 440px;
	}
	.about_image_image li {
		height: 440px;
	}

	.about_image_nav li {
		width: 40px;
	}


	#about h2.sp {
		font-size: 24px;
		margin-bottom: 15px;
		padding-left: 20px;
		text-align: center;
	}

	.about_text {
		width: 100%;
		padding: 0 20px;
		height: 250px;
	}

	#about h3 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.about_text p {
		margin-bottom: 30px;
	}
	#about .index_detail a {
		font-size: 14px;
		padding: 15px;
		width: auto;
	}









	/* VARIATION */
	#variation {
		padding: 40px 0 40px;
	}
	#variation h2 {
		font-size: 24px;
		margin-bottom: 30px;
	}

	#variation_text {
		padding: 0 20px;
		margin-bottom: 40px;
		text-align: left;
	}

	#variation_slide {
		margin-bottom: 40px;
	}
	#variation_slide li {
		width: 200px;
		flex-shrink: 0;
	}

	#variation_button a {
		font-size: 14px;
		width: auto;
		max-width: 300px;
		box-sizing: border-box;
		margin: 0 auto;
	}





	/* COLLABORATION */
	#collaboration {
		padding: 0;
	}
	#collaboration>div {
		padding: 40px 20px;
	}
	#collaboration h2 {
		font-size: 24px;
		margin-bottom: 20px;
	}
	#collaboration_text {
		font-size: 14px;
		margin-bottom: 30px;
		text-align: left;
	}
	#collaboration_logo ul {
		margin-bottom: 40px;
	}

	#collaboration_logo li {
		padding: 0 5px;
	}
	#collaboration_logo img {
		width: 100%;
	}

	#collaboration_button a {
		font-size: 14px;
		width: auto;
		max-width: 300px;
		box-sizing: border-box;
	}




	/* PORTFOLIO */
	#portfolio>div {
		padding: 40px 20px;
		box-sizing: border-box;
	}
	#portfolio h2{
		font-size: 24px;
		margin-bottom: 20px;
	}
	#portfolio_text {
		font-size: 14px;
		margin-bottom: 40px;
	}

	#portfolio_slide_inner {
		height: 404px;
	}
	#portfolio_slide_inner li {
		width: 49%;
		height: 100px;
		flex-shrink: 0;
		margin-bottom: 1px;
		background-size: cover;
		background-position: center;
	}

	#portfolio_slide_inner li>div {
		opacity: 1;
	}

	#portfolio_slide_inner li>div>div {
		padding: 5px;
	}
	.portfolio_slide_head {
		font-size: 12px;
		line-height: 1.1;
		margin-bottom: 5px;
		font-weight: normal;
	}

	.portfolio_slide_finish {
		font-size: 10px;
		line-height: 1.1;
	}
	.portfolio_slide_text {
		font-size: 10px;
		line-height: 1.1;
	}
	#portfolio_button a {
		font-size: 14px;
		width: auto;
		max-width: 300px;
		box-sizing: border-box;
	}







	/* USER VOICE */

	#uservoice {
		padding: 0;
	}
	#uservoice>div {
		padding: 40px 20px;
	}
	#uservoice h2 {
		font-size: 24px;
		margin-bottom: 20px;
	}
	#uservoice_text {
		font-size: 14px;
		margin-bottom: 30px;
		text-align: left;
	}

	.uservoice_slide_new img {
		width: 60% !important;
	}
	.uservoice_slide_no {
		font-weight: normal;
		padding: 2px 5px;
		font-size: 14px;
		margin-bottom: 10px;
	}
	.uservoice_slide_no em {
		margin-left: 8px;
		font-size: 18px;
	}

	.uservoice_slide_head {
		font-size: 14px;
		padding-left: 4px;
		margin-bottom: 8px;
	}
	.uservoice_slide_title {
		font-size: 12px;
	}
	.uservoice_slide_name {
		font-size: 12px;
	}

	#uservoice_button a {
		font-size: 14px;
		width: auto;
		max-width: 300px;
		box-sizing: border-box;
	}





	/* INSPIRATION */
	#inspiration.main_en{
		padding: 5% 5%;
	}
	#inspiration>div {
		padding: 26px 20px 40px;
		box-sizing: border-box;
	}
	#inspiration.main_en>div {
		padding: 5% 3% 10%;
	}
	#inspiration_icon {
		margin: 0 auto 5px;
		width: 40px;
	}
	#inspiration h2 {
		font-size: 24px;
		margin-bottom: 20px;
	}
	#inspiration_area {
		margin-bottom: 30px;
	}
	.main_en #inspiration_area{
		padding: 0;
	}
	#inspiration .index_detail a {
		background: #526894 none repeat scroll 0 0;
		border-radius: 30px;
		color: #fff;
		display: block;
		font-size: 18px;
		margin: 25px auto 0;
		padding: 10px 30px;
		width: 12em;
	}


	#footer_nav>div>div>div:first-child>a {
		height: auto;
	}
    
    
    

    
    
    /* MEDIA */
    #media{
        width: 100%;
        margin: 0 auto;
        padding: 0 0 7% !important;
    }
    
    #media>div {
		padding: 5% 5% 0%;
	}
	#media h2 {
		font-size: 24px;
		margin-bottom: 20px;
	}
	#media_text {
		font-size: 14px;
		margin-bottom: 15px;
		text-align: left;
    }

    #media .media_list_area{
        width: 100%;
        padding: 0 0 0 !important;
        margin: 0 auto;
        text-align: left;
    }

    #media .media_list .media_list_area{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
		margin-bottom: 36px;

    }

    #media .media_list{
        display: block;
        width: 100%;
    }

    #media .media_listIn{
        width: 100%;
        background: url("/product/trantixxii/media/images/media_frame_sp.png") no-repeat;
        background-size: 100% 100%;
        padding: 0 0 0.8% 0;
        margin-bottom: 3%;
        position: relative;
    }

	#media .media_listIn:first-child img{
		width: 90%;
		margin: 0 auto;
		display: block;
	}
	
	#media.main_en .media_listIn:first-child img{
		width: 98%;
		margin: 0;
	}
	
    #media .media_listIn:nth-child(2n){
        padding: 0 0 0.7% 0;
    }

    #media .media_listIn a{
        display: block;
        width: 100%;
    }

    #media .media_listIn img{
        width: 98%;
        height: 100%;
    }

    #media .media_listIn img.new{
        width: 9%;
        height: 41%;
        max-width: 72px;
        max-height: 72px;
        top: 0;
        left: 0;
        position: absolute;
    }

    #media .media_listIn .image_area, 
    #media .media_listIn .text_area{
        width: 100%;
    }

    #media .media_listIn .text_area{
        padding: 2% 0 0;
        width: 100%;
    }

    #media .media_listIn p.content{
        height: 4em;
        overflow: hidden;
        font-size: 14px;
        font-weight: bold;
		width: 90%;
		margin: 0 auto;
    }

	#media.main_en .media_listIn p.content{
		height: 7em;
	}
	
    #media .media_listIn p.date{
        font-size: 12px;
        padding: 1em 0 2em;
		width: 90%;
		margin: 0 auto;
    }
	#media_button a {
		font-size: 14px;
		width: auto;
		max-width: 300px;
		box-sizing: border-box;
	}
	
	
	
	
	/* RELATED AREA */

	#related_area {
		padding: 0;
	}

	#related_area>div {
		padding: 40px 20px;
	}

	#related_area h2 {
		font-size: 24px;
    	margin-bottom: 20px;
	}

	#related_area_text {
		font-size: 14px;
		margin-bottom: 30px;
		text-align: left;
	}

	#related_area a {
		font-size: 14px;
		width: auto;
		max-width: 300px;
		box-sizing: border-box;
	}

}

/* 20230120追加 */
@media screen and (max-width: 801px) {
	.main_en #main_bg {
		height: 690px;
	}
	.main_en #main_buttons{
	top: 350px;
	}
}

@media screen and (max-width: 547px) {
	#main_buttons {
	top: 400px;
	}
	#main_bg{
	height: 735px;
	}
	.main_en #main_bg {
		height: 720px;
	}
	.main_en #main_buttons{
	top: 400px;
	}
}

@media screen and (max-width: 483px) {
	#main_text .logo_image img:nth-child(3){
	padding-top: 5px;
	margin-left: 0px;
}	
	#main_buttons {
	top: 430px;
	}
	.main_en #main_bg {
		height: 770px;
	}
	.main_en #main_buttons{
	top: 480px;
	}
	
}

@media screen and (max-width: 397px) {
	.main_en #main_bg {
		height: 790px;
	}
	.main_en #main_buttons{
	top: 505px;
	}
}
