@charset "utf-8";

html {text-align: center;}

div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea,
p, blockquote, th, td {
	margin: 0;
	padding: 0;
	box-sizing: boder-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

body {
	color: #231815;
	margin: 0 auto;
	padding: 0;
	background:none;
	font-size: 100%;
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	line-height: 2;
	text-align: center;
	-webkit-text-size-adjust: 100%;
	overflow-x:hidden;
	background-color: #000;
}

fieldset, img{
	border:0;
	vertical-align:bottom;
	margin: 0;
}

address, caption, cite,
code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul{list-style:none;}

caption, th{text-align:left;}

h1, h2, h3, h4, h5, h6{
	width: auto;
	font-size:100%;
	font-weight:normal;
}

q:before, q:after{content:”;}

abbr, acronym{border:0;}


/*------------------------------------
	link
------------------------------------*/
a:link {
	color: #000;
	background-color: transparent;
	text-decoration: none;
}

a:visited {
	color: #666;
	background-color: transparent;
	text-decoration: none;
}

a:hover, a:active {
	color: #666;
	background-color: transparent;
	text-decoration: none;
}

/*------------------------------------
	clearfix
------------------------------------*/
.clearfix:after {
  content: "."; 
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
}

.clear {
	clear: both;
}

/*改行クラス（PC）*/
.breakLinePc{
	display:block;
}

/*改行クラス（SP）*/
.breakLineSp{
	display:inline;
}

.inner{
	position: relative;
	width: 1000px;
	margin: auto;
}

.fadeInWrap01{
	position: relative;
	transition-duration:1.0s;
	opacity: 0;
	bottom: -50px;
}

.fadeInWrap01.active{
	opacity: 1;
	bottom: 0;
}

.fadeInWrap02{
	position: relative;
	transition-duration:1.5s;
	opacity: 0;
	left: -250px;
	transform: scale(0.8,1.0);
}

.fadeInWrap02.active{
	opacity: 1;
	left: 0;
	transform: scale(1.0,1.0);
}

header{
	position: absolute;
	top: 30px;
	left:0;
	right:0;
	z-index: 100;
}

header .inner{
	position: relative;
	width: 1000px;
	margin: auto;
}

header .siteName{
	float: left;
	width: 340px;
}

header .menuGroup{
	float: right;
}

header .menuGroup img{
	width: 100%;	
}

header .menuGroup li{
	float: left;
	width: 22px;
	height: 22px;
}

header .menuGroup li.fb{
	margin-right: 10px;
}

header .menuGroup li.tw{
	margin-right: 20px;
}

header .menuGroup li a{
	display: block;
}

header .menuGroup li.menu{
	width: 40px;
	height: 22px;
}

/*ハンバーガーメニュー　ここから*/
	header #menuBlock {
		visibility:hidden;
		position: fixed;
		display:block;
		top: 0;
		right:-436px;
		height: 100%;
		width: 50%;
		background-color: rgba(0,0,0,0.7);
		padding: 60px 0 0;
		z-index: 1000;
		box-sizing: border-box;
		height: 100%;
		overflow-x: auto;
		text-align:center;
	}
	
	header #menuBlock #closeBtn {
		position: absolute;
		top: -30px;
		right: 0;
	}
	
	header #menuBlock #closeBtn a:after{
		content: "";
		position:absolute;
		background-image: url(../img/icon_close.svg);
		width: 35px;
		height: 35px;
		top:30%;
		left:0;
		right:0;
	}
	
	header #menuBlock #closeBtn a{
		display:block;
		width: 50px;
		height: 50px;
		text-align:center;
	}
	
	header #menuBlock a{
		text-decoration:none;
	}
		
	/*ハンバーガーメニュー内ボタン*/
	header #menuBlock .btnGroup a{
		display: block;
		box-sizing: border-box;
		text-align: center;
		font-size: 17px;
		line-height: 1.5em;
		font-size: 17px;
		font-weight: bold;
		color: #FFF;
		text-align: left;
	}

	header #menuBlock .btnGroup_type01 li{
		border-bottom: 1px solid #FFF;
	}

	header #menuBlock .btnGroup_type01 li a{
		padding: 30px 0;
	}

	header #menuBlock .btnGroup_type01 li:last-child{
		border-bottom: none;
	}

	header #menuBlock .inner {
		width: 400px;
		margin: auto;
	}

	header #menuBlock .btnGroup {
		width: 400px;
		margin-left: 40px;
		margin: auto;
	}
	
	header #menuBlock .btnGroup_type01 {
		margin: 0 auto 40px;
	}

	header #menuBlock li{
		margin-bottom:10px;
	}
	
	header #menuBlock .menuGroup_type01{
		display: none;
	}

	/*ハンバーガーメニュー　ここまで*/

