@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;
    text-align: justify;
    color: #000000;
    line-break: strict;
    word-break: break-word;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
#suntory_contents input, #suntory_contents button, #suntory_contents textarea {
    font-family: 'Roboto', 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-weight: 500;
    color: #000000;
}
#suntory_contents input[type="text"], #suntory_contents textarea {
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    background: none;
    -webkit-appearance: none;
    max-width: 100%;
}
#suntory_contents button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    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: #ff0000;
}
#suntory_contents .bold {
    font-weight: bold;
}
#suntory_contents ul.note li {
    margin-bottom: 0.385em;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 0.8125em;
    line-height: 1.5;
    letter-spacing: 0.01em;
}
#suntory_contents ul.note li:last-child {
    margin-bottom: 0;
}
#suntory_contents ul.note li > * {
    text-indent: 0;
}
#suntory_contents a {
    color: #0066aa;
}
.modePC #suntory_contents {
    min-width: 960px;
    background: rgba(62, 179, 212, 0.1);
}
.modePC #suntory_contents header#kv_sub h2 {
    width: 100%;
    background: url(../../img/teaser/kv_sub_pc.webp);
}
.modePC #suntory_contents header#kv_sub h2:after {
    content: '';
    display: block;
    padding-top: 26.6666666667%;
}
.modePC #suntory_contents header#kv_sub h2 img {
    display: none;
}
.modePC #suntory_contents .wrapper {
    margin: 0 auto;
    width: 750px;
}
.modePC #suntory_contents h3.ttl {
    padding: 23px 0;
    color: #ffffff;
    background: #3eb3d4;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.11em;
}
.modePC #suntory_contents .entry_top h3.ttl {
    padding: 23px 0;
    color: #e60013;
    background: transparent;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    letter-spacing: 0;
}
.modePC #suntory_contents a.back_btn {
    position: relative;
    display: block;
    padding: 1em 2.5em;
    width: 275px;
    background: #ffffff;
    border: 2px solid #070505;
    border-radius: 6px;
    color: #070505;
    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: #000;
    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 #070505;
    color: #070505;
    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 #000;
    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 #000;
    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: #000;
    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;
    border-bottom: 1px solid #c5ccd2;
}
.modePC #suntory_contents nav.link + nav.brand {
    padding: 0 0 30px;
    background-color: #ffffff;
    border-top: none;
}
.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;
}
.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 #000;
    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 #000;
    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 a {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.modePC #suntory_contents nav.brand ul li:not(:last-child) a {
    border-bottom: none;
}
.modePC #suntory_contents nav.brand ul li:last-child a {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.modePC #suntory_contents nav.footer {
  width: 750px;
  margin: 0 auto;
  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;
}
.modeSP #suntory_contents header#kv_sub h2 {
    width: 100%;
}
.modeSP #suntory_contents .wrapper {
    margin: 0 auto;
    width: 100%;
}
.modeSP #suntory_contents h3.ttl {
    padding: 1em 0.5em;
    background: #3eb3d4;
    color: #ffffff;
    font-size: 1.375em;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 0.11em;
}
.modeSP #suntory_contents .entry_top h3.ttl {
    padding: 0.5em 0.5em;
    background: transparent;
    color: #e60013;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0;
}
.modeSP #suntory_contents a.back_btn {
    position: relative;
    display: block;
    padding: 1em 2.5em;
    width: 275px;
    max-width: 84vw;
    background: #ffffff;
    border: 2px solid #070505;
    border-radius: 6px;
    color: #070505;
    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: #000;
    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 #000;
    color: #070505;
    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 #000;
    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 #000;
    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: #000;
    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.link + nav.brand {
    padding: 0 0 25px;
    background-color: #ffffff;
    border-top: none;
}
.modeSP #suntory_contents nav.brand ul {
    width: 84vw;
}
.modeSP #suntory_contents nav.brand ul li a {
    position: relative;
    display: block;
    padding: 1em 1em;
    border: 1px solid #000000;
    color: #000000;
    font-size: 0.875em;
    line-height: 1.71;
    text-align: center;
    text-decoration: none;
}
.modeSP #suntory_contents nav.brand ul li a:before {
    content: '';
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    display: block;
    margin: auto 0;
    width: 0.583em;
    height: 0.583em;
    border: 1px solid #000;
    background: #ffffff;
    box-sizing: border-box;
    transform: translateX(1px) translateY(-1px);
}
.modeSP #suntory_contents nav.brand ul li a:after {
    content: '';
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    display: block;
    margin: auto 0;
    width: 0.583em;
    height: 0.583em;
    border: 1px solid #000;
    background: #ffffff;
    box-sizing: border-box;
    transform: translateX(1px) translateY(-1px);
}
.modeSP #suntory_contents nav.brand ul li a:before {
    content: '';
    border-top: none;
    border-right: none;
    transform: translateX(-1px) translateY(1px);
}
.modeSP #suntory_contents nav.brand ul li:first-child a {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.modeSP #suntory_contents nav.brand ul li:not(:last-child) a {
    border-bottom: none;
}
.modeSP #suntory_contents nav.brand ul li:last-child a {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.modeSP #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 #suntoryCommonFooter #suntoryCommonFt {
    margin-top: -1px;
    padding-top: 1px;
    border-top: 1px solid #c5ccd2;
}
.modeSP #suntoryCommonFooter #suntoryCommonFt_ShareBtn + #suntoryCommonFt {
    border-top: none;
}
.modePC #suntory_contents.top header#mv h2 {
    width: 100%;
}
.modePC #suntory_contents.top header#mv p {
    text-align: center;
    margin-top: 20px;
    font-size: 1em;
    line-height: 1.5;
}
.modePC #suntory_contents.top #comingSoon h3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 56px;
    font-weight: bold;
    color: #3eb3d4;
    line-height: 1;
    background-color: #fff;
}
.modePC #suntory_contents.top #comingSoon h3:after {
    content: '';
    display: block;
    padding-top: 40%;
}

