@charset "utf-8";


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

/*------------------------------------------------------------
    [SP] title
    ------------------------------------------------------------ */
    #suntory_contents .title {
      margin: 8vw 0 12vw;
    }
    #suntory_contents .title h1 {
      font-size: 5.6vw;
      font-weight: normal;
      text-align: center;
    }


/*------------------------------------------------------------
[SP] presstop_contents
------------------------------------------------------------ */
#suntory_contents .presstop_contents {
  margin: 0 4vw 8vw;
  padding-bottom: 8vw;
  border-bottom: 1px #ccc solid;
}
#suntory_contents .presstop_contents:last-child {
  margin: 0 4vw 16vw;
  padding-bottom: 0;
  border-bottom: none;
}
#suntory_contents .presstop_contents h2 {
  margin-bottom: 5.6vw;
  font-size: 4.8vw;
  font-weight: normal;
}
#suntory_contents .presstop_contents .text_wrap {
  margin-bottom: 50px;
}
#suntory_contents .presstop_contents .text {
  margin-bottom: 50px;
}
#suntory_contents .presstop_contents .text p {
  font-size: 3.466666666666667vw;
  line-height: 1.8;
}
#suntory_contents .presstop_contents .text p.text_item a {
  text-decoration: none;
  color: #000;
  font-size: 3.733333333333333vw;
  line-height: 3.733333333333333vw;
  position: relative;
  padding: 0;
}


#suntory_contents .number_list {
  display: flex;
  flex-direction: column;
}
#suntory_contents .number_list li {
  list-style: none;
  font-size: 3.466666666666667vw;
  line-height: 1.8;
}
#suntory_contents .presstop_contents .btn_container {
  margin: 8vw 0 0;
}
#suntory_contents .presstop_contents .btn_container li {
  width: auto;
  list-style: none;
}
#suntory_contents .presstop_contents .btn_container li + li {
  margin-top: 8vw;
}
#suntory_contents .presstop_contents .btn_container li a {
  text-decoration: none;
  color: #000;
  display: block;
  position: relative;
  text-align: center;
}
#suntory_contents .presstop_contents .btn_container li a p {
  display: inline-block;
  padding: 0  4vw  4vw 0;
  font-size: 4.26666667vw;
  position: relative;
  line-height: 1;
}
#suntory_contents .presstop_contents .btn_container li a p .entry{
  font-size: 3.73333333vw;
  margin-left: 1.6vw;
}
#suntory_contents .presstop_contents .btn_container li a p::after {
  content: '';
  width: 2.4vw;
  height: 4vw;
  background: url(../img/arrow_right_large_gr.svg) no-repeat 0 0 / auto 4vw;
  position: absolute;
  top: 0;
  right: 0;
}
#suntory_contents .presstop_contents .btn_container li a picture {
  width: 100%;
  height: auto;
}
#suntory_contents .presstop_contents .btn_container li a picture img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#suntory_contents .presstop_contents .link {
  margin: 8vw 0 0;
  text-align: center;
  padding-right: 2.4vw;
}
#suntory_contents .presstop_contents .link a {
  text-decoration: none;
  color: #000;
  font-size: 3.733333333333333vw;
  line-height: 3.733333333333333vw;
  position: relative;
  padding: 0;
}
#suntory_contents .presstop_contents .link a::after {
  content: '';
  display: block;
  width: 1.866666666666667vw;
  height: 3.733333333333333vw;
  background: url(../img/arrow_right_small_gr.svg) no-repeat 0 0;
  background-size: 1.866666666666667vw auto;
  position: absolute;
  top: calc(50% - 1.6vw);
  right: -3.2vw;
}
#suntory_contents .presstop_contents .mail a {
  text-decoration: none;
  color: #000;
  font-size: 3.733333333333333vw;
  line-height: 3.733333333333333vw;
  position: relative;
  padding: 0;
}
#suntory_contents .presstop_contents .mail a::after {
  content: '';
  display: block;
  width: 1.866666666666667vw;
  height: 3.733333333333333vw;
  background: url(../img/arrow_right_small_gr.svg) no-repeat 0 0;
  background-size: 1.866666666666667vw auto;
  position: absolute;
  top: calc(50% - 1.6vw);
  right: -3.2vw;
}

