/* --------------------------------------------------------------------------------------   

   #brand_story

   -------------------------------------------------------------------------------------- */

#brand_story {padding: 90px 5%;position: relative; z-index: 1;}

@media only screen and (max-width: 960px) {	
#brand_story { padding: 80px 5%;}
}
@media only screen and (max-width: 738px) {	
#brand_story { padding: 70px 5%;}
}

/* .storyArea */
#brand_story .storyArea {display: flex; flex-wrap: wrap; justify-content: space-between; }
/* .imgArea */
#brand_story .imgArea { width: 40%;}

/* .txtArea */
#brand_story .txtArea { width: 50%; padding: 90px 5% 0 0; position: relative; z-index: 1; }

/* .logoArea */
#brand_story .txtArea .logoArea { position: absolute; top: 0; right: 0; width: 150px; z-index: 1;}

/* .catchArea */
#brand_story .txtArea .catchArea:after { display: block; width: 50px; height: 0; content: ""; border-top: #111 1px solid; margin: 30px 0 35px;}
#brand_story .txtArea h2 { font-size: clamp(30px, 4vw, 55px);font-family: 'Libre Baskerville', serif; font-weight: 400; letter-spacing: 0.05em; line-height:1.35; }
#brand_story .txtArea p+p { margin-top: 1.5em; }

@media only screen and (max-width: 960px) {	
#brand_story .imgArea { width: 100%; text-align: center;}
#brand_story .imgArea img {max-width: 500px;}
#brand_story .txtArea { width: 100%; padding: 50px 0 0; text-align: center;}
#brand_story .txtArea .logoArea { position: static; width: 200px; margin: 0 auto;}
#brand_story .txtArea .catchArea {margin-top: 30px;}
#brand_story .txtArea .catchArea:after { width: 50px; margin: 35px auto;}
#brand_story .txtArea h2 { font-size: clamp(30px, 6.5vw, 55px);line-height:1.3; }
#brand_story .txtArea .descriptionArea { display: inline-block;padding: 0 3.5%; margin-left: 1em;}
#brand_story .txtArea p {text-align: left;}
#brand_story .txtArea p+p { margin-top: 1.5em; }
}

@media only screen and (max-width: 738px) {	
#brand_story .imgArea img {max-width: 500px;}
#brand_story .txtArea { padding: 40px 0 0; }
#brand_story .txtArea .logoArea { width: 180px;}
#brand_story .txtArea .catchArea {margin-top: 30px;}
#brand_story .txtArea .catchArea:after { width: 35px; margin: 30px auto;}
#brand_story .txtArea h2 { font-size: clamp(40px, 6.5vw, 55px);line-height:1.3; }
#brand_story .txtArea .descriptionArea { display: inline-block;padding: 0 3.5%; margin-left: 1em;}
}

@media only screen and (max-width: 738px) {	
#brand_story .txtArea .catchArea:after { width: 35px; margin: 35px auto;}
}
@media only screen and (max-width: 640px) {	
#brand_story .imgArea img {max-width: 100%;}
#brand_story .txtArea { padding: 40px 0 0; }
#brand_story .txtArea .logoArea { width: 180px;}
#brand_story .txtArea .catchArea {margin-top: 30px;}
#brand_story .txtArea h2 { font-size: clamp(30px, 7.5vw, 45px); line-height:1.3; }
#brand_story .txtArea .descriptionArea { display: inline-block;padding: 0 2.5%; margin-left: 0;}
}










/* --------------------------------------------------------------------------------------   

   #brand_image

   -------------------------------------------------------------------------------------- */

#brand_image { padding: 0 5% 90px;}

@media only screen and (max-width: 960px) {	
#brand_image { padding: 0 5% 80px;}
}
@media only screen and (max-width: 738px) {	
#brand_image { padding: 0 5% 70px;}
}

/* .brand_imageArea */
#brand_image .brand_imageArea { margin-top: 90px; display: flex; flex-wrap: wrap; justify-content: center; position: relative; z-index: 0; }
#brand_image .brand_imageArea:first-child { margin-top: 0;}

/* .left */
#brand_image .left { position: absolute; bottom: 0; left: 0; width: 30%;}

/* .imgBox_large */
#brand_image .imgBox_large { float: left; width: 75%;}

/* .inner */
#brand_image .brand_imageArea .inner {position: absolute; top: 50%; left: 0; width: 1000px; max-width: 25%; display: inline-block; -webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -o-transform: translate(0, -50%); transform: translate(0, -50%); z-index:4; text-align: center;}

/* .logo */
#brand_image .brand_imageArea .inner .logo { display: block; height: 120px; background: url(../images/brand/logo_bj.png) center center no-repeat; background-size: contain; z-index: 2;}
#brand_image .brand_imageArea .inner .logo_sunshift { display: block; height: 50px; background: url("../images/brand/logo_sunshift.png") center center no-repeat; background-size: contain; z-index: 2;}
#brand_image .brand_imageArea .inner .logo_eveunblue { display: block; height: 17.5vw; max-height: 200px; background: url("../images/brand/logo_eve.png") center center no-repeat; background-size: contain; z-index: 2;}



