@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: #46555e;
  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%; }

@media(max-width: 767px) {
  #suntoryCommonWrapper #suntory_contents {
    font-size: 4vw;
  }
}

.sp_only {
  display: block !important;
}
.pc_only {
  display: none !important;
}

.checkbox-wrapper {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
}

.checkbox-input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkbox-tile {
  display: flex;
  align-items: center;
  gap: 12px;
}

.checkbox-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border: 2px solid #d1d5db;
  transition: all 0.2s ease;
}

.checkbox-icon svg {
  width: 16px;
  height: 16px;
  opacity: 0;
  transform: scale(0);
  transition: all 0.2s ease;
}

.checkbox-input:checked ~ .checkbox-tile .checkbox-icon {
  background-color: #00a8eb;
  border-color: #00a8eb;
}

.checkbox-input:checked ~ .checkbox-tile .checkbox-icon svg {
  opacity: 1;
  transform: scale(1);
  color: white;
}

.checkbox-wrapper:hover .checkbox-icon {
  border-color: #00a8eb;
}

.button {
  position: relative;
  display: block;
  width: 100%;
  margin-inline: auto;
  background-color: #fff;
  color: #000;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  border: none;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 768px) {
  .button {
    padding: 1.3333333333em 2.2222222222em 1.3333333333em 1.1111111111em;
    font-size: 1.125em;
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .button {
    padding: 5.3333333333vw 4.6666666667vw 4.6666666667vw;
    font-size: 4.4vw;
    border-radius: 1.3333333333vw;
  }
}

.button:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    margin: auto 0;
    border-style: solid solid none none;
    border-width: 3px 3px 0 0;
    border-color: #fff;
    transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .button:before {
    top: -5px;
    right: 22px;
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 767px) {
  .button:before {
    top: -1.2vw;
    right: 5vw;
    width: 2.4vw;
    height: 2.4vw;
  }
}

.button.ln:before {
  top: 0;
  bottom: 0;
  right: 12px;
  width: 28px;
  height: 28px;
  transform: rotate(0deg);
  display: block;
  margin: auto;
  border: none;
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2250%22%20height%3D%2251%22%20viewBox%3D%220%200%2050%2051%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cmask%20id%3D%22mask0_229_469%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2250%22%20height%3D%2251%22%3E%3Crect%20y%3D%220.5%22%20width%3D%2250%22%20height%3D%2250%22%20fill%3D%22%23D9D9D9%22%2F%3E%3C%2Fmask%3E%3Cg%20mask%3D%22url(%23mask0_229_469)%22%3E%3Cpath%20d%3D%22M18.5018%2031.669H37.5053V15.834H18.5018V31.669ZM18.5018%2034.836C17.6308%2034.836%2016.8851%2034.5259%2016.2649%2033.9057C15.6446%2033.2855%2015.3345%2032.5399%2015.3345%2031.669V12.667C15.3345%2011.7961%2015.6446%2011.0505%2016.2649%2010.4303C16.8851%209.8101%2017.6308%209.5%2018.5018%209.5H37.5053C38.3763%209.5%2039.1219%209.8101%2039.7421%2010.4303C40.3624%2011.0505%2040.6725%2011.7961%2040.6725%2012.667V31.669C40.6725%2032.5399%2040.3624%2033.2855%2039.7421%2033.9057C39.1219%2034.5259%2038.3763%2034.836%2037.5053%2034.836H18.5018ZM12.1673%2041.17C11.2963%2041.17%2010.5506%2040.8599%209.93038%2040.2397C9.31013%2039.6195%209%2038.8739%209%2038.003V15.834H12.1673V38.003H34.338V41.17H12.1673Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat 50%;
  background-size: contain
}
@media screen and (max-width: 767px) {
  .button.ln:before {
    right: 2vw;
    width: 8vw;
    height: 8vw0;
  }
}

#goto a.button {
  background: #fff204;
  font-size: 1.35em;
  line-height: 1;
  color: #00a8eb !important;
}
#goto a.button:before {
  border-color: #00a8eb;
  transform: rotate(135deg);
}

a.button.ln {
  background: #06c755;
  color: #fff !important;
}

.brand a.button {
  background: #00a8eb;
  color: #fff !important;
}


#suntory_contents .wrapper {
    background: #fff;
    margin: 0 auto;
}

