@charset "utf-8";

/*------------------------------------------------------------
  common
------------------------------------------------------------ */
@import url(common.css);


/* for PC */

/*------------------------------------------------------------
  tab（PC）
------------------------------------------------------------ */
#suntory_contents #tab {
    background: #f3f1ec;
    margin: 0 0 20px;
    padding: 5px;
}
#suntory_contents #tab ul {
    display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-justify-content:flex-start;
	-ms-flex-pack:start;
	justify-content: flex-start;
}
#suntory_contents #tab li {
    min-width: 180px;
    margin-right: 5px;
    list-style: none;
    font-size: 16px;
     -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
}
#suntory_contents #tab li.cr {
    background: #fff;
    color: #000;
    padding: 10px;
}
#suntory_contents #tab li a {
    padding: 10px;
    color: #2c2a67;
    text-decoration: none;
    display: block;
}
#suntory_contents #tab li a:hover {
    text-decoration: underline;
}

/*------------------------------------------------------------
  tab（PC）
------------------------------------------------------------ */
#suntory_contents .tab {
    background: #f3f1ec;
    margin: 0 0 20px;
    padding: 5px;
}
#suntory_contents .tab ul {
    display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-justify-content:flex-start;
	-ms-flex-pack:start;
	justify-content: flex-start;
}
#suntory_contents .tab li {
    min-width: 180px;
    margin-right: 5px;
    list-style: none;
    font-size: 16px;
     -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
}
#suntory_contents .tab li.cr {
    background: #fff;
    color: #000;
    padding: 10px;
}
#suntory_contents .tab li a {
    padding: 10px;
    color: #2c2a67;
    text-decoration: none;
    display: block;
}
#suntory_contents .tab li a:hover {
    text-decoration: underline;
}

.y2010s #suntory_contents .yearNav li.yearNav2010s {
    color: #000;
    background: #fff;  
}
.y2000s #suntory_contents .yearNav li.yearNav2000s {
    color: #000;
    background: #fff;  
}
.y1990s #suntory_contents .yearNav li.yearNav1990s {
    color: #000;
    background: #fff;
}
.y1980s #suntory_contents .yearNav li.yearNav1980s {
    color: #000;
    background: #fff;  
}
.y1970s #suntory_contents .yearNav li.yearNav1970s {
    color: #000;
    background: #fff;  
}
.y1960s #suntory_contents .yearNav li.yearNav1960s {
    color: #000;
    background: #fff;  
}

/*------------------------------------------------------------
  detailList（PC）
------------------------------------------------------------ */
#suntory_contents .detailList {
    margin-bottom: 40px;
    text-align: center;
}
#suntory_contents .detailList.bottom {
    margin-bottom: 20px;
}

#suntory_contents .yearNavDetail li {
    display: inline-block;
    list-style: none;
    font-size: 12px;
    border-left:1px #d4d4d4 solid;
    padding:0 10px;
    width: auto!important;
}
#suntory_contents .yearNavDetail li:last-child {
    border-right:1px #d4d4d4 solid;
}
#suntory_contents .yearNavDetail li a {
    color :#2c2a67;
    
}
#suntory_contents .yearNavDetail li.cr a {
    color: #8c6125;
}

#suntory_contents .yearNavSelectDetail {
    display: none;
}


/*------------------------------------------------------------
  mainVisual（PC）
------------------------------------------------------------ */
#suntory_contents #mainVisual {
    margin-bottom: 50px;
    text-align: center;
}
#suntory_contents #mainVisual img {
    max-width: 100%;
}
    
/*------------------------------------------------------------
  lead（PC）
------------------------------------------------------------ */
#suntory_contents #lead {
    margin: 0 auto 50px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
}
#suntory_contents #lead p {
    margin-bottom: 2em;
    font-size: 14px;
    line-height: 2;
}
    

/*------------------------------------------------------------
  title（PC）
------------------------------------------------------------ */
#suntory_contents #title {
    margin: 0 auto 50px;
}
#suntory_contents #title h1 {
    margin: 0px;
    font-size: 20px;
    line-height: 1.8;
    font-weight: normal;
    text-align: left;
}
#suntory_contents #title .term {
    text-align: left;
    display: block;
}
#suntory_contents #title .term .text {
    font-size: 14px;
    line-height: 1.5;
    display: inline-block;
}
#suntory_contents #title .term .text span {
    display: inline-block;
}
#suntory_contents #title .term .note {
	display: inline-block;
	margin-left: 10px;
    margin-bottom: 25px;
    font-size: 10px;
    line-height: 1.8;
    color: #444;
}
#suntory_contents #title .term .pdf a {
    background:#2c2a67;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    border-radius: 20px;
}
#suntory_contents #title .term .pdf a:hover {
    -ms-filter: "alpha( opacity=80 )";
    filter: alpha( opacity=80 );
    opacity: 0.8;
}
#suntory_contents #title .term .pdf a span {
    display: block;
    padding: 10px 35px 10px 30px;
    background: url(../img/arrow01.png) no-repeat right 10px center;
}


