@charset "UTF-8";

body {
	padding-top: 0;
/*	visibility: hidden;*/
}

#menuBtn2 {
	width: 30px;
	height: 30px;
	background: url(../common/images/menubtn_w.png) no-repeat;
	position: fixed;
	top: 15px;
	right: 2vw;
	z-index: 122;
	transition: .5s;
	cursor: pointer;
}
#menuBtn2.opened {
	right: calc(270px + 2vw);
}

/* fullSlideShow
--------------------------- */
#mainvisual {
	width: 100%;
	height: 100vh;
	text-align: left;
	position: relative;
	overflow: hidden;
}
#mainvisual ul {
	top: 50%;
	left: 50%;
	width: 100%;
	position: fixed; /* absolute or fixed */
	overflow: hidden;
}
#mainvisual ul li {
	top: 0;
	left: 0;
	width: 100%;
	display: none;
	position: absolute;
}
#mainvisual ul li img {
	width: 100%;
}
#mainvOverLay {
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,.3);
	position: absolute;
	top: 0;
	left: 0;
}

/* SideNavi
------------------------- */
#mainvisual .btnPrev,
#mainvisual .btnNext {
	top: 70%;
	width: 30px;
	height: 30px;
	border-top: solid 1px #FFF;
	border-right: solid 1px #FFF;
	position: fixed; /* absolute or fixed */
	z-index: 105;
}
#mainvisual .btnPrev {
	left: 2vw;
	transform: rotate(-135deg);
}
#mainvisual .btnNext {
	right: 2vw;
	transform: rotate(45deg);
}

/* PagiNation
--------------------------- */
.pagiNation {
	bottom: 90px;
	left: 0;
	width: 100%;
	height: 14px;
	text-align: center;
	position: fixed; /* absolute or fixed */
	z-index: 110; /* 非表示にする場合は「90」以下に */
 	visibility: visible; /* 非表示にする場合は「hidden」に */
}
.pagiNation a {
	width: 14px;
	height: 14px;
	background: rgba(255,255,255,.4);
	border-radius: 14px;
	margin: 0 5px;
	display: inline-block;
	overflow: hidden;
}
.pagiNation a.pnActive {
	background: #FFF;
}

#mainvisual .logo {
	width: 106px;
	margin-top: -100px;
	position: absolute;
	top: 50vh;
	left: 2vw;
	z-index: 121;
}
#mainvisual .logo img {
	width: 100%;
}
#mainvisual .catch {
	width: 312px;
	margin-top: -150px;
	position: absolute;
	top: 50vh;
	right: 2vw;
	z-index: 121;
}
#mainvisual .catch img {
	width: 100%;
}


#topcontents {
	width: 100%;
	text-align: left;
	background: #fff;
	padding: 10px 0;
	position: relative;
	z-index: 122;
}

#topcontents #about {
	text-align: center;
}
#topcontents #about p {
	text-align: center;
	line-height: 1.8;
}
#topcontents #about p:not(:last-of-type) {
	margin-bottom: 15px;
}
#topcontents #about figure {
	width: 690px;
	text-align: center;
	margin: 35px auto 0;
}
#topcontents #about figure img {
	width: 100%;
}


#topcontents #news {
	color: #FFF;
	background: url(../images/news_bg_01.jpg) #282c33 no-repeat center top;
	background-size: 100% auto;
}
#topcontents #news h2 {
	color: #FFF;
}
#topcontents #news h2::after {
	background: #FFF;
}
#topcontents #news a:link, #topcontents #news a:visited {
	color: #FFF;
}
#topcontents #news a:hover, #topcontents #news a:active {
	color: #FFF;
}
#topcontents #news dl {
	margin: 0 150px;
}
#topcontents #news dl.more {
	display: none;
}
#topcontents #news dt {
	float: left;
	width: 6rem;
	padding-left: 2.5rem;
	position: relative;
}
#topcontents #news dt::before {
	content: " ";
	width: 24px;
	height: 24px;
	border-radius: 24px;
	background: #646464;
	position: absolute;
	top: 0;
	left: 0;
}
#topcontents #news dt::after {
	content: " ";
	width: 6px;
	height: 6px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	margin-top: -.1em;
	position: absolute;
	top: 10px;
	left: 7px;
	transform: rotate(45deg);
}
#topcontents #news dd {
	margin: 0 0 20px;
	padding-left: 10rem;
}
#topcontents #news .arrow {
	width: 20px;
	height: 20px;
	text-align: center;
	border-right: solid 2px #FFF;
	border-bottom: solid 2px #FFF;
	transform: rotate(45deg);
	margin: 10px auto 0;
	cursor: pointer;
}

#topcontents #works .subContents > div {
	margin: 0 150px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#topcontents #works .subContents > div > div {
	width: 355px;
	margin: 0 0 30px;
	position: relative;
}
#topcontents #works .subContents > div > div img {
	width: 100%;
}
#topcontents #works .subContents > div > div .text {
	color: #000;
	text-align: center;
	line-height: 1.3;
	margin: 10px 0 0 0;
}
#topcontents #works .subContents > div > div .text h3 {
	font-size: 1.1rem;
	font-weight: bold;
}
#topcontents #works .subContents > div > div .text .sub {
	font-size: 0.9rem;
}

