/* CSS Settings for tai-archi.co.jp */

body.single a,
body.pages a {
	color:#60626C;
}

body.single a:hover,
body.pages a:hover {
	color:#828cbe;
}


/* archive content top */
.archive #container section:first-of-type,
.page #container section:first-of-type,
.single #container section:first-of-type {
	padding-top:55px;
}

.archive section#archives_architectures,
.archive .pages section {
	min-width:1280px;
}

.archive section.main_content h2,
.page section.main_content h2 {
	height:250px;
	width:100%;
}

ul#menu_2ndlayer {
	width:100%;
	background-color:#666;
	height:55px;
	text-align:center;

	display:block;
	display: -webkit-flex;
	display:flex;

	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;

	-webkit-justify-content: center;
	justify-content: center;
	text-align:center;
	white-space:nowrap;
}

ul#menu_2ndlayer li {
	display:inline-block;
	/*margin-right:20px;*/
	-webkit-flex-grow:1;
	flex-grow:1;
	width:12.5%;
	width:-webkit-calc((100% - 40px)/7 - 1px);
	width:calc((100% - 40px)/7 - 1px);
	-webkit-flex-basis:-webkit-calc((100% - 40px)/7);
	flex-basis:calc((100% - 40px)/7);
	/* [flex-grow flex-shrink flex-basis] */
	padding: 0;
	max-width:415px;
}

#archives_architectures #menu_2ndlayer li { /* arc only */
	width:-webkit-calc((100% - 40px)/7 - 1px);
	width:calc((100% - 40px)/7 - 1px);
	-webkit-flex-basis:-webkit-calc((100% - 40px)/7);
	flex-basis:calc((100% - 40px)/7);
}

ul#menu_2ndlayer li:first-child {
	margin-left:20px;
}
ul#menu_2ndlayer li:last-child {
	margin-right:20px;
}

ul#menu_2ndlayer li a {
	color:#FFFFFF;
	display:block;
	height:23px;
	line-height:27px;
	font-size:12pt;
	font-weight:bold;
	white-space:nowrap;
	width:100%;

	height:52px;

	border-bottom:2px solid transparent;

	-webkit-transition: border-bottom 0.5s, color 0.5s;
	-moz-transition: border-bottom 0.5s, color 0.5s;
	-ms-transition: border-bottom 0.5s, color 0.5s;
	-o-transition: border-bottom 0.5s, color 0.5s;
	transition: border-bottom 0.5s, color 0.5s;
}

ul#menu_2ndlayer li a:hover {
	color:#CCC;
	border-bottom:2px solid #CCC !important;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

ul#menu_2ndlayer li a span.lang_en {
	display:block;
	height:35px;
	line-height:44px;
}

ul#menu_2ndlayer li a span.lang_ja {
	display:block;
	height:20px;
	font-size:8pt;
	line-height:8pt;
}

ul#menu_2ndlayer li a.on {
	border-bottom:2px solid #FFF !important;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

/* category:Architectures */
.archive section#archives_architectures h2 {
	background:url(../images/ti_architectures.png) center center no-repeat;
	background-size:261px 79px;
}

/* サブカテゴリーの紹介テキスト */
#architectures_subcategory_text {
	margin:40px;
	text-align:center;
	font-size:16pt;
	line-height:180%;
	/*white-space:nowrap;*/
	font-weight:200;
	color:#555;
}

/* 事例リスト */

/* 事例の並び方 */
.archive div#listing_style {
	text-align:right;
	font-size:14px;
	vertical-align:baseline;
	margin-bottom:5px;
	padding-right:16px;
}

.archive div#listing_style>div:first-child {
	display:inline-block;
	margin-right:10px;
	line-height:20px;
	height:20px;
}

.archive div#listing_style form {
	display:inline-block;
}

.archive div#listing_style>label {
	display:inline-block;
	margin-right:10px;
	line-height:20px;
	height:20px;
	cursor:pointer;
}

.archive div#listing_style>input[type="radio"] {
	margin-right:5px;
	width:20px;
	height:20px;
	display:inline-block;

	border:none;
	top:-2px;
	top:0\9;

	vertical-align:middle;
	font-family:"ＭＳ Ｐゴシック", arial, helvetica, clean, sans-serif;
	position:relative;
	cursor:pointer;
}


ul#architectures_list {
	width:100%;
	display:block;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

ul#architectures_list li {
	display:block;
	float:left;
	position:relative;
	width:33%;
	width:-webkit-calc( (100% - 6px) / 3 - 1px );
	width:calc( (100% - 6px) / 3 - 1px );
	-webkit-flex-basis:-webkit-calc( (100% - 6px) / 3 );
	flex-basis:calc( (100% - 6px) / 3 );
	margin-right:3px;
	margin-bottom:15px;
}

ul#architectures_list li:nth-child(3n) {
	margin-right:0;
}

ul#architectures_list li:nth-child(3n+1)  {
	clear:left;
}

/*
ul#architectures_list li.last_visited::after {
	content:"";
	position:absolute;
	width:30px;
	height:30px;
	top:0;
	right:-1px;
	background:url(../images/ic_visited.png) no-repeat;
	background-size:30px 30px;
}
*/

ul#architectures_list li.now_viewing a {
	cursor:default;
}

ul#architectures_list li a div.spacer_block {
	display:block;
	background-color:rgba(255,255,255,0);
	transition-property: background-color;
	transition-duration: 0.5s;

	width:100%;
	height:-webkit-calc( (100vw - 46px) * 0.22 );
	height:calc( (100vw - 46px) * 0.22 );
	min-height:264px;/* 1280pxからの計算 */

	position:relative;
}

ul#architectures_list li a:hover div.spacer_block {
	background-color:rgba(255,255,255,0.2);
	transition-property: background-color;
	transition-duration: 0.5s;
}

ul#architectures_list li.now_viewing a div.spacer_block,
ul#architectures_list li.last_visited a div.spacer_block {
	background-color:rgba(0,0,0,0.2);
	transition-property: background-color;
	transition-duration: 0s;
}

ul#architectures_list li.now_viewing a:hover div.spacer_block,
ul#architectures_list li.last_visited a:hover div.spacer_block {
	background-color:rgba(0,0,0,0.2);
	transition-property: background-color;
	transition-duration: 0s;
}

ul#architectures_list li.now_viewing a div.spacer_block::after {
	position:absolute;
	content:"Now Viewing";
	font-size:20px;
	width:50%;
	height:1em;
	color:#FFF !important;
	font-weight:bold;
	margin:auto;
	top:0;left:0;right:0;bottom:0;
	text-align:center;
	font-family: "Merriweather Sans";
	font-weight: 400;
}