/*------------------------------------------------------------
  dataTable（PC）
------------------------------------------------------------ */
#suntory_contents .dataTable {
    margin: 0 0 80px;
    width: 100%;        
}
#suntory_contents .dataTable tr {
    border-top: 5px #f3f1ec solid;
    border-bottom: 5px #f3f1ec solid;
}
#suntory_contents .dataTable th {
    font-size:16px; 
    line-height: 1.5;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
    width:17%;
    padding:20px 10px 20px 0;
    display: table-cell;
    -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
             -o-box-sizing: border-box;
            -ms-box-sizing: border-box;
                box-sizing: border-box;
}
#suntory_contents .dataTable td {
    font-size:16px; 
    line-height: 1.5;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
    width:83%;
    padding:20px 0 20px 10px;
    display: table-cell;
    -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
             -o-box-sizing: border-box;
            -ms-box-sizing: border-box;
                box-sizing: border-box;
} 
#suntory_contents .dataTable td p.text {
    font-size:16px;
    line-height: 2;
}
#suntory_contents .dataTable td p.note {
    font-size: 12px;
    line-height: 2;
    color: #69573f;
}
#suntory_contents .dataTable td p.text+p.note {
     margin-top: .5em;  
}

#suntory_contents .dataTable td .priceTable {
    margin-bottom: 30px;
    width: auto;
}
#suntory_contents .dataTable td .priceTable tr {
    border-top:none;
    border-bottom: 1px #e9e8e5 solid;
}
#suntory_contents .dataTable td .priceTable th {
    padding:10px 10px 10px 0;
    font-size:14px;
    width: auto;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
             -o-box-sizing: border-box;
            -ms-box-sizing: border-box;
                box-sizing: border-box;
}
#suntory_contents .dataTable td .priceTable td {
    padding:10px 10px 10px 50px;
    font-size:14px;
    width: auto;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
             -o-box-sizing: border-box;
            -ms-box-sizing: border-box;
                box-sizing: border-box;
}

/*------------------------------------------------------------
  dataTable（PC）
------------------------------------------------------------ */
#suntory_contents .dataTable {
    margin: 0 0 80px;
    width: 100%;        
}
#suntory_contents .dataTable tr {
    border-top: 5px #f3f1ec solid;
    border-bottom: 5px #f3f1ec solid;
}
#suntory_contents .dataTable th {
    font-size:16px; 
    line-height: 1.5;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
    width:17%;
    padding:20px 10px 20px 0;
    display: table-cell;
    -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
             -o-box-sizing: border-box;
            -ms-box-sizing: border-box;
                box-sizing: border-box;
}
#suntory_contents .dataTable td {
    font-size:16px; 
    line-height: 1.5;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
    width:83%;
    padding:20px 0 20px 10px;
    display: table-cell;
    -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
             -o-box-sizing: border-box;
            -ms-box-sizing: border-box;
                box-sizing: border-box;
} 
#suntory_contents .dataTable td p.text {
    font-size:16px;
    line-height: 2;
}
#suntory_contents .dataTable td p.note {
    font-size: 12px;
    line-height: 2;
    color: #69573f;
}
#suntory_contents .dataTable td p.text+p.note {
     margin-top: .5em;  
}

#suntory_contents .dataTable td .priceTable {
    margin-bottom: 30px;
    width: auto;
}
#suntory_contents .dataTable td .priceTable tr {
    border-top:none;
    border-bottom: 1px #e9e8e5 solid;
}
#suntory_contents .dataTable td .priceTable th {
    padding:10px 10px 10px 0;
    font-size:14px;
    width: auto;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
             -o-box-sizing: border-box;
            -ms-box-sizing: border-box;
                box-sizing: border-box;
}
#suntory_contents .dataTable td .priceTable td {
    padding:10px 10px 10px 50px;
    font-size:14px;
    width: auto;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
             -o-box-sizing: border-box;
            -ms-box-sizing: border-box;
                box-sizing: border-box;
}


/*------------------------------------------------------------
  btnCoupon（PC）
------------------------------------------------------------ */
#suntory_contents .btnCoupon {
    margin-bottom: 80px;
    text-align: center;    
}
#suntory_contents .btnCoupon a {
    margin: 0 auto;
    background:#f3f1ec;
    display: inline-block;
    font-size: 18px;
    color: #000;
    border-radius: 40px;
}
#suntory_contents .btnCoupon a br {
    display: none;
}
#suntory_contents .btnCoupon a:hover {
    -ms-filter: "alpha( opacity=80 )";
    filter: alpha( opacity=80 );
    opacity: 0.8;
}
#suntory_contents .btnCoupon a span {
    display: block;
    padding: 20px 45px 20px 40px;
    background: url(../img/arrow02.png) no-repeat right 20px center;
}


/*------------------------------------------------------------
  article（PC）
------------------------------------------------------------ */
#suntory_contents article.display h2 {
    margin-top: 100px;
    margin-bottom: 40px;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.8;
    text-align: center;
}
#suntory_contents #title+h2 {
    margin-top:0px;
}


