@charset "utf-8";

/* -----------------------------------------------------------
    ページ共通
-------------------------------------------------------------- */
#aboutus #contents {
    padding: 72px 0 0px;
}

/*--テキストの間--*/
#aboutus .txt.btm {
	margin-bottom: 20px;
}

/*--h1とパンくず--*/
#aboutus .h1-bread-wrap {
    display: flex;
    justify-content: space-between;
    position: relative;
    /*width: 100%;*/
	padding: 10px 0 30px;
}

#aboutus .h1-area {
    top: 0px;
    padding: 20px 0;
	max-width: 36%;
}

#aboutus .h1-area h1 {
	color: #333;
	overflow: inherit;
	white-space: normal;
}

#aboutus .breadcrumblist {
    text-align: right;
    margin: 0 20px 0 40px;
    padding: 15px 0 0;
}

#aboutus .breadcrumblist>p {
    width: 100%;
}


/*--通常キャッチ--*/
#aboutus .catch{
	font-family: 'Noto Sans JP', sans-serif;
}

/*--日本語のみのキャッチ--*/
#aboutus .catch.m-ttl-jp {
	position: relative;
	line-height: 1.4;
	font-family: 'Noto Sans JP', sans-serif;
}

#aboutus .catch.m-ttl-jp::before {
    content: "";
    background: url(../img/title-dot.png) center top / 13px auto;
    width: 13px;
    height: 38px;
    position: absolute;
    top: 10px;
    left: -30px;
}

#aboutus .ttl-s {
	font-weight: 700;
	font-size: 2.5rem;
	margin-bottom: 20px;
}

/*--3つの強味エリア共通--*/
#aboutus .obsession-area .txt-img-wrap {
	display: flex;
	position: relative;
}

#aboutus .obsession-area .ttl-txt-area {
	width: 62%;
}

#aboutus .obsession-area .txt-img-wrap img {
	position: absolute;
	top: -300px;
}

/*ボタン*/
#aboutus .obsession-area .button {
	text-align: center;
}

#aboutus .obsession-area .btn::after {
    color: #E63F2C;
}

@media screen and (max-width: 768px){
	#aboutus #contents {
		padding: 0px 0 0px;
	}

	/*--h1とパンくず--*/
	#aboutus .h1-bread-wrap {
		padding: 0px;
	}

	#aboutus .h1-area {
		top: 0px;
		padding: 5px 10px;
		overflow: hidden;
		text-overflow: ellipsis;
		max-width: 100%;
		width: 100%;
	}

	#aboutus .h1-area h1 {
		overflow: hidden;
		white-space: nowrap;
	}

	/*--日本語のみのキャッチ--*/
	#aboutus .catch.m-ttl-jp {
		padding-left: 20px;
		text-align: left;
	}

	#aboutus .catch.m-ttl-jp::before {
		content: "";
		background: url(../img/title-dot.png) center top / 13px auto;
		background-size: contain;
		width: 10px;
		height: 28px;
		position: absolute;
		top: 4px;
		left: 0px;
	}
	
	#aboutus .ttl-s {
		font-size: 2rem;
		margin-bottom: 10px;
	}

	/*--3つの強味エリア共通--*/
	#aboutus .obsession-area .s-catch {
		width: 100%;
	}
	
	#aboutus .obsession-area .txt-img-wrap {
		display: flex;
		position: relative;
		flex-direction: column-reverse;
	}
	
	#aboutus .obsession-area .ttl-txt-area {
		width: 100%;
	}
	
	#aboutus .obsession-area .txt-img-wrap .img-area {
		text-align: center;
	}

	#aboutus .obsession-area .txt-img-wrap img {
		position: relative;
    	top: 0px;
		width: 200px;
		height: 200px;
		margin: 0 auto 20px;
	}
	}

/* -----------------------------------------------------------
    MV
-------------------------------------------------------------- */
#aboutus .mv-area .lead {
	background:url("../img/top-abo-bg.jpg") center top / cover;
	padding: 0px 0 110px;
	position: relative;
}

