@charset "utf-8";
@media screen and (min-width: 767px) {
html {
	font-size: 62.5%;	
}

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
	font-size: 10px;
	font-size: 1.0rem;
	color: #999;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;	
}

.inner {
	width: 980px;
	margin: 0 auto;
	text-align: center;
}



#slider img {
	width: 100%;
	height: auto;
}

article {
	padding-top: 60px;
	background-color: #fff;
}

article:nth-child(even) {
	background-color: #ccc;
	color: #fff;
}

/***** header *****/
header {
	background-color: rgba(255,255,255,0.9);
	height: 60px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	border-bottom: 1px solid #000;
}

header h1 {
	width: 120px;
	padding-top: 18px;
	float: left;
}

nav {
	width: 720px;
	float: right;
}

nav ul {
	margin-top: 24px;
}

nav ul li {
	margin-right: 22px;
	float: left;
}

nav ul li:last-child {
	margin-right: 0;
}

.navLine a {
	position: relative;
	text-decoration: none;
	font-size: 1.6rem;
	color: #333;
}

.navLine a::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: "";
	width: 100%;
	height: 1px;
	background-color: #900;
	transform: scale(0);
	transform-origin: center top;
	transition: transform 0.3s;
}

.navLine a:hover::after {
	transform: scale(1);
}

.snsBtn img {
	margin-top: -4px;
}

.navToggle,
.globalMenu {
	display: none;
}

/***** textLine *****/
h2 {
	margin-bottom: 60px;
	font-size: 6rem;
	display: flex;
	align-items: center;
	text-align: center;
}

h2::before {
	margin-right: 20px;
	border: 1px solid #999;
	content: "";
	flex: 1;
}

h2::after {
	margin-left: 20px;
	border: 1px solid #999;
	content: "";
	flex: 1;
}

#recommend h2::before,
#recommend h2::after,
#information h2::before,
#information h2::after{
	border: 1px solid #fff;
}

/***** parallax scrole *****/
.bg_fixed01 {
	height: 700px;
    background-color: #ccc;
	background-image: url(../images/bg_img01.jpg);
	background-size: 100% auto;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1;
}

.bg_fixed02 {
	height: 700px;
    background-color: #ccc;
	background-image: url(../images/bg_img02.jpg);
	background-size: 100% auto;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1;
}

.bg_fixed03 {
	height: 700px;
	background-image: url(../images/bg_img03.jpg);
	background-size: 100% auto;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1;
}

.bg_fixed04 {
	height: 700px;
	background-image: url(../images/bg_img04.jpg);
	background-size: 100% auto;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1;
}

.bgImg img {
	display: none;
}

/***** concept *****/
#concept {
	margin-bottom: 75px;
}
#concept h3 {
	font-size: 3rem;
	margin-bottom: 50px;
}

#concept p {
	font-size: 1.8rem;
	line-height: 4;
}

.innerin {
    font-size: 1.5rem;
    margin-top: -20px;
    margin-bottom: 25px;
}

.portfolio a {
    color: #999;
    font-size: 3rem;
}

/***** information *****/
#information {
	padding-bottom: 75px;
}

#information h3 {
	font-size: 3rem;
	margin-bottom: 45px;
}

#information p {
	font-size: 1.6rem;
	line-height: 2.5;
	margin-bottom: 50px;
}

#information .rotation {
	margin: 0 50px 60px 0;
	border-radius: 10px;
	width: 350px;
	height: 250px;
	transition: transform 2s;
}

#information .rotation:last-child {
	margin-right: 0;
}

#information .rotation:hover {
	transform: rotateY(360deg);
}

#information section pre,
#information section p {
	font-size: 1.5rem;
	margin-top: -20px;
	margin-bottom: 50px;
}

/***** profile *****/
#profile {
	padding-bottom: 10px;
}

#profile h3 {
	font-size: 3rem;
	margin-bottom: 30px;
}

