@charset "utf-8";

.sns {
	top: 500px !important;
	background-color: rgba(255,255,255,0) !important;
}

.brSP {
	display: none;
}

@media screen and (min-width: 0) and (max-width: 768px) {
	.brSP {
		display: inline-block;
	}
}


/*-----------------------------------------------
	フェードインアニメーション
-----------------------------------------------*/

.list-mv01{
	opacity: 0;
	transform: translate(0,60px); 
	-webkit-transform: translate(0,60px); 
	transition: .8s;
}

.mv01{
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}



/*-----------------------------------------------
	タイトル
-----------------------------------------------*/

.Brandtitle {
	width: 100%;
	height: 0;
	padding-top: 21.61583333%;
	background: url(../images/brandstory/title.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
}

.Brandtitle div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: right;
	font-weight: normal;
	font-family: 'Yu Gothic',YuGothic,'游ゴシック体','游ゴシック','YuGothM','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
	font-size: 30px;
	color: #fff;
	letter-spacing: 0.1em;
}

.Brandtitle div p {
	max-width: 1140px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}

/*-----------------------------------------------
	ブランドストーリー共通
-----------------------------------------------*/

.Brandstory article {
	text-align: center;
	letter-spacing: 0.15em;
	line-height: 2;
}

.Brandstory article span {
	font-size: 20px;
	display: block;
	margin-bottom: 2em;
}


/*-----------------------------------------------
	ストーリー
-----------------------------------------------*/

.Story01 {
	padding: 120px 0 180px;
}

.Story02 {
	margin: 0 auto 200px;
	display: flex;
	flex-direction: row-reverse;
}

.Story02 .photo, .Story02 .txt {
	display: flex;
	width: 50%;
}

.Story02 .txt {
	flex-direction: row-reverse;
	align-items: center;
}

.Story02 .txt div {
	max-width: 590px;
	width: 100%;
	white-space: wrap;
	padding: 0 2%;
	box-sizing: border-box;
}

.Story02 .photo p {
	width: 100%;
	max-width: 512px;
}

.Story02 .photo img {
	width: 100%;
}

.txt p {
	margin-bottom: 2em;
}

.Story03 {
	background: #EDE3D9;
	width: 100%;
	display: flex;
}

.Story03 .photo, .Story03 .txt {
	display: flex;
	width: 50%;
}

.Story03 .photo {
	flex-direction: row-reverse;
}

.Story03 .txt {
	align-items: center;
}

.Story03 .txt div {
	max-width: 605px;
	width: 100%;
	white-space: wrap;
	padding: 0 8%;
	box-sizing: border-box;

}

.Story04 {
	padding: 180px 0 145px;
}

.Story05 {
	padding: 0 0 220px;
	overflow: hidden;
}

.Story05 img + span {
	margin: 50px 0 0;
}

@media screen and (min-width: 1025px) and (max-width: 1044px) {
	.Story02 .txt div {
		padding: 0;
	}
	
	.Story03 .txt div {
		padding: 0 4%;
	}
}

@media screen and (min-width: 769px) and (max-width: 1024px) {

	.Story03 .txt div {
		max-width: 505px;
		width: 100%;
		white-space: wrap;
		padding: 0 8%;
		box-sizing: border-box;
	}
}

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

	/*-----------------------------------------------
		タイトル
	-----------------------------------------------*/

	.Brandtitle {
		width: 100%;
		height: 0;
		padding-top: 30.666666666%;
		background: url(../images/brandstory/title.jpg) no-repeat;
		background-size: 150%;
		background-position: center;
		position: relative;
	}

	.Brandtitle div {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		text-align: right;
		font-weight: normal;
		font-family: 'Yu Gothic',YuGothic,'游ゴシック体','游ゴシック','YuGothM','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
		font-size: 4vw;
		color: #fff;
		letter-spacing: 0.1em;
	}

	.Brandtitle div p {
		max-width: 100%;
		height: 100%;
		margin: 0 auto;
		display: flex;
		align-items: center;
		flex-direction: row-reverse;
	}

	/*-----------------------------------------------
		ブランドストーリー共通
	-----------------------------------------------*/

	.Brandstory article {
		text-align: center;
		letter-spacing: 0.15em;
		line-height: 1.7;
	}

	.Brandstory article span {
		font-size: 3.8vw;
		display: block;
		margin-bottom: 1em;
	}


	/*-----------------------------------------------
		ストーリー
	-----------------------------------------------*/

	.Story01 {
		padding: 2em 0 5em;
	}

	.Story02 {
		margin: 0 auto 5em;
		display: block;
	}

	.Story02 .photo, .Story02 .txt {
		display: block;
		width: 100%;
	}
	
	.Story02 .photo p {
		width: 100%;
		max-width: 100%;
	}
	
	.Story02 .photo img {
		width: 85%;
	}

	.Story02 .txt {
		align-items: center;
		padding: 2em 0 0;
	}

	.Story02 .txt div {
		width: 100%;
		max-width: 100%;
		white-space: wrap;
		padding: 0;
		box-sizing: border-box;
	}

	.txt p {
		margin-bottom: 2em;
	}

	.Story03 {
		background: #f5efe3;
		width: 100%;
		display: block;
	}

	.Story03 .photo, .Story03 .txt {
		display: block;
		width: 100%;
	}

	.Story03 .photo {
		flex-direction: row-reverse;
	}

	.Story03 .photo img {
		width: 150%;
    	margin-left: -50%;
    	overflow: hidden;
	}

	.Story03 .txt {
		align-items: center;
	}

	.Story03 .txt div {
		width: 100%;
		max-width: 100%;
		white-space: wrap;
		padding: 2em 0 0.5em;
		box-sizing: border-box;

	}

	.Story04 {
		padding: 5em 0 5em;
	}

	.Story05 {
		padding: 0 0 18.6vw;
	}

	.Story05 img {
		width: 70%;
	}

	.Story05 img + span {
		margin: 2em 0 0;
	}

}

	/*-----------------------------------------------
		- READ MORE -
	-----------------------------------------------*/
	article.readmore{
		margin-bottom: 150px;
	}


	article.readmore ul{
		max-width: 662px;
		width: 100%;
		margin: 0 auto;
	}

	/*- READ MORE -*/
	article.readmore p.readmore_title{
		font-size: 20px;
		font-family: 'Raleway-Medium','Raleway-Regular','Raleway-Bold','Raleway-ExtraLight','游ゴシック体','游ゴシック','YuGothM','YuGothB','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
		margin-bottom: 1.7em;
		letter-spacing: 0.06em;
	}

@media screen and (min-width:769px) {

	article.readmore ul li{
		width: 302px;
	}

	article.readmore ul li:nth-of-type(1){
		margin-right: 58px;
	}
}

	article.readmore ul li a p{
		font-size: 18px;
		line-height: 3em;
	}


@media screen and (min-width: 0) and (max-width: 768px) {
	article.readmore{
		margin-bottom: 9.4vw;
	}

	article.readmore ul{
		width: 70%;
	}

	/*- READ MORE -*/
	article.readmore p.readmore_title{
		font-size: 4.3vw;
		margin-bottom: 1.2em;
	}

	article.readmore ul li{
		width: 100%;
		clear: both;
		margin-bottom: 2em;
	}


	article.readmore ul li a p{
		font-size: 3.6vw;
		line-height: 3.8em;
	}
}