.modePC #suntory_contents.top .wrapper section.kikan {
    padding-bottom: 40px;
}
.modePC #suntory_contents.top .wrapper section.kikan h3 {
    margin-bottom: 40px;
    letter-spacing: 0.19em;
}
.modePC #suntory_contents.top .wrapper section.kikan .inner {
    width: 660px;
}
.modePC #suntory_contents.top .wrapper section.kikan .inner p.kikanSub {
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
}

.modePC #suntory_contents.top .wrapper section.product {
    padding-bottom: 25px;
}
.modePC #suntory_contents.top .wrapper section.product h3 {
    margin-bottom: 40px;
    letter-spacing: 0.19em;
}
.modePC #suntory_contents.top .wrapper section.product .inner {
    width: 660px;
}
.modePC #suntory_contents.top .wrapper section.product .inner .visual {
    width: 570px;
    margin-bottom: 25px;
}
.modePC #suntory_contents.top .wrapper section.product .inner .products {
    width: 570px;
    padding: 15px 1.5em;
    border: 1px solid #cccccc;
}
.modePC #suntory_contents.top .wrapper section.product .inner .products ul.list {
    width: 23em;
}
.modePC #suntory_contents.top .wrapper section.product .inner .products ul.list li {
    margin-bottom: 0.385em;
    font-size: 1em;
    line-height: 1.5;
    letter-spacing: 0.01em;
}
.modePC #suntory_contents.top .wrapper section.product .inner .products ul.list li:last-child {
    margin-bottom: 0;
}
.modePC #suntory_contents.top .wrapper section.product .inner ul.note {
    margin-top: 15px;
}
.modePC #suntory_contents.top .wrapper section.seal {
    padding-bottom: 80px;
}
.modePC #suntory_contents.top .wrapper section.seal .inner {
    width: 570px;
}
.modePC #suntory_contents.top .wrapper section.seal .inner h3 {
    position: relative;
    margin-top: 40px;
    margin-bottom: 20px;
    width: 100%;
}
.modePC #suntory_contents.top .wrapper section.seal .inner h3 span {
    position: relative;
    display: block;
    width: 13em;
    margin: 0 auto;
    padding: 5px 0;
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
    color: #3eb3d4;
    text-align: center;
    background-color: #fff;
    z-index: 1;
}
.modePC #suntory_contents.top .wrapper section.seal .inner h3:after {
    content: '';
    position: absolute;
    top:50%;
    width: 100%;
    border-top: 1px solid #ccc;
    z-index: 0;
}

.modePC #suntory_contents.top .wrapper section.seal .inner .seal {
    margin-bottom: 20px;
}
.modePC #suntory_contents.top .wrapper section.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 section.seal .inner dl dt, .modePC #suntory_contents.top .wrapper section.seal .inner dl dd {
    margin-right: 30px;
    width: 85px;
}
.modePC #suntory_contents.top .wrapper section.seal .inner dl dt:last-of-type, .modePC #suntory_contents.top .wrapper section.seal .inner dl dd:last-of-type {
    margin-right: 0;
}
.modePC #suntory_contents.top .wrapper section.seal .inner dl dt {
    order: 1;
    margin-bottom: 0.385em;
    font-size: 0.75em;
    line-height: 1.5;
    letter-spacing: 0.12em;
    text-align: center;
}
.modePC #suntory_contents.top .wrapper section.seal .inner dl dd {
    order: 2;
    position: relative;
}
.modePC #suntory_contents.top .wrapper section.seal .inner dl dd:after {
    content: '見本';
    position: absolute;
    right: -10px;
    bottom: -7px;
    display: block;
    padding: 0.25em 0.25em;
    background: rgba(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 section.seal .inner dl dd img {
    pointer-events: none;
}
.modePC #suntory_contents.top .wrapper section.seal .inner ul.note li {
    margin-bottom: 0.5em;
    font-size: 0.875em;
    line-height: 1.5;
}
.modePC #suntory_contents.top .wrapper section.seal .inner p {
    margin-bottom: 15px;
    font-size: 1em;
    line-height: 1.5;
    letter-spacing: 0.01em;
    text-align: center;
}
.modePC #suntory_contents.top .wrapper section.entry {
    padding-bottom: 45px;
    background: rgba(7, 5, 5, 0.1);
}
.modePC #suntory_contents.top .wrapper section.entry .title {
    position: relative;
    margin-bottom: 55px;
    padding: 1.5em 0.5em;
    background: #e60013;
    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: #070505 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.login_list > li ul.note li {
    margin-bottom: 0.5em;
    font-size: 0.875em;
    line-height: 1.5;
}
.modePC #suntory_contents.top .wrapper section.entry .inner ul li {
    margin-bottom: 30px;
}
.modePC #suntory_contents.top .wrapper section.entry .inner ul li:last-child {
    margin-bottom: 0;
}
.modePC #suntory_contents.top .wrapper section.entry .inner ul li a.btn {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding: 0 50px;
    width: 100%;
    height: 90px;
    background: #e6e6e6;
    border-radius: 4px;
    text-decoration: none;
}
.modePC #suntory_contents.top .wrapper section.entry .inner ul li a.btn span {
    color: #ffffff;
    font-size: 1.125em;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.03em;
}
.modePC #suntory_contents.top .wrapper section.entry .inner ul li a.btn span i {
    display: inline-block;
    margin-right: 0.3em;
    font-size: 1.5em;
}
.modePC #suntory_contents.top .wrapper section.entry .inner ul li a.btn:after {
    content: '';
    position: absolute;
    right: 25px;
    top: 0;
    bottom: 0;
    display: block;
    margin: auto 0;
    width: 10px;
    height: 10px;
    border-width: 2px 2px 0 0;
    border-style: solid solid none none;
    border-color: #ffffff;
    transform: rotate(45deg);
}
.modePC #suntory_contents.top .wrapper section.entry .inner ul li a.btn.ln {
    background: #666;
    pointer-events: none;
}
.modePC #suntory_contents.top .wrapper section.entry .inner ul li p {
    font-size: 0.75em;
    text-align: center;
    line-height: 1.67;
}