#suntory_contents .page-title {
    color: #fef102;
    background-color: #000;
    font-weight: 700;
    text-align: center;
}

#suntory_contents nav.brand ul li a {
    position: relative;
    display: block;
    color: #333;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
}

#suntory_contents nav.brand ul li a:before {
   content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  width: 28px;
  height: 28px;
  transform: rotate(0deg);
  display: block;
  margin: auto;
  border: none;
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2250%22%20height%3D%2251%22%20viewBox%3D%220%200%2050%2051%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cmask%20id%3D%22mask0_229_469%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2250%22%20height%3D%2251%22%3E%3Crect%20y%3D%220.5%22%20width%3D%2250%22%20height%3D%2250%22%20fill%3D%22%23D9D9D9%22%2F%3E%3C%2Fmask%3E%3Cg%20mask%3D%22url(%23mask0_229_469)%22%3E%3Cpath%20d%3D%22M18.5018%2031.669H37.5053V15.834H18.5018V31.669ZM18.5018%2034.836C17.6308%2034.836%2016.8851%2034.5259%2016.2649%2033.9057C15.6446%2033.2855%2015.3345%2032.5399%2015.3345%2031.669V12.667C15.3345%2011.7961%2015.6446%2011.0505%2016.2649%2010.4303C16.8851%209.8101%2017.6308%209.5%2018.5018%209.5H37.5053C38.3763%209.5%2039.1219%209.8101%2039.7421%2010.4303C40.3624%2011.0505%2040.6725%2011.7961%2040.6725%2012.667V31.669C40.6725%2032.5399%2040.3624%2033.2855%2039.7421%2033.9057C39.1219%2034.5259%2038.3763%2034.836%2037.5053%2034.836H18.5018ZM12.1673%2041.17C11.2963%2041.17%2010.5506%2040.8599%209.93038%2040.2397C9.31013%2039.6195%209%2038.8739%209%2038.003V15.834H12.1673V38.003H34.338V41.17H12.1673Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat 50%;
  background-size: contain
}
@media screen and (max-width: 767px) {
  #suntory_contents nav.brand ul li a:before {
    right: 2vw;
    width: 8vw;
    height: 8vw0;
  }
}
@media screen and (min-width: 768px) {
      .sp_only {
        display: none !important;
      }
      .pc_only {
        display: block !important;
      }
  #suntoryCommonWrapper {
    background-color: rgba(255, 242, 0, 0.05); }
    #suntoryCommonWrapper #suntory_contents {
      width: 100%;
      padding-top: 0;
      padding-bottom: 0;
      background-color: #b9e3f9 }
      #suntoryCommonWrapper #suntory_contents .fade {
        transition: opacity 0.1s; }
        #suntoryCommonWrapper #suntory_contents .fade:hover {
          opacity: 0.7; }
      #suntoryCommonWrapper #suntory_contents header#mv {
        margin-bottom: 40px; }

      #suntory_contents .page-title {
          margin: 0 0 1.4583333333em;
          padding: .8333333333em 0;
          font-size: 1.5em;
      }

      #suntory_contents .wrapper {
          width: 750px;
      }

    #suntory_contents .wrapper .container {
        width: 85.333%;
        margin: 0 auto;
        padding-bottom: 2.5em;
    }

    #suntory_contents .end .inner {
        text-align: center;
        background-color: #fff;
    }

    #suntory_contents .end .inner p.subTit {
        font-size: 1em;
        padding-bottom: 30px;
    }

    #suntory_contents .end .inner .contact {
      width: 100%;
      margin: 0 auto;
      padding: 20px 15px;
      border: 1px solid #ccc;
      text-align: center
    }

    #suntory_contents .end .inner .contact h4 {
      padding-bottom: 10px;
      font-size: 1em;
      font-weight: 700
    }

    #suntory_contents .end .inner .contact .contactSub {
      padding-bottom: 15px;
      font-size: 1em
    }

    #suntory_contents .end .inner .contact .contactTel {
      font-size: 1.15em;
      font-weight: 700;
      padding-bottom: 15px
    }

    #suntory_contents .end .inner .contact .contactTel span {
      font-size: .75em;
      font-weight: 400
    }

    #suntory_contents .end .inner .contact .contactTime {
      font-size: .8em;
      padding-bottom: 0
    }

    #suntory_contents nav.brand {
        width: 100%;
        margin: 0 auto;
        padding-top: 30px;
        padding-bottom: 30px;
        background-color: #fff;
    }

    #suntory_contents.end nav.brand {
        padding-top: 15px;
        padding-bottom: 60px;
    }

    #suntory_contents nav.brand ul {
        width: 320px;
        margin: 0 auto;
    }

