@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: #000000;
  word-wrap: break-word;
}
#suntory_contents input, .modeSP #suntory_contents.userregist .wrapper section.enquete ol.enquete_list > li ul li label input[type=radio], .modePC #suntory_contents.userregist .wrapper section.enquete ol.enquete_list > li ul li label input[type=radio], #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: #000000;
}
#suntory_contents input[type=text], .modeSP #suntory_contents.userregist .wrapper section.enquete ol.enquete_list > li ul li label input[type=text][type=radio], .modePC #suntory_contents.userregist .wrapper section.enquete ol.enquete_list > li ul li label input[type=text][type=radio], #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;
  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: #e7595c;
}
#suntory_contents .bold {
  font-weight: bold;
}
#suntory_contents .hidden {
  display: none !important;
}
#suntory_contents ul.note li {
  margin-bottom: 0.5em;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 0.875em;
  line-height: 1.4;
  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;
}
#suntory_contents a.exLink[target=_blank] {
  position: relative;
  display: inline-block;
  padding-right: 1.2em;
}
#suntory_contents a.exLink[target=_blank]:before {
  content: "";
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 7px;
  height: 7px;
  border: 1px solid currentColor;
  border-top: none;
  border-right: none;
  background: #ffffff;
  box-sizing: border-box;
  transform: translateX(-1px) translateY(1px);
}
#suntory_contents a.exLink[target=_blank]:after {
  content: "";
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 7px;
  height: 7px;
  border: 1px solid currentColor;
  background: #ffffff;
  box-sizing: border-box;
  transform: translateX(1px) translateY(-1px);
}

.modePC #suntory_contents {
  min-width: 960px;
  background: rgba(89, 182, 217, 0.1);
}
.modePC #suntory_contents header#kv_sub h2 {
  width: 100%;
}
.modePC #suntory_contents .wrapper {
  margin: 0 auto;
  width: 750px;
}
.modePC #suntory_contents .bnr .inner {
  padding: 0px 20px 20px;
}
.modePC #suntory_contents .bnr p {
  text-align: center;
  margin: 20px 0px;
}
.modePC #suntory_contents h3.ttl {
  padding: 23px 0;
  color: #ffffff;
  background: #59B6D9;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  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 #59B6D9;
  border-radius: 6px;
  color: #59B6D9;
  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;
  transform: rotate(45deg);
}
.modePC #suntory_contents .fade {
  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 #59B6D9;
  color: #59B6D9;
  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;
  box-sizing: border-box;
  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;
  box-sizing: border-box;
  transform: translateX(1px) translateY(-1px);
}
.modePC #suntory_contents nav.link ul li a:before {
  content: "";
  border-top: none;
  border-right: none;
  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;
  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;
  border: 1px solid #000000;
  color: #000000;
  font-size: 0.875em;
  text-align: center;
  text-decoration: none;
  border-radius: 6px;
}
.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;
  box-sizing: border-box;
  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;
  box-sizing: border-box;
  transform: translateX(1px) translateY(-1px);
}
.modePC #suntory_contents nav.brand ul li a:before {
  content: "";
  border-top: none;
  border-right: none;
  transform: translateX(-1px) translateY(1px);
}
.modePC #suntory_contents nav.brand ul li:first-child {
  margin-bottom: 15px;
}
.modePC #suntory_contents nav.footer {
  padding-bottom: 40px;
  background-color: #ffffff;
}
.modePC #suntory_contents nav.footer ul {
  width: 420px;
}
.modePC #suntory_contents nav.footer ul li {
  display: block;
  line-height: 1;
}
.modePC #suntory_contents nav.footer ul li a, .modePC #suntory_contents nav.footer ul li span {
  position: relative;
  display: block;
  margin-bottom: 10px;
  padding: 15px;
  line-height: 1;
  font-size: 0.875em;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #e7595c;
  border-radius: 8px;
}
.modePC #suntory_contents nav.footer ul li a:after, .modePC #suntory_contents nav.footer ul li span:after {
  content: "";
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 1em;
  height: 1em;
  background: url(../img/icn_extlink.svg) center center/contain no-repeat;
}
.modePC #suntory_contents nav.footer ul li a.brand, .modePC #suntory_contents nav.footer ul li span.brand {
  padding-top: 2vw;
  line-height: 1.3;
}
.modePC #suntory_contents.end nav.contact .inner {
  margin-bottom: 0 !important;
  border-top: none !important;
}

.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 1.5vw;
  background: #59B6D9;
  color: #ffffff;
  font-size: 5.5vw;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.11em;
}
.modeSP #suntory_contents .bnr .inner {
  padding: 0px 20px 20px;
}
.modeSP #suntory_contents .bnr p {
  text-align: center;
  margin: 20px 0px;
}
.modeSP #suntory_contents a.back_btn {
  position: relative;
  display: block;
  padding: 1em 2.5em;
  width: 275px;
  max-width: 84vw;
  background: #ffffff;
  border: 2px solid #59B6D9;
  border-radius: 6px;
  color: #59B6D9;
  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;
  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: #59B6D9;
  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;
  box-sizing: border-box;
  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;
  box-sizing: border-box;
  transform: translateX(1px) translateY(-1px);
}
.modeSP #suntory_contents nav.link ul li a:before {
  content: "";
  border-top: none;
  border-right: none;
  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;
  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;
  height: 13vw;
  margin-bottom: 10px;
  padding-top: calc(6.5vw - 0.5em);
  line-height: 1;
  font-size: 3.5vw;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #e7595c;
  border-radius: 8px;
}
.modeSP #suntory_contents nav.brand ul li a:after {
  content: "";
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 1em;
  height: 1em;
  background: url(../img/icn_extlink.svg) center center/contain no-repeat;
}
.modeSP #suntory_contents nav.brand ul li a.brand {
  padding-top: 2vw;
  line-height: 1.3;
}
.modeSP #suntory_contents nav.brand ul li:first-child {
  margin-bottom: 15px;
}
.modeSP #suntoryCommonFooter #suntoryCommonFt {
  margin-top: -1px;
  padding-top: 1px;
  border-top: 1px solid #c5ccd2;
}
.modeSP #suntoryCommonFooter #suntoryCommonFt_ShareBtn + #suntoryCommonFt {
  border-top: none;
}

.modeSP #suntoryCommonWrapper #suntory_contents nav.footer {
  padding-top: 10vw;
  padding-bottom: 10vw;
}
.modeSP #suntoryCommonWrapper #suntory_contents nav.footer ul.link {
  width: 84vw;
}
.modeSP #suntoryCommonWrapper #suntory_contents nav.footer ul.link li {
  display: block;
  line-height: 1;
}
.modeSP #suntoryCommonWrapper #suntory_contents nav.footer ul.link li a, .modeSP #suntoryCommonWrapper #suntory_contents nav.footer ul.link li span {
  position: relative;
  display: block;
  height: 13vw;
  margin-bottom: 10px;
  padding-top: calc(6.5vw - 0.5em);
  line-height: 1;
  font-size: 3.5vw;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #e7595c;
  border-radius: 8px;
}
.modeSP #suntoryCommonWrapper #suntory_contents nav.footer ul.link li a:after, .modeSP #suntoryCommonWrapper #suntory_contents nav.footer ul.link li span:after {
  content: "";
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 1em;
  height: 1em;
  background: url(../img/icn_extlink.svg) center center/contain no-repeat;
}
.modeSP #suntoryCommonWrapper #suntory_contents nav.footer ul.link li a.brand, .modeSP #suntoryCommonWrapper #suntory_contents nav.footer ul.link li span.brand {
  padding-top: 2vw;
  line-height: 1.3;
}
.modeSP #suntoryCommonWrapper #suntory_contents nav.footer ul.link li span {
  color: #cacaca;
}
.modeSP #suntoryCommonWrapper #suntory_contents nav.footer ul.link li span:after {
  content: none;
}
.modeSP #suntoryCommonWrapper #suntory_contents nav.pagetop {
  background: #000000;
}
.modeSP #suntoryCommonWrapper #suntory_contents nav.pagetop a {
  display: block;
  padding: 8.6666666667vw 0;
  line-height: 1;
  color: #ffffff;
  font-size: 0.9375em;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.21em;
  text-decoration: none;
}
.modeSP #suntoryCommonWrapper #suntory_contents nav.pagetop a span {
  position: relative;
  display: inline-block;
  padding-right: 2em;
}
.modeSP #suntoryCommonWrapper #suntory_contents nav.pagetop a span:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  margin: auto 0;
  width: 1.333em;
  height: 1.333em;
  border: 1px solid #e7595c;
  border-radius: 50%;
  box-sizing: border-box;
}
.modeSP #suntoryCommonWrapper #suntory_contents nav.pagetop a span:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  margin: auto 0;
  width: 1.333em;
  height: 1.333em;
  border-style: solid;
  border-color: #e7595c #e7595c transparent transparent;
  border-width: 2.5px;
  transform: scaleX(0.4) scaleY(0.4) translateY(25%) rotate(-45deg);
  box-sizing: border-box;
}
.modeSP #suntoryCommonWrapper #suntory_contents section.history a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: baseline;
  width: 79.487%;
  margin-top: 30px;
  padding: 20px 1em;
  background: #e7595c;
  border-radius: 6px;
  color: #ffffff;
  font-size: 4vw;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1.44;
  letter-spacing: 0.05em;
}
.modeSP #suntoryCommonWrapper #suntory_contents section.history a: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;
  transform: rotate(45deg);
}

.modePC .sp {
  display: none;
}
.modePC #suntory_contents.top header#mv h2 {
  width: 100%;
  max-width: 1164px;
}
.modePC #suntory_contents.top .page_link {
  margin: 20px 0px;
}
.modePC #suntory_contents.top .page_link a: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;
  transform: rotate(135deg);
}
.modePC #suntory_contents.top a.btn {
  position: relative;
  display: block;
  padding: 1.15em 2.5em;
  width: 420px;
  border-radius: 6px;
  background: #e7595c;
  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.top .wrapper section.little_detail {
  display: none;
  padding-top: 27px;
}
.modePC #suntory_contents.top .wrapper section.little_detail .inner {
  width: 420px;
}
.modePC #suntory_contents.top .wrapper section.little_detail .inner h3 {
  font-size: 1em;
  line-height: 1.625;
  letter-spacing: -0.06em;
  text-align: center;
}
.modePC #suntory_contents.top .wrapper section.little_detail .inner h4 {
  font-size: 1em;
  line-height: 1.625;
  letter-spacing: 0.065em;
  color: #ffffff;
  background: #59B6D9;
  text-align: center;
  width: 315px;
  border-radius: 17px;
  position: relative;
  margin-top: 21px;
  padding: 2px 0;
}
.modePC #suntory_contents.top .wrapper section.little_detail .inner h4:before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-width: 12px 7px 0 7px;
  border-style: solid solid none solid;
  border-color: #59B6D9 transparent transparent transparent;
}
.modePC #suntory_contents.top .wrapper section.little_detail .inner .inner_2 {
  background: rgba(89, 182, 217, 0.1);
  text-align: center;
  padding: 45px 0 25px;
  border-radius: 12px;
  margin-top: -13px;
}
.modePC #suntory_contents.top .wrapper section.little_detail .inner .inner_2 p {
  font-size: 1em;
  letter-spacing: 0.065em;
  text-align: center;
}
.modePC #suntory_contents.top .wrapper section.little_detail .inner .inner_2 p.text {
  font-size: 1.125em;
  line-height: 1.34;
  letter-spacing: 0.03em;
}
.modePC #suntory_contents.top .wrapper section.little_detail .inner .inner_2 p.text i {
  color: #59B6D9;
}
.modePC #suntory_contents.top .wrapper section.little_detail .inner .inner_2 p.txt_little {
  letter-spacing: 0.02em;
}
.modePC #suntory_contents.top .wrapper section.little_detail .inner .inner_2 p.txt_little em {
  color: #e7595c;
  font-size: 3.25em;
  letter-spacing: -0.04em;
  line-height: 1.46;
}
.modePC #suntory_contents.top .wrapper section.little_detail .inner .inner_2 p.time {
  font-size: 0.875em;
  line-height: 1.71;
  letter-spacing: 0.02em;
  margin-top: 12px;
}
.modePC #suntory_contents.top .wrapper section.little_detail .inner p.notice {
  font-size: 1em;
  line-height: 1.625;
  letter-spacing: 0.065em;
  text-align: center;
  margin-top: 20px;
}
.modePC #suntory_contents.top .wrapper section.little_detail .inner ul.note {
  margin-top: 32px;
  margin-bottom: 32px;
}
.modePC #suntory_contents.top .wrapper section.little_detail .inner ul.note li {
  font-size: 0.8125em;
  line-height: 1.61;
  letter-spacing: 0.03em;
  margin-bottom: initial;
}
.modePC #suntory_contents.top .wrapper section.little_2 {
  display: none;
}
.modePC #suntory_contents.top .wrapper section.little_2 .inner {
  position: relative;
}
.modePC #suntory_contents.top .wrapper section.little_2 .inner::before {
  content: "";
  position: absolute;
  top: 73px;
  right: -10px;
  background: url(../img/bg_little.webp) center right/contain no-repeat;
  width: 85px;
  height: 85px;
}
.modePC #suntory_contents.top .wrapper section.little_3 {
  display: none;
}
.modePC #suntory_contents.top .wrapper section.little_3 .inner ul.note {
  border: 2px solid #e7595c;
  padding: 10px 15px;
  margin-top: 16px;
}
.modePC #suntory_contents.top .wrapper section.little_3 .inner ul.note li {
  color: #e7595c;
}
.modePC #suntory_contents.top .wrapper section.little_end {
  display: none;
  padding-top: 23px;
}
.modePC #suntory_contents.top .wrapper section.little_end > * {
  width: 420px;
}
.modePC #suntory_contents.top .wrapper section.little_end .inner {
  font-size: 1em;
  line-height: 2;
  letter-spacing: 0.065em;
  text-align: center;
}
.modePC #suntory_contents.top .wrapper section.little_end .inner p {
  font-size: 1em;
  line-height: 1.75;
  letter-spacing: 0.065em;
  margin-bottom: 41px;
}
.modePC #suntory_contents.top .wrapper section.little_end .inner p em {
  color: #e7595c;
}
.modePC #suntory_contents.top .wrapper section.little_end .inner p em i {
  font-size: 130%;
}
.modePC #suntory_contents.top .wrapper section.entry_top {
  padding-top: 35px;
  padding-bottom: 35px;
}
.modePC #suntory_contents.top .wrapper section.entry_top .inner.sp {
  display: none;
}
.modePC #suntory_contents.top .wrapper section.entry_top .inner .ttl {
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 8px;
}
.modePC #suntory_contents.top .wrapper section.entry_top .inner .cap {
  text-align: center;
  font-size: 0.875em;
}
.modePC #suntory_contents.top .wrapper section.entry_top .inner a.btn {
  position: relative;
  display: block;
  align-items: center;
  padding: 20px 0;
  padding-right: 0.75em;
  width: 315px;
  background: #e7595c;
  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;
  transform: translateY(-50%) rotate(45deg);
}
.modePC #suntory_contents.top .wrapper section.flow {
  padding-bottom: 45px;
}
.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(89, 182, 217, 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: #59B6D9;
  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: #000000 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.flow_new {
  padding-bottom: 30px;
}
.modePC #suntory_contents.top .wrapper section.flow_new h3 {
  margin-bottom: 30px;
}
.modePC #suntory_contents.top .wrapper section.flow_new .inner {
  width: 420px;
}
.modePC #suntory_contents.top .wrapper section.flow_new .inner ol {
  counter-reset: cnt;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 15px;
}
.modePC #suntory_contents.top .wrapper section.flow_new .inner ol li {
  position: relative;
  padding: 20px 10px;
  width: 130px;
  border: 2px solid rgba(89, 182, 217, 0.4);
  font-size: 0.875em;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0;
  font-feature-settings: "palt";
}
.modePC #suntory_contents.top .wrapper section.flow_new .inner ol li:before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  width: 0;
  height: 0;
  border-right: 27px solid #59B6D9;
  border-bottom: 27px solid #59B6D9;
  border-bottom-right-radius: 100%;
}
.modePC #suntory_contents.top .wrapper section.flow_new .inner ol li:after {
  content: "";
  counter-increment: cnt;
  content: counter(cnt);
  position: absolute;
  top: -2px;
  left: -2px;
  color: #ffffff;
  width: 24px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  line-height: 27px;
  letter-spacing: 0;
}
.modePC #suntory_contents.top .wrapper section.flow_new .inner ol li img.icon {
  display: block;
  margin-bottom: 10px;
  width: 100%;
}
.modePC #suntory_contents.top .wrapper section.flow_new .inner ul.note {
  margin-top: 10px;
}
.modePC #suntory_contents.top .wrapper section.flow_new .inner 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;
}
.modePC #suntory_contents.top .wrapper section.flow_new .inner ul.note li:last-child {
  margin-bottom: 0;
}
.modePC #suntory_contents.top .wrapper section.flow_new .inner ul.note li > * {
  text-indent: 0;
}
.modePC #suntory_contents.top .wrapper section.hagaki .title {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  text-align: center;
}
.modePC #suntory_contents.top .wrapper section.hagaki .sub {
  padding-top: 10px;
  font-size: 16px;
  color: #000000;
  text-align: center;
}
.modePC #suntory_contents.top .wrapper section.hagaki .sub .txtRed {
  color: #f00;
}
.modePC #suntory_contents.top .wrapper section.hagaki a.btn {
  position: relative;
  display: block;
  width: 300px;
  margin: 20px auto 20px;
  padding: 10px 70px 10px 50px;
  background-color: #e7595c;
  border-radius: 6px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  color: #ffffff;
  text-decoration: none;
  text-align: left;
}
.modePC #suntory_contents.top .wrapper section.hagaki a.btn::after {
  content: "";
  position: absolute;
  top: calc((100% - 24px) / 2);
  right: 40px;
  width: 30px;
  height: 30px;
  background: url("../img/icn_download.svg") no-repeat;
  background-size: auto 100%;
}
.modePC #suntory_contents.top .wrapper section.hagaki ul.note {
  width: 640px;
  margin: 0 auto 50px;
}
.modePC #suntory_contents.top .wrapper section.hagaki ul.note li {
  margin-bottom: 0.5em;
  padding-left: 0;
  text-indent: 0;
  text-align: center;
  font-size: 0.875em;
  line-height: 1.5;
}
.modePC #suntory_contents.top .wrapper section.hagaki ul.note li dl.term {
  margin-top: 1.5em;
  margin-bottom: 3em;
  padding: 10px 1em 10px;
  width: 260px;
  border: 1px solid #59B6D9;
  text-align: center;
}
.modePC #suntory_contents.top .wrapper section.hagaki ul.note li dl.term dt {
  margin-bottom: 0.75em;
  padding: 0.25em 1em;
  border-bottom: 2px solid #59B6D9;
  color: #59B6D9;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.71;
}
.modePC #suntory_contents.top .wrapper section.hagaki ul.note li dl.term dd {
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0.01em;
}
.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: flex;
  justify-content: center;
  align-items: flex-start;
  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(89, 182, 217, 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: #59B6D9;
  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;
  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: 60px;
}
.modePC #suntory_contents.top .wrapper section.product h3 {
  margin-bottom: 50px;
  line-height: 1.2;
  letter-spacing: 0.19em;
}
.modePC #suntory_contents.top .wrapper section.product h3 span {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: 0;
}
.modePC #suntory_contents.top .wrapper section.product .inner {
  width: 640px;
}
.modePC #suntory_contents.top .wrapper section.product .inner h4 {
  position: relative;
  margin-bottom: 26px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  color: #59B6D9;
  text-align: center;
}
.modePC #suntory_contents.top .wrapper section.product .inner h4:before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 7em;
  height: 1px;
  background-color: #59B6D9;
}
.modePC #suntory_contents.top .wrapper section.product .inner h4:after {
  content: "";
  position: absolute;
  top: 0.5em;
  right: 0;
  width: 7em;
  height: 1px;
  background-color: #59B6D9;
}
.modePC #suntory_contents.top .wrapper section.product .inner .productName {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.4;
  text-align: center;
}
.modePC #suntory_contents.top .wrapper section.product .inner .visual {
  margin-top: 20px;
  margin-bottom: 20px;
}
.modePC #suntory_contents.top .wrapper section.product .inner .visual + h4 {
  margin-top: 60px;
}
.modePC #suntory_contents.top .wrapper section.product .inner .tourName {
  border: 1px solid #59B6D9;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 2em;
}
.modePC #suntory_contents.top .wrapper section.product .inner .tourName dt {
  margin-bottom: 0.8em;
  padding: 7px 0 4px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  background-color: #3eb3d4;
}
.modePC #suntory_contents.top .wrapper section.product .inner .tourName dd {
  padding-bottom: 2em;
  line-height: 1.4;
  text-align: center;
}
.modePC #suntory_contents.top .wrapper section.product .inner .tourName dd:last-of-type {
  padding-bottom: 0;
}
.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 {
  width: 18em;
}
.modePC #suntory_contents.top .wrapper section.product .inner .products ul.list li {
  margin-bottom: 0.385em;
  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 .products p {
  font-size: 0.8125em;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
.modePC #suntory_contents.top .wrapper section.product .inner ul.note {
  margin-top: 15px;
}
.modePC #suntory_contents.top .wrapper section.product .inner ul.note.center {
  margin-top: 0.5em;
  text-align: center;
}
.modePC #suntory_contents.top .wrapper section.agreement {
  padding: 25px 0 25px;
  background: #efefef;
}
.modePC #suntory_contents.top .wrapper section.agreement .inner {
  padding: 29px 47px 29px;
  width: 420px;
  border: 1px solid #cccccc;
  background: #ffffff;
  text-align: center;
}
.modePC #suntory_contents.top .wrapper section.agreement .inner h3 {
  margin-bottom: 10px;
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
.modePC #suntory_contents.top .wrapper section.agreement .inner p {
  margin-bottom: 10px;
  font-size: 0.875em;
  text-align: left;
  line-height: 1.7;
}
.modePC #suntory_contents.top .wrapper section.agreement .inner a.outline {
  position: relative;
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 20px;
  padding-right: 15px;
  font-size: 1.0625em;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
