/*------------------------------------------------------------------------------
								INTRO
------------------------------------------------------------------------------*/
#words {
	width: 100%;
	padding: 1% 0 3%;
}
.words-cate-wrap {
	width: 100%;
}
.words-cate {
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.words-cate li {
	width: 33.333%;
	float: left;
	text-align: center;
	position: relative;
	line-height: 3em;
	box-sizing: border-box;
	font-size: 24px;
	font-weight: 800;
	font-family: 'Noto Serif JP', serif!important;
	border: 3px solid #b4984e;
	-webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:         all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.words-cate li:first-child {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-right:none;
}
.words-cate li:last-child {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-left:none;
}
.words-cate li.act {
	-webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:         all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	background: #b4984e;
	color: #000000;
}
.words-cate li.normal:hover {
	background: rgba(180,152,78,0.5);
	-webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:         all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.words-cate li a {
	position: absolute;
	width: 100%;
	height: 100%;
	left:0px;
	top:0px;
	text-indent: -99999px;
}
.words-cate li.act a {
	display: none;
}
.words-cate li.normal a {
	display: block;
}
.words-main-box {
	padding-top: 60px;
}
.words-small-cate {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 80px;
	z-index: 1;
}
.words-small-cate li {
	margin-right: 0.5%;
	float: left;
	position: relative;
	text-align: center;
	line-height: 3em;
	background: #b4984e;
	color: #000000;
	font-weight: 600;
	font-size: 16px;
}
.words-small-cate1 li {
	width: 16.25%;
}
.words-small-cate li.no-act {
	opacity: 0.6;
}
.words-small-cate li.no-act a {
	display: none;
}
.words-small-cate2 li {
	width: 9.55%;
}
.words-small-cate li:last-child {
	margin-right: 0px;
}
.words-small-cate li a {
	position: absolute;
	width: 100%;
	height: 100%;
	left:0px;
	top:0px;
	text-indent: -99999px;
}
.words-main-box {
	box-sizing: border-box;
	padding: 60px 80px 0;
}
.words-main-box h4 {
	display: inline-block;
	text-align: center;
	font-weight: 600;
	font-size: 20px;
	line-height: 2em;
	border: #cea228 solid 1px;
	color: #cea228;
	width: auto;
	padding: 0 2em;
	margin: 0 0 30px;
}

.words-main-box h5 {
	font-family: 'Noto Serif JP', serif!important;
	font-weight: 600;
	font-size: 32px;
	margin-bottom: 10px;
	padding-bottom: 15px;
	border-bottom: 1px solid #545454;
}
.words-main-box h5 span {
	font-weight: 800;
	font-size: 18px;
}
.words-main-box h5 span::before {
	content: "【 "
}
.words-main-box h5 span::after {
	content: " 】"
}
.words-main-box h5.new::after {
	content: "NEW!";
	font-family: 'Teko', sans-serif!important;
	font-weight: 500;
	color: #cea228;
	margin-left: 0.5em;
}
.words-main-box p {
	text-align: justify;
	font-size: 18px;
	line-height: 2.2em;
}
.words-hash {
	margin-top: -140px;
	padding-top: 140px;
}
.words-box {
	width: 100%;
	font-size:0;
	margin-bottom: 20px;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.words-box li {
	width: 48.5%;
	margin-right: 3%;
	min-height: 0px;
	font-size:16px;
	margin-bottom: 40px;
	box-sizing: border-box;
	padding: 30px 30px 20px;
	background: #1a1a1a;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.words-box li:nth-child(2n) {
	margin-right: 0%;
}
/*------------------------------------------------------------------------------
								SP
------------------------------------------------------------------------------*/
@media screen and (max-width: 1000px) {
#words {
	padding: 1% 0 0%;
}
.words-cate li {
	line-height: 3em;
	font-size: 4vw;
	border: 4px solid #b4984e;
	-webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:         all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.words-cate li:first-child {
	border-top-left-radius: 2vw;
	border-bottom-left-radius: 2vw;
}
.words-cate li:last-child {
	border-top-right-radius: 2vw;
	border-bottom-right-radius: 2vw;
}
.words-cate li.act {
	-webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:         all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.words-cate li.normal:hover {
	background: none;
	-webkit-transition: none;
	transition:         none;
}
.words-main-box {
	padding-top: 8vw;
}
.words-small-cate {
	margin-bottom: 8vw;
	z-index: 1;
}
.words-small-cate li {
	margin-right: 1%;
	margin-bottom: 1%;
	line-height: 4em;
	font-size: 2.6vw;
}
.words-small-cate1 li {
	width: 32.666%;
}
.words-small-cate2 li {
	width: 19.2%;
}
.words-small-cate1 li:last-child,.words-small-cate1 li:nth-child(3n),.words-small-cate2 li:nth-child(5n) {
	margin-right: 0px;
}
.words-main-box {
	padding: 8vw 40px 0;
}
.words-main-box h4 {
	font-size: 3.5vw;
	line-height: 2em;
	border: #cea228 solid 2px;
	margin: 0 0 5vw;
}

.words-main-box h5 {
	font-size: 4.5vw;
	margin-bottom: 2vw;
	padding-bottom: 3vw;
	border-bottom: 2px solid #545454;
}
.words-main-box h5 span {
	font-size: 3vw;
}
.words-main-box p {
	font-size: 2.8vw;
	line-height: 1.8em;
}
.words-hash {
	margin-top: -15vw;
	padding-top: 15vw;
}
.words-box {
	margin-bottom: 5vw;
}
.words-box li {
	width: 100%;
	display:block;
	margin-right: 0px;
	margin-bottom: 5vw;
	padding: 3vw 3vw 2vw;
	background: #1a1a1a;
	-webkit-border-radius: 2vw;
	-moz-border-radius: 2vw;
	border-radius: 2vw;
}

}

@media print{
.main ul li .photo-none {
	display:none;
}
}