/*
    #suntory_contents nav.brand ul li a {
        font-size: 1em;
        padding: .8em 2.5em .85em;
        border: 2px solid #333;
        border-radius: .5em;
    }
    #suntory_contents nav.brand ul li a:before {
        right: 16px;
        width: 40px;
        height: 40px;
    }
*/
}

@media(max-width: 767px) {
      .sp_only {
        display: block !important;
      }
      .pc_only {
        display: none !important;
      }
  img {
    width: 100%;
    height: auto;
  }

    #suntory_contents .wrapper .container {
        width: 92vw;
        margin: 0 auto;
        padding-bottom: 8vw;
    }

    #suntory_contents .end .inner {
        width: 100%;
        padding-top: 0;
        text-align: center;
        background-color: #fff;
    }

    #suntory_contents .wrapper section:not(.agreement) h3 {
        font-size: 5.8666666667vw;
        padding: 4vw;
    }

    #suntory_contents .page-title {
        margin: 0 0 8vw;
        padding: 4vw 0;
        font-size: 5.8666666667vw;
    }

    #suntory_contents .end .inner p.subTit {
        font-size: 3.8vw;
        padding-bottom: 30px;
    }
  #suntory_contents .end .inner .contact {
    width: 84vw;
    margin: 0 auto;
    padding: 20px 15px;
    border: 1px solid #ccc;
    text-align: center
  }

  #suntory_contents .end .inner .contact h4 {
    padding-bottom: 10px;
    font-size: 1em;
    font-weight: 700
  }

  #suntory_contents .end .inner .contact .contactSub {
    padding-bottom: 15px;
    font-size: 1em
  }

  #suntory_contents .end .inner .contact .contactTel {
    font-size: 5vw;
    font-weight: 700;
    padding-bottom: 15px
  }

  #suntory_contents .end .inner .contact .contactTel span {
    font-size: 3.2vw;
    font-weight: 400
  }

  #suntory_contents .end .inner .contact .contactTime {
    font-size: .8em;
    padding-bottom: 0
  }

    #suntory_contents nav.brand {
        padding: 8vw 8vw 8vw;
        background-color: #fff;
    }
/*
    #suntory_contents nav.brand ul li a {
        padding: 4.4vw 2.1333333333vw;
        border: 1px solid #333;
        font-size: 3.7333333333vw;
        border-radius: 1.3333333333vw;
    }
*/

}

#suntory_contents a.exLink {
      position: relative;
      display: inline-block;
      padding-right: 18px;
      text-indent: 0;
      line-height: 1.3; }
#suntory_contents a.exLink:before {
        content: '';
        position: absolute;
        right: 4px;
        bottom: 8px;
        display: block;
        width: 7px;
        height: 7px;
        border: 1px solid currentColor;
        background: #ffffff;
        box-sizing: border-box; }
#suntory_contents a.exLink:after {
        content: '';
        position: absolute;
        right: 4px;
        bottom: 8px;
        display: block;
        width: 7px;
        height: 7px;
        border: 1px solid currentColor;
        background: #ffffff;
        box-sizing: border-box; }
#suntory_contents a.exLink:before {
        content: '';
        right: 6px;
        bottom: 6px;
        border-top: none;
        border-right: none;
        box-sizing: border-box; }

    @media(max-width: 767px) {
      #suntory_contents .wrapper {
        width: 100%;

      }

    #suntory_contents a.exLink {
      position: relative;
      display: inline-block;
      margin-left: 2px;
      margin-right: 4px;
      padding-right: 18px;
      font-size: 1.0625em;
      text-indent: 0;
      line-height: 1.3;
      letter-spacing: ; }
      #suntory_contents a.exLink:before {
        content: '';
        position: absolute;
        right: 4px;
        bottom: 0.5em;
        display: block;
        width: 7px;
        height: 7px;
        border: 1px solid currentColor;
        background: #ffffff;
        box-sizing: border-box; }
      #suntory_contents a.exLink:after {
        content: '';
        position: absolute;
        right: 4px;
        bottom: 0.5em;
        display: block;
        width: 7px;
        height: 7px;
        border: 1px solid currentColor;
        background: #ffffff;
        box-sizing: border-box; }
      #suntory_contents a.exLink:before {
        content: '';
        border-top: none;
        border-right: none;
        box-sizing: border-box;
        transform: translateX(-2px) translateY(2px); }
}

