@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700|Noto+Serif+JP:400,700&display=swap&subset=japanese");
html {
  scroll-behavior: smooth;
}

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

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

#suntory_contents main {
  display: block;
}

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

#suntory_contents ul.note li {
  padding-left: 1em;
  text-indent: -1em;
}

#suntory_contents a {
  color: #0066aa;
}

@media screen and (min-width: 768px) {
  #suntory_contents a:hover {
    text-decoration: none;
  }
  #suntory_contents .hiddenPC {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  #suntory_contents .hiddenSP {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  #suntory_contents {
    margin: 0 auto;
  }
  #suntory_contents header.mv {
    margin-bottom: 55px;
  }
  #suntory_contents header.mv h2 {
    width: 100%;
    max-width: 960px;
  }
  #suntory_contents header.mv h2 img {
    display: block;
    width: 100%;
  }
  #suntory_contents main {
    width: 960px;
  }
  #suntory_contents main section.lead {
    margin-bottom: 30px;
  }
  #suntory_contents main section.lead .inner {
    position: relative;
    padding: 50px 40px 25px;
    background: repeating-linear-gradient(135deg, #ffffff 0px, #ffffff 14.14214px, #f6f6f6 14.14214px, #f6f6f6 28.28427px) center top/auto repeat;
  }
  #suntory_contents main section.lead .inner h3 {
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    padding: 0.5em 0.5em;
    width: 360px;
    background: #ff7700;
    color: #ffffff;
    font-size: 1.25em;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.06em;
    text-align: center;
  }
  #suntory_contents main section.lead .inner p {
    font-size: 1.125em;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.03em;
  }
  #suntory_contents main section.step {
    margin-bottom: 30px;
    background: repeating-linear-gradient(135deg, #ffffff 0px, #ffffff 2.12132px, #cccccc 2.12132px, #cccccc 2.82843px) center top/auto repeat;
    padding: 5px 5px;
  }
  #suntory_contents main section.step .inner {
    padding: 25px 25px 15px;
    background: #ffffff;
  }
  #suntory_contents main section.step .inner h3 {
    margin-bottom: 20px;
    position: relative;
    padding-left: 40px;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.03em;
  }
  #suntory_contents main section.step .inner h3::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    width: 30px;
    height: 36px;
    background: url(../img/icn_step_orange.png) center top/contain no-repeat;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #suntory_contents main section.step .inner ol.step {
    counter-reset: cnt;
  }
  #suntory_contents main section.step .inner ol.step > li {
    position: relative;
    counter-increment: cnt;
    padding: 15px 20px;
    padding-left: 70px;
    background: #00c5cc;
    color: #ffffff;
    margin-bottom: 12px;
  }
  #suntory_contents main section.step .inner ol.step > li::before, #suntory_contents main section.step .inner ol.step > li::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    z-index: 1;
  }
  #suntory_contents main section.step .inner ol.step > li::before {
    width: 0;
    height: 0;
    border-width: 20px 20px 0;
    border-style: solid;
    border-color: #ff7700 transparent;
  }
  #suntory_contents main section.step .inner ol.step > li::after {
    width: 40px;
    height: 20px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(20%, #ffffff), color-stop(70%, rgba(255, 255, 255, 0)));
    background: linear-gradient(to bottom, #ffffff 0, #ffffff 20%, rgba(255, 255, 255, 0) 70%);
  }
  #suntory_contents main section.step .inner ol.step > li:last-child::before, #suntory_contents main section.step .inner ol.step > li:last-child::after {
    content: none;
  }
  #suntory_contents main section.step .inner ol.step > li i {
    position: absolute;
    top: 7px;
    left: 7px;
    padding: 8px 5px;
    background: #feba00;
    width: 45px;
    font-weight: bold;
    text-align: center;
    font-style: normal;
  }
  #suntory_contents main section.step .inner ol.step > li i::before {
    content: 'STEP';
    display: block;
    margin-bottom: 3px;
    font-size: 0.625em;
    line-height: 1;
  }
  #suntory_contents main section.step .inner ol.step > li i::after {
    content: counter(cnt);
    display: block;
    font-size: 1.25em;
    line-height: 1;
  }
  #suntory_contents main section.step .inner ol.step > li h4 {
    margin-bottom: 15px;
    font-size: 0.875em;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.03em;
  }
  #suntory_contents main section.step .inner ol.step > li ul.note, #suntory_contents main section.step .inner ol.step > li ul.extlink {
    margin-top: 10px;
  }
  #suntory_contents main section.step .inner ol.step > li ul.note li, #suntory_contents main section.step .inner ol.step > li ul.extlink li {
    margin-bottom: 0.5em;
    font-size: 0.75em;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.03em;
  }
  #suntory_contents main section.step .inner ol.step > li ul.note li:last-child, #suntory_contents main section.step .inner ol.step > li ul.extlink li:last-child {
    margin-bottom: 0;
  }
  #suntory_contents main section.step .inner ol.step > li ul.extlink {
    text-align: center;
  }
  #suntory_contents main section.step .inner ol.step > li a.btn {
    position: relative;
    display: block;
    padding: 0.679em 20px;
    width: 235px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 197, 204, 0.2)), color-stop(20%, rgba(0, 197, 204, 0)), to(rgba(0, 197, 204, 0))), #ffffff;
    background: linear-gradient(to top, rgba(0, 197, 204, 0.2) 0, rgba(0, 197, 204, 0) 20%, rgba(0, 197, 204, 0) 100%), #ffffff;
    border-radius: 7px;
    -webkit-box-shadow: 0 4px 0 0 rgba(0, 197, 204, 0.4), 0 4px 0 0 #ffffff;
            box-shadow: 0 4px 0 0 rgba(0, 197, 204, 0.4), 0 4px 0 0 #ffffff;
    color: #00c5cc;
    font-size: 0.875em;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.03em;
    text-decoration: none;
    -webkit-transition: all 0.05s linear;
    transition: all 0.05s linear;
  }
  #suntory_contents main section.step .inner ol.step > li a.btn:hover {
    -webkit-box-shadow: 0 6px 0 0 rgba(0, 197, 204, 0.4), 0 6px 0 0 #ffffff;
            box-shadow: 0 6px 0 0 rgba(0, 197, 204, 0.4), 0 6px 0 0 #ffffff;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  #suntory_contents main section.step .inner ol.step > li a.btn:active {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
  #suntory_contents main section.step .inner ol.step > li a.btn::after {
    content: '';
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    display: block;
    margin: auto 0;
    width: 4px;
    height: 4px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-color: #00c5cc;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #suntory_contents main section.step .inner ol.step > li a.btn.rt {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    font-size: 1em;
  }
  #suntory_contents main section.step .inner ol.step > li a.btn.rt::before {
    content: '';
    display: inline-block;
    margin-right: 10px;
    width: 1.625em;
    height: 1.125em;
    background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2025.6%2017.51%22%3E%3Cpath%20fill%3D%22%2300c5cc%22%20d%3D%22M25.49%2C9.32a.78.78%2C0%2C0%2C0-.66-.38H22.64V3.53A3.53%2C3.53%2C0%2C0%2C0%2C19.11%2C0H9.38a.87.87%2C0%2C0%2C0-.74.42.88.88%2C0%2C0%2C0%2C0%2C.86l.88%2C1.58a1.08%2C1.08%2C0%2C0%2C0%2C.94.55h8.66a.08.08%2C0%2C0%2C1%2C.08%2C0s0%2C0%2C0%2C.08V8.94H17.05a.77.77%2C0%2C0%2C0-.68%2C1.15l3.89%2C7a.79.79%2C0%2C0%2C0%2C.68.4.77.77%2C0%2C0%2C0%2C.67-.4l3.89-7A.76.76%2C0%2C0%2C0%2C25.49%2C9.32Z%22%2F%3E%3Cpath%20fill%3D%22%2300c5cc%22%20d%3D%22M16.09%2C14.65a1.09%2C1.09%2C0%2C0%2C0-.94-.56H6.49a.1.1%2C0%2C0%2C1-.08%2C0%2C.11.11%2C0%2C0%2C1%2C0-.09V8.56H8.55a.76.76%2C0%2C0%2C0%2C.67-.38.78.78%2C0%2C0%2C0%2C0-.77L5.34.4A.77.77%2C0%2C0%2C0%2C4.66%2C0%2C.75.75%2C0%2C0%2C0%2C4%2C.4L.1%2C7.41a.76.76%2C0%2C0%2C0%2C0%2C.77.76.76%2C0%2C0%2C0%2C.66.38H3V14a3.53%2C3.53%2C0%2C0%2C0%2C3.53%2C3.54h9.73a.86.86%2C0%2C0%2C0%2C.74-.43.88.88%2C0%2C0%2C0%2C0-.85Z%22%2F%3E%3C%2Fsvg%3E") left center/contain no-repeat;
    vertical-align: bottom;
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  #suntory_contents main section.step .inner ol.step > li.iw {
    background: rgba(255, 119, 0, 0.8);
  }
  #suntory_contents main section.step .inner ol.step > li.done {
    padding: 20px 10px 10px;
    background: repeating-linear-gradient(135deg, #ffffff 0px, #ffffff 7.07107px, rgba(0, 197, 204, 0.2) 7.07107px, rgba(0, 197, 204, 0.2) 14.14214px) center top/auto repeat;
  }
  #suntory_contents main section.step .inner ol.step > li.done h4 {
    margin-bottom: 0;
    color: #ff7700;
    font-size: 1.25em;
    font-weight: bold;
    text-align: center;
    text-shadow: 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff;
  }
  #suntory_contents main section.noaccount {
    background: repeating-linear-gradient(135deg, #ffffff 0px, #ffffff 2.12132px, #cccccc 2.12132px, #cccccc 2.82843px) center top/auto repeat;
    padding: 5px 5px;
  }
  #suntory_contents main section.noaccount .inner {
    padding: 25px 25px 20px;
    background: #ffffff;
  }
  #suntory_contents main section.noaccount .inner h3 {
    margin-bottom: 20px;
    position: relative;
    padding-left: 40px;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.03em;
  }
  #suntory_contents main section.noaccount .inner h3::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    width: 30px;
    height: 36px;
    background: url(../img/icn_step_blue.png) center top/contain no-repeat;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #suntory_contents main section.noaccount .inner h4 {
    margin-bottom: 15px;
    font-size: 0.875em;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.03em;
  }
  #suntory_contents main section.noaccount .inner ul.note, #suntory_contents main section.noaccount .inner ul.extlink {
    margin-top: 10px;
  }
  #suntory_contents main section.noaccount .inner ul.note li, #suntory_contents main section.noaccount .inner ul.extlink li {
    margin-bottom: 0.5em;
    font-size: 0.75em;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.03em;
  }
  #suntory_contents main section.noaccount .inner ul.note li:last-child, #suntory_contents main section.noaccount .inner ul.extlink li:last-child {
    margin-bottom: 0;
  }
  #suntory_contents main section.noaccount .inner ul.extlink {
    text-align: center;
  }
  #suntory_contents main section.noaccount .inner a.btn {
    position: relative;
    display: block;
    padding: 0.679em 20px;
    width: 270px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(5%, rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0.3)), color-stop(70%, rgba(255, 255, 255, 0))), #1da1f2;
    background: linear-gradient(to top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 0.3) 20%, rgba(255, 255, 255, 0) 70%), #1da1f2;
    border-radius: 7px;
    -webkit-box-shadow: 0 4px 0 0 #1781c2;
            box-shadow: 0 4px 0 0 #1781c2;
    color: #ffffff;
    font-size: 0.875em;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.03em;
    text-decoration: none;
    -webkit-transition: all 0.05s linear;
    transition: all 0.05s linear;
  }
  #suntory_contents main section.noaccount .inner a.btn:hover {
    -webkit-box-shadow: 0 6px 0 0 #1781c2;
            box-shadow: 0 6px 0 0 #1781c2;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  #suntory_contents main section.noaccount .inner a.btn:active {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
  #suntory_contents main section.noaccount .inner a.btn::after {
    content: '';
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    display: block;
    margin: auto 0;
    width: 4px;
    height: 4px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-color: #ffffff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #suntory_contents main section.retweet h3 {
    position: relative;
    margin-bottom: 20px;
    padding: 0.5em 2em;
    width: 320px;
    background: #feba00;
    border-radius: 1.25em;
    color: #ffffff;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.03em;
  }
  #suntory_contents main section.retweet h3::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-width: 8px 5px 0;
    border-style: solid;
    border-color: #feba00 transparent;
  }
  #suntory_contents main section.retweet a {
    display: block;
  }
  #suntory_contents main section.retweet a img {
    display: block;
    width: 100%;
  }
  #suntory_contents main section.outline .inner {
    padding: 30px 30px;
    background: repeating-linear-gradient(90deg, #ffffff 0px, #ffffff 1px, #eeeeee 1px, #eeeeee 3px) center top/auto repeat;
  }
  #suntory_contents main section.outline .inner h3 {
    margin-bottom: 20px;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.06em;
    text-align: center;
  }
  #suntory_contents main section.outline .inner blockquote {
    padding: 25px 25px;
    background: #ffffff;
    height: 500px;
    overflow-y: scroll;
  }
  #suntory_contents main section.outline .inner blockquote p.lead {
    margin-bottom: 20px;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 0.875em;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.03em;
  }
  #suntory_contents main section.outline .inner blockquote > dl > dt, #suntory_contents main section.outline .inner blockquote > dl > dd {
    font-size: 0.875em;
    line-height: 1.5;
    letter-spacing: 0.03em;
  }
  #suntory_contents main section.outline .inner blockquote > dl > dt {
    margin-top: 20px;
    font-weight: bold;
  }
  #suntory_contents main section.outline .inner blockquote > dl > dd {
    padding-left: 1em;
    margin-top: 10px;
  }
  #suntory_contents main section.outline .inner blockquote > dl > dd ul.list, #suntory_contents main section.outline .inner blockquote > dl > dd ul.note {
    margin-top: 0.75em;
  }
  #suntory_contents main section.outline .inner blockquote > dl > dd ul.list li, #suntory_contents main section.outline .inner blockquote > dl > dd ul.note li {
    margin-bottom: 0.5em;
    padding-left: 1em;
    text-indent: -1em;
  }
  #suntory_contents main section.outline .inner blockquote > dl > dd ul.list li:last-child, #suntory_contents main section.outline .inner blockquote > dl > dd ul.note li:last-child {
    margin-bottom: 0;
  }
  #suntory_contents main section.outline .inner blockquote > dl > dd ul.note li {
    font-size: 1em;
  }
  #suntory_contents main section.outline .inner blockquote > dl > dd ol {
    counter-reset: cnt;
    margin-top: 0.75em;
  }
  #suntory_contents main section.outline .inner blockquote > dl > dd ol li {
    counter-increment: cnt;
    position: relative;
    margin-bottom: 0.5em;
    padding-left: 1.5em;
  }
  #suntory_contents main section.outline .inner blockquote > dl > dd ol li:before {
    content: counter(cnt) ".";
    position: absolute;
    top: 0;
    left: 0;
  }
  #suntory_contents main section.outline .inner blockquote > dl > dd ol li:last-child {
    margin-bottom: 0;
  }
  #suntory_contents main section.outline .inner blockquote > dl > dd dl dt {
    margin-top: 0.75em;
    margin-bottom: 0.5em;
    font-weight: bold;
  }
  #suntory_contents main section.outline .inner blockquote > dl > dd dl dd {
    padding-left: 0.5em;
  }
  #suntory_contents main section.outline .inner blockquote > dl > dd dl dd dl dt {
    font-weight: normal;
  }
  #suntory_contents main section.end .inner {
    position: relative;
    padding: 60px 40px 40px;
    border: 1px solid #ddd8bb;
    text-align: center;
  }
  #suntory_contents main section.end .inner h3 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 10em;
    background: #ffffff;
    font-size: 2em;
    font-weight: bold;
    font-family: 'Noto Serif JP',"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
    line-height: 1.2;
    letter-spacing: 0.1em;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #suntory_contents main section.end .inner > p {
    font-size: 1.125em;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.03em;
  }
  #suntory_contents main section.end .inner .contact {
    margin-top: 40px;
    padding: 20px 30px;
    width: 500px;
    background: #eeeeee;
  }
  #suntory_contents main section.end .inner .contact h4 {
    font-size: 1em;
    margin-bottom: 0.5em;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.03em;
  }
  #suntory_contents main section.end .inner .contact p {
    font-size: 0.875em;
    line-height: 1.5;
    letter-spacing: 0.03em;
  }
  #suntory_contents main #LayoutWrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 40px;
  }
  #suntory_contents main #LayoutWrp #LayoutLeft {
    margin: 0;
    width: 410px;
  }
  #suntory_contents main #LayoutWrp #LayoutRight {
    margin: 0;
    width: 500px;
  }
  #suntory_contents footer.brand {
    padding-top: 30px;
  }
  #suntory_contents footer.brand a {
    position: relative;
    display: block;
    padding: 8px 20px;
    padding-right: 30px;
    width: 250px;
    background: #00c5cc;
    border: 1px solid #00c5cc;
    border-radius: 1.6875em;
    color: #ffffff;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 0.03em;
    text-decoration: none;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
  }
  #suntory_contents footer.brand a small {
    font-size: 0.875em;
  }
  #suntory_contents footer.brand a::after {
    content: '';
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    display: block;
    margin: auto 0;
    width: 10px;
    height: 10px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-color: currentColor;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #suntory_contents footer.brand a:hover {
    background: #ffffff;
    color: #00c5cc;
  }
  #suntory_contents footer.pagetop {
    padding-top: 40px;
    padding-bottom: 30px;
    width: 960px;
    text-align: right;
  }
  #suntory_contents footer.pagetop a {
    position: relative;
    display: inline-block;
    padding: 0.4em 15px;
    padding-right: 35px;
    background: #ffffff;
    border: 1px solid rgba(0, 197, 204, 0.7);
    border-radius: 1em;
    color: rgba(0, 197, 204, 0.7);
    font-size: 0.875em;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 0.03em;
    text-decoration: none;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
  }
  #suntory_contents footer.pagetop a::after {
    content: '';
    position: absolute;
    right: 13px;
    top: 0;
    bottom: 0;
    display: block;
    margin: auto 0;
    width: 7px;
    height: 7px;
    border-width: 2px 0 0 2px;
    border-style: solid;
    border-color: currentColor;
    -webkit-transform: translateY(3px) rotate(45deg);
            transform: translateY(3px) rotate(45deg);
  }
  #suntory_contents footer.pagetop a:hover {
    background: rgba(0, 197, 204, 0.7);
    color: #ffffff;
  }
}