/* #mainVisual */
#mainVisual{
	background-image: url(../img/mv.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

#mainVisual .inner{
	height: 820px;
}

#mainVisual h1{
	position: absolute;
	width: 800px;
	height: 280px;
	top:0;
	bottom:0;
	left:0;
	right: 0;
	margin: auto;
}

#mainVisual h1 .titleWrap{
	display: block;
	bottom: 0;
	position: relative;
}

#mainVisual h1 .titleWrap img{
	width:100%;
}

#mainVisual h1 .copy{
	position: absolute;
	top:-150px;
	right:200px;
	width: 70px;
}

#mainVisual h1 .copy img{
	width: 100%;
}

/* #intro */

#intro {
	position: relative;
	padding: 260px 0 0;
	color: #FFF;
}

#intro h3{
	font-weight: bold;
	font-size: 23px;
	line-height: 1.5em;
	margin-bottom: 10px;
}

#intro .catch{
	font-size: 32px;
	line-height: 1.5em;
	font-weight: bold;
	margin-bottom: 20px;
}

#intro .textWrap{
	font-size: 18px;
	line-height: 2em;
	margin-bottom: 50px;
}

#intro .exampleWrap h3{
	position: absolute;
	width: 80px;
	top: 70px;
	left: 70px;
}

#intro .exampleWrap img{
	width: 100%;
}

#intro .exampleWrap{
	position: relative;
	padding-left: 150px;
	margin-bottom: 80px;
}

#intro .exampleWrap .exampleGroup{
	position: relative;
}

#intro .exampleWrap .exampleGroup li{
	float: left;
	position: relative;
	width: 200px;
}

#intro:after{
	content: "";
	position: absolute;
	background-image: url(../img/bottom_intro.svg);
	background-repeat: no-repeat;
	background-size: cover;
	bottom: -339px;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 400px;
}

#intro h2{
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 25px;
	text-align: center;
	position: relative;
}

#intro h2:before{
	content: "";
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	bottom: 100px;
	margin: auto;
	background-image: url(../img/icon_stop.svg);
	background-repeat: no-repeat;
	width: 150px;
	height: 150px;
}


#intro .aboutWrap{
	padding: 30px 50px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	box-sizing: border-box;
	z-index: 100;
	position: relative;
}

#intro .aboutWrap h3{
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 2px;
	position: relative;
	display: inline-block;
}

#intro .aboutWrap h3:before{
	content: "";
	position: absolute;
	background-image: url(../img/icon_car01.svg);
	background-repeat: no-repeat;
	width: 190px;
	height: 60px;
	right: -260px;
}

#intro .aboutWrap .textWrap{
	text-align: left;
	margin-bottom: 0;
	letter-spacing: 2px;
}

/* #anger */
#anger{
	padding: 300px 0 90px;
	background-color: #FFF;
}

#anger h2{
	font-size: 32px;
	letter-spacing: 1px;
	width: 980px;
	margin: 0 auto 30px;
	color: #231815;
	font-weight: bold;
}

#anger h2 img{
	width: 100%;
}

#anger .textWrap{
	color:#231815;
}

#anger .techniqueWrap{
	margin-top: 70px;
}

#anger .techniqueWrap h3{
	background-color: #F4AF8F;
	border-radius: 20px;
	background-repeat: no-repeat;
	width: 1000px;
	margin: 0 auto 30px;
	position: relative;
	padding: 40px 0;
	font-size: 35px;
	font-weight: bold;
	box-sizing: border-box;
	color: #FFF;
}

