@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: 50%;
}
ruby {
	display: inline-block;
	position: relative;
}
ruby rt{
	display: inline-block;
	font-size: 40%;
	width: 100%;
	text-align: center;
	position:absolute;
	top: -0.8em;
	left: 0;
	right: 0;
}
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: #000;
 color: #fff;
 font-size: 16px;
 line-height: 1.5;
}
a {
 color: #fff;
 text-decoration: none;
}

/*--------------------------------------
  2.Tools
--------------------------------------*/
@media screen and (min-width:768px) {
.u-mt0 {
 margin-top: 0px !important;
}
.u-mt5 {
 margin-top: 5px !important;
}
.u-mt10 {
 margin-top: 10px !important;
}
.u-mt15 {
 margin-top: 15px !important;
}
.u-mt20 {
 margin-top: 20px !important;
}
.u-mt25 {
 margin-top: 25px !important;
}
.u-mt30 {
 margin-top: 30px !important;
}
.u-mt35 {
 margin-top: 35px !important;
}
.u-mt40 {
 margin-top: 40px !important;
}
.u-mt45 {
 margin-top: 45px !important;
}
.u-mt50 {
 margin-top: 50px !important;
}
.u-mt55 {
 margin-top: 55px !important;
}
.u-mt60 {
 margin-top: 60px !important;
}
.u-mb0 {
 margin-bottom: 0px !important;
}
.u-mb5 {
 margin-bottom: 5px !important;
}
.u-mb10 {
 margin-bottom: 10px !important;
}
.u-mb15 {
 margin-bottom: 15px !important;
}
.u-mb20 {
 margin-bottom: 20px !important;
}
.u-mb25 {
 margin-bottom: 25px !important;
}
.u-mb30 {
 margin-bottom: 30px !important;
}
.u-mb35 {
 margin-bottom: 35px !important;
}
.u-mb40 {
 margin-bottom: 40px !important;
}
.u-mb45 {
 margin-bottom: 45px !important;
}
.u-mb50 {
 margin-bottom: 50px !important;
}
.u-mb55 {
 margin-bottom: 55px !important;
}
.u-mb60 {
 margin-bottom: 60px !important;
}
}
@media screen and (max-width:767px) {
.u-mb30 {
 margin-bottom: 5% !important;
}
.u-mb60 {
 margin-bottom: 10% !important;
}
}
.dash {
	display: inline-block;
letter-spacing: -0.1em;
	padding: 0 0.2em 0 0;
}
/*--------------------------------------
  3.Layout
--------------------------------------*/
#suntory_contents {
 font-family: serif;
	line-height: 1;
 color: #fff;
 background: #000;
}
#suntory_contents * {
 box-sizing: border-box;
 vertical-align: top;
}
 #suntory_contents img {
  max-width: 100%;
  width: 100%;
  height: auto;
 }
#suntory_contents sup {
	font-size: 50%;
}

main {
  font-family: 'Noto Serif JP', serif;
  position: relative;
  overflow: hidden;
}
#suntory_contents .main a{
 color: #fff;
 text-decoration: none;
}
#suntory_contents .main a:hover{
 text-decoration: underline;
}
/*--------------------------------------
  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;
  /**/
}
.hide {
 display: none;
}
