@charset "UTF-8";
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,
sub,
sup,
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;
}
body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}
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;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
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 #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
/* ------------------------
base
------------------------ */
html {
  width: 100%;
  height: 100%;
}
body {
  color: #fff;
  font-size: 100%;
  line-height: 1.6;
  font-family: "\u30D2\u30E9\u30AE\u30CE\u89D2\u30B4\u0020\u0050\u0072\u006F\u0020\u0057\u0033", "Hiragino Kaku Gothic Pro", "\u30E1\u30A4\u30EA\u30AA", Meiryo, sans-serif;
  width: 100%;
  min-width: 960px;
  height: 100%;
  background-color: #000;
  -webkit-text-size-adjust: 100%;
}
body.noscroll {
  overflow: hidden;
}
img {
  vertical-align: top;
  line-height: 1;
}
hr {
  width: 100%;
  height: 1px;
  margin: 100px 0;
  border: none;
  background-color: #10185e;
}
a {
  color: #fff;
  text-decoration: underline;
}
a:hover {
  color: #dfb624;
  text-decoration: none;
}
/* ------------------------
layout
------------------------ */
.l-wrapper {
  overflow: hidden;
}
/* header */
.l-header {
  width: 100%;
  height: 83px;
  margin-bottom: -83px;
  position: relative;
  overflow: hidden;
  background-color: #004;
  box-shadow: 0 0 30px 0px rgba(0,0,0,0.8);
  z-index: 15;
}
.l-header.is-fixed {
  margin-bottom: 0;
  position: fixed;
  top: 0;
  left: 0;
}
.l-gnavi {
  width: 100%;
  min-width: 960px;
  max-width: 1164px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  box-sizing: border-box;
}
.l-gnavi-logo {
  position: absolute;
  top: 0;
  left: 1%;
}
.l-gnavi-ul {
  letter-spacing: -0.34em;
  width: 100%;
  padding-left: 14%;
  display: table;
  box-sizing: border-box;
}
.l-gnavi-ul li {
  font-size: 0;
  line-height: 1;
  text-align: center;
  width: 14.285714285714286%;
  height: 83px;
  display: table-cell;
  position: relative;
  box-sizing: border-box;
/*
    &:last-child
      padding-right 2%
    */
}
.l-gnavi-ul a {
  padding: 25px 0 20px;
  display: block;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.l-gnavi-ul a:hover {
  background-color: #005;
}
.l-gnavi-ul a:hover span::after {
  width: 100%;
}
.l-gnavi-ul .is-current span::after {
  width: 15px;
}
.l-gnavi-ul span {
  display: inline-block;
  position: relative;
}
.l-gnavi-ul span::after {
  content: '';
  width: 0;
  height: 1px;
  margin: 0 auto;
  display: block;
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  background-color: rgba(225,185,60,0.5);
  -webkit-transition: width 0.15s ease 0s;
  transition: width 0.15s ease 0s;
}
.l-gnavi-ul .new::before {
  content: url("../img/header/ico_new.png");
  position: absolute;
  top: 5px;
  right: 0;
  left: 0;
  z-index: 2;
}
.l-gnavi-ul .disabled {
  padding: 32px 0;
  display: block;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}

.l-gnavi-ul .l-gnavi05--kamiawa{
    vertical-align: middle;
}

.l-gnavi-ul .l-gnavi05--kamiawa a{
    padding: 18px 0 17px;
}

.l-gnavi-ul .l-gnavi05--kamiawa span{
    box-sizing: border-box;
    width: 161px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    padding: 14px 0 12px;
    border-radius: 2px;
    background-color: #ba9932;
}

.l-gnavi-ul .l-gnavi05--kamiawa span img{
    vertical-align: top;
}

.l-gnavi-ul .l-gnavi05--kamiawa a:hover{
    background: none;
}

.l-gnavi-ul .l-gnavi05--kamiawa a:hover span{
    background-color: #c4a851;
}

.l-gnavi-ul .l-gnavi05--kamiawa a:hover span::after{
    width: 0;
}

/* contents */
.l-contents {
  padding-top: 83px;
}
.sec-ttl {
  text-align: center;
  padding: 50px 0;
  border-bottom: solid 1px #006;
}
.sec-block {
  width: 100%;
  min-width: 960px;
  height: auto;
  position: relative;
}
.sec-block:nth-of-type(2) {
  padding-top: 100px;
}
.sec-inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}
.sec-block-gradation {
  background: -webkit-linear-gradient(90deg, #141e65, #00001c 200px, #000 100%);
  background: -webkit-linear-gradient(bottom, #141e65, #00001c 200px, #000 100%);
  background: linear-gradient(0deg, #141e65, #00001c 200px, #000 100%);
}
.sec-block-gradation-center {
  background: -webkit-linear-gradient(left, #000031 0%, #000060 50%, #000031 100%);
  background: linear-gradient(to right, #000031 0%, #000060 50%, #000031 100%);
}
/* l-footer */
.l-footer {
  text-align: center;
  min-width: 960px;
  max-width: 1164px;
  margin: 0 auto;
  padding: 60px 0 15px;
  position: relative;
}
.l-footer .socialbutton_suntory_first_block {
  vertical-align: top;
  margin: 0 auto;
  display: inline-block;
  float: none;
}
.l-footer .socialbutton_suntory_message_block {
  text-align: left;
  display: inline-block;
}
.btn-pagetop {
  position: absolute;
  top: -45px;
  right: 20px;
  z-index: 5;
}
.breadcrumb {
  text-align: left;
  letter-spacing: -0.34em;
  margin: 20px 20px 0;
}
.breadcrumb li {
  color: #ccc;
  font-size: 11px;
  line-height: 1;
  letter-spacing: normal;
  display: inline-block;
  white-space: nowrap;
}
.breadcrumb li::after {
  content: "";
  width: 8px;
  height: 8px;
  margin: 0 15px 0 13px;
  display: inline-block;
  border-top: solid 2px #808080;
  border-right: solid 2px #808080;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.breadcrumb li:last-of-type::after {
  content: none;
}
.breadcrumb a {
  color: #ccc;
}
/* ------------------------
module
------------------------ */
.btn-type01 {
  font-size: 0px;
  line-height: 1;
  text-align: center;
  display: inline-block;
  padding: 0;
  position: relative;
}
.btn-type01::before {
  content: "";
  width: 13px;
  display: block;
  position: absolute;
  top: 0;
  right: 13px;
  bottom: 0;
  background-position: 50%;
  background-repeat: no-repeat;
  background-image: url("../img/ico_linkarrow.png");
}
.btn-type01:hover {
  background-color: #dfb624;
}
.btn-type01:hover::before {
  background-image: url("../img/ico_linkarrowB.png");
}
.btn-type01 img {
  position: relative;
  border: solid 1px #705f31;
}
.btn-type01-blank::before {
  background-image: url("../img/ico_blank.png");
}
.btn-type01-blank:hover::before {
  background-image: url("../img/ico_blankB.png");
}
.btn-type01-zoom::before {
  background-image: url("../img/ico_zoom.png");
}
.btn-type01-zoom:hover::before {
  background-image: url("../img/ico_zoomB.png");
}
.btn-type01-close::before {
  background-image: url("../img/ico_close.png");
}
.btn-type01-close:hover::before {
  background-image: url("../img/ico_closeB.png");
}
.imgLink:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
/* modal - movie */
.moviemodal {
  min-width: 960px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  background-color: rgba(0,0,0,0.7);
  z-index: -1;
}
.moviemodal-inner {
  display: inline-block;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.moviemodal-close {
  position: absolute;
  bottom: -80px;
  left: 50%;
  overflow: hidden;
  cursor: pointer;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
/* modal - graphic */
.graphicmodal {
  min-width: 960px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  background-color: rgba(0,0,0,0.7);
  z-index: -1;
}
.graphicmodal-inner {
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.graphicmodal-close {
  position: absolute;
  top: 110%;
  left: 50%;
  overflow: hidden;
  cursor: pointer;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
/* ------------------------
state
------------------------ */