/*------------------------------------------------------------
  floatImg（PC）
------------------------------------------------------------ */
#suntory_contents .floatImg {
    display: table;
}
#suntory_contents .floatImg figure {
    padding-right: 50px;
    display: table-cell;
    vertical-align: top;
}
#suntory_contents .floatImg figure img {
    margin-bottom: 20px;
    vertical-align: bottom;
    max-width: 400px;
    max-height: 600px;
    height: auto;
}
#suntory_contents .floatImg figure figcaption {
    font-size:11px;
    line-height: 1.8;
    color: #69573f;
}
#suntory_contents .floatImg .text {
    display: table-cell;
    vertical-align: top;
}
#suntory_contents .floatImg .text p {
    margin-bottom: 2em;
    font-size: 14px;
    line-height: 2;
}

/*------------------------------------------------------------
  wideImg（PC）
------------------------------------------------------------ */
#suntory_contents .wideImg {
    margin: 0 auto 50px;
    display: table;
    width: auto;
    text-align: center;
}
#suntory_contents .wideImg figure {
    max-width: 680px;
    text-align: center;
}
#suntory_contents .wideImg img {
    margin-bottom: 20px;
    vertical-align: bottom;
    max-width: 680px;
}
#suntory_contents .wideImg figcaption {
    font-size:11px;
    line-height: 1.8;
    color: #69573f;
    text-align: left;
}

/*------------------------------------------------------------
  standardImg（PC）
------------------------------------------------------------ */
#suntory_contents .standardImg {
    margin: 0 auto 50px;
    display: table;
    width: auto;
    text-align: center;
}
#suntory_contents .standardImg figure {
    max-width: 500px;
    text-align: center;
}
#suntory_contents .standardImg img {
    margin-bottom: 20px;
    vertical-align: bottom;
    max-width: 500px;
}
#suntory_contents .standardImg figcaption {
    font-size:11px;
    line-height: 1.8;
    color: #69573f;
    text-align: left;
}

/*------------------------------------------------------------
  twinImg（PC）
------------------------------------------------------------ */
#suntory_contents .twinImg {
    margin: 0 auto 50px;
    display: table;
}
#suntory_contents .twinImg figure {
    display: table-cell;
}
#suntory_contents .twinImg figure:first-child {
    padding-right: 30px;
}
#suntory_contents .twinImg figure:last-child {
    padding-left: 30px;
}
#suntory_contents .twinImg img {
    margin-bottom: 20px;
    vertical-align: bottom;
    max-width: 450px;
    max-height: 600px;
    height: auto;
}
#suntory_contents .twinImg figcaption {
    font-size:11px;
    line-height: 1.8;
    color: #69573f;
}


/*------------------------------------------------------------
  textContainer（PC）
------------------------------------------------------------ */
#suntory_contents .textContainer {
    margin: 0 auto 50px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
}
#suntory_contents .textContainer p {
    margin-bottom: 2em;
    font-size: 14px;
    line-height: 2;
}

#suntory_contents .oneColumn .textContainer {
    margin: 0 auto 50px;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
}


/*------------------------------------------------------------
  futureList（PC）
------------------------------------------------------------ */

#suntory_contents #futureList .titleBar {
	margin-bottom: 70px;
	background: #f3f1ec;
	padding: 15px 25px;
}
#suntory_contents #futureList .titleBar h1 {
	font-size: 16px;
}

#suntory_contents #futureList section {
	margin: 0 0 70px;
	padding: 0 0 90px;
	background: url('../img/dot_line01.png') repeat-x 0 bottom;
}
#suntory_contents #futureList section { /zoom :1; }
#suntory_contents #futureList section:after { content :''; display :block; clear :both; }

#suntory_contents #futureList section a {
	color: #000;		
}

#suntory_contents #futureList section .nextTitleContainer {
	margin-bottom: 25px;
	display: table;
	width: 640px;
	float: left;
}
#suntory_contents #futureList section .nextTitleContainer span {
	width: 110px;
	height: 90px;
	background: url('../img/icon_next.png') no-repeat 0 0;
	display: block;
	text-indent: -9999px;
	display: table-cell;
	vertical-align: middle;
}
#suntory_contents #futureList section .nextTitle {
	display: table-cell;
	vertical-align: middle;
}
#suntory_contents #futureList section .nextTitle h2 {
	/*background:  url('../img/arrow02.png') no-repeat right center;*/
	display: inline-block;
	/*padding-right: 20px;*/
	font-size: 22px;
	line-height: 1.8;
}
#suntory_contents #futureList section a .nextTitle h2 {
	color: #2c2a67;
}
#suntory_contents #futureList section a:hover .nextTitle h2 {
	text-decoration: underline;
}

#suntory_contents #futureList section .nextTitle .date {
	font-size: 14px;
	line-height: 1.8;
}

#suntory_contents #futureList section .textBlock {
	width: 640px;
	float: left;
}
#suntory_contents #futureList section .textBlock .text {
	margin-bottom: 1em;
	font-size: 14px;
	line-height: 1.8;
}
#suntory_contents #futureList section .textBlock .note {
	font-size: 12px;
	line-height: 1.8;
	color: #89765c;
}
#suntory_contents #futureList section figure {
	width: 280px;
	float: right;
	text-align: center;
}
#suntory_contents #futureList section figure img {
	max-width: 100%;
}