#suntory_contents .presstop_contents ul.note {
    list-style: none;
    margin-top: 4vw;
}
#suntory_contents .presstop_contents ul.note li {
    font-size: 2.93333333vw;
    line-height: 1.8;
    margin-left: 1em;
    text-indent: -1em;
}
#suntory_contents .presstop_contents ul.note li.notice {
    color: #f00;
}

#suntory_contents .presstop_contents .pdf_link,
#suntory_contents .presstop_contents .external_link {
  margin: 8vw 0 0;
  text-align: center;
  padding-right: 2.4vw;
  line-height: 1.8;
  font-size: 3.733333333333333vw;
}

#suntory_contents .presstop_contents .pdf_link a,
#suntory_contents .presstop_contents .external_link a {
  text-decoration: none;
  color: #000;
  font-size: 3.733333333333333vw;
  position: relative;
  padding: 0;
}

#suntory_contents .presstop_contents .pdf_link a span {
  color: #DD0000;
  background: #fff;
  font-size: 12px;
  border: 1px #ccc solid;
  padding: 0 5px;
  vertical-align: middle;
  margin: 0 5px 0;
}

#suntory_contents .presstop_contents .pdf_link a::after {
  content: '';
  width: 2.4vw;
  height: 2.4vw;
  background: url(/sma/common2020/img/icon_external_gr.svg) no-repeat 0 0;
  background-size: 2.4vw auto;
  position: absolute;
  bottom: 1.6vw;
  right: -3vw;
}
#suntory_contents .presstop_contents .external_link a::after {
content: '';
display: block;
width: 1.866666666666667vw;
height: 3.733333333333333vw;
background: url(../img/arrow_right_small_gr.svg) no-repeat 0 0;
background-size: 1.866666666666667vw auto;
position: absolute;
bottom: 0;
right: -3.2vw;
}
#suntory_contents .presstop_contents .external_link a::before {
  content: '';
  width: 2.4vw;
  height: 2.4vw;
  background: url(/sma/common2020/img/icon_external_gr.svg) no-repeat 0 0;
  background-size: 2.4vw auto;
  position: absolute;
  bottom: 1.6vw;
  right: -6.6vw;
}


#suntory_contents .presstop_contents .pdf_link.mr a::after {
  right: 17vw;
}
#suntory_contents .presstop_contents .pdf_link2,
#suntory_contents .presstop_contents .external_link2 {
  padding-right: 2.4vw;
  line-height: 1.8;
  font-size: 3.733333333333333vw;
}

#suntory_contents .presstop_contents .pdf_link2 a,
#suntory_contents .presstop_contents .external_link2 a {
  text-decoration: none;
  color: #000;
  font-size: 3.733333333333333vw;
  position: relative;
  padding: 0;
}

#suntory_contents .presstop_contents .pdf_link2 a span {
  color: #DD0000;
  background: #fff;
  font-size: 12px;
  border: 1px #ccc solid;
  padding: 0 5px;
  vertical-align: middle;
  margin: 0 5px 0;
}

#suntory_contents .presstop_contents .pdf_link2 a::after {
  content: '';
  width: 2.4vw;
  height: 2.4vw;
  background: url(/sma/common2020/img/icon_external_gr.svg) no-repeat 0 0;
  background-size: 2.4vw auto;
  position: absolute;
  bottom: 1.6vw;
  right: -3vw;
}
#suntory_contents .presstop_contents .external_link2 a::after {
  content: '';
  width: 2.4vw;
  height: 2.4vw;
  background: url(/sma/common2020/img/icon_external_gr.svg) no-repeat 0 0;
  background-size: 2.4vw auto;
  position: absolute;
  bottom: 1.6vw;
  right: -6.8vw;
}
#suntory_contents .presstop_contents .external_link2 a::before {
content: '';
display: block;
width: 1.866666666666667vw;
height: 3.733333333333333vw;
background: url(../img/arrow_right_small_gr.svg) no-repeat 0 0;
background-size: 1.866666666666667vw auto;
position: absolute;
bottom: 0;
right: -3.2vw;
}