.txtRed {
  color: #e70012 !important;
}

#suntoryCommonWrapper #suntory_contents.top {
  background: url("../img/bg_top_pc.webp");
}
#suntoryCommonWrapper #suntory_contents.top .wrapper {
  width: 375px;
}
@media(max-width: 767px) {
  #suntoryCommonWrapper #suntory_contents.top .wrapper {
    width: 100%;
  }
}

#suntoryCommonWrapper #suntory_contents.top .wrapper img {
  width: 100%;
}
#suntoryCommonWrapper #suntory_contents.top .wrapper a {
  color:#00a8eb;
}

#suntoryCommonWrapper #suntory_contents.top .wrapper a:hover {
  opacity: 0.7;
}

#suntoryCommonWrapper #suntory_contents.top .wrapper h2.title {
  width: 100%;
  padding: 15px 0;
  background-color: #000;
  color: #FFF204;
  text-align: center;
  font-size: 1.35em;
  font-weight: bold;
}
@media(max-width: 767px) {
#suntoryCommonWrapper #suntory_contents.top .wrapper h2.title {
    font-size: 5vw;
  }
}
#suntoryCommonWrapper #suntory_contents.top .wrapper .wBox {
  background-color: #fff;
  width: 89%;
  margin: 0 auto;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}

#suntoryCommonWrapper #suntory_contents.top .wrapper .sBox {
  background-color: #fff;
  width: 85.333%;
  margin: 0 auto;
  box-sizing: border-box;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}

#suntoryCommonWrapper #suntory_contents.top .wrapper .num {
  width: 54px;
  margin: 30px auto 15px;
}
@media(max-width: 767px) {
  #suntoryCommonWrapper #suntory_contents.top .wrapper .num {
    width: 14.5vw;
    margin: 8vw auto 4vw;
  }
}

#suntoryCommonWrapper #suntory_contents.top .wrapper .wrap {
  width: 91.875%;
  margin: 0 auto 30px;
}

#suntoryCommonWrapper #suntory_contents.top .wrapper ul.note li {
  padding-bottom: 0.5em;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 0.75em;
  line-height: 1.4;
  color: #000;
}
@media(max-width: 767px) {
  #suntoryCommonWrapper #suntory_contents.top .wrapper ul.note li {
    font-size: 3.2vw;
  }
}

#suntoryCommonWrapper #suntory_contents.top .wrapper .attention {
  width: 93%;
  margin: 0 auto;
  padding: 20px 15px;
  border: 2px solid #ff0000;
}
@media(max-width: 767px) {
  #suntoryCommonWrapper #suntory_contents.top .wrapper .attention {
    padding: 5vw 3vw;
  }
}

#suntoryCommonWrapper #suntory_contents.top .wrapper .attention dt {
  padding-bottom: 20px;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #ff0000;
}
@media(max-width: 767px) {
  #suntoryCommonWrapper #suntory_contents.top .wrapper .attention dt {
    font-size: 4.8vw;
  }
}
#suntoryCommonWrapper #suntory_contents.top .wrapper .attention dd {
  color: #ff0000;
}
#suntoryCommonWrapper #suntory_contents.top .wrapper .attention dd ul.note li {
  color: #ff0000;
}



#suntoryCommonWrapper #suntory_contents.top .wrapper #goto .anchorBox {
  display: block;
  width: 85.333%;
  margin: 20px auto;
}

#suntoryCommonWrapper #suntory_contents.top .wrapper #goto a {
  display: block;
}

#suntoryCommonWrapper #suntory_contents.top .wrapper #outline .inner {
  padding: 20px 0 35px;
  background-color: #fff204;
}
#suntoryCommonWrapper #suntory_contents.top .wrapper #outline .inner .wBox {
  padding-bottom: 15px;
}
#suntoryCommonWrapper #suntory_contents.top .wrapper #outline .inner .wBox > div {
  margin-left: -10px;
  margin-right: -10px;
}