#anger .techniqueWrap h3:before{
	content: "";
	background-image: url(../img/title_technique.svg);
	background-repeat: no-repeat;
	width: 660px;
	height: 40px;
	position: absolute;
	top: -30px;
	left:0;
	right:0;
	margin: auto;
}

#anger .techniqueWrap h3:after{
	content: "";
	background-image: url(../img/sankaku_anger.svg);
	background-repeat: no-repeat;
	width: 40px;
	height: 20px;
	position: absolute;
	bottom: -20px;
	left:0;
	right:0;
	margin: auto;
}

#anger .techniqueWrap .techniqueGroup li{
	float: left;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 20px;
	position: relative;
}

#anger .techniqueWrap .techniqueGroup li:nth-child(even){
	margin-right: 0;
}

#anger .techniqueWrap .techniqueGroup li:nth-child(3){

}

#anger .techniqueWrap .techniqueGroup li img{
	width: 100%;
}

#anger .measureWrap{
	position: relative;
}

#anger .measureWrap h3{
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 20px;
}

#anger .measureWrap .measureBlock{
	background-image: url(../img/bg_measure.svg);
	background-repeat: no-repeat;
	width: 920px;
	height: 650px;
	position: relative;
	padding: 30px 70px;
	box-sizing: border-box;
}

#anger .measureWrap .measureGroup li{
	float: left;
	width: 32%;
	margin-right: 2%;
	position: relative;
}

#anger .measureWrap .measureGroup li:nth-child(3){
	margin-right: 0;
}

#anger .measureWrap .measureGroup li .imgWrap{
	margin-bottom: 10px;
}

#anger .measureWrap .measureGroup li .textWrap{
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5em;
}

#anger .measureWrap .measureGroup li:nth-child(2){
	position: absolute;
	bottom: 50px;
}

#anger .measureWrap .measureGroup li:nth-child(3){
	padding-top: 30px;
}

#anger .measureWrap .measureGroup li:nth-child(3) .textWrap{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

#anger .measureWrap .measureGroup li img{
	width: 100%;
}

#anger .measureWrap .etcWrap{
	position: absolute;
	bottom: 40px;
	right: 100px;
}

#anger .measureWrap .etcWrap li{
	position: relative;
	text-align: left;
	padding-left: 1.2em;
	font-weight: bold;
}

#anger .measureWrap .etcWrap li:before{
	content: "●";
	position: absolute;
	top: 5px;
	left:-6px;
	font-size: 25px;
	line-height: 0.9;
}

#anger .measureWrap .etcWrap li.etc{
	text-align: right;
}

#anger .measureWrap .etcWrap li.etc:before{
	content: none;
}


/* #research */
#research{
	background-color: #FFF;
	padding: 100px 0 200px;
}

#research h2{
	width: 240px;
	margin: 0 auto 50px;
}

#research h2 img{
	width: 100%;
}

#research h3{
	width: 920px;
	position: relative;
	font-size: 28px;
	box-sizing: border-box;
	padding-left: 190px;
	text-align: left;
	font-weight: bold;
	line-height: 1.8em;
	letter-spacing: 0;
	margin-bottom: 60px;
}

#research h3:before{
	content: "";
	position: absolute;
	background-image: url(../img/num01.svg);
	background-repeat: no-repeat;
	left:30px;
	top:0;
}


#research .research01,
#research .research02{
	margin-bottom: 50px;
}

#research .research01 h3:before{
	content: "";
	background-image: url(../img/num01.svg);
	width: 130px;
	height: 130px;
}

#research .research02 h3:before{
	content: "";
	background-image: url(../img/num02.svg);
	width: 90px;
	height: 120px;
}

#research .research03 h3:before{
	content: "";
	background-image: url(../img/num03.svg);
	width: 90px;
	height: 120px;
}

#research .research01 h3 .imgWrap{
	width: 790px;
	margin: auto;
	display: block;
}

#research h4{
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5em;
	text-align: left;
	padding-left: 240px;
	position: relative;
}