.modePC #suntory_contents.top .wrapper section.agreement .inner a.outline:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 8px;
  display: block;
  width: 7px;
  height: 7px;
  border: 1px solid currentColor;
  background: #ffffff;
  box-sizing: border-box;
}
.modePC #suntory_contents.top .wrapper section.agreement .inner a.outline:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 8px;
  display: block;
  width: 7px;
  height: 7px;
  border: 1px solid currentColor;
  background: #ffffff;
  box-sizing: border-box;
}
.modePC #suntory_contents.top .wrapper section.agreement .inner a.outline:before {
  content: "";
  right: 2px;
  bottom: 6px;
  border-top: none;
  border-right: none;
  box-sizing: border-box;
}
.modePC #suntory_contents.top .wrapper section.agreement .inner label {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 5px 0 50px;
  width: 100%;
  height: 50px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  background: #efefef;
  font-size: 0.8125em;
  line-height: 1.2;
  text-align: left;
  cursor: pointer;
}
.modePC #suntory_contents.top .wrapper section.agreement .inner label:before {
  content: "";
  position: absolute;
  left: 12px;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.3);
}
.modePC #suntory_contents.top .wrapper section.agreement .inner label:after {
  content: "";
  position: absolute;
  left: 22px;
  top: 17px;
  display: block;
  width: 6px;
  height: 9px;
  border-width: 0 2px 2px 0;
  border-style: none solid solid none;
  border-color: rgba(239, 239, 239, 0.7);
  transform: rotate(45deg);
}
.modePC #suntory_contents.top .wrapper section.agreement .inner input#consent {
  position: fixed;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  overflow: hidden;
  padding: 0;
  clip: rect(0, 0, 0, 0);
}
.modePC #suntory_contents.top .wrapper section.agreement .inner input#consent:checked + label[for=consent]:before {
  background: #e7595c;
}
.modePC #suntory_contents.top .wrapper section.agreement .inner input#consent:checked + label[for=consent]:after {
  border-color: #ffffff;
}
.modePC #suntory_contents.top .wrapper section.entry {
  padding-bottom: 45px;
  background: rgba(89, 182, 217, 0.1);
}
.modePC #suntory_contents.top .wrapper section.entry .title {
  position: relative;
  margin-bottom: 55px;
  padding: 1.5em 0.5em;
  background: #59B6D9;
  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: #59B6D9 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 span.btn, .modePC #suntory_contents.top .wrapper section.entry .inner ul li a.btn {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding: 0 50px;
  width: 100%;
  height: 90px;
  background: #e6e6e6;
  border-radius: 4px;
  text-decoration: none;
  pointer-events: none;
}
.modePC #suntory_contents.top .wrapper section.entry .inner ul li span.btn span, .modePC #suntory_contents.top .wrapper section.entry .inner ul li a.btn span {
  color: #cccccc;
  font-size: 1.125em;
  font-weight: bold;
  text-align: center;
}
.modePC #suntory_contents.top .wrapper section.entry .inner ul li span.btn span i, .modePC #suntory_contents.top .wrapper section.entry .inner ul li a.btn span i {
  display: inline-block;
  margin-right: 0.3em;
  color: #cccccc;
  font-size: 1.333em;
}
.modePC #suntory_contents.top .wrapper section.entry .inner ul li span.btn em, .modePC #suntory_contents.top .wrapper section.entry .inner ul li a.btn em {
  position: absolute;
  top: -27px;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  padding: 9px 20px;
  width: 180px;
  background: #cccccc;
  border-radius: 22px;
  color: #ffffff;
  font-size: 1.375em;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
}
.modePC #suntory_contents.top .wrapper section.entry .inner ul li span.btn em i, .modePC #suntory_contents.top .wrapper section.entry .inner ul li a.btn em i {
  color: #ffffff;
  font-size: 1.2em;
}
.modePC #suntory_contents.top .wrapper section.entry .inner ul li span.btn:after, .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: 12px;
  height: 12px;
  border-width: 2px 2px 0 0;
  border-style: solid solid none none;
  border-color: #cccccc;
  transform: rotate(45deg);
}
.modePC #suntory_contents.top .wrapper section.entry .inner ul li a.btn {
  pointer-events: all;
  visibility: hidden;
}
.modePC #suntory_contents.top .wrapper section.entry .inner ul li a.btn span, .modePC #suntory_contents.top .wrapper section.entry .inner ul li a.btn span i {
  color: #ffffff;
}
.modePC #suntory_contents.top .wrapper section.entry .inner ul li a.btn em {
  background: #dc0000;
}
.modePC #suntory_contents.top .wrapper section.entry .inner ul li a.btn:after {
  border-color: #ffffff;
}
.modePC #suntory_contents.top .wrapper section.entry .inner ul li a.btn.ln {
  background: #06c755;
  border: 1px solid #06c755;
}
.modePC #suntory_contents.top .wrapper section.entry .inner ul li a.btn.ln:before {
  content: "";
  background: url(../img/icon_line.webp) 50%/contain no-repeat;
}
.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.fb {
  background: #1977f3;
}
.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 p {
  font-size: 0.875em;
  text-align: left;
  line-height: 1.67;
}
.modePC #suntory_contents.top .wrapper section.notice {
  padding-top: 40px;
}
.modePC #suntory_contents.top .wrapper section.notice .inner {
  margin: 0 auto;
  padding: 1em 1.5em;
  width: 690px;
  background: #ffffff;
  border: 3px solid #e50000;
}
.modePC #suntory_contents.top .wrapper section.notice .inner h3 {
  margin-bottom: 0.5em;
  padding: 0;
  color: #e7595c;
  background: none;
  font-size: 0.875em;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.modePC #suntory_contents.top .wrapper section.notice .inner p {
  color: #e7595c;
  font-size: 0.875em;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: bold;
}
.modePC #suntory_contents.top .wrapper section.cm_movie {
  padding-top: 30px;
}
.modePC #suntory_contents.top .wrapper section.cm_movie .movie_wrapper {
  position: relative;
  width: 650px;
}
.modePC #suntory_contents.top .wrapper section.cm_movie .movie_wrapper::after {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.modePC #suntory_contents.top .wrapper section.cm_movie .movie_wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modePC #suntory_contents.top .wrapper .seal .inner {
  width: 660px;
}
.modePC #suntory_contents.top .wrapper .seal .inner h3 {
  position: relative;
  margin-top: 40px;
  margin-bottom: 20px;
  width: 100%;
}
.modePC #suntory_contents.top .wrapper .seal .inner h3 span {
  position: relative;
  display: block;
  width: 13em;
  margin: 0 auto;
  padding: 5px 0;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  color: #59B6D9;
  text-align: center;
  background-color: #fff;
  z-index: 1;
}
.modePC #suntory_contents.top .wrapper .seal .inner h3:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 100%;
  border-top: 1px solid #59B6D9;
  z-index: 0;
}
.modePC #suntory_contents.top .wrapper .seal .inner .seal {
  margin-bottom: 20px;
}
.modePC #suntory_contents.top .wrapper .seal .inner dl {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  margin-bottom: 25px;
  width: 200px;
  transform: -5px;
}
.modePC #suntory_contents.top .wrapper .seal .inner dl dt, .modePC #suntory_contents.top .wrapper .seal .inner dl dd {
  margin-right: 30px;
  width: 85px;
}
.modePC #suntory_contents.top .wrapper .seal .inner dl dt:last-of-type, .modePC #suntory_contents.top .wrapper .seal .inner dl dd:last-of-type {
  margin-right: 0;
}
.modePC #suntory_contents.top .wrapper .seal .inner dl dt {
  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 .seal .inner dl dd {
  order: 2;
  position: relative;
}
.modePC #suntory_contents.top .wrapper .seal .inner dl dd:after {
  content: "見本";
  position: absolute;
  right: -10px;
  bottom: -7px;
  display: block;
  padding: 0.25em 0.25em;
  background: rgba(7, 5, 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 .seal .inner dl dd img {
  pointer-events: none;
}
.modePC #suntory_contents.top .wrapper .seal .inner ul.note li {
  margin-bottom: 0.5em;
  font-size: 0.875em;
  line-height: 1.5;
}
.modePC #suntory_contents.top .wrapper .seal .inner p {
  margin-bottom: 15px;
  font-size: 1em;
  line-height: 1.5;
  letter-spacing: 0.01em;
  text-align: center;
}
.modePC #suntory_contents.top.teaser .wrapper section.teaser {
  padding-top: 10px;
  padding-bottom: 40px;
}
.modePC #suntory_contents.top.teaser .wrapper section.teaser h3.ttl {
  margin-bottom: 40px;
}
.modePC #suntory_contents.top.teaser .wrapper section.teaser p.lead {
  width: 420px;
  font-size: 0.875em;
  font-weight: bold;
  line-height: 1.71;
  letter-spacing: 0.03em;
}
.modePC #suntory_contents.top.teaser .wrapper section.teaser .inner {
  margin-bottom: 30px;
  width: 420px;
  border: 2px solid rgba(89, 182, 217, 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: #59B6D9;
  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.announcement {
  padding-bottom: 30px;
}
.modePC #suntory_contents.top.teaser .wrapper section.announcement h3 {
  margin-bottom: 30px;
  line-height: 1;
}
.modePC #suntory_contents.top.teaser .wrapper section.announcement .inner {
  width: 420px;
}
.modePC #suntory_contents.top.teaser .wrapper section.announcement .inner dl {
  text-align: center;
  margin-bottom: 20px;
  border: 1px solid #59B6D9;
}
.modePC #suntory_contents.top.teaser .wrapper section.announcement .inner dl dt {
  padding: 10px 1em;
  background: #59B6D9;
  color: #ffffff;
  font-size: 1.25em;
  font-weight: bold;
  letter-spacing: 0.11em;
  line-height: 1;
}
.modePC #suntory_contents.top.teaser .wrapper section.announcement .inner dl dd {
  padding: 20px 1em;
  letter-spacing: 0.05em;
}
.modePC #suntory_contents.top.teaser .wrapper section.announcement .inner p {
  font-size: 0.875em;
  letter-spacing: 0.01em;
}
.modePC #suntory_contents.top.teaser .wrapper section.seal h3 {
  margin-bottom: 30px;
}
.modePC #suntory_contents.top.end section.end h3 {
  margin-bottom: 40px;
}
.modePC #suntory_contents.top.end section.end p {
  width: 420px;
  font-size: 1.25em;
  font-weight: bold;
  text-align: center;
  line-height: 1.71;
  letter-spacing: 0.03em;
}
.modePC #suntory_contents.top.end section.contact {
  background-color: #c1e7f1;
  padding-bottom: 40px;
}
.modePC #suntory_contents.top.end section.contact .inner {
  width: 750px;
  margin: 0 auto;
  background-color: #fff;
}
.modePC #suntory_contents.top.end section.contact .contactBox {
  padding: 10px 70px 25px;
  width: 420px;
  border: 2px solid rgba(89, 182, 217, 0.4);
}
.modePC #suntory_contents.top.end section.contact .contactBox h3 {
  padding: 0.5em 0.5em;
  color: #000000;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.15em;
}
.modePC #suntory_contents.top.end section.contact .contactBox 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 .contactBox p:last-of-type {
  margin-bottom: 0;
}
.modePC #suntory_contents.top.end section.contact .contactBox p em {
  font-size: 1.5em;
  font-weight: bold;
}
.modePC #suntory_contents.top.end section.contact .contactBox p a {
  color: currentColor;
  text-decoration: none;
}
.modePC #suntory_contents.top.end section.contact .contactBox ul.note {
  margin-top: 10px;
}
.modePC #suntory_contents.top.end1 section.max_oubo {
  padding-top: 10px;
  padding-bottom: 40px;
}
.modePC #suntory_contents.top.end1 section.max_oubo h3 {
  margin-bottom: 20px;
  font-size: 1.125em;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.modePC #suntory_contents.top.end1 section.max_oubo p {
  width: 420px;
  font-size: 0.875em;
  font-weight: bold;
  line-height: 1.71;
  letter-spacing: 0.03em;
}
.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 .inner {
  width: 750px;
  margin: 0 auto;
  padding: 40px 0;
  background-color: #fff;
  border-top: 1px solid #c5ccd2;
}
.modePC #suntory_contents.top.iw nav.contact .contactBox {
  padding: 20px 1em 25px;
  width: 420px;
  border: 2px solid rgba(89, 182, 217, 0.4);
}
.modePC #suntory_contents.top.iw nav.contact .contactBox h3 {
  margin-bottom: 5px;
  padding: 0.5em 0.5em;
  color: #000000;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.15em;
}
.modePC #suntory_contents.top.iw nav.contact .contactBox 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 .contactBox p:last-of-type {
  margin-bottom: 0;
}
.modePC #suntory_contents.top.iw nav.contact .contactBox p em {
  font-size: 1.5em;
  font-weight: bold;
}
.modePC #suntory_contents.top.iw nav.contact .contactBox p a {
  color: currentColor;
  text-decoration: none;
}
.modePC #suntory_contents.top.iw nav.contact .contactBox ul.note {
  margin-top: 10px;
}
.modePC #suntory_contents.top.iw nav.footer {
  background-color: transparent;
  padding-bottom: 0;
}
.modePC #suntory_contents.top.iw nav.footer .inner {
  width: 750px;
  margin: 0 auto;
  padding: 0 0 40px;
  background-color: #fff;
}