ul#architectures_list li.last_visited a div.spacer_block::after {
	position:absolute;
	content:"Last Watched";
	font-size:20px;
	width:50%;
	height:1em;
	color:#FFF !important;
	font-weight:bold;
	margin:auto;
	top:0;left:0;right:0;bottom:0;
	text-align:center;
	font-family: "Merriweather Sans";
	font-weight: 400;
}


ul#architectures_list div.image_box { /* アーカイブ 事例の画像 */
	width:100%;
	height:calc( (100vw - 46px) * 0.22 );
	min-height:264px;/* 1280pxからの計算 */
	background-position: center center;
	background-size: cover;
	background-repeat:no-repeat;
	background-color:#CCC;

	position:relative;

}

ul#architectures_list div.data_box {
	padding:5px 5px 0 5px;
	display: block;
	color:#555;
	text-align:center;
}

ul#architectures_list li a:hover div.data_box {
	color:#AAA;
}

ul#architectures_list li.now_viewing a:hover div.data_box {
	color:#555;
}

ul#architectures_list div.data_box h3 {
	font-size:12pt;
	margin-right:15px;
	font-weight:600;
}

ul#architectures_list div.data_box div.data {
	font-size:10pt;
	padding-top:0px;
	vertical-align:bottom;
	font-weight:600;
}

ul#architectures_list div.data_box div.data>span::after {
	content:" / ";
}

ul#architectures_list div.data_box div.data>span:last-child::after {
	content:"";
}

/* 追加読み込みボタン */

.button_box {
	width:286px;
	margin: 75px auto 80px auto;
}

.button_box div {
	display:block;
	float:left;
	padding-right:36px;
	height:40px;
	width:286px;
	text-align:center;
	cursor:pointer;
	font-family:"Merriweather Sans";
	font-weight:400;
	font-size:20px;
	line-height:42px;
	/*margin-right:3px;*/

	background:url(../images/ic_down_ar02.png) #E5E7EC 220px 18px no-repeat;
	background-size: 18px 8px;
}

.button_box div:last-child {
	margin-right:0;
}
.button_box div:hover {
	color:#666;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

/* single */

ul#breadcrumb {
	width:100%;
	margin:40px 0;
	display:block;
	display: -webkit-flex;
	display:flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: stretch;
	align-items: stretch;
	height:37px;
}

ul#breadcrumb li {
	display:block;
	float:left;
	-webkit-flex: 0 1 auto;/* default */
	flex: 0 1 auto;/* default */
	padding-left:36px;
	margin-left:30px;
	background:url(../images/ic_bc_connector.png) left 5px no-repeat;
	background-size:13px 27px;
}

ul#breadcrumb li:first-child {
	background:none;
	padding-left:0;
	margin-left:0;
}

ul#breadcrumb li a {
	color:#555;
}

ul#breadcrumb li:first-child span.lang_en{
	font-size:22pt;
	line-height:37px;

	vertical-align: text-bottom;
}

ul#breadcrumb li:first-child span.lang_ja {
	font-size:16pt;
	line-height:37px;
	vertical-align: bottom;
}

ul#breadcrumb li:first-child span+span {
	margin-left:12px;
}

ul#breadcrumb li:nth-child(2) span.lang_en,
ul#breadcrumb li h1 span.lang_en  {
	font-size:13pt;
	margin-right:10px;
	line-height:39px;
}

ul#breadcrumb li:nth-child(2) span.lang_ja,
ul#breadcrumb li h1 span.lang_ja  {
	font-size:12pt;
	line-height:39px;
}

ul#breadcrumb li:nth-child(3) span.lang_en {

}

ul#breadcrumb li h1 {
	color:#555;
	font-size:12pt;
	line-height:39px;
}

/* non-image titles */

.archive section h2.text_h2 {
	background:none !important;
	text-align:center;
	position:relative;
	text-align:center;
	color: #333;
}

.archive section h2.text_h2 .big {
	position:absolute;
	top:calc(50% - 47px);
	left:0;
	right:0;
	font-size:42px;
	font-family: "Merriweather Sans";
	font-weight:400;
}

.archive section h2.text_h2 .small {
	position:absolute;
	top:calc(50% + 18px);
	left:0;
	right:0;
	font-size:18px;
	color: #333;
	font-weight:300;
}

.archive section h3.text_h3 {
	background:none !important;
	text-align:center;
	position:relative;
	text-align:center;
	color: #333;
	height:250px;
	width:100%;
}

.archive section h3.text_h3 .big {
	position:absolute;
	top:calc(50% - 47px);
	left:0;
	right:0;
	font-size:42px;
	font-family: "Merriweather Sans";
	font-weight:400;
}

.archive section h3.text_h3 .small {
	position:absolute;
	top:calc(50% + 18px);
	left:0;
	right:0;
	font-size:18px;
	color: #333;
	font-weight:300;
}

/* movie archive list */
.archive section#archives_movies #architectures_subcategory_text {
	margin-bottom:0;
}

.archive section .movie_list {
	width:100%;
	display:flex;
	flex-wrap: wrap;
	gap: 15px 3px;
}

.archive section .movie_list li {
	width:calc((100% - 6px)/3);
}

.archive section .movie_list li div.visual {
	position:relative;
	width:100%;
	height:calc((100dvw - 6px)/3/16*9);
}

.archive section .movie_list li div.visual figure  {
	width:100%;
	height:100%;
	position:absolute;
	
	cursor: pointer;
}

.archive section .movie_list li div.visual figure[data-movid=""] {
	cursor:default;
}

.archive section .movie_list li div.visual figure img {
	width:100%;
	height:100%;
	object-fit:cover;
}

.archive section .movie_list li .title {
	font-size: 12pt;
    font-weight: 600;
    text-align:center;
    color:#555;
    margin-top:5px;
}

#youtubeplayer_base {
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100vw;
	height:100vh;
	z-index:600;
}

#youtubeplayer {
	width:80dvw;
	height:45dvw;
	top:50%;
	bottom:50%;
	left:0;
	right:0;
	margin:auto;
	position:absolute;
}

/* single architectures */
section#single_architectures,
section#image_attachment {
	margin:0 auto;
	width: 99.4%;
	/*width:calc(100% - 40px);*/
	width:-webkit-calc(100% - 64px);
	width:calc(100% - 64px);
}

ul#architecture_photo {
	width:100%;
	display:block;
	display: -webkit-flex;
	display:flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

ul#architecture_photo li {
	-webkit-flex-basis:-webkit-calc((100% - 7px)/2);
	flex-basis:calc((100% - 7px)/2);
	margin-bottom:7px;
}