/*------------------------------------------------------------
  historyList（PC）
------------------------------------------------------------ */

#suntory_contents #historyList .titleBar {
    margin-top: 40px;
	margin-bottom: 20px;
	background: #f3f1ec;
	padding: 5px 10px 5px 20px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content:flex-start;
	-ms-flex-pack:start;
	justify-content: flex-start;
}
#suntory_contents #historyList .titleBar h1 {
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
	margin-right: 20px;
	padding: 10px 0;
}
#suntory_contents #historyList .titleBar p {
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
	margin-right: 20px;
	padding: 10px 0;
}

#suntory_contents #historyList .yearNav {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content:flex-start;
	-ms-flex-pack:start;
	justify-content: flex-start;
	margin-left: 0;
}
#suntory_contents #historyList .yearNav li {
	width: auto;
	margin: 0 20px 0 0;
	font-size: 14px;
	line-height: 16px;
}
#suntory_contents #historyList .yearNav li a {
	color: #2c2a67;
	display: block;
	padding: 10px;
}
#suntory_contents #historyList .yearNav li.cr a {
	background: #fff;
}
#suntory_contents #historyList .yearNav li a:hover {
	background: #fff;
}

#suntory_contents #historyList section {
	margin: 0 0 70px;
	padding: 0 0 90px;
	background: url('../img/dot_line01.png') repeat-x 0 bottom;
}
#suntory_contents #historyList h2 {
	margin-bottom: 40px;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
}
#suntory_contents #historyList .yearContainer h2 {
    margin-left: -17px;
}

#suntory_contents #historyList li {
	width: 300px;
	list-style: none;
}

#suntory_contents #historyList .pastData {
	margin-left: -30px;
	display: -webkit-flex;
	display: -ms-flexbox;
	-webkit-display: flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content:flex-start;
	-ms-flex-pack:start;
	justify-content: flex-start;
}
#suntory_contents #historyList .pastData li {
	margin-left: 30px;
	margin-bottom: 40px;
}

#suntory_contents #historyList .pastData figure {
	margin-bottom: 25px;
}
#suntory_contents #historyList .pastData figure img {
	max-width: 300px;
}

#suntory_contents #historyList .pastData .date {
	margin-bottom: 10px;
	font-size:12px;
}
#suntory_contents #historyList .pastData a .date  {
	color: #555555;
}

#suntory_contents #historyList .pastDataOld .dateSP {
	display: none;
}

#suntory_contents #historyList .pastData h3 {
	font-size:14px;
	line-height: 1.5;
	font-weight: normal;
	color: #2c2a67;
}

#suntory_contents #historyList .pastDataOld {
	margin-left: -35px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content:flex-start;
	-ms-flex-pack:start;
	justify-content: flex-start;
}
#suntory_contents #historyList .pastDataOld li {
	margin-left: 35px;
	margin-bottom: 40px;
	padding-bottom: 40px;
    width: 457px;
    border-bottom: 1px solid #edeae0;
}

#suntory_contents #historyList .pastDataOld li.hasImg:after { content :''; display :block; clear :both; }

#suntory_contents #historyList .pastDataOld li.hasImg .text {
    width: 367px;
    float: left;
}

#suntory_contents #historyList .pastDataOld .date {
	margin-bottom: 10px;
	font-size:12px;
    color: #444444;
}
#suntory_contents #historyList .pastDataOld a .date  {
	color: #555555;
}
#suntory_contents #historyList .pastDataOld h3 {
    margin-bottom: 30px;
	font-size:14px;
	line-height: 1.5;
    font-weight: bold;
	color: #000;
}
#suntory_contents #historyList .pastDataOld .body {
	font-size:14px;
	line-height: 1.5;
	color: #333;
}


#suntory_contents #historyList .pastDataOld figure {
	margin-bottom: 25px;
    float: right;
}
#suntory_contents #historyList .pastDataOld figure img {
	width: 85px;
}


/*------------------------------------------------------------
  noticeText（PC）
------------------------------------------------------------ */
#suntory_contents .noticeText {
	margin: 0px 0 60px;
	font-size: 14px;
	line-height: 1.5;
}

/*------------------------------------------------------------
  spnavi（PC）
------------------------------------------------------------ */
#suntory_contents #spnavi {
	width: 900px;
	margin: 0 0 60px 0;
	padding: 30px;
	background: #f3f1ec;
}
#suntory_contents .spnavi_table {
    margin: 0;
    width: 100%;        
}
#suntory_contents .spnavi_table tr {
}
#suntory_contents .spnavi_table th {
    text-align: left;
    vertical-align: top;
    padding:0 20px 0 0;
    display: table-cell;
}
#suntory_contents .spnavi_table td {
    font-size:16px; 
    line-height: 1.5;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
    display: table-cell;
}
#suntory_contents .spnavi_table td hr {
	margin: 4px 0;
    border-top:none;
    border-bottom: 1px #91499a solid;
}
#suntory_contents .spnavi_table td p.title {
	font-weight: bold;
	font-size: 24px;
	color: #91499a;
}
#suntory_contents .spnavi_table td p.title1 {
	font-weight: bold;
	font-size: 20px;
	color: #91499a;
	/*margin: 0 0 50px 0;*/
	margin: 0 0 16px 0;　/*←リードの下にコメントが入ったらこちらをon*/
}
#suntory_contents .spnavi_table td span {
	font-weight: bold;
	font-size: 30px;
	color: #91499a;
	margin: 0 0 0 0.5em;
}
#suntory_contents .spnavi_table td p.read {
    font-size:15px;
    line-height: 1.6;
	margin-bottom: 20px;
}
#suntory_contents .spnavi_table td p.comment {
    font-size:15px;
    line-height: 1.6;
	margin-bottom: 20px;
	color: #8e7825;
}
#suntory_contents .spnavi_table td p.comment a,
#suntory_contents .spnavi_table td p.comment a strong{
	color: #8e7825;
    text-decoration: underline;
}
#suntory_contents .spnavi_table td p.profile {
    font-size:12px;
    line-height: 1.6;
}