/* .imgBox_flR */
#brand_image .imgBox_flR { float: right;width: 70%; }

@media only screen and (max-width: 900px) {	
#brand_image .brand_imageArea { margin-top: 80px;}
}
@media only screen and (max-width: 738px) {
#brand_image .brand_imageArea { margin-top: 50px;}
#brand_image .imgBox_large,
#brand_image .imgBox_flR{ float: none; width: 100%;}
#brand_image .brand_imageArea .inner { display: none;}
}







.brand_logo_area {display: flex; flex-wrap: wrap; justify-content:space-between; align-items: flex-start; position: relative; z-index: 1;}
.brand_logo_area .logo_img_area { width: 35%; margin-right: 2.5%;padding: 30px; border: #ddd 1px solid; position: relative; z-index: 0; order: 2;}

.brand_logo_area .logo_img_area .border_corner_top_right,
.brand_logo_area .logo_img_area .border_corner_top_left,
.brand_logo_area .logo_img_area .border_corner_bottom_right,
.brand_logo_area .logo_img_area .border_corner_bottom_left{ position: absolute; width: 25px; height: 25px;z-index: 1; }
.brand_logo_area .logo_img_area .border_corner_top_right { top: -1px; right: -1px;border-top:#111 1px solid; border-right:#111 1px solid;}
.brand_logo_area .logo_img_area .border_corner_top_left { top: -1px; left: -1px;border-top:#111 1px solid; border-left:#111 1px solid;}
.brand_logo_area .logo_img_area .border_corner_bottom_right { bottom: -1px; right: -1px;border-bottom:#111 1px solid; border-right:#111 1px solid;}
.brand_logo_area .logo_img_area .border_corner_bottom_left { bottom: -1px; left: -1px;border-bottom:#111 1px solid; border-left:#111 1px solid;}

.brand_logo_area .txt_area { width: 45%; margin-left: 5%; order: 1;}
.brand_logo_area .txt_area p+p { margin-top: 1.5em;}
.brand_logo_area .logo_txt_area p span.no_br { display: inline-block;}

@media only screen and (max-width: 960px) {	
.brand_logo_area .logo_img_area {order: 1; width: 80%; margin: 0 auto; }
.brand_logo_area .txt_area { order: 2; width: 80%; margin: 50px auto 0;}
}
@media only screen and (max-width: 738px) {
.brand_logo_area .logo_img_area { width: 90%; }
.brand_logo_area .txt_area { width: 90%; margin: 45px auto 0;}
.brand_logo_area .logo_img_area .border_corner_top_right,
.brand_logo_area .logo_img_area .border_corner_top_left,
.brand_logo_area .logo_img_area .border_corner_bottom_right,
.brand_logo_area .logo_img_area .border_corner_bottom_left{ width: 20px; height: 20px; }
/*.brand_logo_area .txt_area p+p { margin-top: 1em;}*/
}
@media only screen and (max-width: 640px) {
.brand_logo_area .logo_img_area { width: 100%; }
.brand_logo_area .txt_area { width: 100%; margin: 45px auto 0;}
}




.brand_image_area { margin: 90px 0 0;}
.brand_image_item:first-child {width: 70%;}
.brand_image_item:nth-child(2) { margin-top: 90px; display: flex; flex-wrap: wrap; justify-content:space-between; align-items: center; position: relative; z-index: 0;}
.brand_image_item:nth-child(2) .img_area {width: 67.5%; order: 2;}
.brand_image_item:nth-child(2) .logo_area {width: 30%; order: 1;}
.brand_image_item:nth-child(2) .logo_area .logo { display: block; height: clamp(80px, 8.5vw, 120px); background: url(../images/brand/logo_bj.png) center left 25% no-repeat; background-size: contain; z-index: 2;}
.brand_image_item:nth-child(3)  { margin-top: 90px; width: 70%;}

@media only screen and (max-width: 960px) {	
.brand_image_item:nth-child(2),
.brand_image_item:nth-child(3) {margin-top: 80px;}
}
@media only screen and (max-width: 738px) {	
.brand_image_area { margin: 70px 0 0;}
.brand_image_item:first-child {width: 100%;}
.brand_image_item:nth-child(2) { margin-top: 20px; display: block;;}
.brand_image_item:nth-child(2) .img_area {width: 100%; }
.brand_image_item:nth-child(2) .logo_area {display: none;}
.brand_image_item:nth-child(3)  { margin-top: 20px; width: 100%;}
}





/* --------------------------------------------------------------------------------------   

   #brand_product

   -------------------------------------------------------------------------------------- */

#brand_product {padding: 90px 5%;position: relative; z-index: 1;}
@media only screen and (max-width: 960px) {	
#brand_product { padding: 80px 5%;}
}
@media only screen and (max-width: 738px) {	
#brand_product { padding: 70px 5%;}
}
#brand_product:after { position: absolute; top: 0; left: 5%; right: 5%; bottom: 0; content: ""; border-top: #111 1px solid;z-index: -1;}

/* .productArea */
#brand_product .productArea { position: relative; z-index: 1;}
/* .line */
#brand_product .productArea .line_top_left { position: absolute; top: -1px; left: -1px; height: 25px; width: 25px; border-top: #111 1px solid; border-left: #111 1px solid; z-index: 2;}
#brand_product .productArea .line_top_right { position: absolute; top:-1px; right: -1px; height: 25px; width: 25px; border-top: #111 1px solid; border-right: #111 1px solid; z-index: 2;}
#brand_product .productArea .line_bottom_left { position: absolute; bottom: -1px; left: -1px; height: 25px; width: 25px; border-bottom: #111 1px solid; border-left: #111 1px solid; z-index: 2;}
#brand_product .productArea .line_bottom_right { position: absolute; bottom: -1px; right: -1px; height: 25px; width: 25px; border-bottom: #111 1px solid; border-right: #111 1px solid; z-index: 2;}

/* .productBox */
#brand_product .productArea .productBox { display: flex;border: #ddd 1px solid;position: relative; z-index: 1;-webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; -o-transition: all 0.7s ease; transition: all 0.7s ease;}
#brand_product .productArea .productBox:before { position: absolute; top: -1px; right: -1px; bottom: -1px; left: -1px; content: ""; background: rgba(0,0,0,0.7); z-index: 2; opacity: 0;-webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; -o-transition: all 0.7s ease; transition: all 0.7s ease;}
#brand_product .productArea .productBox:hover:before { opacity: 1;}

/* .imgArea */
#brand_product .productArea .imgArea{ order: 2; width: 50%; position: relative; z-index: 1; } 

@media only screen and (max-width: 900px) {	
#brand_product .productArea .productBox:before {display: none;}
}


/* a.all */
#brand_product .productArea a.all { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 5;}



/* .txtArea */
#brand_product .productArea .txtArea{ order: 1;  width: 50%; position: relative; z-index: 1;border-right: #ddd 1px solid;}
#brand_product .productArea .txtArea .inner { position: absolute; top: 50%; left: 50%; width: 1000px; max-width: 90%; display: inline-block; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index:4; text-align:center; }

/* .logoArea */
#brand_product .productArea .txtArea .logoArea { margin: 0 auto 10px; width: 100%; opacity: 1;}
#brand_product .productArea_bj .logoArea { height: 40px; background: url(../images/common/logo_bj_bird.png) center center no-repeat; background-size: 121px 36px;}
#brand_product .productArea_gold .logoArea { height: 40px; background: url(../images/common/logo_gl.png) center center no-repeat; background-size: 100px 30px;}
#brand_product .productArea_ao .logoArea { height: 40px; background: url(../images/common/logo_americanoptical2.png) center center no-repeat; background-size: 40px 40px;}
#brand_product .productArea_sunshift .logoArea { height: 40px; background: url("../images/common/logo_sunshift.png") center center no-repeat; background-size: 104px 25px;}

/* h3 */
#brand_product .productArea .txtArea h3 { position: relative; font-size: 20px; font-family: 'Libre Baskerville', serif; font-weight: 400; letter-spacing: 1.5px; line-height:1.4; z-index:3;}
#brand_product .productArea .txtArea h3 br {display: none;}

@media only screen and (max-width: 900px) {	
#brand_product .productArea .txtArea h3 { font-size: 18px; line-height:1.5;}
}
@media only screen and (max-width: 738px) {	
#brand_product .productArea .txtArea .logoArea { margin: 0 auto 5px;}
#brand_product .productArea_bj .logoArea { height: 30px; background-size: 94px 28px;}
#brand_product .productArea_gold .logoArea { height: 30px; background-size: 80px 24px;}
#brand_product .productArea_ao .logoArea { height: 30px;background-size: 30px 30px;}
#brand_product .productArea_sunshift .logoArea { height: 30px; background-size: 92px 22px;}
#brand_product .productArea .txtArea h3 { font-size: 15px; line-height:1.5; letter-spacing: 1px;}
#brand_product .productArea .txtArea h3 br {display: block;}
}
@media only screen and (max-width: 414px) {	
#brand_product .productArea_bj .logoArea { height: 25px; background-size: 84px 25px;}
#brand_product .productArea_gold .logoArea { height: 25px; background-size: 67px 20px;}
#brand_product .productArea_ao .logoArea { height: 25px;background-size: 25px 25px;}
#brand_product .productArea_sunshift .logoArea { height: 20px; background-size: contain;}
#brand_product .productArea .txtArea h3 { font-size: 13px;}
}
@media only screen and (max-width: 414px) {	
#brand_product .productArea .txtArea h3 { font-size: 12px;}
}