/*===============
footer absolute
=================*/

html,
body,
#wrapper {
	height: 100%;
}

html {
	overflow-y: scroll;
}

body > #wrapper {
	height: auto;
}

#wrapper {
	min-height: 100%;
	width: 100%;
	position: relative;
}

#main {
	width: 100%;
	padding-bottom: 100px !important;
}

footer {
	height: 100px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

/*===============
footer absolute end
=================*/

body {
	font-family: montserrat, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	color: #000;
}

#main {
	padding: 2rem 1rem;
}

footer address {
	width: 100%;
	line-height: 40px;
	margin: 0;
	padding: 0 15px;
	font-size: 12px;
	position: absolute;
	left: 0;
	bottom: 0;
}

a {
	color: #000 !important;
}

a:hover {
	opacity: .6;
}

a:focus {
	outline: none;
}

.sitettlWrap {
	padding-left: 1rem;
}

.sitettlWrap .site-title {
	margin: 0 0 2rem;
}

.sitettlWrap .site-title a {
	display: inline-block;
	line-height: 1.4;
}

.sitettlWrap .site-title a span {
	display: inline-block;
	padding: 0 0 1rem;
	font-size: 47px;
	font-weight: bold;
	border-bottom: 5px solid #000;
	letter-spacing: 2px;
}

#topMenu {
	list-style: none;
	margin: 0 0 0 1rem;
	padding: 0;
	font-weight: bold;
}

#topMenu li a {
	font-size: 47px;
	letter-spacing: 2px;
}

#topMenu li a:hover {
	text-decoration: none;
}

#mainNav ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 1rem;
}

#mainNav ul li a {
	font-size: 47px;
	font-weight: bold;
	letter-spacing: 2px;
}

#mainNav ul li a:hover {
	text-decoration: none;
}

#mainNav ul li.current a {
	color: #c50018 !important;
}

.trigger {
	display: none;
}

#hiddenWin {
	display: none;
}

.post-navigation .nav-links {
	flex-direction: row-reverse;
}

.post-navigation .nav-links .nav-previous {
	text-align: right;
}

.post-navigation .nav-links .nav-next {
	text-align: left;
}

.nav-links .nav-previous a,
.nav-links .nav-next a {
	display: block;
	position: relative;
}

.nav-links .nav-previous a::before,
.nav-links .nav-next a::before {
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 0;
}

.nav-links .nav-previous a .nav-title,
.nav-links .nav-next a .nav-title {
	display: block;
	width: 15px;
	height: 0;
	padding-top: 15px;
	line-height: 15px;
	overflow: hidden;
}

.nav-links .nav-next a::before {
	border-width: 2px 0 0 2px;
	border-style: solid;
	border-color: #000;
	transform: rotate(-45deg);
	left: 7px;
}

.nav-links .nav-previous a::before {
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #000;
	transform: rotate(45deg);
	right: 7px;
}

.hd_img_pc {
	width: calc( 100% - 1rem);
	height: auto;
	margin: 0 0 3rem 1rem;
}

.hd_img_sp {
	width: 80%;
	height: auto;
	margin-left: auto;
}

ul.lst_works {
	list-style: none;
	padding: 1em 0 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

ul.lst_works::before,
ul.lst_works::after {
	content: '';
	display: block;
	width: 32%;
	height: 0;
}

ul.lst_works::before {
	order: 1;
}

ul.lst_works li {
	width: 32%;
	margin-bottom: 1rem;
}

ul.lst_works li a {
	display: block;
	width: 100%;
	height: auto;
}

ul.lst_works li a img {
	width: 100%;
	height: auto;
}

.eachPic {
	text-align: right;
}

.eachPic .embed-responsive {
	margin-bottom: 2rem;
}

.eachPic .embed-responsive video {
	width: auto !important;
	outline: none;
	border: none;
	filter: drop-shadow(0px 0px #000);
}

.eachPic img {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-bottom: 2rem;
}

.eachPic img.w70 {
	width: 70%;
}

.eachPic p {
	line-height: 1.8;
	text-align: left;
	font-size: 12px;
	color: #000;
	margin-bottom: 2rem;
}

.eachPic p span {
	display: block;
	text-indent: -7px;
}

.entry-content {
	margin: 1em 0 0;
}

#cntntBio {
	margin: 1em 0 0;
}

#cntntBio .history {
	line-height: 1.8;
	margin-bottom: 7rem;
	font-size: 12px;
	color: #000;
}

#cntntBio .history h2 {
	font-size: 13px;
	margin-bottom: 2rem;
}

#cntntBio .history dl {
	display: flex;
	flex-wrap: wrap;
}

#cntntBio .history dl dt,
#cntntBio .history dl dd {
	margin: 0 0 .5rem;
	padding: 0;
}

#cntntBio .history dl dt {
	width: 6%;
	font-weight: normal;
	letter-spacing: 1px;
}

#cntntBio .history dl dd {
	width: 92%;
}