#suntoryCommonWrapper #suntory_contents.top .wrapper #products .inner {
  padding: 25px 0;
  background-color: #00a8eb;
}
#suntoryCommonWrapper #suntory_contents.top .wrapper #products .inner .image {
  width: 42.4%;
  margin: 0 auto;
}
#suntoryCommonWrapper #suntory_contents.top .wrapper #products .inner .text {
  width: 78.13%;
  margin: 0 auto;
}

#suntoryCommonWrapper #suntory_contents.top .wrapper #flow .inner {
  padding: 20px 0 35px;
  background-color: #fff204;
}
@media(max-width: 767px) {
  #suntoryCommonWrapper #suntory_contents.top .wrapper #flow .inner {
    padding: 5vw 0 8vw;
  }
}


#suntoryCommonWrapper #suntory_contents.top .wrapper #flow .inner .wBox {
  padding-top: 25px;
  padding-bottom: 5px;
}
#suntoryCommonWrapper #suntory_contents.top .wrapper #flow .inner .wBox .wrap .flexBox {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
#suntoryCommonWrapper #suntory_contents.top .wrapper #flow .inner .wBox .wrap .flexBox p {
  width: 180px;
  font-size: 0.9em;
  color: #000;
}
@media(max-width: 767px) {
  #suntoryCommonWrapper #suntory_contents.top .wrapper #flow .inner .wBox .wrap .flexBox p {
    width: 57%;
    font-size: 3.4vw;
  }
}

#suntoryCommonWrapper #suntory_contents.top .wrapper #flow .inner .wBox .wrap .flexBox .image {
  flex: 1;
}

#suntoryCommonWrapper #suntory_contents.top .wrapper #usage .inner {
  padding: 20px 0 35px;
  background-color: #fff204;
}

#suntoryCommonWrapper #suntory_contents.top .wrapper #usage .inner .sBox + .sBox {
  margin-top: 30px;
}

#suntoryCommonWrapper #suntory_contents.top .wrapper #usage .inner .sBox .attention {
  margin-top: 15px;
}

#suntoryCommonWrapper #suntory_contents.top .wrapper #usage .inner .sBox .wrap:last-of-type {
  margin-bottom: 0;
  padding-bottom: 30px;
}

#suntoryCommonWrapper #suntory_contents.top .wrapper #usage .inner .sBox .wrap p {
  font-size: 1.1em;
  font-weight: bold;
  color: #000;
}
@media(max-width: 767px) {
  #suntoryCommonWrapper #suntory_contents.top .wrapper #usage .inner .sBox .wrap p {
    font-size: 4.5vw;
  }
}
#suntoryCommonWrapper #suntory_contents.top .wrapper .acc .JS-howto {
  position: relative;
  padding: 8px 35px;
  background: #7f807f;
  color: #fff;
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
  line-height: 1.53;
  letter-spacing: 0.03em;
  border: 1px solid #7f807f;
}
@media(max-width: 767px) {
  #suntoryCommonWrapper #suntory_contents.top .wrapper .acc .JS-howto {
    font-size: 5vw;
  }
}

#suntoryCommonWrapper #suntory_contents.top .wrapper .acc .JS-howto:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  height: 3px;
  width: 15px;
  display: block;
  margin: auto;
  background: currentColor;
}
#suntoryCommonWrapper #suntory_contents.top .wrapper .acc .JS-howto:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  height: 3px;
  width: 15px;
  display: block;
  margin: auto;
  background: currentColor;
}
#suntoryCommonWrapper #suntory_contents.top .wrapper .acc .JS-howto:after {
  content: "";
  transform: rotate(90deg);
}
#suntoryCommonWrapper #suntory_contents.top .wrapper .acc .JS-howto.open {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#suntoryCommonWrapper #suntory_contents.top .wrapper .acc .JS-howto.open:after {
  content: "";
  display: none;
}
#suntoryCommonWrapper #suntory_contents.top .wrapper .acc .JS-howto-body {
  display: none;
}

#suntoryCommonWrapper #suntory_contents.top .wrapper #entry .inner .agree {
  padding-top: 20px;
  color: #000;
}

#suntoryCommonWrapper #suntory_contents.top .wrapper #entry .inner .agree .agreeCheckNote {
  text-align: center;
}


