@charset "utf-8";
/*--------------------------------------
  0.Reset
--------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
 font-size: 100%;
 vertical-align: baseline;
 background: transparent;
}
sub, sup {
 font-size: 80%;
 vertical-align: top;
}
ruby {
 display: inline-table !important;
 text-align: center !important;
 white-space: nowrap !important;
 text-indent: 0 !important;
 margin: 0 !important;
 vertical-align: -21% !important;
 vertical-align: text-bottom !important;
 line-height: 1 !important;
}
ruby > rb, ruby > rbc {
 display: table-row-group !important;
 line-height: 1.2 !important;
}
ruby > rt, ruby > rbc + rtc {
 display: table-header-group !important;
 font-size: 50% !important;
 line-height: 1.2 !important;
 letter-spacing: 0 !important;
}
ruby > rbc + rtc + rtc {
 display: table-footer-group !important;
 font-size: 50% !important;
 line-height: 1 !important;
 letter-spacing: 0 !important;
}
rbc > rb, rtc > rt {
 display: table-cell !important;
 letter-spacing: 0 !important;
}
rp {
 display: none !important;
}
body {
 line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
 display: block;
}
ul {
 list-style: none;
}
blockquote, q {
 quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
 content: '';
 content: none;
}
a {
 margin: 0;
 padding: 0;
 font-size: 100%;
 vertical-align: baseline;
 background: transparent;
 outline: none;
}
/* change colours to suit your needs */
ins {
 background-color: #ff9;
 color: #000;
 text-decoration: none;
}
/* change colours to suit your needs */
mark {
 background-color: #ff9;
 color: #000;
 font-style: italic;
 font-weight: bold;
}
del {
 text-decoration: line-through;
}
abbr[title], dfn[title] {
 border-bottom: 1px dotted;
 cursor: help;
}
table {
 border-collapse: collapse;
 border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
 display: block;
 height: 1px;
 border: 0;
 border-top: 1px solid #cccccc;
 margin: 1em 0;
 padding: 0;
}
input, select {
 vertical-align: middle;
}
img {
 border: none;
 vertical-align: middle;
}
* {
 box-sizing: border-box;
}
/*--------------------------------------
  1.Font
--------------------------------------*/
body {
 height: 100%;
 background: #fff;
 color: #4165de;
 font-size: 16px;
 line-height: 1.5;
}
/*--------------------------------------
  2.Tools
--------------------------------------*/
.clearfix:after {
 display: block;
 clear: both;
 content: "";
}
* html .clearfix {
 zoom: 1;
}
*:first-child + html .clearfix {
 zoom: 1;
}
/*--------------------------------------
  3.Layout
--------------------------------------*/
@media screen and (min-width:768px) {
 .sp {
  display: none;
 }
 .pc {
  display: block;
 }
}
@media screen and (max-width:767px) {
 .pc {
  display: none;
 }
 .sp {
  display: block;
 }
 sup {
  font-size: 80%;
  position: relative;
  top: -0.5em;
 }
}
/*--------------------------------------
  4.Module
--------------------------------------*/
/*----clearfix----*/
.clearfix:after {
 content: ".";
 display: block;
 clear: both;
 height: 0;
 visibility: hidden;
 font-size: 0.01em;
}
.clearfix {
 min-height: 1px;
}
* html .clearfix {
 height: 1px; /*\*/ /*/
  height: auto;
  overflow: hidden;
  /**/
}
#suntory_contents {
 line-height: 1;
 position: relative;
}
#suntory_contents * {
 box-sizing: border-box;
 vertical-align: top;
}
#suntory_contents img {
 max-width: 100%;
 width: 100%;
 height: auto;
}
.hide {
 display: none;
}