ul#architecture_photo li a.single_arc_image {
	text-indent:-9999px;
}

ul#architecture_photo li:first-child {
	-webkit-flex-basis:100%;
	flex-basis:100%;
}

ul#architecture_photo li.port:first-child a {
	background-size:contain;
	background-color:#CCC;
}

ul#architecture_photo li a {
	width:100%;
	height:870px;
	height:-webkit-calc((100vw - 64px)*0.66);
	height:calc((100vw - 64px)*0.66);
	display:block;
	background-repeat:no-repeat;
	background-position: center center;
	background-size:cover;
}

/* li 二つ目に movie が入ることがある */
ul#architecture_photo li.embeded_movie {
	width:100%;
	flex-basis:100%;
	background-color:#CCC;
}

ul#architecture_photo li.embeded_movie iframe {
	width:60%;
	height: calc((100vw - 64px)*0.6/16*9);
	margin:0 auto;
	display: block;
}

ul#architecture_photo li.embeded_movie.small iframe {
	width:60%;
	height: calc((100vw - 64px)*0.6/16*9);
	margin:0 auto;
	display: block;
}

/* 二枚目以降の処理 */
ul#architecture_photo li.left{
	float:left;
	clear:left;
	margin-right:7px;
	width: 49.5%;
}

ul#architecture_photo li.right {
	float:left;
	width: 49.5%;
}

/* land+land */
ul#architecture_photo li.left.land.before_land,
ul#architecture_photo li.right.land.after_land {
	width: -webkit-calc((100% - 7px)/2 - 1px);
	width: calc((100% - 7px)/2 - 1px);
	-webkit-flex-basis:-webkit-calc((100% - 7px)/2);
	flex-basis:calc((100% - 7px)/2);
	height: 450px;
	height: -webkit-calc((100vw - 69px)*0.33);
	height: calc((100vw - 69px)*0.33);
}

ul#architecture_photo li.left.land.before_land a,
ul#architecture_photo li.right.land.after_land a {
	height: 450px;
	height:-webkit-calc((100vw - 69px)*0.33);
	height:calc((100vw - 69px)*0.33);
}

/* land+port */
ul#architecture_photo li.left.land.before_port {
	width: 66%;
	width:-webkit-calc((100% - 7px)/3.25*2.25 - 1px);
	width:calc((100% - 7px)/3.25*2.25 - 1px);
	-webkit-flex-basis:-webkit-calc((100% - 7px)/3.25*2.25);
	flex-basis:calc((100% - 7px)/3.25*2.25);
	height: -webkit-calc((100vw - 69px)/3.25*1.5);
	height:calc((100vw - 69px)/3.25*1.5);
}

ul#architecture_photo li.left.land.before_port a {
	height:-webkit-calc((100vw - 69px)/3.25*1.5);
	height:calc((100vw - 69px)/3.25*1.5);
}

ul#architecture_photo li.right.port.after_land {
	width: 33%;
	width:-webkit-calc((100% - 7px)/3.25 - 1px);
	width:calc((100% - 7px)/3.25 - 1px);
	-webkit-flex-basis:-webkit-calc((100% - 7px)/3.25);
	flex-basis:calc((100% - 7px)/3.25);
	height:-webkit-calc((100vw - 69px)/3.25*1.5);
	height:calc((100vw - 69px)/3.25*1.5);
}
ul#architecture_photo li.right.port.after_land a {
	height:-webkit-calc((100vw - 69px)/3.25*1.5);
	height:calc((100vw - 69px)/3.25*1.5);
}

/* port+land */
ul#architecture_photo li.left.port.before_land {
	width: 33%;
	width:-webkit-calc((100% - 7px)/3.25 - 1px);
	width:calc((100% - 7px)/3.25 - 1px);
	-webkit-flex-basis:-webkit-calc((100% - 7px)/3.25);
	flex-basis:calc((100% - 7px)/3.25);
	height:-webkit-calc((100vw - 69px)/3.25*1.5);
	height:calc((100vw - 69px)/3.25*1.5);
}

ul#architecture_photo li.left.port.before_land a {
	height:-webkit-calc((100vw - 69px)/3.25*1.5);
	height:calc((100vw - 69px)/3.25*1.5);
}

ul#architecture_photo li.right.land.after_port {
	width: 66%;
	width:-webkit-calc((100% - 7px)/3.25*2.25 - 1px);
	width:calc((100% - 7px)/3.25*2.25 - 1px);
	-webkit-flex-basis:-webkit-calc((100% - 7px)/3.25*2.25);
	flex-basis:calc((100% - 7px)/3.25*2.25);
	height:-webkit-calc((100vw - 69px)/3.25*1.5);
	height:calc((100vw - 69px)/3.25*1.5);
}
ul#architecture_photo li.right.land.after_port a {
	height:-webkit-calc((100vw - 69px)/3.25*1.5);
	height:calc((100vw - 69px)/3.25*1.5);
}

/* port+port */
ul#architecture_photo li.left.port.before_port,
ul#architecture_photo li.right.port.after_port {
	width:-webkit-calc((100% - 7px)/2 - 1px);
	width:calc((100% - 7px)/2 - 1px);
	-webkit-flex-basis:-webkit-calc((100% - 7px)/2);
	flex-basis:calc((100% - 7px)/2);
	height:-webkit-calc((100vw - 69px)/2*1.5);
	height:calc((100vw - 69px)/2*1.5);
}

ul#architecture_photo li.left.port.before_port a,
ul#architecture_photo li.right.port.after_port a {
	height:-webkit-calc((100vw - 69px)/2*1.5);
	height:calc((100vw - 69px)/2*1.5);
}

/* architectures data */
#architecture_data {
	display: block;
	display: -webkit-flex;
	display:flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width:100%;
	margin-top:23px;

	font-size:11pt;
	font-weight:normal;
}

#architecture_data>div.concept {
	width:40%;
	width:-webkit-calc((100% - 8em)/2);
	width:calc((100% - 8em)/2);
	float:left;
	-webkit-flex-basis:-webkit-calc((100% - 8em)/2);
	flex-basis:calc((100% - 8em)/2);
	margin-right:4em;
}

#architecture_data>div.other {
	float:left;
	width:40%;
	width:-webkit-calc((100% - 8em)/4);
	width:calc((100% - 8em)/4);
	-webkit-flex-basis:-webkit-calc((100% - 8em)/4);
	flex-basis:calc((100% - 8em)/4);
	min-width:18em;
	margin-right:4em;
}

#architecture_data>div.other:last-child {
	margin-right:0;
}

#architecture_data>div.other:nth-child(3):last-child {
	flex-basis:calc((100% - 8em)/2);
}