#suntory_contents .presstop_contents .pdf_link2.mr a::after {
  right: 17vw;
}
}





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

/*------------------------------------------------------------
[PC] title
------------------------------------------------------------ */
#suntory_contents .title {
  margin: 50px 0 80px;
}
#suntory_contents .title h1 {
  font-size: 28px;
  font-weight: normal;
  text-align: center;
}

/*------------------------------------------------------------
[PC] presstop_contents
------------------------------------------------------------ */
#suntory_contents .presstop_contents {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px #ccc solid;
}

#suntory_contents .presstop_contents:last-child {
  margin-bottom: 110px;
  padding-bottom: 0;
  border-bottom: none;
}
#suntory_contents .presstop_contents h2 {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: normal;
}

#suntory_contents .text_wrap {
  display: flex;
  justify-content: space-between;
}

#suntory_contents .presstop_contents .text {
  width: 670px;
  margin-bottom: 50px;
}
#suntory_contents .presstop_contents .text p {
  font-size: 14px;
  line-height: 1.8;
}
#suntory_contents .presstop_contents .text p.text_item a {
  text-decoration: none;
  color: #000;
  font-size: 14px;
  line-height: 14px;
  position: relative;
  padding: 0 0 3px 0;
}
#suntory_contents .presstop_contents .text p.text_item a:hover {
  border-bottom: 1px #666 solid;
}

#suntory_contents .number_list {
  display: flex;
}
#suntory_contents .number_list li {
  list-style: none;
  font-size: 14px;
  line-height: 1.8;
}
#suntory_contents .number_list li + li {
  margin-left: 2em;
}
#suntory_contents .presstop_contents .btn_container {
  margin: 50px 0 0;
  display: flex;
  justify-content: space-between;
}
#suntory_contents .presstop_contents .btn_container li {
  width: 460px;
  list-style: none;
  overflow: hidden;
}
#suntory_contents .presstop_contents .btn_container.-overflow li {
  overflow: visible;
}
#suntory_contents .presstop_contents .btn_container li a {
  text-decoration: none;
  color: #000;
  display: block;
  position: relative;
  text-align: center;
}
#suntory_contents .presstop_contents .btn_container li a p {
  display: inline-block;
  padding: 0 20px 25px 0;
  font-size: 22px;
  position: relative;
  line-height: 1;
}
#suntory_contents .presstop_contents .btn_container li a p .entry{
  font-size: 18px;
  margin-left: 5px;
}
#suntory_contents .presstop_contents .btn_container li a p::after {
  content: '';
  width: 10px;
  height: 20px;
  background: url(../img/arrow_right_large_gr.svg) no-repeat 0 0 / 10px;
  position: absolute;
  top: 3px;
  right: 0;
}
#suntory_contents .presstop_contents .btn_container li a picture {
  width: 460px;
  height: 160px;
}

#suntory_contents .presstop_contents .btn_container li a picture img {
  width: 460px;
  height: 160px;
  vertical-align: bottom;
}
#suntory_contents .presstop_contents .btn_container li a:hover p {
  color: #A89170;
}
#suntory_contents .presstop_contents .btn_container li a:hover p::after {
  background: url(../img/arrow_right_large_br.svg) no-repeat 0 0 / 10px;
}
#suntory_contents .presstop_contents .btn_container li a:hover picture img {
  opacity: .85;
}

#suntory_contents .presstop_contents .link {
  width: 250px;
  text-align: right;
}
#suntory_contents .presstop_contents .link a {
  text-decoration: none;
  color: #000;
  font-size: 14px;
  line-height: 14px;
  position: relative;
  padding: 0 0 3px 0;
}
#suntory_contents .presstop_contents .link a:hover {
  border-bottom: 1px #666 solid;
}
#suntory_contents .presstop_contents .link a::after {
  content: '';
  width: 7px;
  height: 14px;
  background: url(../img/arrow_right_small_gr.svg) no-repeat 0 0;
  background-size: 7px auto;
  position: absolute;
  top: calc(50% - 8.5px);
  right: -16px;
}
#suntory_contents .presstop_contents .mail a {
  text-decoration: none;
  color: #000;
  font-size: 14px;
  line-height: 14px;
  position: relative;
  padding: 0 0 3px 0;
}
#suntory_contents .presstop_contents .mail a:hover {
  border-bottom: 1px #666 solid;
}
#suntory_contents .presstop_contents .mail a::after {
  content: '';
  width: 7px;
  height: 14px;
  background: url(../img/arrow_right_small_gr.svg) no-repeat 0 0;
  background-size: 7px auto;
  position: absolute;
  top: calc(50% - 8.5px);
  right: -16px;
}

