@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:300,400,600");

/* container */

#container { position:relative; top:0; left:0; width:100%; height:937px; }
#container .visual { width:100%; height:300px; background:url(../imgs/visual/visual.jpg)no-repeat; }
#container .visual img { margin:0 auto; padding:137px 0; }

/* brandstory_wrap */
#container .brandstory_wrap * { box-sizing:border-box; }
#container .brandstory_wrap { width:100%; height:637px; background:url(../imgs/brandstory/bg.jpg)no-repeat; min-height:500px; text-align:left; }
#container .brandstory_wrap .brandstory { margin:0 auto; padding:35px 0; width:1250px; min-height:637px; zoom:1; }
#container .brandstory_wrap .brandstory .left { float:left; width:48%; padding:0 50px; }
#container .brandstory_wrap .brandstory .left img { max-width:100%; }
#container .brandstory_wrap .brandstory  .brandstory_txt { float:right; width:52%; padding:120px 0;; }
#container .brandstory_wrap .brandstory  .brandstory_txt h2 { font-size:30px; color:#fff; margin-bottom:32px; }
#container .brandstory_wrap .brandstory  .brandstory_txt p { font-size:14px; color:#fff; line-height:1.6; }