#architecture_data>div h4 {
	font-size:14pt;
	margin-bottom:1em;
}

#architecture_data>div div {
	white-space:normal;
	line-height:1.8em;
	font-weight:normal;
}

#architecture_data>div div+h4,
#architecture_data>div ul+h4 {
	margin-top:1em;
}

#architecture_data>div dl dt {
	width:6em;
	float:left;
	clear:left;
}

.langset_en #architecture_data>div dl dt {
	width:100%;
	float:none;
}

#architecture_data>div dl dd {
	width:-webkit-calc(100% - 7em);
	width:calc(100% - 7em);
	margin-left:1em;
	float:left;
}

.langset_en #architecture_data>div dl dd {
	width:100%;
	margin-left:1em;
	float:none;
}

#architecture_data>div dl dd span {
	display:inline;
}

.langset_ja #architecture_data>div dl dd>span:first-child::before {
	content:'：';
}

#architecture_data>div ul li {
	list-style-type:disc;
	margin-left:1.5em;
}

/* for swipebox */
#swipebox-slider .slide {
	position:relative;
}

#swipebox-slider .slide .bt_addtoclip {
	position:absolute;
	right:10px;
	top:60px;
}

#swipebox-slider .slide .bt_addtoclip_msg {
	position:absolute;
	right:10px;
	top:116px;
	background-color:#FFF;
	color:#000;
	display:none;
	height:1em;
	line-height:1em;
	padding:4px 10px;
}

/* Other Works */
section#other_works {
	margin:40px 20px;
	border-top: 2px solid #CCC;
}

section#other_works h2 {
	font-size:26px;
	text-align:center;

	font-weight:400;

	color:#333;

	margin:40px auto;
}

section#other_works h2.lang_en {
	font-family:"Merriweather Sans";
}

.horizontal_scroll_box {
	position:relative;
	width:100%;
	overflow:hidden;
}

.horizontal_scroll_box ul#architectures_list {
	display:block;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap:nowrap;
	flex-wrap:nowrap;
	overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-y: hidden;
}

.horizontal_scroll_box ul#architectures_list li {
	margin-right:5px;
	display:block;
	float:left;
	width:33%;
	width: -webkit-calc((100% - 10px)/3 - 1px);
	width: calc((100% - 10px)/3 - 1px);
	-webkit-flex-basis:calc((100% - 10px)/3);
	flex-basis:calc((100% - 10px)/3);

	min-width:-webkit-calc((100% - 10px)/3);
	min-width:calc((100% - 10px)/3);
	max-width:-webkit-calc((100% - 10px)/3);
	max-width:calc((100% - 10px)/3);

	margin-bottom:0;
}

:root .horizontal_scroll_box ul#architectures_list li { /*ie9*/
	width: -webkit-calc((100% - 10px)/3 - 2px)\0/;
	width: calc((100% - 10px)/3 - 2px)\0/;
	min-width:-webkit-calc((100% - 10px)/3 - 2px)\0/;
	min-width:calc((100% - 10px)/3 - 2px)\0/;
	max-width:-webkit-calc((100% - 10px)/3 - 2px)\0/;
	max-width:calc((100% - 10px)/3 - 2px)\0/;
}

.horizontal_scroll_box #bt_right {
	width:44px;
	height:50px;
	background:url(../images/bt_right_ar.png) left top no-repeat;
	background-size:contain;
	position:absolute;
	display:block;
	margin: auto 0;
	right:0;
	top:-1000px;
	bottom:-1000px;
	cursor:pointer;
}

.horizontal_scroll_box #bt_left {
	width:44px;
	height:50px;
	background:url(../images/bt_left_ar.png) left top no-repeat;
	background-size:contain;
	position:absolute;
	display:block;
	margin: auto 0;
	left:0;
	top:-1000px;
	bottom:-1000px;
	cursor:pointer;
}

:root .horizontal_scroll_box #bt_right { /* ie9 */
	display:none\0/;
}

:root .horizontal_scroll_box #bt_left { /* ie9 */
	display:none\0/;
}

/* 建築事例のOther Worksの場合 */
#architectures_horizontal_scroll_box #bt_right,
#architectures_horizontal_scroll_box #bt_left {
	top: -webkit-calc( (100vw - 10px) * 0.104 - 25px );
	top:calc( (100vw - 10px) * 0.104 - 25px );
	bottom:inherit;
}

#media_horizontal_scroll_box #bt_right,
#media_horizontal_scroll_box #bt_left {
	width:25px;
	height:47px;
}


.horizontal_scroll_box #bt_right.black {
	background:url(../images/bt_right_ar_bl.png) left top no-repeat;
	background-size:contain;
}

.horizontal_scroll_box #bt_left.black {
	background:url(../images/bt_left_ar_bl.png) left top no-repeat;
	background-size:contain;
}


/* page:company */
.page section#company h2 {
	background:url(../images/ti_aboutus.png) center center no-repeat;
	background-size: 186px 77px;
}

.page section #photo_block01 {
	background-image: url(../images/bg_company02.jpg);
    width: 100%;
    display:block;
    height: 753px;
    /*height: 80vh;*/
    height: -webkit-calc( 100vw * 0.589 );
    height: calc( 100vw * 0.589 );
    background-attachment: fixed;
    padding: 0;
    opacity: 1;
    color: #fff;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 20% 50%;
}

.page section #photo_block01 .grayblock {
    position: absolute;
    width: 100%;
    height: -webkit-calc( 100vw * 0.589 );
    height: calc( 100vw * 0.589 );
    display: block;
    background-color: rgba(0,0,0,0.1);
}

.page section #photo_block01 div.photo_credit {
	position:absolute;
	right:16px;
	bottom:16px;
	font-size:12px;
}

.page section#process #photo_block01 {
	padding:30px 0;
}

.page section#company #photo_block01 div.moving {
	/*width:1020px;*/
	margin:auto;
	font-size:18pt;
	font-weight:200;
	line-height:170% !important;
	text-align:center;
	width:100%;
	height:-webkit-calc(18pt * 5.1);
	height:calc(18pt * 5.1);
	position:absolute;
	top:53%;
	left:0;
}

.page section#company #company_taa_logo {
	background: url(../images/tai_logo_white_center.png) left top no-repeat;
	width: 152px;
	height: 84px;
	background-size: contain;
	display:block;
	margin:3em auto 1em auto;
}

.page section .subsection {
	padding-bottom:70px;
	font-weight:normal;
}

.page section .subsection.nopb {
	padding-bottom:0px;
}

