@charset "utf-8";
/*------------------------------------------------------------
ごあいさつ
/sma/greeting/
基本理念・メッセージ
/sma/message/
------------------------------------------------------------ */

/*------------------------------------------------------------
[SP]
------------------------------------------------------------ */
@media screen and (max-width:767px){

/*------------------------------------------------------------
[SP] page title
------------------------------------------------------------ */
#suntory_contents .title_area {
  padding: 8vw 0 0;
  text-align: center;
}
#suntory_contents .title_area h1 {
  margin-bottom: 0;
  font-size: 5.6vw;
  font-weight: normal;
  line-height: 1;
}

/*------------------------------------------------------------
[SP] about_contents
------------------------------------------------------------ */
#suntory_contents .about_contents  {
  margin: -16vw 0 0;
  padding: 16vw 0 0;
}
#suntory_contents .about_contents img {
  width: 100%;
  vertical-align: bottom;
}

/*------------------------------------------------------------
[SP] about_nav
------------------------------------------------------------ */
#suntory_contents .about_nav ul {
  display:flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  align-content: space-between;
}
#suntory_contents .about_nav li {
  height: 8.8vw;
  list-style: none;
  font-size: 3.466666666666667vw;
  line-height: 1.5;
  border-right: 1px #666 solid;
  padding: 0 4vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
#suntory_contents .about_nav li:first-child {
  border-left: 1px #666 solid;
}
#suntory_contents .about_nav li a {
  color: #000;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

/*------------------------------------------------------------
[SP] about_contents - #greeting
------------------------------------------------------------ */
#suntory_contents #greeting {
  margin-left: 4vw;
  margin-right: 4vw;
}
#suntory_contents #greeting .text {
  width: 100%;
}
#suntory_contents #greeting h2 {
  margin: 5.6vw 0 0;
  padding: 0;
  font-size: 3.73333333vw;
  font-weight: normal;
  line-height: 1.5;
  text-align: right;
}
#suntory_contents #greeting picture {
  float: right;
  width: 40vw;
  margin: 12vw 0 5.6vw 5.6vw;
}
#suntory_contents #greeting p {
 font-size: 3.46666667vw;
 line-height: 2;
 margin-top: 5.6vw;
}
#suntory_contents #greeting p:first-of-type {
 margin-top: 12vw;
}
#suntory_contents .about_nav#abouttop {
  margin: 16vw 4vw;
}

  /*------------------------------------------------------------
[SP] about_contents - #message
------------------------------------------------------------ */
#suntory_contents #message {
  margin-bottom: 16vw;
}
#suntory_contents #message picture {
  display: block;
  margin: 12vw 0 0;
  width: 100%;
  height: 33.33333333vw;
}

#suntory_contents #message h2 {
  margin: 12vw 4vw 4vw;
  padding: 0;
  font-size: 4.8vw;
  font-weight: normal;
  line-height: 1;
}
#suntory_contents #message p {
  margin: 0 4vw 4vw;
  font-size: 3.46666667vw;
  line-height: 2;
}




}
/*------------------------------------------------------------
[PC]
------------------------------------------------------------ */
@media print, screen and (min-width:768px) {

/*------------------------------------------------------------
[PC] page title
------------------------------------------------------------ */
#suntory_contents .title_area {
  text-align: center;
}
#suntory_contents .title_area h1 {
  margin-bottom: 0;
  font-size: 28px;
  font-weight: normal;
  line-height: 1;
}

/*------------------------------------------------------------
[PC] about_contents
------------------------------------------------------------ */
#suntory_contents .about_contents  {
 margin: -70px 0 0;
 padding: 70px 0 0;
}
#suntory_contents .about_contents img {
  width: 100%;
  vertical-align: bottom;
}

/*------------------------------------------------------------
[PC]  about_nav
------------------------------------------------------------ */
#suntory_contents .about_nav ul {
  display:flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  align-content: space-between;
}
#suntory_contents .about_nav li {
  list-style: none;
  font-size: 14px;
  line-height: 1;
  border-right: 1px #666 solid;
  padding: 8px 30px;
}
#suntory_contents .about_nav li:first-child {
  border-left: 1px #666 solid;
}
#suntory_contents .about_nav li a {
  color: #000;
  padding-bottom: 3px;
  text-decoration: none;
}
#suntory_contents .about_nav li a:hover {
  border-bottom: 1px #666 solid;
}

/*------------------------------------------------------------
[PC] about_contents - #greeting
------------------------------------------------------------ */
#suntory_contents #greeting {
  position: relative;
}
#suntory_contents #greeting picture {
  width: 220px;
  position: absolute;
  right:0;
  top: 150px;
}
#suntory_contents #greeting p {
  width: 680px;
  font-size: 14px;
  line-height: 2;
  margin-top: 30px;
}
#suntory_contents #greeting p:first-of-type {
 margin-top: 80px;
}
#suntory_contents #greeting h2 {
  width: 680px;
  margin: 20px 0 0;
  padding: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  text-align: right;
}
#suntory_contents .about_nav#abouttop {
  margin: 80px 0 110px;
}

 /*------------------------------------------------------------
[PC] about_contents - #message
------------------------------------------------------------ */
#suntory_contents #message {
  margin-bottom: 110px;
}
#suntory_contents #message picture {
  display: block;
  margin: 80px 0 0;
  width: 100%;
  height: 320px;
}
#suntory_contents #message h2 {
  width: 860px;
  margin: 50px auto 30px;
  padding: 0;
  font-size: 24px;
  font-weight: normal;
  line-height: 1;
}
#suntory_contents #message p {
  width: 860px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 2;
}


}
