/*ブランドストーリー*/
.story-text-wrap { position:absolute;top:0;background:rgba(255, 255, 255, 0.8);height:100%;width:50%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:20px;}
.story-title {background:url("../images/story/story_main.jpg") no-repeat center center;background-size:cover;text-align:center;font-size:5rem;line-height:1em;color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:20px;}
.story-text { font-size:18px;text-align:center;color:#333;margin-top:20px;padding:0 20px;line-height:2.5}
.story-wrap { padding:10rem 0 }
.story-wrap p {line-height:2.5}
.story-section img{width:100%}
@media (max-width:1400px)
{
	.story-text-wrap{width:70%;}
	.story-text{font-size:17px;line-height: 2;}

}

@media (max-width:991px)
{
	.story-text-wrap{width:80%;}
	.story-text{font-size:16px;line-height:1.75;}
	.story-section img{width:125%;max-width:max-content;}
}

@media (max-width:576px)
{
	.story-wrap { padding:9rem 0 7rem; }
	.story-title{background-size:150%;}
	.story-text-wrap{width:100%;padding: 20px 16px;}
	.story-text{font-size:15px;line-height:1.5;padding: 0 10px;}
	.story-section img{width:240%;}
}