@charset "UTF-8";
/**
 * SVG画像をアイコンに使いたい的ないろいろ
 *
 *  [Html] SVG塗りつぶしの色をBackground-Imageとして扱うときに変更する
 * https://code.i-harness.com/ja/q/cbfa3c
 * http://chlono.e-whs.net/sass-svg-color-change/
 */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:500,700,900|Roboto:500,700,900&display=swap&subset=japanese");
#suntory_contents {
  font-family: 'Roboto','Noto Sans JP',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-weight: 500;
  color: #46555e;
  word-wrap: break-word;
}

#suntory_contents input, #suntory_contents button, #suntory_contents textarea {
  font-family: 'Roboto','Noto Sans JP',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-weight: 500;
  color: #46555e;
}

#suntory_contents input[type="text"], #suntory_contents textarea {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-appearance: none;
  max-width: 100%;
}

#suntory_contents button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

#suntory_contents * {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#suntory_contents img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

#suntory_contents .wrapper {
  background: #ffffff;
}

#suntory_contents .wrapper main {
  display: block;
}

#suntory_contents .red {
  color: #c70012;
}

#suntory_contents .bold {
  font-weight: bold;
}

#suntory_contents ul.note li {
  margin-bottom: 0.385em;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 0.8125em;
  line-height: 1.5;
  letter-spacing: 0.01em;
}

#suntory_contents ul.note li:last-child {
  margin-bottom: 0;
}

#suntory_contents ul.note li > * {
  text-indent: 0;
}

#suntory_contents a {
  color: #0066aa;
}

.modePC #suntory_contents {
  min-width: 960px;
  background: rgba(182, 0, 5, 0.1);
}

.modePC #suntory_contents header#kv_sub h2 {
  width: 100%;
  background: url(../img/kv_sub_pc.png);
}

.modePC #suntory_contents header#kv_sub h2:after {
  content: '';
  display: block;
  padding-top: 26.66667%;
}

.modePC #suntory_contents header#kv_sub h2 img {
  display: none;
}

.modePC #suntory_contents .wrapper {
  margin: 0 auto;
  width: 750px;
}

.modePC #suntory_contents h3.ttl {
  padding: 23px 0;
  color: #ffffff;
  background: #b60005;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.11em;
}

.modePC #suntory_contents a.back_btn {
  position: relative;
  display: block;
  padding: 1em 2.5em;
  width: 275px;
  background: #ffffff;
  border: 2px solid #b60005;
  border-radius: 6px;
  color: #b60005;
  font-size: 0.875em;
  text-align: center;
  line-height: 1.71;
  letter-spacing: 0.05em;
  text-decoration: none;
}

.modePC #suntory_contents a.back_btn:after {
  content: '';
  position: absolute;
  left: 1.25em;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 0.333em;
  height: 0.333em;
  border-width: 0 0 2px 2px;
  border-style: none none solid solid;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modePC #suntory_contents .fade {
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}

.modePC #suntory_contents .fade:hover {
  opacity: 0.7;
}

.modePC #suntory_contents nav.link {
  padding: 30px 0;
  background-color: #ffffff;
  border-top: 1px solid #c5ccd2;
}

.modePC #suntory_contents nav.link ul {
  width: 420px;
}

.modePC #suntory_contents nav.link ul li a {
  position: relative;
  display: block;
  padding: 15px 15px;
  padding-right: 50px;
  border: 1px solid #b60005;
  color: #b60005;
  font-size: 0.875em;
  text-decoration: none;
}

.modePC #suntory_contents nav.link ul li a:before {
  content: '';
  position: absolute;
  right: 25px;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 7px;
  height: 7px;
  border: 1px solid currentColor;
  background: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateX(1px) translateY(-1px);
          transform: translateX(1px) translateY(-1px);
}

.modePC #suntory_contents nav.link ul li a:after {
  content: '';
  position: absolute;
  right: 25px;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 7px;
  height: 7px;
  border: 1px solid currentColor;
  background: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateX(1px) translateY(-1px);
          transform: translateX(1px) translateY(-1px);
}

.modePC #suntory_contents nav.link ul li a:before {
  content: '';
  border-top: none;
  border-right: none;
  -webkit-transform: translateX(-1px) translateY(1px);
          transform: translateX(-1px) translateY(1px);
}

.modePC #suntory_contents nav.link ul li a.inquiry:before {
  content: none;
}

.modePC #suntory_contents nav.link ul li a.inquiry:after {
  content: '';
  position: absolute;
  right: 26px;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 7px;
  height: 7px;
  border-width: 2px 2px 0 0;
  border-style: solid solid none none;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modePC #suntory_contents nav.link ul li:first-child a {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.modePC #suntory_contents nav.link ul li:not(:last-child) a {
  border-bottom: none;
}

.modePC #suntory_contents nav.link ul li:last-child a {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.modePC #suntory_contents nav.brand {
  padding: 30px 0;
  background-color: #ffffff;
  border-top: 1px solid #c5ccd2;
}

.modePC #suntory_contents nav.brand ul {
  width: 420px;
}

.modePC #suntory_contents nav.brand ul li a {
  position: relative;
  display: block;
  padding: 15px 15px;
  padding-right: 50px;
  border: 1px solid #46555e;
  color: #46555e;
  font-size: 0.875em;
  text-decoration: none;
}

.modePC #suntory_contents nav.brand ul li a:before {
  content: '';
  position: absolute;
  right: 25px;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 7px;
  height: 7px;
  border: 1px solid currentColor;
  background: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateX(1px) translateY(-1px);
          transform: translateX(1px) translateY(-1px);
}

.modePC #suntory_contents nav.brand ul li a:after {
  content: '';
  position: absolute;
  right: 25px;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 7px;
  height: 7px;
  border: 1px solid currentColor;
  background: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateX(1px) translateY(-1px);
          transform: translateX(1px) translateY(-1px);
}

.modePC #suntory_contents nav.brand ul li a:before {
  content: '';
  border-top: none;
  border-right: none;
  -webkit-transform: translateX(-1px) translateY(1px);
          transform: translateX(-1px) translateY(1px);
}

.modePC #suntory_contents nav.brand ul li:first-child a {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.modePC #suntory_contents nav.brand ul li:not(:last-child) a {
  border-bottom: none;
}

.modePC #suntory_contents nav.brand ul li:last-child a {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.modeSP #suntory_contents header#kv_sub h2 {
  width: 100%;
}

.modeSP #suntory_contents .wrapper {
  margin: 0 auto;
  width: 100%;
}

.modeSP #suntory_contents h3.ttl {
  padding: 1em 0.5em;
  background: #b60005;
  color: #ffffff;
  font-size: 1.375em;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.11em;
}

.modeSP #suntory_contents a.back_btn {
  position: relative;
  display: block;
  padding: 1em 2.5em;
  width: 275px;
  max-width: 84vw;
  background: #ffffff;
  border: 2px solid #b60005;
  border-radius: 6px;
  color: #b60005;
  font-size: 0.875em;
  text-align: center;
  line-height: 1.71;
  letter-spacing: 0.05em;
  text-decoration: none;
}

.modeSP #suntory_contents a.back_btn:after {
  content: '';
  position: absolute;
  left: 1.25em;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 0.333em;
  height: 0.333em;
  border-width: 0 0 2px 2px;
  border-style: none none solid solid;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modeSP #suntory_contents nav.link {
  padding: 25px 0;
  background-color: #ffffff;
  border-top: 1px solid #c5ccd2;
}

.modeSP #suntory_contents nav.link ul {
  width: 84vw;
}

.modeSP #suntory_contents nav.link ul li a {
  position: relative;
  display: block;
  padding: 1em 1em;
  padding-right: 45px;
  border: 1px solid currentColor;
  color: #b60005;
  font-size: 0.875em;
  line-height: 1.71;
  text-decoration: none;
}

.modeSP #suntory_contents nav.link ul li a:before {
  content: '';
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 0.583em;
  height: 0.583em;
  border: 1px solid currentColor;
  background: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateX(1px) translateY(-1px);
          transform: translateX(1px) translateY(-1px);
}

.modeSP #suntory_contents nav.link ul li a:after {
  content: '';
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 0.583em;
  height: 0.583em;
  border: 1px solid currentColor;
  background: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateX(1px) translateY(-1px);
          transform: translateX(1px) translateY(-1px);
}

.modeSP #suntory_contents nav.link ul li a:before {
  content: '';
  border-top: none;
  border-right: none;
  -webkit-transform: translateX(-1px) translateY(1px);
          transform: translateX(-1px) translateY(1px);
}

.modeSP #suntory_contents nav.link ul li a.inquiry:before {
  content: none;
}

.modeSP #suntory_contents nav.link ul li a.inquiry:after {
  content: '';
  position: absolute;
  right: 22px;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 0.583em;
  height: 0.583em;
  border-width: 2px 2px 0 0;
  border-style: solid solid none none;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modeSP #suntory_contents nav.link ul li:first-child a {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.modeSP #suntory_contents nav.link ul li:not(:last-child) a {
  border-bottom: none;
}

.modeSP #suntory_contents nav.link ul li:last-child a {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.modeSP #suntory_contents nav.brand {
  padding: 25px 0;
  background-color: #ffffff;
  border-top: 1px solid #c5ccd2;
}

.modeSP #suntory_contents nav.brand ul {
  width: 84vw;
}

.modeSP #suntory_contents nav.brand ul li a {
  position: relative;
  display: block;
  padding: 1em 1em;
  padding-right: 45px;
  border: 1px solid #46555e;
  color: #46555e;
  font-size: 0.875em;
  line-height: 1.71;
  text-decoration: none;
}

.modeSP #suntory_contents nav.brand ul li a:before {
  content: '';
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 0.583em;
  height: 0.583em;
  border: 1px solid currentColor;
  background: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateX(1px) translateY(-1px);
          transform: translateX(1px) translateY(-1px);
}

.modeSP #suntory_contents nav.brand ul li a:after {
  content: '';
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 0.583em;
  height: 0.583em;
  border: 1px solid currentColor;
  background: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateX(1px) translateY(-1px);
          transform: translateX(1px) translateY(-1px);
}

.modeSP #suntory_contents nav.brand ul li a:before {
  content: '';
  border-top: none;
  border-right: none;
  -webkit-transform: translateX(-1px) translateY(1px);
          transform: translateX(-1px) translateY(1px);
}

.modeSP #suntory_contents nav.brand ul li:first-child a {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.modeSP #suntory_contents nav.brand ul li:not(:last-child) a {
  border-bottom: none;
}

.modeSP #suntory_contents nav.brand ul li:last-child a {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.modeSP #suntoryCommonFooter #suntoryCommonFt {
  margin-top: -1px;
  padding-top: 1px;
  border-top: 1px solid #c5ccd2;
}

.modeSP #suntoryCommonFooter #suntoryCommonFt_ShareBtn + #suntoryCommonFt {
  border-top: none;
}

.modePC #suntory_contents.top header#mv h2 {
  width: 100%;
  background: url(../img/mv_pc.png);
}

.modePC #suntory_contents.top header#mv h2:after {
  content: '';
  display: block;
  padding-top: 60%;
}

.modePC #suntory_contents.top header#mv h2 img {
  display: none;
}

.modePC #suntory_contents.top .wrapper section.entry_top {
  padding-top: 35px;
  padding-bottom: 35px;
}

.modePC #suntory_contents.top .wrapper section.entry_top .inner a.btn {
  position: relative;
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  padding-right: 0.75em;
  width: 315px;
  background: #ff7f17;
  border-radius: 6px;
  color: #ffffff;
  font-size: 1.25em;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-decoration: none;
}

.modePC #suntory_contents.top .wrapper section.entry_top .inner a.btn:after {
  content: '';
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 0.33em;
  height: 0.33em;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.modePC #suntory_contents.top .wrapper section.flow {
  padding-bottom: 30px;
}

.modePC #suntory_contents.top .wrapper section.flow h3 {
  margin-bottom: 30px;
}

.modePC #suntory_contents.top .wrapper section.flow .inner {
  width: 420px;
}

.modePC #suntory_contents.top .wrapper section.flow .inner ol {
  counter-reset: cnt;
}

.modePC #suntory_contents.top .wrapper section.flow .inner ol li {
  position: relative;
  margin-bottom: 30px;
  padding: 10px 1.5em;
  padding-left: 50px;
  border: 2px solid rgba(182, 0, 5, 0.4);
  font-size: 1em;
  line-height: 1.75;
}

.modePC #suntory_contents.top .wrapper section.flow .inner ol li:before {
  content: '';
  counter-increment: cnt;
  content: counter(cnt);
  position: absolute;
  left: 12px;
  top: 5px;
  color: #b60005;
  font-size: 1.25em;
  font-weight: bold;
}

.modePC #suntory_contents.top .wrapper section.flow .inner ol li:after {
  content: '';
  position: absolute;
  bottom: -22px;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-width: 8px 8px 0 8px;
  border-style: solid solid none solid;
  border-color: #46555e transparent transparent transparent;
}

.modePC #suntory_contents.top .wrapper section.flow .inner ol li:last-child {
  margin-bottom: 0;
}

.modePC #suntory_contents.top .wrapper section.flow .inner ol li:last-child:after {
  content: none;
}

.modePC #suntory_contents.top .wrapper section.flow .inner ul.note {
  margin-top: 10px;
}

.modePC #suntory_contents.top .wrapper section.prize {
  padding-bottom: 85px;
}

.modePC #suntory_contents.top .wrapper section.prize h3 {
  margin-bottom: 65px;
  letter-spacing: 0.19em;
}

.modePC #suntory_contents.top .wrapper section.prize .inner {
  width: 690px;
}

.modePC #suntory_contents.top .wrapper section.prize .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.modePC #suntory_contents.top .wrapper section.prize .inner ul li {
  margin-right: 20px;
  margin-bottom: 25px;
  width: 335px;
  border: 2px solid rgba(182, 0, 5, 0.4);
}

.modePC #suntory_contents.top .wrapper section.prize .inner ul li:nth-child(2n), .modePC #suntory_contents.top .wrapper section.prize .inner ul li:last-child {
  margin-right: 0;
}

.modePC #suntory_contents.top .wrapper section.prize .inner ul li:nth-last-child(2):nth-child(2n+1), .modePC #suntory_contents.top .wrapper section.prize .inner ul li:last-child {
  margin-bottom: 0;
}

.modePC #suntory_contents.top .wrapper section.prize .inner ul li h4 {
  padding: 0.5em 0.5em;
  color: #b60005;
  font-size: 1em;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.modePC #suntory_contents.top .wrapper section.prize .inner ul li h4 span {
  display: inline-block;
  font-size: 1.5em;
  line-height: 1;
  -webkit-transform: translateY(0.05em);
          transform: translateY(0.05em);
}

.modePC #suntory_contents.top .wrapper section.prize .inner ul li img {
  display: block;
  width: 100%;
}

.modePC #suntory_contents.top .wrapper section.product {
  padding-bottom: 25px;
}

.modePC #suntory_contents.top .wrapper section.product h3 {
  margin-bottom: 50px;
  letter-spacing: 0.19em;
}

.modePC #suntory_contents.top .wrapper section.product .inner {
  width: 420px;
}

.modePC #suntory_contents.top .wrapper section.product .inner .visual {
  margin-bottom: 25px;
}

.modePC #suntory_contents.top .wrapper section.product .inner .products {
  padding: 15px 1.5em;
  border: 1px solid #cccccc;
}

.modePC #suntory_contents.top .wrapper section.product .inner .products ul.list li {
  margin-bottom: 0.385em;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 0.8125em;
  line-height: 1.5;
  letter-spacing: 0.01em;
}

.modePC #suntory_contents.top .wrapper section.product .inner .products ul.list li:last-child {
  margin-bottom: 0;
}

.modePC #suntory_contents.top .wrapper section.product .inner ul.note {
  margin-top: 15px;
}

.modePC #suntory_contents.top .wrapper section.seal {
  padding-bottom: 40px;
}

.modePC #suntory_contents.top .wrapper section.seal .inner {
  width: 420px;
}

.modePC #suntory_contents.top .wrapper section.seal .inner h3 {
  margin-bottom: 20px;
  padding: 0.5em 0.5em;
  border-bottom: 2px solid rgba(182, 0, 5, 0.4);
  color: #b60005;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.15em;
}

.modePC #suntory_contents.top .wrapper section.seal .inner dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 25px;
  width: 200px;
  -webkit-transform: -5px;
          transform: -5px;
}

.modePC #suntory_contents.top .wrapper section.seal .inner dl dt, .modePC #suntory_contents.top .wrapper section.seal .inner dl dd {
  margin-right: 30px;
  width: 85px;
}

.modePC #suntory_contents.top .wrapper section.seal .inner dl dt:last-of-type, .modePC #suntory_contents.top .wrapper section.seal .inner dl dd:last-of-type {
  margin-right: 0;
}

.modePC #suntory_contents.top .wrapper section.seal .inner dl dt {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 0.385em;
  font-size: 0.75em;
  line-height: 1.5;
  letter-spacing: 0.12em;
  text-align: center;
}

.modePC #suntory_contents.top .wrapper section.seal .inner dl dd {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  position: relative;
}

.modePC #suntory_contents.top .wrapper section.seal .inner dl dd:after {
  content: '見本';
  position: absolute;
  right: -10px;
  bottom: -7px;
  display: block;
  padding: 0.25em 0.25em;
  background: rgba(182, 0, 5, 0.9);
  border-radius: 3px;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.12em;
}

.modePC #suntory_contents.top .wrapper section.seal .inner dl dd img {
  pointer-events: none;
}

.modePC #suntory_contents.top .wrapper section.seal .inner p {
  margin-bottom: 15px;
  font-size: 0.8125em;
  line-height: 1.5;
  letter-spacing: 0.01em;
}

.modePC #suntory_contents.top .wrapper section.entry {
  padding-bottom: 45px;
  background: rgba(182, 0, 5, 0.1);
}

.modePC #suntory_contents.top .wrapper section.entry .title {
  position: relative;
  margin-bottom: 55px;
  padding: 1.5em 0.5em;
  background: #b60005;
  color: #ffffff;
  text-align: center;
}

.modePC #suntory_contents.top .wrapper section.entry .title:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  display: block;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-width: 12px 15px 0;
  border-style: solid;
  border-color: #b60005 transparent transparent;
}

.modePC #suntory_contents.top .wrapper section.entry .title h3 {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.19em;
}

.modePC #suntory_contents.top .wrapper section.entry .title p {
  margin-top: 5px;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.19em;
}

.modePC #suntory_contents.top .wrapper section.entry .inner {
  width: 420px;
}

.modePC #suntory_contents.top .wrapper section.entry .inner ul li {
  margin-bottom: 30px;
}

.modePC #suntory_contents.top .wrapper section.entry .inner ul li:last-child {
  margin-bottom: 0;
}