.modeSP .pc {
  display: none;
}
.modeSP #suntory_contents.top header#mv h2 {
  width: 100%;
}
.modeSP #suntory_contents.top .wrapper section.little_detail {
  display: none;
  padding-top: 27px;
}
.modeSP #suntory_contents.top .wrapper section.little_detail .inner {
  width: 89.3333333333vw;
}
.modeSP #suntory_contents.top .wrapper section.little_detail .inner h3 {
  font-size: 1em;
  line-height: 1.625;
  text-align: center;
}
@media (max-width: 375px) {
  .modeSP #suntory_contents.top .wrapper section.little_detail .inner h3 {
    font-size: 4.2666666667vw;
  }
}
.modeSP #suntory_contents.top .wrapper section.little_detail .inner h4 {
  font-size: 4.2666666667vw;
  line-height: 1.625;
  letter-spacing: 0.065em;
  color: #ffffff;
  background: #59B6D9;
  text-align: center;
  width: 52vw;
  border-radius: 17px;
  position: relative;
  margin-top: 5.6vw;
  padding: 0.5333333333vw 0;
}
.modeSP #suntory_contents.top .wrapper section.little_detail .inner h4:before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-width: 12px 7px 0 7px;
  border-style: solid solid none solid;
  border-color: #59B6D9 transparent transparent transparent;
}
.modeSP #suntory_contents.top .wrapper section.little_detail .inner .inner_2 {
  background: rgba(89, 182, 217, 0.1);
  text-align: center;
  padding: 12vw 0 6.6666666667vw;
  border-radius: 3.2vw;
  margin-top: -3.4666666667vw;
  font-size: 4.2666666667vw;
}
.modeSP #suntory_contents.top .wrapper section.little_detail .inner .inner_2 p {
  font-size: 1em;
  letter-spacing: 0.02em;
  text-align: center;
}
.modeSP #suntory_contents.top .wrapper section.little_detail .inner .inner_2 p.text {
  font-size: 1.125em;
  line-height: 1.34;
}
.modeSP #suntory_contents.top .wrapper section.little_detail .inner .inner_2 p.text i {
  color: #59B6D9;
}
.modeSP #suntory_contents.top .wrapper section.little_detail .inner .inner_2 p.txt_little {
  letter-spacing: 0.02em;
}
.modeSP #suntory_contents.top .wrapper section.little_detail .inner .inner_2 p.txt_little em {
  color: #e7595c;
  font-size: 3.25em;
  letter-spacing: -0.04em;
  line-height: 1.46;
}
.modeSP #suntory_contents.top .wrapper section.little_detail .inner .inner_2 p.time {
  font-size: 0.875em;
  line-height: 1.71;
  letter-spacing: 0.02em;
  margin-top: 12px;
}
.modeSP #suntory_contents.top .wrapper section.little_detail .inner p.notice {
  font-size: 1em;
  line-height: 1.625;
  letter-spacing: 0.065em;
  text-align: center;
  margin-top: 20px;
}
.modeSP #suntory_contents.top .wrapper section.little_detail .inner ul.note {
  width: 89.3333333333vw;
  margin-top: 32px;
  margin-bottom: 32px;
}
.modeSP #suntory_contents.top .wrapper section.little_detail .inner ul.note li {
  font-size: 0.8125em;
  line-height: 1.61;
  letter-spacing: 0.03em;
  margin-bottom: initial;
}
.modeSP #suntory_contents.top .wrapper section.little_detail .inner img {
  width: 89.3333333333vw;
}
.modeSP #suntory_contents.top .wrapper section.little_2 {
  display: none;
}
.modeSP #suntory_contents.top .wrapper section.little_2 .inner {
  position: relative;
}
.modeSP #suntory_contents.top .wrapper section.little_2 .inner::before {
  content: "";
  position: absolute;
  top: 19.4666666667vw;
  right: -2.6666666667vw;
  background: url(../img/bg_little.webp) center right/contain no-repeat;
  width: 22.6666666667vw;
  height: 22.6666666667vw;
}
.modeSP #suntory_contents.top .wrapper section.little_3 {
  display: none;
}
.modeSP #suntory_contents.top .wrapper section.little_3 .inner ul.note {
  border: 2px solid #e7595c;
  padding: 10px 15px;
  margin-top: 16px;
}
.modeSP #suntory_contents.top .wrapper section.little_3 .inner ul.note li {
  color: #e7595c;
}
.modeSP #suntory_contents.top .wrapper section.little_end {
  display: none;
  padding-top: 23px;
}
.modeSP #suntory_contents.top .wrapper section.little_end .inner {
  width: 89.3333333333vw;
  text-align: center;
}
.modeSP #suntory_contents.top .wrapper section.little_end .inner h3 {
  font-size: 1em;
  line-height: 2;
}
.modeSP #suntory_contents.top .wrapper section.little_end .inner p {
  font-size: 1em;
  line-height: 1.75;
  letter-spacing: 0.065em;
  margin-bottom: 38px;
}
.modeSP #suntory_contents.top .wrapper section.little_end .inner p em {
  color: #e7595c;
}
.modeSP #suntory_contents.top .wrapper section.little_end .inner p em i {
  font-size: 130%;
}
.modeSP #suntory_contents.top .wrapper section.wchance_img {
  padding-bottom: 45px;
}
.modeSP #suntory_contents.top .wrapper section.wchance_img > * {
  width: 89.3333333333vw;
}
.modeSP #suntory_contents.top .wrapper section.entry_top {
  padding-top: 25px;
  padding-bottom: 25px;
}
.modeSP #suntory_contents.top .wrapper section.entry_top .inner.pc {
  display: none;
}
.modeSP #suntory_contents.top .wrapper section.entry_top .inner a.btn {
  position: relative;
  display: block;
  align-items: center;
  padding: 20px 0;
  padding-right: 0.75em;
  width: 84vw;
  background: #e7595c;
  border-radius: 6px;
  color: #ffffff;
  font-size: 5.5vw;
  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;
  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(89, 182, 217, 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: #59B6D9;
  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: #000000 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.flow_new {
  padding-bottom: 45px;
}
.modeSP #suntory_contents.top .wrapper section.flow_new h3 {
  margin-bottom: 30px;
}
.modeSP #suntory_contents.top .wrapper section.flow_new .inner {
  width: 89.3333333333vw;
}
.modeSP #suntory_contents.top .wrapper section.flow_new .inner ol {
  counter-reset: cnt;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 2.6666666667vw;
}
.modeSP #suntory_contents.top .wrapper section.flow_new .inner ol li {
  position: relative;
  padding: 20px calc(2.6666666667vw - 2px);
  padding-top: 5.3333333333vw;
  width: 28vw;
  border: 2px solid rgba(89, 182, 217, 0.4);
  font-size: 2.5vw;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0;
  font-feature-settings: "palt";
}
.modeSP #suntory_contents.top .wrapper section.flow_new .inner ol li:before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  width: 0;
  height: 0;
  border-right: 7.2vw solid #59B6D9;
  border-bottom: 7.2vw solid #59B6D9;
  border-bottom-right-radius: 100%;
}
.modeSP #suntory_contents.top .wrapper section.flow_new .inner ol li:after {
  content: "";
  counter-increment: cnt;
  content: counter(cnt);
  position: absolute;
  top: -2px;
  left: -2px;
  color: #ffffff;
  width: 6.4vw;
  font-size: 4vw;
  font-weight: bold;
  text-align: center;
  line-height: 7.2vw;
  letter-spacing: 0;
}
.modeSP #suntory_contents.top .wrapper section.flow_new .inner ol li img.icon {
  margin-bottom: 20px;
}
.modeSP #suntory_contents.top .wrapper section.flow_new .inner ul.note {
  margin-top: 15px;
}
.modeSP #suntory_contents.top .wrapper section.flow_new .inner 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;
}
.modeSP #suntory_contents.top .wrapper section.flow_new .inner ul.note li:last-child {
  margin-bottom: 0;
}
.modeSP #suntory_contents.top .wrapper section.flow_new .inner ul.note li > * {
  text-indent: 0;
}
.modeSP #suntory_contents.top .wrapper section.hagaki .title {
  font-size: 4.2vw;
  font-weight: bold;
  color: #000000;
  text-align: center;
}
.modeSP #suntory_contents.top .wrapper section.hagaki .sub {
  padding-top: 10px;
  font-size: 3.5vw;
  line-height: 1.4;
  color: #000000;
  text-align: center;
}
.modeSP #suntory_contents.top .wrapper section.hagaki .sub .txtRed {
  color: #f00;
}
.modeSP #suntory_contents.top .wrapper section.hagaki a.btn {
  position: relative;
  display: block;
  width: 76.92%;
  margin: 20px auto 20px;
  padding: 3vw 0 3vw 13.5vw;
  background-color: #e7595c;
  border-radius: 6px;
  font-size: 4vw;
  font-weight: bold;
  line-height: 1.4;
  color: #ffffff;
  text-decoration: none;
  text-align: left;
}
.modeSP #suntory_contents.top .wrapper section.hagaki a.btn:after {
  content: "";
  position: absolute;
  top: 5vw;
  right: 12vw;
  width: 8vw;
  height: 8vw;
  background: url("../img/icn_download.svg") center center no-repeat;
}
.modeSP #suntory_contents.top .wrapper section.hagaki ul.note {
  width: 89.3333333333vw;
  margin: 0 auto 50px;
}
.modeSP #suntory_contents.top .wrapper section.hagaki ul.note li {
  margin-bottom: 0.5em;
  padding-left: 0;
  text-indent: 0;
  text-align: center;
  font-size: 3.3vw;
  line-height: 1.5;
}
.modeSP #suntory_contents.top .wrapper section.hagaki ul.note li dl.term {
  margin-top: 1em;
  margin-bottom: 3em;
  padding: 10px 5.3333333333vw 10px;
  width: 78vw;
  border: 1px solid #59B6D9;
  text-align: center;
}
.modeSP #suntory_contents.top .wrapper section.hagaki ul.note li dl.term dt {
  margin-bottom: 0.75em;
  padding: 0.25em 1em;
  border-bottom: 2px solid #59B6D9;
  color: #59B6D9;
  font-size: 3.6vw;
  font-weight: bold;
  line-height: 1.71;
}
.modeSP #suntory_contents.top .wrapper section.hagaki ul.note li dl.term dd {
  font-size: 3.2vw;
  line-height: 1.8;
  letter-spacing: 0.01em;
}
.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.3333333333vw;
}
.modeSP #suntory_contents.top .wrapper section.prize .inner ul li {
  margin-bottom: 25px;
  border: 2px solid rgba(89, 182, 217, 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: #59B6D9;
  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;
  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: 60px;
}
.modeSP #suntory_contents.top .wrapper section.product h3 {
  margin-bottom: 30px;
  line-height: 1.2;
  letter-spacing: 0.19em;
}
.modeSP #suntory_contents.top .wrapper section.product h3 span {
  display: inline-block;
  font-size: 3.2vw;
  font-weight: normal;
  letter-spacing: 0;
}
.modeSP #suntory_contents.top .wrapper section.product .inner {
  width: 84vw;
}
.modeSP #suntory_contents.top .wrapper section.product .inner h4 {
  position: relative;
  margin-bottom: 5vw;
  font-size: 6vw;
  font-weight: bold;
  line-height: 1;
  color: #59B6D9;
  text-align: center;
}
.modeSP #suntory_contents.top .wrapper section.product .inner h4:before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 16vw;
  height: 1px;
  background-color: #59B6D9;
}
.modeSP #suntory_contents.top .wrapper section.product .inner h4:after {
  content: "";
  position: absolute;
  top: 0.5em;
  right: 0;
  width: 16vw;
  height: 1px;
  background-color: #59B6D9;
}
.modeSP #suntory_contents.top .wrapper section.product .inner .productName {
  font-size: 3.8vw;
  font-weight: normal;
  line-height: 1.4;
  text-align: center;
}
.modeSP #suntory_contents.top .wrapper section.product .inner .visual {
  margin-top: 20px;
  margin-bottom: 20px;
}
.modeSP #suntory_contents.top .wrapper section.product .inner .visual + h4 {
  margin-top: 40px;
}
.modeSP #suntory_contents.top .wrapper section.product .inner .tourName {
  border: 1px solid #59B6D9;
  margin-top: 30px;
  margin-bottom: 60px;
  padding: 1em 0.5em;
}
.modeSP #suntory_contents.top .wrapper section.product .inner .tourName dt {
  margin-bottom: 0.6em;
  padding: 1.8vw 0 1.2vw;
  font-size: 3.2vw;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  color: #ffffff;
  background-color: #3eb3d4;
}
.modeSP #suntory_contents.top .wrapper section.product .inner .tourName dd {
  padding-bottom: 2em;
  font-size: 3.4vw;
  line-height: 1.4;
  text-align: center;
}
.modeSP #suntory_contents.top .wrapper section.product .inner .tourName dd:last-of-type {
  padding-bottom: 0;
}
.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 {
  width: 72vw;
}
.modeSP #suntory_contents.top .wrapper section.product .inner .products ul.list li {
  margin-bottom: 0.385em;
  font-size: 3.2vw;
  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 .products p {
  font-size: 3vw;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
.modeSP #suntory_contents.top .wrapper section.product .inner ul.note {
  margin-top: 15px;
}
.modeSP #suntory_contents.top .wrapper section.product .inner ul.note.center {
  margin-top: 0.5em;
  text-align: center;
  font-size: 3.3vw;
}
.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 {
  padding: 0.5em 0.5em;
  border-bottom: 2px solid rgba(89, 182, 217, 0.4);
  color: #59B6D9;
  font-size: 4.5vw;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
.modeSP #suntory_contents.top .wrapper section.seal .inner img.seal {
  margin-bottom: 25px;
  width: 66.6666666667vw;
}
.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.agreement {
  padding: 25px 0 25px;
  background: #efefef;
}
.modeSP #suntory_contents.top .wrapper section.agreement .inner {
  padding: 20px;
  width: 89.3333333333vw;
  border: 1px solid #cccccc;
  background: #ffffff;
  text-align: center;
}
.modeSP #suntory_contents.top .wrapper section.agreement .inner h3 {
  margin-bottom: 15px;
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
.modeSP #suntory_contents.top .wrapper section.agreement .inner p {
  margin-bottom: 10px;
  font-size: 0.875em;
  line-height: 1.5;
}
.modeSP #suntory_contents.top .wrapper section.agreement .inner a.outline {
  position: relative;
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 15px;
  padding-right: 15px;
  font-size: 1.0625em;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
.modeSP #suntory_contents.top .wrapper section.agreement .inner a.outline:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0.5em;
  display: block;
  width: 7px;
  height: 7px;
  border: 1px solid currentColor;
  background: #ffffff;
  box-sizing: border-box;
}
.modeSP #suntory_contents.top .wrapper section.agreement .inner a.outline:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0.5em;
  display: block;
  width: 7px;
  height: 7px;
  border: 1px solid currentColor;
  background: #ffffff;
  box-sizing: border-box;
}
.modeSP #suntory_contents.top .wrapper section.agreement .inner a.outline:before {
  content: "";
  border-top: none;
  border-right: none;
  box-sizing: border-box;
  transform: translateX(-2px) translateY(2px);
}
.modeSP #suntory_contents.top .wrapper section.agreement .inner label {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 5px 0 50px;
  width: 100%;
  height: 50px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  background: #efefef;
  font-size: 0.8125em;
  line-height: 1.2;
  text-align: left;
  cursor: pointer;
}
.modeSP #suntory_contents.top .wrapper section.agreement .inner label:before {
  content: "";
  position: absolute;
  left: 12px;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.3);
}
.modeSP #suntory_contents.top .wrapper section.agreement .inner label:after {
  content: "";
  position: absolute;
  left: 22px;
  top: 17px;
  display: block;
  width: 6px;
  height: 9px;
  border-width: 0 2px 2px 0;
  border-style: none solid solid none;
  border-color: rgba(239, 239, 239, 0.7);
  transform: rotate(45deg);
}
.modeSP #suntory_contents.top .wrapper section.agreement .inner input#consent {
  position: fixed;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  overflow: hidden;
  padding: 0;
  clip: rect(0, 0, 0, 0);
}
.modeSP #suntory_contents.top .wrapper section.agreement .inner input#consent:checked + label[for=consent]:before {
  background: #e7595c;
}
.modeSP #suntory_contents.top .wrapper section.agreement .inner input#consent:checked + label[for=consent]:after {
  border-color: #ffffff;
}
.modeSP #suntory_contents.top .wrapper section.entry {
  padding-bottom: 45px;
  margin-top: 20px;
}
.modeSP #suntory_contents.top .wrapper section.entry .title {
  position: relative;
  margin-bottom: 45px;
  padding: 1.375em 0.5em;
  background: #59B6D9;
  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: #59B6D9 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;
  margin-bottom: 40px;
}
.modeSP #suntory_contents.top .wrapper section.entry .inner ul li {
  margin-bottom: 5.3333333333vw;
}
.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 span.btn, .modeSP #suntory_contents.top .wrapper section.entry .inner ul li a.btn {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding: 0 30px;
  width: 100%;
  height: 70px;
  background: #e6e6e6;
  border-radius: 10px;
  text-decoration: none;
  pointer-events: none;
}
.modeSP #suntory_contents.top .wrapper section.entry .inner ul li span.btn span, .modeSP #suntory_contents.top .wrapper section.entry .inner ul li a.btn span {
  color: #cccccc;
  font-size: 0.875em;
  font-weight: bold;
  text-align: center;
}
.modeSP #suntory_contents.top .wrapper section.entry .inner ul li span.btn span i, .modeSP #suntory_contents.top .wrapper section.entry .inner ul li a.btn span i {
  display: inline-block;
  margin-right: 0.3em;
  color: #cccccc;
  font-size: 1.43em;
}
.modeSP #suntory_contents.top .wrapper section.entry .inner ul li span.btn em, .modeSP #suntory_contents.top .wrapper section.entry .inner ul li a.btn em {
  position: absolute;
  top: -1.2em;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 8em;
  background: #cccccc;
  border-radius: 1.1em;
  color: #ffffff;
  font-size: 1.125em;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.modeSP #suntory_contents.top .wrapper section.entry .inner ul li span.btn em i, .modeSP #suntory_contents.top .wrapper section.entry .inner ul li a.btn em i {
  color: #ffffff;
  font-size: 1.2em;
}
.modeSP #suntory_contents.top .wrapper section.entry .inner ul li span.btn:after, .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: 6px;
  height: 6px;
  border-width: 2px 2px 0 0;
  border-style: solid solid none none;
  border-color: #cccccc;
  transform: rotate(45deg);
}
.modeSP #suntory_contents.top .wrapper section.entry .inner ul li a.btn {
  pointer-events: all;
  visibility: hidden;
}
.modeSP #suntory_contents.top .wrapper section.entry .inner ul li a.btn span, .modeSP #suntory_contents.top .wrapper section.entry .inner ul li a.btn span i {
  color: #ffffff;
}
.modeSP #suntory_contents.top .wrapper section.entry .inner ul li a.btn em {
  background: #dc0000;
}
.modeSP #suntory_contents.top .wrapper section.entry .inner ul li a.btn:after {
  border-color: #ffffff;
}
.modeSP #suntory_contents.top .wrapper section.entry .inner ul li a.btn.ln {
  background: #06c755;
}
.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.875em;
  text-align: center;
  line-height: 1.67;
}
.modeSP #suntory_contents.top .wrapper section.entry .howto {
  width: 84vw;
}
.modeSP #suntory_contents.top .wrapper section.entry .howto h4 {
  position: relative;
  padding: 1em 35px;
  background: #ffffff;
  border: 3px solid currentColor;
  color: #59B6D9;
  font-size: 1.0625em;
  font-weight: bold;
  text-align: center;
  line-height: 1.53;
  letter-spacing: 0.03em;
}
.modeSP #suntory_contents.top .wrapper section.entry .howto h4:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  height: 3px;
  width: 15px;
  display: block;
  margin: auto;
  background: currentColor;
}
.modeSP #suntory_contents.top .wrapper section.entry .howto h4:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  height: 3px;
  width: 15px;
  display: block;
  margin: auto;
  background: currentColor;
}
.modeSP #suntory_contents.top .wrapper section.entry .howto h4:after {
  content: "";
  transform: rotate(90deg);
}
.modeSP #suntory_contents.top .wrapper section.entry .howto h4.open:after {
  content: "";
  display: none;
}
.modeSP #suntory_contents.top .wrapper section.entry .howto .body {
  display: none;
  padding: 20px 4vw 40px;
  background: #ffffff;
  border: 3px solid #59B6D9;
  border-top: none;
}
.modeSP #suntory_contents.top .wrapper section.entry .howto .body hr {
  border: none;
  border-bottom: 1px dotted #cccccc;
}
.modeSP #suntory_contents.top .wrapper section.entry .howto .body .image {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 2.6666666667vw;
}
.modeSP #suntory_contents.top .wrapper section.entry .howto .body .image img {
  width: 24.8vw;
  margin-right: 5.3333333333vw;
}
.modeSP #suntory_contents.top .wrapper section.entry .howto .body .image p {
  flex: 1;
  font-size: 0.8125em;
  line-height: 1.54;
  letter-spacing: 0.01em;
}
.modeSP #suntory_contents.top .wrapper section.entry .howto .body .center {
  padding-top: 25px;
  padding-bottom: 25px;
}
.modeSP #suntory_contents.top .wrapper section.entry .howto .body .center p {
  font-size: 0.8125em;
  text-align: center;
  line-height: 1.54;
  letter-spacing: 0.01em;
}
.modeSP #suntory_contents.top .wrapper section.entry .howto .body .noaccount {
  padding-top: 20px;
}
.modeSP #suntory_contents.top .wrapper section.entry .howto .body .noaccount p {
  margin-bottom: 20px;
  font-size: 0.75em;
  text-align: center;
  line-height: 1.67;
  letter-spacing: 0.01em;
}
.modeSP #suntory_contents.top .wrapper section.entry .howto .body .noaccount ul.register {
  margin-bottom: 10px;
}
.modeSP #suntory_contents.top .wrapper section.entry .howto .body .noaccount ul.register li {
  margin-bottom: 15px;
}
.modeSP #suntory_contents.top .wrapper section.entry .howto .body .noaccount ul.register li:last-child {
  margin-bottom: 0;
}
.modeSP #suntory_contents.top .wrapper section.entry .howto .body .noaccount ul.register li a {
  display: block;
  padding: 0.5em 0.5em;
  background: #f6f6f7;
  border: 1px solid #acb2b7;
  border-radius: 6px;
  color: currentColor;
  font-size: 0.75em;
  text-align: center;
  line-height: 1.67;
  letter-spacing: 0.01em;
  text-decoration: none;
}
.modeSP #suntory_contents.top .wrapper section.entry .howto .body .noaccount ul.note li {
  padding-left: 0;
  text-indent: 0;
  margin-bottom: 0.385em;
  font-size: 0.8125em;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
