@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:500,700|Roboto:500,700&display=swap&subset=japanese");
#suntoryCommonWrapper #suntory_contents {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  background-color: #ffffff;
  color: #000000;
  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;
  line-height: 1.8;
  word-wrap: break-word; }
  #suntoryCommonWrapper #suntory_contents * {
    box-sizing: border-box; }
  #suntoryCommonWrapper #suntory_contents header, #suntoryCommonWrapper #suntory_contents section {
    width: 100%;
    margin: 0 auto;
    padding: 0; }
  #suntoryCommonWrapper #suntory_contents ul, #suntoryCommonWrapper #suntory_contents ol {
    list-style: none; }
  #suntoryCommonWrapper #suntory_contents header#mv {
    margin-bottom: 40px; }
    #suntoryCommonWrapper #suntory_contents header#mv h2 img {
      display: block;
      width: 100%; }
  #suntoryCommonWrapper #suntory_contents section.guide .inner {
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 35px;
    width: 89.3333333333vw;
    border: 1px solid #cccccc; }
    #suntoryCommonWrapper #suntory_contents section.guide .inner > dl {
      margin: 0 auto;
      padding: 0;
      width: 78.6666666667vw; }
      #suntoryCommonWrapper #suntory_contents section.guide .inner > dl > dt {
        margin: 0 auto;
        margin-bottom: 1em;
        padding: 0;
        font-size: 1em;
        font-weight: bold;
        letter-spacing: 0.03em; }
      #suntoryCommonWrapper #suntory_contents section.guide .inner > dl > dd {
        margin: 0 auto;
        margin-bottom: 2em;
        padding: 0;
        font-size: 0.9375em;
        line-height: 1.67;
        letter-spacing: 0.03em; }
        #suntoryCommonWrapper #suntory_contents section.guide .inner > dl > dd:last-child {
          margin-bottom: 0; }
        #suntoryCommonWrapper #suntory_contents section.guide .inner > dl > dd ul.list, #suntoryCommonWrapper #suntory_contents section.guide .inner > dl > dd ul.note {
          margin-top: 0.75em; }
          #suntoryCommonWrapper #suntory_contents section.guide .inner > dl > dd ul.list li, #suntoryCommonWrapper #suntory_contents section.guide .inner > dl > dd ul.note li {
            margin-bottom: 0.5em;
            padding-left: 1em;
            text-indent: -1em; }
            #suntoryCommonWrapper #suntory_contents section.guide .inner > dl > dd ul.list li:last-child, #suntoryCommonWrapper #suntory_contents section.guide .inner > dl > dd ul.note li:last-child {
              margin-bottom: 0; }


            #suntoryCommonWrapper #suntory_contents section.guide .inner > dl > dd ul.note.count li {
                margin-bottom: 0.5em;
                padding-left: 1.5em;
                text-indent: -1.5em;
          }
        #suntoryCommonWrapper #suntory_contents section.guide .inner > dl > dd ol {
          counter-reset: cnt;
          margin-top: 0.75em; }
          #suntoryCommonWrapper #suntory_contents section.guide .inner > dl > dd ol li {
            counter-increment: cnt;
            position: relative;
            margin-bottom: 0.5em;
            padding-left: 1.5em; }
            #suntoryCommonWrapper #suntory_contents section.guide .inner > dl > dd ol li:before {
              content: counter(cnt) ".";
              position: absolute;
              top: 0;
              left: 0; }
            #suntoryCommonWrapper #suntory_contents section.guide .inner > dl > dd ol li:last-child {
              margin-bottom: 0; }
        #suntoryCommonWrapper #suntory_contents section.guide .inner > dl > dd dl dt {
          margin-top: 0.75em;
          margin-bottom: 0.5em;
          font-weight: bold; }
        #suntoryCommonWrapper #suntory_contents section.guide .inner > dl > dd dl dd {
          padding-left: 0.5em; }
          #suntoryCommonWrapper #suntory_contents section.guide .inner > dl > dd dl dd dl dt {
            font-weight: normal; }
        #suntoryCommonWrapper #suntory_contents section.guide .inner > dl > dd a {
          color: #0000ff; }
        #suntoryCommonWrapper #suntory_contents section.guide .inner > dl > dd .red {
          color: #e60012; }
        #suntoryCommonWrapper #suntory_contents section.guide .inner > dl > dd .bold {
          font-weight: bold; }
  #suntoryCommonWrapper #suntory_contents section.cptop {
    padding-top: 30px;
    padding-bottom: 40px; }
    #suntoryCommonWrapper #suntory_contents section.cptop a.btn {
      position: relative;
      display: block;
      margin: 0 auto;
      padding: 25px 30px;
      width: 84vw;
      background: #e7595c;
      color: #ffffff;
      font-size: 1.125em;
      font-weight: bold;
      text-align: center;
      line-height: 1;
      letter-spacing: 0.1em;
      text-decoration: none; }
      #suntoryCommonWrapper #suntory_contents section.cptop 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); }
    #suntoryCommonWrapper #suntory_contents section.cptop p {
      margin-top: 20px;
      color: #e60012;
      font-size: 1.125em;
      font-weight: bold;
      text-align: center; }

@media screen and (min-width: 768px) {
  #suntoryCommonWrapper {
    background-color: #ffffff; }
    #suntoryCommonWrapper #suntory_contents {
      width: 750px; }
      #suntoryCommonWrapper #suntory_contents .fade {
        transition: opacity 0.1s; }
        #suntoryCommonWrapper #suntory_contents .fade:hover {
          opacity: 0.7; }
      #suntoryCommonWrapper #suntory_contents header#mv {
        margin-bottom: 40px; }
      #suntoryCommonWrapper #suntory_contents section.guide .inner {
        padding-top: 40px;
        padding-bottom: 35px;
        width: 670px; }
        #suntoryCommonWrapper #suntory_contents section.guide .inner > dl {
          width: 590px; }
      #suntoryCommonWrapper #suntory_contents section.cptop {
        padding-top: 40px;
        padding-bottom: 40px; }
        #suntoryCommonWrapper #suntory_contents section.cptop a.btn {
          padding: 25px 30px;
          width: 315px; }
          #suntoryCommonWrapper #suntory_contents section.cptop a.btn:after {
            content: '';
            right: 25px;
            width: 8px;
            height: 8px; }
        #suntoryCommonWrapper #suntory_contents section.cptop p {
          margin-top: 40px; } }