#suntoryCommonWrapper #suntory_contents.top .wrapper #entry .inner .agree .agreeBox {
  width: 85.333%;
  margin: 15px auto 0;
  border: 1px solid #000;
  padding: 12px;
  font-size: 0.95em;
  line-height: 1.4;
}
@media(max-width: 767px) {
  #suntoryCommonWrapper #suntory_contents.top .wrapper #entry .inner .agree .agreeBox {
    font-size: 4vw;
  }
}
#suntoryCommonWrapper #suntory_contents.top .wrapper #entry .inner .agree .agreeBox + .agreeBox {
  margin-bottom: 20px;
}

#suntoryCommonWrapper #suntory_contents.top .wrapper #entry .inner .agree .attention {
  width: 85.333%;
  padding: 20px 18px;
}
@media(max-width: 767px) {
  #suntoryCommonWrapper #suntory_contents.top .wrapper #entry .inner .agree .attention {
    padding: 5vw 4vw;
  }
}

#suntoryCommonWrapper #suntory_contents.top .wrapper #entry .inner .agree .attention .checkbox-wrapper {
  margin-top: 15px;
  font-size: 0.9em;
  color: #000;
}

#suntoryCommonWrapper #suntory_contents.top .wrapper #entry .inner .agree .login-btn {
  width: 85.333%;
  margin: 30px auto 0;
}

#suntoryCommonWrapper #suntory_contents.top .wrapper #entry .inner .agree .login-btn .is-disabled {
  pointer-events: none;
  background-color: #d9d9d9;
}

#suntoryCommonWrapper #suntory_contents.top .wrapper #term .inner {
  width: 85.333%;
  margin: 0 auto;
  padding: 15px;
  background-color: #87d1ff;
}
#suntoryCommonWrapper #suntory_contents.top .wrapper #term .inner .term dt {
  background-color: #000;
  color: #fff;
  font-size: 0.9em;
  font-weight: bold;
  text-align: center;
  padding: 3px;
}
#suntoryCommonWrapper #suntory_contents.top .wrapper #term .inner .term dd {
  margin-top: 5px;
  text-align: center;
  font-size: 0.9em;
  font-weight: bold;
  color: #000;
  line-height: 1.6;
}
#suntoryCommonWrapper #suntory_contents.top .wrapper #term .inner ul.note {
  margin-top: 8px;
}
#suntoryCommonWrapper #suntory_contents.top .wrapper #term .inner ul.note li {
  padding-left: 1em;
  font-size: 0.8em;
  line-height: 1.4;
  text-indent: -1em;
  color: #ff0000;
}

#suntoryCommonWrapper #suntory_contents.top .wrapper #term .inner .term + .term {
  margin-top: 15px;
}

#suntoryCommonWrapper #suntory_contents.top .wrapper #search_qa_campaign .campaign_faq_btn {
  width: 85.333%;
}
#suntoryCommonWrapper #suntory_contents.top .wrapper #search_qa_campaign .campaign_faq_btn a {
  font-size: 1em;
  color: #00A8EB;
  border: 2px #00A8EB solid;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}
#suntoryCommonWrapper #suntory_contents.top .wrapper #search_qa_campaign .campaign_faq_btn a:after {
  border-top: 3px solid #00A8EB;
  border-right: 3px solid #00A8EB;
}

#suntoryCommonWrapper #suntory_contents.top .wrapper #search_qa_campaign .campaign_faq_btn a:hover {
  text-decoration: none;
}