.modeSP #suntory_contents.top .wrapper section.entry .howto .body .noaccount ul.note li:last-child {
  margin-bottom: 0;
}
.modeSP #suntory_contents.top .wrapper section.entry .howto .body .noaccount ul.note li > * {
  text-indent: 0;
}
.modeSP #suntory_contents.top .wrapper section.notice {
  padding-top: 8vw;
}
.modeSP #suntory_contents.top .wrapper section.notice .inner {
  margin: 0 auto;
  padding: 1.5em 1em;
  width: 92vw;
  background: #ffffff;
  border: 3px solid #e50000;
}
.modeSP #suntory_contents.top .wrapper section.notice .inner h3 {
  margin-bottom: 0.5em;
  padding: 0;
  color: #e7595c;
  background: none;
  font-size: 0.875em;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.modeSP #suntory_contents.top .wrapper section.notice .inner p {
  color: #e7595c;
  font-size: 0.875em;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: bold;
}
.modeSP #suntory_contents.top .wrapper section.cm_movie {
  padding-top: 15px;
}
.modeSP #suntory_contents.top .wrapper section.cm_movie .movie_wrapper {
  position: relative;
  width: 92vw;
}
.modeSP #suntory_contents.top .wrapper section.cm_movie .movie_wrapper::after {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.modeSP #suntory_contents.top .wrapper section.cm_movie .movie_wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modeSP #suntory_contents.top .wrapper h3#oubo {
  position: relative;
  font-size: 4.8vw;
}
.modeSP #suntory_contents.top .wrapper h3#oubo span {
  font-size: 4.2vw;
}
.modeSP #suntory_contents.top .wrapper h3#oubo::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #59B6D9;
}
.modeSP #suntory_contents.top .wrapper .seal .inner h3 {
  position: relative;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
}
.modeSP #suntory_contents.top .wrapper .seal .inner h3 span {
  position: relative;
  display: block;
  width: 13em;
  margin: 0 auto;
  padding: 5px 0;
  font-size: 4.5vw;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  color: #3eb3d4;
  text-align: center;
  background-color: #fff;
  z-index: 1;
}
.modeSP #suntory_contents.top .wrapper .seal .inner h3:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 100%;
  border-top: 1px solid #59B6D9;
  z-index: 0;
}
.modeSP #suntory_contents.top .wrapper .seal .inner .seal {
  margin-bottom: 20px;
}
.modeSP #suntory_contents.top .wrapper .seal .inner dl {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  margin-bottom: 25px;
  width: 53.3333333333vw;
  transform: translateX(-1.3333333333vw);
}
.modeSP #suntory_contents.top .wrapper .seal .inner dl dt, .modeSP #suntory_contents.top .wrapper .seal .inner dl dd {
  margin-right: 8vw;
  width: calc(50% - 4vw);
}
.modeSP #suntory_contents.top .wrapper .seal .inner dl dt:last-of-type, .modeSP #suntory_contents.top .wrapper .seal .inner dl dd:last-of-type {
  margin-right: 0;
}
.modeSP #suntory_contents.top .wrapper .seal .inner dl dt {
  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 .seal .inner dl dd {
  order: 2;
  position: relative;
}
.modeSP #suntory_contents.top .wrapper .seal .inner dl dd:after {
  content: "見本";
  position: absolute;
  right: -2.6666666667vw;
  bottom: -1.8666666667vw;
  display: block;
  padding: 0.25em 0.25em;
  background: rgba(7, 5, 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 .seal .inner dl dd img {
  pointer-events: none;
}
.modeSP #suntory_contents.top .wrapper .seal .inner ul.note li {
  margin-bottom: 0.5em;
  font-size: 3.3vw;
  line-height: 1.5;
}
.modeSP #suntory_contents.top .wrapper .seal .inner p {
  margin-bottom: 15px;
  font-size: 1em;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
.modeSP #suntory_contents.top.teaser .wrapper section.teaser {
  padding-top: 10px;
  padding-bottom: 25px;
}
.modeSP #suntory_contents.top.teaser .wrapper section.teaser h3.ttl {
  margin-bottom: 30px;
}
.modeSP #suntory_contents.top.teaser .wrapper section.teaser p.lead {
  width: 84vw;
  font-size: 0.875em;
  font-weight: bold;
  line-height: 1.71;
  letter-spacing: 0.03em;
}
.modeSP #suntory_contents.top.teaser .wrapper section.teaser .inner {
  margin-bottom: 20px;
  width: 84vw;
  border: 2px solid rgba(89, 182, 217, 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: #59B6D9;
  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.3333333333vw;
  font-size: 1.25em;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
.modeSP #suntory_contents.top.teaser .wrapper section.announcement {
  padding-bottom: 30px;
}
.modeSP #suntory_contents.top.teaser .wrapper section.announcement h3 {
  margin-bottom: 30px;
}
.modeSP #suntory_contents.top.teaser .wrapper section.announcement .inner {
  width: 84vw;
}
.modeSP #suntory_contents.top.teaser .wrapper section.announcement .inner dl {
  text-align: center;
  margin-bottom: 20px;
}
.modeSP #suntory_contents.top.teaser .wrapper section.announcement .inner dl dt {
  padding: 0.4em;
  background: #59B6D9;
  color: #ffffff;
  font-size: 1.25em;
  font-weight: bold;
  letter-spacing: 0.11em;
  line-height: 1;
}
.modeSP #suntory_contents.top.teaser .wrapper section.announcement .inner dl dd {
  border: 1px solid #59B6D9;
  padding: 1em;
  letter-spacing: 0.05em;
}
.modeSP #suntory_contents.top.teaser .wrapper section.announcement .inner p {
  font-size: 0.875em;
  letter-spacing: 0.01em;
}
.modeSP #suntory_contents.top.end section.end h3 {
  margin-bottom: 40px;
}
.modeSP #suntory_contents.top.end section.end p {
  width: 84vw;
  font-size: 1.25em;
  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(89, 182, 217, 0.4);
}
.modeSP #suntory_contents.top.end section.contact .inner h3 {
  padding: 0.5em 0.5em;
  color: #000000;
  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.end section.contact .inner ul.note {
  margin-top: 10px;
}
.modeSP #suntory_contents.top.end1 section.max_oubo {
  padding-top: 10px;
  padding-bottom: 30px;
}
.modeSP #suntory_contents.top.end1 section.max_oubo h3 {
  margin-bottom: 20px;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.modeSP #suntory_contents.top.end1 section.max_oubo p {
  width: 84vw;
  font-size: 0.875em;
  font-weight: bold;
  line-height: 1.71;
  letter-spacing: 0.03em;
}
.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 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(89, 182, 217, 0.4);
}
.modeSP #suntory_contents.top.iw nav.contact .inner h3 {
  margin-bottom: 5px;
  padding: 0.5em 0.5em;
  color: #000000;
  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;
}
.modeSP #suntory_contents.top.iw nav.contact .inner ul.note {
  margin-top: 10px;
}

.modePC #suntory_contents.mypage header#mv h2 {
  width: 100%;
}
.modePC #suntory_contents.mypage .wrapper main section button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
  padding: 1.25em 1em;
  width: 420px;
  background: #e7595c;
  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 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;
  transform: rotate(45deg);
}
.modePC #suntory_contents.mypage .wrapper main section.input {
  padding-top: 50px;
  padding-bottom: 50px;
}
.modePC #suntory_contents.mypage .wrapper main section.input button {
  margin-bottom: 0;
}
.modePC #suntory_contents.mypage .wrapper main section.input p {
  text-align: center;
  margin: 2em 0em;
  font-size: 1.2em;
}
.modePC #suntory_contents.mypage .wrapper main section.input p.JS-error {
  font-size: 1em;
  color: #e60020;
}
.modePC #suntory_contents.mypage .wrapper main section.redisp_body {
  padding-bottom: 1px;
}
.modePC #suntory_contents.mypage .wrapper main section.redisp {
  margin-top: 10px;
  padding-bottom: 20px;
}
.modePC #suntory_contents.mypage .wrapper main section.redisp p {
  margin-bottom: 1.5em;
  width: 420px;
  font-size: 1em;
  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 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(89, 182, 217, 0.4);
  color: #59B6D9;
  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 .wrapper main section.max_oubo {
  margin-top: 10px;
}
.modePC #suntory_contents.mypage .wrapper main section.max_oubo h3.ttl.small {
  font-size: 1.125em;
  line-height: 1.5;
}
.modePC #suntory_contents.mypage .wrapper main section.max_oubo 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.max_oubo ul.note {
  margin-bottom: 20px;
  width: 420px;
}
.modePC #suntory_contents.mypage .wrapper main section.max_oubo 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.max_oubo dl.term {
  padding: 5px 30px 15px;
  width: 420px;
  border: 1px solid #cccccc;
  text-align: center;
}
.modePC #suntory_contents.mypage .wrapper main section.max_oubo dl.term dt {
  margin-bottom: 15px;
  padding: 0.75em 1em;
  width: 275px;
  border-bottom: 2px solid rgba(89, 182, 217, 0.4);
  color: #59B6D9;
  font-size: 0.875em;
  font-weight: bold;
  line-height: 1.71;
  letter-spacing: 0.19em;
}
.modePC #suntory_contents.mypage .wrapper main section.max_oubo dl.term dd {
  font-size: 0.8125em;
  line-height: 1.8;
  letter-spacing: 0.01em;
}
.modePC #suntory_contents.mypage .wrapper main section.wchance {
  padding-bottom: 40px;
}
.modePC #suntory_contents.mypage .wrapper main section.wchance h3 {
  margin-bottom: 20px;
  padding: 0.75em 0.5em;
  width: 420px;
  background: #59B6D9;
  color: #ffffff;
  font-size: 1.125em;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
}
.modePC #suntory_contents.mypage .wrapper main section.wchance img {
  width: 420px;
  margin-bottom: 30px;
}
.modePC #suntory_contents.mypage .wrapper main section.wchance p {
  width: 420px;
  line-height: 1.71;
  letter-spacing: 0.03em;
  text-align: center;
}
.modePC #suntory_contents.mypage .wrapper main section.wchance p .big {
  font-size: 130%;
}
.modePC #suntory_contents.mypage .wrapper main section.maintenance {
  padding-bottom: 40px;
}
.modePC #suntory_contents.mypage .wrapper main section.maintenance .inner {
  padding-bottom: 25px;
  width: 420px;
  background: #ffffff;
  border: 1px solid #59B6D9;
  border-top: none;
}
.modePC #suntory_contents.mypage .wrapper main section.maintenance .inner h3 {
  margin-bottom: 15px;
  padding: 1em 0.5em;
  background: #59B6D9;
  color: #ffffff;
  font-size: 0.875em;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.03em;
}
.modePC #suntory_contents.mypage .wrapper main section.maintenance .inner p {
  margin-top: 7px;
  width: 380px;
  font-size: 0.8125em;
  line-height: 1.62;
  letter-spacing: 0.03em;
}
.modePC #suntory_contents.mypage .wrapper main section.maintenance .inner ul.note {
  margin-top: 7px;
  width: 380px;
}
.modePC #suntory_contents.mypage .wrapper main section.error {
  padding-top: 50px;
  padding-bottom: 50px;
}
.modePC #suntory_contents.mypage .wrapper main section.error p {
  width: 420px;
  font-size: 0.875em;
  font-weight: bold;
  line-height: 1.71;
  letter-spacing: 0.03em;
}
.modePC #suntory_contents.mypage.iw .wrapper main section.redisp h3 {
  margin-bottom: 30px;
}
.modePC #suntory_contents.mypage.iw .wrapper main section.max_oubo 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: #000000;
  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.8333333333em;
  width: 1.0833333333em;
  height: 2.0833333333em;
  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%23000000%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%23000000%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;
}