#profile  p {
	font-size: 1.6rem;
	line-height: 2.5;
	margin-bottom: 50px;
}

/***** recommend *****/
#recommend {
	padding-bottom: 75px;
}

#recommend h3 {
	font-size: 3rem;
	margin-bottom: 30px;
    text-align: center;
}

.slider02 img ,.slider03 img ,.slider04 img ,.slider05 img {
	width: 100%;
	height: auto;
    width: 400px;
    margin: 0 auto;
    text-align: center;
}

.name01 ,.name02 ,.name03,.name04 {
    display: inline-block; 
    font-size: 3rem;
	margin-bottom: 30px;
    color: #fff;
}

#nameBox ul li a {
    color: #fff;
    margin-left: 30px;
}

#nameBox ul li a:last-child {
    margin-right: 0;
}

/***** access *****/
#access {
	padding-bottom: 50px;
}

#access ul li {
	font-size: 2rem;
	margin-bottom: 25px;
}

#access ul li p a{
    color: #999;
    text-decoration: none;
}

footer {
	text-align: center;
	background-color: #aaa;
	color: #fff;
	height: 60px;
	line-height: 60px;
	font-size: 1.8rem;
}

/***** pagetop *****/
#page_top {
	position: fixed;
	bottom: 60px;
	right: 20px;
	font-size: 0.8rem;
}

#page_top a {
	display: block;
	background-color: #aaa;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	border-radius: 5px;
}

#page_top a:hover {
	background-color: #fff;
	color: #aaa;
	border: 2px solid #aaa;
	margin: -2px;
}
}
/***** responsive *****/
@media screen and (max-width: 980px) {

html {
	font-size: 62.5%;	
}

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
	font-size: 10px;
	font-size: 1.0rem;
	color: #999;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;	
}

nav {
    display: none;
}

header {
    background-color: rgba(255,255,255,0.9);
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    border-bottom: 1px solid #000;
}

header h1 {
    padding-top: 18px;
}

.inner {
    width: 307px;
    margin: 0 auto;
    text-align: center;
}

.sp {
    width: 120px;
    margin: 0 auto;
    text-align: center;
}

#page_top a {
    display: none;
}
article {
	padding-top: 60px;
	background-color: #fff;
}

article:nth-child(even) {
	background-color: #ccc;
	color: #fff;
}
/***** textLine *****/
h2 {
	margin-bottom: 60px;
	font-size: 6rem;
	display: flex;
	align-items: center;
	text-align: center;
}

h2::before {
	margin-right: 20px;
	border: 1px solid #999;
	content: "";
	flex: 1;
}

h2::after {
	margin-left: 20px;
	border: 1px solid #999;
	content: "";
	flex: 1;
}

#recommend h2::before,
#recommend h2::after,
#information h2::before,
#information h2::after{
	border: 1px solid #fff;
}