#aboutus .mv-area .lead .catch {
	margin: 20px 0 10px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	line-height: 1.6;
}

#aboutus .mv-area .lead .in {
	width: 630px;
}

@media screen and (max-width: 768px){
	#aboutus .mv-area .lead {
		background:none;
		background-color: #DFE7E9;
		padding: 0px 0 40px;
		position: relative;
	}
	
	#aboutus .mv-area .lead img {
		max-width: 100%;
		max-height: 300px;
    	object-fit: cover;
		object-position: 5% 15%;
	}

	#aboutus .mv-area .lead .catch {
		margin: 20px 0 10px;
		line-height: 1.4;
	}

	#aboutus .mv-area .lead .in {
		width: 100%;
	}
	
	#aboutus .mv-area .lead .in h2 {
		text-align: center;
		margin-top: 25px;
	}
	
	#aboutus .mv-area .lead .in h2 img {
		width: 50%
	}
	}

/* -----------------------------------------------------------
    MV下
-------------------------------------------------------------- */
#aboutus .mv-under {
	display: flex;
	padding: 80px 0;
	align-items: center;
}

#aboutus .mv-under .img-area {
	width: 450px;
	position: relative;
}

#aboutus .mv-under .img-area img {
	width: 500px;
	position: relative;
    left: -100px;
}

@media screen and (max-width: 768px){
	#aboutus .mv-under {
		display: flex;
		padding: 40px 0;
    	flex-direction: column;
	}

	#aboutus .mv-under .img-area {
		width: 100%;
		position: relative;
		margin-bottom: 30px;
	}

	#aboutus .mv-under .img-area img {
		width: 80%;
		position: relative;
		left: -20px;
		display: block;
	}
	}


/* -----------------------------------------------------------
    こだわり1　原材料厳選
-------------------------------------------------------------- */
#aboutus .obsession-area.obs1 {
	background:url("../img/aboutus-obs1_bg.png") center top / cover;
	padding: 100px 0 110px;
	position: relative;
}

#aboutus .obsession-area.obs1 .catch {
	margin-left: 70px;
}

#aboutus .obsession-area.obs1 .catch.illust {
	color: #fff;
	position: relative;
	padding-left: 90px;
	line-height: 1.4;
	margin-bottom: 20px;
}

#aboutus .obsession-area.obs1 .catch.illust::before {
	content: "";
    background: url(../img/character.png) no-repeat center top / 13px auto;
	background-size: contain;
    width: 90px;
    height: 200px;
    position: absolute;
    top: -40px;
    left: -30px;
}

#aboutus .obsession-area .inner.inner-2 {
	width: 1300px;
}

#aboutus .obsession-area.obs1 .s-catch {
	width: 65%;
}

#aboutus .obsession-area.obs1 .obs1 {
	background-color: #fff;
	border-radius: 0 30px 0px 30px;
	padding: 70px 50px;
	position: relative;
}

#aboutus .obsession-area.obs1 .obs1 .obs1-list {
	margin: 50px 0;
}

#aboutus .obsession-area.obs1 .obs1 .obs1-list li {
	display: flex;
    align-items: center;
	border: solid 1px #A83434;
	background-color: #fff;
	margin-bottom: 20px;
	border-radius: 0 30px 0px 30px;
}
#aboutus .obsession-area.obs1 .obs1 .obs1-list li:last-child {
	margin-bottom: 0px;
}

#aboutus .obsession-area.obs1 .obs1 .obs1-list li h4 {
	padding: 40px 0;
	font-size: 2.5rem;
	font-weight: 700;
	text-align: center;
	color: #fff;
	width: 170px;
	min-width: 170px;
	background-color: #A83434;
	border-radius: 0 0px 0px 30px;
}

#aboutus .obsession-area.obs1 .obs1 .obs1-list li .txt {
	position: relative;
	display: flex;
	align-items: center;
	padding-right: 50px;
}