#topcontents #blog {
	background: #F5F5F2;
}
#topcontents #blog .blogs {
	margin: 0 150px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#topcontents #blog .blogs > div {
	width: 355px;
	margin: 0 0 30px;
}
#topcontents #blog .blogs > div .image {
	margin: 0 0 10px;
}
#topcontents #blog .blogs > div .image img {
	width: 100%;
}
#topcontents #blog .blogs > div .text {
	line-height: 1.4;
}
#topcontents #blog .btn {
	text-align: right;
	margin: 30px 0 0 0;
}
#topcontents #blog .btn a {
	border: solid 1px #464646;
	padding: 5px 20px;
	display: inline-block;
}
#topcontents #blog .btn a:link, #topcontents #blog .btn a:visited,
#topcontents #blog .btn a:hover, #topcontents #blog .btn a:active {
	color: #464646;
	text-decoration: none;
}
#topcontents #blog .btn a::before {
	content: ">>";
	margin-right: .3em;
}
#topcontents #blog .btn a:hover {
	opacity: .7;
}


/* FOR tablet
***************************************************************************/
@media screen and (max-width:1024px) {

	#topcontents #works .subContents > div > div {
		width: calc(50% - 2px);
	}
	#topcontents #blog .blogs > div {
		width: calc(50% - 15px);
	}
	#topcontents #blog .blogs > div .image img {
		width: 100%;
	}


}

/* FOR smartphone landscape
***************************************************************************/
@media screen and (max-width:700px) {


	body {
	}

	#menuBtn2 {
		display: none;
	}

	/* fullSlideShow
	--------------------------- */
	#mainvisual {
	}
	#mainvisual ul {
	}
	#mainvisual ul li {
	}
	#mainvisual ul li img {
	}


	/* SideNavi
	------------------------- */
	#mainvisual .btnPrev,
	#mainvisual .btnNext {
		margin-top: -15px;
		top: 50%;
		width: 30px;
		height: 30px;
		border-top: solid 1px #FFF;
		border-right: solid 1px #FFF;
		position: fixed; /* absolute or fixed */
		z-index: 105;
	}
	#mainvisual .btnPrev {
		left: 10px;
		transform: rotate(-135deg);
	}
	#mainvisual .btnNext {
		right: 10px;
		transform: rotate(45deg);
	}


	/* PagiNation
	--------------------------- */
	.pagiNation {
		bottom: 5vw;
		height: 10px;
	}
	.pagiNation a {
		width: 10px;
		height: 10px;
		border-radius: 10px;
		margin: 0 5px;
	}
	.pagiNation a.pnActive {
	}

	#mainvisual .catch {
		width: 60vw;
		margin-top: 0;
		position: absolute;
		top: 25vw;
		right: 2vw;
	}


	#topcontents {
	}

	#topcontents #about {
	}
	#topcontents #about p {
		line-height: 2.5;
	}
	#topcontents #about figure {
		width: 100%;
		margin: 25px auto 0;
	}

	#topcontents #news {
		color: #FFF;
		background: url(../images/news_bg_01_sp.jpg) #3c4357 no-repeat center top;
		background-size: 100% auto;
	}
	#topcontents #news h2 {
	}
	#topcontents #news h2::after {
	}
	#topcontents #news dl {
		margin: 0;
	}
	#topcontents #news dl.more {
	}
	#topcontents #news dt {
		float: left;
		width: 6rem;
		padding-left: 1.5rem;
		position: relative;
	}
	#topcontents #news dt::before {
		width: 16px;
		height: 16px;
		border-radius: 16px;
		top: 3px;
	}
	#topcontents #news dt::after {
		width: 4px;
		height: 4px;
		top: 7px;
		left: 5px;
		top: 10px;
	}
	#topcontents #news dd {
		margin: 0 0 15px;
		padding-left: 8rem;
	}
	#topcontents #news .arrow {
	}

	#topcontents #works .subContents > div {
		margin: 0;
		display: block;
	}
	#topcontents #works .subContents > div > div {
		width: 100%;
		margin: 0 0 20px;
	}
	#topcontents #works .subContents > div > div .text {
	}
	#topcontents #works .subContents > div > div .text h3 {
	}
	#topcontents #works .subContents > div > div .text .sub {
	}

	#topcontents #blog {
	}
	#topcontents #blog .blogs {
		margin: 0;
	}
	#topcontents #blog .blogs::before,
	#topcontents #blog .blogs::after {
		content: " ";
		width: 48%;
		display: block;
		order: 1;
	}
	#topcontents #blog .blogs > div {
		width: 48%;
		margin: 0 0 20px;
	}
	#topcontents #blog .blogs > div .image {
		margin: 0 0 5px;
	}
	#topcontents #blog .btn {
		margin: 10px 0 0 0;
	}
	#topcontents #blog .btn a {
	}
	#topcontents #blog .btn a:link, #topcontents #blog .btn a:visited,
	#topcontents #blog .btn a:hover, #topcontents #blog .btn a:active {
	}
	#topcontents #blog .btn a::before {
	}
	#topcontents #blog .btn a:hover {
		opacity: 1;
	}

}


/* FOR smartphone portrait
***************************************************************************/
@media screen and (max-width:400px) {


}