#suntoryCommonWrapper #suntory_contents.mypage main {
  background-color: #c1e7f1;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.redisp_head {
  padding-bottom: 30px;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.redisp {
  background-color: #ffffff;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.redisp h3 {
  padding: 1em;
  font-size: 5vw;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.redisp p {
  font-size: 0.875em;
  text-align: center;
  line-height: 1.59;
  letter-spacing: 0.11em;
  color: #000000;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.redisp p.tosenTxt {
  width: 84vw;
  padding: 1em 0;
  font-size: 5vw;
  line-height: 1;
  text-align: center;
  border: 2px solid #59B6D9;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.redisp p.tosenTxt span {
  display: inline-block;
  padding-top: 3vw;
  font-size: 3.8vw;
  line-height: 1.3;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.redisp p.tosenTxt + .redTxt {
  padding-top: 30px;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.redisp p.redTxt {
  padding: 0 0 30px;
  font-size: 4vw;
  color: #e7595c;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.redisp ul.lead {
  margin-top: 30px;
  padding-bottom: 30px;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.redisp ul.lead li {
  padding-bottom: 0.5em;
  font-size: 1em;
  text-align: center;
  line-height: 1.59;
  letter-spacing: 0.11em;
  color: #e50012;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.redisp ul.lead li.smallTxt {
  font-size: 0.8em;
  color: #000;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.redisp .inner {
  width: 92vw;
  margin: 30px auto 0;
  padding-bottom: 35px;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.redisp button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: baseline;
  padding: 1.5em 1em;
  width: 84vw;
  min-height: 4em;
  background: #e7595c;
  border-radius: 6px;
  color: #ffffff;
  font-size: 1.125em;
  font-weight: bold;
  text-align: center;
  line-height: 1.44;
  letter-spacing: 0.05em;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.redisp button:after {
  content: "";
  position: absolute;
  right: 2em;
  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;
  transform: rotate(45deg);
}
#suntoryCommonWrapper #suntory_contents.mypage main section.redisp dl.term {
  margin-top: 45px;
  padding: 10px 5.3333333333vw 20px;
  width: 84vw;
  border: 1px solid #59B6D9;
  text-align: center;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.redisp dl.term dt {
  margin-bottom: 20px;
  padding: 0.75em 1em;
  border-bottom: 2px solid #59B6D9;
  color: #59B6D9;
  font-size: 5vw;
  font-weight: bold;
  line-height: 1.71;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.redisp dl.term dd {
  font-size: 4vw;
  line-height: 1.8;
  letter-spacing: 0.01em;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.maintenance {
  margin-top: -6.6666666667vw;
  margin-bottom: 4vw;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.maintenance ul.note {
  width: 92vw;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.maintenance ul.note li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 0.8125em;
  line-height: 1.75;
  letter-spacing: 0.03em;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.point {
  position: relative;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 30px;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.point .jizenbonus {
  position: absolute;
  top: -2.4vw;
  left: -2.4vw;
  display: block;
  width: 24.5333333333vw;
  pointer-events: none;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.point .point {
  padding: 0 0 20px;
  text-align: center;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.point .point h3 {
  margin-bottom: 0.5em;
  padding: 20px 0;
  font-size: 5.5vw;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #ffffff;
  background-color: #59B6D9;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.point .point h3 img {
  width: 80vw;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.point .point p.now_point {
  display: inline-block;
  padding: 0 0.25em;
  color: #59B6D9;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.point .point p.now_point span {
  display: inline-block;
  font-size: 1.5em;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.point .msg {
  text-align: center;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.point .msg p.msg_point, #suntoryCommonWrapper #suntory_contents.mypage main section.point .msg p.msg_point_2 {
  padding-bottom: 10px;
  font-size: 1.125em;
  font-weight: bold;
  color: #CA1B25;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.04em;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.point .msg p.msg_point span, #suntoryCommonWrapper #suntory_contents.mypage main section.point .msg p.msg_point_2 span {
  display: inline-block;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.point .msg p.msg_point_2:not(:empty):before {
  content: "";
  display: inline-block;
  width: 3.75em;
  height: 1em;
  background: url(../img/mypage/icn_bonus.webp) left bottom/contain no-repeat;
  vertical-align: baseline;
  transform: translateY(0.167em);
}
#suntoryCommonWrapper #suntory_contents.mypage main section.input {
  padding-bottom: 6.6666666667vw;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.input h3 {
  margin-bottom: 0.5em;
  padding: 20px 0;
  font-size: 5.5vw;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #ffffff;
  text-align: center;
  background-color: #59B6D9;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.input h3 img {
  width: 80vw;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.input p.lead {
  margin-bottom: 20px;
  padding-top: 20px;
  font-size: 0.875em;
  font-weight: bold;
  color: #091F66;
  text-align: center;
  line-height: 1.57;
  letter-spacing: 0.03em;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.input table {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 84vw;
  table-layout: fixed;
  border-collapse: separate;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.input table tr th {
  vertical-align: top;
  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%23091F66%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;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.input table tr td {
  vertical-align: top;
  border-left: 10px solid transparent;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.input table tr td input {
  padding: 0 0.5em;
  width: 49vw;
  height: 2.27em;
  background: #ffffff;
  border: 2px solid #cccccc;
  border-radius: 4px;
  color: #333333;
  font-size: 1.375em;
  letter-spacing: 0.03em;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.input table tr:nth-child(1) {
  border-bottom: 10px solid transparent;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.input table tr:nth-child(1) th {
  vertical-align: top;
  padding-top: calc((4.375em + 10px) / 5.8);
}
#suntoryCommonWrapper #suntory_contents.mypage main section.input table tr:nth-child(1) td {
  border-bottom: 10px solid transparent;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.input .serialBox {
  width: 84vw;
  padding: 20px 15px;
  border-bottom: 1px solid #ccc;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.input .serialBox button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: baseline;
  padding: 20px 1em;
  margin-bottom: 15px;
  width: 75vw;
  background: #e7595c;
  border-radius: 6px;
  color: #ffffff;
  font-size: 4vw;
  font-weight: bold;
  text-align: center;
  line-height: 1.44;
  letter-spacing: 0.05em;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.input .serialBox button: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;
  transform: rotate(45deg);
}
#suntoryCommonWrapper #suntory_contents.mypage main section.input p.error_msg {
  color: #CA1B25;
  font-size: 0.875em;
  line-height: 1.57;
  letter-spacing: 0.03em;
  padding-left: 1em;
  text-indent: -1em;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.input p.success_msg {
  display: none;
  margin-bottom: 2.6666666667vw;
  color: #0000ff;
  font-size: 0.875em;
  text-align: center;
  line-height: 1.57;
  letter-spacing: 0.03em;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.input input.serial {
  display: block;
  margin-bottom: 6.6666666667vw;
  width: 81.3333333333vw;
  height: 2.15em;
  background: #ffffff;
  border: 2px solid #e7595c;
  font-size: 1.625em;
  text-align: center;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.input a.regist {
  margin-bottom: 5.3333333333vw;
  display: block;
  width: 82.9333333333vw;
  border-radius: 82.9333333333vw;
  overflow: hidden;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.input a.btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: baseline;
  width: 74%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 1em;
  background: #e7595c;
  border-radius: 6px;
  color: #ffffff;
  font-size: 0.8em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1.44;
  letter-spacing: 0.05em;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.input a.camera {
  position: relative;
  margin-bottom: 20px;
  display: block;
  width: 82.9333333333vw;
  font-size: 3.6vw;
  overflow: hidden;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.input a.camera:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 17px);
  left: 3vw;
  width: 50px;
  height: 35px;
  background-color: transparent;
  background-image: url(/apc/sscp/F2511GMC1TKHC/img/icn_camera.svg);
  background-repeat: no-repeat;
  background-position: left center;
  -webkit-transform: translate3d(0, 0, 0);
}
#suntoryCommonWrapper #suntory_contents.mypage main section.input a.camera::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;
  transform: rotate(45deg);
}
#suntoryCommonWrapper #suntory_contents.mypage main section.input ul.note {
  width: 81.3333333333vw;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.input ul.note li {
  font-size: 0.8125em;
  line-height: 1.62;
  letter-spacing: 0.03em;
  padding-left: 1em;
  text-indent: -1em;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.input ul.note li a {
  color: #0066aa;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.shortcut {
  margin-top: 8vw;
  margin-bottom: 8vw;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.shortcut a {
  display: block;
  width: 89.744%;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.term {
  width: 89.744%;
  margin: 30px auto 0;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.term h3 {
  margin-bottom: 0.5em;
  padding: 20px 0;
  font-size: 5.5vw;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #ffffff;
  text-align: center;
  background-color: #59B6D9;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.term h3 img {
  width: 80vw;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.term .inner {
  padding-bottom: 5.3333333333vw;
  background: #ffffff;
  color: #000000;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.term .inner ul.term {
  width: 81.3333333333vw;
  margin: 20px auto;
  padding: 0.5em 0 30px;
  border-bottom: 1px solid #ccc;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.term .inner ul.term li {
  margin-bottom: 4vw;
  font-size: 4.5vw;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  color: #000000;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.term .inner ul.term li:last-child {
  margin-bottom: 0;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.term .inner ul.note {
  width: 81.3333333333vw;
  text-align: center;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.term .inner ul.note li {
  font-size: 0.8125em;
  line-height: 1.62;
  letter-spacing: 0.06em;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.term .inner .seal {
  width: 81.3333333333vw;
  margin: 0 auto 20px;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.term .inner .seal .inner h4 {
  position: relative;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.term .inner .seal .inner h4 span {
  position: relative;
  display: block;
  width: 13em;
  margin: 0 auto;
  padding: 5px 0;
  font-size: 4.5vw;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  color: #3eb3d4;
  text-align: center;
  background-color: #fff;
  z-index: 1;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.term .inner .seal .inner h4:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 100%;
  border-top: 1px solid #59B6D9;
  z-index: 0;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.term .inner .seal .inner ul.note li {
  font-size: 0.8125em;
  line-height: 1.5;
  text-align: left;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.prize {
  width: 89.744%;
  margin-top: 30px;
  margin-bottom: 2px;
  background-color: #fff;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.prize h3 {
  margin-bottom: 20px;
  padding: 20px 0;
  font-size: 5.5vw;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #ffffff;
  text-align: center;
  background-color: #59B6D9;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.prize h3 span {
  display: inline-block;
  padding-top: 10px;
  font-size: 3.2vw;
  font-weight: normal;
  letter-spacing: 0;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.prize h3 img {
  width: 80vw;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.prize .inner {
  width: 88.57%;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.prize .inner h4 {
  position: relative;
  margin-bottom: 4vw;
  font-size: 5vw;
  font-weight: bold;
  line-height: 1;
  color: #59B6D9;
  text-align: center;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.prize .inner h4:before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 16vw;
  height: 1px;
  background-color: #59B6D9;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.prize .inner h4:after {
  content: "";
  position: absolute;
  top: 0.5em;
  right: 0;
  width: 16vw;
  height: 1px;
  background-color: #59B6D9;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.prize .inner .productName {
  font-size: 3.5vw;
  font-weight: normal;
  line-height: 1.4;
  text-align: center;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.prize .inner .visual {
  margin-top: 20px;
  margin-bottom: 20px;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.prize .inner .visual + h4 {
  margin-top: 40px;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.prize .inner ul.note {
  padding-top: 1em;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.prize .inner ul.note li {
  font-size: 3vw;
  text-align: center;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.prize .inner .tourName {
  border: 1px solid #59B6D9;
  margin-top: 30px;
  padding: 2em 2em 1em;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.prize .inner .tourName li {
  padding-bottom: 1em;
  line-height: 1;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.prize .inner .tourCourse dt {
  margin-top: 2em;
  margin-bottom: 0.5em;
  padding-top: 1.5em;
  font-size: 4vw;
  text-align: center;
  border-top: 1px dotted #ccc;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.prize .inner .entryPulldown .acc {
  border: 1px solid #e7595c;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.prize .inner .entryPulldown .acc dd {
  display: none;
  padding: 10px 0 0;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.prize .inner .entryPulldown .acc dd a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: baseline;
  width: 90%;
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 20px 10px;
  padding-right: 24px;
  background: #e7595c;
  border-radius: 6px;
  color: #ffffff;
  font-size: 3vw;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  line-height: 1.44;
  letter-spacing: 0.05em;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.prize .inner .entryPulldown .acc dd a: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;
  transform: rotate(45deg);
}
#suntoryCommonWrapper #suntory_contents.mypage main section.prize .inner .entryPulldown .acc dd a.disabled {
  color: #666;
  pointer-events: none;
  background-color: #E7EBF4;
  opacity: 0.5;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.prize .inner .entryPulldown .acc dd a.disabled:after {
  border-color: #666;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.prize .inner .entryPulldown .acc dt.acc-open {
  padding: 20px 15px;
  color: #fff;
  font-size: 4vw;
  font-weight: bold;
  text-align: center;
  background: #e7595c;
  position: relative;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.prize .inner .entryPulldown .acc dt.acc-open::before { /* 閉じている時 */
  content: "＋";
  position: absolute;
  right: 12px;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.prize .inner .entryPulldown .acc dt.acc-open.active::before { /* 開いている時 */
  content: "－";
}
#suntoryCommonWrapper #suntory_contents.mypage main section.prize .inner .entryPulldown .note {
  padding-top: 10px;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.prize .inner .entryPulldown .note li {
  font-size: 3.5vw;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.prize .inner .spec {
  padding-top: 10px;
  padding-bottom: 30px;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.prize .inner .spec ul.note li {
  padding-bottom: 8px;
  font-size: 12px;
  line-height: 1.5;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.prize .inner .courseWrapper {
  padding-bottom: 30px;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.prize .inner .entry {
  width: 100%;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.prize .inner .entry a {
  position: relative;
  display: block;
  justify-content: center;
  align-items: baseline;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 25px 2em 25px 1em;
  background: #e7595c;
  border-radius: 6px;
  color: #ffffff;
  font-size: 4vw;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1.44;
  letter-spacing: 0.05em;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.prize .inner .entry a: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;
  transform: rotate(45deg);
}
#suntoryCommonWrapper #suntory_contents.mypage main section.prize .inner .entry a.disabled {
  color: #666;
  pointer-events: none;
  background-color: #E7EBF4;
  opacity: 0.5;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.prize .inner .entry a.disabled:after {
  border-color: #666;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.prize .inner .entry a .inlineBlock {
  display: inline-block;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.history {
  padding-bottom: 30px;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.gentei {
  width: 89.744%;
  margin-bottom: 12vw;
  background-color: #fff;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.gentei h3 {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  width: 100%;
  background-color: #E7EBF4;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.gentei h3 img {
  width: 80vw;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.gentei .inner {
  width: 88.57%;
  padding-bottom: 40px;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.gentei .inner h4 {
  width: 70.74%;
  padding-top: 20px;
  padding-bottom: 5vw;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.gentei .inner p.lead {
  padding-top: 5vw;
  font-size: 24px;
  font-weight: bold;
  color: #CA1B25;
  text-align: center;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.gentei .inner .entry {
  padding-top: 20px;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.gentei .inner .entry a.entry_btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: baseline;
  width: 90%;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 8px 1em;
  background: #F7CC61;
  border-radius: 10vw;
  border: 2px solid #091F66;
  color: #091F66;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1.44;
  letter-spacing: 0.05em;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.gentei .inner .entry a.entry_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: #000;
  transform: rotate(45deg);
}
#suntoryCommonWrapper #suntory_contents.mypage main section.gentei .inner .entry a.entry_btn.disabled {
  pointer-events: none;
  background-color: #E7EBF4;
  opacity: 0.5;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.gentei .inner ul.note li {
  padding-bottom: 5px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 12px;
  line-height: 1.4;
  color: #999;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.gentei .inner ul.note li.txtRed {
  color: #CA1B25;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.course_ttl {
  padding-top: 10.6666666667vw;
  margin-bottom: 24vw;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.course_ttl h3 {
  margin-bottom: 5.3333333333vw;
  width: 58.6666666667vw;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.course_ttl p.notice {
  background-color: #ffffff;
  padding: 0.75em 1em;
  color: #e7595c;
  font-size: 0.875em;
  font-weight: bold;
  line-height: 1.79;
  letter-spacing: 0.06em;
  text-align: center;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.course_1 {
  margin-bottom: 29.3333333333vw;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.course_1 .inner {
  position: relative;
  padding: 18.6666666667vw calc(4vw - 2px) 2.6666666667vw;
  width: 92vw;
  border: 2px solid #ffffff;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.course_1 .inner h3 {
  position: absolute;
  top: calc(-11.2vw - 2px);
  left: 0;
  right: 0;
  width: 84vw;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.course_1 .inner i.iw {
  position: absolute;
  top: calc(-12.2666666667vw - 2px);
  left: calc(-2.1333333333vw - 2px);
  width: 16.8vw;
  z-index: 1;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.course_1 .inner p.lead {
  margin-bottom: 3.2vw;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  line-height: 1.5625;
  letter-spacing: 0.06em;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.course_1 .inner ul.prize {
  margin-bottom: 2.6666666667vw;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.course_1 .inner ul.prize li {
  margin-bottom: 4vw;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.course_1 .inner ul.prize li:last-child {
  margin-bottom: 0;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.course_1 .inner ul.note li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 0.8125em;
  line-height: 1.75;
  letter-spacing: 0.03em;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.course_2 {
  padding-bottom: 13.3333333333vw;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.course_2 .inner {
  position: relative;
  padding: 22.6666666667vw calc(4vw - 2px) 2.6666666667vw;
  width: 92vw;
  border: 2px solid #ffffff;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.course_2 .inner h3 {
  position: absolute;
  top: calc(-14.6666666667vw - 2px);
  left: 0;
  right: 0;
  width: 88.5333333333vw;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.course_2 .inner i.iw {
  position: absolute;
  top: calc(-18.6666666667vw - 2px);
  left: calc(-2.1333333333vw - 2px);
  width: 16.8vw;
  z-index: 1;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.course_2 .inner ul.note_term {
  margin-bottom: 2.6666666667vw;
  text-align: center;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.course_2 .inner ul.note_term li {
  font-size: 0.8125em;
  line-height: 1.75;
  letter-spacing: 0.03em;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.course_2 .inner ul.prize {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 6.6666666667vw;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.course_2 .inner ul.prize li {
  margin: 0;
  margin-bottom: 6.6666666667vw;
  width: 41.3333333333vw;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.course_2 .inner ul.prize li:last-child, #suntoryCommonWrapper #suntory_contents.mypage main section.course_2 .inner ul.prize li:nth-last-child(2):nth-child(odd) {
  margin-bottom: 0;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.course_2 .inner ul.prize li:last-child:nth-child(odd) {
  margin-left: auto;
  margin-right: auto;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.course_2 .inner a.detail {
  display: block;
  margin-bottom: 1.8666666667vw;
  width: 60vw;
  border-radius: 60vw;
  overflow: hidden;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.course_2 .inner ul.note li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 0.8125em;
  line-height: 1.75;
  letter-spacing: 0.03em;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.cpcode {
  width: 88.57%;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #E7EBF4;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.cpcode h3 {
  margin-bottom: 4vw;
  font-size: 0.875em;
  line-height: 1.57;
  text-align: center;
  letter-spacing: 0.03em;
  color: #fff;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.cpcode input {
  width: 100%;
  margin-bottom: 2.6666666667vw;
  padding: 4px 8px;
  border: 2px solid #e6e6e6;
  background: #ffffff;
  text-align: center;
  font-size: 1.225em;
  letter-spacing: 0.03em;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.cpcode a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: baseline;
  width: 90%;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 8px 1em;
  background: #F7CC61;
  border-radius: 10vw;
  border: 2px solid #091F66;
  color: #091F66;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1.44;
  letter-spacing: 0.05em;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.cpcode a: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: #000;
  transform: rotate(45deg);
}
#suntoryCommonWrapper #suntory_contents.mypage main section.cpcode a.disabled {
  pointer-events: none;
  opacity: 0.5;
  background-color: #E7EBF4;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.cpcode p.error_msg {
  display: block;
  margin-bottom: 10px;
  padding: 0.25em 0.5em;
  width: 100%;
  color: #F7CC61;
  font-size: 0.875em;
  text-align: center;
  line-height: 1.5;
  border: 1px solid #F7CC61;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.cpcode p.error_msg:empty {
  display: none;
}
#suntoryCommonWrapper #suntory_contents.mypage main section.cpcode ul.note li {
  font-size: 12px;
  color: #F7CC61;
  line-height: 1.4;
  text-align: center;
}
#suntoryCommonWrapper #suntory_contents.mypage main .point_wrapper .point_outer {
  padding: 2px;
  width: 89.744%;
}
#suntoryCommonWrapper #suntory_contents.mypage main .point_wrapper .point_outer .point_inner {
  background: #ffffff;
  color: #000000;
}
#suntoryCommonWrapper #suntory_contents.mypage main .cpcode_wrapper {
  padding-top: 8vw;
  padding-bottom: 8vw;
}
#suntoryCommonWrapper #suntory_contents.mypage nav.contact {
  padding: 40px 0;
  background-color: #ffffff;
  border-top: 1px solid #c5ccd2;
}
#suntoryCommonWrapper #suntory_contents.mypage nav.contact .inner {
  padding: 20px 1em 25px;
  width: 84vw;
  border: 2px solid rgba(89, 182, 217, 0.4);
}
#suntoryCommonWrapper #suntory_contents.mypage nav.contact .inner h3 {
  margin-bottom: 5px;
  padding: 0.5em 0.5em;
  color: #000000;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.15em;
}
#suntoryCommonWrapper #suntory_contents.mypage nav.contact .inner p {
  margin-bottom: 0.5em;
  font-size: 0.875em;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 0.12em;
}
#suntoryCommonWrapper #suntory_contents.mypage nav.contact .inner p:last-of-type {
  margin-bottom: 0;
}
#suntoryCommonWrapper #suntory_contents.mypage nav.contact .inner p em {
  font-size: 1.5em;
  font-weight: bold;
}
#suntoryCommonWrapper #suntory_contents.mypage nav.contact .inner p a {
  color: currentColor;
  text-decoration: none;
}
#suntoryCommonWrapper #suntory_contents.mypage nav.contact .inner ul.note {
  margin-top: 10px;
}
#suntoryCommonWrapper #suntory_contents.mypage nav.footer {
  padding-top: 0;
}
#suntoryCommonWrapper #suntory_contents.mypage nav.footer form {
  display: none;
}
#suntoryCommonWrapper #suntory_contents.mypage nav.footer ul.link li a.inquiry:after, #suntoryCommonWrapper #suntory_contents.mypage nav.footer ul.link li span.inquiry:after {
  content: "";
  position: absolute;
  right: 3.5vw;
  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: #091F66;
  transform: rotate(45deg);
  background-image: none;
}
#suntoryCommonWrapper #suntory_contents.mypage section.ocr {
  margin-bottom: 10.6666666667vw;
}
#suntoryCommonWrapper #suntory_contents.mypage section.ocr h3 {
  margin-bottom: 6.6666666667vw;
  padding: 1em 0.5em;
  background: linear-gradient(90deg, rgb(208, 164, 1) 0%, rgb(252, 235, 173) 50%, rgb(251, 234, 170) 59.56%, rgb(249, 230, 160) 67.24%, rgb(244, 223, 143) 74.26%, rgb(238, 213, 119) 80.9%, rgb(230, 200, 88) 87.27%, rgb(221, 184, 51) 93.43%, rgb(209, 166, 7) 99.31%, rgb(208, 164, 1) 100%);
  color: #000000;
  font-size: 1.375em;
  font-weight: bold;
  text-align: center;
  line-height: 1.25;
  letter-spacing: 0.03em;
}
#suntoryCommonWrapper #suntory_contents.mypage section.ocr .camera_wrapper {
  position: relative;
  margin-bottom: 2.6666666667vw;
  width: 92vw;
  background: #ffffff;
  color: #000000;
}
#suntoryCommonWrapper #suntory_contents.mypage section.ocr .camera_wrapper #loadingMessage {
  display: flex;
  align-items: center;
  padding: 1.5em 1em;
}
#suntoryCommonWrapper #suntory_contents.mypage section.ocr .camera_wrapper #loadingMessage > * {
  margin: 0;
}
#suntoryCommonWrapper #suntory_contents.mypage section.ocr .camera_wrapper #loadingMessage img {
  width: 21.3333333333vw;
}
#suntoryCommonWrapper #suntory_contents.mypage section.ocr .camera_wrapper #loadingMessage p {
  flex: 1;
  padding-left: 1em;
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
#suntoryCommonWrapper #suntory_contents.mypage section.ocr .camera_wrapper #canvas {
  width: 100%;
}
#suntoryCommonWrapper #suntory_contents.mypage section.ocr .camera_wrapper #codeMessage {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.5em 1em;
  width: 100%;
  background: rgba(255, 59, 88, 0.8);
  color: #ffffff;
  font-size: 0.875em;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.03;
}
#suntoryCommonWrapper #suntory_contents.mypage section.ocr .camera_wrapper #codeMessage:empty {
  display: none;
}
#suntoryCommonWrapper #suntory_contents.mypage section.ocr ul.note {
  text-align: center;
}
#suntoryCommonWrapper #suntory_contents.mypage section.ocr ul.note li {
  font-size: 0.8125em;
  line-height: 1.62;
  letter-spacing: 0.03em;
}
#suntoryCommonWrapper #suntory_contents.mypage section.ocr ul.note li a {
  color: #ffd149;
}
#suntoryCommonWrapper #suntory_contents.mypage nav.close {
  padding-bottom: 21.3333333333vw;
}
#suntoryCommonWrapper #suntory_contents.mypage nav.close a {
  display: block;
  width: 42.9333333333vw;
  border-radius: 42.9333333333vw;
  overflow: hidden;
}
#suntoryCommonWrapper #suntory_contents.mypage .JS-ocrshow, #suntoryCommonWrapper #suntory_contents.mypage .JS-ocrmodal {
  display: none;
}
#suntoryCommonWrapper #suntory_contents.mypage .overlay {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
}
#suntoryCommonWrapper #suntory_contents.mypage .overlay i {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  width: 16vw;
  height: 16vw;
  border: 2.6666666667vw solid #cacaca;
  border-top-color: #59B6D9;
  border-radius: 50%;
  animation: rotate 0.8s linear infinite;
}
#suntoryCommonWrapper #suntory_contents.mypage section.ocrmodal {
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100vw;
  height: 100vh;
  overflow-y: scroll;
  z-index: 10000;
}
#suntoryCommonWrapper #suntory_contents.mypage section.ocrmodal .inner {
  padding-top: 5.3333333333vw;
  padding-bottom: 14.6666666667vw;
  width: 92vw;
  background: #ffffff;
}
#suntoryCommonWrapper #suntory_contents.mypage section.ocrmodal .inner p.notice {
  margin-bottom: 5.3333333333vw;
  padding: 0.75em 1em;
  width: 84vw;
  border: 2px solid currentColor;
  color: #e7595c;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.06em;
}
#suntoryCommonWrapper #suntory_contents.mypage section.ocrmodal .inner h3 {
  margin-bottom: 4vw;
  padding: 1.33em 1em;
  color: #ffffff;
  background: #59B6D9;
  text-align: center;
  font-size: 0.9375em;
  line-height: 1.3;
}
#suntoryCommonWrapper #suntory_contents.mypage section.ocrmodal .inner ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 8vw;
  width: 84vw;
}
#suntoryCommonWrapper #suntory_contents.mypage section.ocrmodal .inner ul > li {
  margin: 0;
  margin-bottom: 2.4vw;
  width: 40.8vw;
}
#suntoryCommonWrapper #suntory_contents.mypage section.ocrmodal .inner ul > li:last-child, #suntoryCommonWrapper #suntory_contents.mypage section.ocrmodal .inner ul > li:nth-last-child(2):nth-child(odd) {
  margin-bottom: 0;
}
#suntoryCommonWrapper #suntory_contents.mypage section.ocrmodal .inner label {
  display: block;
  margin-bottom: 2.6666666667vw;
  padding: 1em 1em;
  width: 81.3333333333vw;
  background: #f2f2f2;
  border-radius: 1.75em;
  color: #000000;
  font-size: 0.9375em;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
#suntoryCommonWrapper #suntory_contents.mypage section.ocrmodal .inner label input {
  width: 1em;
  height: 1em;
  margin-right: 0.25em;
}
#suntoryCommonWrapper #suntory_contents.mypage section.ocrmodal .inner a {
  display: block;
  width: 82.9333333333vw;
}

.modeSP #suntoryCommonWrapper #suntory_contents.serial .wrapper {
  padding-bottom: 60px;
}
.modeSP #suntoryCommonWrapper #suntory_contents.serial main section.serial_read {
  display: none;
}
.modeSP #suntoryCommonWrapper #suntory_contents.serial main section.serial_read h3 {
  padding-top: 6.66667vw;
  padding-bottom: 6.66667vw;
  width: 100%;
  font-size: 26px;
  font-weight: bold;
  text-align: center !important;
  color: #fff;
  background-color: #59B6D9;
}
.modeSP #suntoryCommonWrapper #suntory_contents.serial main section.serial_read .inner {
  padding: 4vw 4vw calc(5.33333vw + 10px);
  background: #fff;
}
.modeSP #suntoryCommonWrapper #suntory_contents.serial main section.serial_read .inner .count {
  display: none;
  padding: 0.25em 0.5em;
  width: 92%;
  color: #002b64;
  background: #ffffff;
  font-size: 0.9375em;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.modeSP #suntoryCommonWrapper #suntory_contents.serial main section.serial_read .inner .count span {
  color: #e72410;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1;
}
.modeSP #suntoryCommonWrapper #suntory_contents.serial main section.serial_read .inner .camera_wrapper {
  position: relative;
  margin-bottom: 5.33333vw;
  width: 92%;
  background: #ffffff;
  color: #000000;
}
.modeSP #suntoryCommonWrapper #suntory_contents.serial main section.serial_read .inner .camera_wrapper #loadingMessage {
  display: flex;
  align-items: center;
  padding: 1.5em 1em;
}
.modeSP #suntoryCommonWrapper #suntory_contents.serial main section.serial_read .inner .camera_wrapper #loadingMessage > * {
  margin: 0;
}
.modeSP #suntoryCommonWrapper #suntory_contents.serial main section.serial_read .inner .camera_wrapper #loadingMessage img {
  width: 21.33333vw;
}
.modeSP #suntoryCommonWrapper #suntory_contents.serial main section.serial_read .inner .camera_wrapper #loadingMessage p {
  flex: 1;
  padding-left: 1em;
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.modeSP #suntoryCommonWrapper #suntory_contents.serial main section.serial_read .inner .camera_wrapper #canvas {
  width: 100%;
  background: #000000;
}
.modeSP #suntoryCommonWrapper #suntory_contents.serial main section.serial_read .inner .camera_wrapper #codeMessage {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.5em 1em;
  width: 100%;
  background: rgba(255, 59, 88, 0.8);
  color: #ffffff;
  font-size: 0.875em;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.03;
}
.modeSP #suntoryCommonWrapper #suntory_contents.serial main section.serial_read .inner .camera_wrapper #codeMessage:empty {
  display: none;
}
.modeSP #suntoryCommonWrapper #suntory_contents.serial main section.serial_read .inner button.result {
  display: block;
  margin-bottom: 5.33333vw;
  padding: 0;
  width: 81.33333vw;
  cursor: pointer;
  outline: none;
  border: none;
  border-radius: 9.33333vw;
  overflow: hidden;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.modeSP #suntoryCommonWrapper #suntory_contents.serial main section.serial_read .inner button.result:disabled {
  display: none;
}
.modeSP #suntoryCommonWrapper #suntory_contents.serial main section.serial_read .inner p.notice {
  margin-bottom: 4vw;
  width: 81.33333%;
  font-size: 0.9375em;
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: #000;
  text-align: center;
}
.modeSP #suntoryCommonWrapper #suntory_contents.serial main section.serial_read .inner p.notice em {
  display: inline-block;
  padding-bottom: 0.5em;
  color: #e72410;
}
.modeSP #suntoryCommonWrapper #suntory_contents.serial main section.serial_read .inner p.howto {
  margin-bottom: 8vw;
  padding: 0.75em 0.5em;
  width: 81.33333%;
  background: #ffffff;
  font-size: 0.9375em;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #000;
  border: solid 1px #000;
  border-radius: 5px;
}
.modeSP #suntoryCommonWrapper #suntory_contents.serial main section.serial_read .inner p.howto a {
  color: #e72410;
}
.modeSP #suntoryCommonWrapper #suntory_contents.serial main section.serial_read .inner button.retry {
  display: block;
  width: 68.8%;
  border-radius: 8vw;
  overflow: hidden;
  padding: 0;
  margin-bottom: 0 !important;
  border: none;
}
.modeSP #suntoryCommonWrapper #suntory_contents.serial main section.serial_result {
  display: none;
  padding-top: 6.66667vw;
  background-color: #59B6D9;
}
.modeSP #suntoryCommonWrapper #suntory_contents.serial main section.serial_result h3 {
  margin-bottom: 6.66667vw;
  font-size: 26px;
  font-weight: bold;
  text-align: center !important;
  color: #fff;
}
.modeSP #suntoryCommonWrapper #suntory_contents.serial main section.serial_result .inner {
  padding: 10.66667vw 4vw calc(5.33333vw + 10px);
  background: #fff;
}
.modeSP #suntoryCommonWrapper #suntory_contents.serial main section.serial_result .inner .result_wrapper {
  position: relative;
  margin-bottom: 5.33333vw;
  padding: 10.66667vw 1em 8vw;
  width: 81.33333vw;
  background: #ffffff;
  border: 1px solid currentColor;
  border-radius: 10px;
  font-size: 1.125em;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #000;
}
.modeSP #suntoryCommonWrapper #suntory_contents.serial main section.serial_result .inner .result_wrapper .count {
  font-size: 2.5em;
  font-weight: bold;
  line-height: 1.5;
}
.modeSP #suntoryCommonWrapper #suntory_contents.serial main section.serial_result .inner .result_wrapper .count span {
  display: inline-block;
  margin-right: 0.125em;
  font-size: 1.5em;
  line-height: 1;
}
.modeSP #suntoryCommonWrapper #suntory_contents.serial main section.serial_result .inner .button.regist {
  display: block;
  width: 81.33333vw;
  border-radius: 9.33333vw;
  overflow: hidden;
  padding: 0;
  border: none;
}
.modeSP #suntoryCommonWrapper #suntory_contents.serial main section.serial_error {
  display: none;
  padding-top: 0;
  background-color: #fff;
}
.modeSP #suntoryCommonWrapper #suntory_contents.serial main section.serial_error h3 {
  width: 100%;
  padding: 6.66667vw 0;
  text-align: center !important;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  background-color: #59B6D9;
}
.modeSP #suntoryCommonWrapper #suntory_contents.serial main section.serial_error .inner {
  padding: 5.33333vw 4vw calc(5.33333vw + 10px);
  background: #fff;
  color: #000;
}
.modeSP #suntoryCommonWrapper #suntory_contents.serial main section.serial_error .inner p.lead {
  margin-bottom: 5.33333vw;
  font-size: 0.9375em;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
.modeSP #suntoryCommonWrapper #suntory_contents.serial main section.serial_error .inner ul.result_list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 8vw;
}
.modeSP #suntoryCommonWrapper #suntory_contents.serial main section.serial_error .inner ul.result_list > li {
  margin: 0;
  margin-bottom: 2.66667vw;
  padding-bottom: 4vw;
  width: 43vw;
  background-color: #f6f6f6;
  text-align: center;
}
.modeSP #suntoryCommonWrapper #suntory_contents.serial main section.serial_error .inner ul.result_list > li .ttl {
  margin-bottom: 5.33333vw;
  padding: 1em 0.5em;
  background: #3eb3d4;
  color: #ffffff;
  font-size: 0.9375em;
  line-height: 1.2;
  letter-spacing: 0.03em;
}
.modeSP #suntoryCommonWrapper #suntory_contents.serial main section.serial_error .inner ul.result_list > li .result {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.66667vw;
  width: 42.13333vw;
  height: 22.4vw;
  font-size: 0.9375em;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.03em;
}
.modeSP #suntoryCommonWrapper #suntory_contents.serial main section.serial_error .inner ul.result_list > li .serial_ttl {
  width: 42.13333vw;
  font-size: 0.75em;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.modeSP #suntoryCommonWrapper #suntory_contents.serial main section.serial_error .inner ul.result_list > li .serial {
  padding: 0.25em 0.5em;
  width: 42.13333vw;
  border: 1px solid #e1e1e1;
  font-size: 0.9375em;
  line-height: 1.2;
  letter-spacing: 0.03em;
  background-color: #fff;
}
.modeSP #suntoryCommonWrapper #suntory_contents.serial main section.serial_error .inner ul.result_list > li.ok .result {
  background: url(/apc/sscp/F2511GMC1TKHC/img/serial/icn_ok.webp) center center/contain no-repeat;
}
.modeSP #suntoryCommonWrapper #suntory_contents.serial main section.serial_error .inner ul.result_list > li.ng .result {
  background: url(/apc/sscp/F2511GMC1TKHC/img/serial/icn_ng.webp) center center/contain no-repeat;
}
.modeSP #suntoryCommonWrapper #suntory_contents.serial main section.serial_error .inner button.regist {
  display: block;
  margin-bottom: 10.66667vw;
  width: 81.33333vw;
  padding: 0;
  border: none;
  border-radius: 9.33333vw;
  overflow: hidden;
}
.modeSP #suntoryCommonWrapper #suntory_contents.serial main section.serial_error .inner button.regist.disabled {
  display: none;
}
.modeSP #suntoryCommonWrapper #suntory_contents.serial main section.serial_error .inner button.retry {
  display: block;
  width: 68.8vw;
  border-radius: 8vw;
  overflow: hidden;
  padding: 0;
  border: none;
}
.modeSP #suntoryCommonWrapper #suntory_contents.serial .ocrmodal {
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100vw;
  height: 100dvh;
  overflow-y: scroll;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.7);
}
.modeSP #suntoryCommonWrapper #suntory_contents.serial .ocrmodal .inner {
  padding-bottom: 5vw;
  width: 92vw;
  background: #ffffff;
}
.modeSP #suntoryCommonWrapper #suntory_contents.serial .ocrmodal .inner h3 {
  margin-bottom: 4vw;
  padding: 1.33em 1em;
  color: #ffffff;
  background: #59B6D9;
  text-align: center;
  font-size: 0.9375em;
  line-height: 1.3;
}
.modeSP #suntoryCommonWrapper #suntory_contents.serial .ocrmodal .inner ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 6.66667vw;
  width: 84vw;
}
.modeSP #suntoryCommonWrapper #suntory_contents.serial .ocrmodal .inner ul.modalImage {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 6.66667vw;
  width: 84vw;
}
.modeSP #suntoryCommonWrapper #suntory_contents.serial .ocrmodal .inner ul.modalImage > li {
  margin: 0;
  margin-bottom: 2.4vw;
  width: 40.8vw;
}
.modeSP #suntoryCommonWrapper #suntory_contents.serial .ocrmodal .inner ul.modalImage > li:last-child, .modeSP #suntoryCommonWrapper #suntory_contents.serial .ocrmodal .inner ul.modalImage > li:nth-child(2):nth-child(odd) {
  margin-bottom: 0;
}
.modeSP #suntoryCommonWrapper #suntory_contents.serial .ocrmodal .inner p.notice {
  width: 76vw;
  font-size: 0.9375em;
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: #000;
}
.modeSP #suntoryCommonWrapper #suntory_contents.serial .ocrmodal .inner p.notice.red {
  color: #e72410;
}
.modeSP #suntoryCommonWrapper #suntory_contents.serial .ocrmodal .inner ul.note {
  display: block;
  text-align: left;
}
.modeSP #suntoryCommonWrapper #suntory_contents.serial .ocrmodal .inner label {
  display: block;
  margin-top: 2.66667vw;
  margin-bottom: 4vw;
  padding: 1em 1em;
  width: 81.33333vw;
  background: #f2f2f2;
  border-radius: 1.75em;
  color: #000000;
  font-size: 0.9375em;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.modeSP #suntoryCommonWrapper #suntory_contents.serial .ocrmodal .inner label input {
  width: 1em;
  height: 1em;
  margin-right: 0.25em;
}
.modeSP #suntoryCommonWrapper #suntory_contents.serial .ocrmodal .inner button {
  display: block;
  margin-bottom: 6.66667vw;
  width: 81.6vw;
  border-radius: 9.33333vw;
  overflow: hidden;
  padding: 0;
  border: none;
}
.modeSP #suntoryCommonWrapper #suntory_contents.serial .ocrmodal .inner .camera_kyoka {
  width: 76vw;
  margin: 8vw auto 4vw;
}
.modeSP #suntoryCommonWrapper #suntory_contents.serial .ocrmodal .inner ul.attention {
  margin-top: 25px;
}
.modeSP #suntoryCommonWrapper #suntory_contents.serial .ocrmodal .inner ul.attention li {
  width: 76vw;
  margin: 0 auto;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 0.9375em;
  line-height: 1.6;
  color: #e72410;
}
.modeSP #suntoryCommonWrapper #suntory_contents.serial nav .back {
  display: none;
  padding-bottom: 10.66667vw;
  background: #fff;
}
.modeSP #suntoryCommonWrapper #suntory_contents.serial nav .back button {
  display: block;
  width: 62%;
  border-radius: 5.86667vw;
  overflow: hidden;
  padding: 0;
  border: none;
}
.modeSP #suntoryCommonWrapper #suntory_contents.serial nav .back p.notice {
  margin-top: 5.33333vw;
  width: 81.33333vw;
  font-size: 0.9375em;
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: #000;
}
.modeSP #suntoryCommonWrapper #suntory_contents.serial #setPoint.point.hyde {
  display: none;
}
.modeSP #suntoryCommonWrapper #suntory_contents.serial #serial_input.input.hyde {
  display: none;
}
.modeSP #suntoryCommonWrapper #suntory_contents.serial nav.back {
  display: none;
  padding-bottom: 20px;
}
.modeSP #suntoryCommonWrapper #suntory_contents.serial nav.back p {
  width: 84vw;
  padding-top: 20px;
  padding-bottom: 40px;
}
.modeSP #suntoryCommonWrapper #suntory_contents.serial nav.back p.notice {
  line-height: 1.4;
}
.modeSP #suntoryCommonWrapper #suntory_contents.serial nav.back ul.note {
  margin-top: 1.5em;
  width: 84vw;
}
.modeSP #suntoryCommonWrapper #suntory_contents.serial nav.back ul.note li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 3.2vw;
  line-height: 1.4;
}
.modeSP #suntoryCommonWrapper #suntory_contents.serial button.back_btn {
  position: relative;
  display: block;
  padding: 0.889em 1.5em;
  width: 84vw;
  border-radius: 10vw;
  background-color: #F7CC61;
  border: 2px solid #091F66;
  color: #091F66;
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1.33;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.05em;
}
.modeSP #suntoryCommonWrapper #suntory_contents.serial button.back_btn:after {
  content: "";
  position: absolute;
  left: 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: #000;
  transform: rotate(225deg);
}
.modeSP #suntoryCommonWrapper #suntory_contents.serial .camera, .modeSP #suntoryCommonWrapper #suntory_contents.serial .result.camera {
  position: relative;
  display: block !important;
  width: 92% !important;
  margin: 25px auto 0 !important;
  padding: 1.6em 24px 1.6em 45px !important;
  margin-block: 20px;
  text-align: left;
  font-size: 5vw;
  font-weight: bold !important;
  text-decoration: none;
  line-height: 1.4;
  text-align: center;
  color: #FFF !important;
  background: #e7595c !important;
  border: solid 2px #000 !important;
  border-radius: 6px !important;
  -webkit-transform: translate3d(0, 0, 0);
}
.modeSP #suntoryCommonWrapper #suntory_contents.serial .result.camera {
  margin: 25px auto !important;
}
.modeSP #suntoryCommonWrapper #suntory_contents.serial .camera.disabled {
  display: none !important;
}
.modeSP #suntoryCommonWrapper #suntory_contents.serial .camera:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 17px);
  left: 10px;
  width: 40px;
  height: 38px;
  background-color: transparent;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-image: url(/apc/sscp/F2511GMC1TKHC/img/icn_camera.svg);
          mask-image: url(/apc/sscp/F2511GMC1TKHC/img/icn_camera.svg);
  background: #FFF;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 50px;
  -webkit-transform: translate3d(0, 0, 0);
}
.modeSP #suntoryCommonWrapper #suntory_contents.serial .camera:after {
  content: "";
  position: absolute;
  right: 15px;
  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: #FFF;
  transform: rotate(45deg);
}
.modeSP #suntoryCommonWrapper #suntory_contents.serial .camera.noneIcon {
  padding: 1.6em 25px 1.6em 25px !important;
}
.modeSP #suntoryCommonWrapper #suntory_contents.serial .camera.noneIcon:before {
  display: none;
}
.modeSP #suntoryCommonWrapper #suntory_contents.serial .JS-ocrshow, .modeSP #suntoryCommonWrapper #suntory_contents.serial .JS-ocrmodal {
  display: none;
}

