@charset "utf-8";
/*----------------------------------------------------
	#main
----------------------------------------------------*/
#homeArea main {
	padding-bottom: 0;
}
/* KV boxslider */
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover, .flex-slider a:hover {
	outline: none;
}
.slides, .slides > li, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
	margin: 0;
	padding: 0;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}
.flexslider .slides img {
	width: 100%;
	display: block;
}
.flexslider .slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .flexslider .slides {
	display: block;
}
* html .flexslider .slides {
	height: 1%;
}
.no-js .flexslider .slides > li:first-child {
	display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
	margin: 0 0 60px;
	position: relative;
	zoom: 1;
}
.flexslider .slides {
	zoom: 1;
}
.flexslider .slides img {
	height: auto;
	-moz-user-select: none;
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.loading .flex-viewport {
	max-height: 300px;
}
.carousel li {
	margin-right: 5px;
}
.flex-direction-nav {
 *height: 0;
}
.flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 30px;
	height: 60px;
	margin: -20px 0 0;
	position: absolute;
	top: 50%;
	z-index: 2;
	overflow: hidden;
	opacity: 1;
	cursor: pointer;
}
.flex-direction-nav a:before {
	font-family: "flexslider-icon";
	font-size: 40px;
	display: inline-block;
	content: '\f001';
	text-indent: -99999px;
}
.flex-direction-nav a.flex-next:before {
	content: '\f002';
	text-indent: 99999px;
}
.flex-direction-nav .flex-prev {
	left: 0;
	background: url(/ja/tsuzuri/img/top/slide_arrow_prev.png) no-repeat;
}
.flex-direction-nav .flex-next {
	right: 0;
	background: url(/ja/tsuzuri/img/top/slide_arrow_next.png) no-repeat;
}
.flexslider:hover .flex-direction-nav .flex-prev {
	opacity: 1;
	left: 0;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
	opacity: 0.9;
	background-color: #a38e21;
	transition: 0.5s;
}
.flexslider:hover .flex-direction-nav .flex-next {
	opacity: 1;
	right: 0;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
	opacity: 0.9;
	background-color: #a38e21;
	transition: 0.5s;
}
.flex-direction-nav .flex-disabled {
	opacity: 0!important;
	filter: alpha(opacity=0);
	cursor: default;
	z-index: -1;
}
.flex-pauseplay a {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	opacity: 0.8;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: #000;
}
.flex-pauseplay a:before {
	font-family: "flexslider-icon";
	font-size: 20px;
	display: inline-block;
	content: '\f004';
}
.flex-pauseplay a:hover {
	opacity: 1;
}
.flex-pauseplay a.flex-play:before {
	content: '\f003';
}
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -40px;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	background: #ccc;
	cursor: pointer;
	text-indent: -9999px;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.flex-control-paging li a:hover {
	background: #a38e21;
	transition: 0.5s;
}
.flex-control-paging li a.flex-active {
	background: #a38e21;
	cursor: default;
}
.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}
.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}
.flex-control-thumbs img {
	width: 100%;
	height: auto;
	display: block;
	opacity: .7;
	cursor: pointer;
	-moz-user-select: none;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.flex-control-thumbs img:hover {
	opacity: 1;
}
.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}


