@charset "UTF-8";
/* CSS Document */

/* !import
---------------------------------------------------------- */
@import url("./archive.css");
@import url("./sliderpro.css");

/* !top nav
---------------------------------------------------------- */
nav {
	position: absolute;
	top: 35px;
	right: 0;
}
nav ul li a {
	height: 45px;
	display: block;
}
nav ul li a::after {
	content:"";
	margin: 2px auto 0;
	display: block;
}
nav ul li:nth-child(1) a::after {
	width: 40px;
	height: 10px;
	background: url("../img/common/nav_bg_about.svg") no-repeat center center;
	background-size: 40px 10px;
}
nav ul li:nth-child(2) a::after {
	width: 34px;
	height: 10px;
	background: url("../img/common/nav_bg_work.svg") no-repeat center center;
	background-size: 34 10px;
}
nav ul li:nth-child(3) a::after {
	width: 50px;
	height: 10px;
	background: url("../img/common/nav_bg_partner.svg") no-repeat center center;
	background-size: 50px 10px;
}
nav ul li:nth-child(4) a::after {
	width: 34px;
	height: 13px;
	background: url("../img/common/nav_bg_story.svg") no-repeat center center;
	background-size: 34px 13px;
}
nav ul li:nth-child(5) a::after {
	width: 28px;
	height: 13px;
	background: url("../img/common/nav_bg_buy.svg") no-repeat center center;
	background-size: 28px 13px;
}
nav ul li:nth-child(6) a::after {
	width: 42px;
	height: 10px;
	background: url("../img/common/nav_bg_contact.svg") no-repeat center center;
	background-size: 42px 10px;
}
@media screen and (max-width: 750px) {
nav {
	top: 0;
}
nav ul li a {
	display: inline-block;
}
}

.slider {
	margin: 0 0 120px;
}
.intro {
	margin: 0 0 100px;
}
.intro .wrap {
	width: 1000px;
}
.intro h2 {
	width: 320px;
}
.intro p {
	width: 580px;
	padding: 0 0 285px;
	background: url("../img/top/img_catch01.svg") no-repeat right bottom;
	background-size: 420px 285px;
}
.our_story {
	margin: 0 0 120px;
}
.our_story .our_story__inner{
	padding: 400px 0 0;
	position: relative;
}
.our_story .our_story__inner::before{
	content:"";
	width: 75%;
	height: 520px;
	position: absolute;
	top: 0;
	z-index: -1;
}
.our_story.ingredient .our_story__inner::before{
	background: url("../img/top/pic_ingredient01.jpg") no-repeat center top;
	background-size: cover;
	left: 0;
}
.our_story.technique .our_story__inner::before{
	background: url("../img/top/pic_technique01.jpg") no-repeat center top;
	background-size: cover;
	right: 0;
}
.our_story.development .our_story__inner::before{
	background: url("../img/top/pic_development01.jpg") no-repeat center top;
	background-size: cover;
	left: 0;
}
.our_story .our_story__inner .our_story__txtbox {
	background: #fff;
	position: relative;
}
.our_story.ingredient .our_story__inner .our_story__txtbox {
	width: 60%;
	margin: 0 0 0 25%;
	padding: 50px 10% 50px 80px;
}
.our_story.technique .our_story__inner .our_story__txtbox {
	width: 60%;
	margin: 0 0 0 20%;
	padding: 50px 10% 50px 0;
}
.our_story.development .our_story__inner .our_story__txtbox {
	width: 60%;
	margin: 0 0 0 25%;
	padding: 50px 10% 50px 80px;
}
.our_story .our_story__inner .our_story__txtbox:before {
	content:"";
	width: 100%;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	z-index: -1;
}
.our_story.ingredient .our_story__inner .our_story__txtbox:before {
	right: -50%;
	transform: translate(50%, 0);
}
.our_story.technique .our_story__inner .our_story__txtbox:before {
	left: -50%;
	transform: translate(-50%, 0);
}
.our_story.development .our_story__inner .our_story__txtbox:before {
	right: -50%;
	transform: translate(50%, 0);
}
.our_story .our_story__txtbox h2 {
	font-size: 2.8rem;
	margin: 0 0 15px;
	padding: 0 0 15px;
	position: relative;
}
.our_story .our_story__txtbox h2::after {
  content: "";
  width: 70px;
  height: 3px;
  background: #c37d55;
  position: absolute;
  bottom: 0;
  left: 0;
}
.our_story a {
	width: 60px;
	height: 60px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 55px;
	display: block;
}
.news {
	padding: 120px 0 0;
}
.news h2 {
  font-size: 3.0rem;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 30px;
	padding: 0 0 0 180px;
  position: relative;
}
.news h2::before {
	content: "";
  margin: auto;
  position: absolute;
  left: 0;
  width: 180px;
  height: 52px;
  background: url(../img/top/txt_title_news.svg) no-repeat center center;
  background-size: 180px 52px;
  top: -20px;
}
.news h2 span::before {
  content: "／";
  margin: 0 10px;
  display: inline-block;
}
.news .cols__left {
	width: 360px;
}
.news .cols__right {
	width: 680px;
	position: relative;
}
.news .cols__right .news__list ul li {
	margin: 0 0 30px;
	padding: 0 0 30px;
	border-bottom: solid 1px #aeaeae;
}
.news .cols__right .news__list ul li:last-child {
	margin: 0;
	padding: 0;
	border-bottom: none;
}
.news .cols__right a.btn__contents{
	width: 360px;
	position: absolute;
	top: 60px;
	left: -525px;
}