.subsection h3 {
	text-align:center;
	/*height:calc(125px - 16pt);*/
	width:100%;
	color:#333;
	padding-top: 83px;
	padding-top:-webkit-calc((210px - 32pt)/2);
	padding-top:calc((210px - 32pt)/2);
	padding-bottom: 83px;
	padding-bottom:-webkit-calc((210px - 32pt)/2);
	padding-bottom:calc((210px - 32pt)/2);
}

.subsection.dark {
	background-color:#60626C;
}

.subsection.gray {
	background-color:#F0F0F0;
}

.subsection.warm {
	background-color:#f9f7f0;
}

.subsection.dark h3 {
	color:#FFF;
}

.subsection strong {
	font-weight:bold;
}

.subsection h3 span {
	display:block;
	line-height:1em;
}

.subsection h3 span.lang_en {
	font-size:20pt;
}

.subsection h3 span.lang_ja {
	margin-top:40px;
	font-size:12pt;
}

.page section table {
	margin:0 auto;
}

.page section .data_wrapper {
	text-align:center;
}

.page section ul.data {
	margin:0 auto;
	display: inline-block;
	max-width:65%;
}

.page section ul.data li {
	font-size:12pt;
	white-space:nowrap;
	float:left;
	margin-left:60px;
	text-align:left;
	margin-bottom:16px;
}

.page section ul.data li:nth-child(4n + 1) {
	margin-left:0;
	clear:left;
}

.page section ul.data li.stafflist02 {
	clear:left;
	float:left;
	margin-top:68px;
	margin-left:0;
}

.page section ul.data li.stafflist02 ~ li.stafflist02 {
	clear:none;
	margin-left:60px;
}

.page section ul.additional_staffs  {
	margin-top:20px;
}

.page section table th,
.page section table td {
	font-size:12pt;
	color:#464C51;

	vertical-align:top;
}

.page section table th {
	font-weight:bold;
	text-align:right;
}

.page section table td {
	font-weight:normal;
	padding-left:60px;
	width:calc(50% - 30px);
	max-width:500px;
}

.page section table td:first-child {
	padding-left:0;
}

.page section dl.data {
	margin:0 auto;
	font-size:12pt;
	color:#464C51;
	display:block;
	width:-webkit-calc(404pt + 40px);
	width:calc(404pt + 40px);
}

.page section dl.data dt {
	text-align:right;
	clear:left;
	float:left;
	white-space:nowrap;
	font-weight:bold
	display:block;
	width: 68pt;
}

.page section dl.data dd {
	padding-left:40px;
	float:left;
	display:block;
	width:336pt;
	font-weight:normal;
}

.page section .subsection.dark table th,
.page section .subsection.dark table td {
	color:#FFF;
	font-weight:normal;
}

.page section .subsection .subsection_description + table {
	margin-top:120px;
}

.page section .subsection table. td div {
	line-height:1em;
	margin-bottom:10px;
}

.page section .subsection table td div.name.lang_ja {
	font-size:18pt;
}

.page section .subsection table td div.name.lang_en {
	font-style:16pt;
}

.page section .subsection table.history {
	margin-top:50px;
}

.page section .subsection table.history tbody.only_sp {
	display:none;
}

.page section .subsection table.history td {
	padding-left:20px;
}

.page section .subsection table.history tbody.award tr:last-child th,
.page section .subsection table.history tbody.award tr:last-child td,
.page section .subsection table.history tbody.personal_history tr:last-child th,
.page section .subsection table.history tbody.personal_history tr:last-child td {
	padding-bottom:50px;
}

.page section .subsection table.history tbody.award tr:nth-child(n+2) th span,
.page section .subsection table.history tbody.personal_history tr:nth-child(n+2) th span,
.page section .subsection table.history tbody.belonging_organizations tr:nth-child(n+2) th span {
	display:none;
}

.page section .subsection.dark a {
	/*color:#FFF;
	color:#CEFFF1;*/
	color:#B2ED8D;
	font-weight:bold;
}

.page section .subsection.dark a:hover {
	color:#ACACAC;
}

.page section .subsection #map {
	width:100%;
	height:400px;
}

.page section .subsection div.logo_box {
	width:238px;
	height:40px;
	margin:30px auto;
}
.page section .subsection h4 {
	display:block;
	text-align:center;
}

.page section .subsection.dark h4 {
	color:#FFF;
	font-size:18pt;
	margin:20px auto;
}

.page section .subsection.dark h4 .lang_ja {
	font-size:12pt;
}

.page section .subsection table td h4  {
	text-align:left;
}

.page section .subsection table td h4+div {
	margin-top:1em;
	margin-bottom:1em;
}

.page section .subsection:last-child,
.archive section .subsection:last-child {
	padding-bottom:140px;
}

/* page:process */
.page section#process h2 {
	background:url(../images/ti_concept.png) center center no-repeat;
	background-size: 364px 78px;
}

.page section#process .subsection h2 {
	background:url(../images/ti_process.png) center center no-repeat;
	background-size: 147px 78px;
}

.page section#process #photo_block01 {
	background-image: url(../images/bg_process.jpg);
	height:100vh;
	height:768px;
	height:-webkit-calc( 284pt + 390px );/*(142pt + 195px) * 2*/
	height:calc( 284pt + 390px );
	position:relative;
	background-color:#ccc;
}

.page section#process #c00 {
	position:relative;
	height:auto;
	background-color:#F0F0F0;
	padding-top:0;
}

.page section#process #photo_block01>div {
	position:absolute;
	width:600px;
	top:50%;
	left:50%;
	margin-left:-330px;
	margin-top: -300px;
	margin-top: -webkit-calc( (142pt + 105px) * -1 );
	margin-top: calc( (142pt + 105px) * -1 );/* ( (12pt * 1.5 * 14 + 60px + 32pt + 10px)/2 * -1 ) */
	padding:30px;
	font-size:12pt;
	color:#FFF;
	text-align:center;
	/*background-color:rgba(255,255,255,0.5);*/
}

.page section#process #c00>div {
	width:600px;
	margin:0 auto;
	text-align:center;
	font-size:12pt;
}

.page section#process #photo_block01>div>h3 {
	font-size:16pt;
	line-height:1em;
	margin-bottom:3em;
	text-align:center;
}

.page section#process #c00>div>h3 {
	font-size:16pt;
	line-height:1em;
	text-align:center;
}

.page section#process #photo_block01>div>h3 span.lang_en,
.page section#process #c00>div>h3 span.companyname {
	font-family:Quicksand;
	font-size:18pt;
	font-weight:bold;
	display:inline;
}

.page section#process #photo_block01>div>div {
	word-break: keep-all;
	line-height:1.8em;
	letter-spacing:0.1em;
}

.page section#process #c00>div>div {
	line-height:1.8em;
	letter-spacing:0.1em;
}

