@charset "UTF-8";
/* @content */
#grape-introduction #page_header {
  background-image: url(../images/grape/underlayer-main@2x.jpg);
}

#grape-introduction .vertical-outline {
  color: #594058;
}
#grape-introduction .vertical-outline p:after {
  background-image: url(../images/grape/grapes_icon@2x.png);
  width: 166px;
  height: 152px;
  left: -190px;
  bottom: -20px;
}
#grape-introduction .area-layout02_title h2 {
  background-image: url(../images/grape/grapes_icon@2x.png);
  background-size: 166px;
}
#grape-introduction .area-layout01_inner .area-layout01_text .text01 {
  letter-spacing: 0.2em;
}
/****************/
/*  小PC表示　max 1024px  */
/****************/
@media screen and (max-width: 1024px) {
  #grape-introduction .vertical-outline {
    margin-top: 140px;
  }
}
/****************/
/*  ipad表示　max 768px  */
/****************/
@media screen and (max-width: 768px) {
}
/****************/
/*  SP表示　max 480px  */
/****************/
@media screen and (max-width: 480px) {
}