.modePC #suntory_contents.top.teaser .wrapper section.teaser {
    padding-top: 70px;
    padding-bottom: 40px;
}
.modePC #suntory_contents.top.teaser .wrapper section.teaser .inner {
    width: 420px;
    border: 2px solid rgba(7, 5, 5, 0.4);
    border-top: none;
    padding-bottom: 20px;
}
.modePC #suntory_contents.top.teaser .wrapper section.teaser .inner h3 {
    margin-left: -2px;
    margin-bottom: 20px;
    padding: 0.5em 0.5em;
    width: calc(100% + 4px);
    background: #e60013;
    color: #ffffff;
    font-size: 1.25em;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.19em;
    line-height: 1.5;
}
.modePC #suntory_contents.top.teaser .wrapper section.teaser .inner p {
    width: 375px;
    font-size: 1.25em;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
}
.modePC #suntory_contents.top.teaser .wrapper section.seal {
    padding-bottom: 80px;
}
.modePC #suntory_contents.top.teaser .wrapper section.seal h3 {
    margin-bottom: 30px;
}






.modePC #suntory_contents.top.end header#mv p {
    margin-bottom: 20px;
}
.modePC #suntory_contents.top.end section.end {
    padding-bottom: 30px;
}
.modePC #suntory_contents.top.end section.end h3 {
    margin-bottom: 25px;
}
.modePC #suntory_contents.top.end section.end p {
    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 {
    padding-bottom: 20px;
}
.modePC #suntory_contents.top.end section.contact .inner {
    padding: 10px 70px 25px;
    width: 420px;
    border: 2px solid rgba(7, 5, 5, 0.4);
}
.modePC #suntory_contents.top.end section.contact .inner h3 {
    margin-bottom: 5px;
    padding: 0.5em 0.5em;
    color: #070505;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.15em;
}
.modePC #suntory_contents.top.end section.contact .inner p {
    margin-bottom: 0.5em;
    font-size: 0.875em;
    text-align: center;
    line-height: 1.7;
    letter-spacing: 0.12em;
}
.modePC #suntory_contents.top.end section.contact .inner p:last-of-type {
    margin-bottom: 0;
}
.modePC #suntory_contents.top.end section.contact .inner p em {
    font-size: 1.5em;
    font-weight: bold;
}
.modePC #suntory_contents.top.end section.contact .inner p a {
    color: #000;
    text-decoration: none;
}
.modePC #suntory_contents.top.iw section.flow .inner ol li {
    text-align: center;
}
.modePC #suntory_contents.top.iw section.flow .inner ul.note {
    margin-top: 20px;
}
.modePC #suntory_contents.top.iw section.flow .inner ul.note li {
    text-align: left;
}




.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 {
}
.modePC #suntory_contents.top.iw nav.contact .inner {
    border-top: 1px solid #c5ccd2;
    width: 750px;
    margin: 0 auto;
    padding: 40px 0;
    background-color: #fff;
}
.modePC #suntory_contents.top.iw nav.contact .inner .contactBox {
    padding: 10px 30px 25px;
    width: 420px;
    border: 2px solid rgba(62, 179, 212, 0.4);
}
.modePC #suntory_contents.top.iw nav.contact .inner h3 {
    margin-bottom: 5px;
    padding: 0.5em 0.5em;
    color: #070505;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.15em;
}
.modePC #suntory_contents.top.iw nav.contact .inner p {
    margin-bottom: 0.5em;
    font-size: 0.875em;
    text-align: center;
    line-height: 1.7;
    letter-spacing: 0.12em;
}
.modePC #suntory_contents.top.iw nav.contact .inner p:last-of-type {
    margin-bottom: 0;
}
.modePC #suntory_contents.top.iw nav.contact .inner p em {
    font-size: 1.5em;
    font-weight: bold;
}
.modePC #suntory_contents.top.iw nav.contact .inner p a {
    color: #000;
    text-decoration: none;
}