#suntory_contents .presstop_contents ul.note {
    list-style: none;
    margin-top: 15px;
}
#suntory_contents .presstop_contents ul.note li {
    font-size: 12px;
    line-height: 1.8;
    margin-left: 1em;
    text-indent: -1em;
}
#suntory_contents .presstop_contents ul.note li.notice {
    color: #f00;
}

#suntory_contents .presstop_contents .pdf_link,
#suntory_contents .presstop_contents .external_link  {
  margin-top: 50px;
  white-space: nowrap;
}
#suntory_contents .presstop_contents .pdf_link a,
#suntory_contents .presstop_contents .external_link a {
  text-decoration: none;
  color: #000;
  font-size: 14px;
  line-height: 14px;
  position: relative;
  padding: 0 0 3px 0;
}
#suntory_contents .presstop_contents .pdf_link a:hover,
#suntory_contents .presstop_contents .external_link a:hover {
  border-bottom: 1px #666 solid;
}
#suntory_contents .presstop_contents .pdf_link a span {
  align-items: center;
  justify-content: center;
  color: #DD0000;
  background: #fff;
  font-size: 12px;
  border: 1px #ccc solid;
  padding: 0 5px;
  margin-left: 5px;
}
#suntory_contents .presstop_contents .pdf_link .sp_only {
  display: none;
}
#suntory_contents .presstop_contents .pdf_link a::after {
  content: '';
  width: 10px;
  height: 10px;
  background: url(/sma/common2020/img/icon_external_gr.svg) no-repeat 0 0;
  background-size: 10px auto;
  position: absolute;
  bottom: auto;
  top: 0;
  right: -20px;
}
#suntory_contents .presstop_contents .external_link a::after {
content: '';
width: 7px;
height: 14px;
background: url(../img/arrow_right_small_gr.svg) no-repeat 0 0;
background-size: 7px auto;
position: absolute;
top: calc(50% - 8.5px);
right: -16px;
}
#suntory_contents .presstop_contents .external_link a::before {
  content: '';
  width: 10px;
  height: 10px;
  background: url(/sma/common2020/img/icon_external_gr.svg) no-repeat 0 0;
  background-size: 10px auto;
  position: absolute;
  bottom: auto;
  top: 0;
  right: -36px;
}