.modePC #suntory_contents.top .wrapper section.entry .inner ul li a.btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  padding: 0 50px;
  width: 100%;
  height: 90px;
  background: #e6e6e6;
  border-radius: 4px;
  text-decoration: none;
}

.modePC #suntory_contents.top .wrapper section.entry .inner ul li a.btn span {
  color: #ffffff;
  font-size: 1.125em;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.03em;
}

.modePC #suntory_contents.top .wrapper section.entry .inner ul li a.btn span i {
  display: inline-block;
  margin-right: 0.3em;
  font-size: 1.5em;
}

.modePC #suntory_contents.top .wrapper section.entry .inner ul li a.btn:after {
  content: '';
  position: absolute;
  right: 25px;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 10px;
  height: 10px;
  border-width: 2px 2px 0 0;
  border-style: solid solid none none;
  border-color: #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modePC #suntory_contents.top .wrapper section.entry .inner ul li a.btn.ln {
  background: #01b901;
}

.modePC #suntory_contents.top .wrapper section.entry .inner ul li a.btn.ln:before {
  background-image: url(../img/icn_ln.svg);
}

.modePC #suntory_contents.top .wrapper section.entry .inner ul li a.btn.tw {
  background: #1da1f3;
}

.modePC #suntory_contents.top .wrapper section.entry .inner ul li a.btn.tw:before {
  background-image: url(../img/icn_tw.svg);
}

.modePC #suntory_contents.top .wrapper section.entry .inner ul li a.btn.fb {
  background: #1977f3;
}

.modePC #suntory_contents.top .wrapper section.entry .inner ul li a.btn.fb:before {
  background-image: url(../img/icn_fb.svg);
}

.modePC #suntory_contents.top .wrapper section.entry .inner ul li a.btn.sid {
  background: #5ac2db;
}

.modePC #suntory_contents.top .wrapper section.entry .inner ul li a.btn.sid:before {
  background-image: url(../img/icn_sid.svg);
}

.modePC #suntory_contents.top .wrapper section.entry .inner ul li p {
  font-size: 0.75em;
  text-align: center;
  line-height: 1.67;
}

.modePC #suntory_contents.top.teaser .wrapper section.teaser {
  padding-top: 70px;
  padding-bottom: 40px;
}

.modePC #suntory_contents.top.teaser .wrapper section.teaser .inner {
  width: 420px;
  border: 2px solid rgba(182, 0, 5, 0.4);
  border-top: none;
  padding-bottom: 20px;
}

.modePC #suntory_contents.top.teaser .wrapper section.teaser .inner h3 {
  margin-left: -2px;
  margin-bottom: 20px;
  padding: 0.5em 0.5em;
  width: calc(100% + 4px);
  background: #b60005;
  color: #ffffff;
  font-size: 1.25em;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.19em;
  line-height: 1.5;
}

.modePC #suntory_contents.top.teaser .wrapper section.teaser .inner p {
  width: 375px;
  font-size: 1.25em;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}

.modePC #suntory_contents.top.teaser .wrapper section.seal {
  padding-bottom: 80px;
}

.modePC #suntory_contents.top.teaser .wrapper section.seal h3 {
  margin-bottom: 30px;
}

.modePC #suntory_contents.top.end section.end {
  padding-bottom: 30px;
}

.modePC #suntory_contents.top.end section.end h3 {
  margin-bottom: 25px;
}

.modePC #suntory_contents.top.end section.end p {
  width: 420px;
  font-size: 0.875em;
  font-weight: bold;
  text-align: center;
  line-height: 1.71;
  letter-spacing: 0.03em;
}

.modePC #suntory_contents.top.end section.contact {
  padding-bottom: 40px;
}

.modePC #suntory_contents.top.end section.contact .inner {
  padding: 10px 70px 25px;
  width: 420px;
  border: 2px solid rgba(182, 0, 5, 0.4);
}

.modePC #suntory_contents.top.end section.contact .inner h3 {
  margin-bottom: 20px;
  padding: 0.5em 0.5em;
  border-bottom: 2px solid rgba(182, 0, 5, 0.4);
  color: #b60005;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.15em;
}

.modePC #suntory_contents.top.end section.contact .inner p {
  margin-bottom: 0.5em;
  font-size: 0.875em;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 0.12em;
}

.modePC #suntory_contents.top.end section.contact .inner p:last-of-type {
  margin-bottom: 0;
}

.modePC #suntory_contents.top.end section.contact .inner p em {
  font-size: 1.5em;
  font-weight: bold;
}

.modePC #suntory_contents.top.end section.contact .inner p a {
  color: currentColor;
  text-decoration: none;
}

.modePC #suntory_contents.top.iw section.flow .inner ol li {
  text-align: center;
}

.modePC #suntory_contents.top.iw section.flow .inner ul.note {
  margin-top: 20px;
}

.modePC #suntory_contents.top.iw section.flow .inner ul.note li {
  text-align: center;
}

.modePC #suntory_contents.top.iw section.prize {
  padding-bottom: 50px;
}

.modePC #suntory_contents.top.iw section.prize h3 {
  margin-bottom: 20px;
}

.modePC #suntory_contents.top.iw section.prize .inner {
  width: 420px;
}

.modePC #suntory_contents.top.iw section.entry {
  background: none;
}

.modePC #suntory_contents.top.iw section.entry h3 {
  margin-bottom: 50px;
}

.modePC #suntory_contents.top.iw nav.contact {
  padding: 40px 0;
  background-color: #ffffff;
  border-top: 1px solid #c5ccd2;
}

.modePC #suntory_contents.top.iw nav.contact .inner {
  padding: 20px 1em 25px;
  width: 420px;
  border: 2px solid rgba(182, 0, 5, 0.4);
}

.modePC #suntory_contents.top.iw nav.contact .inner h3 {
  margin-bottom: 5px;
  padding: 0.5em 0.5em;
  color: #b60005;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.15em;
}

.modePC #suntory_contents.top.iw nav.contact .inner p {
  margin-bottom: 0.5em;
  font-size: 0.875em;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 0.12em;
}

.modePC #suntory_contents.top.iw nav.contact .inner p:last-of-type {
  margin-bottom: 0;
}

.modePC #suntory_contents.top.iw nav.contact .inner p em {
  font-size: 1.5em;
  font-weight: bold;
}

.modePC #suntory_contents.top.iw nav.contact .inner p a {
  color: currentColor;
  text-decoration: none;
}

.modeSP #suntory_contents.top header#mv h2 {
  width: 100%;
}

.modeSP #suntory_contents.top .wrapper section.entry_top {
  padding-top: 25px;
  padding-bottom: 25px;
}

.modeSP #suntory_contents.top .wrapper section.entry_top .inner a.btn {
  position: relative;
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  padding-right: 0.75em;
  width: 84vw;
  background: #ff7f17;
  border-radius: 6px;
  color: #ffffff;
  font-size: 1.25em;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-decoration: none;
}

.modeSP #suntory_contents.top .wrapper section.entry_top .inner a.btn:after {
  content: '';
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 0.33em;
  height: 0.33em;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.modeSP #suntory_contents.top .wrapper section.flow {
  padding-bottom: 45px;
}

.modeSP #suntory_contents.top .wrapper section.flow h3 {
  margin-bottom: 30px;
}

.modeSP #suntory_contents.top .wrapper section.flow .inner {
  width: 84vw;
}

.modeSP #suntory_contents.top .wrapper section.flow .inner ol {
  counter-reset: cnt;
}

.modeSP #suntory_contents.top .wrapper section.flow .inner ol li {
  position: relative;
  margin-bottom: 25px;
  padding: 10px 25px;
  padding-left: 3em;
  border: 2px solid rgba(182, 0, 5, 0.4);
  font-size: 1em;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.modeSP #suntory_contents.top .wrapper section.flow .inner ol li:before {
  content: '';
  counter-increment: cnt;
  content: counter(cnt);
  position: absolute;
  left: 0.5em;
  top: 10px;
  color: #b60005;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1;
}

.modeSP #suntory_contents.top .wrapper section.flow .inner ol li:after {
  content: '';
  position: absolute;
  bottom: -17px;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-width: 8px 8px 0;
  border-style: solid solid none;
  border-color: #46555e transparent transparent;
}

.modeSP #suntory_contents.top .wrapper section.flow .inner ol li:last-child {
  margin-bottom: 0;
}

.modeSP #suntory_contents.top .wrapper section.flow .inner ol li:last-child:after {
  content: none;
}

.modeSP #suntory_contents.top .wrapper section.flow .inner ul.note {
  margin-top: 15px;
}

.modeSP #suntory_contents.top .wrapper section.prize {
  padding-bottom: 60px;
}

.modeSP #suntory_contents.top .wrapper section.prize h3 {
  margin-bottom: 35px;
  letter-spacing: 0.19em;
}

.modeSP #suntory_contents.top .wrapper section.prize .inner {
  width: 89.33333vw;
}

.modeSP #suntory_contents.top .wrapper section.prize .inner ul li {
  margin-bottom: 25px;
  border: 2px solid rgba(182, 0, 5, 0.4);
}

.modeSP #suntory_contents.top .wrapper section.prize .inner ul li:last-child {
  margin-bottom: 0;
}

.modeSP #suntory_contents.top .wrapper section.prize .inner ul li h4 {
  padding: 0.5em 0.5em;
  color: #b60005;
  font-size: 1em;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.modeSP #suntory_contents.top .wrapper section.prize .inner ul li h4 span {
  display: inline-block;
  font-size: 1.5em;
  line-height: 1;
  -webkit-transform: translateY(0.05em);
          transform: translateY(0.05em);
}

.modeSP #suntory_contents.top .wrapper section.prize .inner ul li img {
  display: block;
}

.modeSP #suntory_contents.top .wrapper section.product {
  padding-bottom: 25px;
}

.modeSP #suntory_contents.top .wrapper section.product h3 {
  margin-bottom: 30px;
  letter-spacing: 0.19em;
}

.modeSP #suntory_contents.top .wrapper section.product .inner {
  width: 84vw;
}

.modeSP #suntory_contents.top .wrapper section.product .inner .visual {
  margin-bottom: 20px;
}

.modeSP #suntory_contents.top .wrapper section.product .inner .products {
  padding: 15px 1em;
  border: 1px solid #cccccc;
}

.modeSP #suntory_contents.top .wrapper section.product .inner .products ul.list li {
  margin-bottom: 0.385em;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 0.8125em;
  line-height: 1.5;
  letter-spacing: 0.01em;
}

.modeSP #suntory_contents.top .wrapper section.product .inner .products ul.list li:last-child {
  margin-bottom: 0;
}

.modeSP #suntory_contents.top .wrapper section.product .inner ul.note {
  margin-top: 15px;
}

.modeSP #suntory_contents.top .wrapper section.seal {
  padding-bottom: 50px;
}

.modeSP #suntory_contents.top .wrapper section.seal .inner {
  width: 84vw;
}

.modeSP #suntory_contents.top .wrapper section.seal .inner h3 {
  margin-bottom: 20px;
  padding: 0.5em 0.5em;
  border-bottom: 2px solid rgba(182, 0, 5, 0.4);
  color: #b60005;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.15em;
}

.modeSP #suntory_contents.top .wrapper section.seal .inner dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 25px;
  width: 53.33333vw;
  -webkit-transform: translateX(-1.33333vw);
          transform: translateX(-1.33333vw);
}

.modeSP #suntory_contents.top .wrapper section.seal .inner dl dt, .modeSP #suntory_contents.top .wrapper section.seal .inner dl dd {
  margin-right: 8vw;
  width: calc(50% - 4vw);
}

.modeSP #suntory_contents.top .wrapper section.seal .inner dl dt:last-of-type, .modeSP #suntory_contents.top .wrapper section.seal .inner dl dd:last-of-type {
  margin-right: 0;
}

.modeSP #suntory_contents.top .wrapper section.seal .inner dl dt {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 0.385em;
  font-size: 0.75em;
  line-height: 1.5;
  letter-spacing: 0.12em;
  text-align: center;
}

.modeSP #suntory_contents.top .wrapper section.seal .inner dl dd {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  position: relative;
}

.modeSP #suntory_contents.top .wrapper section.seal .inner dl dd:after {
  content: '見本';
  position: absolute;
  right: -2.66667vw;
  bottom: -1.86667vw;
  display: block;
  padding: 0.25em 0.25em;
  background: rgba(182, 0, 5, 0.9);
  border-radius: 3px;
  color: #ffffff;
  font-size: 3.2vw;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.12em;
}

.modeSP #suntory_contents.top .wrapper section.seal .inner dl dd img {
  pointer-events: none;
}

.modeSP #suntory_contents.top .wrapper section.seal .inner p {
  margin-bottom: 15px;
  font-size: 0.8125em;
  line-height: 1.5;
  letter-spacing: 0.01em;
}

.modeSP #suntory_contents.top .wrapper section.entry {
  padding-bottom: 45px;
  background: rgba(182, 0, 5, 0.1);
}

.modeSP #suntory_contents.top .wrapper section.entry .title {
  position: relative;
  margin-bottom: 45px;
  padding: 1.375em 0.5em;
  background: #b60005;
  color: #ffffff;
  text-align: center;
}

.modeSP #suntory_contents.top .wrapper section.entry .title:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  display: block;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-width: 12px 15px 0;
  border-style: solid;
  border-color: #b60005 transparent transparent;
}

.modeSP #suntory_contents.top .wrapper section.entry .title h3 {
  font-size: 1.375em;
  font-weight: bold;
  line-height: 1.36;
  letter-spacing: 0.19em;
}

.modeSP #suntory_contents.top .wrapper section.entry .title p {
  margin-top: 5px;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.19em;
}

.modeSP #suntory_contents.top .wrapper section.entry .inner {
  width: 84vw;
}

.modeSP #suntory_contents.top .wrapper section.entry .inner ul li {
  margin-bottom: 5.33333vw;
}

.modeSP #suntory_contents.top .wrapper section.entry .inner ul li:last-child {
  margin-bottom: 0;
}

.modeSP #suntory_contents.top .wrapper section.entry .inner ul li a.btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  padding: 1.25em 1em;
  width: 100%;
  background: #e6e6e6;
  border-radius: 6px;
  text-decoration: none;
}

.modeSP #suntory_contents.top .wrapper section.entry .inner ul li a.btn span {
  color: #ffffff;
  font-size: 0.875em;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.03em;
  line-height: 2.14;
}

.modeSP #suntory_contents.top .wrapper section.entry .inner ul li a.btn span i {
  display: inline-block;
  margin-right: 0.3em;
  font-size: 1.57em;
  line-height: 1.36;
  -webkit-transform: translateY(0.1em);
          transform: translateY(0.1em);
}

.modeSP #suntory_contents.top .wrapper section.entry .inner ul li a.btn:after {
  content: '';
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 0.75em;
  height: 0.75em;
  border-width: 2px 2px 0 0;
  border-style: solid solid none none;
  border-color: #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modeSP #suntory_contents.top .wrapper section.entry .inner ul li a.btn.ln {
  background: #01b901;
}

.modeSP #suntory_contents.top .wrapper section.entry .inner ul li a.btn.tw {
  background: #1da1f3;
}

.modeSP #suntory_contents.top .wrapper section.entry .inner ul li a.btn.fb {
  background: #1977f3;
}

.modeSP #suntory_contents.top .wrapper section.entry .inner ul li a.btn.sid {
  background: #5ac2db;
}

.modeSP #suntory_contents.top .wrapper section.entry .inner ul li p {
  font-size: 0.75em;
  text-align: center;
  line-height: 1.67;
}

.modeSP #suntory_contents.top.teaser .wrapper section.teaser {
  padding-top: 40px;
  padding-bottom: 25px;
}

.modeSP #suntory_contents.top.teaser .wrapper section.teaser .inner {
  width: 84vw;
  border: 2px solid rgba(182, 0, 5, 0.4);
  border-top: none;
  padding-bottom: 20px;
}

.modeSP #suntory_contents.top.teaser .wrapper section.teaser .inner h3 {
  margin-left: -2px;
  margin-bottom: 20px;
  padding: 0.5em 0.5em;
  width: calc(100% + 4px);
  background: #b60005;
  color: #ffffff;
  font-size: 1.25em;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.19em;
  line-height: 1.5;
}

.modeSP #suntory_contents.top.teaser .wrapper section.teaser .inner p {
  width: 73.33333vw;
  font-size: 1.25em;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}

.modeSP #suntory_contents.top.end section.end {
  padding-bottom: 30px;
}

.modeSP #suntory_contents.top.end section.end h3 {
  margin-bottom: 25px;
}

.modeSP #suntory_contents.top.end section.end p {
  width: 84vw;
  font-size: 0.875em;
  font-weight: bold;
  text-align: center;
  line-height: 1.71;
  letter-spacing: 0.03em;
}

.modeSP #suntory_contents.top.end section.contact {
  padding-bottom: 40px;
}

.modeSP #suntory_contents.top.end section.contact .inner {
  padding: 20px 1em 25px;
  width: 84vw;
  border: 2px solid rgba(182, 0, 5, 0.4);
}

.modeSP #suntory_contents.top.end section.contact .inner h3 {
  margin-bottom: 15px;
  padding: 0.5em 0.5em;
  border-bottom: 2px solid rgba(182, 0, 5, 0.4);
  color: #b60005;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.15em;
}

.modeSP #suntory_contents.top.end section.contact .inner p {
  margin-bottom: 0.5em;
  font-size: 0.875em;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 0.12em;
}

.modeSP #suntory_contents.top.end section.contact .inner p:last-of-type {
  margin-bottom: 0;
}

.modeSP #suntory_contents.top.end section.contact .inner p em {
  font-size: 1.5em;
  font-weight: bold;
}

.modeSP #suntory_contents.top.end section.contact .inner p a {
  color: currentColor;
  text-decoration: none;
}

.modeSP #suntory_contents.top.iw section.flow .inner ol li {
  text-align: center;
}

.modeSP #suntory_contents.top.iw section.flow .inner ul.note li {
  text-align: center;
}

.modeSP #suntory_contents.top.iw section.prize {
  padding-bottom: 40px;
}

.modeSP #suntory_contents.top.iw section.prize h3 {
  margin-bottom: 0;
}

.modeSP #suntory_contents.top.iw section.prize .inner {
  width: 100%;
}

.modeSP #suntory_contents.top.iw section.entry h3 {
  margin-bottom: 45px;
}

.modeSP #suntory_contents.top.iw nav.contact {
  padding: 40px 0;
  background-color: #ffffff;
  border-top: 1px solid #c5ccd2;
}

.modeSP #suntory_contents.top.iw nav.contact .inner {
  padding: 20px 1em 25px;
  width: 84vw;
  border: 2px solid rgba(182, 0, 5, 0.4);
}