.modePC #suntory_contents.top #modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
.modePC #suntory_contents.top #modal .modal {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
    width: 420px;
    max-height: 90vh;
}
.modePC #suntory_contents.top #modal .modal .inner {
    padding-bottom: 25px;
    width: 420px;
    max-height: 90vh;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
}
.modePC #suntory_contents.top #modal .modal .inner h3 {
    margin-bottom: 20px;
    padding: 0.75em 0.5em;
    background: #ff0000;
    color: #ffffff;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 0.06em;
}
.modePC #suntory_contents.top #modal .modal .inner p.lead {
    margin-bottom: 15px;
    width: 340px;
    font-size: 1em;
    line-height: 1.75;
    letter-spacing: 0.03em;
}
.modePC #suntory_contents.top #modal .modal .inner a.btn {
    position: relative;
    display: block;
    margin-bottom: 20px;
    padding: 1em 0.5em;
    padding-right: 2em;
    width: 340px;
    background-image: radial-gradient(rgba(255, 247, 153, 1), rgba(251, 194, 0, 1));
    color: #000;
    border-radius: 5px;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    line-height: 1.33;
    letter-spacing: 0.03em;
    text-decoration: none;
}
.modePC #suntory_contents.top #modal .modal .inner a.btn:after {
    content: '';
    position: absolute;
    right: 25px;
    top: 0;
    bottom: 0;
    display: block;
    margin: auto 0;
    width: 8px;
    height: 8px;
    border-width: 2px 2px 0 0;
    border-style: solid solid none none;
    border-color: #ffffff;
    transform: rotate(45deg);
}
.modePC #suntory_contents.top #modal .modal .inner label {
    display: block;
    padding: 0.75em 0.5em;
    width: 340px;
    background: #e6e6e6;
    border-radius: 5px;
    font-size: 0.9375em;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.03em;
}
.modePC #suntory_contents.top #modal .modal .inner label input {
    display: inline-block;
    margin-right: 0.5em;
    width: 1em;
    height: 1em;
    border: 1px solid #000;
    background: #ffffff;
}
.modePC #suntory_contents.top #modal .shade {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 127, 23, 0.8);
    backdrop-filter: blur(5px);
    z-index: 0;
}






.modeSP #suntory_contents.top header#mv h2 {
    width: 100%;
    border-top: 1px solid #ccc;
}
.modeSP #suntory_contents.top header#mv p {
    text-align: center;
    margin-top: 20px;
    font-size: 1em;
    line-height: 1.5;
}
.modeSP #suntory_contents.top #comingSoon h3 {
    width: 100%;
    padding-top: 14vw;
    padding-bottom: 14vw;
    font-size: 8.5vw;
    font-weight: bold;
    color: #3eb3d4;
    text-align: center;
    line-height: 1;
}

.modeSP #suntory_contents.top .wrapper section.kikan {
    padding-bottom: 60px;
}
.modeSP #suntory_contents.top .wrapper section.kikan h3 {
    letter-spacing: 0.19em;
}
.modeSP #suntory_contents.top .wrapper section.kikan .inner {
    width: 92vw;
}
.modeSP #suntory_contents.top .wrapper section.kikan .inner p.kikanSub {
    padding-top: 0.5em;
    font-size: 1.35em;
    line-height: 1.5;
    text-align: center;
}

.modeSP #suntory_contents.top .wrapper section.product {
    padding-bottom: 25px;
}
.modeSP #suntory_contents.top .wrapper section.product {
    padding-bottom: 25px;
}
.modeSP #suntory_contents.top .wrapper section.product h3 {
    margin-bottom: 30px;
    letter-spacing: 0.19em;
}
.modeSP #suntory_contents.top .wrapper section.product .inner {
    width: 84vw;
}
.modeSP #suntory_contents.top .wrapper section.product .inner .visual {
    margin-bottom: 20px;
}
.modeSP #suntory_contents.top .wrapper section.product .inner .products {
    padding: 15px 1em;
    border: 1px solid #cccccc;
}
.modeSP #suntory_contents.top .wrapper section.product .inner .products ul.list {
    width: 12em;
}
.modeSP #suntory_contents.top .wrapper section.product .inner .products ul.list li {
    margin-bottom: 0.385em;
    font-size: 1em;
    line-height: 1.5;
    letter-spacing: 0.01em;
}
.modeSP #suntory_contents.top .wrapper section.product .inner .products ul.list li:last-child {
    margin-bottom: 0;
}
.modeSP #suntory_contents.top .wrapper section.product .inner ul.note {
    margin-top: 15px;
}
.modeSP #suntory_contents.top .wrapper section.seal {
    padding-top: 20px;
    padding-bottom: 40px;
}
.modeSP #suntory_contents.top .wrapper section.seal .inner {
    width: 84vw;
}
.modeSP #suntory_contents.top .wrapper section.seal .inner h3 {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}
.modeSP #suntory_contents.top .wrapper section.seal .inner h3 span {
    position: relative;
    display: block;
    width: 13em;
    margin: 0 auto;
    padding: 5px 0;
    font-size: 1.35em;
    font-weight: bold;
    line-height: 1;
    color: #3eb3d4;
    text-align: center;
    background-color: #fff;
    z-index: 1;
}
.modeSP #suntory_contents.top .wrapper section.seal .inner h3:after {
    content: '';
    position: absolute;
    top:50%;
    width: 100%;
    border-top: 1px solid #ccc;
    z-index: 0;
}