.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: #3eb3d4;
}
.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: #3eb3d4;
}
.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: flex;
  justify-content: center;
  align-items: baseline;
  padding: 1.125em 1em;
  width: 420px;
  min-height: 4em;
  background: #e7595c;
  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;
  transform: rotate(45deg);
}
.modePC #suntory_contents.lot .wrapper main section.check .redisp {
  margin-top: 10px;
  padding-bottom: 20px;
}
.modePC #suntory_contents.lot .wrapper main section.check .redisp p {
  margin-bottom: 1.5em;
  width: 420px;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  line-height: 1.71;
  letter-spacing: 0.03em;
}
.modePC #suntory_contents.lot .wrapper main section.check .redisp ul.note {
  margin-bottom: 20px;
  width: 420px;
}
.modePC #suntory_contents.lot .wrapper main section.check .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.lot .wrapper main section.check .redisp dl.term {
  padding: 5px 30px 15px;
  width: 420px;
  border: 1px solid #cccccc;
  text-align: center;
}
.modePC #suntory_contents.lot .wrapper main section.check .redisp dl.term dt {
  margin-bottom: 15px;
  padding: 0.75em 1em;
  width: 275px;
  border-bottom: 2px solid rgba(89, 182, 217, 0.4);
  color: #59B6D9;
  font-size: 0.875em;
  font-weight: bold;
  line-height: 1.71;
  letter-spacing: 0.19em;
}
.modePC #suntory_contents.lot .wrapper main section.check .redisp dl.term dd {
  font-size: 0.8125em;
  line-height: 1.8;
  letter-spacing: 0.01em;
}
.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 #59B6D9;
  border-radius: 6px;
  color: #59B6D9;
  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;
  transform: rotate(45deg);
}
.modePC #suntory_contents.lot .wrapper main section.coupon_title {
  padding-top: 10px;
  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: #e7595c;
  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, .modePC #suntory_contents.userregist.lot .wrapper main section.coupon.coupon_ln .inner section.enquete ol.enquete_list > li ul li label input[type=radio], .modePC #suntory_contents.userregist.lot .wrapper section.enquete ol.enquete_list > li ul li label main section.coupon.coupon_ln .inner input[type=radio] {
  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, .modePC #suntory_contents.userregist.lot .wrapper main section.coupon.coupon_ln .inner section.enquete ol.enquete_list > li ul li label input[type=radio], .modePC #suntory_contents.userregist.lot .wrapper section.enquete ol.enquete_list > li ul li label main section.coupon.coupon_ln .inner input[type=radio] {
    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: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
  padding: 0.667em 1.5em;
  width: 375px;
  background: #e7595c;
  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;
  box-sizing: border-box;
  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;
  box-sizing: border-box;
  transform: translateX(1px) translateY(-1px);
}
.modePC #suntory_contents.lot .wrapper main section.coupon a.btn_coupon:before {
  content: "";
  border-top: none;
  border-right: none;
  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;
}
.modePC #suntory_contents.lot .wrapper main section.videottl {
  position: sticky;
  padding-bottom: 20px;
  bottom: 0;
}
.modePC #suntory_contents.lot .wrapper main section.videottl a {
  display: block;
  width: 400px;
  text-align: center;
  border-radius: 30px;
  padding: 20px 0;
  text-decoration: none;
  background: #000000;
  color: #ffffff;
}
.modePC #suntory_contents.lot .wrapper main section.video {
  width: 600px;
  padding-bottom: 30px;
}