.modeSP #suntory_contents.top.iw nav.contact .inner h3 {
  margin-bottom: 5px;
  padding: 0.5em 0.5em;
  color: #b60005;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.15em;
}

.modeSP #suntory_contents.top.iw nav.contact .inner p {
  margin-bottom: 0.5em;
  font-size: 0.875em;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 0.12em;
}

.modeSP #suntory_contents.top.iw nav.contact .inner p:last-of-type {
  margin-bottom: 0;
}

.modeSP #suntory_contents.top.iw nav.contact .inner p em {
  font-size: 1.5em;
  font-weight: bold;
}

.modeSP #suntory_contents.top.iw nav.contact .inner p a {
  color: currentColor;
  text-decoration: none;
}

.modePC #suntory_contents.mypage header#mv h2 {
  width: 100%;
}

.modePC #suntory_contents.mypage .wrapper main section.point .inner {
  padding-bottom: 25px;
  width: 650px;
  background: rgba(182, 0, 5, 0.1);
  border: 1px solid #b60005;
  border-top: none;
}

.modePC #suntory_contents.mypage .wrapper main section.point .inner h3 {
  margin-bottom: 25px;
}

.modePC #suntory_contents.mypage .wrapper main section.point .inner p.now_point {
  width: 420px;
  font-size: 1.125em;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.04em;
}

.modePC #suntory_contents.mypage .wrapper main section.point .inner p.now_point span {
  display: inline-block;
  margin-right: 0.18182em;
  font-size: 2.77778em;
  vertical-align: baseline;
}

.modePC #suntory_contents.mypage .wrapper main section.point .inner p.msg_point {
  margin-top: 0.5em;
  width: 420px;
  color: #c70012;
  font-size: 1.125em;
  font-weight: bold;
  text-align: center;
  line-height: 1.39;
  letter-spacing: 0.04em;
}

.modePC #suntory_contents.mypage .wrapper main section.input {
  padding-bottom: 25px;
}

.modePC #suntory_contents.mypage .wrapper main section.input .inner {
  padding-bottom: 30px;
  width: 650px;
  border: 1px solid #b60005;
  border-top: none;
}

.modePC #suntory_contents.mypage .wrapper main section.input .inner h3 {
  margin-bottom: 20px;
}

.modePC #suntory_contents.mypage .wrapper main section.input .inner p.error_msg {
  margin-bottom: 1em;
  width: 420px;
  color: #c70012;
  font-size: 0.875em;
  line-height: 1.29;
  text-align: center;
  letter-spacing: 0.04em;
}

.modePC #suntory_contents.mypage .wrapper main section.input .inner table {
  margin-bottom: 20px;
  width: 420px;
  table-layout: fixed;
  border-collapse: separate;
}

.modePC #suntory_contents.mypage .wrapper main section.input .inner table tr th, .modePC #suntory_contents.mypage .wrapper main section.input .inner table tr td {
  vertical-align: top;
}

.modePC #suntory_contents.mypage .wrapper main section.input .inner table tr th {
  padding-left: 5px;
  padding-right: 10px;
  width: calc(4.375em + 10px);
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23b60005%22%20d%3D%22M70%2050H0V0h70l10%2025z%22%2F%3E%3C%2Fsvg%3E") left center/100% 100% no-repeat;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 0.03em;
  overflow: hidden;
}

@media all and (-ms-high-contrast: none) {
  .modePC #suntory_contents.mypage .wrapper main section.input .inner table tr th {
    padding-left: 10px;
    background: #b60005;
    background-clip: padding-box;
  }
}

.modePC #suntory_contents.mypage .wrapper main section.input .inner table tr td {
  border-left: 10px solid transparent;
}

.modePC #suntory_contents.mypage .wrapper main section.input .inner table tr td input {
  padding: 0 0.5em;
  width: 100%;
  height: 2.27em;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  color: #333333;
  font-size: 1.375em;
  letter-spacing: 0.03em;
}

.modePC #suntory_contents.mypage .wrapper main section.input .inner table tr:nth-child(1) th, .modePC #suntory_contents.mypage .wrapper main section.input .inner table tr:nth-child(1) td {
  border-bottom: 10px solid transparent;
}

.modePC #suntory_contents.mypage .wrapper main section.input .inner button, .modePC #suntory_contents.mypage .wrapper main section.input .inner a {
  position: relative;
  display: block;
  width: 260px;
  background: #ff7f17;
  border-radius: 6px;
  color: #ffffff;
  text-align: center;
}

.modePC #suntory_contents.mypage .wrapper main section.input .inner button {
  padding: 0.913em 1em;
  font-size: 1.4375em;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.22;
}

.modePC #suntory_contents.mypage .wrapper main section.input .inner a.multi {
  padding: 1em 1em;
  font-size: 1.0625em;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.18;
  text-decoration: none;
}

.modePC #suntory_contents.mypage .wrapper main section.input .inner a.multi small {
  font-size: 0.8em;
}

.modePC #suntory_contents.mypage .wrapper main section.input .inner a.multi:after {
  content: '';
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 0.471em;
  height: 0.471em;
  border-width: 2px 2px 0 0;
  border-style: solid solid none none;
  border-color: #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modePC #suntory_contents.mypage .wrapper main section.input .inner hr {
  margin-top: 25px;
  margin-bottom: 15px;
  width: 420px;
  border: none;
  border-bottom: 1px solid #cccccc;
}

.modePC #suntory_contents.mypage .wrapper main section.seal {
  padding-bottom: 110px;
}

.modePC #suntory_contents.mypage .wrapper main section.seal .inner {
  padding: 20px 114px 25px;
  width: 650px;
  border: 1px solid #cccccc;
}

.modePC #suntory_contents.mypage .wrapper main section.seal .inner h3 {
  margin-bottom: 15px;
  padding: 0.5em 0.5em;
  border-bottom: 2px solid rgba(182, 0, 5, 0.4);
  color: #b60005;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.15em;
}

.modePC #suntory_contents.mypage .wrapper main section.seal .inner dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 25px;
  width: 200px;
  -webkit-transform: -5px;
          transform: -5px;
}

.modePC #suntory_contents.mypage .wrapper main section.seal .inner dl dt, .modePC #suntory_contents.mypage .wrapper main section.seal .inner dl dd {
  margin-right: 30px;
  width: 85px;
}

.modePC #suntory_contents.mypage .wrapper main section.seal .inner dl dt:last-of-type, .modePC #suntory_contents.mypage .wrapper main section.seal .inner dl dd:last-of-type {
  margin-right: 0;
}

.modePC #suntory_contents.mypage .wrapper main section.seal .inner dl dt {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 0.385em;
  font-size: 0.75em;
  line-height: 1.5;
  letter-spacing: 0.12em;
  text-align: center;
}

.modePC #suntory_contents.mypage .wrapper main section.seal .inner dl dd {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  position: relative;
}

.modePC #suntory_contents.mypage .wrapper main section.seal .inner dl dd:after {
  content: '見本';
  position: absolute;
  right: -10px;
  bottom: -7px;
  display: block;
  padding: 0.25em 0.25em;
  background: rgba(182, 0, 5, 0.9);
  border-radius: 3px;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.12em;
}

.modePC #suntory_contents.mypage .wrapper main section.seal .inner dl dd img {
  pointer-events: none;
}

.modePC #suntory_contents.mypage .wrapper main section.seal .inner p {
  font-size: 0.8125em;
  line-height: 1.5;
  letter-spacing: 0.01em;
}

.modePC #suntory_contents.mypage .wrapper main section.entry {
  position: relative;
  padding-top: 80px;
  padding-bottom: 20px;
  background: #b60005;
}

.modePC #suntory_contents.mypage .wrapper main section.entry h3 {
  position: absolute;
  top: -35px;
  left: 0;
  right: 0;
  display: block;
  padding: 0.75em 0.5em;
  width: 346px;
  background: #b60005;
  border: 3px solid #ffffff;
  border-radius: 9px;
  color: #ffffff;
  font-size: 1.375em;
  font-weight: bold;
  text-align: center;
  line-height: 1.45;
  letter-spacing: 0.11em;
}

.modePC #suntory_contents.mypage .wrapper main section.entry h3:before, .modePC #suntory_contents.mypage .wrapper main section.entry h3:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-width: 10px 11px 0;
  border-style: solid;
  border-color: transparent;
}

.modePC #suntory_contents.mypage .wrapper main section.entry h3:before {
  bottom: -13px;
  border-top-color: #ffffff;
}

.modePC #suntory_contents.mypage .wrapper main section.entry h3:after {
  bottom: -9px;
  border-top-color: #b60005;
}

.modePC #suntory_contents.mypage .wrapper main section.entry .inner {
  width: 690px;
}

.modePC #suntory_contents.mypage .wrapper main section.entry .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.modePC #suntory_contents.mypage .wrapper main section.entry .inner ul li {
  margin-right: 20px;
  margin-bottom: 25px;
  padding-bottom: 10px;
  width: 335px;
  background: #ffffff;
}

.modePC #suntory_contents.mypage .wrapper main section.entry .inner ul li:nth-child(2n), .modePC #suntory_contents.mypage .wrapper main section.entry .inner ul li:last-child {
  margin-right: 0;
}

.modePC #suntory_contents.mypage .wrapper main section.entry .inner ul li:nth-last-child(2):nth-child(2n+1), .modePC #suntory_contents.mypage .wrapper main section.entry .inner ul li:last-child {
  margin-bottom: 0;
}

.modePC #suntory_contents.mypage .wrapper main section.entry .inner ul li h4 {
  padding: 0.5em 0.5em;
  color: #b60005;
  font-size: 1em;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.modePC #suntory_contents.mypage .wrapper main section.entry .inner ul li h4 span {
  display: inline-block;
  font-size: 1.5em;
  line-height: 1;
  -webkit-transform: translateY(0.05em);
          transform: translateY(0.05em);
}

.modePC #suntory_contents.mypage .wrapper main section.entry .inner ul li img {
  display: block;
  width: 100%;
}

.modePC #suntory_contents.mypage .wrapper main section.entry .inner ul li button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  padding: 0.8em 1em;
  width: 315px;
  min-height: 4em;
  background: #ff7f17;
  border-radius: 6px;
  color: #ffffff;
  font-size: 1.25em;
  font-weight: bold;
  text-align: center;
  line-height: 1.22;
  letter-spacing: 0.09em;
}

.modePC #suntory_contents.mypage .wrapper main section.entry .inner ul li button:after {
  content: '';
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 0.4em;
  height: 0.4em;
  border-width: 2px 2px 0 0;
  border-style: solid solid none none;
  border-color: #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modePC #suntory_contents.mypage .wrapper main section.entry .inner ul li button.disabled {
  background: #efefef;
  border: 2px solid #c7cdd3;
  color: #9ba2a7;
  cursor: default;
}

.modePC #suntory_contents.mypage .wrapper main section.entry .inner ul li button.disabled:after {
  content: none;
}

.modePC #suntory_contents.mypage .wrapper main section.history {
  padding-top: 20px;
  padding-bottom: 55px;
  background: #b60005;
}

.modePC #suntory_contents.mypage .wrapper main section.history button {
  position: relative;
  display: block;
  padding: 1em 2.5em;
  width: 275px;
  background: #ffffff;
  border: 2px solid #b60005;
  border-radius: 6px;
  color: #b60005;
  font-size: 0.875em;
  text-align: center;
  line-height: 1.71;
  letter-spacing: 0.05em;
  text-decoration: none;
}

.modePC #suntory_contents.mypage .wrapper main section.history button:after {
  content: '';
  position: absolute;
  right: 1.25em;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 0.333em;
  height: 0.333em;
  border-width: 2px 2px 0 0;
  border-style: solid solid none none;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modePC #suntory_contents.mypage .wrapper main section.redisp.redisp_body {
  padding-bottom: 70px;
}

.modePC #suntory_contents.mypage .wrapper main section.redisp p {
  margin-bottom: 0.5em;
  width: 420px;
  font-size: 0.875em;
  font-weight: bold;
  text-align: center;
  line-height: 1.71;
  letter-spacing: 0.03em;
}

.modePC #suntory_contents.mypage .wrapper main section.redisp ul.note {
  margin-bottom: 20px;
  width: 420px;
}

.modePC #suntory_contents.mypage .wrapper main section.redisp ul.note li {
  font-size: 0.875em;
  font-weight: bold;
  text-align: center;
  line-height: 1.71;
  letter-spacing: 0.03em;
}

.modePC #suntory_contents.mypage .wrapper main section.redisp button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 35px;
  padding: 1.25em 1em;
  width: 420px;
  background: #ff7f17;
  border-radius: 6px;
  color: #ffffff;
  font-size: 1.25em;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.09em;
}

.modePC #suntory_contents.mypage .wrapper main section.redisp button:after {
  content: '';
  position: absolute;
  right: 1.25em;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 0.5em;
  height: 0.5em;
  border-width: 2px 2px 0 0;
  border-style: solid solid none none;
  border-color: #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modePC #suntory_contents.mypage .wrapper main section.redisp dl.term {
  padding: 5px 30px 15px;
  width: 420px;
  border: 1px solid #cccccc;
  text-align: center;
}

.modePC #suntory_contents.mypage .wrapper main section.redisp dl.term dt {
  margin-bottom: 15px;
  padding: 0.75em 1em;
  width: 275px;
  border-bottom: 2px solid rgba(182, 0, 5, 0.4);
  color: #b60005;
  font-size: 0.875em;
  font-weight: bold;
  line-height: 1.71;
  letter-spacing: 0.19em;
}

.modePC #suntory_contents.mypage .wrapper main section.redisp dl.term dd {
  font-size: 0.8125em;
  line-height: 1.8;
  letter-spacing: 0.01em;
}

.modePC #suntory_contents.mypage.iw .wrapper main section.input {
  padding-bottom: 0;
}

.modePC #suntory_contents.mypage.iw .wrapper main section.input h3 {
  margin-bottom: 35px;
}

.modePC #suntory_contents.mypage.iw .wrapper main section.input .inner {
  padding: 40px 115px 60px;
  width: 650px;
  background: rgba(182, 0, 5, 0.1);
  border: none;
}

.modePC #suntory_contents.mypage.iw .wrapper main section.input .inner p.lead {
  margin-bottom: 1em;
  text-align: center;
  font-size: 0.875em;
  font-weight: bold;
  line-height: 1.71;
}

.modePC #suntory_contents.mypage.iw .wrapper main section.input .inner p.error_msg {
  margin-bottom: 1em;
}

.modePC #suntory_contents.mypage.iw .wrapper main section.input .inner button {
  width: 100%;
  padding: 1.1em 1em;
  font-size: 1.5em;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.125;
}

.modePC #suntory_contents.mypage.iw .wrapper main section.input .inner button:after {
  content: '';
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 8px;
  height: 8px;
  border-width: 2px 2px 0 0;
  border-style: solid solid none none;
  border-color: #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modePC #suntory_contents.mypage.iw .wrapper main section.seal {
  padding-top: 40px;
  padding-bottom: 70px;
}

.modePC #suntory_contents.mypage.iw .wrapper main section.seal .inner {
  padding: 0;
  width: 420px;
  border: none;
}

.modePC #suntory_contents.mypage.iw .wrapper main section.redisp h3 {
  margin-bottom: 30px;
}

.modePC #suntory_contents.mypage nav.logout {
  padding: 0.875em 50px;
  text-align: right;
}

.modePC #suntory_contents.mypage nav.logout a {
  display: inline-block;
  color: #46555e;
  font-size: 0.75em;
  line-height: 2.08;
  letter-spacing: 0.04em;
  text-decoration: none;
  vertical-align: bottom;
}

.modePC #suntory_contents.mypage nav.logout a:before {
  content: '';
  display: inline-block;
  margin-right: 0.83333em;
  width: 1.08333em;
  height: 2.08333em;
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213%22%20height%3D%2216%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2346555e%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M11%204V2c0-.6-.4-1-1-1H2c-.6%200-1%20.4-1%201v12c0%20.6.4%201%201%201h8c.6%200%201-.4%201-1v-2%22%2F%3E%3Cpath%20fill%3D%22%2346555e%22%20d%3D%22M4%207h5v2H4zM13%207.9L9%205.1v5.6l4-2.8-4-2.8v5.6z%22%2F%3E%3C%2Fsvg%3E") center center/contain no-repeat;
  vertical-align: bottom;
}

.modeSP #suntory_contents.mypage header#mv h2 {
  width: 100%;
}

.modeSP #suntory_contents.mypage .wrapper main section.point {
  padding-top: 20px;
}

.modeSP #suntory_contents.mypage .wrapper main section.point .inner {
  padding-bottom: 25px;
  width: 89.33333vw;
  background: rgba(182, 0, 5, 0.1);
  border: 1px solid #b60005;
  border-top: none;
}

.modeSP #suntory_contents.mypage .wrapper main section.point .inner h3 {
  margin-bottom: 25px;
}

.modeSP #suntory_contents.mypage .wrapper main section.point .inner p.now_point {
  width: 84vw;
  font-size: 1.125em;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.04em;
}

.modeSP #suntory_contents.mypage .wrapper main section.point .inner p.now_point span {
  display: inline-block;
  margin-right: 0.18182em;
  font-size: 2.77778em;
  vertical-align: baseline;
}

.modeSP #suntory_contents.mypage .wrapper main section.point .inner p.msg_point {
  margin-top: 0.5em;
  width: 84vw;
  color: #c70012;
  font-size: 1.125em;
  font-weight: bold;
  text-align: center;
  line-height: 1.39;
  letter-spacing: 0.04em;
}

.modeSP #suntory_contents.mypage .wrapper main section.input {
  padding-bottom: 25px;
}

.modeSP #suntory_contents.mypage .wrapper main section.input .inner {
  padding-bottom: 25px;
  width: 89.33333vw;
  border: 1px solid #b60005;
  border-top: none;
}

.modeSP #suntory_contents.mypage .wrapper main section.input .inner h3 {
  margin-bottom: 20px;
}

.modeSP #suntory_contents.mypage .wrapper main section.input .inner p.error_msg {
  margin-bottom: 0.667em;
  width: 84vw;
  color: #c70012;
  font-size: 0.875em;
  line-height: 1.29;
  text-align: center;
}

.modeSP #suntory_contents.mypage .wrapper main section.input .inner table {
  margin-bottom: 30px;
  width: 84vw;
  table-layout: fixed;
  border-collapse: separate;
}

.modeSP #suntory_contents.mypage .wrapper main section.input .inner table tr th, .modeSP #suntory_contents.mypage .wrapper main section.input .inner table tr td {
  vertical-align: top;
}

.modeSP #suntory_contents.mypage .wrapper main section.input .inner table tr th {
  padding-left: 5px;
  padding-right: 10px;
  width: calc(4.375em + 10px);
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23b60005%22%20d%3D%22M70%2050H0V0h70l10%2025z%22%2F%3E%3C%2Fsvg%3E") left center/100% 100% no-repeat;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 0.03em;
  overflow: hidden;
}