#aboutus .obsession-area.obs1 .obs1 .obs1-list li .txt::before {
	content: "";
    background: url(../img/logo-illust-blue.png) no-repeat center top;
	background-size: contain;
	position: relative;
	display: block;
    width:63px;
	min-width: 63px;
    height: 63px;
	margin: 0 20px;
}

@media screen and (max-width: 768px){
	#aboutus .obsession-area.obs1 {
		background:url("../img/aboutus-obs1_bg.png") center top / cover;
		padding: 40px 0 40px;
		position: relative;
	}

	#aboutus .obsession-area.obs1 .catch {
		margin-left: 0px;
	}

	#aboutus .obsession-area.obs1 .catch.illust {
		color: #fff;
		position: relative;
		padding-left: 60px;
		line-height: 1.4;
		margin-bottom: 20px;
	}

	#aboutus .obsession-area.obs1 .catch.illust::before {
		content: "";
		background: url(../img/character.png) no-repeat center top;
		background-size: contain;
		width: 55px;
		height: 119px;
		position: absolute;
		top: 5px;
		left: -7px;
	}

	#aboutus .obsession-area .inner.inner-2 {
		width: 100%;
	}

	#aboutus .obsession-area.obs1 .s-catch {
		width: 100%;
	}

	#aboutus .obsession-area.obs1 .obs1 {
		background-color: #fff;
		border-radius: 0 30px 0px 30px;
		padding: 30px 20px;
		position: relative;
	}
	
	#aboutus .obsession-area.obs1 .obs1 .obs1-list {
		margin: 30px 0;
	}

	#aboutus .obsession-area.obs1 .obs1 .obs1-list li {
		display: flex;
		align-items: center;
		border: solid 1px #A83434;
		background-color: #fff;
		margin-bottom: 20px;
		border-radius: 0 30px 0px 30px;
		flex-direction: column;
	}
	#aboutus .obsession-area.obs1 .obs1 .obs1-list li:last-child {
		margin-bottom: 0px;
	}

	#aboutus .obsession-area.obs1 .obs1 .obs1-list li h4 {
		padding: 20px 0;
		font-size: 2rem;
		width: 100%;
		min-width: 100%;
		border-radius: 0 30px 0px 0px;
	}

	#aboutus .obsession-area.obs1 .obs1 .obs1-list li .txt {
		position: relative;
		display: flex;
		align-items: center;
		padding-right: 0px;
		flex-direction: column;
		padding: 20px;
	}

	#aboutus .obsession-area.obs1 .obs1 .obs1-list li .txt::before {
		content: "";
		background: url(../img/logo-illust-blue.png) no-repeat center top;
		background-size: contain;
		position: relative;
		display: block;
		width: 40px;
    	min-width: 40px;
    	height: 40px;
		margin: 0 10px 10px;
	}
	}


/* -----------------------------------------------------------
    こだわり2　安心安全
-------------------------------------------------------------- */
#aboutus .obsession-area.obs2 {
	background-color: #F8F8F8;
	padding: 80px 0;
}

#aboutus .obsession-area.obs2 .txt-img-wrap img {
	top: 0px;
	right: 20px;
}

#aboutus .obsession-area.obs2 .obs2-list {
	margin-top: 60px;
	position: relative;
	z-index: 1;
	counter-reset: number 0;
}

#aboutus .obsession-area.obs2 .obs2-list li {
	background-color: #fff;
	padding: 20px 20px;
	display: flex;
    align-items: center;
	margin-bottom: 40px;
	box-shadow: 3px 3px 20px rgba(0,0,0, 0.16);
	counter-increment: count;
	position: relative;
}

#aboutus .obsession-area.obs2 .obs2-list li::before {
	content: counter(count);
	position: absolute;
	font-size: 2.5rem;
	line-height: 2.5;
	color: #fff;
	background-color: #BBBBBB;
	border-radius: 50px;
	width: 65px;
	height: 65px;
	text-align: center;
	left: -35px;
}