.page section#process #c00 div a.viewdetail {
	margin: 35px auto;
	display: block;
	width: 134px;
	height: 18px;
}

.page section#process #photo_block01>div>div+div {
	margin-top:1em;
}

.page section#process .subsection {
	padding-top:60px;
}

.page section#process .subsection#c01 {
	padding-top:0px;
}

table.process th {
	width: 9em;
	font-size:12pt;
	text-align:left;
	line-height:2.4em;
}
table.faq th {
	font-size:12pt;
	text-align:left;
	line-height:2.4em;
	white-space:nowrap;
}

table.process th div.title,
table.faq th div.title {
	font-size:18pt;
}

table.process td {
	width:900px;
}

table.faq td {
	width:700px;
}

table.process td div.lead,
table.faq td div.lead {
	font-size:16pt;
	font-weight:bold;
	margin-bottom:1em;
}

table.process td img {
	display:block;
	/* float:left;
	margin-left:40px;*/
	margin : 0 auto;
}

table.process td p {
	display:block;
	/*width:544px;
	width:-webkit-calc(100% - 356px);
	width:calc(100% - 356px);
	float:left;*/
	width:100%;
	margin-bottom: 20px;
	word-break: normal;
	overflow-wrap: normal;
}

table.faq tbody tr:nth-child(n+2) th,
table.faq tbody tr:nth-child(n+2) td {
	padding-top:40px;
}

/* page:consulting */
.page section#consulting > h2 {
	background:url(../images/ti_consulting.png) center center no-repeat;
	background-size: 313px 78px;
}

.page section#consulting #photo_block01 {
	background-image: url(../images/bg_consulting.jpg);
	position:relative;
	background-color:#ccc;
	height:auto;
}

.page section#consulting #photo_block01>div {
	position:relative;
	width:100%;
	padding:30px;
	font-size:12pt;
	color:#FFF;
	text-align:center;
	padding:120px 0;
}

.page section#consulting #photo_block01>div>h3 {
	font-size:16pt;
	line-height:1em;
	margin-bottom:3em;
	text-align:center;
}

.page section#consulting #photo_block01>div>h3 span.lang_en {
	font-family:Quicksand;
	font-size:18pt;
	font-weight:bold;
}

.page section#consulting #photo_block01>div>div {
	word-break: keep-all;
	line-height:1.8em;
	letter-spacing:0.1em;
}

.page section#consulting #photo_block01>div>div+div {
	margin-top:1em;
}

.page .subsection_description {
	font-size:16px;
	line-height:1.6em;
	text-align:center;
}

.page .subsection_description p + p {
	margin-top:2em;
}


.content_3panes { /* ３ペインコンテント 流用可能 */
	width:1280px;
	margin:50px auto;
}

#c01 .content_3panes {
	margin:90px auto 0 auto;
}

.content_3panes .pane {
	float:left;
	width:380px;
	margin-right:70px;
}

.content_3panes .pane:last-child {
	margin-right:0;
}

.content_3panes .pane .photo {
	width:380px;
	height:253px;
	display:block;
	background-size:cover;
	margin-bottom:20px;
}

.content_3panes #setagaya .photo {
	background-image:url(../images/ph_setagaya.jpg?v2);
}

.content_3panes #shonan .photo {
	background-image:url(../images/ph_shonan.jpg);
}

.content_3panes #futtsu .photo {
	background-image:url(../images/ph_futtsu.jpg);
}

.content_3panes h3 {
	font-size:20px;
	font-weight:bold;
	margin-bottom:20px;
	padding:0;
	text-align:center;
}

.content_3panes .text {
	font-size:14px;
	margin-bottom:20px;
}

.content_3panes .pane .map {
	width:380px;
	height:250px;
	display:block;
	background-size:cover;
	margin-bottom:0px;
}

.content_3panes #setagaya .map {
	background-image:url(../images/map_setagaya.jpg?v2);
}

.content_3panes #shonan .map {
	background-image:url(../images/map_shonan.jpg?v2);
}

.content_3panes #futtsu .map {
	background-image:url(../images/map_futtsu.jpg?v2);
}

#consulting_flow_img {
	width:1280px;
	height:625px;
	background-image:url(../images/img_flow.jpg?v2);
	background-size:contain;
	margin:50px auto;
}

#consulting_team {
	margin-bottom:50px;
}

#consulting_team h4 {
	font-size:20pt;
	font-weight:normal;
}

#consulting_team div {
	margin:50px 0;
}

#consulting_team div:nth-of-type(2) {
	width:400px;
	margin:30px auto;
}

#consulting_team div img {
	width:180px;
	height:180px;
	display:block;
}

#consulting_team div:first-of-type img {
	margin:0 auto;
}

#consulting_team div:nth-of-type(2) img {
	float:left;
	margin-right:40px;
}

#consulting_team div:nth-of-type(2) img:last-child {
	margin-right:0;
}

/* page:faq/contact */
.page section#faq h2 {
	background:url(../images/ti_faq.png) center center no-repeat;
	background-size: 266px 78px;
	background-size: 290px 78px;
}

.subsection.dark dt,
.subsection.dark dd,
.subsection.dark li {
	color:#FFF !important;
}

#faq .subsection.dark {
	border-top:1px solid #999;
}

.page section .subsection.staff {
}


.subsection.staff h3 {
	padding-bottom:50px;
	font-size:20pt;
}

.subsection.staff span.lang_both {
	font-family:"Merriweather Sans";
	font-weight:400;
	line-height:1.5em;
}

.subsection.staff h4 {
	text-align:center;
	/*height:calc(125px - 16pt);*/
	width:100%;
	color:#333;
	padding-top: 60px;
	padding-bottom: 40px;
	font-size:20pt;
}

.subsection.staff h3 + h4 {
	padding-top:0px;
}

.page section ul.staff {
	max-width:none;
	width:1000px;
	margin:0 auto;
	text-align:center;
}

.page section ul.staff li {
	width:33%;
	display:inline-block;
	margin-bottom:50px;
	vertical-align:top;
}

.page section ul.staff li:nth-last-child(-n+3) {
	margin-bottom:0;
}

.page section ul.staff li + li {
	margin-left:0;
}

ul.staff li div {
	text-align:center;
	line-height:30px;
}

ul.staff li div.role,
ul.staff li div.company {
	font-size:14px;
}

ul.staff li div.name {
	font-size:20px;
}

ul.staff li div.name.lang_en {
	font-weight:normal;
}

/* contact form */

#faq #c02.subsection h3 {
	padding-bottom: -webkit-calc( 43px - 16pt );
	padding-bottom: calc( 43px - 16pt );
}