.modeSP #suntory_contents.mypage .wrapper main section.input .inner table tr td {
  border-left: 10px solid transparent;
}

.modeSP #suntory_contents.mypage .wrapper main section.input .inner table tr td input {
  padding: 0 0.5em;
  width: 100%;
  height: 2.27em;
  background: #ffffff;
  border: 2px solid #cccccc;
  border-radius: 4px;
  color: #333333;
  font-size: 1.375em;
  letter-spacing: 0.03em;
}

.modeSP #suntory_contents.mypage .wrapper main section.input .inner table tr:nth-child(1) th, .modeSP #suntory_contents.mypage .wrapper main section.input .inner table tr:nth-child(1) td {
  border-bottom: 10px solid transparent;
}

.modeSP #suntory_contents.mypage .wrapper main section.input .inner button, .modeSP #suntory_contents.mypage .wrapper main section.input .inner a {
  position: relative;
  display: block;
  width: 73.33333vw;
  background: #ff7f17;
  border-radius: 6px;
  color: #ffffff;
  text-align: center;
}

.modeSP #suntory_contents.mypage .wrapper main section.input .inner button {
  padding: 0.913em 1em;
  font-size: 1.4375em;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.22;
}

.modeSP #suntory_contents.mypage .wrapper main section.input .inner a.multi {
  padding: 1em 1em;
  font-size: 1.0625em;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.18;
  text-decoration: none;
}

.modeSP #suntory_contents.mypage .wrapper main section.input .inner a.multi small {
  font-size: 0.8em;
}

.modeSP #suntory_contents.mypage .wrapper main section.input .inner a.multi:after {
  content: '';
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 0.471em;
  height: 0.471em;
  border-width: 2px 2px 0 0;
  border-style: solid solid none none;
  border-color: #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modeSP #suntory_contents.mypage .wrapper main section.input .inner hr {
  margin-top: 30px;
  margin-bottom: 20px;
  width: 84vw;
  border: none;
  border-bottom: 1px solid #cccccc;
}

.modeSP #suntory_contents.mypage .wrapper main section.seal {
  padding-bottom: 75px;
}

.modeSP #suntory_contents.mypage .wrapper main section.seal .inner {
  padding: 20px 8vw 30px;
  width: 89.33333vw;
  border: 1px solid #cccccc;
}

.modeSP #suntory_contents.mypage .wrapper main section.seal .inner h3 {
  margin-bottom: 20px;
  padding: 0.5em 0.5em;
  border-bottom: 2px solid rgba(182, 0, 5, 0.4);
  color: #b60005;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.modeSP #suntory_contents.mypage .wrapper main section.seal .inner dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 25px;
  width: 53.33333vw;
  -webkit-transform: translateX(-1.33333vw);
          transform: translateX(-1.33333vw);
}

.modeSP #suntory_contents.mypage .wrapper main section.seal .inner dl dt, .modeSP #suntory_contents.mypage .wrapper main section.seal .inner dl dd {
  margin-right: 8vw;
  width: calc(50% - 4vw);
}

.modeSP #suntory_contents.mypage .wrapper main section.seal .inner dl dt:last-of-type, .modeSP #suntory_contents.mypage .wrapper main section.seal .inner dl dd:last-of-type {
  margin-right: 0;
}

.modeSP #suntory_contents.mypage .wrapper main section.seal .inner dl dt {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 0.385em;
  font-size: 0.75em;
  line-height: 1.5;
  letter-spacing: 0.12em;
  text-align: center;
}

.modeSP #suntory_contents.mypage .wrapper main section.seal .inner dl dd {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  position: relative;
}

.modeSP #suntory_contents.mypage .wrapper main section.seal .inner dl dd:after {
  content: '見本';
  position: absolute;
  right: -2.66667vw;
  bottom: -1.86667vw;
  display: block;
  padding: 0.25em 0.25em;
  background: rgba(182, 0, 5, 0.9);
  border-radius: 3px;
  color: #ffffff;
  font-size: 3.2vw;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.12em;
}

.modeSP #suntory_contents.mypage .wrapper main section.seal .inner dl dd img {
  pointer-events: none;
}

.modeSP #suntory_contents.mypage .wrapper main section.seal .inner p {
  font-size: 0.8125em;
  line-height: 1.5;
  letter-spacing: 0.01em;
}

.modeSP #suntory_contents.mypage .wrapper main section.entry {
  position: relative;
  padding-top: 80px;
  padding-bottom: 20px;
  background: #b60005;
}

.modeSP #suntory_contents.mypage .wrapper main section.entry h3 {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  display: block;
  padding: 0.75em 0.5em;
  width: 296px;
  max-width: 89.33333vw;
  background: #b60005;
  border: 3px solid #ffffff;
  border-radius: 9px;
  color: #ffffff;
  font-size: 1.375em;
  font-weight: bold;
  text-align: center;
  line-height: 1.45;
  letter-spacing: 0.03em;
}

.modeSP #suntory_contents.mypage .wrapper main section.entry h3:before, .modeSP #suntory_contents.mypage .wrapper main section.entry h3:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-width: 10px 11px 0;
  border-style: solid;
  border-color: transparent;
}

.modeSP #suntory_contents.mypage .wrapper main section.entry h3:before {
  bottom: -13px;
  border-top-color: #ffffff;
}

.modeSP #suntory_contents.mypage .wrapper main section.entry h3:after {
  bottom: -9px;
  border-top-color: #b60005;
}

.modeSP #suntory_contents.mypage .wrapper main section.entry .inner {
  width: 89.33333vw;
}

.modeSP #suntory_contents.mypage .wrapper main section.entry .inner ul li {
  margin-bottom: 30px;
  padding-bottom: 10px;
  background: #ffffff;
}

.modeSP #suntory_contents.mypage .wrapper main section.entry .inner ul li:last-child {
  margin-bottom: 0;
}

.modeSP #suntory_contents.mypage .wrapper main section.entry .inner ul li h4 {
  padding: 0.5em 0.5em;
  color: #b60005;
  font-size: 1em;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.modeSP #suntory_contents.mypage .wrapper main section.entry .inner ul li h4 span {
  display: inline-block;
  font-size: 1.5em;
  line-height: 1;
  -webkit-transform: translateY(0.05em);
          transform: translateY(0.05em);
}

.modeSP #suntory_contents.mypage .wrapper main section.entry .inner ul li img {
  display: block;
}

.modeSP #suntory_contents.mypage .wrapper main section.entry .inner ul li button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  padding: 0.8em 1em;
  width: 84vw;
  min-height: 4em;
  background: #ff7f17;
  border-radius: 6px;
  color: #ffffff;
  font-size: 1.25em;
  font-weight: bold;
  text-align: center;
  line-height: 1.22;
  letter-spacing: 0.09em;
}

.modeSP #suntory_contents.mypage .wrapper main section.entry .inner ul li button:after {
  content: '';
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 0.4em;
  height: 0.4em;
  border-width: 2px 2px 0 0;
  border-style: solid solid none none;
  border-color: #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modeSP #suntory_contents.mypage .wrapper main section.entry .inner ul li button.disabled {
  background: #efefef;
  border: 2px solid #c7cdd3;
  color: #9ba2a7;
  cursor: default;
}

.modeSP #suntory_contents.mypage .wrapper main section.entry .inner ul li button.disabled:after {
  content: none;
}

.modeSP #suntory_contents.mypage .wrapper main section.history {
  padding-top: 10px;
  padding-bottom: 40px;
  background: #b60005;
}

.modeSP #suntory_contents.mypage .wrapper main section.history button {
  position: relative;
  display: block;
  padding: 1em 2.5em;
  width: 275px;
  max-width: 84vw;
  background: #ffffff;
  border: 2px solid #b60005;
  border-radius: 6px;
  color: #b60005;
  font-size: 0.875em;
  text-align: center;
  line-height: 1.71;
  letter-spacing: 0.05em;
  text-decoration: none;
}

.modeSP #suntory_contents.mypage .wrapper main section.history button:after {
  content: '';
  position: absolute;
  right: 1.25em;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 0.333em;
  height: 0.333em;
  border-width: 2px 2px 0 0;
  border-style: solid solid none none;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modeSP #suntory_contents.mypage .wrapper main section.redisp.redisp_body {
  padding-bottom: 35px;
}

.modeSP #suntory_contents.mypage .wrapper main section.redisp h3 {
  margin-bottom: 25px;
}

.modeSP #suntory_contents.mypage .wrapper main section.redisp p {
  margin-bottom: 0.5em;
  width: 84vw;
  font-size: 0.875em;
  font-weight: bold;
  line-height: 1.71;
  letter-spacing: 0.03em;
}

.modeSP #suntory_contents.mypage .wrapper main section.redisp ul.note {
  margin-bottom: 30px;
  width: 84vw;
}

.modeSP #suntory_contents.mypage .wrapper main section.redisp ul.note li {
  font-size: 0.875em;
  font-weight: bold;
  line-height: 1.71;
  letter-spacing: 0.03em;
}

.modeSP #suntory_contents.mypage .wrapper main section.redisp button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 35px;
  padding: 1.25em 1em;
  width: 84vw;
  background: #ff7f17;
  border-radius: 6px;
  color: #ffffff;
  font-size: 1.25em;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.09em;
}

.modeSP #suntory_contents.mypage .wrapper main section.redisp button:after {
  content: '';
  position: absolute;
  right: 1.25em;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 0.5em;
  height: 0.5em;
  border-width: 2px 2px 0 0;
  border-style: solid solid none none;
  border-color: #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modeSP #suntory_contents.mypage .wrapper main section.redisp dl.term {
  padding: 10px 5.33333vw 20px;
  width: 84vw;
  border: 1px solid #cccccc;
  text-align: center;
}

.modeSP #suntory_contents.mypage .wrapper main section.redisp dl.term dt {
  margin-bottom: 20px;
  padding: 0.75em 1em;
  border-bottom: 2px solid rgba(182, 0, 5, 0.4);
  color: #b60005;
  font-size: 0.875em;
  font-weight: bold;
  line-height: 1.71;
  letter-spacing: 0.19em;
}

.modeSP #suntory_contents.mypage .wrapper main section.redisp dl.term dd {
  font-size: 0.8125em;
  line-height: 1.8;
  letter-spacing: 0.01em;
}

.modeSP #suntory_contents.mypage.iw .wrapper main section.input {
  padding-bottom: 50px;
  background: rgba(182, 0, 5, 0.1);
}

.modeSP #suntory_contents.mypage.iw .wrapper main section.input h3 {
  margin-bottom: 20px;
}

.modeSP #suntory_contents.mypage.iw .wrapper main section.input .inner {
  padding-bottom: 0;
  width: 84vw;
  border: none;
}

.modeSP #suntory_contents.mypage.iw .wrapper main section.input .inner p.lead {
  margin-bottom: 1em;
  font-size: 0.875em;
  font-weight: bold;
  line-height: 1.71;
}

.modeSP #suntory_contents.mypage.iw .wrapper main section.input .inner p.error_msg {
  margin-bottom: 1em;
}

.modeSP #suntory_contents.mypage.iw .wrapper main section.input .inner button {
  width: 100%;
  padding: 1.1em 1em;
  font-size: 1.5em;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.125;
}

.modeSP #suntory_contents.mypage.iw .wrapper main section.input .inner button:after {
  content: '';
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 8px;
  height: 8px;
  border-width: 2px 2px 0 0;
  border-style: solid solid none none;
  border-color: #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modeSP #suntory_contents.mypage.iw .wrapper main section.seal {
  padding-top: 30px;
  padding-bottom: 50px;
}

.modeSP #suntory_contents.mypage.iw .wrapper main section.seal .inner {
  padding-left: 5.33333vw;
  padding-right: 5.33333vw;
  width: 84vw;
}

.modeSP #suntory_contents.mypage nav.logout {
  padding-top: 1.6em;
  padding-bottom: 1.6em;
  background: rgba(182, 0, 5, 0.1);
  border-top: 1px solid #c5ccd2;
  text-align: center;
}

.modeSP #suntory_contents.mypage nav.logout a {
  display: inline-block;
  padding: 0 2em;
  color: #46555e;
  font-size: 0.875em;
  line-height: 1.79;
  letter-spacing: 0.04em;
  text-decoration: none;
  vertical-align: bottom;
}

.modeSP #suntory_contents.mypage nav.logout a:before {
  content: '';
  display: inline-block;
  margin-right: 0.71429em;
  width: 0.92857em;
  height: 1.78571em;
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213%22%20height%3D%2216%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2346555e%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M11%204V2c0-.6-.4-1-1-1H2c-.6%200-1%20.4-1%201v12c0%20.6.4%201%201%201h8c.6%200%201-.4%201-1v-2%22%2F%3E%3Cpath%20fill%3D%22%2346555e%22%20d%3D%22M4%207h5v2H4zM13%207.9L9%205.1v5.6l4-2.8-4-2.8v5.6z%22%2F%3E%3C%2Fsvg%3E") center center/contain no-repeat;
  vertical-align: bottom;
}

.modePC #suntory_contents.prizesel .wrapper main section.prizesel {
  padding-bottom: 55px;
}

.modePC #suntory_contents.prizesel .wrapper main section.prizesel h3 {
  margin-bottom: 35px;
}

.modePC #suntory_contents.prizesel .wrapper main section.prizesel .inner {
  padding: 20px 113px 45px;
  width: 650px;
  background: #ffffff;
  border: 2px solid rgba(182, 0, 5, 0.4);
}

.modePC #suntory_contents.prizesel .wrapper main section.prizesel .inner h4 {
  padding: 0 1em;
  color: #b60005;
  font-size: 1.5em;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.02em;
}

.modePC #suntory_contents.prizesel .wrapper main section.prizesel .inner h4 span {
  display: inline-block;
  font-size: 1.5em;
  line-height: 1.33;
  -webkit-transform: translateY(0.05em);
          transform: translateY(0.05em);
}

.modePC #suntory_contents.prizesel .wrapper main section.prizesel .inner img {
  margin-bottom: 10px;
  display: block;
}

.modePC #suntory_contents.prizesel .wrapper main section.prizesel .inner p.error_msg {
  margin-bottom: 10px;
  color: #c70012;
  font-size: 0.9375em;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.04em;
}

.modePC #suntory_contents.prizesel .wrapper main section.prizesel .inner .now_point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  padding: 1.125em 2em;
  background: #efefef;
}

.modePC #suntory_contents.prizesel .wrapper main section.prizesel .inner .now_point dt, .modePC #suntory_contents.prizesel .wrapper main section.prizesel .inner .now_point dd {
  margin: 0;
  font-weight: bold;
}

.modePC #suntory_contents.prizesel .wrapper main section.prizesel .inner .now_point dt {
  width: 10em;
  font-size: 0.875em;
  letter-spacing: 0.1em;
}

.modePC #suntory_contents.prizesel .wrapper main section.prizesel .inner .now_point dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: auto;
  font-size: 1.125em;
  line-height: 1;
  letter-spacing: 0.04em;
}

.modePC #suntory_contents.prizesel .wrapper main section.prizesel .inner .now_point dd span {
  display: inline-block;
  margin-right: 0.15em;
  font-size: 2.22em;
  vertical-align: baseline;
}

.modePC #suntory_contents.prizesel .wrapper main section.prizesel .inner p.notice {
  margin-bottom: 20px;
  color: #c70012;
  font-size: 0.875em;
  text-align: center;
  line-height: 1.29;
  letter-spacing: 0.04em;
}

.modePC #suntory_contents.prizesel .wrapper main section.prizesel .inner button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 25px;
  padding: 1.6em 1em 1.4em;
  width: 315px;
  min-height: 4em;
  background: #ff7f17;
  border-radius: 6px;
  color: #ffffff;
  font-size: 1.125em;
  font-weight: bold;
  text-align: center;
  line-height: 1.44;
  letter-spacing: 0.05em;
}

.modePC #suntory_contents.prizesel .wrapper main section.prizesel .inner button span {
  margin: 0;
  line-height: 1;
  -webkit-transform: scale(1.33) translateY(0.05em);
          transform: scale(1.33) translateY(0.05em);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}

.modePC #suntory_contents.prizesel .wrapper main section.prizesel .inner button:after {
  content: '';
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 0.4em;
  height: 0.4em;
  border-width: 2px 2px 0 0;
  border-style: solid solid none none;
  border-color: #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modePC #suntory_contents.prizesel .wrapper main section.prizesel .inner button.disabled {
  background: #efefef;
  border: 2px solid #c7cdd3;
  color: #9ba2a7;
  cursor: default;
}

.modePC #suntory_contents.prizesel .wrapper main section.prizesel .inner button.disabled:after {
  content: none;
}

.modePC #suntory_contents.prizesel .wrapper main section.back {
  padding-bottom: 100px;
}

.modeSP #suntory_contents.prizesel .wrapper main section.prizesel {
  padding-bottom: 35px;
}

.modeSP #suntory_contents.prizesel .wrapper main section.prizesel h3 {
  margin-bottom: 30px;
}

.modeSP #suntory_contents.prizesel .wrapper main section.prizesel .inner {
  padding-bottom: 20px;
  width: 89.33333vw;
  background: #ffffff;
  border: 2px solid rgba(182, 0, 5, 0.4);
}

.modeSP #suntory_contents.prizesel .wrapper main section.prizesel .inner h4 {
  padding: 0.5em 0.5em;
  color: #b60005;
  font-size: 1em;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.modeSP #suntory_contents.prizesel .wrapper main section.prizesel .inner h4 span {
  display: inline-block;
  font-size: 1.5em;
  line-height: 1;
  -webkit-transform: translateY(0.05em);
          transform: translateY(0.05em);
}

.modeSP #suntory_contents.prizesel .wrapper main section.prizesel .inner img {
  margin-bottom: 15px;
  display: block;
}

.modeSP #suntory_contents.prizesel .wrapper main section.prizesel .inner p.error_msg {
  margin-bottom: 15px;
  width: 84vw;
  color: #c70012;
  font-size: 0.9375em;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.04em;
}

.modeSP #suntory_contents.prizesel .wrapper main section.prizesel .inner .now_point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  padding: 0.75em 1.25em;
  width: 84vw;
  background: #efefef;
}

.modeSP #suntory_contents.prizesel .wrapper main section.prizesel .inner .now_point dt, .modeSP #suntory_contents.prizesel .wrapper main section.prizesel .inner .now_point dd {
  margin: 0;
  font-weight: bold;
}

.modeSP #suntory_contents.prizesel .wrapper main section.prizesel .inner .now_point dt {
  width: 7em;
  font-size: 0.875em;
  letter-spacing: 0.1em;
  -webkit-transform: translateY(0.25em);
          transform: translateY(0.25em);
}