#suntory_contents .presstop_contents .pdf_link2 {
    white-space: nowrap;
  }
  #suntory_contents .presstop_contents .pdf_link2 a,
  #suntory_contents .presstop_contents .external_link2 a {
    text-decoration: none;
    color: #000;
    font-size: 14px;
    line-height: 14px;
    position: relative;
    padding: 0 0 3px 0;
  }
  #suntory_contents .presstop_contents .pdf_link2 a:hover,
  #suntory_contents .presstop_contents .external_link2 a:hover {
    border-bottom: 1px #666 solid;
  }
  #suntory_contents .presstop_contents .pdf_link2 a span {
    align-items: center;
    justify-content: center;
    color: #DD0000;
    background: #fff;
    font-size: 12px;
    border: 1px #ccc solid;
    padding: 0 5px;
    margin-left: 5px;
  }
  #suntory_contents .presstop_contents .#suntory_contents .presstop_contents .pdf_link2 {
    white-space: nowrap;
  }
  #suntory_contents .presstop_contents .pdf_link2 a {
    text-decoration: none;
    color: #000;
    font-size: 14px;
    line-height: 14px;
    position: relative;
    padding: 0 0 3px 0;
  }
  #suntory_contents .presstop_contents .pdf_link2 a:hover {
    border-bottom: 1px #666 solid;
  }
  #suntory_contents .presstop_contents .pdf_link2 a span {
    align-items: center;
    justify-content: center;
    color: #DD0000;
    background: #fff;
    font-size: 12px;
    border: 1px #ccc solid;
    padding: 0 5px;
    margin-left: 5px;
  }
  #suntory_contents .presstop_contents .pdf_link2 .sp_only {
    display: none;
  }
  #suntory_contents .presstop_contents .pdf_link2 a::after {
    content: '';
    width: 10px;
    height: 10px;
    background: url(/sma/common2020/img/icon_external_gr.svg) no-repeat 0 0;
    background-size: 10px auto;
    position: absolute;
    bottom: auto;
    top: 0;
    right: -20px;
  } .sp_only {
    display: none;
  }
  #suntory_contents .presstop_contents .pdf_link2 a::after {
    content: '';
    width: 10px;
    height: 10px;
    background: url(/sma/common2020/img/icon_external_gr.svg) no-repeat 0 0;
    background-size: 10px auto;
    position: absolute;
    bottom: auto;
    top: 0;
    right: -20px;
  }
  #suntory_contents .presstop_contents .pdf_link2 {
    white-space: nowrap;
  }
  #suntory_contents .presstop_contents .pdf_link2 a {
    text-decoration: none;
    color: #000;
    font-size: 14px;
    line-height: 14px;
    position: relative;
    padding: 0 0 3px 0;
  }
  #suntory_contents .presstop_contents .pdf_link2 a:hover {
    border-bottom: 1px #666 solid;
  }
  #suntory_contents .presstop_contents .pdf_link2 a span {
    align-items: center;
    justify-content: center;
    color: #DD0000;
    background: #fff;
    font-size: 12px;
    border: 1px #ccc solid;
    padding: 0 5px;
    margin-left: 5px;
  }
  #suntory_contents .presstop_contents .#suntory_contents .presstop_contents .pdf_link2 {
    margin-top: 50px;
    white-space: nowrap;
  }
  #suntory_contents .presstop_contents .pdf_link2 a {
    text-decoration: none;
    color: #000;
    font-size: 14px;
    line-height: 14px;
    position: relative;
    padding: 0 0 3px 0;
  }
  #suntory_contents .presstop_contents .pdf_link2 a:hover {
    border-bottom: 1px #666 solid;
  }
  #suntory_contents .presstop_contents .pdf_link2 a span {
    align-items: center;
    justify-content: center;
    color: #DD0000;
    background: #fff;
    font-size: 12px;
    border: 1px #ccc solid;
    padding: 0 5px;
    margin-left: 5px;
  }
  #suntory_contents .presstop_contents .pdf_link2 .sp_only {
    display: none;
  }
  #suntory_contents .presstop_contents .pdf_link2 a::after {
    content: '';
    width: 10px;
    height: 10px;
    background: url(/sma/common2020/img/icon_external_gr.svg) no-repeat 0 0;
    background-size: 10px auto;
    position: absolute;
    bottom: auto;
    top: 0;
    right: -20px;
  } .sp_only {
    display: none;
  }
  #suntory_contents .presstop_contents .external_link2 a::after {
    content: '';
    width: 10px;
    height: 10px;
    background: url(/sma/common2020/img/icon_external_gr.svg) no-repeat 0 0;
    background-size: 10px auto;
    position: absolute;
    bottom: auto;
    top: 0;
    right: -34px;
  }
  #suntory_contents .presstop_contents .external_link2 a::before {
  content: '';
  width: 7px;
  height: 14px;
  background: url(../img/arrow_right_small_gr.svg) no-repeat 0 0;
  background-size: 7px auto;
  position: absolute;
  top: calc(50% - 8.5px);
  right: -16px;
  }
#suntory_contents .presstop_contents .pdf_link.mt a::after {
margin-top: 4px;
}
#suntory_contents .presstop_contents .txt_notes {
  font-size: 14px;
}

.txtlink_area{
  width: 630px;
}