#research h4:before{
	content: "";
	position: absolute;
	background-image:url(../img/icon01_question.svg);
	background-repeat: no-repeat;
	width: 70px;
	height: 35px;
	top: 2px;
	left: 175px;
}

#research h4.num01:before{
	content: "";
	background-image:url(../img/icon01_question.svg);
}

#research h4.num02:before{
	content: "";
	background-image:url(../img/icon02_question.svg);
	left: 165px;
}

#research h4.num03:before{
	content: "";
	background-image:url(../img/icon03_question.svg);
	left: 165px;
}

#research h4 .small{
	font-size: 16px;
}

#research h3 .imgWrap img{
	width: 100%;
}

#research .dataWrap{
	margin-bottom: 50px;
}

#research .sectionWrap{
	display: block;
}

#research .textWrap{
	font-size: 28px;
	line-height: 1.8em;
	font-weight: bold;
	margin-bottom: 30px;
}

#research .caution {
	font-size: 15px;
	width: 500px;
	text-align: left;
	line-height: 1.8em;
	position: relative;
	margin: auto;
}

#research #hideWrap01,
#research #hideWrap02,
#research #hideWrap03{
	display: block;
}

#research .btnDetail{
	display: none;
}

#research .btnClose{
	display:none;
}

#project{
	background-color: #8CC63F;
	position: relative;
	padding-bottom: 80px;
}

#project:after{
	content: "";
	position: absolute;
	background-image: url(../img/top_project.svg);
	background-repeat: no-repeat;
	background-size: cover;
	top: -160px;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 160px;
}

#project h2{
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 30px;
}

#project h2 .imgWrap{
	width: 1000px;
	margin: 0 auto 30px;
}

#project h2 .imgWrap img{
	width: 100%;
}

#project .aboutBlock{
	width: 1000px;
	margin: 0 auto 50px;
	padding: 10px 10px 10px 30px;
	background-color: #FFF;
	box-sizing: border-box;
}

#project .aboutBlock .imgWrap{
	width: 210px;
	float: left;
}

#project .aboutBlock .imgWrap img{
	width: 100%;
}

#project .aboutBlock .infoWrap{
	width: 700px;
	float: right;
	text-align: left;
}

#project .aboutBlock .infoWrap h3{
	font-size:26px;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 1.3em;
}

#project .aboutBlock .infoWrap h3 .small{
	font-size: 16px;
	display: block;
	color: #1A923B;
	font-weight: bold;
}

#project .aboutBlock .infoWrap h3 .green{
	color: #1A923B;
	font-weight: bold;
}

#project .inner > .textWrap{
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 1px;
}

#making{
	padding: 50px 0;
	background-color: #F4AF8F;
}

#making h2{
	margin: 0 auto 50px;
	font-size: 32px;
	font-weight: bold;
}

#making h2 .titleWrap{
	width:200px;
	margin: 20px auto 0;
	display: block;
}

#making h2 .titleWrap img{
	width: 100%;
}

#making .movieBlock{
	position: relative;
}

#making .movieBlock:before{
	content: "";
	background-image: url(../img/icon_car01.svg);
	background-repeat: no-repeat;
	position: absolute;
	width:280px;
	height:80px;
	left: 50px;
	top: -71px;
}


#archive{
	padding: 90px 0;
	background-color: #FFF;
}

#archive h2{
	width: 205px;
	margin:0 auto 20px;
}

#archive h2 img{
	width: 100%;
}

#archive .textWrap{
	font-size: 32px;
	font-weight: bold;
	margin: 0 auto 30px;
}

#archive .movieList li{
	float: left;
	width: 48%;
	margin-right: 4%;
}

#archive .movieList li .movieBlock{
	margin: 0 auto;
}

#archive .movieList li h3{
	font-size: 28px;
	font-weight: bold;
}

#archive .movieList li:last-child{
	margin-right: 0;
}

#archive .movieList li a{
	display: block;
}

#archive .movieList li .imgWrap{
	display: block;
}

#archive .movieList li .imgWrap img{
	width: 100%;
}

.movieBlock{
	position: relative;
	width: 100%;
	margin: 0 auto 44px;
}

.movieBlock iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