.modeSP #suntory_contents.prizesel .wrapper main section.prizesel .inner .now_point dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: auto;
  font-size: 1.125em;
  line-height: 1;
  letter-spacing: 0.04em;
}

.modeSP #suntory_contents.prizesel .wrapper main section.prizesel .inner .now_point dd span {
  display: inline-block;
  margin-right: 0.1em;
  font-size: 3em;
  vertical-align: baseline;
}

.modeSP #suntory_contents.prizesel .wrapper main section.prizesel .inner p.notice {
  margin-bottom: 20px;
  width: 84vw;
  color: #c70012;
  font-size: 0.875em;
  line-height: 1.29;
  letter-spacing: 0.04em;
}

.modeSP #suntory_contents.prizesel .wrapper main section.prizesel .inner button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 20px;
  padding: 1.6em 1em 1.4em;
  width: 84vw;
  min-height: 4em;
  background: #ff7f17;
  border-radius: 6px;
  color: #ffffff;
  font-size: 1.125em;
  font-weight: bold;
  text-align: center;
  line-height: 1.44;
  letter-spacing: 0.05em;
}

.modeSP #suntory_contents.prizesel .wrapper main section.prizesel .inner button span {
  margin: 0;
  line-height: 1;
  -webkit-transform: scale(1.33) translateY(0.05em);
          transform: scale(1.33) translateY(0.05em);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}

.modeSP #suntory_contents.prizesel .wrapper main section.prizesel .inner button:after {
  content: '';
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 0.4em;
  height: 0.4em;
  border-width: 2px 2px 0 0;
  border-style: solid solid none none;
  border-color: #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modeSP #suntory_contents.prizesel .wrapper main section.prizesel .inner button.disabled {
  background: #efefef;
  border: 2px solid #c7cdd3;
  color: #9ba2a7;
  cursor: default;
}

.modeSP #suntory_contents.prizesel .wrapper main section.prizesel .inner button.disabled:after {
  content: none;
}

.modeSP #suntory_contents.prizesel .wrapper main section.prizesel .inner ul.note {
  width: 84vw;
}

.modeSP #suntory_contents.prizesel .wrapper main section.back {
  padding-bottom: 45px;
}

.modePC #suntory_contents.lot .JS-lot-result, .modePC #suntory_contents.lot .JS-lot-coupon {
  display: none;
}

.modePC #suntory_contents.lot .wrapper main section.lot {
  padding-top: 20px;
  padding-bottom: 20px;
  background: rgba(182, 0, 5, 0.2);
}

.modePC #suntory_contents.lot .wrapper main section.lot ul {
  width: 420px;
}

.modePC #suntory_contents.lot .wrapper main section.lot ul li {
  display: none;
}

.modePC #suntory_contents.lot .wrapper main section.lot ul li:first-child {
  display: block;
}

.modePC #suntory_contents.lot .wrapper main section.result {
  padding-top: 20px;
  padding-bottom: 35px;
  background: rgba(182, 0, 5, 0.2);
}

.modePC #suntory_contents.lot .wrapper main section.result h3 {
  margin-bottom: 25px;
  width: 420px;
}

.modePC #suntory_contents.lot .wrapper main section.result p {
  width: 420px;
  font-size: 1.0625em;
  font-weight: bold;
  text-align: center;
  line-height: 1.59;
  letter-spacing: 0.11em;
}

.modePC #suntory_contents.lot .wrapper main section.check {
  padding: 30px 0 70px;
  background-color: #ffffff;
}

.modePC #suntory_contents.lot .wrapper main section.check button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 1.125em 1em;
  width: 420px;
  min-height: 4em;
  background: #ff7f17;
  border-radius: 6px;
  color: #ffffff;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  line-height: 1.67;
  letter-spacing: 0.05em;
}

.modePC #suntory_contents.lot .wrapper main section.check button:after {
  content: '';
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 0.4em;
  height: 0.4em;
  border-width: 2px 2px 0 0;
  border-style: solid solid none none;
  border-color: #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modePC #suntory_contents.lot .wrapper main section.history {
  padding: 30px 0;
  background-color: #ffffff;
  border-top: 1px solid #c5ccd2;
}

.modePC #suntory_contents.lot .wrapper main section.history button {
  position: relative;
  display: block;
  padding: 15px 15px;
  padding-right: 50px;
  width: 420px;
  border: 1px solid #b60005;
  border-radius: 6px;
  color: #b60005;
  font-size: 0.875em;
  text-align: justify;
  text-decoration: none;
}

.modePC #suntory_contents.lot .wrapper main section.history button:after {
  content: '';
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 0.33em;
  height: 0.33em;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modePC #suntory_contents.lot .wrapper main section.coupon_title {
  padding-bottom: 25px;
}

.modePC #suntory_contents.lot .wrapper main section.coupon_title h3 {
  margin-bottom: 25px;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  font-size: 1.5em;
  line-height: 1.3;
  letter-spacing: 0.08em;
}

.modePC #suntory_contents.lot .wrapper main section.coupon_title h3 span {
  margin-right: 0.1em;
  font-size: 1.375em;
  letter-spacing: -0.06em;
}

.modePC #suntory_contents.lot .wrapper main section.coupon_title h3 span i {
  margin-right: 0.1em;
  font-size: 1.12em;
  letter-spacing: 0;
  font-style: normal;
}

.modePC #suntory_contents.lot .wrapper main section.coupon_title p.lead {
  width: 420px;
  font-size: 0.875em;
  line-height: 1.71;
  letter-spacing: 0.03em;
}

.modePC #suntory_contents.lot .wrapper main section.coupon_title p.lead em {
  color: #c70012;
  font-weight: bold;
}

.modePC #suntory_contents.lot .wrapper main section.coupon {
  padding-bottom: 35px;
}

.modePC #suntory_contents.lot .wrapper main section.coupon.coupon_ln .inner {
  position: relative;
  margin-bottom: 30px;
  padding: 15px 15px 20px;
  width: 420px;
  background: #39ad36;
  color: #ffffff;
}

.modePC #suntory_contents.lot .wrapper main section.coupon.coupon_ln .inner:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  display: block;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-width: 12px 20px 0;
  border-style: solid;
  border-color: #39ad36 transparent transparent;
}

.modePC #suntory_contents.lot .wrapper main section.coupon.coupon_ln .inner h3 {
  margin-bottom: 13px;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.15em;
}

.modePC #suntory_contents.lot .wrapper main section.coupon.coupon_ln .inner input {
  margin-bottom: 10px;
  width: 100%;
  height: 2.5em;
  background: #ffffff;
  text-align: center;
  font-size: 1.375em;
  font-weight: bold;
  letter-spacing: 0.08em;
}

@media (max-width: 320px) {
  .modePC #suntory_contents.lot .wrapper main section.coupon.coupon_ln .inner input {
    font-size: 6.875vw;
  }
}

.modePC #suntory_contents.lot .wrapper main section.coupon.coupon_ln .inner dl.term {
  margin-bottom: 12px;
  width: 375px;
}

.modePC #suntory_contents.lot .wrapper main section.coupon.coupon_ln .inner dl.term dt, .modePC #suntory_contents.lot .wrapper main section.coupon.coupon_ln .inner dl.term dd {
  text-align: center;
}

.modePC #suntory_contents.lot .wrapper main section.coupon.coupon_ln .inner dl.term dt {
  font-size: 0.8125em;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.modePC #suntory_contents.lot .wrapper main section.coupon.coupon_ln .inner dl.term dd {
  margin-bottom: 0.71em;
  font-size: 0.875em;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.modePC #suntory_contents.lot .wrapper main section.coupon.coupon_ln .inner dl.term dd:last-of-type {
  margin-bottom: 0;
}

.modePC #suntory_contents.lot .wrapper main section.coupon.coupon_ln .inner ul {
  width: 315px;
}

.modePC #suntory_contents.lot .wrapper main section.coupon.coupon_ln .inner ul li {
  line-height: 1.23;
}

.modePC #suntory_contents.lot .wrapper main section.coupon a.btn_coupon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
  padding: 0.667em 1.5em;
  width: 375px;
  background: #ff7f17;
  border-radius: 6px;
  color: #ffffff;
  font-size: 1.3125em;
  font-weight: bold;
  text-align: center;
  line-height: 1.24;
  letter-spacing: 0.09em;
  text-decoration: none;
}

.modePC #suntory_contents.lot .wrapper main section.coupon a.btn_coupon:before {
  content: '';
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 7px;
  height: 7px;
  border: 1px solid currentColor;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateX(1px) translateY(-1px);
          transform: translateX(1px) translateY(-1px);
}

.modePC #suntory_contents.lot .wrapper main section.coupon a.btn_coupon:after {
  content: '';
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 7px;
  height: 7px;
  border: 1px solid currentColor;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateX(1px) translateY(-1px);
          transform: translateX(1px) translateY(-1px);
}

.modePC #suntory_contents.lot .wrapper main section.coupon a.btn_coupon:before {
  content: '';
  border-top: none;
  border-right: none;
  -webkit-transform: translateX(-1px) translateY(1px);
          transform: translateX(-1px) translateY(1px);
}

.modePC #suntory_contents.lot .wrapper main section.coupon ul.extlink {
  width: 375px;
}

.modePC #suntory_contents.lot .wrapper main section.coupon ul.extlink li {
  font-size: 0.8125em;
  text-align: center;
  line-height: 1.31;
  letter-spacing: 0.01em;
}

.modePC #suntory_contents.lot .wrapper main section.back {
  padding-top: 35px;
  padding-bottom: 35px;
}

.modePC #suntory_contents.lot .wrapper main section.coupon + section.back {
  padding-top: 0;
}

.modeSP #suntory_contents.lot .JS-lot-result, .modeSP #suntory_contents.lot .JS-lot-coupon {
  display: none;
}

.modeSP #suntory_contents.lot .wrapper main section.lot {
  padding-top: 30px;
  padding-bottom: 30px;
  background: rgba(182, 0, 5, 0.2);
}

.modeSP #suntory_contents.lot .wrapper main section.lot ul {
  width: 89.33333vw;
}

.modeSP #suntory_contents.lot .wrapper main section.lot ul li {
  display: none;
}

.modeSP #suntory_contents.lot .wrapper main section.lot ul li:first-child {
  display: block;
}

.modeSP #suntory_contents.lot .wrapper main section.result {
  padding-top: 30px;
  padding-bottom: 30px;
  background: rgba(182, 0, 5, 0.2);
}

.modeSP #suntory_contents.lot .wrapper main section.result h3 {
  margin-bottom: 25px;
  width: 89.33333vw;
}

.modeSP #suntory_contents.lot .wrapper main section.result p {
  width: 89.33333vw;
  font-size: 1.0625em;
  font-weight: bold;
  text-align: center;
  line-height: 1.59;
  letter-spacing: 0.11em;
}

.modeSP #suntory_contents.lot .wrapper main section.check {
  padding: 20px 0 35px;
  background-color: #ffffff;
}

.modeSP #suntory_contents.lot .wrapper main section.check button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 1.5em 1em;
  width: 84vw;
  min-height: 4em;
  background: #ff7f17;
  border-radius: 6px;
  color: #ffffff;
  font-size: 1.125em;
  font-weight: bold;
  text-align: center;
  line-height: 1.44;
  letter-spacing: 0.05em;
}

.modeSP #suntory_contents.lot .wrapper main section.check button:after {
  content: '';
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 0.4em;
  height: 0.4em;
  border-width: 2px 2px 0 0;
  border-style: solid solid none none;
  border-color: #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modeSP #suntory_contents.lot .wrapper main section.history {
  padding: 25px 0;
  background-color: #ffffff;
  border-top: 1px solid #c5ccd2;
}

.modeSP #suntory_contents.lot .wrapper main section.history button {
  position: relative;
  display: block;
  padding: 1em 1em;
  padding-right: 45px;
  width: 84vw;
  border: 1px solid currentColor;
  border-radius: 6px;
  color: #b60005;
  font-size: 0.875em;
  text-align: justify;
  line-height: 1.71;
  text-decoration: none;
}

.modeSP #suntory_contents.lot .wrapper main section.history button:after {
  content: '';
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 0.33em;
  height: 0.33em;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modeSP #suntory_contents.lot .wrapper main section.coupon_title {
  padding-bottom: 25px;
}

.modeSP #suntory_contents.lot .wrapper main section.coupon_title h3 {
  margin-bottom: 25px;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  font-size: 1.5em;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.modeSP #suntory_contents.lot .wrapper main section.coupon_title h3 span {
  margin-right: 0.1em;
  font-size: 1.375em;
  letter-spacing: -0.06em;
}

.modeSP #suntory_contents.lot .wrapper main section.coupon_title h3 span i {
  margin-right: 0.1em;
  font-size: 1.12em;
  letter-spacing: 0;
  font-style: normal;
}

.modeSP #suntory_contents.lot .wrapper main section.coupon_title p.lead {
  width: 84vw;
  font-size: 0.875em;
  line-height: 1.71;
  letter-spacing: 0.03em;
}

.modeSP #suntory_contents.lot .wrapper main section.coupon_title p.lead em {
  color: #c70012;
  font-weight: bold;
}

.modeSP #suntory_contents.lot .wrapper main section.coupon {
  padding-bottom: 35px;
}

.modeSP #suntory_contents.lot .wrapper main section.coupon.coupon_ln .inner {
  position: relative;
  margin-bottom: 30px;
  padding: 12px 4vw 20px;
  width: 84vw;
  background: #39ad36;
  color: #ffffff;
}

.modeSP #suntory_contents.lot .wrapper main section.coupon.coupon_ln .inner:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  display: block;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-width: 12px 20px 0;
  border-style: solid;
  border-color: #39ad36 transparent transparent;
}

.modeSP #suntory_contents.lot .wrapper main section.coupon.coupon_ln .inner h3 {
  margin-bottom: 10px;
  font-size: 0.875em;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.15em;
}

.modeSP #suntory_contents.lot .wrapper main section.coupon.coupon_ln .inner input {
  margin-bottom: 10px;
  width: 100%;
  height: 2.5em;
  background: #ffffff;
  text-align: center;
  font-size: 1.375em;
  font-weight: bold;
  letter-spacing: 0.08em;
}

@media (max-width: 320px) {
  .modeSP #suntory_contents.lot .wrapper main section.coupon.coupon_ln .inner input {
    font-size: 6.875vw;
  }
}

.modeSP #suntory_contents.lot .wrapper main section.coupon.coupon_ln .inner dl.term {
  margin-bottom: 12px;
  width: 73.33333vw;
}

.modeSP #suntory_contents.lot .wrapper main section.coupon.coupon_ln .inner dl.term dt, .modeSP #suntory_contents.lot .wrapper main section.coupon.coupon_ln .inner dl.term dd {
  text-align: center;
}

.modeSP #suntory_contents.lot .wrapper main section.coupon.coupon_ln .inner dl.term dt {
  font-size: 0.8125em;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.modeSP #suntory_contents.lot .wrapper main section.coupon.coupon_ln .inner dl.term dd {
  margin-bottom: 0.71em;
  font-size: 0.875em;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.modeSP #suntory_contents.lot .wrapper main section.coupon.coupon_ln .inner dl.term dd:last-of-type {
  margin-bottom: 0;
}

.modeSP #suntory_contents.lot .wrapper main section.coupon.coupon_ln .inner ul {
  width: 73.33333vw;
}

.modeSP #suntory_contents.lot .wrapper main section.coupon.coupon_ln .inner ul li {
  line-height: 1.23;
}

.modeSP #suntory_contents.lot .wrapper main section.coupon a.btn_coupon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
  padding: 0.667em 1.5em;
  width: 84vw;
  background: #ff7f17;
  border-radius: 6px;
  color: #ffffff;
  font-size: 1.3125em;
  font-weight: bold;
  text-align: center;
  line-height: 1.24;
  letter-spacing: 0.09em;
  text-decoration: none;
}

.modeSP #suntory_contents.lot .wrapper main section.coupon a.btn_coupon:before {
  content: '';
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 7px;
  height: 7px;
  border: 1px solid currentColor;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateX(1px) translateY(-1px);
          transform: translateX(1px) translateY(-1px);
}

.modeSP #suntory_contents.lot .wrapper main section.coupon a.btn_coupon:after {
  content: '';
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 7px;
  height: 7px;
  border: 1px solid currentColor;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateX(1px) translateY(-1px);
          transform: translateX(1px) translateY(-1px);
}

.modeSP #suntory_contents.lot .wrapper main section.coupon a.btn_coupon:before {
  content: '';
  border-top: none;
  border-right: none;
  -webkit-transform: translateX(-1px) translateY(1px);
          transform: translateX(-1px) translateY(1px);
}

.modeSP #suntory_contents.lot .wrapper main section.coupon ul.extlink {
  width: 84vw;
}

.modeSP #suntory_contents.lot .wrapper main section.coupon ul.extlink li {
  font-size: 0.8125em;
  text-align: center;
  line-height: 1.31;
  letter-spacing: 0.01em;
}

.modeSP #suntory_contents.lot .wrapper main section.back {
  padding-top: 35px;
  padding-bottom: 35px;
}

.modeSP #suntory_contents.lot .wrapper main section.coupon + section.back {
  padding-top: 0;
}

.modePC #suntory_contents.history .wrapper main section.title {
  padding-bottom: 30px;
}

.modePC #suntory_contents.history .wrapper main section.history {
  padding-bottom: 30px;
}

.modePC #suntory_contents.history .wrapper main section.history .inner {
  width: 420px;
  border: 1px solid #cccccc;
}

.modePC #suntory_contents.history .wrapper main section.history .inner h4 {
  margin-bottom: 20px;
  padding: 0.7em 0.5em;
  color: #b60005;
  background: rgba(182, 0, 5, 0.2);
  font-size: 1.125em;
  font-weight: bold;
  text-align: center;
  line-height: 1.39;
  letter-spacing: 0.03em;
}

.modePC #suntory_contents.history .wrapper main section.history .inner ul.coupon, .modePC #suntory_contents.history .wrapper main section.history .inner ul.prize {
  width: 385px;
}

.modePC #suntory_contents.history .wrapper main section.history .inner ul.coupon li, .modePC #suntory_contents.history .wrapper main section.history .inner ul.prize li {
  border-bottom: 1px dashed #cccccc;
}

.modePC #suntory_contents.history .wrapper main section.history .inner ul.coupon li:last-child, .modePC #suntory_contents.history .wrapper main section.history .inner ul.coupon li:nth-last-child(2), .modePC #suntory_contents.history .wrapper main section.history .inner ul.prize li:last-child, .modePC #suntory_contents.history .wrapper main section.history .inner ul.prize li:nth-last-child(2) {
  border-bottom: 0;
}

.modePC #suntory_contents.history .wrapper main section.history .inner ul.coupon li dl, .modePC #suntory_contents.history .wrapper main section.history .inner ul.prize li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 275px;
}