.modeSP #suntory_contents.top .wrapper section.seal .inner .seal {
    margin-bottom: 20px;
}
.modeSP #suntory_contents.top .wrapper section.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 section.seal .inner dl dt, .modeSP #suntory_contents.top .wrapper section.seal .inner dl dd {
    margin-right: 8vw;
    width: calc(50% - 4vw);
}
.modeSP #suntory_contents.top .wrapper section.seal .inner dl dt:last-of-type, .modeSP #suntory_contents.top .wrapper section.seal .inner dl dd:last-of-type {
    margin-right: 0;
}
.modeSP #suntory_contents.top .wrapper section.seal .inner dl dt {
    order: 1;
    margin-bottom: 0.385em;
    font-size: 0.75em;
    line-height: 1.5;
    letter-spacing: 0.12em;
    text-align: center;
}
.modeSP #suntory_contents.top .wrapper section.seal .inner dl dd {
    order: 2;
    position: relative;
}
.modeSP #suntory_contents.top .wrapper section.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 section.seal .inner dl dd img {
    pointer-events: none;
}
.modeSP #suntory_contents.top .wrapper section.seal .inner ul.note li {
    margin-bottom: 0.5em;
    font-size: 0.875em;
    line-height: 1.5;
}
.modeSP #suntory_contents.top .wrapper section.seal .inner p {
    margin-bottom: 15px;
    font-size: 1em;
    line-height: 1.5;
    letter-spacing: 0.01em;
}
.modeSP #suntory_contents.top .wrapper section.entry {
    padding-bottom: 45px;
    background: none;
}
.modeSP #suntory_contents.top .wrapper section.entry .title {
    position: relative;
    margin-bottom: 45px;
    padding: 1.375em 0.5em;
    background: #e60013;
    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: #070505 transparent transparent;
}
.modeSP #suntory_contents.top .wrapper section.entry .title h3 {
    font-size: 1.375em;
    font-weight: bold;
    line-height: 1.36;
    letter-spacing: 0.19em;
}
.modeSP #suntory_contents.top .wrapper section.entry .title p {
    margin-top: 5px;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.19em;
}
.modeSP #suntory_contents.top .wrapper section.entry .inner {
    width: 84vw;
}
.modeSP #suntory_contents.top .wrapper section.entry .inner ul.login_list > li ul.note li {
    margin-bottom: 0.5em;
    font-size: 0.875em;
    line-height: 1.5;
}
.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 a.btn {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 1.25em 1em;
    width: 100%;
    background: #e6e6e6;
    border-radius: 6px;
    text-decoration: none;
}
.modeSP #suntory_contents.top .wrapper section.entry .inner ul li a.btn span {
    color: #ffffff;
    font-size: 0.875em;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.03em;
    line-height: 2.14;
}
.modeSP #suntory_contents.top .wrapper section.entry .inner ul li a.btn span i {
    display: inline-block;
    margin-right: 0.3em;
    font-size: 1.57em;
    line-height: 1.36;
    transform: translateY(0.1em);
}
.modeSP #suntory_contents.top .wrapper section.entry .inner ul li a.btn:after {
    content: '';
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    display: block;
    margin: auto 0;
    width: 0.75em;
    height: 0.75em;
    border-width: 2px 2px 0 0;
    border-style: solid solid none none;
    border-color: #ffffff;
    transform: rotate(45deg);
}
.modeSP #suntory_contents.top .wrapper section.entry .inner ul li a.btn.ln {
    background: #666;
    pointer-events: none;
}
.modeSP #suntory_contents.top .wrapper section.entry .inner ul li p {
    font-size: 0.75em;
    text-align: center;
    line-height: 1.67;
}





.modeSP #suntory_contents.top.teaser .wrapper section.teaser {
    padding-top: 40px;
    padding-bottom: 25px;
}
.modeSP #suntory_contents.top.teaser .wrapper section.teaser .inner {
    width: 84vw;
    border: 2px solid rgba(7, 5, 5, 0.4);
    border-top: none;
    padding-bottom: 20px;
}
.modeSP #suntory_contents.top.teaser .wrapper section.teaser .inner h3 {
    margin-left: -2px;
    margin-bottom: 20px;
    padding: 0.5em 0.5em;
    width: calc(100% + 4px);
    background: #e60013;
    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.end header#mv p {
    margin-bottom: 20px;
}
.modeSP #suntory_contents.top.end section.end {
    padding-bottom: 30px;
}
.modeSP #suntory_contents.top.end section.end h3 {
    margin-bottom: 25px;
    background-color: #e60013;
}
.modeSP #suntory_contents.top.end section.end 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 {
    padding-bottom: 20px;
}
.modeSP #suntory_contents.top.end section.contact .inner {
    padding: 20px 1em 25px;
    width: 84vw;
    border: 2px solid rgba(7, 5, 5, 0.4);
}
.modeSP #suntory_contents.top.end section.contact .inner h3 {
    margin-bottom: 5px;
    padding: 0.5em 0.5em;
    color: #070505;
    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: #000;
    text-decoration: none;
}
.modeSP #suntory_contents.top.iw section.flow .inner ol li {
    text-align: center;
}
.modeSP #suntory_contents.top.iw section.flow .inner ul.note li {
    text-align: left;
}
.modeSP #suntory_contents.top.iw section.kikan {
    padding-bottom: 40px;
}
.modeSP #suntory_contents.top.iw section.kikan h3 {
    margin-bottom: 20px;
}
.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(62, 179, 212, 0.4);
}
.modeSP #suntory_contents.top.iw nav.contact .inner h3 {
    margin-bottom: 5px;
    padding: 0.5em 0.5em;
    color: #070505;
    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: #000;
    text-decoration: none;
}





