.mainvisual {
	background-image: url(../img/index/main.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	min-height: 845px;
}

.mainvisual .inner {
	display: flex;
	justify-content: space-between;
	width: 896px;
	margin: 0 auto;
	padding-top: 225px;
}
.mainvisual h1 {
	width: 275px;
}
.mainvisual .inner .exp {
	width: 250px;
}
.mainvisual .inner .head {
	width: 115px;
}


section.about,
section.award,
section.items
{
    margin-top: 15rem;
    position: relative;
    padding: 9.2rem 0;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	background-size: 102%;
	background-position: 2% 2%;
	overflow: hidden;
}
section.about a,
section.award a,
section.items a
 {
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
section .bg {
	background-repeat: no-repeat;
	background-size: cover;
}
section .bg {
	background-image: url(../img/index/about.jpg);
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	background-position: center;
}


section a .mask {
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: #000;
	opacity: .5;
	left: 0;
	top: 0;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	z-index: 1;
}
section a:hover .mask {
	opacity: 0;
}

section.about a .mask, 
section.award a .mask {
	opacity: .6;
}

section.about a:hover .mask,
section.items a:hover .mask,
section.award a:hover .mask
 {
	opacity: .3;
}
section.about a:hover .mask,
section.award a:hover .mask {
	opacity: .45;
}


section.about:hover .bg,
section.award:hover .bg,
section.items:hover .bg {
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
}
section.about .text,
section.award .text,
section.items .text{
	z-index: 2;
}
section.about h2,
section.award h2,
section.items h2
 {
	font-size: 4rem;
	color: #fff;
	text-shadow: #000 2px 2px 8px;
	letter-spacing: 7px;
}
section.about p,
section.items p
 {
	font-size: 2rem;
    color: #fff;
    text-shadow: #000 2px 2px 8px;
    letter-spacing: 7px;
	margin-top: 2rem;
}


section.news {
	max-width: 1000px;
	margin: 12rem auto;
}
section.news .head  {
	font-size: 2.1rem;
	letter-spacing: 5px;
	font-weight: bold;
}
section.news .news_list {
	letter-spacing: -.4em;
	margin: 6rem 0;
	vertical-align: top;
}
section.news dl {
	display: inline-block;
	width: 50%;
	margin-bottom: 3rem;
	vertical-align: top;
}
section.news dt,
section.news dd {
	display: inline-block;
	font-size: 1.5rem;
}
section.news dt {
	width: 8em;
	vertical-align: top;
}
section.news dd {
	font-weight: bold;
	width: 60%;
}


section.cultivation {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
}
section.cultivation .head {
	width: 3%;
	position: relative;
	margin-left: 25%;
	margin-bottom: 11%;
}
section.cultivation .head span {
	position: absolute;
	right: -4rem;
	top: 0;
	width: 2rem;
}
section.cultivation .exp {
	margin-left: 15%;
	width: 375px;
}
section.cultivation .exp h2,
section.protection .exp h2
 {
	font-size: 2.1rem;
	font-weight: 600;
	margin-bottom: 4rem;
	letter-spacing: 5px;
}
section.cultivation .exp p,
section.protection .exp p
 {
	font-size: 1.5rem;
	line-height: 3.5rem;
	letter-spacing: 0px;
}

section.cultivation .imgs {
	position: absolute;
	top: 0;
	right: 0;
	/* max-width: 700px; */
	padding-top: 4%;
	width: 60%;
}
section.cultivation .imgs figure:nth-of-type(2) {
	margin: 1.1rem auto;
	width: 45%;
}


section.protection {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
}
section.protection .text_inner {
	padding-top: 12%;
}
section.protection .head {
	width: 3%;
	position: relative;
	margin: 0 25% 5% auto;
}
section.protection .head h2 {
	margin-top: 5%;
}
section.protection .head span {
	position: absolute;
	right: -4rem;
	top: 0;
	width: 2rem;
}
section.protection .exp {
	width: 400px;
	margin-left: auto;
	margin-right: 15%;
}
section.protection .exp p {
	width: 511px;
}
section.protection .imgs {
	position: absolute;
	top: 0;
	left: 0;
	/* max-width: 700px; */
	width: 60%;
}
section.protection .imgs figure:nth-of-type(2) {
	margin: 1.1rem auto auto 18%;
	width: 45%;
}
section.protection .more {
	margin-left: auto;
	margin-right: 8%;
}

section.award {
	padding: 4.85rem 0;
}
section.award .bg {
background-image: url(../img/index/award.jpg);
}
section.award h2 {
	font-size: 3.1rem;
	letter-spacing: 18px;
}


section.items {
	padding: 13.1rem 0;
}
section.items .bg {
	background-image: url(../img/index/items.jpg);
}
section.items h2 {
	font-size: 4.08rem;
}
section.items .mask {
	opacity: .5
}
section.items p {
	font-size: 2.08rem;
}


section.insta {
	max-width: 1000px;
	margin: 15rem auto;
}
section.insta h2 {
	font-size: 2.5rem;
	text-align: center;
	margin: 11rem 0;
	letter-spacing: 5px;
}
section.insta ul {
	letter-spacing: -.4em;
}
section.insta li {
	display: inline-block;
	width: 227px;
	height: 228px;
	background-size: cover;
	background-position: center center;
	position: relative;
	margin-right: 3rem;
}
section.insta li:last-child {
	margin-right: 0;
}
section.insta li a {
	width: 100%;
	height: 100%;
	position: absolute;
}

section.links {
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

section.links .mask {
	opacity: .3;
}
section.links .rekishi,
section.links .torikumi {
	background-repeat: no-repeat;
	background-size: cover;
	height: 530px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
section.links .rekishi {
	background-image: url(../img/common/rekishi_bg.jpg);
	width: 380px;
}
section.links .rekishi img {
	width: 4rem;
	z-index: 2;
}

section.links .torikumi {
	background-image: url(../img/common/torikumi_bg.jpg);
	width: 600px;
}
section.links .torikumi img {
	width: 8rem;
	z-index: 2;
}







/*---------------------------------------------------------------*\
	$736px
\*---------------------------------------------------------------*/
@media screen and (max-width: 736px) {
	.mainvisual {
		/* min-height: 710px; */
	}
	.mainvisual .inner {
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
		width: auto;
		padding-top: 15%;
	}
	.mainvisual .inner h1 {
		order: 0;
		width: 55%;
	}
	.mainvisual .inner .head {
		order: 1;
		width: 18%;
		margin-top: 15%;
	}
	section.concept {
		width: 70%;
		margin: 115px auto 70px;
	}

	section.concept p {
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 4rem;
		text-align: center;
	}

	section.about {
		margin-top: 2rem;
	}
	section.about, section.award, section.items {
    	margin-top: 2rem;
    	padding: 5rem 0;
	}
	section.about h2, section.award h2, section.items h2 {
	    font-size: 2.5rem;
	    color: #fff;
	}
	section.about p, section.items p {
	    font-size: 1.1rem;
		margin-top: 1rem;
	}

	section.news .head {
		text-align: center;
	}
	section.news .news_list {
		width: 85%;
	    margin: 10% auto;
	}
	section.news dl {
	    display: block;
	    width: 100%;
		margin-bottom: 1rem;
	}
	section.news dt {
	    width: 6em;
	    vertical-align: top;
	}
	section.news dd {
		width: 70%;
	}


	section.cultivation,
	section.protection {
		margin-bottom: 6rem;
	}
	section.cultivation .box,
	section.protection .box
	 {
	    position: relative;
		display: flex;
		flex-direction: column;
	}
	section.cultivation .text_inner,
	section.protection .text_inner
	 {
		order: 1;
	}
	section.cultivation .imgs,
	section.protection .imgs
	 {
		order: 0;
	    position: relative;
	    padding-top: 0;
	    width: 100%;
	}
	section.cultivation .imgs figure:nth-of-type(2) {
		 margin: 1.1rem 7% 0 auto;
	}
	section.cultivation .head,
	section.protection .head
	 {
	    width: 7%;
	    margin-left: 20%;
	    margin-bottom: 5%;
	    margin-top: -55px;
	}
	section.cultivation .exp,
	section.protection .exp
	 {
    	margin: 0 auto;
    	width: 90%;
	}
	section.cultivation .exp h2, section.protection .exp h2 {
		text-align: center;
		position: relative;
	}
	section.cultivation .exp h2::after,
	section.protection .exp h2::after {
		content: "";
		background-color: #000;
		position: absolute;
		bottom: -2rem;
		left: 0;
		right: 0;
		margin: auto;
		height: 2px;
		width: 90px;
	}
	section.protection .head {
		margin-right: 20%;
		margin-left: auto;
		margin-top: -140px;
	}
	section.protection .imgs figure:nth-of-type(2) {
	    margin: 1.1rem auto auto 7%;
	    width: 50%;
	}
	section.protection .exp p {
		width: auto;
	}
	section.cultivation .more,
	section.protection .more {
		margin: 3rem auto 0;
	}

	section.award {
		padding: 3rem;
	}
	section.award h2 {
		font-size: 1.7rem;
		letter-spacing: 12px;
	}
	section.items {
		padding: 7rem 0;
	}
	section.items .bg {
		background-image: url(../img/index/items_sp.jpg);
	}
	section.items h2 {
		font-size: 2.5rem;
	}
	section.items p {
		font-size: 1.3rem;
		margin-top: 1rem;
	}

	section.insta {
		margin: 5rem 0;
	}
	section.insta h2 {
		margin: 5rem 0;
		font-size: 2rem;
	}
	section.insta ul {
		flex-wrap: wrap;
		width: 90%;
		margin: 0 auto;
	}
	section.insta li {
		/* width: 49%; */
		display: inline-block;
		height: 0;
		width: 49%;
		padding-bottom: 50%;
		margin-right: 2%;
	}
	section.insta li:nth-child(2),
	section.insta li:nth-child(4) {
		margin-right: 0;
	}


	section.links .rekishi {
		width: 38%;
		height: auto;
	}
	section.links .rekishi img {
		width: 18%;
	}
	section.links .torikumi {
		width: 60%;
	    height: auto;
	    padding: 10% 6%;
	    background-size: cover;
	}
	section.links .torikumi img {
		width: 32%;
	}
}