.modePC #suntory_contents.history .wrapper main section.history .inner ul.coupon li dl dt, .modePC #suntory_contents.history .wrapper main section.history .inner ul.coupon li dl dd, .modePC #suntory_contents.history .wrapper main section.history .inner ul.prize li dl dt, .modePC #suntory_contents.history .wrapper main section.history .inner ul.prize li dl dd {
  font-size: 0.875em;
  line-height: 1.71;
}

.modePC #suntory_contents.history .wrapper main section.history .inner ul.coupon li dl dt, .modePC #suntory_contents.history .wrapper main section.history .inner ul.prize li dl dt {
  margin-right: 0.2em;
  width: 6.3em;
  text-align: justify;
  text-align-last: justify;
  text-justify: inter-ideograph;
  text-justify: inter-character;
}

.modePC #suntory_contents.history .wrapper main section.history .inner ul.coupon li dl dd, .modePC #suntory_contents.history .wrapper main section.history .inner ul.prize li dl dd {
  width: calc(100% - 6.5em);
  font-weight: bold;
  text-align: left;
  letter-spacing: 0.02em;
}

.modePC #suntory_contents.history .wrapper main section.history .inner ul.coupon li dl dd em, .modePC #suntory_contents.history .wrapper main section.history .inner ul.prize li dl dd em {
  color: #c70012;
}

.modePC #suntory_contents.history .wrapper main section.history .inner ul.coupon li.nohistory, .modePC #suntory_contents.history .wrapper main section.history .inner ul.prize li.nohistory {
  padding-bottom: 20px;
}

.modePC #suntory_contents.history .wrapper main section.history .inner ul.coupon li.nohistory:not(:first-child), .modePC #suntory_contents.history .wrapper main section.history .inner ul.prize li.nohistory:not(:first-child) {
  display: none;
}

.modePC #suntory_contents.history .wrapper main section.history .inner ul.coupon li.nohistory p, .modePC #suntory_contents.history .wrapper main section.history .inner ul.prize li.nohistory p {
  font-size: 0.875em;
  text-align: center;
  line-height: 1.71;
  letter-spacing: 0.03em;
}

.modePC #suntory_contents.history .wrapper main section.history .inner ul.coupon {
  padding-bottom: 5px;
}

.modePC #suntory_contents.history .wrapper main section.history .inner ul.coupon li {
  padding-top: 20px;
  padding-bottom: 15px;
}

.modePC #suntory_contents.history .wrapper main section.history .inner ul.coupon li:first-child {
  padding-top: 0;
}

.modePC #suntory_contents.history .wrapper main section.history .inner ul.coupon li button {
  position: relative;
  display: block;
  margin-top: 10px;
  padding: 1.1em 0.5em;
  padding-right: 1.5em;
  width: 275px;
  background: #ff7f17;
  border-radius: 6px;
  color: #ffffff;
  font-size: 0.875em;
  font-weight: bold;
  text-align: center;
  line-height: 1.71;
  letter-spacing: 0.1em;
  text-decoration: none;
}

.modePC #suntory_contents.history .wrapper main section.history .inner ul.coupon li button:after {
  content: '';
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 0.33em;
  height: 0.33em;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modePC #suntory_contents.history .wrapper main section.history .inner ul.prize li {
  padding-top: 15px;
  padding-bottom: 15px;
}

.modePC #suntory_contents.history .wrapper main section.history .inner ul.prize li:first-child {
  padding-top: 0;
}

.modePC #suntory_contents.history .wrapper main section.back {
  padding-top: 5px;
  padding-bottom: 70px;
}

.modeSP #suntory_contents.history .wrapper main section.title {
  padding-bottom: 35px;
}

.modeSP #suntory_contents.history .wrapper main section.history {
  padding-bottom: 30px;
}

.modeSP #suntory_contents.history .wrapper main section.history .inner {
  width: 84vw;
  border: 1px solid #cccccc;
}

.modeSP #suntory_contents.history .wrapper main section.history .inner h4 {
  margin-bottom: 20px;
  padding: 0.7em 0.5em;
  color: #b60005;
  background: rgba(182, 0, 5, 0.2);
  font-size: 1.125em;
  font-weight: bold;
  text-align: center;
  line-height: 1.39;
  letter-spacing: 0.03em;
}

.modeSP #suntory_contents.history .wrapper main section.history .inner ul.coupon, .modeSP #suntory_contents.history .wrapper main section.history .inner ul.prize {
  width: 73.33333vw;
}

.modeSP #suntory_contents.history .wrapper main section.history .inner ul.coupon li, .modeSP #suntory_contents.history .wrapper main section.history .inner ul.prize li {
  border-bottom: 1px dashed #cccccc;
}

.modeSP #suntory_contents.history .wrapper main section.history .inner ul.coupon li:last-child, .modeSP #suntory_contents.history .wrapper main section.history .inner ul.coupon li:nth-last-child(2), .modeSP #suntory_contents.history .wrapper main section.history .inner ul.prize li:last-child, .modeSP #suntory_contents.history .wrapper main section.history .inner ul.prize li:nth-last-child(2) {
  border-bottom: 0;
}

.modeSP #suntory_contents.history .wrapper main section.history .inner ul.coupon li dl, .modeSP #suntory_contents.history .wrapper main section.history .inner ul.prize li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.modeSP #suntory_contents.history .wrapper main section.history .inner ul.coupon li dl dt, .modeSP #suntory_contents.history .wrapper main section.history .inner ul.coupon li dl dd, .modeSP #suntory_contents.history .wrapper main section.history .inner ul.prize li dl dt, .modeSP #suntory_contents.history .wrapper main section.history .inner ul.prize li dl dd {
  font-size: 0.875em;
  line-height: 1.71;
}

.modeSP #suntory_contents.history .wrapper main section.history .inner ul.coupon li dl dt, .modeSP #suntory_contents.history .wrapper main section.history .inner ul.prize li dl dt {
  margin-right: 0.2em;
  width: 6.3em;
  text-align: justify;
  text-align-last: justify;
  text-justify: inter-ideograph;
  text-justify: inter-character;
}

.modeSP #suntory_contents.history .wrapper main section.history .inner ul.coupon li dl dd, .modeSP #suntory_contents.history .wrapper main section.history .inner ul.prize li dl dd {
  width: calc(100% - 6.5em);
  font-weight: bold;
  text-align: left;
  letter-spacing: 0.02em;
}

.modeSP #suntory_contents.history .wrapper main section.history .inner ul.coupon li dl dd em, .modeSP #suntory_contents.history .wrapper main section.history .inner ul.prize li dl dd em {
  color: #c70012;
}

.modeSP #suntory_contents.history .wrapper main section.history .inner ul.coupon li.nohistory, .modeSP #suntory_contents.history .wrapper main section.history .inner ul.prize li.nohistory {
  padding-bottom: 20px;
}

.modeSP #suntory_contents.history .wrapper main section.history .inner ul.coupon li.nohistory:not(:first-child), .modeSP #suntory_contents.history .wrapper main section.history .inner ul.prize li.nohistory:not(:first-child) {
  display: none;
}

.modeSP #suntory_contents.history .wrapper main section.history .inner ul.coupon li.nohistory p, .modeSP #suntory_contents.history .wrapper main section.history .inner ul.prize li.nohistory p {
  font-size: 0.875em;
  text-align: center;
  line-height: 1.71;
  letter-spacing: 0.03em;
}

.modeSP #suntory_contents.history .wrapper main section.history .inner ul.coupon {
  padding-bottom: 5px;
}

.modeSP #suntory_contents.history .wrapper main section.history .inner ul.coupon li {
  padding-top: 20px;
  padding-bottom: 15px;
}

.modeSP #suntory_contents.history .wrapper main section.history .inner ul.coupon li:first-child {
  padding-top: 0;
}

.modeSP #suntory_contents.history .wrapper main section.history .inner ul.coupon li button {
  position: relative;
  display: block;
  margin-top: 10px;
  padding: 1.1em 0.5em;
  padding-right: 1.5em;
  width: 73.33333vw;
  background: #ff7f17;
  border-radius: 6px;
  color: #ffffff;
  font-size: 0.875em;
  font-weight: bold;
  text-align: center;
  line-height: 1.71;
  letter-spacing: 0.1em;
  text-decoration: none;
}

.modeSP #suntory_contents.history .wrapper main section.history .inner ul.coupon li button:after {
  content: '';
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 0.33em;
  height: 0.33em;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modeSP #suntory_contents.history .wrapper main section.history .inner ul.prize li {
  padding-top: 15px;
  padding-bottom: 15px;
}

.modeSP #suntory_contents.history .wrapper main section.history .inner ul.prize li:first-child {
  padding-top: 0;
}

.modeSP #suntory_contents.history .wrapper main section.back {
  padding-top: 15px;
  padding-bottom: 65px;
}

.modePC #suntory_contents.userregist .wrapper section.lead {
  padding-top: 25px;
  padding-bottom: 30px;
  text-align: center;
}

.modePC #suntory_contents.userregist .wrapper section.lead p.lead {
  margin-bottom: 10px;
  width: 650px;
  text-align: center;
  font-size: 0.875em;
  font-weight: bold;
  letter-spacing: 0.03em;
}

.modePC #suntory_contents.userregist .wrapper section.lead ul.note {
  width: 650px;
}

.modePC #suntory_contents.userregist .wrapper section.lead ul.note li {
  font-size: 0.875em;
}

.modePC #suntory_contents.userregist .wrapper section.regulation {
  padding-bottom: 60px;
}

.modePC #suntory_contents.userregist .wrapper section.regulation h3 {
  margin-bottom: 35px;
}

.modePC #suntory_contents.userregist .wrapper section.regulation blockquote {
  padding: 2em 2em;
  width: 650px;
  height: 355px;
  border: 1px solid #cccccc;
  overflow-y: scroll;
}

.modePC #suntory_contents.userregist .wrapper section.regulation blockquote a {
  word-break: break-all;
}

.modePC #suntory_contents.userregist .wrapper section.regulation blockquote p {
  font-size: 0.9375em;
  line-height: 1.67;
  letter-spacing: 0.03em;
}

.modePC #suntory_contents.userregist .wrapper section.regulation blockquote p.end {
  margin-top: 1.5em;
  text-align: right;
}

.modePC #suntory_contents.userregist .wrapper section.regulation blockquote h2 {
  margin-top: 1.5em;
  margin-bottom: 1em;
  margin-left: -5px;
  padding: 0.8125em 1em;
  width: calc(100% + 10px);
  background: #b60005;
  border-radius: 4px;
  color: #ffffff;
  font-size: 1em;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.modePC #suntory_contents.userregist .wrapper section.regulation blockquote h3 {
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-size: 1em;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.modePC #suntory_contents.userregist .wrapper section.regulation blockquote h2 + h3 {
  margin-top: 0;
}

.modePC #suntory_contents.userregist .wrapper section.regulation blockquote ol {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  counter-reset: cnt;
}

.modePC #suntory_contents.userregist .wrapper section.regulation blockquote ol li {
  position: relative;
  padding-left: 2em;
  font-size: 0.9375em;
  line-height: 1.67;
  letter-spacing: 0.03em;
}

.modePC #suntory_contents.userregist .wrapper section.regulation blockquote ol li:before {
  counter-increment: cnt;
  content: counter(cnt) ".";
  position: absolute;
  left: 0;
  top: 0;
}

.modePC #suntory_contents.userregist .wrapper section.outline {
  padding-bottom: 60px;
}

.modePC #suntory_contents.userregist .wrapper section.outline h3 {
  margin-bottom: 35px;
}

.modePC #suntory_contents.userregist .wrapper section.outline blockquote {
  padding: 2em 2em;
  width: 650px;
  height: 355px;
  border: 1px solid #cccccc;
  overflow-y: scroll;
}

.modePC #suntory_contents.userregist .wrapper section.outline blockquote a {
  word-break: break-all;
}

.modePC #suntory_contents.userregist .wrapper section.outline blockquote > dl > dt {
  margin-top: 20px;
  font-size: 0.9375em;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.03em;
}

.modePC #suntory_contents.userregist .wrapper section.outline blockquote > dl > dt:first-child {
  margin-top: 0;
}

.modePC #suntory_contents.userregist .wrapper section.outline blockquote > dl > dd {
  margin-top: 10px;
  font-size: 0.9375em;
  line-height: 1.67;
  letter-spacing: 0.03em;
}

.modePC #suntory_contents.userregist .wrapper section.outline blockquote > dl > dd ul.list, .modePC #suntory_contents.userregist .wrapper section.outline blockquote > dl > dd ul.note {
  margin-top: 0.75em;
}

.modePC #suntory_contents.userregist .wrapper section.outline blockquote > dl > dd ul.list li, .modePC #suntory_contents.userregist .wrapper section.outline blockquote > dl > dd ul.note li {
  margin-bottom: 0.5em;
  padding-left: 1em;
  text-indent: -1em;
}

.modePC #suntory_contents.userregist .wrapper section.outline blockquote > dl > dd ul.list li:last-child, .modePC #suntory_contents.userregist .wrapper section.outline blockquote > dl > dd ul.note li:last-child {
  margin-bottom: 0;
}

.modePC #suntory_contents.userregist .wrapper section.outline blockquote > dl > dd ul.note li {
  font-size: 1em;
}

.modePC #suntory_contents.userregist .wrapper section.outline blockquote > dl > dd ol {
  counter-reset: cnt;
  margin-top: 0.75em;
}

.modePC #suntory_contents.userregist .wrapper section.outline blockquote > dl > dd ol li {
  counter-increment: cnt;
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.5em;
}

.modePC #suntory_contents.userregist .wrapper section.outline blockquote > dl > dd ol li:before {
  content: counter(cnt) ".";
  position: absolute;
  top: 0;
  left: 0;
}

.modePC #suntory_contents.userregist .wrapper section.outline blockquote > dl > dd ol li:last-child {
  margin-bottom: 0;
}

.modePC #suntory_contents.userregist .wrapper section.outline blockquote > dl > dd dl dt {
  margin-top: 0.75em;
  margin-bottom: 0.5em;
  font-weight: bold;
}

.modePC #suntory_contents.userregist .wrapper section.outline blockquote > dl > dd dl dd {
  padding-left: 0.5em;
}

.modePC #suntory_contents.userregist .wrapper section.outline blockquote > dl > dd dl dd dl dt {
  font-weight: normal;
}

.modePC #suntory_contents.userregist .wrapper section.enquete {
  padding-bottom: 35px;
}

.modePC #suntory_contents.userregist .wrapper section.enquete h3 {
  margin-bottom: 30px;
}

.modePC #suntory_contents.userregist .wrapper section.enquete ol.enquete_list {
  counter-reset: cnt;
  width: 650px;
}

.modePC #suntory_contents.userregist .wrapper section.enquete ol.enquete_list > li {
  display: block;
  margin-bottom: 30px;
  padding: 0 0 29px;
  border: 1px solid #cccccc;
}

.modePC #suntory_contents.userregist .wrapper section.enquete ol.enquete_list > li:last-child {
  margin-bottom: 0;
}

.modePC #suntory_contents.userregist .wrapper section.enquete ol.enquete_list > li:before {
  content: '';
  counter-increment: cnt;
  content: "Q" counter(cnt) ".";
  display: block;
  margin-bottom: 18px;
  padding: 15px 0;
  color: #b60005;
  background: rgba(182, 0, 5, 0.2);
  font-size: 1.25em;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.03em;
}

.modePC #suntory_contents.userregist .wrapper section.enquete ol.enquete_list > li h4 {
  margin-bottom: 15px;
  width: 570px;
  font-size: 0.875em;
  font-weight: bold;
  text-align: center;
}

.modePC #suntory_contents.userregist .wrapper section.enquete ol.enquete_list > li h4 i {
  display: block;
  margin-top: 7px;
  color: #c70012;
  font-size: 0.857em;
  font-weight: normal;
}

.modePC #suntory_contents.userregist .wrapper section.enquete ol.enquete_list > li ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 570px;
}

.modePC #suntory_contents.userregist .wrapper section.enquete ol.enquete_list > li ul li {
  display: block;
  width: 275px;
  margin-left: 0;
  margin-right: 20px;
  margin-bottom: 20px;
}

.modePC #suntory_contents.userregist .wrapper section.enquete ol.enquete_list > li ul li:nth-child(even) {
  margin-right: 0;
}

.modePC #suntory_contents.userregist .wrapper section.enquete ol.enquete_list > li ul li:last-child, .modePC #suntory_contents.userregist .wrapper section.enquete ol.enquete_list > li ul li:nth-child(odd):nth-last-child(2) {
  margin-bottom: 0;
}

.modePC #suntory_contents.userregist .wrapper section.enquete ol.enquete_list > li ul li label {
  position: relative;
  display: block;
  padding: 14px 20px 14px 45px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  background: #efefef;
  font-size: 0.875em;
  line-height: 1.57;
}

.modePC #suntory_contents.userregist .wrapper section.enquete ol.enquete_list > li ul li label input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  overflow: hidden;
  padding: 0;
  clip: rect(0, 0, 0, 0);
}

.modePC #suntory_contents.userregist .wrapper section.enquete ol.enquete_list > li ul li label input[type=checkbox] + i, .modePC #suntory_contents.userregist .wrapper section.enquete ol.enquete_list > li ul li label input[type=radio] + i {
  position: absolute;
  left: 12px;
  top: 15px;
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background: #ffffff;
}

.modePC #suntory_contents.userregist .wrapper section.enquete ol.enquete_list > li ul li label input[type=checkbox] + i:before, .modePC #suntory_contents.userregist .wrapper section.enquete ol.enquete_list > li ul li label input[type=radio] + i:before {
  content: '';
  position: absolute;
  left: 5px;
  top: 2px;
  display: none;
  width: 4px;
  height: 8px;
  border-width: 0 2px 2px 0;
  border-style: none solid solid none;
  border-color: #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modePC #suntory_contents.userregist .wrapper section.enquete ol.enquete_list > li ul li label input[type=checkbox]:checked + i, .modePC #suntory_contents.userregist .wrapper section.enquete ol.enquete_list > li ul li label input:checked[type=radio] + i {
  border-color: #ff7f17;
  background: #ff7f17;
}

.modePC #suntory_contents.userregist .wrapper section.enquete ol.enquete_list > li ul li label input[type=checkbox]:checked + i:before, .modePC #suntory_contents.userregist .wrapper section.enquete ol.enquete_list > li ul li label input:checked[type=radio] + i:before {
  display: block;
}

.modePC #suntory_contents.userregist .wrapper section.enquete ol.enquete_list > li ul li label input[type=checkbox]:focus + i, .modePC #suntory_contents.userregist .wrapper section.enquete ol.enquete_list > li ul li label input:focus[type=radio] + i {
  border-color: #ff7f17;
}

.modePC #suntory_contents.userregist .wrapper section.enquete ol.enquete_list > li ul li label input[type=radio] + i {
  border-radius: 9px;
}