#faq #c02.subsection div.wpcf7 {
	padding-top:62px;
}

.page section#faq dl.contact,
.page section#consulting dl.contact,
.page section#faq div.rcpt_pp,
.page section#consulting div.rcpt_pp {
	width:700px;
	margin:0 auto;
}

/* rcpt*/
.grecaptcha-badge{
	visibility: collapse !important;
}

.wpcf7-response-output {
	font-size:11pt;
	width:-webkit-calc(696px - 2em);
	width:calc(696px - 2em);
	padding: 0.2em 1em;
	margin:1em auto !important;
}

.page section dl.contact dt,
.page section dl.contact dd {
	width:100%;
	font-size:12pt;
}

.page section dl.contact dt {
	margin-bottom:0.5em;
	clear:left;
}

.page section dl.contact dd {
	margin-bottom:2em;
}

.page section dl.contact dd input[type="text"],
.page section dl.contact dd input[type="email"],
.page section dl.contact dd textarea {
	width:100%;
	box-sizing:border-box;
	padding:4px 8px;

	border: 1px solid #A1A1A1;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}

.page section dl.contact dd textarea {
	height:9em;
}

.page section dl.contact dd .wpcf7-form-control-wrap radio-1 {
	margin-top:0.5em;
}

.page section dl.contact dd.radio_area .wpcf7-list-item {
	float:left;
	margin:0 1em 0.5em 0;
}

input[type="radio"],
input[type="checkbox"] {
	width:1.5em;
	height:1.5em;
	vertical-align:middle;
	line-height:1.5em;
	margin-right:0.5em;
	cursor:pointer;
}

label {
	cursor:pointer;
}

.page section#faq .button_box,
.page section#consulting .button_box {
	width:700px;

	margin:1em auto;
}

.page section#faq button,
.page section#faq input[type=submit],
.page section#consulting button,
.page section#consulting input[type=submit] {
	width:20em;
	font-size:16pt;
	height:2em;
	line-height:1.8em;
	text-align:center;
	display:block;
	background-color:#FFF;
	border: 1px solid #A1A1A1;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	cursor:pointer;

	font-weight:bold;
}

.page section#faq button:hover,
.page section#consulting button:hover {
	background-color:#AACCFF;
}

/* archive:media */
.archive .subsection:last-of-type {
	padding-bottom:70px;
}

.archive section#media h2 {
	background:url(../images/ti_media.png) center center no-repeat;
	background-size: 395px 78.5px;
}

.archive section#media ul.media_list {
	margin:0px auto;
	width:1080px;
}

.archive section#media ul.media_list li {
	-webkit-flex-basis:25%;
	flex-basis:25%;
}

.archive section#media ul.media_list li div.mag_date {
	font-size:11pt;
	padding:0px 8px 0px 8px;
}

.archive section#media ul.media_list li div.mag_text {
	font-size:11pt;
	padding:0px 8px 32px 8px;
}



/* archives:information */
.archive section#media ul#information_list {
	margin:40px auto 0 auto;
	padding-bottom:0px;
	width:1080px;
	display:block;
}

.archive section#media ul#information_list>li {
	display:block;
}

.archive section#media ul#information_list>li+li {
	border-top:1px solid #465258;
	padding-top:40px;
	margin-top:40px;
}

.archive section#media ul#information_list>li>div {
	display:block;
}

.archive section#media ul#information_list>li div.date {
	font-size:12pt;
	padding:4px 16px 4px 16px;
	/*background-color:#60626C;*/
	background-color:#314F6B;
	color:#fff;
	float:left;
	width:3.5em;
	white-space:nowrap;
	clear:left;
}

.archive section#media ul#information_list li div.title {
	font-size:12pt;
	width: -webkit-calc(100% - 3.5em - 48px);
	width: calc(100% - 3.5em - 48px);
	padding:0 0 0 16px;
	vertical-align:top;
	float:left;
	font-weight:bold;
}

.archive section#media ul#information_list li div.text {
	padding-left:-webkit-calc( 3.81em + 48px );
	padding-left:calc( 3.81em + 48px );

	padding-top:0.5em;
	clear:left;
	float:none;
	font-size:11pt;
	line-height:1.8em;
}

.archive section#media ul#information_list li div.text a {
	font-weight:bold;
}

.archive section#media ul#information_list li div.text>p>img {
	display: block;
	margin: 0.5em auto 0.5em auto;
	max-width:100%;
}

.archive section#media ul#information_list li div.text a.readmore {
	margin-top:1em;
}

.archive section#media ul#information_list>li ul#media_photo {
	width:100%;
}

.archive section#media ul#information_list>li ul#media_photo>li>a {

}

.archive section#media div.nav_box {
	margin: 0 auto 20px auto;
	width:1080px;
	text-align:right;
	border-bottom:1px solid #465258;
	padding-bottom:4px;
}

.archive section#media ul#information_list+div.nav_box {
	margin: 20px auto 0px auto;
	border-top:1px solid #465258;
	padding-top:4px;
	border-bottom:none;
	padding-bottom:0px;
}

.archive section#media div.nav_box select {
	padding:0px 8px;
	font-size:10pt;
	line-height:18px;
	height:18px;

	font-family: 'Merriweather Sans' !important;
	font-weight:normal;

	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius:0;

	border: 1px solid #465258;

	padding-right:25px;
	background-image:url(../images/ic_pulldown.png);
	background-size: 18px 18px;
	background-repeat:no-repeat;
	background-position:right 0px;

	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* single media */
section#single_media {
	margin:0;
	/*width:calc(100% - 40px);*/
	width:100%;
}

section#single_media ul#breadcrumb {
	width:-webkit-calc(100% - 64px);
	width:calc(100% - 64px);
	margin-right:auto;
	margin-left:auto;
}

section#single_media div.media_main {
	width:1080px;
	margin:0 auto;
}

#single_media p {
	margin:1em 0;
	font-size:11pt;
}


#single_media div.link_to_architecture {
	margin:1em 0;
	font-size:11pt;
}

div.media_gallery {
	width: 100%;
	background-color:#F0F0F0;
}

ul#media_photo {
	margin:0 auto;
	width:1080px;
	display:block;
	display: -webkit-flex;
	display:flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding:20px 0 0 0;
	/*border-bottom: 1px solid #CCC;*/

	background-color:#F0F0F0;
}

ul#media_photo li {
	display:block;
	float:left;
	width:536px;
	-webkit-flex-basis:-webkit-calc((100% - 7px)/2);
	flex-basis:calc((100% - 7px)/2);
	/*height:402px;*//* w * 0.75*/
	height:354px;/* w * 0.66*/
	margin-right:0px;
	margin-bottom:7px;
	overflow:hidden;

	text-align:center;
}

