@charset "utf-8";

#ProdInfomation .subpage-header .site-anc-navi {
    width: 100%;
    background-color: #000;
}

/*　カテゴリナビ
////////////////////////////////////////*/
.sp-thumbnails {
	width: 100%;
/* 	height: 145px; */
}
.sp-thumbnails .navi-box {
	padding-left: 1px;
	padding-right: 0;
}
.sp-thumbnails .navi-box:first-child {
	padding-left: 0;
}
.sp-thumbnail {
	width: 100%;
	height: 100%;
	background-color: #1d1d1d;
    border: none;
}
.sp-thumbnail a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 2.5rem 0 3rem 3.5rem;
}
.sp-thumbnail-container,
.sp-thumbnail-container:before {
	-webkit-transition: 0.5s;  
	-moz-transition: 0.5s;  
	-o-transition: 0.5s;  
	transition: 0.5s; 
}
.sp-thumbnail-container:before {
	border-bottom: 0;
}
.sp-thumbnail-container.sp-selected-thumbnail:before,
.sp-thumbnail-container:hover:before,
.ProdList_DM .sp-thumbnails .navi-box:nth-child(1) .sp-thumbnail-container:before,
.ProdList_CR .sp-thumbnails .navi-box:nth-child(2) .sp-thumbnail-container:before,
.ProdList_SC .sp-thumbnails .navi-box:nth-child(3) .sp-thumbnail-container:before,
.ProdList_DS .sp-thumbnails .navi-box:nth-child(4) .sp-thumbnail-container:before {
    content: '';
    position: absolute;
    width: 100%;
    border-bottom: 5px solid rgba(255,255,255,0.3);
    top: 0;
    /* margin-top: 13px; */
	-webkit-transition: 0.28s;  
	-moz-transition: 0.28s;  
	-o-transition: 0.28s;  
	transition: 0.28s; 
}
.sp-thumbnail-container {
	width: 100%;
/*  	height: 145px; */
/* 	margin-left: 1px; */
    margin-right: 0;
    padding: 0;
    background-color: rgba(255,255,255,0.2);
}
.sp-thumbnail-container {
    position: relative;
    display: block;
    overflow: hidden;
    float: none !important;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sp-thumbnail-container .sp-thumbnail {
/*     position: absolute; */
    top: 5px;
    margin-top: 5px !important;
}
.sp-thumbnail dl {
}
.sp-thumbnail dl dt {
	float: left;
}
.sp-thumbnail dl dd {
	padding-left: 8.5rem;
}
.sp-thumbnail dl dd .ttl-en {
	letter-spacing: 0.53em;
	padding-bottom: 1rem;
}
.sp-thumbnail dl dd .ttl-jp {
	letter-spacing: 0.2em;
	color: #fff;
	padding-bottom: 1rem;
}
.sp-thumbnail dl dd .items {
	color: #999;
	line-height: 1.1;
}
@media screen and (max-width: 1199px) {
	.sp-thumbnail a {
		padding: 1rem 0 1.5rem;
		text-align: center;
	}
	.sp-thumbnail dl dt {
		display: none;	}
	.sp-thumbnail dl dd {
		padding-left: 0;
	}
	.sp-thumbnail dl dd .ttl-jp {
		line-height: normal;
		padding: 0;
		font-size: 1.5rem;
		letter-spacing: 0.1em;
	}
	.sp-thumbnail dl dd .ttl-en {
		letter-spacing: 0.15em;
		padding-bottom: 1rem;
	}
}
@media screen and (max-width: 767px) {
	.sp-thumbnail-container {
	 	height: 110px;
	}
	.sp-thumbnail dl dd .items {
		display: none;
	}
	.sp-thumbnail a {
		padding: 1rem 1rem 1.5rem;
		text-align: center;
	}
}

.sp-thumbnail.thumb-slide01 dl dd .ttl-en {
	color: #00ccff;
}
.sp-thumbnail.thumb-slide02 dl dd .ttl-en {
	color: #ff9900;
}
.sp-thumbnail.thumb-slide03 dl dd .ttl-en {
	color: #99cc00;
}
.sp-thumbnail.thumb-slide04 dl dd .ttl-en {
	color: #9999ff;
}


/*　カテゴリータイトル
////////////////////////////////////////*/
.sec-categoryttl {
}
.category-title {
	display: table;
	text-align: center;
	padding-top: 6rem;
	padding-bottom: 5rem;
	margin: 0 auto;
}
.category-title span {
	display: block;
}
.category-title .ttl-en {
	letter-spacing: 0.53em;
	padding-bottom: 0.5rem;
}
.category-title .ttl-jp {
	letter-spacing: 0.1em;
	color: #888;
	padding-bottom: 2rem;
}
.category-title .item-prodNum {
	letter-spacing: 0.05em;
	color: #000;
	line-height: inherit;
	padding-bottom: 1.3rem;
	border-bottom: 8px solid #d4d4de;
}
.ProdList_DM .category-title .ttl-en {
	color: #00ccff;
}
.ProdList_CR .category-title .ttl-en {
	color: #ff9900;
}
.ProdList_SC .category-title .ttl-en {
	color: #99cc00;
}
.ProdList_DS .category-title .ttl-en {
	color: #9999ff;
}
@media screen and (max-width: 991px) {
	.category-title {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
}
@media screen and (max-width: 767px) {
	.category-title .ttl-jp {
		padding-bottom: 1.5rem;
	}
	.category-title .ttl-en {
		padding-bottom: 1rem;
	}
}


/*　概要
////////////////////////////////////////*/
.sec-outline {
	background-color: #ecefff;
	padding: 5rem 0;
}
.sec-outline .wrap-table {
	width: 100%;
}
.sec-outline .wrap-table dl {
	width: 100%;
}
.sec-outline .wrap-table dl dt {
	display: inline-block;
	text-align: center;
	width: 193px;
	float: left;
	position: relative;
}
.sec-outline .wrap-table dl dt:after {
	content: "";
	display: inline-block;
	width: 2px;
	height: 30px;
	background-color: #7e8ded;
	position: absolute;
	right: 20px;
	top: 0;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.sec-outline .wrap-table dl dt span {
	display: block;
}
.sec-outline .wrap-table dl dt .ttl-jp {
	color: #4a4a4a;
	letter-spacing: 0.18em;
	padding-bottom: 0.05rem;
}
.sec-outline .wrap-table dl dt .ttl-en {
	letter-spacing: 0.05em;
	color: #999;
}
.sec-outline .wrap-table dl dd {
	padding-left: 207px;
	padding-bottom: 5rem;
}
.sec-outline .wrap-table dl dd:last-child {
	padding-bottom: 0;
}
.sec-outline .wrap-table dl dd p {
	line-height: 2.4rem;
	letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
	.sec-outline {
		padding: 3rem 0;
	}
	.sec-outline .wrap-table dl dt {
		text-align: left;
		width: inherit;
		float: none;
		margin-bottom: 1rem;
		padding-bottom: 0.3rem;
	}
	.sec-outline .wrap-table dl dt:after {
		content: "";
		width: 20%;
		height: 2px;
		right: inherit;
		left: 0;
		top: inherit;
		bottom: 0;
		-moz-transform: rotate(0);
		-webkit-transform: rotate(0);
		-o-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
	}
	.sec-outline .wrap-table dl dd {
		padding-left: 0;
		padding-bottom: 3rem;
	}
}


/*　詳細部分説明
////////////////////////////////////////*/
.sec-detailinfo {
	padding: 7rem 0;
}
@media screen and (max-width: 767px) {
	.sec-detailinfo {
		padding: 3rem 0;
	}
}
.sec-detailinfo .wrap-table dl {
	width: 100%;
}
.sec-detailinfo .wrap-table dl dt {
	display: inline-block;
	width: 370px;
	margin-bottom: 2rem;
}
.sec-detailinfo .wrap-table dl dt span {
	display: block;
	width: 100%;
	color: #fff;
	line-height: 5rem;
	letter-spacing: 0.1em;
	padding: 0 3rem;
	background: #2f3cbd;
	background: -moz-linear-gradient(left,  #2f3cbd 20%, #8238c9 100%);
	background: -webkit-linear-gradient(left,  #2f3cbd 20%,#8238c9 100%);
	background: linear-gradient(to right,  #2f3cbd 20%,#8238c9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f3cbd', endColorstr='#8238c9',GradientType=1 );
}
.sec-detailinfo .wrap-table dl dd {
	padding-bottom: 7rem;
}
.sec-detailinfo .wrap-table dl dd:last-child {
	padding-bottom: 0;
}
.sec-detailinfo .wrap-table dl dd p {
	line-height: 2.4rem;
	letter-spacing: 0.15em;
	padding: 0 6rem;
}
@media screen and (max-width: 767px) {
	.sec-detailinfo .wrap-table dl dt {
		width: 100%;
		margin-bottom: 1.5rem;
	}
	.sec-detailinfo .wrap-table dl dt span {
		line-height: 4rem;
		padding: 0 1.5rem;
	}
	.sec-detailinfo .wrap-table dl dd {
		padding-bottom: 3rem;
	}
	.sec-detailinfo .wrap-table dl dd p {
		padding: 0 2%;
	}
}


/*　製品一覧
////////////////////////////////////////*/
.sec-productlist {
}
@media only screen and (max-width: 767px) {
	.sec-productlist .container-flucol {
		padding: 0;
	}
}
.sec-productlist .prodlist-wrap {
	width: 100%;
	border-top: 1px solid #e4e4ea;
}
@media only screen and (max-width: 480px) {
	.sec-productlist .inner-ful {
	  -ms-flex-preferred-size: 100%;
	  flex-basis: 100%;
	  max-width: 100%;
	}
}
.sec-productlist .prodlist-wrap .prod-box {
	width: 100%;
	border-bottom: 1px solid #e4e4ea;
	border-right: 1px solid #e4e4ea;
	padding: 4rem 5rem 5rem;
}
@media screen and (min-width: 992px) and (max-width: 1380px) {
	.sec-productlist .prodlist-wrap .prod-box {
		padding: 10%;
	}
}
@media only screen and (max-width: 991px) {
	.sec-productlist .prodlist-wrap .prod-box {
		padding: 1.5rem;
	}
}
.sec-productlist .prodlist-wrap .prod-box.c-ttl {
	background-color: #000;
	padding: 6rem 5rem;
}
@media screen and (max-width: 1200px) {
	.sec-productlist .prodlist-wrap .prod-box.c-ttl {
		padding: 4rem 3rem;
	}
}
@media screen and (max-width: 768px) {
	.sec-productlist .prodlist-wrap .prod-box.c-ttl {
		padding: 2rem;
	}
}
.sec-productlist .prodlist-wrap .prod-box.c-ttl span {
	display: block;
}
.sec-productlist .prodlist-wrap .prod-box .category-en {
	letter-spacing: 0.53em;
	padding-bottom: 0.8rem;
}
.ProdList_DM .sec-productlist .prodlist-wrap .prod-box .category-en {
	color: #00ccff;
}
.ProdList_CR .sec-productlist .prodlist-wrap .prod-box .category-en {
	color: #ff9900;
}
.ProdList_SC .sec-productlist .prodlist-wrap .prod-box .category-en {
	color: #99cc00;
}
.ProdList_DS .sec-productlist .prodlist-wrap .prod-box .category-en {
	color: #9999ff;
}
.sec-productlist .prodlist-wrap .prod-box .ttl-en {
	color: #a8a8a8;
	letter-spacing: 0.2em;
	line-height: 1em;
	padding-bottom: 0.8rem;
}
.sec-productlist .prodlist-wrap .prod-box .ttl-jp {
	color: #fff;
	letter-spacing: 0.15em;
}
.sec-productlist .prodlist-wrap .prod-box .item-ttl {
	display: inline-table;
	width: 100%;
	text-align: center;
	line-height: inherit;
	margin-bottom: 1rem;
	padding-bottom: 0.8rem;
	border-bottom: 4px solid #d4d4de;
	color: #000;
}
.sec-productlist .prodlist-wrap .prod-box .item-ttl span {
	display: table-cell;
	vertical-align: bottom;
}
.sec-productlist .prodlist-wrap .prod-box .item-img {
	display: block;
	width: 100%;
	padding-bottom: 2rem;
}
.sec-productlist .prodlist-wrap .prod-box .item-img img {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 480px) {
	.sec-productlist .prodlist-wrap .prod-box .item-img img {
		background-size: 100%;
	}
}
.sec-productlist .prodlist-wrap .prod-box .btn-toDetail {
	display: block;
	width: 100%;
	background-color: #ededf4;
}
.sec-productlist .prodlist-wrap .prod-box .btn-toDetail h3 {
	width: 100%;
	display: inline-block;
	line-height: 5rem;
	padding: 0 6.2rem 0 1.2rem;
	color: #000;
	text-align: right;
	position: relative;
}
.sec-productlist .prodlist-wrap .prod-box .btn-toDetail h3 i {
	display: inline-block;
	width: 50px;
	color: #fff;
	font-size: 3rem;
	line-height: 5rem;
	float: right;
	background-color: #2f3aa8;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
}
.sec-productlist .prodlist-wrap .prod-box .btn-toDetail h3 i:before {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.sec-productlist .prodlist-wrap .prod-box .btn-toDetail:hover h3 i:before {
	margin-right: -0.8rem;
}
.sec-productlist .prodlist-wrap .prod-box .btn-set {
	display: table;
	table-layout: fixed;
	text-align: center;
	width: 100%;
	padding-top: 0.5rem;
}
.sec-productlist .prodlist-wrap .prod-box .btn-set a {
	display: table-cell;
	vertical-align: middle;
	background-color: #7e8ded;
	color: #fff;
	text-align: center;
	position: relative;
	border-left: 1px solid #fff;
}
.sec-productlist .prodlist-wrap .prod-box .btn-set a span {
	display: block;
	width: 100%;
	line-height: 45px;
/*
	text-align: right;
	padding-right: 2.3rem;
*/
	text-align: center;
}
.sec-productlist .prodlist-wrap .prod-box .btn-set a {
	display: block;
	width: 100%;
	border-left: none;
}
.sec-productlist .prodlist-wrap .prod-box .btn-set.pic a {
	display: table-cell;
	width: 100%;
	border-left: none;
}
.sec-productlist .prodlist-wrap .prod-box .btn-set.pic a+a {
	border-left: 1px solid #fff;
	margin-bottom: 0;
}
.sec-productlist .prodlist-wrap .prod-box .btn-set a span {
	text-align: left;
	padding-right: 1rem;
	padding-left: 4rem;
}
.sec-productlist .prodlist-wrap .prod-box .btn-set.pic a span {
	text-align: left;
	padding-right: 0.1rem;
	padding-left: 3.2rem;
}
@media screen and (min-width: 480px) and (max-width: 1160px) {
	.sec-productlist .prodlist-wrap .prod-box .btn-set.pic a {
		display: block;
		width: 100%;
		border-left: none;
	}
	.sec-productlist .prodlist-wrap .prod-box .btn-set.pic a+a {
		border-left: none;
		margin-bottom: 0;
		border-top: 1px solid #fff;
	}
}

/*
@media screen and (max-width: 1380px) {
	.sec-productlist .prodlist-wrap .prod-box .btn-set a {
		display: block;
		width: 100%;
		border-left: none;
		margin-bottom: 0.5rem;
	}
	.sec-productlist .prodlist-wrap .prod-box .btn-set a+a {
		margin-bottom: 0;
	}
	.sec-productlist .prodlist-wrap .prod-box .btn-set a span {
		text-align: left;
		padding-right: 1rem;
		padding-left: 4rem;
	}
}
*/

@media screen and (min-width: 481px) and (max-width: 991px) {
	.sec-productlist .prodlist-wrap .prod-box .btn-toDetail h3 {
		width: 100%;
		display: inline-block;
		line-height: 5rem;
		padding: 0 6.2rem 0 1rem;
		color: #000;
		text-align: right;
		position: relative;
		font-size: 2rem;
	}
}



.sec-productlist .prodlist-wrap .prod-box .btn-set a+a {
}
.sec-productlist .prodlist-wrap .prod-box .btn-set a i {
	position: absolute;
	left: 1rem;
	font-size: 2rem;
	top: 1rem;
}


.invisible {
  transition: all 1.5s ease-out;
  opacity: 0.0;
  transform: translateX(20px);
}
 
.visible {
  transition: all 1s ease-out;
  opacity: 1.0;
  transform: translateX(0px);
}

/*
.invisible {
	transition: all 0.5s ease;
	opacity: 0.0;
}
.visible {
	animation-name: itemList;
	animation-duration: 1s;
	animation-timing-function: ease-out;
	animation-delay: 0.5s;
	animation-iteration-count: 1;
}
@keyframes itemList {
	0% {
		opacity: 0.0;
		transform: translateX(20px);
	}
	100% {
		opacity: 1.0;
		transform: translateX(0px);
	}
}
*/

/* media screen
========================= */
@media screen and (min-width: 1200px) {
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
}
@media screen and (min-width: 769px) and (max-width: 991px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 480px) {
}
