@charset "utf-8";
/* PC */
@media screen and (min-width:768px) {
 #suntory_contents .highball {
  color: #411400;
 }
 .highballheader {
  position: relative;
  background: url("../img/highball/highball_head_bg_pc.png") no-repeat top center;
  background-size: 2023px auto;
  height: 620px;
 }
 .highballheader .headinner {
  width: 960px;
  height: 620px;
  margin: 0 auto;
  position: relative;
 }
 .highballheader h1 {
  width: 376px;
  position: absolute;
  bottom: 120px;
  right: 0;
 }
 .highballheader .mainbg {
  position: absolute;
  bottom: 120px;
  height: 251px;
  width: calc(50% - 480px);
  right: 0;
  background: url("../img/highball/highball_lead_side_pc.png") repeat-x top;
 }
 .contents.remotetour .contentsinner {
  width: 960px;
  padding: 100px 0;
 }
 .howto {
  background: url("../img/highball/highball_step_bg_pc.png") no-repeat 0 0;
  background-size: cover;
  padding: 40px 60px;
  margin: 0 10px 80px 10px;
 }
 .howto h2 {
  text-align: center;
  font-weight: normal;
  font-size: 32px;
  margin: 0 0 60px 0;
 }
 .howto .howtolist li {
  width: 218px;
  float: left;
  margin: 0 0 50px 0;
 }
 .howto .howtolist li.howto_arrow {
  float: left;
  width: 82px;
  height: 0;
  background: url("../img/highball/highball_step__arrow_pc.png") no-repeat center center;
  background-size: 13px auto;
  overflow: hidden;
  padding: 217px 0 0 0;
 }
 .howto .howtolist li .text {
  margin: 10px 0 0 0;
  text-align: center;
  font-size: 14px;
  height: 2em;
  line-height: 1.5;
 }
 .variation .lead {
  font-size: 24px;
  line-height: 1.8;
  width: 650px;
  margin: 0 auto 100px auto;
 }
 .variation .catch {
  font-size: 24px;
  line-height: 1.8;
  width: 400px;
  margin: 0 auto 20px auto;
 }
 .variation .text {
  font-size: 16px;
  line-height: 1.8;
  width: 400px;
  margin: 0 auto 60px auto;
 }
 .variation .varilist {
  width: 900px;
  margin: 0 auto;
 }
 .variation .varilist li {
  margin: 0 0 10px 0;
 }
 .variation .varilist li:last-child {
  margin: 0;
 }
}
/* SP */
@media screen and (max-width:767px) {
 #suntory_contents .highball {
  color: #411400;
 }
 .highballheader {
  position: relative;
  margin: 0 0 5% 0;
 }
 .highballheader h1 {
  width: 65%;
  position: absolute;
  bottom: -8%;
  right: 0;
 }
 .contentsinner {
  padding: 10% 0;
 }
 .howto {
  background: url("../img/highball/highball_step_bg_sp.png") no-repeat 0 0;
  background-size: cover;
  padding: 5% 5% 0 5%;
  margin: 0 5% 12% 5%;
 }
 .howto h2 {
  text-align: center;
  font-weight: normal;
  font-size: 18px;
  margin: 0 0 5% 0;
 }
 .howto .howtolist li {
  width: 45%;
  float: left;
  margin: 0 0 10% 0;
 }
 .howto .howtolist li.howto_arrow {
  float: left;
  width: 10%;
  font-size: 12px;
  text-align: center;
  padding: 20% 0 0;
 }
 .howto .howtolist li .text {
  margin: 5% 0 0;
  text-align: center;
  font-size: 10px;
  height: 2em;
  line-height: 1.5;
 }
 .variation .lead {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 10% 10% 10%;
 }
 .variation .catch {
  font-size: 18px;
  line-height: 1.5;
  margin: 0 15% 5% 15%;
 }
 .variation .text {
  font-size: 12px;
  line-height: 1.5;
  margin: 0 15% 10% 15%;
 }
 .variation .varilist li {
  margin: 0 0 5% 0;
 }
 .variation .varilist .var02 {
  margin: -2% 0 5% 0;
 }
 .variation .varilist .var04 {
  margin: -2% 0 5% 0;
 }
}