/** concept pc style **/
.page-main.page-concept {
  padding-top: 0px;
}

.concept-intro {
  background: url(../img/concept/concept-intro__.png) right top no-repeat;
  /*background-size: cover;*/
  padding: 135px 0px 100px;
  position: relative;
}

.concept-intro:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/concept/concept-bg.png) left top repeat;
  z-index: -1;
}

.concept-intro_title {
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 5rem;
  letter-spacing: 5px;
}

.concept-intro p {
  font-size: 1.6rem;
  font-family: "Yu Gothic";
  margin-bottom: 7rem;
  line-height: 2.5;
}

.concept-intro .com-logo {
  margin-left: 13rem;
}

.concept-intro .com-logo img {
  width: 130px;
}

.concept-list ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.concept-list ul li {
  width: 33.333%;
}

.concept-list ul li img {
  width: 100%;
  height: auto;
}

.concept-wine_bnr img {
  width: 100%;
  height: auto;
}

.concept-wine .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1146px;
  overflow: visible;
  position: relative;
}

.concept-wine_head {
  padding: 6rem 0;
  font-family: "Yu Gothic";
}

.concept-wine_img {
  width: 54%;
  margin-left: auto;
  -ms-flex-item-align: end;
      align-self: flex-end;
  float: right;
}

.concept-wine_ctn {
  width: 39%;
  padding: 80px;
  background: #fff;
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
       box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
  margin-top: -25%;
}

.concept-wine_ctn h2 {
  font-size: 2.6rem;
  font-weight: 400;
  margin-bottom: 4rem;
}

.concept-wine_ctn p {
  font-size: 1.6rem;
  font-family: "Yu Gothic";
  line-height: 2.5;
}

/** concept sp style **/
@media screen and (max-width: 768px) {
  .concept-intro {
    background: none;
    padding: 40px 0px;
  }
  .concept-intro:after {
    background: none;
  }
  .concept-intro_title {
    font-size: 2.3rem;
  }
  .concept-intro p {
    font-size: 1.8rem;
    margin-bottom: 6rem;
    line-height: 2;
  }
  .concept-intro figure.show_sp {
    margin: 0 -1.5rem 6rem;
  }
  .concept-intro .com-logo {
    margin: 0 auto;
    text-align: center;
  }
  .concept-list ul li {
    width: 50%;
  }
  .concept-list ul li:nth-child(1) {
    width: 100%;
  }
  .concept-wine .container {
    display: block;
  }
  .concept-wine_head {
    padding: 3rem 0;
  }
  .concept-wine_ctn {
    width: 100%;
    padding: 6rem 3rem;
    margin-bottom: 7rem;
    margin-top: -1.5rem;
  }
  .concept-wine_ctn h2 {
    font-size: 2.3rem;
    margin-bottom: 4.5rem;
  }
  .concept-wine_ctn p {
    font-size: 1.8rem;
    line-height: 2;
  }
  .concept-wine_img {
    width: 100%;
    float: none;
  }
}