#suntoryCommonWrapper #suntory_contents.lot main section.JS-lot-btc {
  width: 89.744%;
  margin: 20px auto 0;
  background-color: #fff;
}
#suntoryCommonWrapper #suntory_contents.lot main section.JS-lot-btc .inner {
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 40px;
}
#suntoryCommonWrapper #suntory_contents.lot main section.JS-lot-btc h3 {
  margin-bottom: 20px;
  font-size: 4.8vw;
  font-weight: bold;
  text-align: center;
  color: #e7595c;
  line-height: 1.4;
}
#suntoryCommonWrapper #suntory_contents.lot main section.JS-lot-btc .image {
  width: 88.57%;
  margin: 0 auto 20px;
}
#suntoryCommonWrapper #suntory_contents.lot main section.JS-lot-btc p {
  padding-top: 10px;
  font-size: 4vw;
  line-height: 1.4;
  color: #000000;
  text-align: center;
}
#suntoryCommonWrapper #suntory_contents.lot main section.JS-lot-btc p.txtRed {
  color: #e7595c;
}
#suntoryCommonWrapper #suntory_contents.lot main section.JS-lot-btc p.txtBig {
  font-size: 5vw;
  font-weight: bold;
}
#suntoryCommonWrapper #suntory_contents.lot main section.JS-lot-btc p.mgt20 {
  margin-top: 20px;
}
#suntoryCommonWrapper #suntory_contents.lot main section.JS-lot-btc ul.note li.txtBig {
  margin-top: 20px;
  font-size: 5vw;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
#suntoryCommonWrapper #suntory_contents.lot main section.JS-lot-btc ul.note li.txtRed {
  color: #af000c;
}
#suntoryCommonWrapper #suntory_contents.lot main section.JS-lot-btc ul.note li.smallTxt {
  width: 18em;
  padding-top: 15px;
  font-size: 3.5vw;
  text-align: center;
}
#suntoryCommonWrapper #suntory_contents.lot main section.JS-lot-btc button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 1em 1em 0.8em;
  width: 84vw;
  min-height: 4em;
  background: #e7595c;
  border-radius: 6px;
  color: #ffffff;
  font-size: 1.125em;
  font-weight: bold;
  text-align: center;
  line-height: 1.44;
  letter-spacing: 0.05em;
}
#suntoryCommonWrapper #suntory_contents.lot main section.JS-lot-btc 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;
  transform: rotate(45deg);
}
#suntoryCommonWrapper #suntory_contents.lot main section.JS-lot-btc button span {
  margin: 0;
  line-height: 1.4;
  font-size: 1.3em;
}
#suntoryCommonWrapper #suntory_contents.lot main section.JS-lot-btc .term {
  width: 100%;
  padding: 20px;
  border: 1px solid #59B6D9;
}
#suntoryCommonWrapper #suntory_contents.lot main section.JS-lot-btc .term dt {
  width: 100%;
  padding-bottom: 10px;
  font-size: 5vw;
  font-weight: bold;
  border-bottom: 1px solid #59B6D9;
  text-align: center;
  color: #59B6D9;
}
#suntoryCommonWrapper #suntory_contents.lot main section.JS-lot-btc .term dd {
  padding-top: 20px;
  font-size: 4vw;
  text-align: center;
}
#suntoryCommonWrapper #suntory_contents.lot main section.JS-lot-coupon, #suntoryCommonWrapper #suntory_contents.lot main section.check {
  width: 89.744%;
  margin: 20px auto 40px;
  background-color: #fff;
}
#suntoryCommonWrapper #suntory_contents.lot main section.JS-lot-coupon .inner, #suntoryCommonWrapper #suntory_contents.lot main section.check .inner {
  width: 88.57%;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
#suntoryCommonWrapper #suntory_contents.lot main section.JS-lot-coupon .inner h3, #suntoryCommonWrapper #suntory_contents.lot main section.check .inner h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 6.4vw;
  font-weight: bold;
  text-align: center;
  color: #af000c;
  line-height: 1.4;
}
#suntoryCommonWrapper #suntory_contents.lot main section.JS-lot-coupon .inner p, #suntoryCommonWrapper #suntory_contents.lot main section.check .inner p {
  padding-top: 20px;
  padding-bottom: 30px;
  font-size: 4vw;
  line-height: 1.6;
  text-align: center;
}
#suntoryCommonWrapper #suntory_contents.lot main section.JS-lot-coupon .inner p span, #suntoryCommonWrapper #suntory_contents.lot main section.check .inner p span {
  display: inline-block;
  padding-top: 1em;
}
#suntoryCommonWrapper #suntory_contents.lot main section.JS-lot-coupon .inner p span.txtRed, #suntoryCommonWrapper #suntory_contents.lot main section.check .inner p span.txtRed {
  color: #e50012;
}
#suntoryCommonWrapper #suntory_contents.lot main section.JS-lot-coupon .inner p.kigen, #suntoryCommonWrapper #suntory_contents.lot main section.check .inner p.kigen {
  margin-bottom: 30px;
  padding: 4vw;
  border: 1px solid #ccc;
  font-size: 3.5vw;
  font-weight: bold;
  color: #091F66;
  line-height: 1.6;
}
#suntoryCommonWrapper #suntory_contents.lot main section.JS-lot-coupon .inner p.kigen span, #suntoryCommonWrapper #suntory_contents.lot main section.check .inner p.kigen span {
  font-size: 3vw;
  font-weight: normal;
}
#suntoryCommonWrapper #suntory_contents.lot main section.JS-lot-coupon .inner button, #suntoryCommonWrapper #suntory_contents.lot main section.check .inner button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: baseline;
  width: 90%;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 8px 1em;
  background: #F7CC61;
  border-radius: 10vw;
  border: 2px solid #091F66;
  color: #091F66;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1.44;
  letter-spacing: 0.05em;
}
#suntoryCommonWrapper #suntory_contents.lot main section.JS-lot-coupon .inner button:after, #suntoryCommonWrapper #suntory_contents.lot main section.check .inner button:after {
  position: absolute;
  content: "";
  top: center;
  right: 2vw;
  width: 5vw;
  height: 5vw;
  background: url("/apc/sscp/F2511GMC1TKHC/img/icn_arrow_r.svg") center center no-repeat;
}
#suntoryCommonWrapper #suntory_contents.lot main section.JS-lot-coupon .inner a.btn_coupon, #suntoryCommonWrapper #suntory_contents.lot main section.check .inner a.btn_coupon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-bottom: 15px;
  padding: 1.6em 1em 1.6em;
  width: 80vw;
  min-height: 4em;
  background: #e50012;
  border-radius: 6px;
  color: #ffffff;
  font-size: 1.125em;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
  text-decoration: none;
}
#suntoryCommonWrapper #suntory_contents.lot main section.JS-lot-coupon .inner a.btn_coupon:after, #suntoryCommonWrapper #suntory_contents.lot main section.check .inner a.btn_coupon:after {
  content: "";
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 1em;
  height: 1em;
  background: url(../img/common/icn_extlink.svg) center center/contain no-repeat;
}
#suntoryCommonWrapper #suntory_contents.lot main section.JS-lot-coupon .inner a.back_btn, #suntoryCommonWrapper #suntory_contents.lot main section.check .inner a.back_btn {
  position: relative;
  display: block;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 0.889em 1.5em;
  width: 80vw;
  border-radius: 10vw;
  background-color: #F7CC61;
  border: 2px solid #091F66;
  color: #091F66;
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1.33;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.05em;
}
#suntoryCommonWrapper #suntory_contents.lot main section.JS-lot-coupon .inner a.back_btn:after, #suntoryCommonWrapper #suntory_contents.lot main section.check .inner a.back_btn:after {
  content: "";
  position: absolute;
  left: 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: #000;
  transform: rotate(225deg);
}
#suntoryCommonWrapper #suntory_contents.lot main section.JS-lot-coupon .inner ul.extlink, #suntoryCommonWrapper #suntory_contents.lot main section.check .inner ul.extlink {
  margin-bottom: 40px;
  font-size: 3vw;
  line-height: 1.4;
  text-align: center;
}
#suntoryCommonWrapper #suntory_contents.lot main section.JS-lot-coupon .inner ul.note, #suntoryCommonWrapper #suntory_contents.lot main section.check .inner ul.note {
  padding-bottom: 40px;
}
#suntoryCommonWrapper #suntory_contents.lot main section.JS-lot-coupon .inner ul.note li, #suntoryCommonWrapper #suntory_contents.lot main section.check .inner ul.note li {
  font-size: 3.5vw;
  line-height: 1.6;
  text-align: center;
}
#suntoryCommonWrapper #suntory_contents.lot.lose main section.JS-lot-coupon h3 {
  font-size: 5vw;
  color: #091F66;
}
#suntoryCommonWrapper #suntory_contents.lot.lose main section.JS-lot-coupon a.back_btn {
  position: relative;
  display: block;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 0.889em 1.5em;
  width: 80vw;
  border-radius: 10vw;
  background-color: #F7CC61;
  border: 2px solid #091F66;
  color: #091F66;
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1.33;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.05em;
}
#suntoryCommonWrapper #suntory_contents.lot.lose main section.JS-lot-coupon a.back_btn:after {
  content: "";
  position: absolute;
  left: 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: #000;
  transform: rotate(225deg);
}

#suntoryCommonWrapper #suntory_contents.prizesel main section.prizesel {
  padding-bottom: 35px;
  background-color: #c1e7f1;
}
#suntoryCommonWrapper #suntory_contents.prizesel main section.prizesel h3 {
  margin-bottom: 20px;
  padding: 20px 0;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-align: center;
  background-color: #59B6D9;
}
#suntoryCommonWrapper #suntory_contents.prizesel main section.prizesel .inner {
  padding-bottom: 30px;
  width: 89.33333vw;
  background: #ffffff;
}
#suntoryCommonWrapper #suntory_contents.prizesel main section.prizesel .inner h4 {
  padding: 1.5em 1em;
  color: #091F66;
  font-size: 4vw;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
#suntoryCommonWrapper #suntory_contents.prizesel main section.prizesel .inner h4 span {
  display: inline-block;
  font-size: 1.5em;
  line-height: 1;
  transform: translateY(0.05em);
}
#suntoryCommonWrapper #suntory_contents.prizesel main section.prizesel .inner h4 span.txtSmall {
  display: inline;
  font-size: 3.4vw;
  line-height: 1.5;
}
#suntoryCommonWrapper #suntory_contents.prizesel main section.prizesel .inner img {
  margin-bottom: 15px;
  display: block;
}
#suntoryCommonWrapper #suntory_contents.prizesel main section.prizesel .inner p {
  margin-bottom: 30px;
  padding: 0 1em;
  font-size: 0.9375em;
  text-align: center;
  letter-spacing: 0.04em;
}
#suntoryCommonWrapper #suntory_contents.prizesel main section.prizesel .inner p.notice {
  margin-bottom: 20px;
  width: 84vw;
  color: #e50012;
  font-size: 0.875em;
  line-height: 1.29;
  letter-spacing: 0.04em;
}
#suntoryCommonWrapper #suntory_contents.prizesel main section.prizesel .inner p.error_msg {
  margin-bottom: 15px;
  width: 84vw;
  color: #e50012;
  font-size: 0.9375em;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.04em;
}
#suntoryCommonWrapper #suntory_contents.prizesel main section.prizesel .inner .course_6 {
  width: 88.57%;
  margin: 0 auto;
  padding-top: 20px;
}
#suntoryCommonWrapper #suntory_contents.prizesel main section.prizesel .inner .course_6 p {
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 4vw;
  color: #091F66;
  text-align: center;
}
#suntoryCommonWrapper #suntory_contents.prizesel main section.prizesel .inner .course_6 p.txt {
  padding: 10px 0 20px;
  line-height: 1.4;
}
#suntoryCommonWrapper #suntory_contents.prizesel main section.prizesel .inner .course_6 .logo {
  width: 80%;
  margin: 0 auto;
}
#suntoryCommonWrapper #suntory_contents.prizesel main section.prizesel .inner .course_6 .lead {
  font-size: 24px;
  font-weight: bold;
  color: #CA1B25;
  text-align: center;
}
#suntoryCommonWrapper #suntory_contents.prizesel main section.prizesel .inner .course_24 {
  width: 81.5vw;
  margin: 0 auto;
  padding-top: 20px;
}
#suntoryCommonWrapper #suntory_contents.prizesel main section.prizesel .inner .course_24 p {
  margin-bottom: 0;
  padding: 0;
  padding-bottom: 20px;
  font-size: 3.8vw;
  text-align: center;
}
#suntoryCommonWrapper #suntory_contents.prizesel main section.prizesel .inner .course_24 p.txt {
  padding: 10px 0 30px;
  line-height: 1.4;
}
#suntoryCommonWrapper #suntory_contents.prizesel main section.prizesel .inner .course_24 .course_txt {
  margin-bottom: 20px;
  font-size: 5vw;
  font-weight: bold;
  color: #e7595c;
  line-height: 1em;
  text-align: center;
  position: relative;
}
#suntoryCommonWrapper #suntory_contents.prizesel main section.prizesel .inner .course_24 .course_txt:before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 3.5em;
  height: 1px;
  background-color: #e7595c;
}
#suntoryCommonWrapper #suntory_contents.prizesel main section.prizesel .inner .course_24 .course_txt:after {
  content: "";
  position: absolute;
  top: 0.5em;
  right: 0;
  width: 3.5em;
  height: 1px;
  background-color: #e7595c;
}
#suntoryCommonWrapper #suntory_contents.prizesel main section.prizesel .inner .course_24 .image {
  width: 100%;
  margin: 10px auto 40px;
}
#suntoryCommonWrapper #suntory_contents.prizesel main section.prizesel .inner .course_48 {
  width: 88.57%;
  margin: 0 auto;
  padding-top: 20px;
}
#suntoryCommonWrapper #suntory_contents.prizesel main section.prizesel .inner .course_48 p {
  margin-bottom: 0;
  padding: 0 0 5px;
  font-size: 4vw;
  color: #091F66;
  text-align: center;
}
#suntoryCommonWrapper #suntory_contents.prizesel main section.prizesel .inner .course_48 p.txt {
  padding: 10px 0 30px;
  line-height: 1.4;
}
#suntoryCommonWrapper #suntory_contents.prizesel main section.prizesel .inner .course_48 p .marker {
  font-size: 5.9vw;
  background: linear-gradient(transparent 65%, #F7CC61 35%);
}
#suntoryCommonWrapper #suntory_contents.prizesel main section.prizesel .inner .course_48 p.youryou {
  padding-bottom: 20px;
}
#suntoryCommonWrapper #suntory_contents.prizesel main section.prizesel .inner .course_48 .image {
  width: 88.57%;
  margin: 0 auto 40px;
}
#suntoryCommonWrapper #suntory_contents.prizesel main section.prizesel .inner .course_96 {
  width: 88.57%;
  margin: 0 auto;
  padding-top: 20px;
}
#suntoryCommonWrapper #suntory_contents.prizesel main section.prizesel .inner .course_96 p {
  margin-bottom: 0;
  padding: 0 0 20px;
  font-size: 4vw;
  color: #091F66;
  text-align: center;
}
#suntoryCommonWrapper #suntory_contents.prizesel main section.prizesel .inner .course_96 p.txt {
  padding: 10px 0 30px;
  line-height: 1.4;
}
#suntoryCommonWrapper #suntory_contents.prizesel main section.prizesel .inner .course_96 .image {
  width: 88.57%;
  margin: 0 auto 40px;
}
#suntoryCommonWrapper #suntory_contents.prizesel main section.prizesel .inner .now_point {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  padding: 0.75em 1em;
  width: 84vw;
  background: #efefef;
}
#suntoryCommonWrapper #suntory_contents.prizesel main section.prizesel .inner .now_point dt {
  padding-right: 3vw;
  font-size: 4.2vw;
  text-align: right;
  letter-spacing: 0.1em;
  transform: translateY(0.25em);
}
#suntoryCommonWrapper #suntory_contents.prizesel main section.prizesel .inner .now_point dd {
  flex: 1;
  width: auto;
  font-size: 4.2vw;
  line-height: 1;
  letter-spacing: 0.04em;
}
#suntoryCommonWrapper #suntory_contents.prizesel main section.prizesel .inner .now_point dd span {
  display: inline-block;
  margin-right: 0.1em;
  font-size: 11vw;
  vertical-align: baseline;
}
#suntoryCommonWrapper #suntory_contents.prizesel main section.prizesel .inner button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-bottom: 30px;
  padding: 1.3em 1em 1.3em;
  width: 84vw;
  background: #e7595c;
  border-radius: 6px;
  color: #ffffff;
  font-size: 1.125em;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
}
#suntoryCommonWrapper #suntory_contents.prizesel 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;
  transform: rotate(45deg);
}
#suntoryCommonWrapper #suntory_contents.prizesel main section.prizesel .inner button.disabled {
  background: #efefef;
  border: 2px solid #c7cdd3;
  color: #9ba2a7;
  cursor: default;
}
#suntoryCommonWrapper #suntory_contents.prizesel main section.prizesel .inner button.disabled:after {
  content: none;
}
#suntoryCommonWrapper #suntory_contents.prizesel main section.prizesel .inner button span {
  margin: 0;
  line-height: 1.4;
  font-size: 1.3em;
}
#suntoryCommonWrapper #suntory_contents.prizesel main section.prizesel .inner ul {
  width: 84vw;
  margin: 0 auto;
}
#suntoryCommonWrapper #suntory_contents.prizesel main section.prizesel .inner ul.note {
  padding-top: 40px;
}
#suntoryCommonWrapper #suntory_contents.prizesel main section.prizesel .inner ul.note li {
  font-size: 0.9375em;
  padding-left: 1.5em;
  text-indent: -1em;
  line-height: 1.4;
}
#suntoryCommonWrapper #suntory_contents.prizesel main section.back {
  padding-bottom: 45px;
}
#suntoryCommonWrapper #suntory_contents.prizesel main section.prizeselNotice .inner {
  width: 89.33333vw;
  margin: 0 auto;
  padding-bottom: 55px;
  text-align: center;
}
#suntoryCommonWrapper #suntory_contents.prizesel nav.footer form {
  display: none;
}