@media screen and (max-width: 767px) {
  #suntory_contents {
    margin: 0 auto;
  }
  #suntory_contents img {
    display: block;
    width: 100%;
  }
  #suntory_contents header.mv {
    margin-bottom: 40px;
  }
  #suntory_contents main section.lead {
    margin-bottom: 30px;
  }
  #suntory_contents main section.lead .inner {
    position: relative;
    padding: 40px 4vw 20px;
    background: repeating-linear-gradient(135deg, #ffffff 0px, #ffffff 14.14214px, #f6f6f6 14.14214px, #f6f6f6 28.28427px) center top/auto repeat;
  }
  #suntory_contents main section.lead .inner h3 {
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    padding: 0.5em 0.5em;
    width: 80vw;
    background: #ff7700;
    color: #ffffff;
    font-size: 1.125em;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.06em;
    text-align: center;
  }
  #suntory_contents main section.lead .inner p {
    font-size: 0.9375em;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.03em;
  }
  #suntory_contents main section.step {
    margin-bottom: 20px;
    background: repeating-linear-gradient(135deg, #ffffff 0px, #ffffff 2.12132px, #cccccc 2.12132px, #cccccc 2.82843px) center top/auto repeat;
    padding: 5px 5px;
    width: 92vw;
  }
  #suntory_contents main section.step .inner {
    padding: 25px 4vw 15px;
    background: #ffffff;
  }
  #suntory_contents main section.step .inner h3 {
    margin-bottom: 20px;
    position: relative;
    padding-left: 40px;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.03em;
  }
  #suntory_contents main section.step .inner h3::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    width: 30px;
    height: 36px;
    background: url(../img/icn_step_orange.png) center top/contain no-repeat;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #suntory_contents main section.step .inner ol.step {
    counter-reset: cnt;
  }
  #suntory_contents main section.step .inner ol.step > li {
    position: relative;
    counter-increment: cnt;
    padding: 15px 4vw;
    background: #00c5cc;
    color: #ffffff;
    margin-bottom: 12px;
  }
  #suntory_contents main section.step .inner ol.step > li::before, #suntory_contents main section.step .inner ol.step > li::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    z-index: 1;
  }
  #suntory_contents main section.step .inner ol.step > li::before {
    width: 0;
    height: 0;
    border-width: 20px 20px 0;
    border-style: solid;
    border-color: #ff7700 transparent;
  }
  #suntory_contents main section.step .inner ol.step > li::after {
    width: 40px;
    height: 20px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(20%, #ffffff), color-stop(70%, rgba(255, 255, 255, 0)));
    background: linear-gradient(to bottom, #ffffff 0, #ffffff 20%, rgba(255, 255, 255, 0) 70%);
  }
  #suntory_contents main section.step .inner ol.step > li:last-child::before, #suntory_contents main section.step .inner ol.step > li:last-child::after {
    content: none;
  }
  #suntory_contents main section.step .inner ol.step > li i {
    position: absolute;
    top: 7px;
    left: 7px;
    padding: 8px 5px;
    background: #feba00;
    width: 45px;
    font-weight: bold;
    text-align: center;
    font-style: normal;
  }
  #suntory_contents main section.step .inner ol.step > li i::before {
    content: 'STEP';
    display: block;
    margin-bottom: 3px;
    font-size: 0.625em;
    line-height: 1;
  }
  #suntory_contents main section.step .inner ol.step > li i::after {
    content: counter(cnt);
    display: block;
    font-size: 1.25em;
    line-height: 1;
  }
  #suntory_contents main section.step .inner ol.step > li h4 {
    margin-bottom: 15px;
    padding-left: 50px;
    min-height: 40px;
    font-size: 0.875em;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.03em;
  }
  #suntory_contents main section.step .inner ol.step > li ul.note, #suntory_contents main section.step .inner ol.step > li ul.extlink {
    margin-top: 10px;
  }
  #suntory_contents main section.step .inner ol.step > li ul.note li, #suntory_contents main section.step .inner ol.step > li ul.extlink li {
    margin-bottom: 0.5em;
    font-size: 0.75em;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.03em;
  }
  #suntory_contents main section.step .inner ol.step > li ul.note li:last-child, #suntory_contents main section.step .inner ol.step > li ul.extlink li:last-child {
    margin-bottom: 0;
  }
  #suntory_contents main section.step .inner ol.step > li ul.extlink {
    text-align: center;
  }
  #suntory_contents main section.step .inner ol.step > li a.btn {
    position: relative;
    display: block;
    padding: 0.679em 20px;
    width: 90%;
    max-width: 235px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 197, 204, 0.2)), color-stop(20%, rgba(0, 197, 204, 0)), to(rgba(0, 197, 204, 0))), #ffffff;
    background: linear-gradient(to top, rgba(0, 197, 204, 0.2) 0, rgba(0, 197, 204, 0) 20%, rgba(0, 197, 204, 0) 100%), #ffffff;
    border-radius: 7px;
    -webkit-box-shadow: 0 4px 0 0 rgba(0, 197, 204, 0.4), 0 4px 0 0 #ffffff;
            box-shadow: 0 4px 0 0 rgba(0, 197, 204, 0.4), 0 4px 0 0 #ffffff;
    color: #00c5cc;
    font-size: 0.875em;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.03em;
    text-decoration: none;
  }
  #suntory_contents main section.step .inner ol.step > li a.btn::after {
    content: '';
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    display: block;
    margin: auto 0;
    width: 4px;
    height: 4px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-color: #00c5cc;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #suntory_contents main section.step .inner ol.step > li a.btn.rt {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    font-size: 1em;
  }
  #suntory_contents main section.step .inner ol.step > li a.btn.rt::before {
    content: '';
    display: inline-block;
    margin-right: 10px;
    width: 1.625em;
    height: 1.125em;
    background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2025.6%2017.51%22%3E%3Cpath%20fill%3D%22%2300c5cc%22%20d%3D%22M25.49%2C9.32a.78.78%2C0%2C0%2C0-.66-.38H22.64V3.53A3.53%2C3.53%2C0%2C0%2C0%2C19.11%2C0H9.38a.87.87%2C0%2C0%2C0-.74.42.88.88%2C0%2C0%2C0%2C0%2C.86l.88%2C1.58a1.08%2C1.08%2C0%2C0%2C0%2C.94.55h8.66a.08.08%2C0%2C0%2C1%2C.08%2C0s0%2C0%2C0%2C.08V8.94H17.05a.77.77%2C0%2C0%2C0-.68%2C1.15l3.89%2C7a.79.79%2C0%2C0%2C0%2C.68.4.77.77%2C0%2C0%2C0%2C.67-.4l3.89-7A.76.76%2C0%2C0%2C0%2C25.49%2C9.32Z%22%2F%3E%3Cpath%20fill%3D%22%2300c5cc%22%20d%3D%22M16.09%2C14.65a1.09%2C1.09%2C0%2C0%2C0-.94-.56H6.49a.1.1%2C0%2C0%2C1-.08%2C0%2C.11.11%2C0%2C0%2C1%2C0-.09V8.56H8.55a.76.76%2C0%2C0%2C0%2C.67-.38.78.78%2C0%2C0%2C0%2C0-.77L5.34.4A.77.77%2C0%2C0%2C0%2C4.66%2C0%2C.75.75%2C0%2C0%2C0%2C4%2C.4L.1%2C7.41a.76.76%2C0%2C0%2C0%2C0%2C.77.76.76%2C0%2C0%2C0%2C.66.38H3V14a3.53%2C3.53%2C0%2C0%2C0%2C3.53%2C3.54h9.73a.86.86%2C0%2C0%2C0%2C.74-.43.88.88%2C0%2C0%2C0%2C0-.85Z%22%2F%3E%3C%2Fsvg%3E") left center/contain no-repeat;
    vertical-align: bottom;
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  #suntory_contents main section.step .inner ol.step > li.iw {
    background: rgba(255, 119, 0, 0.8);
  }
  #suntory_contents main section.step .inner ol.step > li.done {
    padding: 20px 10px 10px;
    background: repeating-linear-gradient(135deg, #ffffff 0px, #ffffff 7.07107px, rgba(0, 197, 204, 0.2) 7.07107px, rgba(0, 197, 204, 0.2) 14.14214px) center top/auto repeat;
  }
  #suntory_contents main section.step .inner ol.step > li.done h4 {
    position: static;
    margin-bottom: 0;
    padding: 0;
    min-height: 0;
    color: #ff7700;
    font-size: 1.25em;
    font-weight: bold;
    text-align: center;
    text-shadow: 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff;
  }
  #suntory_contents main section.noaccount {
    margin-bottom: 30px;
    background: repeating-linear-gradient(135deg, #ffffff 0px, #ffffff 2.12132px, #cccccc 2.12132px, #cccccc 2.82843px) center top/auto repeat;
    padding: 5px 5px;
    width: 92vw;
  }
  #suntory_contents main section.noaccount .inner {
    padding: 25px 4vw 20px;
    background: #ffffff;
  }
  #suntory_contents main section.noaccount .inner h3 {
    margin-bottom: 20px;
    position: relative;
    padding-left: 40px;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.03em;
  }
  #suntory_contents main section.noaccount .inner h3::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    width: 30px;
    height: 36px;
    background: url(../img/icn_step_blue.png) center top/contain no-repeat;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #suntory_contents main section.noaccount .inner h4 {
    margin-bottom: 15px;
    font-size: 0.875em;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.03em;
  }
  #suntory_contents main section.noaccount .inner ul.note, #suntory_contents main section.noaccount .inner ul.extlink {
    margin-top: 10px;
  }
  #suntory_contents main section.noaccount .inner ul.note li, #suntory_contents main section.noaccount .inner ul.extlink li {
    margin-bottom: 0.5em;
    font-size: 0.75em;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.03em;
  }
  #suntory_contents main section.noaccount .inner ul.note li:last-child, #suntory_contents main section.noaccount .inner ul.extlink li:last-child {
    margin-bottom: 0;
  }
  #suntory_contents main section.noaccount .inner ul.extlink {
    text-align: center;
  }
  #suntory_contents main section.noaccount .inner a.btn {
    position: relative;
    display: block;
    padding: 0.679em 20px;
    width: 90%;
    max-width: 275px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(5%, rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0.3)), color-stop(70%, rgba(255, 255, 255, 0))), #1da1f2;
    background: linear-gradient(to top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 0.3) 20%, rgba(255, 255, 255, 0) 70%), #1da1f2;
    border-radius: 7px;
    -webkit-box-shadow: 0 4px 0 0 #1781c2;
            box-shadow: 0 4px 0 0 #1781c2;
    color: #ffffff;
    font-size: 0.875em;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.03em;
    text-decoration: none;
  }
  #suntory_contents main section.noaccount .inner a.btn::after {
    content: '';
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    display: block;
    margin: auto 0;
    width: 4px;
    height: 4px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-color: #ffffff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #suntory_contents main section.retweet {
    margin-bottom: 30px;
  }
  #suntory_contents main section.retweet h3 {
    position: relative;
    margin-bottom: 20px;
    padding: 0.5em 2em;
    padding-left: 2.5em;
    padding-right: 1em;
    width: 92vw;
    background: #feba00;
    border-radius: 1.25em;
    color: #ffffff;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.03em;
  }
  #suntory_contents main section.retweet h3::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-width: 8px 5px 0;
    border-style: solid;
    border-color: #feba00 transparent;
  }
  #suntory_contents main section.retweet a {
    display: block;
    width: 92vw;
  }
  #suntory_contents main section.retweet a img {
    display: block;
    width: 100%;
  }
  #suntory_contents main section.outline .inner {
    padding: 20px 4vw;
    background: repeating-linear-gradient(90deg, #ffffff 0px, #ffffff 1px, #eeeeee 1px, #eeeeee 3px) center top/auto repeat;
  }
  #suntory_contents main section.outline .inner h3 {
    margin-bottom: 15px;
    font-size: 1.25em;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.06em;
    text-align: center;
  }
  #suntory_contents main section.outline .inner blockquote {
    padding: 25px 4vw;
    background: #ffffff;
  }
  #suntory_contents main section.outline .inner blockquote p.lead {
    margin-bottom: 20px;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 0.875em;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.03em;
  }
  #suntory_contents main section.outline .inner blockquote > dl > dt, #suntory_contents main section.outline .inner blockquote > dl > dd {
    font-size: 0.875em;
    line-height: 1.5;
    letter-spacing: 0.03em;
  }
  #suntory_contents main section.outline .inner blockquote > dl > dt {
    margin-top: 20px;
    font-weight: bold;
  }
  #suntory_contents main section.outline .inner blockquote > dl > dd {
    padding-left: 1em;
    margin-top: 10px;
  }
  #suntory_contents main section.outline .inner blockquote > dl > dd ul.list, #suntory_contents main section.outline .inner blockquote > dl > dd ul.note {
    margin-top: 0.75em;
  }
  #suntory_contents main section.outline .inner blockquote > dl > dd ul.list li, #suntory_contents main section.outline .inner blockquote > dl > dd ul.note li {
    margin-bottom: 0.5em;
    padding-left: 1em;
    text-indent: -1em;
  }
  #suntory_contents main section.outline .inner blockquote > dl > dd ul.list li:last-child, #suntory_contents main section.outline .inner blockquote > dl > dd ul.note li:last-child {
    margin-bottom: 0;
  }
  #suntory_contents main section.outline .inner blockquote > dl > dd ul.note li {
    font-size: 1em;
  }
  #suntory_contents main section.outline .inner blockquote > dl > dd ol {
    counter-reset: cnt;
    margin-top: 0.75em;
  }
  #suntory_contents main section.outline .inner blockquote > dl > dd ol li {
    counter-increment: cnt;
    position: relative;
    margin-bottom: 0.5em;
    padding-left: 1.5em;
  }
  #suntory_contents main section.outline .inner blockquote > dl > dd ol li:before {
    content: counter(cnt) ".";
    position: absolute;
    top: 0;
    left: 0;
  }
  #suntory_contents main section.outline .inner blockquote > dl > dd ol li:last-child {
    margin-bottom: 0;
  }
  #suntory_contents main section.outline .inner blockquote > dl > dd dl dt {
    margin-top: 0.75em;
    margin-bottom: 0.5em;
    font-weight: bold;
  }
  #suntory_contents main section.outline .inner blockquote > dl > dd dl dd {
    padding-left: 0.5em;
  }
  #suntory_contents main section.outline .inner blockquote > dl > dd dl dd dl dt {
    font-weight: normal;
  }
  #suntory_contents main section.end .inner {
    position: relative;
    padding: 40px 4vw 20px;
    width: 92vw;
    border: 1px solid #ddd8bb;
    text-align: center;
  }
  #suntory_contents main section.end .inner h3 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 10em;
    background: #ffffff;
    font-size: 1.5em;
    font-weight: bold;
    font-family: 'Noto Serif JP',"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
    line-height: 1.2;
    letter-spacing: 0.06em;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #suntory_contents main section.end .inner > p {
    font-size: 0.9375em;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.03em;
  }
  #suntory_contents main section.end .inner .contact {
    margin-top: 30px;
    padding: 20px 4vw;
    background: #eeeeee;
  }
  #suntory_contents main section.end .inner .contact h4 {
    margin-bottom: 0.5em;
    font-size: 0.9375em;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.03em;
  }
  #suntory_contents main section.end .inner .contact p {
    font-size: 0.875em;
    line-height: 1.5;
    letter-spacing: 0.03em;
  }
  #suntory_contents footer.brand {
    padding-top: 30px;
  }
  #suntory_contents footer.brand a {
    position: relative;
    display: block;
    padding: 8px 20px;
    padding-right: 30px;
    width: 250px;
    background: #00c5cc;
    border: 1px solid #00c5cc;
    border-radius: 1.6875em;
    color: #ffffff;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 0.03em;
    text-decoration: none;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
  }
  #suntory_contents footer.brand a small {
    font-size: 0.875em;
  }
  #suntory_contents footer.brand a::after {
    content: '';
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    display: block;
    margin: auto 0;
    width: 10px;
    height: 10px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-color: currentColor;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #suntory_contents footer.pagetop {
    padding-top: 40px;
    padding-bottom: 30px;
    text-align: center;
  }
  #suntory_contents footer.pagetop a {
    position: relative;
    display: inline-block;
    padding: 0.4em 15px;
    padding-right: 35px;
    background: #ffffff;
    border: 1px solid rgba(0, 197, 204, 0.7);
    border-radius: 1em;
    color: rgba(0, 197, 204, 0.7);
    font-size: 0.875em;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 0.03em;
    text-decoration: none;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
  }
  #suntory_contents footer.pagetop a::after {
    content: '';
    position: absolute;
    right: 13px;
    top: 0;
    bottom: 0;
    display: block;
    margin: auto 0;
    width: 7px;
    height: 7px;
    border-width: 2px 0 0 2px;
    border-style: solid;
    border-color: currentColor;
    -webkit-transform: translateY(3px) rotate(45deg);
            transform: translateY(3px) rotate(45deg);
  }
}