/*フッター*/
footer{
	background-image: none;
	font-size: 18px;
	font-weight: bold;
	background-color: white;
	padding: 50px 20px;
	line-height: 1.5em;
}

footer .policy{
	font-size:20px;
	margin-top:10px;
}

footer a{
	color: #231815 !important;
}

.onlyPC{
	display: block;
}

.onlySP{
	display: none;
}

a.noLink{
	cursor: default;
	pointer-events: none;
	opacity: 0.5;
}

/*画面サイズが1650px以下の場合*/
@media screen and (max-width: 1650px) {
	#anger {
		padding: 350px 0 90px;
	}
}


/*画面サイズが1100px以下の場合*/
@media screen and (max-width: 1100px) {

	header #menuBlock .inner {
		width: auto;
	}
	
	header #menuBlock .btnGroup {
		width: auto;
	}
	
	.inner {
		width: auto;
		padding: 0 20px;
	}
	
	header .inner {
		width: auto;
	}
	
	#mainVisual h1 {
		width: 80%;
		height: 380px;
	}
	
	#mainVisual h1 .copy {
		top: -100px;
		right: 20px;
	}
	
	#intro .exampleWrap .exampleGroup li {
		width: 25%;
	}
	
	#anger h2 {
		width: auto;
		font-size: 28px;
		margin: 0 auto 20px;
	}
	
	#anger .techniqueWrap h3 {
		width: auto;
		font-size: 26px;
		padding: 40px 0;
	}
	
	#anger .measureWrap .measureBlock {
		width: auto;
		height: 720px;
		padding: 30px 70px;
	}
	
	#anger .measureWrap .etcWrap {
		bottom: 100px;
	}
	
	#anger .measureWrap .measureGroup li:nth-child(2) {
		position: absolute;
		bottom: 100px;
	}
		
	#research h3 {
		width: auto;
		line-height: 1.5em;
	}
	
	#research .research01 h3 .imgWrap {
		width: auto;
	}
	
	#project .aboutBlock {
		width: auto;
	}
	
	#project .aboutBlock .imgWrap {
		width: 30%;
	}
	
	#project .aboutBlock .infoWrap {
		width: 70%;
	}
	
}


/*画面サイズが1000px以下の場合*/
@media screen and (max-width: 1000px) {
	#intro:after {
		content: "";
		bottom: -200px;
	}
	
	#anger {
		padding: 200px 0 90px;
	}
	
	#anger .measureWrap .measureBlock {
		height: 700px;
		padding: 30px 40px;
	}
	
	#anger .measureWrap .etcWrap {
		bottom: 120px;
	}
		
	#anger .measureWrap .measureGroup li .imgWrap {
		width: 90%;
		margin: auto;
	}

	#anger .measureWrap .measureGroup li:nth-child(2) {
		bottom: 180px;
	}
	
	#research h3 {
		font-size: 24px;
	}
	
	#research .textWrap {
		font-size: 24px;
		line-height: 1.5em;
	}
	
	#research h4 {
		padding-left: 140px;
	}
	
	#research h4:before {
		content: "";
		left: 70px;
	}
	
	#research h4.num02:before {
		content: "";
		left: 60px;
	}
	
	#research h4.num03:before {
		content: "";
		left: 60px;
	}
	
}

/*画面サイズが900px以下の場合*/
@media screen and (max-width: 900px) {
	
	#intro .aboutWrap h3:before {
		content: "";
		right: -200px;
	}
	
	#anger .measureWrap .measureGroup li .textWrap {
		font-size: 16px;
	}
	
	#anger .measureWrap .measureBlock {
		height: 650px;
	}
	
	#research .caution {
		width: 55%;
		line-height: 1.5em;
		right: 10px;
	}
	
	#project h2 {
		font-size: 25px;
		margin-bottom: 20px;
	}
	
	#project .inner > .textWrap {
		font-size: 24px;
		line-height: 1.5em;
	}
	
	#archive .textWrap {
		font-size: 24px;
		margin: 0 auto 15px;
	}
	
	#archive .movieList li h3 {
		font-size: 24px;
	}
	
	#anger .measureWrap h3 {
		font-size: 26px;
	}
}