.modeSP #suntory_contents.top #modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
.modeSP #suntory_contents.top #modal .modal {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
    width: 94.6666666667vw;
    max-height: 90vh;
}
.modeSP #suntory_contents.top #modal .modal .inner {
    padding-bottom: 25px;
    width: 94.6666666667vw;
    max-height: 90vh;
    background: #ffffff;
    border-radius: 10px;
    overflow-y: scroll;
}
.modeSP #suntory_contents.top #modal .modal .inner h3 {
    margin-bottom: 20px;
    padding: 0.75em 0.5em;
    background: #ff0000;
    color: #ffffff;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 0.06em;
}
.modeSP #suntory_contents.top #modal .modal .inner p.lead {
    margin-bottom: 15px;
    width: 81.3333333333vw;
    font-size: 1em;
    line-height: 1.75;
    letter-spacing: 0.03em;
}
.modeSP #suntory_contents.top #modal .modal .inner a.btn {
    position: relative;
    display: block;
    margin-bottom: 20px;
    padding: 1em 0.5em;
    padding-right: 2em;
    width: 81.3333333333vw;
    background-image: radial-gradient(rgba(255, 247, 153, 1), rgba(251, 194, 0, 1));
    color: #000;
    border-radius: 5px;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    line-height: 1.33;
    letter-spacing: 0.03em;
    text-decoration: none;
}
.modeSP #suntory_contents.top #modal .modal .inner a.btn:after {
    content: '';
    position: absolute;
    right: 25px;
    top: 0;
    bottom: 0;
    display: block;
    margin: auto 0;
    width: 8px;
    height: 8px;
    border-width: 2px 2px 0 0;
    border-style: solid solid none none;
    border-color: #ffffff;
    transform: rotate(45deg);
}
.modeSP #suntory_contents.top #modal .modal .inner label {
    display: block;
    padding: 0.75em 0.5em;
    width: 81.3333333333vw;
    background: #e6e6e6;
    border-radius: 5px;
    font-size: 0.9375em;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.03em;
}
.modeSP #suntory_contents.top #modal .modal .inner label input {
    display: inline-block;
    margin-right: 0.5em;
    width: 1em;
    height: 1em;
    border: 1px solid #000;
    background: #ffffff;
}
.modeSP #suntory_contents.top #modal .shade {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 127, 23, 0.8);
    backdrop-filter: blur(5px);
    z-index: 0;
}