/* !post-archive
---------------------------------------------------------- */
.post-archive--related {
	margin: 0;
	padding: 80px 0;
	background: url("../img/top/bg_story.jpg") no-repeat center center;
	background-size: cover;
}
.post-archive--related h2.post-archive__section-title {
	color: #c37d55;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	margin: 0 0 45px;
	padding: 110px 0 0;
	position: relative;
}
.post-archive--related h2.post-archive__section-title::before {
	content:"";
	width: 370px;
	height: 88px;
	margin: auto;
	background: url("../img/top/txt_title_story.svg") no-repeat center center;
	background-size: 370px 88px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.post-archive--related .btn__contents {
	width: 350px;
	margin: auto;
}
@media screen and (max-width: 750px) {
.slider {
	margin: 0 0 60px;
}
.intro {
	margin: 0 0 60px;
	padding: 0 30px;
}
.intro .wrap {
	width: auto;
}
.intro h2 {
	width: 100%;
	margin: 0 auto 30px;
}
.intro p {
	line-height: 2;
	width: 100%;
	padding: 0;
	background: none;
}
.our_story {
	margin: 0 0 45px;
}
.our_story .our_story__inner{
	padding: 225px 0 0;
}
.our_story .our_story__inner::before{
	content:"";
	width: 95%;
	height: 250px;
}
.our_story.ingredient .our_story__inner .our_story__txtbox {
	width: auto;
	margin: 0 0 0 20px;
	padding: 20px 30px 60px;
}
.our_story.technique .our_story__inner .our_story__txtbox {
	width: auto;
	margin: 0 20px 0 0;
	padding: 20px 10px 60px 50px;
	}
.our_story.development .our_story__inner .our_story__txtbox {
	width: auto;
	margin: 0 0 0 20px;
	padding: 20px 30px 60px;
}
.our_story .our_story__inner .our_story__txtbox:before {
	content: none;
}
.our_story .our_story__txtbox h2 {
	font-size: 1.8rem;
}
.our_story .our_story__txtbox h2::after {
  width: 35px;
}
.our_story a {
	float: right;
	width: 50px;
	height: 50px;
	margin: 15px 0 0 0;
	position: static;
}
.news {
	padding: 60px 0 30px;
}
.news h2 {
  font-size: 1.8rem;
  text-align: center;
	width: 210px;
	margin: 0 auto 45px;
	padding: 0 0 0 90px;
}
.news h2::before {
	content: "";
	top: -8px;
  left: 5px;
  width: 90px;
  height: 26px;
  background: url(../img/top/txt_title_news.svg) no-repeat center center;
  background-size: 90px 26px;
}
.news .cols__left,
.news .cols__right {
	width: auto;
}
.news .cols__right .news__list ul li {
	margin: 0 0 15px;
	padding: 0 0 15px;
}
.news .cols__right .news__list ul li:last-child {
	margin: 0 0 30px;
}
.news .cols__right a.btn__contents{
	width: auto;
	position: relative;
	top: initial;
	left: initial;
}

/* !post-archive
---------------------------------------------------------- */
.post-archive--related {
	padding: 60px 0;
}
.post-archive--related h2.post-archive__section-title {
	font-size: 1.8rem;
	margin: 0 0 45px;
	padding: 60px 0 0;
	position: relative;
}
.post-archive--related h2.post-archive__section-title::before {
	width: 185px;
	height: 44px;
	background-size: 185px 44px;
}
.post-archive--related .post-archive__list ul li {
  width: 100%;
  margin: 0 0 45px;
}
.post-archive--related .post-archive__list ul li:last-child {
	display: block;
}
.post-archive--related .post-archive__list__txtbox .post-link a.btn__contents {
	width: auto;
}
.post-archive--related .btn__contents {
	width: auto;
}
}