ul#media_photo li:nth-child(2n + 1) {
	margin-right:7px;
	clear:left;
}

ul#media_photo li a {
	width:100%;
	height:100%;
	display:block;
	background-color:#FFF;
	margin:0 auto;

	background-position:center center;
	background-repeat:no-repeat;
	background-size: contain;
}


ul#media_photo li a img {
	height:100%;

	margin:0 auto;
	display:block;

}

#single_media div.date {
	border-top:1px solid #CCC;
	text-align:right;
	font-size:10pt;
	margin:0px auto 0px auto;
	padding:5px 0;
	color:#666;
	width:1080px;
}

/* image attachment */
section#image_attachment img {
	max-width:100%;
	height:auto;
}

section#image_attachment header.entry-header {
	font-size:24px;
	line-height:1.5em;
}

/* for spot ads like spot-hospital */

section#spot {
	width: calc(100% - 64px);
	margin: 0 auto;
}

#spot h3 span:first-child {
	font-size:30pt;
}

#spot h3 span:last-child {
	font-size:20pt;
	line-height:1.5em;
}

#spot .spot_maintext {
	font-size:14pt;
	width:60%;
	margin:auto auto;
	text-align:center;
}

#spot .spot_maintext p + p {
	margin-top:1em;
}

#spot .spot_maintext p a {
	color:#52a526;

}

#spot #architecture_photo {
	margin-top:64px;
}

#spot #other_works {
	margin-top:30px;
	padding-top:30px;
	border:0;
}

#spot #other_works h2 {
	height:auto;
}

#spot #other_works h3 {
	padding:0;
}


/* rc architectures */
.page #rc_architectures section.rc_content {
	height:calc(100vh - 55px);
	background-color:#26293B;
}

span.companyname {
	font-family:Quicksand;
	font-weight:bold;
	display:inline;
}

/* scrollに応じたbg処理 */
/* cf) https://naoyu.net/scroll-background-fadein/ */
.rc_bg {
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	position: fixed;
	background-position: center center;
	opacity: 0;
	-webkit-background-size: cover;
	background-size: cover;
	-webkit-transition: all 2s ease 0s;
	-moz-transition: all 2s ease 0s;
	transition: all 2s ease 0s;
}

.show .rc_bg {
    opacity: 1;
}

.rc_content .wrap {
    padding: 40vh 0 60vh;
    position: relative;
    z-index: 2;
}

#rc_cont01_bg { background-image: url(../images/rc_bg01.jpg); }
#rc_cont02_bg { background-image: url(../images/rc_bg01d.jpg?v1); }
#rc_cont03_bg { background-image: url(../images/rc_bg02d.jpg?v2); }
#rc_cont04_bg { background-image: url(../images/rc_bg03d.jpg); }
#rc_cont05_bg {
	height:auto;
	width:auto;
  min-width: 100%; 
  min-height: 100%; 
  top: 50%; 
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);

}

#rc_cont05_bg source {
  min-width: 100%; 
  min-height: 100%; 
}


#rc_cont06 {
	height:auto !important;
}

#rc_cont06 .wrap {
	height:auto;
	background-color:#26293B;
	position:relative;
	padding: 120px 0 60px 0;
}

.rc_content h1 {
	/*white-space:nowrap;*/
	word-break: keep-all;
}

#rc_cont01 #logo_box {
	position:absolute;
	margin:auto;
	left:0;
	right:0;
	top:calc(50vh - 8px);
	width:618px;
	height:72px;
}

#rc_cont01 h1 {
	width:295px;
	height:25px;
	background:url(../images/taa_logo_text.svg) right center no-repeat;
	background-size:contain;
	position:absolute;
	left:96px;
	top:21px;
	display:none;
}

#rc_cont01 #taa_logo {
	width: 72px;
	height:72px;
	background:url(../images/taa_logo_mark.svg) left center no-repeat;
	background-size:contain;
	position:absolute;
	left:0;
	top:0;
	display:none;
}

#rc_cont01 #taa_logo_x {
	width: 30px;
	height:30px;
	background:url(../images/taa_logo_x.svg) left center no-repeat;
	background-size:contain;
	position:absolute;
	left:420px;
	top:20px;
	display:none;
}

#rc_cont01 #taa_logo_rca {
	width: 129px;
	height:36px;
	background:url(../images/taa_logo_rca02.svg) left center no-repeat;
	background-size:contain;
	position:absolute;
	left:487px;
	top:16px;
	display:none;
}

#rc_cont01 .wrap {
	background-color:rgba(0,0,0,0.3);
	top:-55px;
}

.rc_content .text_block {
	/*background-color:rgba(0,0,0,0.7);*/
	padding:60px;
	color:#FFFFFF;
	margin-left:20px;
	width: 65vw;
}

.rc_content h1 {
	font-size:30px;
	margin-bottom:30px;
}

.rc_content .text {
	font-size:18px;
	font-weight:normal;
	line-height:1.8em;
}

.rc_content:nth-child(2n + 1) .text_block {
	margin-left:calc(35vw - 160px);
}

#rc_architectures + footer {
	margin-top:0;
}

#rc_cont05 .text_block {
	background-color:transparent;
	margin-left:0;
}

#rc_cont05 .wrap {
	padding:10vh 0 0 0;
}

#rc_cont05 .text {
	font-size:26px;
}

.rc_content .text p + p {
	margin-top:0.6em;
}

#rc_cont06 h2 {
	color:#FFFFFF;
	font-size:30px;
	text-align:center;
}

#rc_cont06 .message {
	color:#FFFFFF;
	text-align:center;
	margin-top:30px;
	font-size:18px;
	font-weight:normal;
}

#rc_cont06 .message a {
	color:#FFFFFF;
	font-weight:bold;
}

#rc_cont06 ul#architectures_list {
	margin:60px auto 0 auto;
	width:calc(100% - 60px);
}

#rc_cont06 ul#architectures_list li {
	flex-basis:calc( (100% - 50px) / 3 - 1px);
	margin-right:25px;
	padding-bottom:60px;
}

#rc_cont06 ul#architectures_list li:nth-child(3n) {
	margin-right:0;
}

#rc_cont06 ul#architectures_list div.data_box {
	padding:10px;
}

#rc_cont06 ul#architectures_list div.data_box h3 {
	color:#FFFFFF;
}

#rc_cont06 ul#architectures_list div.data_box div.data {
	color:#FFFFFF;
}

#rc_cont06 ul#architectures_list div.data_box div.data>span::after {
	content: "、";
}

#rc_cont06 ul#architectures_list div.data_box div.data>span:last-child::after {
	content: "";
}