#aboutus .obsession-area.obs2 .obs2-list li .txt-area {
	padding: 20px 30px;
}

#aboutus .obsession-area.obs2 .obs2-list li .txt-area h4 {
	font-size: 2.5rem;
	font-weight: 700;
	margin-bottom: 30px;
}

/*--一言--*/
#aboutus .obsession-area.obs2 .challenge {
	font-size: 2.5rem;
	font-weight: 700;
	color: #49BEB0;
	padding: 20px;
	width: 100%;
	border: solid 1px #49BEB0;
	text-align: center;
}

@media screen and (max-width: 768px){
	#aboutus .obsession-area.obs2 {
		padding: 40px 0;
	}
	
	#aboutus .obsession-area.obs2 .txt-img-wrap img {
		right: 0px;
	}

	#aboutus .obsession-area.obs2 .obs2-list {
		margin-top: 50px;
		position: relative;
		z-index: 1;
	}

	#aboutus .obsession-area.obs2 .obs2-list li {
		background-color: #fff;
		padding: 20px 20px 20px;
		display: flex;
		align-items: center;
		margin-bottom: 40px;
		box-shadow: 3px 3px 20px rgba(0,0,0, 0.16);
		counter-increment: count;
		position: relative;
		flex-direction: column;
	}
	
	#aboutus .obsession-area.obs2 .obs2-list li:last-child {
		margin-bottom: 30px;
	}

	#aboutus .obsession-area.obs2 .obs2-list li::before {
		content: counter(count);
		position: absolute;
		font-size: 2rem;
		line-height: 2.5;
		color: #fff;
		background-color: #BBBBBB;
		border-radius: 50px;
		width: 50px;
		height: 50px;
		text-align: center;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		top: -20px;
	}

	#aboutus .obsession-area.obs2 .obs2-list li .txt-area {
		padding: 20px 0px 0px;
	}

	#aboutus .obsession-area.obs2 .obs2-list li .txt-area h4 {
		font-size: 2.5rem;
		font-weight: 700;
		margin-bottom: 20px;
		line-height: 1.4;
	}

	/*--一言--*/
	#aboutus .obsession-area.obs2 .challenge {
		font-size: 1.7rem;
		padding: 10px;
	}
}


/* -----------------------------------------------------------
   こだわり3　ミヤビス
-------------------------------------------------------------- */
#aboutus .obsession-area.obs3{
    padding: 80px 0;
}

#aboutus .obsession-area.obs3 .section-ttl-wrap::after{
    background: url("../img/aboutus-section-img3.png") no-repeat center top;
	background-size: contain;
}

#aboutus .obsession-area.obs3 .txt-img-wrap {
	margin-bottom: 30px;
}

#aboutus .obsession-area.obs3 .txt-img-wrap img {
	top: 0px;
	right: 0px;
}

/*--バナー部分--*/
#aboutus .aboutus-miyabis-banner {
	padding: 40px 0;
	margin-top: 50px;
	position: relative;
	text-align: center;
	background-image: url("../img/ichioshi.png"), url("../img/rec-catch-bg01.png"), url("../img/about-miyabis-banner.png");
	background-position: left 20% center, right 10% center, left top;
	background-size: 125px 125px, 255px 166px, 100% auto;
	background-repeat: no-repeat, no-repeat, no-repeat;
}
	
#aboutus .aboutus-miyabis-banner .txt-area .txt.banner {
	font-size: 2.5rem;
	font-weight: 700;
	margin-bottom: 10px;
	line-height: 1.6;
}

#aboutus .aboutus-miyabis-banner .txt-area .txt.banner span {
	font-size: 3.5rem;
}

#aboutus .aboutus-miyabis-banner .txt-area {
	position: relative;
	width: 80%;
    margin: 0 auto;
}