#suntoryCommonWrapper #suntory_contents.top .wrapper section#entry .howto {
  width: 320px;
  margin: 30px auto;
}
#suntoryCommonWrapper #suntory_contents.top .wrapper section#entry .howto h4 {
  position: relative;
  padding: 8px 35px;
  background: #7f807f;
  color: #fff;
  font-size: 0.95em;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.03em;
  border: 1px solid #7f807f;
}
#suntoryCommonWrapper #suntory_contents.top .wrapper section#entry .howto h4:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  height: 3px;
  width: 15px;
  display: block;
  margin: auto;
  background: currentColor;
}
#suntoryCommonWrapper #suntory_contents.top .wrapper section#entry .howto h4:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  height: 3px;
  width: 15px;
  display: block;
  margin: auto;
  background: currentColor;
}
#suntoryCommonWrapper #suntory_contents.top .wrapper section#entry .howto h4:after {
  content: "";
  transform: rotate(90deg);
}
#suntoryCommonWrapper #suntory_contents.top .wrapper section#entry .howto h4.open {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#suntoryCommonWrapper #suntory_contents.top .wrapper section#entry .howto h4.open:after {
  content: "";
  display: none;
}
#suntoryCommonWrapper #suntory_contents.top .wrapper section#entry .howto .body {
  display: none;
  padding: 0 16px 40px;
  background: #fff;
  border: 1px solid #002b64;
  border-radius: 8px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top: none;
}
#suntoryCommonWrapper #suntory_contents.top .wrapper section#entry .howto .body hr {
  border: none;
  border-bottom: 1px dotted #C8CDD2;
}
#suntoryCommonWrapper #suntory_contents.top .wrapper section#entry .howto .body .image {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
}
#suntoryCommonWrapper #suntory_contents.top .wrapper section#entry .howto .body .image:nth-of-type(1) img {
  width: 150px;
  margin-right: 0;
}
#suntoryCommonWrapper #suntory_contents.top .wrapper section#entry .howto .body .image:nth-of-type(2) img {
  width: 80px;
  margin-left: 35px;
  margin-right: 35px;
}
#suntoryCommonWrapper #suntory_contents.top .wrapper section#entry .howto .body .image img {
  margin-right: 20px;
}
#suntoryCommonWrapper #suntory_contents.top .wrapper section#entry .howto .body .image p {
  flex: 1;
  font-size: 0.8125em;
  line-height: 1.54;
  letter-spacing: 0.01em;
}
#suntoryCommonWrapper #suntory_contents.top .wrapper section#entry .howto .body .center {
  padding-top: 25px;
  padding-bottom: 25px;
}
#suntoryCommonWrapper #suntory_contents.top .wrapper section#entry .howto .body .center p {
  font-size: 0.8125em;
  text-align: center;
  line-height: 1.54;
  letter-spacing: 0.01em;
}
#suntoryCommonWrapper #suntory_contents.top .wrapper section#entry .howto .body a {
  text-decoration: underline;
}
#suntoryCommonWrapper #suntory_contents.top .wrapper section#entry .howto .body .noaccount {
  padding-top: 20px;
}
#suntoryCommonWrapper #suntory_contents.top .wrapper section#entry .howto .body .noaccount p {
  margin-bottom: 20px;
  font-size: 0.75em;
  text-align: center;
  line-height: 1.67;
  letter-spacing: 0.01em;
}
#suntoryCommonWrapper #suntory_contents.top .wrapper section#entry .howto .body .noaccount ul.register {
  margin-bottom: 10px;
}
#suntoryCommonWrapper #suntory_contents.top .wrapper section#entry .howto .body .noaccount ul.register li {
  margin-bottom: 15px;
}
#suntoryCommonWrapper #suntory_contents.top .wrapper section#entry .howto .body .noaccount ul.register li:last-child {
  margin-bottom: 0;
}
#suntoryCommonWrapper #suntory_contents.top .wrapper section#entry .howto .body .noaccount ul.register li a {
  display: block;
  padding: 0.5em 0.5em;
  background: #f6f6f7;
  border: 1px solid #acb2b7;
  border-radius: 6px;
  color: currentColor;
  font-size: 0.75em;
  text-align: center;
  line-height: 1.67;
  letter-spacing: 0.01em;
  text-decoration: none;
}
#suntoryCommonWrapper #suntory_contents.top .wrapper section#entry .howto .body .noaccount ul.note li {
  padding-left: 0;
  text-indent: 0;
  margin-bottom: 0.385em;
  font-size: 0.8125em;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
#suntoryCommonWrapper #suntory_contents.top .wrapper section#entry .howto .body .noaccount ul.note li:last-child {
  margin-bottom: 0;
}
#suntoryCommonWrapper #suntory_contents.top .wrapper section#entry .howto .body .noaccount ul.note li > * {
  text-indent: 0;
}

