@charset "UTF-8";
/* CSS Document */


#main_in{
  padding-bottom: 0;
}

#main_in .contentArea h2{
  letter-spacing: 0.02em;
}

/* ブランドコンセプト
--------------------------------------------*/

.brandConsept .brands{
  border-bottom: solid 1px #ad4425;
  padding-bottom: 20px;
  overflow:  hidden;
}

.brandConsept .brands_list{
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 0 -20px -20px 0;
  justify-content: center;
  /*align-items: center;*/
}

.brandConsept .brands_list li {
  width: 25%;
	padding: 0 20px 20px 0;
	position: relative;
}

.brandConsept .brands_list li a{
  display: block;
  height: 100%;
}

.brandConsept .brands_list .brand_in{
  height: 100%;
  background: #ffffff;
  padding: 20px;
  text-align: center;
}

.brandConsept .brands_list .brand_img{
  margin: 0 0 15px 0;
}


.brandConsept .brands .bottom_text{
  text-align: center;
  margin: 20px 0 0 0;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "IPAex明朝", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height:1.5;
	text-align:center;
}

.brandConsept .brands .bottom_text_in{
  text-align: left;
  display: inline-block;
  max-width: 510px;
}

@media all and (min-width: 0px) and (max-width: 768px) {
  .brandConsept .brands{
    border-bottom: none;
    padding-bottom: 20px;
    overflow:  hidden;
  }
  .brandConsept .brands_list li {
    width: 50%;
    padding: 0 20px 20px 0;
    position: relative;
  }
  .brandConsept .brands .bottom_text_in{
    font-size: 20px;
    text-align: left;
    display: inline-block;
    max-width: 510px;
    text-align: center;
  }
}


/*
------------------------------ brand_info_wrap --------------------------
*/

.brand_info_wrap{
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif ;
  margin: 0 -15px;
}


.brand_info_wrap .brand_info{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 53px 20px;
  overflow:  hidden;
}

.brand_info_wrap .brand_info .brand_info_content{
  position: relative;
  max-width: 960px;
  margin: 0 auto;
}

.brand_info_wrap .brand_info_content_in{
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  width: 100%;
}

.brand_info_wrap .brand_info_content_text{
  padding: 0 30px 0 0;
  flex-grow: 1;
  -webkit-flex-grow: 1;
}

.brand_info_wrap .white_block{
  position: relative;
  z-index: 2;
  padding: 20px;
  margin: 0 -30px 0 0;
  background-color: rgba(255,255,255,0.8);
  color: #000000;
}

@media all and (min-width: 769px) {
  #col01 .white_block{
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 75%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 75%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 75%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
}

#col01{
  background-image: url("../img/concept/concept01_bg.jpg");
  color: #ffffff;
}

#col02{
  background-image: url("../img/concept/concept02_bg.jpg");
}

#col03{
  background-image: url("../img/concept/concept03_bg.jpg");
}

#col04{
  background-image: url("../img/concept/concept04_bg.jpg");
}

.brand_info_wrap p{
  position: relative;
  z-index: 2;
  font-size: 20px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif ;
}

@media all and (max-width: 960px) {
  .brand_info_wrap p {
    font-size: 18px;
  }
}

@media all and (min-width: 0px) and (max-width: 768px) {
  .brand_info_wrap p {
    font-size: 14px;
  }
}

.brand_info_wrap .brand_info_title{
  position: relative;
  font-size: 40px;
	line-height:1.2;
	text-shadow: 0 0 0.375em #fff, 0 0 0.3em #fff, 0 0 0.25em #fff, 0 0 0.025em #fff;
  padding: 1em 0;
}

@media all and (max-width: 960px) {
  .brand_info_wrap .brand_info_title {
    font-size: 30px;
  }
}

@media all and (min-width: 0px) and (max-width: 768px) {
  .brand_info_wrap .brand_info_title {
    font-size: 20px;
  }
}

.brand_info_wrap .brand_info_title:after{
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50%;
  margin: -3.75em 0 0 0;
  width: 7.5em;
  height: 7.5em;
  background-image: url(../img/concept/brand_info_title_white.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% auto;
}

#col01  .brand_info_title{
  text-shadow: 0 0 0 transparent;
}

#col01 .brand_info_title:after,
#col02 .brand_info_title:after{
  background-image: url(../img/concept/brand_info_title_white.png);
}

#col03 .brand_info_title:after,
#col04 .brand_info_title:after{
  background-image: url(../img/concept/brand_info_title_red.png);
}


.brand_info_wrap .brand_info_title > *{
  position: relative;
  z-index: 2;
}

.brand_info_wrap .brand_info_title .text01{
  display: block;
}

.brand_info_wrap .brand_info_title .text02{
  display: block;
  font-size: 50%;
}

.brand_info_wrap .brand_info_title .text02 span{
  font-size: 150%;
}

@media all and (max-width: 768px) {
  .brand_info_wrap .brand_info_content_in{
    display: block; 
  }
  .brand_info_content_image{
    margin: 30px 0 0 0;
  }
  .brand_info_content_image img{
    width: 100%;
    max-width: none;
  }
}

@media screen and (min-width: 0px) and (max-width: 768px) {
/* ▼レスポンシブ */
/* ▲レスポンシブ */}