@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
#suntory_contents [type=checkbox], #suntory_contents [type=radio], #suntory_contents legend {
  box-sizing: border-box;
  padding: 0;
}

#suntory_contents details, #suntory_contents main {
  display: block;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

#suntory_contents h1 {
  font-size: 2em;
  margin: .67em 0;
}

#suntory_contents hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

#suntory_contents code, #suntory_contents kbd, #suntory_contents pre, #suntory_contents samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

#suntory_contents a {
  background-color: transparent;
}

#suntory_contents abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

#suntory_contents b, #suntory_contents strong {
  font-weight: bolder;
}

#suntory_contents small {
  font-size: 80%;
}

#suntory_contents sub, #suntory_contents sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

#suntory_contents sub {
  bottom: -.25em;
}

#suntory_contents sup {
  top: -.5em;
}

#suntory_contents img {
  border-style: none;
}

#suntory_contents button, #suntory_contents input, #suntory_contents optgroup, #suntory_contents select, #suntory_contents textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

#suntory_contents button, #suntory_contents input {
  overflow: visible;
}

#suntory_contents button, #suntory_contents select {
  text-transform: none;
}

#suntory_contents [type=button], #suntory_contents [type=reset], #suntory_contents [type=submit], #suntory_contents button {
  -webkit-appearance: button;
}

#suntory_contents [type=button]::-moz-focus-inner, #suntory_contents [type=reset]::-moz-focus-inner, #suntory_contents [type=submit]::-moz-focus-inner, #suntory_contents button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

#suntory_contents [type=button]:-moz-focusring, #suntory_contents [type=reset]:-moz-focusring, #suntory_contents [type=submit]:-moz-focusring, #suntory_contents button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

#suntory_contents fieldset {
  padding: .35em .75em .625em;
}

#suntory_contents legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

#suntory_contents progress {
  vertical-align: baseline;
}

#suntory_contents textarea {
  overflow: auto;
}

#suntory_contents [type=number]::-webkit-inner-spin-button, #suntory_contents [type=number]::-webkit-outer-spin-button {
  height: auto;
}

#suntory_contents [type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

#suntory_contents [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

#suntory_contents ::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

#suntory_contents summary {
  display: list-item;
}

#suntory_contents [hidden], #suntory_contents template {
  display: none;
}

#suntory_contents {
  font-family: 'Noto Sans Japanese',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,sans-serif;
  font-size: 1em;
  line-height: 1;
  text-align: center;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

#suntory_contents * {
  box-sizing: border-box;
}

#suntory_contents h1,
#suntory_contents h2,
#suntory_contents h3,
#suntory_contents h4,
#suntory_contents h5,
#suntory_contents h6,
#suntory_contents p,
#suntory_contents ul,
#suntory_contents li,
#suntory_contents dl,
#suntory_contents dt,
#suntory_contents dd {
  margin: 0;
  padding: 0;
}

#suntory_contents ul {
  list-style: none;
}

@media screen and (min-width: 768px) {
  .hiddenPC {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .hiddenSP {
    display: none !important;
  }
}
/* content area common
-------------------------------------*/
body {
  min-width: fit-content;
}

#suntory_contents {
  width: 100%;
  background: url("../images/bg_02.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

#suntory_contents a {
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-decoration: underline;
}

#suntory_contents a:visited {
  color: purple;
}

#suntory_contents .smallTxt {
  padding-top: 2.4em !important;
  font-size: 3vw;
}

#suntory_contents .rightTxt {
  text-align: right;
}

#suntory_contents img {
  width: 100%;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

#suntory_contents .inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 6vw;
  background-color: #8a1b24;
}

#suntory_contents .textBox {
  width: 94%;
  margin: 3.2vw auto 0;
}

#suntory_contents .textBox h2 {
  padding: 2vw;
  font-size: 4vw;
  font-weight: bold;
  line-height: 1.2;
  color: #046a38;
  border-radius: 1vw 1vw 0 0;
  background: linear-gradient(135deg, #e9cf72 0%, #f9edbd 35%, #e9cf72 100%);
}

#suntory_contents .textArea {
  padding: 2.8vw;
  font-size: 3.3vw;
  line-height: 1.6;
  border-radius: 0 0 1vw 1vw;
  background-color: #fff;
  text-align: left;
}

#suntory_contents #message .textArea {
  padding: 5vw 2.7vw;
  text-align: center;
}

#suntory_contents .textArea p + p {
  padding-top: 1.6em;
}

#suntory_contents a {
  display: inline-block;
  padding: 0 0.5em;
  color: #8a1b24;
  font-size: 4.5vw;
  font-weight: bold;
  line-height: 1;
  text-decoration: underline;
}

#outline .leftBox,
#outline .rightBox {
  margin-top: 2.4vw;
  padding: 1em;
  background-color: #f0f0f0;
}

#outline .halfText {
  float: left;
  width: 40%;
  margin-right: 10%;
}

#outline .shopTitle {
  font-weight: bold;
}

#outline .stickerImage {
  float: right;
  width: 50%;
  vertical-align: bottom;
  line-height: 0;
}

#suntory_contents #faq .textArea p.faqQ {
  font-weight: bold;
}

#suntory_contents #faq .textArea p.faqA {
  padding-top: 0.3em;
}

#suntory_contents #contact .textArea {
  font-size: 2.8vw;
}

#suntory_contents #contact .contactTitle {
  font-size: 3.4vw;
  font-weight: bold;
}

#suntory_contents #contact .contactText {
  font-size: 3.4vw;
}

#suntory_contents #contact .textArea p + p {
  padding-top: 0.5em;
}

#suntory_contents #sponsorship {
  margin: 0.7em 3% 0 0;
  font-size: 2.6vw;
  text-align: right;
  color: #fff;
}

@media screen and (min-width: 1001px) {
  #suntory_contents .inner {
    padding-bottom: 60px;
  }

  #suntory_contents .textBox {
    margin: 35px auto 0;
  }

  #suntory_contents .textBox h2 {
    padding: 23px;
    font-size: 40px;
    border-radius: 10px 10px 0 0;
  }

  #suntory_contents .textArea {
    padding: 28px;
    font-size: 34px;
    border-radius: 0 0 10px 10px;
  }

  #suntory_contents #message .textArea {
    padding: 40px 28px;
  }

  #suntory_contents a {
    font-size: 40px;
  }

  #outline .leftBox,
  #outline .rightBox {
    margin-top: 20px;
  }

  #suntory_contents #contact .textArea {
    font-size: 28px;
  }

  #suntory_contents #contact .contactTitle {
    font-size: 34px;
  }

  #suntory_contents #contact .contactText {
    font-size: 34px;
  }

  #suntory_contents #sponsorship {
    font-size: 26px;
  }

  #suntory_contents .smallTxt {
    font-size: 31px;
  }
}