/***** hamborger menu *****/
	.navToggle,
	.globalMenu {
		display: block;
	}
	
	.globalMenu {
		position: fixed;
		top: 0;
		left: 0;
		background-color: #ccc;
		color: #000;
		text-align: center;
		width: 100%;
		transform: translateY(-100%);
		transition: all 0.6s;
		z-index: 2;
	}
	
	.globalMenu ul {
		width: 100%;
		margin-top: 0;
	}
	
	.globalMenu ul li {
		font-size: 1.1rem;
		width: 100%;
		border-bottom: 1px dotted #333;
		margin-right: 0;
	}
	
	.globalMenu ul li a {
		display: block;
		text-decoration: none;
		color: #fff;
		font-size: 1.4rem;
		padding: 15px 0;
	}
	
	.globalMenu ul li:nth-child(n+6) a {
		padding: 10px 0;
	}
	
	.globalMenu ul li a:hover {
		background-color: #fff;
		color: #999;
	}
	
	.globalMenu.active {
		transform: translateY(0%);
	}
	
	.navToggle {
		display: block;
		position: fixed;
		top: 3px;
		right: 13px;
		width: 42px;
		height: 51px;
		cursor: pointer;
		background-color: #aaa;
		text-align: center;

		z-index: 3;
	}
	
	.navToggle span {
		display: block;
		position: absolute;
		width: 30px;
		border-bottom: 3px solid #eee;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		-ms-transition: .35s ease-in-out;
		-o-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
		left: 6px;
	}
	
	.navToggle span:first-child {
		top: 9px;
	}

	.navToggle span:nth-child(2) {
		top: 18px;
	}

	.navToggle span:nth-child(3) {
		top: 27px;
	}
	
	.navToggle span:nth-child(4) {
		top: 34px;
		border: none;
		color: #eee;
		font-size: 0.9rem;
		font-weight: bold;
	}

	.navToggle.active span:first-child {
		top: 18px;
		left: 6px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
		
	.navToggle.active span:nth-child(2),
	.navToggle.active span:nth-child(3) {
		top: 18px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}

h2 {
    font-size: 3rem;
}
/***** parallax scrole *****/
.bg_fixed01 {
	height: 700px;
    background-color: #ccc;
	background-image: url(../images/bg_img01.jpg);
	background-size: 100% auto;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1;
}

.bg_fixed02 {
	height: 700px;
    background-color: #ccc;
	background-image: url(../images/bg_img02.jpg);
	background-size: 100% auto;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1;
}

.bg_fixed03 {
	height: 700px;
	background-image: url(../images/bg_img03.jpg);
	background-size: 100% auto;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1;
}

.bg_fixed04 {
	height: 700px;
	background-image: url(../images/bg_img04.jpg);
	background-size: 100% auto;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1;
}

.bgImg img {
	display: none;
}
/****concept ****/

#concept {
    margin-bottom: 75px;
}

article {
    padding-top: 60px;
    background-color: #fff;
    padding-bottom: 10px;
}

#concept h3 {
    font-size: 2rem;
    margin: 0 auto 30px;
}

.innerin {
    font-size: 1.5rem;
    width: 240px;
    margin: auto;
    line-height: 1.6;
}

.portfolio {
    margin-top: 20px;
}


.portfolio a {
    font-size: 2rem;
    color: #999;
    margin-top: 20px;
}

#information h3 {
    font-size: 2rem;
    margin-bottom: 30px;
}

#information section {
    margin-bottom: 30px;
}
    

#information section pre, #information section p {
    font-size: 1.5rem;
    margin-bottom: 15px;
    line-height: 1.4;
}

/****profile ****/

#profile h3 {
    font-size: 3rem;
    margin-bottom: 30px;
}

#profile p {
    font-size: 1.6rem;
    line-height: 2.5;
}

#profile div  pre {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: 40px;
}

/****recommend ****/

#recommend {
    padding-bottom: 75px;
}

#recommend h3 {
    font-size: 2rem;
    margin-bottom: 20px;
}

#recommend div {
    text-align: center;
}

.name01, .name02, .name03, .name04 {
    display: inline-block;
    font-size: 2rem;
    margin-bottom: 30px;
    color: #fff;
}

#nameBox ul li {
    margin-right: px;
}

#nameBox ul li:last-child {
    margin-right: 0;
}

#nameBox ul li a {
    color: #fff;
    margin-right: 5px;
}







/***** access *****/

#access {
    padding-bottom: 50px;
}

#access ul li p a {
    color: #999;
}

#access ul li:nth-child(2) {
    font-size: 2rem;
}

#access ul li {
    margin-bottom: 25px;
}

/***** footer *****/

footer {
    font-size: 1.4rem;
    text-align: center;
    background-color: #aaa;
    color: #fff;
    height: 60px;
    line-height: 60px;
}

.bg_fixed01,
.bg_fixed02,
.bg_fixed03,
.bg_fixed04 {
    display: none;
}

.bgImg img {
    display: block;
}



}






