/*------------------------------------------------------------
  fan_voice（PC）
------------------------------------------------------------ */
#suntory_contents #fan_voice {
    margin: 0 0 20px 0;
    text-align: center;
}
#suntory_contents #fan_voice img {
    max-width: 100%;
	margin-bottom: 20px;
}
#suntory_contents #fan_voice_info p {
    text-align: left;
	text-indent: -1em;
	padding-left: 1em;
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 20px;
}

/*------------------------------------------------------------
  movie（PC）
------------------------------------------------------------ */
#suntory_contents .movie_area {
    margin: 0 auto 30px;
    text-align: center;
}
#suntory_contents .movie_area iframe {
    width: 450px;
    height: 253px;
}

.pc { display: block !important; }
.sp { display: none !important; }

/* for SP */

@media screen and (max-width:767px){

    .pc { display: none !important; }
    .sp { display: block !important; }

/*------------------------------------------------------------
  tab（SP）
------------------------------------------------------------ */
#suntory_contents #tab {
	width: auto;
    margin: 0 0 30px;
	padding: 15px 10px 5px;
    background: none;
	background: #f3f1ec;
}
#suntory_contents #tab ul {
    display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content:space-between;
	justify-content: space-between;
}
#suntory_contents #tab li {
	margin-bottom: 10px;
	min-width: 5em;
	text-align: center;
    list-style: none;
    font-size: 13px;
    background: #f3f1ec;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    display: block;
	border:1px #fff solid;
	width: 48%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack:center;
    -webkit-justify-content:center;
    justify-content:center;
	-webkit-box-align:center;
    -webkit-align-items:center;
    align-items:center;
}
#suntory_contents #tab li a {
    padding: 10px;
    color: #2c2a67;
    text-decoration: none;
    display: block;
}
#suntory_contents #tab li a:hover {
    text-decoration: underline;
}

/*------------------------------------------------------------
  tab（SP）
------------------------------------------------------------ */
#suntory_contents .tab {
	width: auto;
    margin: 0 0 30px;
	padding: 15px 10px 5px;
    background: none;
	background: #f3f1ec;
}
#suntory_contents .tab ul {
    display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content:space-between;
	justify-content: space-between;
}
#suntory_contents .tab li {
	margin-bottom: 10px;
	min-width: 5em;
	text-align: center;
    list-style: none;
    font-size: 13px;
    background: #f3f1ec;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    display: block;
	border:1px #fff solid;
	width: 48%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack:center;
    -webkit-justify-content:center;
    justify-content:center;
	-webkit-box-align:center;
    -webkit-align-items:center;
    align-items:center;
}
#suntory_contents .tab li a {
    padding: 10px;
    color: #2c2a67;
    text-decoration: none;
    display: block;
}
#suntory_contents .tab li a:hover {
    text-decoration: underline;
}

    
/*------------------------------------------------------------
  detailList（SP）
------------------------------------------------------------ */
#suntory_contents .yearNavDetail {
    margin-bottom: 40px;
    display: none;
}
#suntory_contents #selectYear {
    display: block;
    margin: 0 15px;
}
#suntory_contents #selectYearBottom {
    display: block;
    margin: 0 15px;
}
#suntory_contents .yearNavSelectDetail select {
    width: 100%;
    font-size:16px;
}

	
/*------------------------------------------------------------
  mainVisual（SP）
------------------------------------------------------------ */
#suntory_contents #mainVisual {
    margin-bottom: 50px;
}
#suntory_contents #mainVisual img {
    max-width: 100%;
}
    
/*------------------------------------------------------------
  lead（SP）
------------------------------------------------------------ */
#suntory_contents #lead {
    margin: 0 15px 20px;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;    
}
#suntory_contents #lead p {
    margin-bottom: 2em;
    font-size: 14px;
    line-height: 2;
}