.modePC #suntory_contents.userregist .wrapper section.enquete ol.enquete_list > li ul li label input[type=radio] + i:before {
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border: none;
  border-radius: 4px;
  background: #ffffff;
  -webkit-transform: none;
          transform: none;
}

.modePC #suntory_contents.userregist .wrapper section.enquete ol.enquete_list > li .select {
  position: relative;
  display: block;
  width: 275px;
}

.modePC #suntory_contents.userregist .wrapper section.enquete ol.enquete_list > li .select label {
  position: relative;
  display: block;
  padding: 14px 50px 14px 14px;
  border: 1px solid #cccccc;
  background: #ffffff;
  color: #46555e;
  font-size: 0.875em;
  line-height: 1.57;
  overflow: hidden;
}

.modePC #suntory_contents.userregist .wrapper section.enquete ol.enquete_list > li .select label span {
  color: currentColor;
}

.modePC #suntory_contents.userregist .wrapper section.enquete ol.enquete_list > li .select label i {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  width: calc(1.57em + 28px);
  height: calc(1.57em + 28px);
  background-color: #efefef;
}

.modePC #suntory_contents.userregist .wrapper section.enquete ol.enquete_list > li .select label i:after {
  content: '';
  position: absolute;
  top: calc((1.57em + 28px) / 2);
  right: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 0.5em;
  height: 0.5em;
  border-right: 2px solid #666666;
  border-bottom: 2px solid #666666;
  -webkit-transform: rotate(45deg) translateX(-50%) translateY(-50%);
          transform: rotate(45deg) translateX(-50%) translateY(-50%);
}

.modePC #suntory_contents.userregist .wrapper section.enquete ol.enquete_list > li .select select {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  margin: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-appearance: menulist-button;
}

.modePC #suntory_contents.userregist .wrapper section.enquete ol.enquete_list > li .other {
  padding-top: 20px;
  width: 350px;
}

.modePC #suntory_contents.userregist .wrapper section.enquete ol.enquete_list > li .other p {
  margin-bottom: 10px;
  font-size: 0.875em;
  line-height: 1.5;
  text-align: center;
}

.modePC #suntory_contents.userregist .wrapper section.enquete ol.enquete_list > li .other textarea {
  display: block;
  padding: 0.667em 0.667em;
  width: 100%;
  height: 8em;
  border: 1px solid #cccccc;
  border-radius: 5px;
  background: #efefef;
  font-size: 0.875em;
  line-height: 1.5;
  resize: vertical;
}

.modePC #suntory_contents.userregist .wrapper section.submit {
  padding: 40px 0;
  background: rgba(182, 0, 5, 0.2);
}

.modePC #suntory_contents.userregist .wrapper section.submit .error {
  margin-bottom: 20px;
  color: #c70012;
  font-size: 0.875em;
  font-weight: bold;
  text-align: center;
}

.modePC #suntory_contents.userregist .wrapper section.submit .error:empty {
  display: none;
}

.modePC #suntory_contents.userregist .wrapper section.submit a.btn {
  position: relative;
  display: block;
  padding: 1.15em 2.5em;
  width: 420px;
  border-radius: 6px;
  background: #ff7f17;
  color: #ffffff;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.09em;
}

.modePC #suntory_contents.userregist .wrapper section.submit a.btn:after {
  content: '';
  position: absolute;
  right: 1.25em;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 0.5em;
  height: 0.5em;
  border-width: 2px 2px 0 0;
  border-style: solid solid none none;
  border-color: #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modeSP #suntory_contents.userregist .wrapper section.lead {
  padding-top: 25px;
  padding-bottom: 30px;
}

.modeSP #suntory_contents.userregist .wrapper section.lead p.lead {
  margin-bottom: 5px;
  width: 84vw;
  font-size: 0.875em;
  font-weight: bold;
  line-height: 1.71;
  letter-spacing: 0.03em;
}

.modeSP #suntory_contents.userregist .wrapper section.lead ul.note {
  width: 84vw;
}

.modeSP #suntory_contents.userregist .wrapper section.lead ul.note li {
  font-size: 0.75em;
}

.modeSP #suntory_contents.userregist .wrapper section.regulation {
  padding-bottom: 60px;
}

.modeSP #suntory_contents.userregist .wrapper section.regulation h3 {
  margin-bottom: 25px;
}

.modeSP #suntory_contents.userregist .wrapper section.regulation blockquote {
  padding: 15px 0.5em;
  width: 84vw;
  height: 121.33333vw;
  border: 1px solid #cccccc;
  overflow-y: scroll;
}

.modeSP #suntory_contents.userregist .wrapper section.regulation blockquote a {
  word-break: break-all;
}

.modeSP #suntory_contents.userregist .wrapper section.regulation blockquote p {
  font-size: 0.9375em;
  line-height: 1.67;
  letter-spacing: 0.03em;
}

.modeSP #suntory_contents.userregist .wrapper section.regulation blockquote p.end {
  margin-top: 1.5em;
  text-align: right;
}

.modeSP #suntory_contents.userregist .wrapper section.regulation blockquote h2 {
  margin-top: 1.5em;
  margin-bottom: 1em;
  margin-left: -5px;
  padding: 0.8125em 1em;
  width: calc(100% + 10px);
  background: #b60005;
  border-radius: 4px;
  color: #ffffff;
  font-size: 1em;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.modeSP #suntory_contents.userregist .wrapper section.regulation blockquote h3 {
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-size: 1em;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.modeSP #suntory_contents.userregist .wrapper section.regulation blockquote h2 + h3 {
  margin-top: 0;
}

.modeSP #suntory_contents.userregist .wrapper section.regulation blockquote ol {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  counter-reset: cnt;
}

.modeSP #suntory_contents.userregist .wrapper section.regulation blockquote ol li {
  position: relative;
  padding-left: 2em;
  font-size: 0.9375em;
  line-height: 1.67;
  letter-spacing: 0.03em;
}

.modeSP #suntory_contents.userregist .wrapper section.regulation blockquote ol li:before {
  counter-increment: cnt;
  content: counter(cnt) ".";
  position: absolute;
  left: 0;
  top: 0;
}

.modeSP #suntory_contents.userregist .wrapper section.outline {
  padding-bottom: 60px;
}

.modeSP #suntory_contents.userregist .wrapper section.outline h3 {
  margin-bottom: 25px;
}

.modeSP #suntory_contents.userregist .wrapper section.outline blockquote {
  padding: 15px 0.5em;
  width: 84vw;
  height: 121.33333vw;
  border: 1px solid #cccccc;
  overflow-y: scroll;
}

.modeSP #suntory_contents.userregist .wrapper section.outline blockquote a {
  word-break: break-all;
}

.modeSP #suntory_contents.userregist .wrapper section.outline blockquote > dl > dt {
  margin-top: 20px;
  font-size: 0.9375em;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.03em;
}

.modeSP #suntory_contents.userregist .wrapper section.outline blockquote > dl > dt:first-child {
  margin-top: 0;
}

.modeSP #suntory_contents.userregist .wrapper section.outline blockquote > dl > dd {
  margin-top: 10px;
  font-size: 0.9375em;
  line-height: 1.67;
  letter-spacing: 0.03em;
}

.modeSP #suntory_contents.userregist .wrapper section.outline blockquote > dl > dd ul.list, .modeSP #suntory_contents.userregist .wrapper section.outline blockquote > dl > dd ul.note {
  margin-top: 0.75em;
}

.modeSP #suntory_contents.userregist .wrapper section.outline blockquote > dl > dd ul.list li, .modeSP #suntory_contents.userregist .wrapper section.outline blockquote > dl > dd ul.note li {
  margin-bottom: 0.5em;
  padding-left: 1em;
  text-indent: -1em;
}

.modeSP #suntory_contents.userregist .wrapper section.outline blockquote > dl > dd ul.list li:last-child, .modeSP #suntory_contents.userregist .wrapper section.outline blockquote > dl > dd ul.note li:last-child {
  margin-bottom: 0;
}

.modeSP #suntory_contents.userregist .wrapper section.outline blockquote > dl > dd ul.note li {
  font-size: 1em;
}

.modeSP #suntory_contents.userregist .wrapper section.outline blockquote > dl > dd ol {
  counter-reset: cnt;
  margin-top: 0.75em;
}

.modeSP #suntory_contents.userregist .wrapper section.outline blockquote > dl > dd ol li {
  counter-increment: cnt;
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.5em;
}

.modeSP #suntory_contents.userregist .wrapper section.outline blockquote > dl > dd ol li:before {
  content: counter(cnt) ".";
  position: absolute;
  top: 0;
  left: 0;
}

.modeSP #suntory_contents.userregist .wrapper section.outline blockquote > dl > dd ol li:last-child {
  margin-bottom: 0;
}

.modeSP #suntory_contents.userregist .wrapper section.outline blockquote > dl > dd dl dt {
  margin-top: 0.75em;
  margin-bottom: 0.5em;
  font-weight: bold;
}

.modeSP #suntory_contents.userregist .wrapper section.outline blockquote > dl > dd dl dd {
  padding-left: 0.5em;
}

.modeSP #suntory_contents.userregist .wrapper section.outline blockquote > dl > dd dl dd dl dt {
  font-weight: normal;
}

.modeSP #suntory_contents.userregist .wrapper section.enquete {
  padding-bottom: 20px;
}

.modeSP #suntory_contents.userregist .wrapper section.enquete h3 {
  margin-bottom: 25px;
}

.modeSP #suntory_contents.userregist .wrapper section.enquete ol.enquete_list {
  counter-reset: cnt;
  width: 84vw;
}

.modeSP #suntory_contents.userregist .wrapper section.enquete ol.enquete_list > li {
  display: block;
  margin-bottom: 20px;
  padding: 0 0 20px;
  border: 1px solid #cccccc;
}

.modeSP #suntory_contents.userregist .wrapper section.enquete ol.enquete_list > li:last-child {
  margin-bottom: 0;
}

.modeSP #suntory_contents.userregist .wrapper section.enquete ol.enquete_list > li:before {
  content: '';
  counter-increment: cnt;
  content: "Q" counter(cnt) ".";
  display: block;
  margin-bottom: 20px;
  padding: 0.5em 0.5em;
  color: #b60005;
  background: rgba(182, 0, 5, 0.2);
  font-size: 1.25em;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.03em;
}

.modeSP #suntory_contents.userregist .wrapper section.enquete ol.enquete_list > li h4 {
  margin-bottom: 20px;
  width: 73.33333vw;
  font-size: 0.875em;
  font-weight: bold;
  text-align: left;
  line-height: 1.71;
  letter-spacing: 0.03em;
}

.modeSP #suntory_contents.userregist .wrapper section.enquete ol.enquete_list > li h4 i {
  display: inline-block;
  color: #c70012;
  font-size: 0.857em;
  font-weight: normal;
}

.modeSP #suntory_contents.userregist .wrapper section.enquete ol.enquete_list > li ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 73.33333vw;
}

.modeSP #suntory_contents.userregist .wrapper section.enquete ol.enquete_list > li ul li {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-bottom: 10px;
}

.modeSP #suntory_contents.userregist .wrapper section.enquete ol.enquete_list > li ul li:last-child {
  margin-bottom: 0;
}

.modeSP #suntory_contents.userregist .wrapper section.enquete ol.enquete_list > li ul li label {
  position: relative;
  display: block;
  padding: 14px 20px 14px 3em;
  border: 1px solid #cccccc;
  border-radius: 1.33333vw;
  background: #efefef;
  font-size: 0.875em;
  line-height: 1.57;
}

.modeSP #suntory_contents.userregist .wrapper section.enquete ol.enquete_list > li ul li label input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  overflow: hidden;
  padding: 0;
  clip: rect(0, 0, 0, 0);
}

.modeSP #suntory_contents.userregist .wrapper section.enquete ol.enquete_list > li ul li label input[type=checkbox] + i, .modeSP #suntory_contents.userregist .wrapper section.enquete ol.enquete_list > li ul li label input[type=radio] + i {
  position: absolute;
  left: 0.857em;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 1.29em;
  height: 1.29em;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background: #ffffff;
}

.modeSP #suntory_contents.userregist .wrapper section.enquete ol.enquete_list > li ul li label input[type=checkbox] + i:before, .modeSP #suntory_contents.userregist .wrapper section.enquete ol.enquete_list > li ul li label input[type=radio] + i:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  margin: auto;
  width: 0.286em;
  height: 0.571em;
  border-width: 0 2px 2px 0;
  border-style: none solid solid none;
  border-color: #ffffff;
  -webkit-transform: translateY(-20%) rotate(45deg);
          transform: translateY(-20%) rotate(45deg);
}

.modeSP #suntory_contents.userregist .wrapper section.enquete ol.enquete_list > li ul li label input[type=checkbox]:checked + i, .modeSP #suntory_contents.userregist .wrapper section.enquete ol.enquete_list > li ul li label input:checked[type=radio] + i {
  border-color: #ff7f17;
  background: #ff7f17;
}

.modeSP #suntory_contents.userregist .wrapper section.enquete ol.enquete_list > li ul li label input[type=checkbox]:checked + i:before, .modeSP #suntory_contents.userregist .wrapper section.enquete ol.enquete_list > li ul li label input:checked[type=radio] + i:before {
  display: block;
}

.modeSP #suntory_contents.userregist .wrapper section.enquete ol.enquete_list > li ul li label input[type=checkbox]:focus + i, .modeSP #suntory_contents.userregist .wrapper section.enquete ol.enquete_list > li ul li label input:focus[type=radio] + i {
  border-color: #ff7f17;
}

.modeSP #suntory_contents.userregist .wrapper section.enquete ol.enquete_list > li ul li label input[type=radio] + i {
  border-radius: 50%;
}

.modeSP #suntory_contents.userregist .wrapper section.enquete ol.enquete_list > li ul li label input[type=radio] + i:before {
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0.571em;
  height: 0.571em;
  border: none;
  border-radius: 50%;
  background: #ffffff;
  -webkit-transform: none;
          transform: none;
}

.modeSP #suntory_contents.userregist .wrapper section.enquete ol.enquete_list > li .select {
  position: relative;
  display: block;
  width: 73.33333vw;
}

.modeSP #suntory_contents.userregist .wrapper section.enquete ol.enquete_list > li .select label {
  position: relative;
  display: block;
  padding: 14px 50px 14px 14px;
  border: 1px solid #cccccc;
  background: #ffffff;
  color: #46555e;
  font-size: 0.875em;
  line-height: 1.57;
  overflow: hidden;
}

.modeSP #suntory_contents.userregist .wrapper section.enquete ol.enquete_list > li .select label span {
  color: currentColor;
}

.modeSP #suntory_contents.userregist .wrapper section.enquete ol.enquete_list > li .select label i {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  width: calc(1.57em + 28px);
  height: calc(1.57em + 28px);
  background-color: #efefef;
}

.modeSP #suntory_contents.userregist .wrapper section.enquete ol.enquete_list > li .select label i:after {
  content: '';
  position: absolute;
  top: calc((1.57em + 28px) / 2);
  right: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 0.5em;
  height: 0.5em;
  border-right: 2px solid #666666;
  border-bottom: 2px solid #666666;
  -webkit-transform: rotate(45deg) translateX(-50%) translateY(-50%);
          transform: rotate(45deg) translateX(-50%) translateY(-50%);
}

.modeSP #suntory_contents.userregist .wrapper section.enquete ol.enquete_list > li .select select {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  margin: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-appearance: menulist-button;
}

.modeSP #suntory_contents.userregist .wrapper section.enquete ol.enquete_list > li .other {
  padding-top: 10px;
  width: 73.33333vw;
}

.modeSP #suntory_contents.userregist .wrapper section.enquete ol.enquete_list > li .other p {
  margin-bottom: 10px;
  font-size: 0.875em;
  line-height: 1.5;
}

.modeSP #suntory_contents.userregist .wrapper section.enquete ol.enquete_list > li .other textarea {
  display: block;
  padding: 0.667em 0.667em;
  width: 100%;
  height: 8em;
  border: 1px solid #cccccc;
  border-radius: 5px;
  background: #efefef;
  font-size: 0.875em;
  line-height: 1.5;
  resize: vertical;
}

.modeSP #suntory_contents.userregist .wrapper section.submit {
  padding: 30px 0 35px;
  background: rgba(182, 0, 5, 0.2);
}

.modeSP #suntory_contents.userregist .wrapper section.submit .error {
  margin-bottom: 20px;
  color: #c70012;
  font-size: 0.875em;
  font-weight: bold;
  text-align: center;
}

.modeSP #suntory_contents.userregist .wrapper section.submit .error:empty {
  display: none;
}

.modeSP #suntory_contents.userregist .wrapper section.submit a.btn {
  position: relative;
  display: block;
  padding: 0.889em 1.5em;
  width: 84vw;
  border-radius: 6px;
  background: #ff7f17;
  color: #ffffff;
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1.33;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.05em;
}

.modeSP #suntory_contents.userregist .wrapper section.submit a.btn:after {
  content: '';
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 0.444em;
  height: 0.444em;
  border-width: 2px 2px 0 0;
  border-style: solid solid none none;
  border-color: #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modePC #suntory_contents.error .wrapper section.error {
  padding-bottom: 40px;
}

.modePC #suntory_contents.error .wrapper section.error h3 {
  margin-bottom: 25px;
}

.modePC #suntory_contents.error .wrapper section.error p {
  margin-bottom: 45px;
  width: 420px;
  font-size: 0.875em;
  font-weight: bold;
  text-align: center;
  line-height: 1.71;
  letter-spacing: 0.03em;
}

.modePC #suntory_contents.error .wrapper section.error dl.term {
  padding: 5px 30px 15px;
  width: 420px;
  border: 1px solid #cccccc;
  text-align: center;
}

.modePC #suntory_contents.error .wrapper section.error dl.term dt {
  margin-bottom: 15px;
  padding: 0.75em 1em;
  width: 275px;
  border-bottom: 2px solid rgba(182, 0, 5, 0.4);
  color: #b60005;
  font-size: 0.875em;
  font-weight: bold;
  line-height: 1.71;
  letter-spacing: 0.19em;
}

.modePC #suntory_contents.error .wrapper section.error dl.term dd {
  font-size: 0.8125em;
  line-height: 1.8;
  letter-spacing: 0.01em;
}

.modePC #suntory_contents.error .wrapper section.back_top {
  padding-bottom: 70px;
}

.modeSP #suntory_contents.error .wrapper section.error {
  padding-bottom: 25px;
}

.modeSP #suntory_contents.error .wrapper section.error h3 {
  margin-bottom: 20px;
}

.modeSP #suntory_contents.error .wrapper section.error p {
  margin-bottom: 30px;
  width: 84vw;
  font-size: 0.875em;
  font-weight: bold;
  line-height: 1.71;
  letter-spacing: 0.03em;
}