.newsArea {
	background-color: #131313;
	padding: 10px 0;
}
.newsArea .newsInner {
	display: block;
	width: 1000px;
	margin: 0 auto;
}
.newsArea .newsInner h3 {
	float: left;
	margin-right: 20px;
}
.newsArea .newsInner .newsBox {
	float: left;
	width: 800px;
	padding-top: 2px;
}
.newsArea .newsInner .newsBox .newsContent {
	margin-bottom: 4px;
}
.newsArea .newsInner .newsBox .newsDate {
	float: left;
	width: 105px;
	color: #a38e21;
}
.newsArea .newsInner .newsBox .newsItem {
	float: left;
	width: 680px;
}
.newsArea .newsInner .newsBox .newsItem a:hover {
	color: #a38e21;
	text-decoration: underline;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
#tilingArea {
	margin: 0 auto 60px;
}
#tilingArea #tilingMenu {
	display: none;
	width: 100%;
	margin: 0 auto;
}
#tilingArea #tilingMenu .grid {
	width: 25%;
	display: inline-block;
	box-sizing: border-box;
	border: 1px #e6e6e0 solid;
}
#tilingArea #tilingMenu .grid a {
	display: block;
	position: relative;
	overflow: hidden;
}
#tilingArea #tilingMenu .grid a .caption {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	-webkit-transition: 1.5s;
	transition: 1.5s;
	opacity: 0;
	padding: 18% 20px;
	box-sizing: border-box;
	line-height: 1.3;
	font-size: 16px;
	font-size: 1.6rem;
}
#tilingArea #tilingMenu .grid a .caption span {
	display: block;
}
#tilingArea #tilingMenu .grid a .caption .production {
	margin-bottom: 5px;
}
#tilingArea #tilingMenu .grid a .caption .title {
	font-size: 26px;
	font-size: 2.6rem;
	margin-bottom: 5px;
}
#tilingArea #tilingMenu .grid a .caption .title .sub_title {
	font-size: 16px;
	font-size: 1.6rem;
}
#tilingArea #tilingMenu .grid a .caption .ruby {
	margin-bottom: 25px;
	font-size: 14px;
	font-size: 1.4rem;
}
#tilingArea #tilingMenu .grid a:hover .caption {
	opacity: 1;
}
#tilingArea #tilingMenu .grid img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
#tilingArea #tilingMenu .last_grid {
	width: 25%;
	display: inline-block;
	box-sizing: border-box;
	border: 1px #e6e6e0 solid;
	position: relative;
	perspective: 300px;
	-webkit-perspective: 300px;
	background-color: #fff;
}
#tilingArea #tilingMenu .last_grid a:hover {
	opacity: 0.8;
	-webkit-transition: 1s;
	transition: 1s;
}
#tilingArea #tilingMenu .last_grid img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
#contentArea {
	display: block;
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
#contentArea .contentBox {
	display: table;
	margin-bottom: 60px;
}
#contentArea .contentBox h3 {
	display: inline-block;
	margin: 0 0 10px 10px;
}
#contentArea .contentBox .leftCol.pcOnly {
	display: table-cell;
	vertical-align: bottom;
}
#contentArea .contentBox .leftCol .contentTxt {
	position: relative;
}
#contentArea .contentBox .rightCol.pcOnly {
	display: table-cell;
	vertical-align: bottom;
}
#contentArea .contentBox .rightCol .contentTxt {
	position: relative;
}
#contentArea .contentBox figure {
	width: 340px;
	height: 340px;
}
#contentArea .contentBox figure img {
	vertical-align: bottom;
}
#contentArea .contentBox .contentTxt {
	display: block;
	box-sizing: border-box;
	width: 660px;
	background-color: #212121;
	padding: 40px 35px;
}
#contentArea .contentBox .contentTxt:hover {
	background: rgba(255, 255, 255, 0.2);
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
#contentArea .contentBox .contentTxt dt {
	margin-bottom: 35px;
}
#contentArea .contentBox .contentTxt dd {
	line-height: 1.8;
	font-size: 18px;
	font-size: 1.8rem;
}
#contentArea .contentBox .contentTxt dd span {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 20px;
}
#contentArea a:hover figure {
	background-color: #fff;
}
#contentArea a:hover figure img {
	opacity: 0.8;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
#bsadArea {
	width: 100%;
	background-color: #fff;
	color: #000;
	padding: 60px 0 160px;
}
#bsadArea .bsadInner {
	display: block;
	width: 1000px;
	margin: 0 auto;
}
#bsadArea .bsadInner h3 {
	font-weight: bold;
	font-size: 30px;
	font-size: 3rem;
	/*margin-left: 150px;*//* 2017.10.25追加 オリンピックバナーと左位置揃えるため */
	margin-bottom: 40px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 游明朝, YuMincho, HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#bsadArea .bsadInner .bsadBox {
	width: 1000px;
	margin: 0 auto;
}
#bsadArea .bsadInner .bsadBox li {
	display: inline-block;
	vertical-align: top;
}
#bsadArea .bsadInner .bsadBox li p {
	font-size: 14px;
	font-size: 1.4rem;
	padding: 10px 10px 10px 0;
	width: 320px;
	box-sizing: border-box;
	text-align: left;
}
#bsadArea .bsadInner .bsadBox li a img:hover {
	opacity: 0.6;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
#bsadArea .bsadInner .bsadBox.col1 {
	text-align: center;
}
#bsadArea .bsadInner .bsadBox.col2 {
	text-align: center;
}
#bsadArea .bsadInner .bsadBox.col2 li {
	margin-right: 40px;
}
#bsadArea .bsadInner .bsadBox.col2 li:last-child {
	margin-right: 0;
}
#bsadArea .bsadInner .bsadBox.col3 li {
	margin-right: 10px;
}
#bsadArea .bsadInner .bsadBox.col3 li:nth-child(3n) {
	margin-right: 0;
}
#bsadArea .bsadInner .spbnrArea {
	width: 680px;
	margin: 0 auto;
	margin-top: 40px;
}
#bsadArea .bsadInner .spbnrArea a:hover {
	opacity: 0.6;
}
#bsadArea .bsadInner .spbnrArea p span {
	display: block;
	margin-bottom: 10px;
}
#bsadArea .bsadInner .spbnrArea a p {
	color: #252525;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 10px 10px 10px 0;
}