/*------------------------------------------------------------
  title（SP）
------------------------------------------------------------ */
#suntory_contents #title {
    margin: 0 15px 50px;
    display: block;
}
#suntory_contents #title h1 {
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 1.8;
    font-weight: normal;
    text-align: center;
}
#suntory_contents #title .term {
    text-align: center;
}
#suntory_contents #title .term .text {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.5;
    white-space: normal;
}
#suntory_contents #title .term .text span {
    display: none;
}
#suntory_contents #title .term .note {
    margin-bottom: 25px;
    font-size: 9px;
    line-height: 1.8;
    color: #666;
}
#suntory_contents #title .term .pdf a {
    background:#2c2a67;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    border-radius: 20px;
}
#suntory_contents #title .term .pdf a:hover {
    -ms-filter: "alpha( opacity=80 )";
    filter: alpha( opacity=80 );
    opacity: 0.8;
}
#suntory_contents #title .term .pdf a span {
    display: block;
    padding: 10px 30px 10px 30px;
    background: url(../img/arrow01.png) no-repeat right 10px center;
    background-size:auto 15px;
}

/*------------------------------------------------------------
  dataTable（SP）
------------------------------------------------------------ */
#suntory_contents .dataTable {
    margin: 0 0 50px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;   
}
#suntory_contents .dataTable tr {
    border-top: 5px #f3f1ec solid;
    border-bottom: 5px #f3f1ec solid;
}
#suntory_contents .dataTable th {
    font-size:16px; 
    line-height: 1.5;
    font-weight: normal;
    text-align: center;
    vertical-align: top;
    width:100%;
    padding:15px 15px 5px;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#suntory_contents .dataTable td {
    font-size:16px; 
    line-height: 1.5;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
    width:100%;
    padding:0 15px 15px;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
} 
#suntory_contents .dataTable td p.text {
    font-size:14px;
    line-height: 2;
}
#suntory_contents .dataTable td p.note {
    font-size: 12px;
    line-height: 2;
    color: #69573f;
}
#suntory_contents .dataTable td p.text+p.note {
     margin-top: .5em;  
}

#suntory_contents .dataTable td .priceTable {
    margin-bottom: 30px;
    width: 100%;
}
#suntory_contents .dataTable td .priceTable tr {
    border-top:none;
    border-bottom: 1px #e9e8e5 solid;
}
#suntory_contents .dataTable td .priceTable th {
    padding:10px 10px 10px 0;
    font-size:13px;
    width: auto;
    white-space: normal;
    display: table-cell;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#suntory_contents .dataTable td .priceTable td {
    padding:10px 10px 10px 15px;
    font-size:13px;
    width: auto;
    white-space: normal;
    display: table-cell;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


/*------------------------------------------------------------
  btnCoupon（SP）
------------------------------------------------------------ */
#suntory_contents .btnCoupon {
    margin-bottom: 40px;
    text-align: center;    
}
#suntory_contents .btnCoupon a {
    margin: 0 auto;
    background:#f3f1ec;
    display: inline-block;
    font-size: 13px;
    color: #000;
    border-radius: 40px;
    text-align: left;
}
#suntory_contents .btnCoupon a:hover {
    -ms-filter: "alpha( opacity=80 )";
    filter: alpha( opacity=80 );
    opacity: 0.8;
}
#suntory_contents .btnCoupon a span {
    display: block;
    padding: 10px 45px 10px 30px;
    background: url(../img/arrow02.png) no-repeat right 20px center;
}

/*------------------------------------------------------------
  article（SP）
------------------------------------------------------------ */
#suntory_contents article.display h2 {
    font-size: 19px;
    font-weight: bold;
    line-height: 1.8;
    text-align: center;
    width: 90.625%;
    margin: 100px auto 40px;
}
#suntory_contents #title+h2 {
    margin: 0 auto 40px;
}


/*------------------------------------------------------------
  floatImg（SP）
------------------------------------------------------------ */
#suntory_contents .floatImg {
    display: block;
    margin: 0 15px;
    text-align: center;
}
#suntory_contents .floatImg figure {
    padding-right: 0;
    display: table;
    vertical-align: top;
    margin: 0 auto 30px;   
}
#suntory_contents .floatImg figure img {
    margin-bottom: 10px;
    vertical-align: bottom;
    max-width: 100%;
   height: auto;
}
#suntory_contents .floatImg figure figcaption {
    font-size:10px;
    line-height: 1.8;
    color: #69573f;
    text-align: left;
}
#suntory_contents .floatImg .text {
    display: block;
    margin: 0 auto;
    vertical-align: top;
}
#suntory_contents .floatImg .text p {
    margin-bottom: 2em;
    font-size: 14px;
    line-height: 2;
}

/*------------------------------------------------------------
  wideImg（SP）
------------------------------------------------------------ */
#suntory_contents .wideImg {
    margin: 0 15px 20px;
    display: block;
    text-align: center;
}
#suntory_contents .wideImg figure {
	margin: 0 auto;
    text-align: center;
}
#suntory_contents .wideImg img {
    margin-bottom: 10px;
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
#suntory_contents .wideImg figcaption {
    font-size:10px;
    line-height: 1.8;
    color: #69573f;
    text-align: left;
}

/*------------------------------------------------------------
  standardImg（SP）
------------------------------------------------------------ */
#suntory_contents .standardImg {
    margin: 0 15px 20px;
    display: block;
    width: auto;
    text-align: center;
}
#suntory_contents .standardImg figure {
	margin: 0 auto;
    text-align: center;
}
#suntory_contents .standardImg img {
    margin-bottom: 10px;
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
#suntory_contents .standardImg figcaption {
    font-size:10px;
    line-height: 1.8;
    color: #69573f;
    text-align: left;
}