dl.lst_news {
	display: flex;
	flex-wrap: wrap;
	line-height: 1.8;
	font-size: 13px;
	color: #000;
}

dl.lst_news dt,
dl.lst_news dd {
	padding: 0;
}

dl.lst_news dt {
	width: 15%;
	margin: 0 0 1.5rem;
	font-weight: normal;
	letter-spacing: 3px;
}

dl.lst_news dd {
	width: 85%;
	margin: 0 0 1.5rem;
}

dl.lst_news dd a:hover {
	text-decoration: none;
}

.category-news {
	padding-top: .5rem;
}

.category-news #newsHeader {
	display: flex;
}

.category-news #newsHeader .postTime {
	display: inline-block;
	line-height: 1.8;
	padding-right: 1rem;
	letter-spacing: 2px;
	font-size: 16px;
}

.category-news #newsHeader .entry-title {
	line-height: 1.8;
	margin-bottom: 2rem;
	font-size: 16px;
}

.category-news #cntntNews {
	margin-bottom: 8rem;
	line-height: 1.8;
	font-size: 13px;
}

.category-news #cntntNews figure {
	text-align: right;
}

.category-news #cntntNews figure img {
	margin: 1em 0;
}

.category-news #cntntNews figure.w70 img {
	width: 70%;
	margin-left: auto;
}

#cntntWorks {
	margin-bottom: 8rem;
}

@media (max-width: 1199px) {

.sitettlWrap .site-title a span {
	font-size: 28px;
}

#topMenu li a {
	font-size: 28px;
}

#mainNav ul li a {
	font-size: 28px;
}

ul.lst_works {
	padding-top: .5rem;
}

.entry-content {
	margin: .5rem 0 0;
}

#cntntBio {
	margin: .5rem 0 0;
}

}

@media (max-width: 991px) {

#main {
	padding: 2rem 0 2rem 1rem;
}

.sitettlWrap {
	padding-left: 0;
}

.sitettlWrap .site-title a span {
	font-size: 28px;
}

#topMenu li a {
	font-size: 28px;
}

#mainNav ul {
	padding: 0;
}

#mainNav ul li a {
	font-size: 28px;
}

.hd_img_pc {
	margin: 0 0 2rem 1rem;
}

#cntntBio .history dl dt {
	width: 12%;
}

#cntntBio .history dl dd {
	width: 85%;
}

dl.lst_news dt {
	width: 28%;
}

dl.lst_news dd {
	width: 72%;
}

}

@media (max-width: 767px) {

#main {
	padding: 2rem 1rem;
}

footer address {
	font-size: 10px;
}

.sitettlWrap .site-title a span {
	font-size: 32px;
}

#topMenu {
	margin: 0 0 3rem;
}

#topMenu li a {
	font-size: 32px;
}

#mainNav ul {
	margin-bottom: 2.5rem;
	padding: 0;
}

#mainNav ul li {
	display: none;
}

#mainNav ul li.current {
	display: block;
}

#mainNav ul li.current a {
	font-size: 32px;
}

.trigger {
	display: block;
	width: 22px;
	height: 33px;
	position: fixed;
	top: 2rem;
	right: 2rem;
	z-index: 2;
}

.trigger::before,
.trigger::after {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background: #000;
	position: absolute;
	left: 0;
}

.trigger::before {
	top: 8px;
}

.trigger::after {
	bottom: 8px;
}

.trigger span {
	display: block;
	width: 100%;
	height: 0;
	padding-top: 3px;
	line-height: 1;
	overflow: hidden;
	background: #000;
	position: absolute;
	left: 0;
	top: calc( 50% - 1.5px);
}

.trigger.on::before,
.trigger.on::after {
	top: calc( 50% - 1.5px);
}

.trigger.on::before {
	transform: rotate(45deg);
}

.trigger.on::after {
	transform: rotate(135deg);
}

.trigger.on span {
	display: none;
}

#hiddenWin {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: -webkit-fill-available;
	background: #fff;
	position: fixed;
	left: 0;
	top: -100vh;
	z-index: 1;
	transition: all .4s ease;
}

#hiddenWin.active {
	top: 0;
}

#hiddenWin .inner {
	display: table-cell;
	vertical-align: middle;
}

#hiddenWin .inner ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#hiddenWin .inner ul li a {
	display: block;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
}

ul.lst_works li {
	width: 48%;
}

.eachPic p {
	font-size: 11px;
}

#cntntBio .history dl dt {
	width: 15%;
}

#cntntBio .history dl dd {
	width: 85%;
}

dl.lst_news {
	display: inherit;
}

dl.lst_news dt {
	width: auto;
	margin-bottom: 0;
}

dl.lst_news dd {
	margin-bottom: 2rem;
	width: auto;
}

.category-news #newsHeader {
	display: inherit;
}

.category-news #cntntNews {
	margin-bottom: 5rem;
}

#cntntWorks {
	margin-bottom: 5rem;
}

}