.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;
    text-align: center;
}
.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: #e60013;
    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: #070505;
    background: #eeeeee;
    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: #ff0000;
    font-size: 0.857em;
    font-weight: normal;
}
.modePC #suntory_contents.userregist .wrapper section.enquete ol.enquete_list > li p.inputSample {
    text-align: center;
}
.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 {
    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: #daa900;
    background-image: radial-gradient(rgba(255, 247, 153, 1), rgba(251, 194, 0, 1));
}
.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: #daa900;
}
.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;
    cursor: pointer;
}
.modePC #suntory_contents.userregist .wrapper section.enquete ol.enquete_list > li .select label span {
    color: #000;
}
.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;
    cursor: pointer;
}
.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: #daa900;
}
.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 input {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0.75em 1em;
    outline: 1px solid #cccccc;
    border: none;
    font-size: 0.875em;
    text-align: center;
    box-sizing: border-box;
}
.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: #efefef;
}
.modePC #suntory_contents.userregist .wrapper section.submit .error {
    margin-bottom: 20px;
    color: #ff0000;
    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-image: radial-gradient(rgba(255, 247, 153, 1), rgba(251, 194, 0, 1));
    color: #000;
    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;
    text-align: center;
}
.modeSP #suntory_contents.userregist .wrapper section.lead ul.note {
    width: 84vw;
    text-align: center;
}
.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.75em;
    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: #e60013;
    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: #070505;
    background: #eeeeee;
    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.75em;
    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: block;
    color: #ff0000;
    font-size: 0.857em;
    font-weight: normal;
}
.modeSP #suntory_contents.userregist .wrapper section.enquete ol.enquete_list > li p.inputSample {
    width: 73.3333333333vw;
}
.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 {
    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: #daa900;
    background-image: radial-gradient(rgba(255, 247, 153, 1), rgba(251, 194, 0, 1));
}
.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: #daa900;
}
.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: #000;
}
.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: #daa900;
}
.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.enquete ol.enquete_list > li .other input {
    display: block;
    width: 73.3333333333vw;
    margin: 0 auto;
    padding: 0.75em 1em;
    outline: 1px solid #cccccc;
    border: none;
    font-size: 0.875em;
    text-align: center;
    box-sizing: border-box;
}
.modeSP #suntory_contents.userregist .wrapper section.submit {
    padding: 30px 0 35px;
    background: #efefef;
}
.modeSP #suntory_contents.userregist .wrapper section.submit .error {
    margin-bottom: 20px;
    color: #ff0000;
    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-image: radial-gradient(rgba(255, 247, 153, 1), rgba(251, 194, 0, 1));
    color: #000;
    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: #000;
    transform: rotate(45deg);
}
.modePC #suntory_contents.error .wrapper section.error {
    padding: 50px;
}
.modePC #suntory_contents.error .wrapper section.error h3 {
    margin-bottom: 25px;
}
.modePC #suntory_contents.error .wrapper section.error p {
    /*margin-bottom: 45px;*/
    width: 420px;
    font-size: 0.875em;
    font-weight: bold;
    text-align: center;
    line-height: 1.71;
    letter-spacing: 0.03em;
}
.modePC #suntory_contents.error .wrapper section.error dl.term {
    padding: 5px 30px 15px;
    width: 420px;
    border: 1px solid #cccccc;
    text-align: center;
}
.modePC #suntory_contents.error .wrapper section.error dl.term dt {
    margin-bottom: 15px;
    padding: 0.75em 1em;
    width: 275px;
    border-bottom: 2px solid rgba(7, 5, 5, 0.4);
    color: #070505;
    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: 50px 25px;
}
.modeSP #suntory_contents.error .wrapper section.error h3 {
    margin-bottom: 20px;
}
.modeSP #suntory_contents.error .wrapper section.error p {
    /*margin-bottom: 30px;*/
    width: 84vw;
    font-size: 0.875em;
    font-weight: bold;
    text-align: center;
    line-height: 1.71;
    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(7, 5, 5, 0.4);
    color: #070505;
    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: 20px;
    font-size: 0.9375em;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0.03em;
}
#suntory_contents.static .wrapper section.outline > dl > dd {
    margin-top: 10px;
    font-size: 0.9375em;
    line-height: 1.67;
    letter-spacing: 0.03em;
}
#suntory_contents.static .wrapper section.outline > dl > dd ul.list, #suntory_contents.static .wrapper section.outline > dl > dd ul.note {
    margin-top: 0.75em;
}
#suntory_contents.static .wrapper section.outline > dl > dd ul.list li, #suntory_contents.static .wrapper section.outline > dl > dd ul.note li {
    margin-bottom: 0.5em;
    padding-left: 1em;
    text-indent: -1em;
}
#suntory_contents.static .wrapper section.outline > dl > dd ul.list li:last-child, #suntory_contents.static .wrapper section.outline > dl > dd ul.note li:last-child {
    margin-bottom: 0;
}
#suntory_contents.static .wrapper section.outline > dl > dd ul.note li {
    font-size: 1em;
}
#suntory_contents.static .wrapper section.outline > dl > dd ol {
    counter-reset: cnt;
    margin-top: 0.75em;
}
#suntory_contents.static .wrapper section.outline > dl > dd ol li {
    counter-increment: cnt;
    position: relative;
    margin-bottom: 0.5em;
    padding-left: 1.5em;
}
#suntory_contents.static .wrapper section.outline > dl > dd ol li:before {
    content: counter(cnt) ".";
    position: absolute;
    top: 0;
    left: 0;
}
#suntory_contents.static .wrapper section.outline > dl > dd ol li:last-child {
    margin-bottom: 0;
}
#suntory_contents.static .wrapper section.outline > dl > dd dl dt {
    margin-top: 0.75em;
    margin-bottom: 0.5em;
    font-weight: bold;
}
#suntory_contents.static .wrapper section.outline > dl > dd dl dd {
    padding-left: 0.5em;
}
#suntory_contents.static .wrapper section.outline > dl > dd dl dd dl dt {
    font-weight: normal;
}
#suntory_contents.static .wrapper section.regulation blockquote {
    width: 84vw;
}
#suntory_contents.static .wrapper section.regulation blockquote a {
    word-break: break-all;
}
#suntory_contents.static .wrapper section.regulation blockquote p {
    font-size: 0.9375em;
    line-height: 1.67;
    letter-spacing: 0.03em;
}
#suntory_contents.static .wrapper section.regulation blockquote p.end {
    margin-top: 1.5em;
    text-align: right;
}
#suntory_contents.static .wrapper section.regulation blockquote h2 {
    margin-top: 1.5em;
    margin-bottom: 1em;
    margin-left: -5px;
    padding: 0.8125em 1em;
    width: calc(100% + 10px);
    background: #e60013;
    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.kikan ul {
    width: 84vw;
}
#suntory_contents.static .wrapper section.kikan ul li {
    margin-bottom: 25px;
    padding-bottom: 20px;
    border: 2px solid rgba(7, 5, 5, 0.4);
}
#suntory_contents.static .wrapper section.kikan ul li:last-child {
    margin-bottom: 0;
}
#suntory_contents.static .wrapper section.kikan ul li h4 {
    padding: 0.5em 0.5em;
    color: #070505;
    font-size: 1em;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.02em;
}
#suntory_contents.static .wrapper section.kikan ul li h4 span {
    display: inline-block;
    font-size: 1.5em;
    line-height: 1;
    transform: translateY(0.05em);
}
#suntory_contents.static .wrapper section.kikan ul li img {
    margin-bottom: 20px;
    display: block;
}
#suntory_contents.static .wrapper section.kikan 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.kikan 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.kikan 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: #e60013;
    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: #000;
    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: #e60013;
    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 #070505;
    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: #070505;
}
#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: #070505;
    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: #070505;
    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: #e60013;
    border: 2px solid #070505;
    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: #000;
    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 #070505;
    border-radius: 6px;
    color: #070505;
    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 #000;
    border-bottom: 1px solid #000;
    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 #000;
    border-bottom: 1px solid #000;
    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;
}
strong {
    color: #e60013;
    font-weight: bold;
}
.modePC #suntory_contents.top .wrapper section.entry .inner h4 {
    margin-bottom: 5px;
    padding: 0.5em 0.5em 0;
    color: #070505;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.15em;
}
.modeSP #suntory_contents.top .wrapper section.entry .inner h4 {
    margin-bottom: 5px;
    padding: 0.5em 0.5em 0;
    color: #070505;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.15em;
}
.modePC #suntory_contents.top .wrapper section.entry .inner label {
    padding: 20px;
    display: block;
    border: solid 1px #ccc;
    border-radius: 5px;
    margin: 20px auto 25px;
    width: 18.5em;
    text-indent: -1em;
    padding-left: 2.5em;
    line-height: 1.5;
    cursor: pointer;
}
.modeSP #suntory_contents.top .wrapper section.entry .inner label {
    padding: 20px;
    display: block;
    border: solid 1px #ccc;
    border-radius: 5px;
    margin: 20px auto 25px;
    width: 18.5em;
    text-indent: -1em;
    padding-left: 2.5em;
    line-height: 1.5;
    cursor: pointer;
    background: #fff;
}
.modePC #suntory_contents.top .wrapper section.entry .inner label:hover {
    opacity: 0.7;
}
.modePC #suntory_contents.top .wrapper section.entry .inner label input:hover,
.modeSP #suntory_contents.top .wrapper section.entry .inner label input:hover {
    cursor: pointer;
}
.modePC #suntory_contents.top.iw nav.contact .inner p.notice {
    font-size: 0.7em;
}
.modeSP #suntory_contents.top.iw nav.contact .inner p.notice {
    font-size: 0.8em;
}
.modeSP #suntory_contents .btn_prizeHistory {
    position: relative;
    display: block;
    padding: 1em 1em;
    padding-right: 45px;
    border: 1px solid currentColor;
    color: #070505;
    font-size: 0.875em;
    line-height: 1.71;
    text-decoration: none;
    border-radius: 6px;
    width: 84vw;
    margin: 25px auto;
}
.modeSP #suntory_contents .btn_prizeHistory: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);
}
.modePC #suntory_contents .prizeHistory {
    padding: 0 0 10px;
    background-color: #ffffff;
}
.modePC #suntory_contents .btn_prizeHistory {
    position: relative;
    display: block;
    padding: 1em 1em;
    padding-right: 45px;
    border: 1px solid currentColor;
    color: #070505;
    font-size: 0.875em;
    line-height: 1.71;
    text-decoration: none;
    border-radius: 6px;
    width: 420px;
    margin: 0 auto 25px;
}
.modePC #suntory_contents .btn_prizeHistory: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);
}