/*------------------------------------------------------------
  twinImg（SP）
------------------------------------------------------------ */
#suntory_contents .twinImg {
    margin: 0 15px 20px;
    display: block;
    text-align: center;
}
#suntory_contents .twinImg figure {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}
#suntory_contents .twinImg figure:first-child {
    padding-right: 0;
}
#suntory_contents .twinImg figure:last-child {
    padding-left: 0;
}
#suntory_contents .twinImg img {
    margin: 0 auto 10px;
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}
#suntory_contents .twinImg figcaption {
	margin: 0 auto;
    font-size:11px;
    line-height: 1.8;
    color: #69573f;
    text-align: left;
    display: inline-block;
}

/*------------------------------------------------------------
  textContainer（SP）
------------------------------------------------------------ */
#suntory_contents .textContainer {
    margin: 0 15px 20px;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
}
#suntory_contents .textContainer p {
    margin-bottom: 2em;
    font-size: 14px;
    line-height: 2;
}


/*------------------------------------------------------------
  futureList（SP）
------------------------------------------------------------ */

#suntory_contents #futureList .titleBar {
	margin: 30px 0;
	background: none;
	padding: 0px;
	text-align: center;
}
#suntory_contents #futureList .titleBar h1 {
	font-size: 18px;
}

#suntory_contents #futureList section {
	margin: 0 15px 70px;
	padding: 0 0 90px;
	background: url('../img/dot_line01.png') repeat-x 0 bottom;
	background-size: 17px auto;
}
#suntory_contents #futureList section a {
	color: #000;		
}
#suntory_contents #futureList section:after { content :''; display :block; clear :both; }

#suntory_contents #futureList .nextTitleWrap {
	display: -webkit-flex;
	display: flex;
}
#suntory_contents #futureList section figure {
	margin: 0 0 0 10px;
	order:1;
}
#suntory_contents #futureList section figure img {
	max-width: 100%;
}

#suntory_contents #futureList section .nextTitleContainer {
	margin: 0;
	display: block;
	order:0;
}
#suntory_contents #futureList section .nextTitleContainer span {
	margin-bottom: 5px;
	width: 45px;
	height: 45px;
	background: url('../img/icon_next.png') no-repeat 0 0;
	background-size:45px auto;
	display: block;
	text-indent: -9999px;
	display: block;
	vertical-align: middle;
}
#suntory_contents #futureList section .nextTitle {
	display: block;
	vertical-align: middle;
	padding-left: 0;
}
#suntory_contents #futureList section .nextTitle h2 {
	margin: 0 0 10px;
	/*background:  url('../img/arrow02.png') no-repeat right center;
	background-size:10px auto;*/
	display: inline-block;
	/*padding-right: 20px;*/
	font-size: 14px;
}
#suntory_contents #futureList section .nextTitle .date {
	font-size: 11px;
}
	
#suntory_contents #futureList section .textBlock {
	margin: 20px 0;
	width: auto;
	float: none;
}
#suntory_contents #futureList section .textBlock .text {
	margin-bottom: 1em;
	font-size: 14px;
}
#suntory_contents #futureList section .textBlock .note {
	font-size: 12px;
	color: #89765c;
}
#suntory_contents #futureList section figure {
	width: auto;
	float: none;
	text-align: center;
}
	
/*------------------------------------------------------------
  historyList（SP）
------------------------------------------------------------ */
#suntory_contents #historyList .titleBar {
	background: none;
	margin: 20px 0 30px;
	padding: 15px;
	display: block;
	background: none;
}
#suntory_contents #historyList .titleBar.bottom {
    margin: 0 0 30px;        
}
#suntory_contents #historyList .titleBar h1 {
	width: auto;
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	margin: 0 0 15px;
	padding: 0;
	text-align: center;
}
#suntory_contents #historyList .titleBar p {
	display: none;
}
#suntory_contents #historyList .yearNav {
	width: auto;
    margin: 0 auto;
	padding: 0;
    background: none;
    display: -webkit-flex;
	display: flex;
	-webkit-justify-content:center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
#suntory_contents #historyList .yearNav li {
	margin: 5px;
	text-align: center;
    list-style: none;
    font-size: 13px;
    background: #f3f1ec;
    text-align: center;
    display: block;
	border:none;
}
#suntory_contents #historyList .yearNav li.cr {
    color: #000;
}
#suntory_contents #historyList .yearNav li.cr a {
    color: #2c2a67;
	background: #f3f1ec;
}
#suntory_contents #historyList .yearNav li a {
    padding: 10px;
    color: #2c2a67;
    text-decoration: none;
    display: block;
}
#suntory_contents #historyList .yearNav li a:hover {
    text-decoration: underline;
}

#suntory_contents #historyList section {
	margin: 0 0 70px;
	padding: 0;
	background: none;
}
#suntory_contents #historyList h2 {
	margin-bottom: 40px;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
}
	