/*画面サイズが800px以下の場合*/
@media screen and (max-width: 800px) {
	
	#intro .exampleWrap h3 {
		top: 40px;
	}
	
	#intro h2:before {
		content: "";
		width: 120px;
		height: 120px;
	}
	
	#intro .aboutWrap h3:before {
		content: "";
		right: auto;
		left: -200px;
	}
	
	#anger .measureWrap .measureBlock {
		height: 520px;
		padding: 30px 25px;
	}
	
	#anger .measureWrap .measureGroup li:nth-child(2) {
		bottom: 100px;
	}
	
	#anger .measureWrap .measureGroup li .textWrap {
		font-size: 14px;
	}
	
	#anger .measureWrap .measureGroup li .imgWrap {
		width: 80%;
	}
	
	#anger .measureWrap .etcWrap{
		bottom: 65px;
	}
	
	#anger .measureWrap .etcWrap li {
		font-size: 14px;
	}
	
	#anger .measureWrap .etcWrap li:before {
		content: "●";
		font-size: 20px;
	}
	
}

/*画面サイズが780px以下の場合*/
@media screen and (max-width: 780px) {

}

/*画面サイズが680px以下*/
@media screen and (max-width: 680px) {
	header {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		padding: 30px 0 10px;
	}
	
	header .siteName {
		width: 50%;
	}
	
	header .menuGroup li {
		width: 30px;
		height: 30px;
	}
	
	header .menuGroup li.menu {
		width: 50px;
		height: 30px;
	}
	
	header #menuBlock {
		width: 100%;
		background-color: rgba(0,0,0,0.7);
	}
	
	header #menuBlock #closeBtn {
		right: 30px;
	}
	
	header #menuBlock .btnGroup {
		width: 80%;
	}
		
	header #menuBlock .menuGroup_type01{
		display: block;
		position: absolute;
		right: 80px;
		top: -10px;
	}

	
	#mainVisual {
		background-image: url(../img/mv_sp.jpg);
	}
	
	#mainVisual .inner {
		height: 600px;
	}
	
	#mainVisual h1 {
		width: 80%;
		height: auto;
		top: auto;
		bottom: -240px;
	}
	
	#mainVisual h1 .copy{
		right: 0;
		top: -200px;
	}
	
	#intro {
		padding: 440px 0 0;
	}
	
	#intro h2 {
		font-size: 30px;
		line-height: 1.5em;
	}
	
	#intro .catch {
		font-size: 24px;
	}
	
	#intro .textWrap {
		line-height: 1.5em;
		font-size: 16px;
	}
	
	#intro .aboutWrap h3{
		line-height: 1.5em;
		font-size: 24px;
		margin-bottom: 20px;
	}
	
	#intro .aboutWrap h3 span{
		font-size: 28px;
	}
	
	#intro .aboutWrap h3:before {
		content: none;
	}
	
	#intro .aboutWrap {
		padding: 30px 0px;
	}
	
	#intro .aboutWrap:before{
		content: "";
		position: absolute;
		background-image: url(../img/icon_car01.svg);
		background-repeat: no-repeat;
		width: 160px;
		height: 50px;
		left: 0;
		top: -44px;
	}
	
	#intro .aboutWrap .textWrap{
		font-size: 16px;
		line-height: 1.8em;
	}
	
	#intro .exampleWrap {
		padding-left: 0;
		margin-bottom: 50px;
		padding-bottom: 200px;
	}
	
	#intro .exampleWrap h3 {
		width: 30%;
		top: auto;
		left: 0;
		right: 0;
		margin: auto;
		position: relative;
	}
	
	#intro .exampleWrap .exampleGroup{
		margin-top: -50px;
	}
	
	#intro .exampleWrap .exampleGroup li {
		width: 52%;
		float: left;
	}
	
	#intro .exampleWrap .exampleGroup li:nth-child(2){
		float: right;
		position: absolute;
		left: 45%;
		top: 23%;
	}
	
	#intro .exampleWrap .exampleGroup li:nth-child(4){
		float: right;
		position: absolute;
		left: 45%;
		top: 73%;
	}
	
	#intro:after {
		content: "";
		bottom: -120px;
	}
	
	#anger {
		padding: 150px 0 0;
	}
	
	#anger h2 {
		font-size: 20px;
		margin: 0 auto 30px;
		line-height: 1.5em;
	}
	
	#anger .textWrap {
		line-height: 1.5em;
	}
	
	#anger h2 .imgWrap{
		margin-top: 40px;
	}
	
	#anger .techniqueWrap {
		padding-bottom: 100px;
	}
	
	#anger .techniqueWrap h3 {
		font-size: 24px;
		padding: 20px 0;
		line-height: 1.5em;
	}
	
	#anger .techniqueWrap h3:before {
		content: "";
		width: 90%;
		top: -24px;
	}
	
	#anger .techniqueWrap .techniqueGroup li {
		float: none;
		width: auto;
		margin-right: 0;
		margin-bottom: 20px;
		width: 80%;
		margin: auto !important;
	}
	
	#anger .techniqueWrap .techniqueGroup li:nth-child(3) {
		top: auto;
	}
	
	#anger .measureWrap h3 {
		font-size: 22px;
		line-height: 1.5em;
	}
	
	#anger .measureWrap .measureBlock{
		background-image: none;
		height: auto;
	}
	
	#anger .measureWrap{
		position: relative;
		background-color: #f9d7c7;
	}
	
	#anger .measureWrap:before{
		content: "";
		position: absolute;
		background-image: url(../img/top_measure.svg);
		background-repeat: no-repeat;
		background-size: cover;
		top: -80px;
		left: 0;
		right: 0;
		margin: auto;
		width: 100%;
		height: 160px;
	}
	
	#anger .measureWrap .measureGroup li:nth-child(2) {
		position: relative;
		bottom: auto;
	}
	
	#anger .measureWrap .measureGroup li:nth-child(3) {
		padding-top: 0;
	}
	
	#anger .measureWrap .measureGroup li:nth-child(3) .textWrap {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
	}
	
	#anger .measureWrap .measureGroup li {
		float: none;
		width: auto;
		margin-right: 0;
		margin-bottom: 30px;
	}
	
	#anger .measureWrap .measureGroup li .imgWrap{
		width: 90%;
		margin-bottom: 10px;
	}
	
	#anger .measureWrap .etcWrap {
		position: relative;
		bottom: auto;
		right: auto;
	}
	
	#anger .measureWrap .measureBlock {
		padding: 30px 0px;
	}
	
	#anger .measureWrap .measureGroup li .textWrap {
		font-size: 16px;
	}
	
	#research {
		padding: 100px 0 100px;
	}
	
	#research h3 {
		width: auto;
		font-size: 20px;
		padding-left: 0;
		text-align: center;
		line-height: 1.5em;
		margin-bottom: 40px;
	}
	
	#research h3 .imgWrap{
		display: block;
	}
	
	#research #research02 h3 .imgWrap,
	#research #research03 h3 .imgWrap{
		margin-top: 10px;
	}
	
	#research h3:before {
		content: "";
		top: -140px;
		right: 0;
		left: 0;
		margin: auto;
	}
	
	#research .research01 h3 .imgWrap {
		margin: 0 auto 20px;
	}
	
	#research h2 {
		width: 70%;
		margin: 0 auto 200px;
	}
	
	#research h4 {
		font-size: 18px;
		padding-left: 70px;
	}
	
	#research h4:before {
		content: "";
		left: 0 !important;
	}
	
	#research .research01,
	#research .research02 {
		margin-bottom: 150px;
	}
	
	#research .textWrap {
		font-size: 15px;
	}
	
	#research .research01 h3:before {
		content: "";
		width: 80px;
		height: 80px;
	}
	
	#research .research02 h3:before {
		content: "";
		width: 70px;
		height: 100px;
	}
	
	#research .research03 h3:before {
		content: "";
		width: 70px;
		height: 100px;
	}
	
	#research h3:before {
		content: "";
		top: -100px;
	}
	
	#research #hideWrap01,
	#research #hideWrap02,
	#research #hideWrap03{
		display: none;
		margin-bottom: 30px;
	}
	
	#research .caution {
		width: auto;
		line-height: 1.5em;
		right: 0;
		position: relative;
		font-size: 14px;
	}
	
	#research .btnDetail{
		text-align: center;
		display: inline-block;
		width: 200px;
		background-color: #F4AF8F;
		box-sizing: border-box;
		padding: 10px;
		font-weight: bold;
		color: #FFF;
		margin: 30px 0;
	}
	
	#research .btnClose{
		text-align: center;
		display: inline-block;
		width: 60px;
		background-color: #F4AF8F;
		border-radius: 100px;
		box-sizing: border-box;
		padding: 20px;
	}
	
	#research .btnClose .imgWrap{
		width: 100%;
		margin: auto;
	}
	
	#research .btnClose .imgWrap img{
		width: 100%;
	}
	
	#project:after {
		content: "";
		top: -80px;
	}
	
	#project h2 {
		font-size: 20px;
		z-index: 10;
	}
	
	#project .aboutBlock {
		padding: 40px 20px;
	}
	
	#project .aboutBlock .infoWrap h3 {
		font-size: 15px;
		line-height: 1.5em;
	}
	
	#project .aboutBlock .infoWrap h3 .green {
		font-size: 18px;
	}
	
	#project .aboutBlock .infoWrap h3 .small {
		font-size: 14px;
	}
	
	#project .aboutBlock .textWrap{
		line-height: 1.5em;
	}
	
	#project .aboutBlock .imgWrap {
		width: 50%;
		float: none;
		margin: auto;
	}
	
	#project .aboutBlock .infoWrap {
		width: auto;
		float: none;
	}
	
	#project .inner > .textWrap {
		font-size: 16px;
	}
	
	#making h2 {
		margin: 0 auto 50px;
		font-size: 20px;
		line-height: 1.5em;
	}
	
	#making h2 .titleWrap {
		width: 45%;
	}
	
	#making .movieBlock:before {
		content: "";
		width: 180px;
		height: 60px;
		left: 0px;
		top: -47px;
	}
	
	#archive {
		padding: 60px 0 20px;
	}
	
	#archive h2 {
		width: 45%;
	}
	
	#archive .textWrap {
		font-size: 20px;
		line-height: 1.5em;
	}
	
	#archive .movieList li {
		float: none;
		width: auto;
		margin-right: 0;
		margin-bottom: 30px;
	}
	
	#archive .movieList li:last-child{
		margin-bottom: 0;
	}
	
	#archive .movieList li h3 {
		font-size: 20px;
	}
	
	footer {
		font-size: 12px;
		font-weight: bold;
		padding: 30px 20px;
	}
	
	.onlyPC{
		display: none;
	}

	.onlySP{
		display: block;
	}
	
	/*改行クラス（PC）*/
	.breakLinePc{
		display:inline;
	}
	
	/*改行クラス（SP）*/
	.breakLineSp{
		display:block;
	}
}

@media screen and (max-width:600px) {
	
	header #menuBlock .btnGroup {
		width: 90%;
	}
	
	#mainVisual .inner {
		height: 500px;
	}
	
	#mainVisual h1 {
		width: 80%;
		height: auto;
		top: auto;
		bottom: -280px;
	}
	
	#mainVisual h1 .copy {
		top: -220px;
	}
	
	#intro {
		padding: 440px 0 0;
	}
	
	#intro h2 {
		font-size: 28px;
	}
	
	#anger .techniqueWrap h3:before {
		content: "";
		top: -20px;
	}
	
	#anger .techniqueWrap .techniqueGroup li {
		width: auto;
	}
	
	
	#anger .techniqueWrap h3:before {
		content: "";
		height: 30px;
	}	
}

@media screen and (max-width:550px) {
	#mainVisual h1 {
		bottom: -220px;
	}
	
	#intro {
		padding: 400px 0 0;
	}
	
	#anger .techniqueWrap h3:before {
		content: "";
		top: -18px;
	}
}

@media screen and (max-width:480px) {
	#anger .techniqueWrap h3:before {
		content: "";
		top: -15px;
	}
}

/*回り込み解除クラス*/
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}

.btnWrap:hover{
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}