.modeSP #suntory_contents.error .wrapper section.error dl.term {
  padding: 10px 5.33333vw 30px;
  width: 84vw;
  border: 1px solid #cccccc;
  text-align: center;
}

.modeSP #suntory_contents.error .wrapper section.error dl.term dt {
  margin-bottom: 20px;
  padding: 0.75em 1em;
  border-bottom: 2px solid rgba(182, 0, 5, 0.4);
  color: #b60005;
  font-size: 0.875em;
  font-weight: bold;
  line-height: 1.71;
  letter-spacing: 0.19em;
}

.modeSP #suntory_contents.error .wrapper section.error dl.term dd {
  font-size: 0.8125em;
  line-height: 1.8;
  letter-spacing: 0.01em;
}

.modeSP #suntory_contents.error .wrapper section.back_top {
  padding-bottom: 45px;
}

.modePC #suntory_contents.contact .wrapper section.title {
  padding-bottom: 25px;
}

.modePC #suntory_contents.contact .wrapper section.title h3 {
  margin-bottom: 25px;
}

.modePC #suntory_contents.contact .wrapper section.title p {
  width: 420px;
  font-size: 0.875em;
  font-weight: bold;
  text-align: center;
  line-height: 1.71;
  letter-spacing: 0.03em;
}

.modePC #suntory_contents.contact .wrapper section.contactcode {
  padding-bottom: 20px;
}

.modePC #suntory_contents.contact .wrapper section.contactcode .inner {
  padding-bottom: 10px;
  width: 420px;
  border: 1px solid #cccccc;
}

.modePC #suntory_contents.contact .wrapper section.contactcode .inner h3 {
  padding: 0.72em 0.5em;
  background: rgba(182, 0, 5, 0.1);
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  line-height: 1.6875;
  letter-spacing: 0.03em;
}

.modePC #suntory_contents.contact .wrapper section.contactcode .inner input {
  display: none;
  width: 100%;
  height: 2.75em;
  font-size: 1.25em;
  text-align: center;
  letter-spacing: 0.03em;
}

.modePC #suntory_contents.contact .wrapper section.contactcode .inner input:first-of-type {
  display: block;
}

.modePC #suntory_contents.contact .wrapper section.contact {
  padding-bottom: 40px;
}

.modePC #suntory_contents.contact .wrapper section.contact .inner {
  padding: 25px 1em;
  width: 420px;
  border: 1px solid #cccccc;
}

.modePC #suntory_contents.contact .wrapper section.contact .inner p {
  margin-bottom: 0.5em;
  font-size: 0.875em;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 0.12em;
}

.modePC #suntory_contents.contact .wrapper section.contact .inner p:last-of-type {
  margin-bottom: 0;
}

.modePC #suntory_contents.contact .wrapper section.contact .inner p em {
  font-size: 1.5em;
  font-weight: bold;
}

.modePC #suntory_contents.contact .wrapper section.contact .inner p a {
  color: currentColor;
  text-decoration: none;
}

.modePC #suntory_contents.contact .wrapper section.back {
  padding-bottom: 90px;
}

.modePC #suntory_contents.contact .wrapper section.close {
  padding-bottom: 65px;
}

.modePC #suntory_contents.contact .wrapper section.close button {
  position: relative;
  display: block;
  padding: 1em 2.5em;
  width: 180px;
  background: #ffffff;
  border: 2px solid #b60005;
  border-radius: 6px;
  color: #b60005;
  font-size: 0.875em;
  text-align: center;
  line-height: 1.71;
  letter-spacing: 0.05em;
  text-decoration: none;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}

.modePC #suntory_contents.contact .wrapper section.close button:before {
  content: '';
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 1em;
  height: 0;
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modePC #suntory_contents.contact .wrapper section.close button:after {
  content: '';
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 1em;
  height: 0;
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modePC #suntory_contents.contact .wrapper section.close button:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modePC #suntory_contents.contact .wrapper section.close button:hover {
  opacity: 0.7;
}

.modeSP #suntory_contents.contact .wrapper section.title {
  padding-bottom: 20px;
}

.modeSP #suntory_contents.contact .wrapper section.title h3 {
  margin-bottom: 35px;
}

.modeSP #suntory_contents.contact .wrapper section.title p {
  width: 84vw;
  font-size: 0.9375em;
  line-height: 1.67;
  letter-spacing: 0.03em;
}

.modeSP #suntory_contents.contact .wrapper section.contactcode {
  padding-bottom: 20px;
}

.modeSP #suntory_contents.contact .wrapper section.contactcode .inner {
  padding-bottom: 10px;
  width: 84vw;
  border: 1px solid #cccccc;
}

.modeSP #suntory_contents.contact .wrapper section.contactcode .inner h3 {
  padding: 0.72em 0.5em;
  background: rgba(182, 0, 5, 0.1);
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  line-height: 1.6875;
  letter-spacing: 0.03em;
}

.modeSP #suntory_contents.contact .wrapper section.contactcode .inner input {
  display: none;
  width: 100%;
  height: 2.75em;
  font-size: 1.25em;
  text-align: center;
  letter-spacing: 0.03em;
}

.modeSP #suntory_contents.contact .wrapper section.contactcode .inner input:first-of-type {
  display: block;
}

.modeSP #suntory_contents.contact .wrapper section.contact {
  padding-bottom: 40px;
}

.modeSP #suntory_contents.contact .wrapper section.contact .inner {
  padding: 25px 1em;
  width: 84vw;
  border: 1px solid #cccccc;
}

.modeSP #suntory_contents.contact .wrapper section.contact .inner p {
  margin-bottom: 0.5em;
  font-size: 0.875em;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 0.12em;
}

.modeSP #suntory_contents.contact .wrapper section.contact .inner p:last-of-type {
  margin-bottom: 0;
}

.modeSP #suntory_contents.contact .wrapper section.contact .inner p em {
  font-size: 1.5em;
  font-weight: bold;
}

.modeSP #suntory_contents.contact .wrapper section.contact .inner p a {
  color: currentColor;
  text-decoration: none;
}

.modeSP #suntory_contents.contact .wrapper section.back {
  padding-bottom: 70px;
}

.modeSP #suntory_contents.contact .wrapper section.close {
  padding-bottom: 65px;
}

.modeSP #suntory_contents.contact .wrapper section.close button {
  position: relative;
  display: block;
  padding: 1em 2.5em;
  width: 180px;
  background: #ffffff;
  border: 2px solid #b60005;
  border-radius: 6px;
  color: #b60005;
  font-size: 0.875em;
  text-align: center;
  line-height: 1.71;
  letter-spacing: 0.05em;
  text-decoration: none;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}

.modeSP #suntory_contents.contact .wrapper section.close button:before {
  content: '';
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 1em;
  height: 0;
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modeSP #suntory_contents.contact .wrapper section.close button:after {
  content: '';
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 1em;
  height: 0;
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modeSP #suntory_contents.contact .wrapper section.close button:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modeSP #suntory_contents.contact .wrapper section.close button:hover {
  opacity: 0.7;
}

#suntory_contents.static .wrapper section.title {
  padding-bottom: 35px;
}

#suntory_contents.static .wrapper section.outline a {
  word-break: break-all;
}

#suntory_contents.static .wrapper section.outline > dl {
  width: 89.33333vw;
}

#suntory_contents.static .wrapper section.outline > dl > dt {
  margin-top: 20px;
  font-size: 0.9375em;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.03em;
}

#suntory_contents.static .wrapper section.outline > dl > dd {
  margin-top: 10px;
  font-size: 0.9375em;
  line-height: 1.67;
  letter-spacing: 0.03em;
}

#suntory_contents.static .wrapper section.outline > dl > dd ul.list, #suntory_contents.static .wrapper section.outline > dl > dd ul.note {
  margin-top: 0.75em;
}

#suntory_contents.static .wrapper section.outline > dl > dd ul.list li, #suntory_contents.static .wrapper section.outline > dl > dd ul.note li {
  margin-bottom: 0.5em;
  padding-left: 1em;
  text-indent: -1em;
}

#suntory_contents.static .wrapper section.outline > dl > dd ul.list li:last-child, #suntory_contents.static .wrapper section.outline > dl > dd ul.note li:last-child {
  margin-bottom: 0;
}

#suntory_contents.static .wrapper section.outline > dl > dd ul.note li {
  font-size: 1em;
}

#suntory_contents.static .wrapper section.outline > dl > dd ol {
  counter-reset: cnt;
  margin-top: 0.75em;
}

#suntory_contents.static .wrapper section.outline > dl > dd ol li {
  counter-increment: cnt;
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.5em;
}

#suntory_contents.static .wrapper section.outline > dl > dd ol li:before {
  content: counter(cnt) ".";
  position: absolute;
  top: 0;
  left: 0;
}

#suntory_contents.static .wrapper section.outline > dl > dd ol li:last-child {
  margin-bottom: 0;
}

#suntory_contents.static .wrapper section.outline > dl > dd dl dt {
  margin-top: 0.75em;
  margin-bottom: 0.5em;
  font-weight: bold;
}

#suntory_contents.static .wrapper section.outline > dl > dd dl dd {
  padding-left: 0.5em;
}

#suntory_contents.static .wrapper section.outline > dl > dd dl dd dl dt {
  font-weight: normal;
}

#suntory_contents.static .wrapper section.regulation blockquote {
  width: 84vw;
}

#suntory_contents.static .wrapper section.regulation blockquote a {
  word-break: break-all;
}

#suntory_contents.static .wrapper section.regulation blockquote p {
  font-size: 0.9375em;
  line-height: 1.67;
  letter-spacing: 0.03em;
}

#suntory_contents.static .wrapper section.regulation blockquote p.end {
  margin-top: 1.5em;
  text-align: right;
}

#suntory_contents.static .wrapper section.regulation blockquote h2 {
  margin-top: 1.5em;
  margin-bottom: 1em;
  margin-left: -5px;
  padding: 0.8125em 1em;
  width: calc(100% + 10px);
  background: #b60005;
  border-radius: 4px;
  color: #ffffff;
  font-size: 1em;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

#suntory_contents.static .wrapper section.regulation blockquote h3 {
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-size: 1em;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

#suntory_contents.static .wrapper section.regulation blockquote h2 + h3 {
  margin-top: 0;
}

#suntory_contents.static .wrapper section.regulation blockquote ol {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  counter-reset: cnt;
}

#suntory_contents.static .wrapper section.regulation blockquote ol li {
  position: relative;
  padding-left: 2em;
  font-size: 0.9375em;
  line-height: 1.67;
  letter-spacing: 0.03em;
}

#suntory_contents.static .wrapper section.regulation blockquote ol li:before {
  counter-increment: cnt;
  content: counter(cnt) ".";
  position: absolute;
  left: 0;
  top: 0;
}

#suntory_contents.static .wrapper section.prize ul {
  width: 84vw;
}

#suntory_contents.static .wrapper section.prize ul li {
  margin-bottom: 25px;
  padding-bottom: 20px;
  border: 2px solid rgba(182, 0, 5, 0.4);
}

#suntory_contents.static .wrapper section.prize ul li:last-child {
  margin-bottom: 0;
}

#suntory_contents.static .wrapper section.prize ul li h4 {
  padding: 0.5em 0.5em;
  color: #b60005;
  font-size: 1em;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

#suntory_contents.static .wrapper section.prize ul li h4 span {
  display: inline-block;
  font-size: 1.5em;
  line-height: 1;
  -webkit-transform: translateY(0.05em);
          transform: translateY(0.05em);
}

#suntory_contents.static .wrapper section.prize ul li img {
  margin-bottom: 20px;
  display: block;
}

#suntory_contents.static .wrapper section.prize ul li h5 {
  margin-bottom: 1em;
  width: 73.33333vw;
  font-size: 0.9375em;
  font-weight: bold;
  text-align: center;
  line-height: 1.67;
  letter-spacing: 0.03em;
}

#suntory_contents.static .wrapper section.prize ul li p {
  margin-bottom: 1em;
  width: 73.33333vw;
  font-size: 0.9375em;
  line-height: 1.67;
  letter-spacing: 0.03em;
}

#suntory_contents.static .wrapper section.prize ul li > *:last-child {
  margin-bottom: 0;
}

#suntory_contents.static .wrapper section.qa.index {
  width: calc(84vw + 10px);
}

#suntory_contents.static .wrapper section.qa.index ol {
  counter-reset: cnt;
}

#suntory_contents.static .wrapper section.qa.index ol li {
  counter-increment: cnt;
  margin-bottom: 15px;
}

#suntory_contents.static .wrapper section.qa.index ol li:last-child {
  margin-bottom: 0;
}

#suntory_contents.static .wrapper section.qa.index ol li a {
  position: relative;
  display: block;
  padding: 0.8125em 2em;
  padding-left: 2.5em;
  background: #b60005;
  border-radius: 6px;
  color: #ffffff;
  font-size: 1em;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-decoration: none;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}

#suntory_contents.static .wrapper section.qa.index ol li a:before {
  content: counter(cnt) ".";
  position: absolute;
  top: 0.8125em;
  left: 1em;
}

#suntory_contents.static .wrapper section.qa.index ol li a:after {
  content: '';
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 0.333em;
  height: 0.333em;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#suntory_contents.static .wrapper section.qa.index ol li a:hover {
  opacity: 0.7;
}

#suntory_contents.static .wrapper section.qa h4 {
  position: relative;
  display: block;
  margin-bottom: 15px;
  padding: 0.8125em 1em;
  padding-left: 2.5em;
  width: calc(84vw + 10px);
  background: #b60005;
  color: #ffffff;
  font-size: 1em;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-decoration: none;
}

#suntory_contents.static .wrapper section.qa h4 i {
  position: absolute;
  top: 0.8125em;
  left: 1em;
}

#suntory_contents.static .wrapper section.qa > dl {
  counter-reset: cnt;
  width: calc(84vw + 10px);
}

#suntory_contents.static .wrapper section.qa > dl > dt {
  counter-increment: cnt;
  position: relative;
  display: block;
  margin-bottom: 15px;
  padding: 0.8125em 2.5em;
  padding-left: 3em;
  width: calc(84vw + 10px);
  background: #ffffff;
  border: 2px solid #b60005;
  border-radius: 6px;
  font-size: 1em;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-decoration: none;
}

#suntory_contents.static .wrapper section.qa > dl > dt:before {
  content: "Q" counter(cnt) ".";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.75em;
  display: block;
  margin: auto 0;
  height: 1em;
  line-height: 1em;
  color: #b60005;
}

#suntory_contents.static .wrapper section.qa > dl > dt:after {
  content: '＋';
  position: absolute;
  right: 13px;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 1em;
  height: 1em;
  color: #b60005;
  font-weight: 900;
  line-height: 1;
}

#suntory_contents.static .wrapper section.qa > dl > dt.open:after {
  content: '－';
}

#suntory_contents.static .wrapper section.qa > dl > dd {
  position: relative;
  display: none;
  margin-bottom: 20px;
  width: 84vw;
  font-size: 0.9375em;
  line-height: 1.67;
  letter-spacing: 0.03em;
}

#suntory_contents.static .wrapper section.qa > dl > dd:before {
  content: "A" counter(cnt) ".";
  display: block;
  margin-bottom: 0.5em;
  color: #b60005;
  font-size: 1.07em;
  font-weight: bold;
  line-height: 1;
}

#suntory_contents.static .wrapper section.qa > dl > dd ul.list, #suntory_contents.static .wrapper section.qa > dl > dd ul.note {
  margin-top: 0.75em;
}

#suntory_contents.static .wrapper section.qa > dl > dd ul.list li, #suntory_contents.static .wrapper section.qa > dl > dd ul.note li {
  margin-bottom: 0.5em;
  padding-left: 1em;
  text-indent: -1em;
}

#suntory_contents.static .wrapper section.qa > dl > dd ul.list li:last-child, #suntory_contents.static .wrapper section.qa > dl > dd ul.note li:last-child {
  margin-bottom: 0;
}

#suntory_contents.static .wrapper section.qa > dl > dd ul.note li {
  font-size: 1em;
}

#suntory_contents.static .wrapper section.qa > dl > dd ol {
  counter-reset: cnt;
  margin-top: 0.75em;
}

#suntory_contents.static .wrapper section.qa > dl > dd ol li {
  counter-increment: cnt;
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.5em;
}

#suntory_contents.static .wrapper section.qa > dl > dd ol li:before {
  content: counter(cnt) ".";
  position: absolute;
  top: 0;
  left: 0;
}

#suntory_contents.static .wrapper section.qa > dl > dd ol li:last-child {
  margin-bottom: 0;
}

#suntory_contents.static .wrapper section.qa > dl > dd dl dt {
  margin-top: 0.75em;
  margin-bottom: 0.5em;
  font-weight: bold;
}

#suntory_contents.static .wrapper section.qa > dl > dd dl dd {
  padding-left: 0.5em;
}

#suntory_contents.static .wrapper section.qa > dl > dd dl dd dl dt {
  font-weight: normal;
}

#suntory_contents.static .wrapper section.qa > dl *:first-child {
  margin-top: 0;
}

#suntory_contents.static .wrapper section.qa > dl *:last-child {
  margin-bottom: 0;
}

#suntory_contents.static .wrapper section.back {
  padding-top: 40px;
}

#suntory_contents.static .wrapper section.back a {
  position: relative;
  display: block;
  padding: 1em 2.5em;
  width: 180px;
  background: #b60005;
  border: 2px solid #b60005;
  border-radius: 6px;
  color: #ffffff;
  font-size: 0.875em;
  text-align: center;
  line-height: 1.71;
  letter-spacing: 0.05em;
  text-decoration: none;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}

#suntory_contents.static .wrapper section.back a:after {
  content: '';
  position: absolute;
  left: 18px;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 6px;
  height: 6px;
  border-width: 0 0 2px 2px;
  border-style: none none solid solid;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#suntory_contents.static .wrapper section.back a:hover {
  opacity: 0.7;
}

#suntory_contents.static .wrapper section.close {
  padding-top: 40px;
  padding-bottom: 65px;
}

#suntory_contents.static .wrapper section.close button {
  position: relative;
  display: block;
  padding: 1em 2.5em;
  width: 180px;
  background: #ffffff;
  border: 2px solid #b60005;
  border-radius: 6px;
  color: #b60005;
  font-size: 0.875em;
  text-align: center;
  line-height: 1.71;
  letter-spacing: 0.05em;
  text-decoration: none;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}

#suntory_contents.static .wrapper section.close button:before {
  content: '';
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 1em;
  height: 0;
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#suntory_contents.static .wrapper section.close button:after {
  content: '';
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 1em;
  height: 0;
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#suntory_contents.static .wrapper section.close button:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#suntory_contents.static .wrapper section.close button:hover {
  opacity: 0.7;
}

#suntory_contents.static .wrapper section.back + section.close {
  padding-top: 10px;
}