#suntory_contents #historyList li {
	width: auto;
	list-style: none;
}
.yearContainer {
    display: none;        
}    

#suntory_contents #historyList .pastData {
	margin: 0 auto;
	width: 100%;
	display: block;
	text-align: center;
}
#suntory_contents #historyList .pastData li {
	margin-left: 0;
	margin-bottom: 40px;
}

#suntory_contents #historyList .pastData figure {
	margin: 0 15px 25px;
}
#suntory_contents #historyList .pastData figure img {
	width: 100%;
}
#suntory_contents #historyList .pastData figure img {
	max-width: 100%;
}

#suntory_contents #historyList .pastData .date {
	margin-bottom: 10px;
	font-size:12px;
}
#suntory_contents #historyList .pastData a .date  {
	color: #555555;
}
#suntory_contents #historyList .pastData h3 {
	font-size:14px;
	line-height: 1.5;
	font-weight: normal;
	color: #2c2a67;
}
    
#suntory_contents #historyList .pastDataOld {
	margin-left: 0;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	-webkit-justify-content:flex-start;
	-ms-flex-pack:start;
	justify-content: flex-start;
}
#suntory_contents #historyList .pastDataOld li {
    margin: 0 15px 30px;
    width: auto;
}

#suntory_contents #historyList .pastDataOld li.hasImg:after { content :''; display :block; clear :both; }

#suntory_contents #historyList .pastDataOld li.hasImg .text {
    width: auto;
    float: none;
}

#suntory_contents #historyList .pastDataOld .date {
	display: none;
}
#suntory_contents #historyList .pastDataOld .dateSP {
	margin: 0 0 10px;
	font-size:12px;
    color: #444444;
    display: block;
}
#suntory_contents #historyList .pastDataOld h3 {
    margin-bottom: 1em;
	font-size:14px;
	line-height: 1.5;
    font-weight: bold;
	color: #000;
}
#suntory_contents #historyList .pastDataOld .body {
	font-size:14px;
	line-height: 1.5;
	color: #333;
}


#suntory_contents #historyList .pastDataOld figure {
    margin: 0 0 30px 30px;
    float: right;
}
#suntory_contents #historyList .pastDataOld figure img {
	width: 85px;
}
	
/*------------------------------------------------------------
  lead（SP）
------------------------------------------------------------ */
#suntory_contents #lead {
    margin: 0 15px 20px;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0; 
}
#suntory_contents #lead p {
    margin-bottom: 2em;
    font-size: 14px;
    line-height: 2;
}
	
/*------------------------------------------------------------
  noticeText（PC）
------------------------------------------------------------ */
#suntory_contents .noticeText {
	margin: 0px 15px 30px;
	font-size: 12px;
	line-height: 1.5;
}

/*------------------------------------------------------------
  spnavi（SP）
------------------------------------------------------------ */
#suntory_contents #spnavi {
	width: 100%;
	margin: 0 0 60px 0;
	padding: 30px 0 0 0;
	background: #f3f1ec;
	-webkit-box-sizing: border-box;
    box-sizing: border-box; 
}
#suntory_contents .spnavi_table {
    margin: 0;
    width: 100%;
	-webkit-box-sizing: border-box;
    box-sizing: border-box;   
}
#suntory_contents .spnavi_table tr {
}
#suntory_contents .spnavi_table th {
    text-align: center;
    vertical-align: top;
    display: table-cell;
	display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#suntory_contents .spnavi_table td {
    font-size:16px; 
    line-height: 1.5;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
	padding: 15px;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#suntory_contents .spnavi_table td hr {
	margin: 4px 0;
    border-top:none;
    border-bottom: 1px #91499a solid;
}
#suntory_contents .spnavi_table td p.title {
	font-weight: bold;
	font-size: 22px;
	color: #91499a;
	text-align: center;
}
#suntory_contents .spnavi_table td p.title1 {
	font-weight: bold;
	font-size: 20px;
	color: #91499a;
	text-align: center;
	margin-bottom: 16px;
}
#suntory_contents .spnavi_table td span {
	font-weight: bold;
	font-size: 30px;
	color: #91499a;
	margin: 0 0 0 0.5em;
}
#suntory_contents .spnavi_table td p.read {
    font-size:15px;
    line-height: 1.6;
	display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#suntory_contents .spnavi_table td p.comment {
    font-size:13.5px;
    line-height: 1.6;
	display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#suntory_contents .spnavi_table td p.profile {
    font-size:12px;
    line-height: 1.6;
	display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*------------------------------------------------------------
  fan_voice（SP）
------------------------------------------------------------ */
#suntory_contents #fan_voice {
    margin: 0 0 20px 0;
    text-align: center;
}
#suntory_contents #fan_voice img {
    max-width: 100%;
	margin-bottom: 20px;
}
#suntory_contents #fan_voice_info {
	margin: 0 15px;
}
#suntory_contents #fan_voice_info p {
	font-size: 12px;
	line-height: 2;
}

/*------------------------------------------------------------
  movie（SP）
------------------------------------------------------------ */
#suntory_contents .movie_area {
    margin: 0 auto 30px;
    text-align: center;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
#suntory_contents .movie_area iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

}