@media screen and (max-width: 768px){
	#aboutus .obsession-area.obs3{
		padding: 40px 0;
	}

	#aboutus .obsession-area.obs3 .section-ttl-wrap::after{
		background: url("../img/aboutus-section-img3.png") no-repeat center top;
		background-size: contain;
	}
	
	#aboutus .obsession-area.obs3 .txt-img-wrap {
		margin-bottom: 30px;
	}
	
	#aboutus .obsession-area.obs3 .txt-img-wrap img {
		top: 0px;
		right: 0px;
	}

	/*--バナー部分--*/
	#aboutus .aboutus-miyabis-banner {
		padding: 20px 0;
		margin-top: 30px;
		position: relative;
		text-align: center;
		background-image: url("../img/ichioshi.png"), url("../img/rec-catch-bg01.png"), url("../img/about-miyabis-banner.png");
		background-position: left 5% top 53%, right 5% top 53%, left top;
		background-size: 15%, 22%, 100% 100%;
		background-repeat: no-repeat, no-repeat, no-repeat;
	}

	#aboutus .aboutus-miyabis-banner .txt-area .txt.banner {
		font-size: 2rem;
		font-weight: 700;
		margin-bottom: 10px;
		line-height: 1.6;
	}

	#aboutus .aboutus-miyabis-banner .txt-area .txt.banner span {
		font-size: 3rem;
	}

	#aboutus .aboutus-miyabis-banner .txt-area {
		position: relative;
		width: 80%;
		margin: 0 auto;
	}
	}


/* -----------------------------------------------------------
   リンクエリア
-------------------------------------------------------------- */
#aboutus .aboutus-link-area {
	margin-bottom: 80px;
}

#aboutus .aboutus-link-area .inner {
	display: flex;
	justify-content: space-between;
}

#aboutus .aboutus-link-area .link {
	background:url("../img/aboutus-link-lineup.jpg") center top / cover;
	width: 560px;
	height: 250px;
	position: relative;
}
#aboutus .aboutus-link-area .link2 {
	background:url("../img/aboutus-link-recipe.jpg") center top / cover;
}

#aboutus .aboutus-link-area .link .titlebox {
    position: absolute;
	bottom: 0px;
	margin: 0 0 20px 50px;
}

#aboutus .aboutus-link-area .link .titlebox .title-jp {
	color: #fff;
}

#aboutus .aboutus-link-area .link .titlebox .title-en {
    font-size: 3.8rem;
    margin: 0 0 5px;
    line-height: 1.1;
	color: #fff;
}

#aboutus .aboutus-link-area .link .titlebox .title-en::before {
    content: "";
    background: url(../img/title-dot.png) center top / 11px auto;
    width: 11px;
    height: 35px;
    position: absolute;
    top: 0;
    left: -20px;
}

@media screen and (max-width: 768px){
	#aboutus .aboutus-link-area {
		margin-bottom: 40px;
	}

	#aboutus .aboutus-link-area .inner {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
    	align-items: center;
	}
	
	#aboutus .aboutus-link-area a {
		width: 100%;
		margin-bottom: 30px;
	}

	#aboutus .aboutus-link-area .link {
		background:url("../img/aboutus-link-lineup.jpg") center top / cover;
		width: 100%;
		height: 200px;
		position: relative;
	}
	#aboutus .aboutus-link-area .link2 {
		background:url("../img/aboutus-link-recipe.jpg") center top / cover;
	}

	#aboutus .aboutus-link-area .link .titlebox {
		position: absolute;
		bottom: 0px;
		margin: 0 0 20px 20px;
	}

	#aboutus .aboutus-link-area .link .titlebox .title-jp {
		color: #fff;
	}

	#aboutus .aboutus-link-area .link .titlebox .title-en {
		font-size: 3.8rem;
		margin: 0 0 5px;
		line-height: 1.1;
		color: #fff;
	}

	#aboutus .aboutus-link-area .link .titlebox .title-en::before {
		content: "";
		background: url(../img/title-dot.png) center top / 11px auto;
		width: 11px;
		height: 35px;
		position: absolute;
		top: 0;
		left: -20px;
	}
	}