.modePC .spOnly {
    display: none !important;
}
.modePC .pcOnly {
    display: block !important;
}
.modeSP .spOnly {
    display: block !important;
}
.modeSP .pcOnly {
    display: none !important;
}

.no-spin::-webkit-inner-spin-button,
.no-spin::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance:textfield;
}

#suntory_contents.top .wrapper section.entry .inner ul li ul.agreeCheckBox {
  padding-bottom: 15px;
}
#suntory_contents.top .wrapper section.entry .inner ul li ul.agreeCheckBox li #agreeCheck {
  vertical-align: middle;
  margin-right: 5px;
}

.modePC #suntory_contents.top .wrapper section.entry .inner ul li a.btn.ln {
  pointer-events: none;
  background: #ccc;
}
.modePC #suntory_contents.top .wrapper section.entry .inner ul li a.btn.ln:before {
  background-image: url(../../img/teaser/icn_ln.svg);
}
.modePC #suntory_contents.top .wrapper section.entry .inner ul li a.btn.tw {
  pointer-events: none;
  background: #ccc;
}
.modePC #suntory_contents.top .wrapper section.entry .inner ul li a.btn.tw:before {
  background-image: url(../../img/teaser/icn_tw.svg);
}
.modePC #suntory_contents.top .wrapper section.entry .inner ul li a.btn.fb {
  pointer-events: none;
  background: #ccc;
}
.modePC #suntory_contents.top .wrapper section.entry .inner ul li a.btn.fb:before {
  background-image: url(../../img/teaser/icn_fb.svg);
}
.modePC #suntory_contents.top .wrapper section.entry .inner ul li a.btn.fb a.btn.sid {
  pointer-events: none;
  background: #ccc;
}
.modePC #suntory_contents.top .wrapper section.entry .inner ul li a.btn.fb a.btn.sid:before {
  background-image: url(../../img/teaser/icn_sid.svg);
}
.modePC #suntory_contents.top .wrapper section.entry .inner ul li ul.agreeCheckBox li {
  padding: 15px;
  width: 330px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  background: #efefef;
  font-size: 0.875em;
  line-height: 1.2;
  text-align: left;
  cursor: pointer;
}
.modePC #suntory_contents.top .wrapper section.entry .inner ul li.agreeOk a.btn.ln {
  pointer-events: auto;
  background: #01b901;
}
.modePC #suntory_contents.top .wrapper section.entry .inner ul li.agreeOk a.btn.tw {
  pointer-events: auto;
  background: #1da1f3;
}
.modePC #suntory_contents.top .wrapper section.entry .inner ul li.agreeOk a.btn.fb {
  pointer-events: auto;
  background: #1977f3;
}
.modePC #suntory_contents.top .wrapper section.entry .inner ul li.agreeOk a.btn.sid {
  pointer-events: auto;
  background: #5ac2db;
}
.modePC #suntory_contents.top .wrapper section.entry .inner p.agreeCheckNote {
  margin-bottom: 10px;
  font-size: 0.875em;
  text-align: left;
  line-height: 1.7;
  width: 330px;
}

.modeSP #suntory_contents.top .wrapper section.entry .inner ul li a.btn.ln {
  pointer-events: none;
  background: #ccc;
}
.modeSP #suntory_contents.top .wrapper section.entry .inner ul li a.btn.tw {
  pointer-events: none;
  background: #ccc;
}
.modeSP #suntory_contents.top .wrapper section.entry .inner ul li a.btn.fb {
  pointer-events: none;
  background: #ccc;
}
.modeSP #suntory_contents.top .wrapper section.entry .inner ul li a.btn.sid {
  pointer-events: none;
  background: #ccc;
}
.modeSP #suntory_contents.top .wrapper section.entry .inner ul li ul.agreeCheckBox li {
  padding: 15px;
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 5px;
  background: #efefef;
  font-size: 0.875em;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
}
.modeSP #suntory_contents.top .wrapper section.entry .inner ul li.agreeOk a.btn.ln {
  pointer-events: auto;
  background: #01b901;
}
.modeSP #suntory_contents.top .wrapper section.entry .inner ul li.agreeOk a.btn.tw {
  pointer-events: auto;
  background: #1da1f3;
}
.modeSP #suntory_contents.top .wrapper section.entry .inner ul li.agreeOk a.btn.fb {
  pointer-events: auto;
  background: #1977f3;
}
.modeSP #suntory_contents.top .wrapper section.entry .inner ul li.agreeOk a.btn.sid {
  pointer-events: auto;
  background: #5ac2db;
}
.modeSP #suntory_contents.top .wrapper section.entry .inner p.agreeCheckNote {
  margin-bottom: 10px;
  font-size: 0.875em;
  text-align: center;
  line-height: 1.7;
}