@media(max-width: 767px) {
  #suntoryCommonWrapper #suntory_contents.top .wrapper section#entry .howto {
    width: 84vw;
  }
  #suntoryCommonWrapper #suntory_contents.top .wrapper section#entry .howto h4 {
    position: relative;
    padding: 8px 35px;
    background: ##7f807f;
    color: #fff;
    font-size: 0.95em;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 0.03em;
    border: 1px solid ##7f807f;
  }
  #suntoryCommonWrapper #suntory_contents.top .wrapper section#entry .howto h4:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 4.5vw;
    height: 3px;
    width: 15px;
    display: block;
    margin: auto;
    background: currentColor;
  }
  #suntoryCommonWrapper #suntory_contents.top .wrapper section#entry .howto h4:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 4.5vw;
    height: 3px;
    width: 15px;
    display: block;
    margin: auto;
    background: currentColor;
  }
  #suntoryCommonWrapper #suntory_contents.top .wrapper section#entry .howto h4:after {
    content: "";
    transform: rotate(90deg);
  }
  #suntoryCommonWrapper #suntory_contents.top .wrapper section#entry .howto h4.open {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  #suntoryCommonWrapper #suntory_contents.top .wrapper section#entry .howto h4.open:after {
    content: "";
    display: none;
  }
  #suntoryCommonWrapper #suntory_contents.top .wrapper section#entry .howto .body {
    display: none;
    padding: 0 16px 40px;
    background: #fff;
    border: 1px solid #002b64;
    border-radius: 8px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-top: none;
  }
  #suntoryCommonWrapper #suntory_contents.top .wrapper section#entry .howto .body hr {
    border: none;
    border-bottom: 1px dotted #C8CDD2;
  }
  #suntoryCommonWrapper #suntory_contents.top .wrapper section#entry .howto .body .image {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  #suntoryCommonWrapper #suntory_contents.top .wrapper section#entry .howto .body .image:nth-of-type(1) img {
    width: 31vw;
    margin-right: 0;
  }
  #suntoryCommonWrapper #suntory_contents.top .wrapper section#entry .howto .body .image:nth-of-type(2) img {
    width: 20vw;
    margin-left: 7vw;
    margin-right: 6vw;
  }
  #suntoryCommonWrapper #suntory_contents.top .wrapper section#entry .howto .body .image img {
    margin-right: vw(20);
  }
  #suntoryCommonWrapper #suntory_contents.top .wrapper section#entry .howto .body .image p {
    flex: 1;
    font-size: 0.8125em;
    line-height: 1.54;
    letter-spacing: 0.01em;
  }
  #suntoryCommonWrapper #suntory_contents.top .wrapper section#entry .howto .body .center {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  #suntoryCommonWrapper #suntory_contents.top .wrapper section#entry .howto .body .center p {
    font-size: 0.8125em;
    text-align: center;
    line-height: 1.54;
    letter-spacing: 0;
  }
  #suntoryCommonWrapper #suntory_contents.top .wrapper section#entry .howto .body a {
    text-decoration: underline;
  }
  #suntoryCommonWrapper #suntory_contents.top .wrapper section#entry .howto .body .noaccount {
    padding-top: 20px;
  }
  #suntoryCommonWrapper #suntory_contents.top .wrapper section#entry .howto .body .noaccount p {
    margin-bottom: 20px;
    font-size: 0.75em;
    text-align: center;
    line-height: 1.67;
    letter-spacing: 0.01em;
  }
  #suntoryCommonWrapper #suntory_contents.top .wrapper section#entry .howto .body .noaccount ul.register {
    margin-bottom: 10px;
  }
  #suntoryCommonWrapper #suntory_contents.top .wrapper section#entry .howto .body .noaccount ul.register li {
    margin-bottom: 15px;
  }
  #suntoryCommonWrapper #suntory_contents.top .wrapper section#entry .howto .body .noaccount ul.register li:last-child {
    margin-bottom: 0;
  }
  #suntoryCommonWrapper #suntory_contents.top .wrapper section#entry .howto .body .noaccount ul.register li a {
    display: block;
    padding: 0.5em 0.5em;
    background: #f6f6f7;
    border: 1px solid #acb2b7;
    border-radius: 6px;
    color: currentColor;
    font-size: 0.75em;
    text-align: center;
    line-height: 1.67;
    letter-spacing: 0.01em;
    text-decoration: none;
  }
  #suntoryCommonWrapper #suntory_contents.top .wrapper section#entry .howto .body .noaccount ul.note li {
    padding-left: 0;
    text-indent: 0;
    margin-bottom: 0.385em;
    font-size: 0.8125em;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.01em;
  }
  #suntoryCommonWrapper #suntory_contents.top .wrapper section#entry .howto .body .noaccount ul.note li:last-child {
    margin-bottom: 0;
  }
  #suntoryCommonWrapper #suntory_contents.top .wrapper section#entry .howto .body .noaccount ul.note li > * {
    text-indent: 0;
  }
}