#suntoryCommonWrapper #suntory_contents.history main {
  padding-bottom: 30px;
}
#suntoryCommonWrapper #suntory_contents.history main section.title {
  text-align: center;
}
#suntoryCommonWrapper #suntory_contents.history main section.title h3 {
  margin-bottom: 8vw;
}
#suntoryCommonWrapper #suntory_contents.history main section.title .link {
  padding: 2vw 4vw 10vw;
  width: 84vw;
}
#suntoryCommonWrapper #suntory_contents.history main section.title .link img {
  width: 100%;
}
#suntoryCommonWrapper #suntory_contents.history main section.title .inner {
  padding: 8vw 4vw 5.3333333333vw;
  width: 92vw;
  font-size: 1.35em;
  background: #ffffff;
  border-top-left-radius: 1.6vw;
  border-top-right-radius: 1.6vw;
}
#suntoryCommonWrapper #suntory_contents.history main section.title .inner p {
  font-size: 4vw;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
#suntoryCommonWrapper #suntory_contents.history main section.history:nth-of-type(3) {
  margin-top: 20px;
}
#suntoryCommonWrapper #suntory_contents.history main section.history .inner {
  padding: 0 0 5.3333333333vw;
  width: 92vw;
  background: #ffffff;
  border-bottom-left-radius: 1.6vw;
  border-bottom-right-radius: 1.6vw;
}
#suntoryCommonWrapper #suntory_contents.history main section.history .inner h3 {
  padding: 0.625em 1em;
  background: #59B6D9;
  color: #ffffff;
  font-size: 4.5vw;
  font-weight: bold;
  text-align: center;
  line-height: 1.625;
  letter-spacing: 0.03em;
}
#suntoryCommonWrapper #suntory_contents.history main section.history .inner ul {
  padding: 15px;
  padding-bottom: 0;
  background: #fff;
}
#suntoryCommonWrapper #suntory_contents.history main section.history .inner ul li {
  margin-bottom: 10px;
  padding: 1.5em 1em;
  background: #ffffff;
  text-align: center;
  font-size: 0.875em;
  line-height: 1.71;
  border: 1px solid #091F66;
}
#suntoryCommonWrapper #suntory_contents.history main section.history .inner ul li.nohistory {
  display: none;
}
#suntoryCommonWrapper #suntory_contents.history main section.history .inner ul li.nohistory:first-child {
  display: block;
}
#suntoryCommonWrapper #suntory_contents.history main section.history .inner ul li p sub {
  vertical-align: baseline;
  font-size: 8px;
}
#suntoryCommonWrapper #suntory_contents.history main section.history .inner ul li p.txtCenter {
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 0.875em;
  text-align: center;
}
#suntoryCommonWrapper #suntory_contents.history main section.history .inner ul li h4 {
  margin-top: 0.625em;
  font-size: 1.14em;
  font-weight: bold;
  line-height: 1.86;
  letter-spacing: 0.03em;
}
#suntoryCommonWrapper #suntory_contents.history main section.history .inner ul li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1em;
  margin-bottom: 12px;
  padding: 0.913em 1.5em;
  width: 100%;
  background: #E50012;
  border-radius: 6px;
  color: #ffffff;
  font-size: 1.25em;
  font-weight: bold;
  text-align: center;
  line-height: 1.24;
  letter-spacing: 0.09em;
  text-decoration: none;
}
#suntoryCommonWrapper #suntory_contents.history main section.history .inner ul li a: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;
  transform: rotate(45deg);
}
#suntoryCommonWrapper #suntory_contents.history main section.history .inner ul li table {
  display: block;
  width: 92vw;
  color: #000000;
}
#suntoryCommonWrapper #suntory_contents.history main section.history .inner ul li table thead {
  display: none;
}
#suntoryCommonWrapper #suntory_contents.history main section.history .inner ul li table tbody {
  display: block;
}
#suntoryCommonWrapper #suntory_contents.history main section.history .inner ul li table tr {
  display: block;
  margin-bottom: 0.625em;
}
#suntoryCommonWrapper #suntory_contents.history main section.history .inner ul li table tr:first-child {
  margin-bottom: 0;
}
#suntoryCommonWrapper #suntory_contents.history main section.history .inner ul li table td {
  position: relative;
  display: block;
  margin-bottom: 1px;
  padding: 0.929em 1.14em;
  padding-left: 9.64em;
  background: #ffffff;
  font-size: 0.875em;
  text-align: left;
  letter-spacing: 0.03em;
}
#suntoryCommonWrapper #suntory_contents.history main section.history .inner ul li table td:before {
  content: attr(data-title);
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8.5em;
  height: 100%;
  background: #ffd149;
  font-weight: bold;
}
#suntoryCommonWrapper #suntory_contents.history main section.history .inner ul li table td:before a {
  color: currentColor;
}
#suntoryCommonWrapper #suntory_contents.history main section.history .inner ul li table td:before span {
  display: inline-block;
}
#suntoryCommonWrapper #suntory_contents.history main section.history .inner ul li table td:before:nth-child(3) {
  border-bottom: none;
}
#suntoryCommonWrapper #suntory_contents.history main section.history .inner ul li table td:before.nohistory {
  padding: 2em 1.14em;
  text-align: center;
}
#suntoryCommonWrapper #suntory_contents.history main section.history .inner ul li table td:before.nohistory:before {
  content: none;
}

#suntoryCommonWrapper #suntory_contents.history main {
  padding-bottom: 30px;
}
#suntoryCommonWrapper #suntory_contents.history main section.title {
  text-align: center;
}
#suntoryCommonWrapper #suntory_contents.history main section.title h3 {
  margin-bottom: 8vw;
}
#suntoryCommonWrapper #suntory_contents.history main section.title .link {
  padding: 2vw 4vw 10vw;
  width: 84vw;
}
#suntoryCommonWrapper #suntory_contents.history main section.title .link img {
  width: 100%;
}
#suntoryCommonWrapper #suntory_contents.history main section.title .inner {
  padding: 8vw 4vw 5.3333333333vw;
  width: 92vw;
  font-size: 1.35em;
  background: #ffffff;
  border-top-left-radius: 1.6vw;
  border-top-right-radius: 1.6vw;
}
#suntoryCommonWrapper #suntory_contents.history main section.title .inner p {
  font-size: 4vw;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
#suntoryCommonWrapper #suntory_contents.history main section.history:nth-of-type(3) {
  margin-top: 20px;
}
#suntoryCommonWrapper #suntory_contents.history main section.history .inner {
  padding: 0 0 5.3333333333vw;
  width: 92vw;
  background: #ffffff;
  border-bottom-left-radius: 1.6vw;
  border-bottom-right-radius: 1.6vw;
}
#suntoryCommonWrapper #suntory_contents.history main section.history .inner h3 {
  padding: 0.625em 1em;
  background: #59B6D9;
  color: #ffffff;
  font-size: 4.5vw;
  font-weight: bold;
  text-align: center;
  line-height: 1.625;
  letter-spacing: 0.03em;
}
#suntoryCommonWrapper #suntory_contents.history main section.history .inner ul {
  padding: 15px;
  padding-bottom: 0;
  background: #fff;
}
#suntoryCommonWrapper #suntory_contents.history main section.history .inner ul li {
  margin-bottom: 10px;
  padding: 1.5em 1em;
  background: #ffffff;
  text-align: center;
  font-size: 0.875em;
  line-height: 1.71;
  border: 1px solid #091F66;
}
#suntoryCommonWrapper #suntory_contents.history main section.history .inner ul li.nohistory {
  display: none;
}
#suntoryCommonWrapper #suntory_contents.history main section.history .inner ul li.nohistory:first-child {
  display: block;
}
#suntoryCommonWrapper #suntory_contents.history main section.history .inner ul li p sub {
  vertical-align: baseline;
  font-size: 8px;
}
#suntoryCommonWrapper #suntory_contents.history main section.history .inner ul li p.txtCenter {
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 0.875em;
  text-align: center;
}
#suntoryCommonWrapper #suntory_contents.history main section.history .inner ul li h4 {
  margin-top: 0.625em;
  font-size: 1.14em;
  font-weight: bold;
  line-height: 1.86;
  letter-spacing: 0.03em;
}
#suntoryCommonWrapper #suntory_contents.history main section.history .inner ul li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1em;
  margin-bottom: 12px;
  padding: 0.913em 1.5em;
  width: 100%;
  background: #E50012;
  border-radius: 6px;
  color: #ffffff;
  font-size: 1.25em;
  font-weight: bold;
  text-align: center;
  line-height: 1.24;
  letter-spacing: 0.09em;
  text-decoration: none;
}
#suntoryCommonWrapper #suntory_contents.history main section.history .inner ul li a: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;
  transform: rotate(45deg);
}
#suntoryCommonWrapper #suntory_contents.history main section.history .inner ul li table {
  display: block;
  width: 92vw;
  color: #000000;
}
#suntoryCommonWrapper #suntory_contents.history main section.history .inner ul li table thead {
  display: none;
}
#suntoryCommonWrapper #suntory_contents.history main section.history .inner ul li table tbody {
  display: block;
}
#suntoryCommonWrapper #suntory_contents.history main section.history .inner ul li table tr {
  display: block;
  margin-bottom: 0.625em;
}
#suntoryCommonWrapper #suntory_contents.history main section.history .inner ul li table tr:first-child {
  margin-bottom: 0;
}
#suntoryCommonWrapper #suntory_contents.history main section.history .inner ul li table td {
  position: relative;
  display: block;
  margin-bottom: 1px;
  padding: 0.929em 1.14em;
  padding-left: 9.64em;
  background: #ffffff;
  font-size: 0.875em;
  text-align: left;
  letter-spacing: 0.03em;
}
#suntoryCommonWrapper #suntory_contents.history main section.history .inner ul li table td:before {
  content: attr(data-title);
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8.5em;
  height: 100%;
  background: #ffd149;
  font-weight: bold;
}
#suntoryCommonWrapper #suntory_contents.history main section.history .inner ul li table td:before a {
  color: currentColor;
}
#suntoryCommonWrapper #suntory_contents.history main section.history .inner ul li table td:before span {
  display: inline-block;
}
#suntoryCommonWrapper #suntory_contents.history main section.history .inner ul li table td:before:nth-child(3) {
  border-bottom: none;
}
#suntoryCommonWrapper #suntory_contents.history main section.history .inner ul li table td:before.nohistory {
  padding: 2em 1.14em;
  text-align: center;
}
#suntoryCommonWrapper #suntory_contents.history main section.history .inner ul li table td:before.nohistory:before {
  content: none;
}

.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: #59B6D9;
  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: #59B6D9;
  background: #3eb3d4;
  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: #e7595c;
  font-size: 0.857em;
  font-weight: normal;
}
.modePC #suntory_contents.userregist .wrapper section.enquete ol.enquete_list > li ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-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;
  cursor: pointer;
}
.modePC #suntory_contents.userregist .wrapper section.enquete ol.enquete_list > li ul li label input, .modePC #suntory_contents.userregist .wrapper section.enquete ol.enquete_list > li ul li label input[type=radio] {
  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;
  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[type=radio]:checked + i {
  border-color: #e7595c;
  background: #e7595c;
}
.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[type=radio]:checked + 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[type=radio]:focus + i, .modePC #suntory_contents.userregist .wrapper section.enquete ol.enquete_list > li ul li label input[type=checkbox]:hover + i, .modePC #suntory_contents.userregist .wrapper section.enquete ol.enquete_list > li ul li label input[type=radio]:hover + i {
  border-color: #e7595c;
}
.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;
  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: #000000;
  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;
  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;
  z-index: 1;
}
.modePC #suntory_contents.userregist .wrapper section.enquete ol.enquete_list > li .select select:focus + label, .modePC #suntory_contents.userregist .wrapper section.enquete ol.enquete_list > li .select select:hover + label {
  border-color: #e7595c;
}
.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: #3eb3d4;
}
.modePC #suntory_contents.userregist .wrapper section.submit .error {
  margin-bottom: 20px;
  color: #e7595c;
  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: #e7595c;
  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;
  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.3333333333vw;
  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: #59B6D9;
  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.3333333333vw;
  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: #59B6D9;
  background: #3eb3d4;
  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.3333333333vw;
  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: #e7595c;
  font-size: 0.857em;
  font-weight: normal;
}
.modeSP #suntory_contents.userregist .wrapper section.enquete ol.enquete_list > li ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  width: 73.3333333333vw;
}
.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.3333333333vw;
  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, .modeSP #suntory_contents.userregist .wrapper section.enquete ol.enquete_list > li ul li label input[type=radio] {
  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;
  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[type=radio]:checked + i {
  border-color: #e7595c;
  background: #e7595c;
}
.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[type=radio]:checked + 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[type=radio]:focus + i {
  border-color: #e7595c;
}
.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;
  transform: none;
}
.modeSP #suntory_contents.userregist .wrapper section.enquete ol.enquete_list > li .select {
  position: relative;
  display: block;
  width: 73.3333333333vw;
}
.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: #000000;
  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;
  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;
  z-index: 1;
}
.modeSP #suntory_contents.userregist .wrapper section.enquete ol.enquete_list > li .select select:focus + label {
  border-color: #e7595c;
}
.modeSP #suntory_contents.userregist .wrapper section.enquete ol.enquete_list > li .other {
  padding-top: 10px;
  width: 73.3333333333vw;
}
.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: #3eb3d4;
}
.modeSP #suntory_contents.userregist .wrapper section.submit .error {
  margin-bottom: 20px;
  color: #e7595c;
  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: #e7595c;
  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;
  transform: rotate(45deg);
}

.modePC #suntory_contents.error .wrapper section.error {
  padding-top: 40px;
  padding-bottom: 40px;
}
.modePC #suntory_contents.error .wrapper section.error h3 {
  margin-bottom: 25px;
}
.modePC #suntory_contents.error .wrapper section.error p {
  width: 420px;
  font-size: 0.875em;
  font-weight: bold;
  text-align: left;
  line-height: 1.71;
  text-align: center;
  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(89, 182, 217, 0.4);
  color: #59B6D9;
  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-top: 25px;
  padding-bottom: 40px;
}
.modeSP #suntory_contents.error .wrapper section.error h3 {
  margin-bottom: 20px;
}
.modeSP #suntory_contents.error .wrapper section.error p {
  width: 84vw;
  font-size: 0.875em;
  font-weight: bold;
  line-height: 1.71;
  text-align: center;
  letter-spacing: 0.03em;
}
.modeSP #suntory_contents.error .wrapper section.error dl.term {
  padding: 10px 5.3333333333vw 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(89, 182, 217, 0.4);
  color: #59B6D9;
  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;
}

#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.3333333333vw;
}
#suntory_contents.static .wrapper section.outline > dl > dt {
  margin-top: 30px;
  padding: 0.75em 1em;
  background: #59B6D9;
  color: #ffffff;
  font-size: 1em;
  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: #59B6D9;
  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(89, 182, 217, 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: #59B6D9;
  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;
  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.3333333333vw;
  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.3333333333vw;
  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: #59B6D9;
  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;
  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;
  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: #59B6D9;
  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 #59B6D9;
  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: #59B6D9;
}
#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: #59B6D9;
  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: #59B6D9;
  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: #59B6D9;
  border: 2px solid #59B6D9;
  border-radius: 6px;
  color: #ffffff;
  font-size: 0.875em;
  text-align: center;
  line-height: 1.71;
  letter-spacing: 0.05em;
  text-decoration: none;
  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;
  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 #59B6D9;
  border-radius: 6px;
  color: #59B6D9;
  font-size: 0.875em;
  text-align: center;
  line-height: 1.71;
  letter-spacing: 0.05em;
  text-decoration: none;
  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;
  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;
  transform: rotate(45deg);
}
#suntory_contents.static .wrapper section.close button:after {
  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;
}
#suntory_contents.static .wrapper section.ocr_step {
  margin-bottom: 60px;
}
#suntory_contents.static .wrapper section.ocr_step ol.step {
  width: 92vw;
}
#suntory_contents.static .wrapper section.ocr_step ol.step > li {
  position: relative;
  margin-top: 70px;
  padding-bottom: 25px;
  background: rgba(158, 217, 233, 0.5);
}
#suntory_contents.static .wrapper section.ocr_step ol.step > li > * {
  width: 81.3333333333vw;
}
#suntory_contents.static .wrapper section.ocr_step ol.step > li:last-child {
  margin-bottom: 0;
}
#suntory_contents.static .wrapper section.ocr_step ol.step > li i {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  color: #59B6D9;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.03em;
  transform: translateY(-100%) translateY(-0.2em);
}
#suntory_contents.static .wrapper section.ocr_step ol.step > li i em {
  margin-left: 0.1em;
  font-size: 200%;
}
#suntory_contents.static .wrapper section.ocr_step ol.step > li h4 {
  margin-bottom: 25px;
  padding: 1.4em 1em;
  width: 100%;
  background: #59B6D9;
  color: #ffffff;
  font-size: 1.125em;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
#suntory_contents.static .wrapper section.ocr_step ol.step > li p {
  margin-top: 25px;
  font-size: 0.9375em;
  line-height: 1.6;
  letter-spacing: 0.06em;
  text-align: center;
}
#suntory_contents.static .wrapper section.ocr_point h3 {
  width: 92vw;
  font-size: 1.625em;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
#suntory_contents.static .wrapper section.ocr_point hr {
  margin-top: 20px;
  margin-bottom: 30px;
  width: 92vw;
  border: none;
  border-bottom: 1px solid #cccccc;
}
#suntory_contents.static .wrapper section.ocr_point .inner {
  width: 92vw;
}
#suntory_contents.static .wrapper section.ocr_point .inner ol.point {
  margin-bottom: 40px;
  counter-reset: cnt;
}
#suntory_contents.static .wrapper section.ocr_point .inner ol.point > li {
  counter-increment: cnt;
  position: relative;
  margin-bottom: 5px;
  padding: 0.75em 1em;
  padding-left: 2.25em;
  border: 1px solid #cccccc;
  font-size: 0.9375em;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
#suntory_contents.static .wrapper section.ocr_point .inner ol.point > li:last-child {
  margin-bottom: 0;
}
#suntory_contents.static .wrapper section.ocr_point .inner ol.point > li::before {
  content: counter(cnt) ".";
  position: absolute;
  top: 0.75em;
  left: 1em;
  color: #59B6D9;
}
#suntory_contents.static .wrapper section.ocr_point .inner ol.point > li .figure {
  width: 59.4666666667vw;
  transform: translateX(-0.625em) translateY(0.5em);
}
#suntory_contents.static .wrapper section.ocr_point .inner h4.ng_title {
  margin-bottom: 20px;
  padding: 0.5em 0;
  color: #59B6D9;
  border-top: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  font-size: 1.125em;
  font-weight: bold;
  text-align: center;
  line-height: 1.44;
  letter-spacing: 0;
}
#suntory_contents.static .wrapper section.ocr_point .inner ul.ng {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 10px;
}
#suntory_contents.static .wrapper section.ocr_point .inner ul.ng > li {
  margin: 0;
  width: 44.8vw;
}
#suntory_contents.static .wrapper section .txtRed {
  color: #e7595c;
}
#suntory_contents.static .wrapper section .txtBold {
  font-weight: bold;
}/*# sourceMappingURL=style.css.map */