@media screen and (max-width:991px) {
	/*----------------------------------------------------
		#main
	----------------------------------------------------*/
	.flex-direction-nav a{
		margin: -35px 0 0;
	}
	.newsArea {
		background-color: #131313;
		padding: 15px;
	}
	.newsArea .newsInner {
		width: 100%;
	}
	.newsArea .newsInner .newsBox {
		width: 100%;
		font-size: 14px;
	}
	.newsArea .newsInner .newsBox .newsDate {
		width: 7em;
	}
	.newsArea .newsInner .newsBox .newsItem {
		width: 65%;
		word-break: break-all;
	}
	.newsArea .newsInner .newsBox .newsItem a:hover {
		color: #fff;
		transition: none;
		text-decoration: none;
	}
	#tilingArea #tilingMenu .grid,  #tilingArea #tilingMenu .last_grid {
		width: 33.33%;
	}
	#tilingArea #tilingMenu .grid a .caption,  #tilingArea #tilingMenu .last_grid a .caption {
		opacity: 0;
	}
	#tilingArea #tilingMenu .grid a:hover .caption,  #tilingArea #tilingMenu .last_grid a:hover .caption {
		opacity: 0;
	}
	#tilingArea #tilingMenu .grid a:hover img,  #tilingArea #tilingMenu .last_grid a:hover img {
		opacity: 1;
		transform: none;
		-webkit-transform: none;
	}
	#tilingArea #tilingMenu .last_grid a:hover {
		opacity: 1;
		transition: 0;
	}
	#contentArea {
		width: 100%;
	}
	#contentArea .contentBox {
		display: block;
	}
	#contentArea .contentBox .leftCol {
		float: left;
	}
	#contentArea .contentBox .leftCol.pcOnly {
		display: none;
	}
	#contentArea .contentBox .rightCol {
		float: right;
	}
	#contentArea .contentBox .rightCol.pcOnly {
		display: none;
	}
	#contentArea .contentBox figure {
		width: 33.33%;
		height: auto;
	}
	#contentArea .contentBox div.spOnly {
		position: relative;
		box-sizing: border-box;
		width: 66.67%;
	}
	#contentArea .contentBox div.spOnly img {
		width: 100%;
	}
	#contentArea a:hover {
		opacity: 1;
	}
	#contentArea a:hover figure {
		background: none;
	}
	#contentArea a:hover figure img {
		opacity: 1;
		transition: none;
	}
	#bsadArea .bsadInner {
		width: 100%;
	}
	#bsadArea .bsadInner h3 {
		font-size: 18px;
		font-size: 1.8rem;
		margin-left: 10px;
		margin-bottom: 20px;
	}
	#bsadArea .bsadInner .bsadBox {
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}
	#bsadArea .bsadInner .bsadBox li {
		box-sizing: border-box;
		width: 48%;
	}
	#bsadArea .bsadInner .bsadBox li p {
		padding: 5px 5px 5px 0;
		width: 100%;
	}
	#bsadArea .bsadInner .bsadBox li img {
		width: 100%;
	}
	#bsadArea .bsadInner .bsadBox li a:hover img {
		opacity: 1;
		transition: none;
	}
	#bsadArea .bsadInner .bsadBox.col2 li {
		margin-right: 5px;
	}
	#bsadArea .bsadInner .bsadBox.col3 li {
		margin-right: 1.5%;
		margin-bottom: 15px;
	}
	#bsadArea .bsadInner .bsadBox.col3 li:nth-child(2n) {
		margin-right: 0;
		margin-bottom: 0;
	}
	#bsadArea .bsadInner .spbnrArea {
		width: 94%;
		margin-top: 40px;
		text-align: center;
	}
	#bsadArea .bsadInner .spbnrArea a:hover {
		opacity: 0.6;
	}
	#bsadArea .bsadInner .spbnrArea a img {
		width: 100%;
	}
	#bsadArea .bsadInner .spbnrArea p span {
		display: block;
		margin-bottom: 10px;
	}
	#bsadArea .bsadInner .spbnrArea a p {
		color: #252525;
		font-size: 14px;
		font-size: 1.4rem;
		padding: 10px 10px 10px 0;
		text-align: left;
	}
