@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:500,700,900|https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400,700,900&display=swap");
/* $box-shadow: 0 2px 3px rgba($color: #000000, $alpha: 0.3); */
html:not(.modePC):not(.modeSP) {
  opacity: 0;
  visibility: hidden;
}

#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%;
  font-weight: 500;
  color: #050505;
  word-wrap: break-word;
}
#suntory_contents input, #suntory_contents button, #suntory_contents textarea {
  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%;
  font-weight: 500;
  color: #050505;
}
#suntory_contents input[type=text], #suntory_contents textarea {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  max-width: 100%;
}
#suntory_contents button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#suntory_contents * {
  margin: 0 auto;
  box-sizing: border-box;
}
#suntory_contents img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
#suntory_contents .wrapper {
  background: #E0F5F8;
}
#suntory_contents .wrapper main {
  display: block;
  padding-bottom: 40px;
}
#suntory_contents .red {
  color: #F60000;
}
#suntory_contents .bold {
  font-weight: bold;
}
#suntory_contents ul.note li {
  margin-bottom: 0.5em;
  padding-left: 1em;
  text-indent: -1em;
  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, #suntory_contents button {
  color: #007CC3;
}
#suntory_contents a:has(> img), #suntory_contents button:has(> img) {
  display: block;
  overflow: hidden;
}
#suntory_contents a.exLink[target=_blank] {
  position: relative;
  display: inline-block;
  padding-right: 1.2em;
}
#suntory_contents a.exLink[target=_blank]:before {
  content: "";
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 7px;
  height: 7px;
  border: 1px solid currentColor;
  border-top: none;
  border-right: none;
  background: transparent;
  box-sizing: border-box;
  transform: translateX(-1px) translateY(1px);
}
#suntory_contents a.exLink[target=_blank]:after {
  content: "";
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 7px;
  height: 7px;
  border: 1px solid currentColor;
  background: transparent;
  box-sizing: border-box;
  transform: translateX(1px) translateY(-1px);
}
#suntory_contents sup {
  display: inline-block;
  font-size: 0.5em;
  transform: translateY(-50%);
}

.modePC #suntory_contents {
  min-width: 960px;
}
.modePC #suntory_contents main > .inner {
  width: 750px;
}
.modePC #suntory_contents header#kv_sub h2 {
  width: 100%;
  max-width: 750px;
}
.modePC #suntory_contents .fade {
  transition: opacity 0.1s linear;
}
.modePC #suntory_contents .fade:hover {
  opacity: 0.7;
}
.modePC #suntory_contents h3.ttl {
  margin-top: 20px;
  padding: 0 0.5em 0.5em;
  background: #00ABAD;
  color: #FFF100;
  height: 2em;
  font-size: 1.375em;
  font-weight: bold;
  text-align: center;
  line-height: 2em;
  vertical-align: middle;
  letter-spacing: 0.11em;
}
.modePC #suntory_contents a.back_btn {
  position: relative;
  display: block;
  padding: 1em 2.5em;
  width: 320px;
  max-width: 84vw;
  background: #00ABAD;
  border-radius: 6px;
  color: #ffffff;
  font-size: 1em;
  text-align: center;
  line-height: 1.71;
  letter-spacing: 0.05em;
  text-decoration: none;
}
.modePC #suntory_contents a.back_btn::after {
  content: "";
  position: absolute;
  left: 1.25em;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 0.333em;
  height: 0.333em;
  border-width: 0 0 2px 2px;
  border-style: none none solid solid;
  border-color: currentColor;
  transform: rotate(45deg);
}
.modePC #suntory_contents a.back_btn.forward::after {
  left: initial;
  right: 1.25em;
  transform: rotate(225deg);
}
.modePC #suntory_contents button {
  position: relative;
  display: block;
  padding: 1em 2.5em;
  width: 320px;
  max-width: 84vw;
  background: #00ABAD;
  border-radius: 6px;
  color: #ffffff;
  font-size: 1em;
  text-align: center;
  line-height: 1.71;
  letter-spacing: 0.05em;
  text-decoration: none;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
}
.modePC #suntory_contents button::after {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 0.333em;
  height: 0.333em;
  border-width: 0 0 2px 2px;
  border-style: none none solid solid;
  border-color: currentColor;
  transform: rotate(225deg);
}
.modePC #suntory_contents button.back_btn::after {
  right: inherit;
  left: 1.25em;
  transform: rotate(45deg);
}
.modePC #suntory_contents nav.brand {
  padding-top: 60px;
  padding-bottom: 100px;
  background: #E0F5F8;
}
.modePC #suntory_contents nav.brand a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  width: 320px;
  background: #fff;
  border: 1px solid currentColor;
  border-radius: 6px;
  color: currentColor;
  text-decoration: none;
}
.modePC #suntory_contents nav.brand a > * {
  margin: 0;
}
.modePC #suntory_contents nav.brand a .icon {
  display: block;
  width: 66px;
}
.modePC #suntory_contents nav.brand a .text {
  flex: 1;
  display: block;
  max-width: 222px;
  padding-left: 15px;
  font-size: 1em;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.03em;
}
.modePC #suntory_contents nav.brand a .text small {
  font-size: 0.75em;
}
.modePC #suntory_contents nav.link {
  padding: 50px 0;
  /* border-top: 1px solid #c5ccd2; */
}
.modePC #suntory_contents nav.link ul {
  width: 66.6666666667vw;
  max-width: 300px;
}
.modePC #suntory_contents nav.link ul li {
  margin-bottom: 15px;
  /* &:first-child {
    a {
      border-top-left-radius: 6px;
      border-top-right-radius: 6px;
    }
  }

  &:not(:last-child) {
    a {
      border-bottom: none;
    }
  }

  &:last-child {
    a {
      border-bottom-left-radius: 6px;
      border-bottom-right-radius: 6px;
    }
  } */
}
.modePC #suntory_contents nav.link ul li a {
  position: relative;
  display: block;
  padding: 20px 0;
  padding-right: 0;
  color: #fff;
  background: #00ABAD;
  font-size: 16px;
  text-align: left;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: none;
  border-radius: 6px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
}
.modePC #suntory_contents nav.link ul li a.window_link {
  text-align: center;
}
.modePC #suntory_contents nav.link ul li a.window_link::before, .modePC #suntory_contents nav.link ul li a.window_link::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 0.583em;
  height: 0.583em;
  border: 1px solid currentColor;
  /* background: $c-base; */
  box-sizing: border-box;
  transform: translateX(2px) translateY(-2px);
}
.modePC #suntory_contents nav.link ul li a.window_link::before {
  content: "";
  border-top: none;
  border-right: none;
  transform: translateX(-2px) translateY(2px);
}
.modePC #suntory_contents nav.link ul li a.window_link.inquiry::before {
  content: none;
}
.modePC #suntory_contents nav.link ul li a.window_link.inquiry::after {
  content: "";
  position: absolute;
  right: 22px;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 0.583em;
  height: 0.583em;
  border-width: 2px 2px 0 0;
  border-style: solid solid none none;
  border-color: currentColor;
  transform: rotate(45deg);
}
.modePC #suntory_contents nav.link ul li a:hover {
  opacity: 0.7;
  color: #fff;
}

.modeSP #suntory_contents header#kv_sub h2 {
  width: 100%;
}
.modeSP #suntory_contents .wrapper {
  margin: 0 auto;
  width: 100%;
}
.modeSP #suntory_contents h3.ttl {
  margin-top: 20px;
  padding: 0 0.5em 0.5em;
  background: #00ABAD;
  color: #FFF100;
  height: 2em;
  font-size: 1.375em;
  font-weight: bold;
  text-align: center;
  line-height: 2em;
  vertical-align: middle;
  letter-spacing: 0.11em;
}
.modeSP #suntory_contents a.back_btn {
  position: relative;
  display: block;
  padding: 1em 2.5em;
  width: 275px;
  max-width: 84vw;
  background: #00ABAD;
  border-radius: 6px;
  color: #ffffff;
  font-size: 0.875em;
  text-align: center;
  line-height: 1.71;
  letter-spacing: 0.05em;
  text-decoration: none;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
}
.modeSP #suntory_contents a.back_btn::after {
  content: "";
  position: absolute;
  left: 1.25em;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 0.333em;
  height: 0.333em;
  border-width: 0 0 2px 2px;
  border-style: none none solid solid;
  border-color: currentColor;
  transform: rotate(45deg);
}
.modeSP #suntory_contents a.back_btn.forward::after {
  left: initial;
  right: 1.25em;
  transform: rotate(225deg);
}
.modeSP #suntory_contents button {
  position: relative;
  display: block;
  padding: 1em 2.5em;
  width: 275px;
  max-width: 84vw;
  background: #00ABAD;
  border-radius: 6px;
  color: #ffffff;
  font-size: 0.875em;
  text-align: center;
  line-height: 1.71;
  letter-spacing: 0.05em;
  text-decoration: none;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
}
.modeSP #suntory_contents button::after {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 0.333em;
  height: 0.333em;
  border-width: 0 0 2px 2px;
  border-style: none none solid solid;
  border-color: currentColor;
  transform: rotate(225deg);
}
.modeSP #suntory_contents button.back_btn::after {
  right: inherit;
  left: 1.25em;
  transform: rotate(45deg);
}
.modeSP #suntory_contents nav.link {
  padding: 40px 0 0;
  /* background-color: $c-bg; */
  /* border-top: 1px solid #c5ccd2; */
}
.modeSP #suntory_contents nav.link ul {
  width: 84vw;
}
.modeSP #suntory_contents nav.link ul li {
  margin-bottom: 15px;
  /* &:first-child {
    a {
      border-top-left-radius: 6px;
      border-top-right-radius: 6px;
    }
  }

  &:not(:last-child) {
    a {
      border-bottom: none;
    }
  }

  &:last-child {
    a {
      border-bottom-left-radius: 6px;
      border-bottom-right-radius: 6px;
    }
  } */
}
.modeSP #suntory_contents nav.link ul li a {
  position: relative;
  display: block;
  text-align: center;
  padding: 1em 1em;
  padding-right: 45px;
  color: #fff;
  background: #00ABAD;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: none;
  border-radius: 6px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
}
.modeSP #suntory_contents nav.link ul li a:hover {
  opacity: 0.7;
}
.modeSP #suntory_contents nav.link ul li a.arrow_r {
  color: #fff;
}
.modeSP #suntory_contents nav.link ul li a.arrow_r::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.modeSP #suntory_contents nav.link ul li a.window_link {
  text-align: center;
}
.modeSP #suntory_contents nav.link ul li a.window_link::before, .modeSP #suntory_contents nav.link ul li a.window_link::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 0.583em;
  height: 0.583em;
  border: 1px solid currentColor;
  box-sizing: border-box;
  transform: translateX(1px) translateY(-1px);
}
.modeSP #suntory_contents nav.link ul li a.window_link::before {
  content: "";
  border-top: none;
  border-right: none;
  transform: translateX(-1px) translateY(1px);
}
.modeSP #suntory_contents nav.link ul li a.window_link.inquiry::before {
  content: none;
}
.modeSP #suntory_contents nav.link ul li a.window_link.inquiry::after {
  content: "";
  position: absolute;
  right: 22px;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 0.583em;
  height: 0.583em;
  border-width: 2px 2px 0 0;
  border-style: solid solid none none;
  border-color: currentColor;
  transform: rotate(45deg);
}
.modeSP #suntory_contents nav.link a.exLink[target=_blank]:before,
.modeSP #suntory_contents nav.link a.exLink[target=_blank]:after {
  right: 21px;
}
.modeSP #suntory_contents nav.brand {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #E0F5F8;
}
.modeSP #suntory_contents nav.brand a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  width: 84vw;
  background: #f0f2f5;
  border: 1px solid currentColor;
  border-radius: 6px;
  color: currentColor;
  text-decoration: none;
}
.modeSP #suntory_contents nav.brand a > * {
  margin: 0;
}
.modeSP #suntory_contents nav.brand a .icon {
  display: block;
  width: 66px;
}
.modeSP #suntory_contents nav.brand a .text {
  flex: 1;
  display: block;
  max-width: 217px;
  padding-left: 15px;
  font-size: 1em;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.03em;
}
.modeSP #suntory_contents nav.brand a .text small {
  font-size: 0.75em;
}
.modeSP #suntoryCommonFooter #suntoryCommonFt {
  margin-top: -1px;
  padding-top: 1px;
  border-top: 1px solid #c5ccd2;
}
.modeSP #suntoryCommonFooter #suntoryCommonFt_ShareBtn + #suntoryCommonFt {
  border-top: none;
}

.fill-base {
  fill: #fff;
}

.fill-text {
  fill: #050505;
}

.fill-emp-1 {
  fill: #F60000;
}

.fill-emp-1-text {
  fill: #ffffff;
}

.fill-emp-2 {
  fill: #FFF100;
}

.fill-emp-2-text {
  fill: #ffffff;
}

.stroke-base {
  stroke: #fff;
}

.stroke-text {
  stroke: #050505;
}

.stroke-emp-1 {
  stroke: #F60000;
}

.stroke-emp-1-text {
  stroke: #ffffff;
}

.stroke-emp-2 {
  stroke: #FFF100;
}

.stroke-emp-2-text {
  stroke: #ffffff;
}

.modePC #suntory_contents.top header#mv {
  /* padding-top: 50px;
  padding-bottom: 50px; */
}
.modePC #suntory_contents.top header#mv h2 {
  width: 100%;
  /* max-width: 1164px; */
  max-width: 900px;
  background-color: rgba(255, 255, 255, 0.75);
}
.modePC #suntory_contents.top header#mv h2 img {
  width: 750px;
  margin: 0 auto;
}
.modePC #suntory_contents.top .main_wrap#main_pc {
  display: block !important;
}
.modePC #suntory_contents.top .wrapper {
  position: relative;
  background: linear-gradient(180deg, #84D7E5 50%, #005BAF 100%);
}
.modePC #suntory_contents.top .wrapper .hanabi {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  z-index: 1;
  width: 1284px;
  height: 662px;
  background: url("../img/img_hanabi.webp") no-repeat;
  background-position: top center;
  background-size: 100% auto;
}
.modePC #suntory_contents.top .wrapper .hanabi img {
  display: none;
}
.modePC #suntory_contents.top .wrapper main {
  position: relative;
  width: 900px;
  background: rgba(255, 255, 255, 0.75);
  z-index: 10;
}
.modePC #suntory_contents.top .wrapper main section.smartphone, .modePC #suntory_contents.top .wrapper main section.end {
  padding: 50px 0;
  color: #050505;
}
.modePC #suntory_contents.top .wrapper main section.smartphone .inner > *, .modePC #suntory_contents.top .wrapper main section.end .inner > * {
  width: 800px;
}
.modePC #suntory_contents.top .wrapper main section.smartphone .inner h3, .modePC #suntory_contents.top .wrapper main section.end .inner h3 {
  color: #050505;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.06em;
  padding-bottom: 20px;
}
.modePC #suntory_contents.top .wrapper main section.smartphone .inner p, .modePC #suntory_contents.top .wrapper main section.end .inner p {
  font-size: 1.25em;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.06em;
  width: 26em;
}
.modePC #suntory_contents.top .wrapper main section.smartphone .inner ul.note, .modePC #suntory_contents.top .wrapper main section.end .inner ul.note {
  margin-top: 5px;
  text-align: center;
}
.modePC #suntory_contents.top .wrapper main section.smartphone .inner ul.note li, .modePC #suntory_contents.top .wrapper main section.end .inner ul.note li {
  padding-left: 0;
  text-indent: 0;
  font-size: 0.8125em;
  text-align: center;
  line-height: 1.71;
  letter-spacing: 0.03em;
}
.modePC #suntory_contents.top .wrapper main section.end .inner h3 {
  margin-bottom: 10px;
  font-size: 2.125em;
}
.modePC #suntory_contents.top .wrapper main section.comingSoon {
  padding-top: 60px;
}
.modePC #suntory_contents.top .wrapper main section.comingSoon .inner {
  width: 750px;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #00ABAD;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 50px;
  color: #fff;
  line-height: 1;
}
.modePC #suntory_contents.top .wrapper main section.kikan {
  padding-top: 60px;
}
.modePC #suntory_contents.top .wrapper main section.kikan .inner {
  width: 780px;
}
.modePC #suntory_contents.top .wrapper main section.kikan .inner h3 {
  background: url("../img/tit_bg.webp") no-repeat;
  background-size: contain;
  width: 100%;
  height: 70px;
  line-height: 70px;
  vertical-align: middle;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 40px;
  color: #FFF100;
  text-shadow: 2px 2px 2px #02918E;
}
.modePC #suntory_contents.top .wrapper main section.kikan .inner p {
  padding-top: 30px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
.modePC #suntory_contents.top .wrapper main section.step .inner {
  width: 780px;
}
.modePC #suntory_contents.top .wrapper main section.step .inner h3 {
  background: url("../img/tit_bg.webp") no-repeat;
  background-size: contain;
  width: 100%;
  height: 70px;
  line-height: 70px;
  vertical-align: middle;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 40px;
  color: #FFF100;
  text-shadow: 2px 2px 2px #02918E;
}
.modePC #suntory_contents.top .wrapper main section.step .inner p.leed {
  color: #050505;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.4;
  margin-top: 30px;
  margin-bottom: 30px;
}
.modePC #suntory_contents.top .wrapper main section.step .inner ul.step {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 752px;
  margin-top: 30px;
  padding-top: 178px;
}
.modePC #suntory_contents.top .wrapper main section.step .inner ul.step > li {
  width: 237px;
  padding: 0 0 30px;
  border-top: 4px solid #00ABAD;
  background-color: #fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.modePC #suntory_contents.top .wrapper main section.step .inner ul.step > li h4 {
  width: 127px;
}
.modePC #suntory_contents.top .wrapper main section.step .inner ul.step > li .content {
  width: 83%;
}
.modePC #suntory_contents.top .wrapper main section.step .inner ul.step > li .image {
  padding: 10px 0 20px;
}
.modePC #suntory_contents.top .wrapper main section.step .inner ul.step > li .txt {
  font-size: 1rem;
  line-height: 1.4;
  text-align: center;
}
.modePC #suntory_contents.top .wrapper main section.step .inner ul.step > li .note {
  font-size: 12px;
  padding-top: 1em;
}
.modePC #suntory_contents.top .wrapper main section.step .inner ul.step > li .sui-up {
  position: absolute;
  top: 0;
  left: calc(50% - 195px);
  width: 390px;
}
.modePC #suntory_contents.top .wrapper main section.prize {
  padding-top: 60px;
}
.modePC #suntory_contents.top .wrapper main section.prize .inner {
  width: 780px;
}
.modePC #suntory_contents.top .wrapper main section.prize .inner h3 {
  background: url("../img/tit_bg.webp") no-repeat;
  background-size: contain;
  width: 100%;
  height: 70px;
  line-height: 70px;
  vertical-align: middle;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 40px;
  color: #FFF100;
  text-shadow: 2px 2px 2px #02918E;
}
.modePC #suntory_contents.top .wrapper main section.prize .inner ul.prize {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 752px;
  margin-top: 30px;
}
.modePC #suntory_contents.top .wrapper main section.prize .inner ul.prize li {
  width: 366px;
  padding: 0 0 30px;
  border-top: 4px solid #00ABAD;
  background-color: #fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.modePC #suntory_contents.top .wrapper main section.prize .inner ul.prize li h4 {
  width: 120px;
}
.modePC #suntory_contents.top .wrapper main section.prize .inner ul.prize li .prizeImage {
  width: 240px;
  margin: 20px auto;
}
.modePC #suntory_contents.top .wrapper main section.prize .inner ul.prize li .prizeName {
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
}
.modePC #suntory_contents.top .wrapper main section.prize .inner ul.prize li .prizeSize {
  text-align: center;
  font-size: 12px;
  line-height: 1.4;
  padding-top: 10px;
}
.modePC #suntory_contents.top .wrapper main section.prize .inner ul.prize li .prizeWinner {
  padding-top: 0.5em;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}
.modePC #suntory_contents.top .wrapper main section.wchance {
  padding-top: 20px;
}
.modePC #suntory_contents.top .wrapper main section.wchance .inner {
  width: 780px;
}
.modePC #suntory_contents.top .wrapper main section.wchance .inner .wchanceBox {
  width: 752px;
  padding: 0 0 30px;
  border-top: 4px solid #00ABAD;
  background-color: #fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.modePC #suntory_contents.top .wrapper main section.wchance .inner .wchanceBox h4 {
  width: 315px;
}
.modePC #suntory_contents.top .wrapper main section.wchance .inner .wchanceBox .flexBox {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin: 20px auto 0;
  width: calc(97px + 23em);
}
.modePC #suntory_contents.top .wrapper main section.wchance .inner .wchanceBox .flexBox .wchanceImage {
  width: 57px;
}
.modePC #suntory_contents.top .wrapper main section.wchance .inner .wchanceBox .flexBox .wchanceText {
  width: 23em;
  font-size: 16px;
  line-height: 1.4;
}
.modePC #suntory_contents.top .wrapper main section.wchance .inner .wchanceBox .flexBox .wchanceText span.txtRed {
  font-size: 20px;
  font-weight: bold;
  color: #F60000;
}
.modePC #suntory_contents.top .wrapper main section.wchance .inner .wchanceBox ul.note {
  margin-top: 30px;
  width: 29em;
}
.modePC #suntory_contents.top .wrapper main section.wchance .inner .wchanceBox ul.note li {
  font-size: 12px;
  line-height: 1.4;
  color: #F60000;
}
.modePC #suntory_contents.top .wrapper main section.wchance .inner p.lead {
  padding-top: 30px;
  font-size: 1em;
  font-weight: bold;
  color: #F60000;
  text-align: center;
}
.modePC #suntory_contents.top .wrapper main section.wchance > .note {
  display: flex;
  justify-content: center;
  font-size: 12px;
  padding-top: 30px;
}
.modePC #suntory_contents.top .wrapper main section.contact .inner {
  width: 366px;
  margin-top: 60px;
  padding: 20px;
  background-color: #fff;
}
.modePC #suntory_contents.top .wrapper main section.contact .inner p {
  text-align: center;
  line-height: 1.4;
}
.modePC #suntory_contents.top .wrapper main section.contact .inner p.tit {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 0.5em;
}
.modePC #suntory_contents.top .wrapper main section.contact .inner p.name {
  font-size: 18px;
  padding-bottom: 0.5em;
}
.modePC #suntory_contents.top .wrapper main section.contact .inner p.num {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 0.5em;
}
.modePC #suntory_contents.top .wrapper main section.contact .inner p.txt {
  font-size: 15px;
  font-weight: normal;
}
.modePC #suntory_contents.top .wrapper main section.entry {
  padding-top: 60px;
}
.modePC #suntory_contents.top .wrapper main section.entry h3 {
  background: url("../img/tit_bg.webp") no-repeat;
  background-size: contain;
  width: 100%;
  height: 70px;
  line-height: 70px;
  vertical-align: middle;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 40px;
  color: #FFF100;
  text-shadow: 2px 2px 2px #02918E;
}
.modePC #suntory_contents.top .wrapper main section.entry .inner {
  width: 780px;
}
.modePC #suntory_contents.top .wrapper main section.entry .inner p.agreeCheckNote {
  margin-bottom: 20px;
  font-size: 0.875em;
  line-height: 1.7;
}
.modePC #suntory_contents.top .wrapper main section.entry .inner ul li a.btn {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  padding: 1.25em 1em;
  width: 300px;
  background: #e6e6e6;
  border-radius: 6px;
  text-decoration: none;
}
.modePC #suntory_contents.top .wrapper main 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;
}
.modePC #suntory_contents.top .wrapper main 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);
}
.modePC #suntory_contents.top .wrapper main section.entry .inner 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);
}
.modePC #suntory_contents.top .wrapper main section.entry .inner a.btn.ln {
  pointer-events: none;
  background: #ccc;
}
.modePC #suntory_contents.top .wrapper main section.entry .inner li.agreeOk a.btn.ln {
  pointer-events: auto;
  background: #01b901;
}
.modePC #suntory_contents.top .wrapper main section.entry .inner ul.agreeCheckBox {
  padding-bottom: 20px;
}
.modePC #suntory_contents.top .wrapper main section.entry .inner ul.agreeCheckBox li {
  padding: 15px;
  width: 100%;
  border: 1px solid #00ABAD;
  border-radius: 4px;
  background: #fff;
  font-size: 0.875em;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
}
.modePC #suntory_contents.top .wrapper main section.entry .inner ul.agreeCheckBox li label {
  cursor: pointer;
}
.modePC #suntory_contents.top .wrapper main section.entry .inner ul.agreeCheckBox li #agreeCheck {
  vertical-align: middle;
  margin-right: 5px;
  color: #00ABAD;
}
.modePC #suntory_contents.top .wrapper main section.entry .inner p.lead {
  margin-bottom: 10px;
  font-size: 0.9375em;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.modePC #suntory_contents.top .wrapper main section.entry .inner .outline {
  margin-bottom: 20px;
  padding: 15px 1em;
  background: #eaeaea;
  border-radius: 6px;
  text-align: center;
}
.modePC #suntory_contents.top .wrapper main section.entry .inner .outline a {
  position: relative;
  display: inline-block;
  padding-right: 1em;
  font-size: 1em;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.modePC #suntory_contents.top .wrapper main section.entry .inner .outline a::before, .modePC #suntory_contents.top .wrapper main section.entry .inner .outline a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  width: 0.5625em;
  height: 0.5625em;
  border: 1px solid currentColor;
  box-sizing: border-box;
}
.modePC #suntory_contents.top .wrapper main section.entry .inner .outline a::before {
  border-top-color: transparent;
  border-right-color: transparent;
  transform: translateX(-2px);
}
.modePC #suntory_contents.top .wrapper main section.entry .inner .outline a::after {
  transform: translateY(-2px);
}
.modePC #suntory_contents.top .wrapper main section.entry .inner ul.login_list {
  padding-top: 30px;
  width: 366px;
}
.modePC #suntory_contents.top .wrapper main section.entry .inner ul.login_list > li {
  margin-bottom: 5.3333333333vw;
  /* a.btn {
    display: block;
    margin-bottom: 15px;
    border-radius: 50vw;
    filter: drop-shadow($box-shadow);
  } */
}
.modePC #suntory_contents.top .wrapper main section.entry .inner ul.login_list > li:last-child {
  margin-bottom: 0;
}
.modePC #suntory_contents.top .wrapper main section.entry .inner ul.login_list > li ul.note li {
  margin-bottom: 0.5em;
  font-size: 0.8125em;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.modePC #suntory_contents.top .wrapper main section.entry .inner ul.login_list > li p.noaccount {
  font-size: 0.8125em;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.modePC #suntory_contents.top .wrapper main section.entry .howto {
  width: 366px;
}
.modePC #suntory_contents.top .wrapper main section.entry .howto h4 {
  position: relative;
  padding: 8px 35px;
  background: #fff;
  border-radius: 4px;
  color: #00ABAD;
  font-size: 0.95em;
  font-weight: bold;
  text-align: center;
  line-height: 1.53;
  letter-spacing: 0.03em;
  border: 1px solid #00ABAD;
}
.modePC #suntory_contents.top .wrapper main section.entry .howto h4:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  height: 3px;
  width: 15px;
  display: block;
  margin: auto;
  background: currentColor;
}
.modePC #suntory_contents.top .wrapper main section.entry .howto h4:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  height: 3px;
  width: 15px;
  display: block;
  margin: auto;
  background: currentColor;
}
.modePC #suntory_contents.top .wrapper main section.entry .howto h4:after {
  content: "";
  transform: rotate(90deg);
}
.modePC #suntory_contents.top .wrapper main section.entry .howto h4.open {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.modePC #suntory_contents.top .wrapper main section.entry .howto h4.open:after {
  content: "";
  display: none;
}
.modePC #suntory_contents.top .wrapper main section.entry .howto .body {
  display: none;
  padding: 0 4vw 40px;
  background: #fff;
  border: 1px solid #00ABAD;
  border-radius: 8px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top: none;
}
.modePC #suntory_contents.top .wrapper main section.entry .howto .body hr {
  border: none;
  border-bottom: 1px dotted #cccccc;
}
.modePC #suntory_contents.top .wrapper main section.entry .howto .body .image {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 25px;
  padding-bottom: 25px;
}
.modePC #suntory_contents.top .wrapper main section.entry .howto .body .image:nth-of-type(1) img {
  width: 35vw;
  margin-right: 0;
}
.modePC #suntory_contents.top .wrapper main section.entry .howto .body .image:nth-of-type(2) img {
  width: 20vw;
  margin-left: 7vw;
  margin-right: 6vw;
}
.modePC #suntory_contents.top .wrapper main section.entry .howto .body .image img {
  margin-right: 5.3333333333vw;
}
.modePC #suntory_contents.top .wrapper main section.entry .howto .body .image p {
  flex: 1;
  font-size: 0.8125em;
  line-height: 1.54;
  letter-spacing: 0.01em;
}
.modePC #suntory_contents.top .wrapper main section.entry .howto .body .center {
  padding-top: 25px;
  padding-bottom: 25px;
}
.modePC #suntory_contents.top .wrapper main section.entry .howto .body .center p {
  font-size: 0.8125em;
  text-align: center;
  line-height: 1.54;
  letter-spacing: 0.01em;
}
.modePC #suntory_contents.top .wrapper main section.entry .howto .body a {
  text-decoration: underline;
}
.modePC #suntory_contents.top .wrapper main section.entry .howto .body .noaccount {
  padding-top: 20px;
}
.modePC #suntory_contents.top .wrapper main section.entry .howto .body .noaccount p {
  margin-bottom: 20px;
  font-size: 0.75em;
  text-align: center;
  line-height: 1.67;
  letter-spacing: 0.01em;
}
.modePC #suntory_contents.top .wrapper main section.entry .howto .body .noaccount ul.register {
  margin-bottom: 10px;
}
.modePC #suntory_contents.top .wrapper main section.entry .howto .body .noaccount ul.register li {
  margin-bottom: 15px;
}
.modePC #suntory_contents.top .wrapper main section.entry .howto .body .noaccount ul.register li:last-child {
  margin-bottom: 0;
}
.modePC #suntory_contents.top .wrapper main 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;
}
.modePC #suntory_contents.top .wrapper main 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;
}
.modePC #suntory_contents.top .wrapper main section.entry .howto .body .noaccount ul.note li:last-child {
  margin-bottom: 0;
}
.modePC #suntory_contents.top .wrapper main section.entry .howto .body .noaccount ul.note li > * {
  text-indent: 0;
}
.modePC #suntory_contents.top .wrapper main nav.link {
  padding-bottom: 0;
}
.modePC #suntory_contents.top.end .wrapper main section.end {
  padding-top: 60px;
  padding-bottom: 0;
}
.modePC #suntory_contents.top.end .wrapper main section.end .inner h3 {
  color: #050505;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.06em;
}
.modePC #suntory_contents.top.end .wrapper main section.end .inner p {
  width: auto;
  font-size: 24px;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
.modePC #suntory_contents.top.end .wrapper main section.entry {
  margin-top: -10px;
  padding-top: 0;
  padding-bottom: 0;
  background: none;
}
.modePC #suntory_contents.top.end .wrapper main section.entry .inner {
  padding-top: 0;
  padding-bottom: 30px;
  border-radius: 0;
  box-shadow: none;
}
.modePC #suntory_contents.top.end .wrapper main section.entry .inner .kakunin {
  padding-top: 40px;
  font-size: 0.9375em;
  line-height: 1.8;
  text-align: center;
}
.modePC #suntory_contents.top.end .wrapper main section.entry .inner dl.term {
  width: 600px;
  margin-top: 60px;
  padding: 30px 0;
  background-color: #fff;
  border-radius: 10px;
}
.modePC #suntory_contents.top.end .wrapper main section.entry .inner dl.term dt,
.modePC #suntory_contents.top.end .wrapper main section.entry .inner dl.term dd {
  font-size: 0.9375em;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.modePC #suntory_contents.top.end .wrapper main section.entry .inner dl.term dt {
  margin-bottom: 0.5em;
  padding-top: 1.5em;
  font-size: 0.9735em;
  font-weight: bold;
}
.modePC #suntory_contents.top.end .wrapper main section.entry .inner dl.term dt:nth-of-type(1) {
  font-size: 1.1em;
}
.modePC #suntory_contents.top.end .wrapper main section.entry .inner dl.term dt:first-of-type {
  padding-top: 0;
}
.modePC #suntory_contents.top.end .wrapper main section.entry .inner dl.term dd {
  margin-bottom: 0.75em;
}
.modePC #suntory_contents.top.end .wrapper main section.entry .inner dl.term dd:last-child {
  margin-bottom: 0;
}
.modePC #suntory_contents.top #modal {
  display: none !important;
}
.modePC .pcOnly {
  display: block;
}
.modePC .spOnly {
  display: none;
}

.modeSP #suntory_contents.top header#mv h2 {
  width: 100%;
}
.modeSP #suntory_contents.top .wrapper {
  position: relative;
  background: linear-gradient(180deg, #84D7E5 50%, #005BAF 100%);
}
.modeSP #suntory_contents.top .wrapper .hanabi {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  z-index: 1;
  width: 100%;
  height: 62vw;
  background: url("../img/img_hanabi.webp") no-repeat;
  background-position: top center;
  background-size: 115% auto;
}
.modeSP #suntory_contents.top .wrapper .hanabi img {
  display: none;
}
.modeSP #suntory_contents.top .wrapper main {
  position: relative;
  background: rgba(255, 255, 255, 0.75);
  z-index: 10;
  padding-bottom: 80px;
}
.modeSP #suntory_contents.top .wrapper main section.entry_top {
  padding-top: 30px;
  padding-bottom: 30px;
}
.modeSP #suntory_contents.top .wrapper main section.entry_top .inner a.btn {
  position: relative;
  display: block;
  padding: 0.6em 1em;
  width: 320px;
  max-width: 84vw;
  background: #F60000;
  border-radius: 6px;
  color: #ffffff;
  font-size: 1.3em;
  text-align: center;
  line-height: 1.71;
  letter-spacing: 0.05em;
  text-decoration: none;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
}
.modeSP #suntory_contents.top .wrapper main section.entry_top .inner a.btn::after {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 0.333em;
  height: 0.333em;
  border-width: 0 0 2px 2px;
  border-style: none none solid solid;
  border-color: currentColor;
  transform: rotate(315deg);
}
.modeSP #suntory_contents.top .wrapper main section.entry_top .inner a.btn:hover {
  filter: brightness(110%);
}
.modeSP #suntory_contents.top .wrapper main section.entry_top .inner h4 {
  background: #000;
  color: #fff;
  width: 120px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  margin: 30px auto 10px;
  padding: 0;
}
.modeSP #suntory_contents.top .wrapper main section.comingSoon {
  padding-top: 8vw;
}
.modeSP #suntory_contents.top .wrapper main section.comingSoon .inner {
  width: 92vw;
  padding-top: 15vw;
  padding-bottom: 15vw;
  background-color: #00ABAD;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 6vw;
  color: #fff;
  line-height: 1;
}
.modeSP #suntory_contents.top .wrapper main section.kikan {
  padding-top: 8vw;
}
.modeSP #suntory_contents.top .wrapper main section.kikan .inner {
  width: 100%;
}
.modeSP #suntory_contents.top .wrapper main section.kikan .inner h3 {
  background: url("../img/tit_bg.webp") no-repeat;
  background-size: auto 100%;
  background-position: left top;
  width: 100%;
  height: 16.9vw;
  line-height: 16.9vw;
  vertical-align: middle;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 7.6vw;
  color: #FFF100;
  text-shadow: 2px 2px 2px #02918E;
}
.modeSP #suntory_contents.top .wrapper main section.kikan .inner p {
  padding-top: 5vw;
  font-size: 4.5vw;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
.modeSP #suntory_contents.top .wrapper main section.step .inner {
  width: 100%;
}
.modeSP #suntory_contents.top .wrapper main section.step .inner h3 {
  background: url("../img/tit_bg.webp") no-repeat;
  background-size: auto 100%;
  background-position: left top;
  width: 100%;
  height: 16.9vw;
  line-height: 16.9vw;
  vertical-align: middle;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 7.6vw;
  color: #FFF100;
  text-shadow: 2px 2px 2px #02918E;
}
.modeSP #suntory_contents.top .wrapper main section.step .inner p.leed {
  color: #050505;
  text-align: center;
  width: 17em;
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 30px;
  margin-bottom: 30px;
}
.modeSP #suntory_contents.top .wrapper main section.step .inner ul.step {
  display: block;
  width: 93.85%;
  margin: 30px auto 0;
}
.modeSP #suntory_contents.top .wrapper main section.step .inner ul.step > li {
  width: 100%;
  margin-top: 30px;
  padding: 0 0 30px;
  border-top: 4px solid #00ABAD;
  background-color: #fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.modeSP #suntory_contents.top .wrapper main section.step .inner ul.step > li:nth-last-of-type(2) {
  position: relative;
  margin-top: 48vw;
}
.modeSP #suntory_contents.top .wrapper main section.step .inner ul.step > li h4 {
  width: 140px;
}
.modeSP #suntory_contents.top .wrapper main section.step .inner ul.step > li .content {
  width: 83%;
}
.modeSP #suntory_contents.top .wrapper main section.step .inner ul.step > li .image {
  max-width: 240px;
  padding: 10px 0 20px;
}
.modeSP #suntory_contents.top .wrapper main section.step .inner ul.step > li .txt {
  font-size: 1rem;
  line-height: 1.4;
  text-align: center;
}
.modeSP #suntory_contents.top .wrapper main section.step .inner ul.step > li .note {
  width: 100%;
  font-size: 12px;
  padding-top: 1em;
  text-align: center;
}
.modeSP #suntory_contents.top .wrapper main section.step .inner ul.step > li .sui-up {
  position: absolute;
  top: -44vw;
  left: 0;
  width: 100%;
}
.modeSP #suntory_contents.top .wrapper main section.prize {
  padding-top: 60px;
}
.modeSP #suntory_contents.top .wrapper main section.prize h3 {
  background: url("../img/tit_bg.webp") no-repeat;
  background-size: auto 100%;
  background-position: left top;
  width: 100%;
  height: 16.9vw;
  line-height: 16.9vw;
  vertical-align: middle;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 7.6vw;
  color: #FFF100;
  text-shadow: 2px 2px 2px #02918E;
}
.modeSP #suntory_contents.top .wrapper main section.prize .inner {
  width: 100%;
}
.modeSP #suntory_contents.top .wrapper main section.prize .inner ul.prize {
  display: block;
  width: 93.85%;
  margin: 30px auto 0;
}
.modeSP #suntory_contents.top .wrapper main section.prize .inner ul.prize li {
  width: 100%;
  margin-top: 30px;
  padding: 0 0 30px;
  border-top: 4px solid #00ABAD;
  background-color: #fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.modeSP #suntory_contents.top .wrapper main section.prize .inner ul.prize li h4 {
  width: 120px;
}
.modeSP #suntory_contents.top .wrapper main section.prize .inner ul.prize li .prizeImage {
  width: 240px;
  margin: 20px auto;
}
.modeSP #suntory_contents.top .wrapper main section.prize .inner ul.prize li .prizeName {
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
}
.modeSP #suntory_contents.top .wrapper main section.prize .inner ul.prize li .prizeSize {
  text-align: center;
  font-size: 12px;
  line-height: 1.4;
  padding-top: 10px;
}
.modeSP #suntory_contents.top .wrapper main section.prize .inner ul.prize li .prizeWinner {
  padding-top: 0.5em;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}
.modeSP #suntory_contents.top .wrapper main section.wchance {
  padding-top: 20px;
}
.modeSP #suntory_contents.top .wrapper main section.wchance .inner {
  width: 93.85%;
}
.modeSP #suntory_contents.top .wrapper main section.wchance .inner .wchanceBox {
  width: 100%;
  padding: 0 0 30px;
  border-top: 4px solid #00ABAD;
  background-color: #fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.modeSP #suntory_contents.top .wrapper main section.wchance .inner .wchanceBox h4 {
  width: 83%;
  max-width: 315px;
}
.modeSP #suntory_contents.top .wrapper main section.wchance .inner .wchanceBox .flexBox {
  display: flex;
  flex-wrap: wrap;
  margin: 20px auto 0;
  width: 88vw;
  gap: 2vw;
  align-items: center;
}
.modeSP #suntory_contents.top .wrapper main section.wchance .inner .wchanceBox .flexBox .wchanceImage {
  width: 20vw;
  max-width: 80px;
}
.modeSP #suntory_contents.top .wrapper main section.wchance .inner .wchanceBox .flexBox .wchanceText {
  width: 61vw;
  font-size: 15px;
  line-height: 1.4;
}
.modeSP #suntory_contents.top .wrapper main section.wchance .inner .wchanceBox .flexBox .wchanceText span.txtRed {
  font-size: 20px;
  font-weight: bold;
  color: #F60000;
}
.modeSP #suntory_contents.top .wrapper main section.wchance .inner .wchanceBox ul.note {
  margin-top: 20px;
  width: 86vw;
}
.modeSP #suntory_contents.top .wrapper main section.wchance .inner .wchanceBox ul.note li {
  font-size: 12px;
  line-height: 1.4;
  color: #F60000;
}
.modeSP #suntory_contents.top .wrapper main section.wchance .inner p.lead {
  padding-top: 30px;
  font-size: 16px;
  font-weight: bold;
  color: #F60000;
  text-align: center;
  line-height: 1.4;
}
.modeSP #suntory_contents.top .wrapper main section.wchance > .note {
  display: flex;
  justify-content: center;
  font-size: 12px;
  padding-top: 30px;
}
.modeSP #suntory_contents.top .wrapper main section.contact .inner {
  width: 93.85%;
  margin-top: 40px;
  padding: 20px;
  background-color: #fff;
}
.modeSP #suntory_contents.top .wrapper main section.contact .inner p {
  text-align: center;
  line-height: 1.4;
}
.modeSP #suntory_contents.top .wrapper main section.contact .inner p.tit {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 0.5em;
}
.modeSP #suntory_contents.top .wrapper main section.contact .inner p.name {
  font-size: 16px;
  padding-bottom: 0.5em;
}
.modeSP #suntory_contents.top .wrapper main section.contact .inner p.num {
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 0.5em;
}
.modeSP #suntory_contents.top .wrapper main section.contact .inner p.txt {
  font-size: 14px;
  font-weight: normal;
}
.modeSP #suntory_contents.top .wrapper main section.entry {
  margin-top: 60px;
}
.modeSP #suntory_contents.top .wrapper main section.entry h3 {
  background: url("../img/tit_bg.webp") no-repeat;
  background-size: auto 100%;
  background-position: left top;
  width: 100%;
  height: 16.9vw;
  line-height: 16.9vw;
  vertical-align: middle;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 7.6vw;
  color: #FFF100;
  text-shadow: 2px 2px 2px #02918E;
}
.modeSP #suntory_contents.top .wrapper main section.entry .inner > * {
  width: 93.85%;
}
.modeSP #suntory_contents.top .wrapper main section.entry .inner p.agreeCheckNote {
  margin-bottom: 20px;
  font-size: 0.875em;
  line-height: 1.7;
}
.modeSP #suntory_contents.top .wrapper main section.entry .inner ul li a.btn {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  padding: 1.25em 1em;
  width: 81.3333333333vw;
  background: #e6e6e6;
  border-radius: 6px;
  text-decoration: none;
}
.modeSP #suntory_contents.top .wrapper main 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 main 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 main section.entry .inner 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 main section.entry .inner a.btn.ln {
  pointer-events: none;
  background: #ccc;
}
.modeSP #suntory_contents.top .wrapper main section.entry .inner li.agreeOk a.btn.ln {
  pointer-events: auto;
  background: #01b901;
}
.modeSP #suntory_contents.top .wrapper main section.entry .inner ul.agreeCheckBox {
  padding-bottom: 20px;
}
.modeSP #suntory_contents.top .wrapper main section.entry .inner ul.agreeCheckBox li {
  padding: 15px;
  width: 100%;
  border: 1px solid #00ABAD;
  border-radius: 4px;
  background: #fff;
  font-size: 0.875em;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
}
.modeSP #suntory_contents.top .wrapper main section.entry .inner ul.agreeCheckBox li label {
  cursor: pointer;
}
.modeSP #suntory_contents.top .wrapper main section.entry .inner ul.agreeCheckBox li #agreeCheck {
  vertical-align: middle;
  margin-right: 5px;
  color: #00ABAD;
}
.modeSP #suntory_contents.top .wrapper main section.entry .inner p.lead {
  margin-bottom: 10px;
  font-size: 0.9375em;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.modeSP #suntory_contents.top .wrapper main section.entry .inner .outline {
  margin-bottom: 20px;
  padding: 15px 1em;
  background: #eaeaea;
  border-radius: 6px;
  text-align: center;
}
.modeSP #suntory_contents.top .wrapper main section.entry .inner .outline a {
  position: relative;
  display: inline-block;
  padding-right: 1em;
  font-size: 1em;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.modeSP #suntory_contents.top .wrapper main section.entry .inner .outline a::before, .modeSP #suntory_contents.top .wrapper main section.entry .inner .outline a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  width: 0.5625em;
  height: 0.5625em;
  border: 1px solid currentColor;
  box-sizing: border-box;
}
.modeSP #suntory_contents.top .wrapper main section.entry .inner .outline a::before {
  border-top-color: transparent;
  border-right-color: transparent;
  transform: translateX(-2px);
}
.modeSP #suntory_contents.top .wrapper main section.entry .inner .outline a::after {
  transform: translateY(-2px);
}
.modeSP #suntory_contents.top .wrapper main section.entry .inner ul.login_list {
  padding-top: 30px;
}
.modeSP #suntory_contents.top .wrapper main section.entry .inner ul.login_list > li {
  margin-bottom: 5.3333333333vw;
  /* a.btn {
    display: block;
    margin-bottom: 15px;
    border-radius: 50vw;
    filter: drop-shadow($box-shadow);
  } */
}
.modeSP #suntory_contents.top .wrapper main section.entry .inner ul.login_list > li:last-child {
  margin-bottom: 0;
}
.modeSP #suntory_contents.top .wrapper main section.entry .inner ul.login_list > li ul.note li {
  margin-bottom: 0.5em;
  font-size: 0.8125em;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.modeSP #suntory_contents.top .wrapper main section.entry .inner ul.login_list > li p.noaccount {
  font-size: 0.8125em;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.modeSP #suntory_contents.top .wrapper main section.entry .howto {
  width: 93.85%;
}
.modeSP #suntory_contents.top .wrapper main section.entry .howto h4 {
  position: relative;
  padding: 8px 35px;
  background: #fff;
  border-radius: 4px;
  color: #00ABAD;
  font-size: 0.95em;
  font-weight: bold;
  text-align: center;
  line-height: 1.53;
  letter-spacing: 0.03em;
  border: 1px solid #00ABAD;
}
.modeSP #suntory_contents.top .wrapper main section.entry .howto h4:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  height: 3px;
  width: 15px;
  display: block;
  margin: auto;
  background: currentColor;
}
.modeSP #suntory_contents.top .wrapper main section.entry .howto h4:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  height: 3px;
  width: 15px;
  display: block;
  margin: auto;
  background: currentColor;
}
.modeSP #suntory_contents.top .wrapper main section.entry .howto h4:after {
  content: "";
  transform: rotate(90deg);
}
.modeSP #suntory_contents.top .wrapper main section.entry .howto h4.open {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.modeSP #suntory_contents.top .wrapper main section.entry .howto h4.open:after {
  content: "";
  display: none;
}
.modeSP #suntory_contents.top .wrapper main section.entry .howto .body {
  display: none;
  padding: 0 4vw 40px;
  background: #fff;
  border: 1px solid #00ABAD;
  border-radius: 8px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top: none;
}
.modeSP #suntory_contents.top .wrapper main section.entry .howto .body hr {
  border: none;
  border-bottom: 1px dotted #cccccc;
}
.modeSP #suntory_contents.top .wrapper main section.entry .howto .body .image {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 25px;
  padding-bottom: 25px;
}
.modeSP #suntory_contents.top .wrapper main section.entry .howto .body .image:nth-of-type(1) img {
  width: 35vw;
  margin-right: 0;
}
.modeSP #suntory_contents.top .wrapper main section.entry .howto .body .image:nth-of-type(2) img {
  width: 20vw;
  margin-left: 7vw;
  margin-right: 6vw;
}
.modeSP #suntory_contents.top .wrapper main section.entry .howto .body .image img {
  margin-right: 5.3333333333vw;
}
.modeSP #suntory_contents.top .wrapper main section.entry .howto .body .image p {
  flex: 1;
  font-size: 0.8125em;
  line-height: 1.54;
  letter-spacing: 0.01em;
}
.modeSP #suntory_contents.top .wrapper main section.entry .howto .body .center {
  padding-top: 25px;
  padding-bottom: 25px;
}
.modeSP #suntory_contents.top .wrapper main section.entry .howto .body .center p {
  font-size: 0.8125em;
  text-align: center;
  line-height: 1.54;
  letter-spacing: 0.01em;
}
.modeSP #suntory_contents.top .wrapper main section.entry .howto .body a {
  text-decoration: underline;
}
.modeSP #suntory_contents.top .wrapper main section.entry .howto .body .noaccount {
  padding-top: 20px;
}
.modeSP #suntory_contents.top .wrapper main section.entry .howto .body .noaccount p {
  margin-bottom: 20px;
  font-size: 0.75em;
  text-align: center;
  line-height: 1.67;
  letter-spacing: 0.01em;
}
.modeSP #suntory_contents.top .wrapper main section.entry .howto .body .noaccount ul.register {
  margin-bottom: 10px;
}
.modeSP #suntory_contents.top .wrapper main section.entry .howto .body .noaccount ul.register li {
  margin-bottom: 15px;
}
.modeSP #suntory_contents.top .wrapper main section.entry .howto .body .noaccount ul.register li:last-child {
  margin-bottom: 0;
}
.modeSP #suntory_contents.top .wrapper main section.entry .howto .body .noaccount ul.register li a {
  display: block;
  padding: 0.5em 0.5em;
  background: #f6f6f7;
  border: 1px solid #acb2b7;
  border-radius: 6px;
  color: currentColor;
  font-size: 0.75em;
  text-align: center;
  line-height: 1.67;
  letter-spacing: 0.01em;
  text-decoration: none;
}
.modeSP #suntory_contents.top .wrapper main section.entry .howto .body .noaccount ul.note li {
  padding-left: 0;
  text-indent: 0;
  margin-bottom: 0.385em;
  font-size: 0.8125em;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
.modeSP #suntory_contents.top .wrapper main section.entry .howto .body .noaccount ul.note li:last-child {
  margin-bottom: 0;
}
.modeSP #suntory_contents.top .wrapper main section.entry .howto .body .noaccount ul.note li > * {
  text-indent: 0;
}
.modeSP #suntory_contents.top .wrapper main nav.link {
  padding-top: 60px;
}
.modeSP #suntory_contents.top.end .wrapper main section.end {
  padding-top: 30px;
}
.modeSP #suntory_contents.top.end .wrapper main section.end .inner h3 {
  color: #050505;
  font-size: 5.5vw;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.06em;
}
.modeSP #suntory_contents.top.end .wrapper main section.end .inner p {
  padding-top: 20px;
  font-size: 3.5vw;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
.modeSP #suntory_contents.top.end .wrapper main section.entry {
  margin-top: -10px;
  padding-top: 0;
  padding-bottom: 0;
  background: none;
}
.modeSP #suntory_contents.top.end .wrapper main section.entry .inner {
  padding-top: 0;
  padding-bottom: 30px;
  border-radius: 0;
  box-shadow: none;
}
.modeSP #suntory_contents.top.end .wrapper main section.entry .inner .kakunin {
  padding-top: 40px;
  font-size: 0.9375em;
  line-height: 1.4;
  text-align: center;
}
.modeSP #suntory_contents.top.end .wrapper main section.entry .inner dl.term {
  width: 93.85%;
  margin-top: 60px;
  padding: 30px 0;
  background-color: #fff;
  border-radius: 10px;
}
.modeSP #suntory_contents.top.end .wrapper main section.entry .inner dl.term dt,
.modeSP #suntory_contents.top.end .wrapper main section.entry .inner dl.term dd {
  font-size: 3.5vw;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.modeSP #suntory_contents.top.end .wrapper main section.entry .inner dl.term dt {
  margin-bottom: 0.5em;
  padding-top: 1.5em;
  font-size: 3.8vw;
  font-weight: bold;
  color: #00ABAD;
}
.modeSP #suntory_contents.top.end .wrapper main section.entry .inner dl.term dt:nth-of-type(1) {
  width: 80%;
  padding-bottom: 0.5em;
  font-size: 3.8vw;
  border-bottom: 1px solid #00ABAD;
}
.modeSP #suntory_contents.top.end .wrapper main section.entry .inner dl.term dt:first-of-type {
  padding-top: 0;
}
.modeSP #suntory_contents.top.end .wrapper main section.entry .inner dl.term dd {
  margin-bottom: 0.75em;
}
.modeSP #suntory_contents.top.end .wrapper main section.entry .inner dl.term dd:last-child {
  margin-bottom: 0;
}
.modeSP #suntory_contents.top.end .wrapper main section.entry .inner dl.term .note {
  width: 100%;
  padding-top: 1em;
}
.modeSP #suntory_contents.top.end .wrapper main section.entry .inner dl.term .note li {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
.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: 25px 25px 40px;
  width: 94.6666666667vw;
  max-height: 90vh;
  background: #ffffff;
  border-radius: 10px;
  text-align: center;
  overflow-y: scroll;
  filter: drop-shadow(6px 6px 0px rgba(0, 0, 0, 0.2));
}
.modeSP #suntory_contents.top #modal .modal .inner h3 {
  margin-bottom: 20px;
  color: #FFF100;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.06em;
}
.modeSP #suntory_contents.top #modal .modal .inner hr {
  margin-bottom: 20px;
  border: none;
  border-bottom: 1px solid #fff;
}
.modeSP #suntory_contents.top #modal .modal .inner p.lead {
  margin-bottom: 15px;
  color: #fff;
  font-size: 1em;
  text-align: left;
  line-height: 1.75;
  letter-spacing: 0.03em;
}
.modeSP #suntory_contents.top #modal .modal .inner p.lead a {
  color: #F60000;
}
.modeSP #suntory_contents.top #modal .modal .inner a.btn {
  display: block;
  margin-bottom: 25px;
  width: 81.3333333333vw;
  border-radius: 50vw;
  filter: drop-shadow(6px 6px 0px rgba(0, 0, 0, 0.2));
}
.modeSP #suntory_contents.top #modal .modal .inner label {
  display: inline-block;
  padding: 0.75em 2em;
  background: #e6e6e6;
  border-radius: 50vw;
  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 currentColor;
  background: #ffffff;
}
.modeSP #suntory_contents.top #modal .shade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  z-index: 0;
}
.modeSP .pcOnly {
  display: none;
}
.modeSP .spOnly {
  display: block;
}

.modeSP #suntory_contents.mypage header#mv h2 {
  width: 100%;
}
.modeSP #suntory_contents.mypage .wrapper main section.prizesel {
  padding-top: 40px;
  /* padding-bottom: 40px;
  background: $bg-decor; */
  color: #ffffff;
}
.modeSP #suntory_contents.mypage .wrapper main section.prizesel h3 {
  background: url("../img/tit_bg.webp") no-repeat;
  background-size: auto 100%;
  background-position: left top;
  width: 100%;
  height: 16.9vw;
  line-height: 16.9vw;
  vertical-align: middle;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 7.6vw;
  color: #FFF100;
  text-shadow: 2px 2px 2px #02918E;
}
.modeSP #suntory_contents.mypage .wrapper main section.prizesel .inner {
  width: 92vw;
}
.modeSP #suntory_contents.mypage .wrapper main section.prizesel .inner ul.prize {
  display: block;
  width: 93.85%;
  margin: 30px auto 0;
}
.modeSP #suntory_contents.mypage .wrapper main section.prizesel .inner ul.prize li {
  width: 100%;
  margin-top: 30px;
  padding: 0 0 30px;
  border-top: 4px solid #00ABAD;
  background-color: #fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  color: #050505;
}
.modeSP #suntory_contents.mypage .wrapper main section.prizesel .inner ul.prize li h4 {
  width: 120px;
}
.modeSP #suntory_contents.mypage .wrapper main section.prizesel .inner ul.prize li .prizeImage {
  width: 240px;
  margin: 20px auto;
}
.modeSP #suntory_contents.mypage .wrapper main section.prizesel .inner ul.prize li .prizeName {
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
}
.modeSP #suntory_contents.mypage .wrapper main section.prizesel .inner ul.prize li .prizeSize {
  text-align: center;
  font-size: 12px;
  line-height: 1.4;
  padding-top: 10px;
}
.modeSP #suntory_contents.mypage .wrapper main section.prizesel .inner ul.prize li .prizeWinner {
  padding-top: 0.5em;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}
.modeSP #suntory_contents.mypage .wrapper main section.prizesel button.fade {
  position: relative;
  display: block;
  margin-top: 1em;
  padding: 10px 12px;
  width: 78vw;
  max-width: 84vw;
  background: #00ABAD;
  border-radius: 6px;
  color: #ffffff;
  text-align: center;
  line-height: 1.71;
  letter-spacing: 0.05em;
  text-decoration: none;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 4px;
  font-family: "Zen Old Mincho", serif;
  font-size: 3.8vw;
  font-weight: 700;
  line-height: 1.4;
  padding-right: 2em;
}
.modeSP #suntory_contents.mypage .wrapper main section.prizesel button.fade::before, .modeSP #suntory_contents.mypage .wrapper main section.prizesel button.fade::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  vertical-align: middle;
}
.modeSP #suntory_contents.mypage .wrapper main section.prizesel button.fade::before {
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  border-radius: 50%;
}
.modeSP #suntory_contents.mypage .wrapper main section.prizesel button.fade::after {
  right: 18px;
  width: 6px;
  height: 6px;
  border-width: 0 0 1px 1px;
}
.modeSP #suntory_contents.mypage .wrapper main section.prizesel button.fade span {
  background: linear-gradient(to bottom, #ffffff, #fff100);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.modeSP #suntory_contents.mypage .wrapper main section.prizesel button.fade span.smallTxt {
  font-size: 0.7em;
}
.modeSP #suntory_contents.mypage .wrapper main section.prizesel button.fade + button.fade {
  margin-top: 1.5em;
}
.modeSP #suntory_contents.mypage .wrapper main section.prizesel button.disabled {
  position: relative;
  display: block;
  margin-top: 1em;
  padding: 1em;
  width: 78vw;
  max-width: 84vw;
  background: #d5d5d5;
  border-radius: 6px;
  color: #ffffff;
  text-align: center;
  line-height: 1.71;
  letter-spacing: 0.05em;
  text-decoration: none;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 4px;
  font-family: "Zen Old Mincho", serif;
  font-size: 3.9vw;
  font-weight: 700;
}
.modeSP #suntory_contents.mypage .wrapper main section.prizesel button.disabled::after {
  display: none;
}
.modeSP #suntory_contents.mypage .wrapper main section.prizesel button.disabled + button.disabled {
  margin-top: 1.5em;
}
.modeSP #suntory_contents.mypage .wrapper main section.prizesel ul.prize_list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  width: 84.5333333333vw;
}
.modeSP #suntory_contents.mypage .wrapper main section.prizesel ul.prize_list li {
  position: relative;
  width: 100%;
}
.modeSP #suntory_contents.mypage .wrapper main section.prizesel ul.prize_list li input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  overflow: hidden;
  padding: 0;
  clip: rect(0, 0, 0, 0);
}
.modeSP #suntory_contents.mypage .wrapper main section.prizesel ul.prize_list li .inner {
  position: relative;
  background: #ffffff;
  border-radius: 2.6666666667vw;
  filter: drop-shadow(6px 6px 0px rgba(0, 0, 0, 0.2));
}
.modeSP #suntory_contents.mypage .wrapper main section.prizesel ul.prize_list li .inner label {
  position: absolute;
  bottom: 5.3333333333vw;
  left: 0;
  right: 0;
  display: block;
  width: 74.9333333333vw;
  border-radius: 8vw;
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;
}
.modeSP #suntory_contents.mypage .wrapper main section.prizesel ul.prize_list li .inner button.fade {
  padding: 15px 20px 12px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  text-decoration: none;
  display: block;
  width: 90%;
  max-width: 300px;
  color: #fff100 !important;
  background: linear-gradient(180deg, #81cbd5 20%, #15909a 80%) !important;
  border: solid 3px #fff;
}
.modeSP #suntory_contents.mypage .wrapper main section.prizesel ul.prize_list li .inner button.disabled {
  padding: 15px 20px 12px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  text-decoration: none;
  display: block;
  width: 90%;
  max-width: 300px;
  color: #fff !important;
  background: #d5d5d5 !important;
  border: solid 3px #fff;
}
.modeSP #suntory_contents.mypage .wrapper main section.prizesel ul.prize_list li input:checked + .inner {
  background: #fff;
}
.modeSP #suntory_contents.mypage .wrapper main section.prizesel ul.prize_list li input:checked + .inner label img {
  opacity: 0;
}
.modeSP #suntory_contents.mypage .wrapper main section.prizesel ul.note {
  margin-top: 15px;
  width: 84vw;
}
.modeSP #suntory_contents.mypage .wrapper main section.prizesel ul.note li {
  padding-left: 0;
  text-indent: 0;
  font-size: 0.8125em;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.modeSP #suntory_contents.mypage .wrapper main section.lot {
  padding-bottom: 40px;
}
.modeSP #suntory_contents.mypage .wrapper main section.lot .error_wrapper {
  width: 84vw;
}
.modeSP #suntory_contents.mypage .wrapper main section.lot .error_wrapper p.error {
  margin-bottom: 20px;
  padding: 0.25em 0.5em;
  background: #ffffff;
  border: 2px solid currentColor;
  color: #F60000;
  font-size: 0.9375em;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.modeSP #suntory_contents.mypage .wrapper main section.lot .error_wrapper p.error:not(:last-child), .modeSP #suntory_contents.mypage .wrapper main section.lot .error_wrapper p.error:empty {
  display: none;
}
.modeSP #suntory_contents.mypage .wrapper main section.lot button {
  display: block;
  width: 81.3333333333vw;
  border-radius: 50vw;
  filter: drop-shadow(6px 6px 0px rgba(0, 0, 0, 0.2));
}
.modeSP #suntory_contents.mypage .wrapper main section.history {
  padding-top: 25px;
  padding-bottom: 35px;
  background: #1c3d72;
  color: #ffffff;
}
.modeSP #suntory_contents.mypage .wrapper main section.history .radius_block {
  width: 84.5333333333vw;
  background-color: #fff;
  border-radius: 15px 10px 12px;
  margin: 0 auto;
  padding: 20px 10px;
  text-align: center;
}
.modeSP #suntory_contents.mypage .wrapper main section.history p {
  margin-bottom: 15px;
  width: 84vw;
  font-size: 0.9375em;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #050505;
}
.modeSP #suntory_contents.mypage .wrapper main section.history button {
  padding: 15px 20px 12px;
  margin-block: 20px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  text-decoration: none;
  display: block;
  width: 81.3333333333vw;
  max-width: 300px;
  color: #fff100 !important;
  filter: drop-shadow(6px 6px 0px rgba(0, 0, 0, 0.2));
  background: linear-gradient(180deg, #81cbd5 20%, #15909a 80%) !important;
  outline: solid 3px #333;
  border: solid 3px #fff;
  margin-block: 20px;
  border-radius: 0;
  line-height: 1.3;
}
.modeSP #suntory_contents.mypage .wrapper main section.redisp {
  padding-top: 30px;
  padding-bottom: 50px;
}
.modeSP #suntory_contents.mypage .wrapper main section.redisp .inner {
  /* margin-bottom: 30px; */
  padding: 35px 20px;
  width: 92vw;
  background: #ffffff;
  border-radius: 10px;
}
.modeSP #suntory_contents.mypage .wrapper main section.redisp .inner h4 {
  color: #00ABAD;
  font-size: 1.125em;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.06em;
}
.modeSP #suntory_contents.mypage .wrapper main section.redisp .inner hr {
  margin-top: 15px;
  margin-bottom: 15px;
  border: none;
  border-bottom: 1px solid #fff;
}
.modeSP #suntory_contents.mypage .wrapper main section.redisp .inner p {
  font-size: 0.9375em;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.modeSP #suntory_contents.mypage .wrapper main section.redisp .inner p.prize {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 30px;
}
.modeSP #suntory_contents.mypage .wrapper main section.redisp .inner button {
  position: relative;
  display: block;
  margin-top: 1em;
  margin-bottom: 30px;
  padding: 1em 2.5em;
  width: 275px;
  max-width: 84vw;
  background: #00ABAD;
  border-radius: 6px;
  color: #ffffff;
  font-size: 0.875em;
  text-align: center;
  line-height: 1.71;
  letter-spacing: 0.05em;
  text-decoration: none;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
}
.modeSP #suntory_contents.mypage .wrapper main section.redisp .inner button::after {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 0.333em;
  height: 0.333em;
  border-width: 0 0 2px 2px;
  border-style: none none solid solid;
  border-color: currentColor;
  transform: rotate(225deg);
}
.modeSP #suntory_contents.mypage .wrapper main section.redisp dl.term {
  padding: 25px 25px;
  width: 84vw;
  border: 1px solid #00ABAD;
  /* color: $c-text-inv; */
}
.modeSP #suntory_contents.mypage .wrapper main section.redisp dl.term dt, .modeSP #suntory_contents.mypage .wrapper main section.redisp dl.term dd {
  font-size: 0.9375em;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.modeSP #suntory_contents.mypage .wrapper main section.redisp dl.term dt {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #00ABAD;
  color: #00ABAD;
}
.modeSP #suntory_contents.mypage .wrapper main section.redisp:last-of-type {
  padding-bottom: 0;
}
.modeSP #suntory_contents.mypage .wrapper main section.point {
  width: 88vw;
}
.modeSP #suntory_contents.mypage .wrapper main section.point .inner h3 {
  color: #ffffff;
  font-size: 1.8em;
  font-weight: normal;
  margin: 40px 0 0;
}
.modeSP #suntory_contents.mypage .wrapper main section.point .inner .now_point {
  color: #050505;
  font-size: 2em;
  font-weight: bold;
}
.modeSP #suntory_contents.mypage .wrapper main section.point .inner .radius_block {
  background-color: #fff;
  margin: 0 auto;
  padding: 20px 10px;
  text-align: center;
}
.modeSP #suntory_contents.mypage .wrapper main section.point .inner ul.note li {
  font-size: 12px;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 0.5em;
}
.modeSP #suntory_contents.mypage .wrapper main section.point .inner ul.note li:last-of-type {
  margin-bottom: 0;
}
.modeSP #suntory_contents.mypage .wrapper main section.input_container {
  width: 88vw;
  color: #333;
}
.modeSP #suntory_contents.mypage .wrapper main section.input_container .inner h3 {
  margin-top: 0;
  color: #ffffff;
  font-size: 1.8em;
  font-weight: normal;
}
.modeSP #suntory_contents.mypage .wrapper main section.input_container .inner .radius_block {
  background-color: #fff;
  margin: 0 auto;
  padding: 20px 10px;
  text-align: center;
}
.modeSP #suntory_contents.mypage .wrapper main section.input_container .inner .radius_block p.lead {
  font-size: 1em;
}
.modeSP #suntory_contents.mypage .wrapper main section.input_container .inner .radius_block ul.note li {
  font-size: 14px;
}
.modeSP #suntory_contents.mypage .wrapper main section.input_container .inner button {
  position: relative;
  display: block;
  margin-top: 1em;
  margin-bottom: 0.5em;
  padding: 0.8em 1.5em 0.8em 0.5em;
  width: 83%;
  background: #00ABAD;
  border-radius: 6px;
  color: #ffffff;
  text-align: center;
  line-height: 1.71;
  letter-spacing: 0.05em;
  text-decoration: none;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  font-size: 4.8vw;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
}
.modeSP #suntory_contents.mypage .wrapper main section.input_container .inner button::before, .modeSP #suntory_contents.mypage .wrapper main section.input_container .inner button::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  vertical-align: middle;
}
.modeSP #suntory_contents.mypage .wrapper main section.input_container .inner button::before {
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  border-radius: 50%;
}
.modeSP #suntory_contents.mypage .wrapper main section.input_container .inner button::after {
  right: 18px;
  width: 6px;
  height: 6px;
  border-width: 0 0 1px 1px;
}
.modeSP #suntory_contents.mypage .wrapper main section.input_container .inner button span {
  background: linear-gradient(to bottom, #ffffff, #fff100);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.modeSP #suntory_contents.mypage .wrapper main section.input_container .inner .camera {
  position: relative;
  padding: 15px 15px 12px 70px;
  margin-block: 20px;
  text-align: left;
  font-size: 22px;
  font-weight: bold;
  text-decoration: none;
  display: block;
  width: 81.3333333333vw;
  max-width: 300px;
  color: #fff100 !important;
  filter: drop-shadow(6px 6px 0px rgba(0, 0, 0, 0.2));
  background: linear-gradient(180deg, #81cbd5 20%, #15909a 80%) !important;
  outline: solid 3px #333;
  border: solid 3px #fff;
  line-height: 1.3;
  margin: 25px auto !important;
}
.modeSP #suntory_contents.mypage .wrapper main section.input_container .inner .camera::before {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: 10px;
  width: 50px;
  height: 35px;
  background-image: url(/apc/sscp/L2506SUI1/img/icon-camera.svg);
  background-repeat: no-repeat;
  background-position: left center;
}
.modeSP #suntory_contents.mypage .wrapper main section.input_container .inner p.error_msg {
  background: #fff;
  text-align: center;
  margin-block: 20px;
  padding: 30px 10px;
  color: #ff1111;
  border: solid 3px #ff1111;
}
.modeSP #suntory_contents.mypage .wrapper main section.history {
  background: none !important;
}
.modeSP #suntory_contents.mypage .wrapper main section.history button {
  padding: 15px 20px 12px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  text-decoration: none;
  display: block;
  width: 90%;
  max-width: 300px;
  color: #fff100 !important;
  background: linear-gradient(180deg, #81cbd5 20%, #15909a 80%) !important;
  border: solid 3px #fff;
}
.modeSP #suntory_contents.mypage .wrapper main section.end {
  padding-top: 30px;
}
.modeSP #suntory_contents.mypage .wrapper main section.end .inner {
  padding: 35px 20px;
  width: 92vw;
  background: #ffffff;
  border-radius: 10px;
}
.modeSP #suntory_contents.mypage .wrapper main section.end .inner h3 {
  color: #050505;
  font-size: 1.125em;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.06em;
}
.modeSP #suntory_contents.mypage .wrapper main section.end .inner hr {
  margin-top: 15px;
  margin-bottom: 15px;
  border: none;
  border-bottom: 1px solid #fff;
}
.modeSP #suntory_contents.mypage .wrapper main section.end .inner p {
  margin-bottom: 20px;
  font-size: 0.9375em;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.modeSP #suntory_contents.mypage .wrapper main section.end .inner button {
  display: block;
  width: 81.3333333333vw;
  max-width: 100%;
  border-radius: 50vw;
  filter: drop-shadow(6px 6px 0px rgba(0, 0, 0, 0.2));
}
.modeSP #suntory_contents.mypage .wrapper main section.contact .inner {
  width: 93.85%;
  margin-top: 40px;
  padding: 20px;
  background-color: #fff;
}
.modeSP #suntory_contents.mypage .wrapper main section.contact .inner p {
  text-align: center;
  line-height: 1.4;
}
.modeSP #suntory_contents.mypage .wrapper main section.contact .inner p.tit {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 0.5em;
}
.modeSP #suntory_contents.mypage .wrapper main section.contact .inner p.name {
  font-size: 16px;
  padding-bottom: 0.5em;
}
.modeSP #suntory_contents.mypage .wrapper main section.contact .inner p.num {
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 0.5em;
}
.modeSP #suntory_contents.mypage .wrapper main section.contact .inner p.txt {
  font-size: 14px;
  font-weight: normal;
}

.modeSP #suntory_contents.prizesel .wrapper main section.prizesel h3 {
  margin-bottom: 20px;
}
.modeSP #suntory_contents.prizesel .wrapper main section.prizesel .inner {
  padding: 25px 20px 30px;
  width: 92vw;
  background: #ffffff;
  border-radius: 10px;
}
.modeSP #suntory_contents.prizesel .wrapper main section.prizesel .inner h4 {
  color: #00ABAD;
  font-size: 1.125em;
  font-weight: bold;
  text-align: center;
  line-height: 1.28;
  letter-spacing: 0.06em;
}
.modeSP #suntory_contents.prizesel .wrapper main section.prizesel .inner hr {
  margin-top: 20px;
  margin-bottom: 15px;
  border: none;
  border-bottom: 1px solid #fff;
}
.modeSP #suntory_contents.prizesel .wrapper main section.prizesel .inner ul.note {
  margin-bottom: 20px;
}
.modeSP #suntory_contents.prizesel .wrapper main section.prizesel .inner ul.note li {
  margin-bottom: 0;
  color: #F60000;
  font-size: 0.8125em;
  line-height: 1.62;
  letter-spacing: 0.06em;
}
.modeSP #suntory_contents.prizesel .wrapper main section.prizesel .inner ul.prize_list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 84vw;
}
.modeSP #suntory_contents.prizesel .wrapper main section.prizesel .inner ul.prize_list li {
  margin: 0;
  padding: 19px 19px;
  width: 100%;
  border: 1px solid #cccccc;
}
.modeSP #suntory_contents.prizesel .wrapper main section.prizesel .inner ul.prize_list li:not(:last-child) {
  border-bottom: none;
}
.modeSP #suntory_contents.prizesel .wrapper main section.prizesel .inner ul.prize_list li input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  overflow: hidden;
  padding: 0;
  clip: rect(0, 0, 0, 0);
}
.modeSP #suntory_contents.prizesel .wrapper main section.prizesel .inner ul.prize_list 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;
}
.modeSP #suntory_contents.prizesel .wrapper main section.prizesel .inner ul.prize_list li label.disabled {
  color: #cccccc;
  cursor: default;
  pointer-events: none;
}
.modeSP #suntory_contents.prizesel .wrapper main section.prizesel .inner ul.prize_list li input[type=checkbox] + label i,
.modeSP #suntory_contents.prizesel .wrapper main section.prizesel .inner ul.prize_list li input[type=radio] + label i {
  position: absolute;
  left: 12px;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 18px;
  height: 18px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background: #ffffff;
}
.modeSP #suntory_contents.prizesel .wrapper main section.prizesel .inner ul.prize_list li input[type=checkbox] + label i::before,
.modeSP #suntory_contents.prizesel .wrapper main section.prizesel .inner ul.prize_list li input[type=radio] + label i::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  margin: auto;
  width: 4px;
  height: 8px;
  border-width: 0 2px 2px 0;
  border-style: none solid solid none;
  border-color: #ffffff;
  transform: translateY(-20%) rotate(45deg);
}
.modeSP #suntory_contents.prizesel .wrapper main section.prizesel .inner ul.prize_list li input[type=radio] + label i {
  border-radius: 50%;
}
.modeSP #suntory_contents.prizesel .wrapper main section.prizesel .inner ul.prize_list li input[type=radio] + label i::before {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border: none;
  border-radius: 50%;
  background: #ffffff;
  transform: none;
}
.modeSP #suntory_contents.prizesel .wrapper main section.prizesel .inner ul.prize_list li input:checked + label {
  border-color: #00ABAD;
}
.modeSP #suntory_contents.prizesel .wrapper main section.prizesel .inner ul.prize_list li input:checked + label i {
  border-color: #00ABAD;
  background: #00ABAD;
}
.modeSP #suntory_contents.prizesel .wrapper main section.prizesel .inner ul.prize_list li input:checked + label i::before {
  display: block;
}
.modeSP #suntory_contents.prizesel .wrapper main section.prizesel .inner ul.prize_list li input:focus + label i {
  border-color: #00ABAD;
}
.modeSP #suntory_contents.prizesel .wrapper main section.prizesel .inner ul.prize_list li img {
  display: block;
  margin-top: 10px;
  width: 100%;
}
.modeSP #suntory_contents.prizesel .wrapper main section.prizesel .inner ul.prize_list li p.note {
  margin-top: 10px;
  font-size: 0.75em;
  text-align: center;
  line-height: 1.25;
  letter-spacing: 0.03em;
}
.modeSP #suntory_contents.prizesel .wrapper main section.lot .attention {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  width: 92vw;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
}
.modeSP #suntory_contents.prizesel .wrapper main section.lot .attention > * {
  width: 84vw;
}
.modeSP #suntory_contents.prizesel .wrapper main section.lot .attention h4 {
  margin-bottom: 20px;
  padding: 0.75em 0.5em;
  width: 100%;
  background: #F60000;
  color: #ffffff;
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
  line-height: 1.28;
  letter-spacing: 0.03em;
}
.modeSP #suntory_contents.prizesel .wrapper main section.lot .attention p {
  font-size: 0.8125em;
  line-height: 1.62;
  letter-spacing: 0.06em;
}
.modeSP #suntory_contents.prizesel .wrapper main section.lot .attention ul.note li {
  margin-bottom: 0;
  font-size: 0.8125em;
  line-height: 1.62;
  letter-spacing: 0.06em;
}
.modeSP #suntory_contents.prizesel .wrapper main section.lot .attention .outline {
  margin-top: 20px;
  padding: 15px 1em;
  background: #eaeaea;
  border-radius: 6px;
  text-align: center;
}
.modeSP #suntory_contents.prizesel .wrapper main section.lot .attention .outline a {
  position: relative;
  display: inline-block;
  padding-right: 1em;
  font-size: 1em;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.modeSP #suntory_contents.prizesel .wrapper main section.lot .attention .outline a::before, .modeSP #suntory_contents.prizesel .wrapper main section.lot .attention .outline a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  width: 0.5625em;
  height: 0.5625em;
  border: 1px solid currentColor;
  box-sizing: border-box;
}
.modeSP #suntory_contents.prizesel .wrapper main section.lot .attention .outline a::before {
  border-top-color: transparent;
  border-right-color: transparent;
  transform: translateX(-2px);
}
.modeSP #suntory_contents.prizesel .wrapper main section.lot .attention .outline a::after {
  transform: translateY(-2px);
}
.modeSP #suntory_contents.prizesel .wrapper main section.lot .error {
  margin-bottom: 20px;
  padding: 0.25em 0.5em;
  width: 84vw;
  background: #ffffff;
  border: 2px solid currentColor;
  color: #F60000;
  font-size: 0.9375em;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.modeSP #suntory_contents.prizesel .wrapper main section.lot .error:empty {
  display: none;
}

.modeSP #suntory_contents.lot .JS-lot-result, .modeSP #suntory_contents.lot .JS-lot-coupon {
  display: none;
}
.modeSP #suntory_contents.lot .wrapper main section.lot {
  padding-top: 20px;
}
.modeSP #suntory_contents.lot .wrapper main section.lot ul {
  width: 89.3333333333vw;
}
.modeSP #suntory_contents.lot .wrapper main section.lot ul li {
  display: none;
}
.modeSP #suntory_contents.lot .wrapper main section.lot ul li:first-child {
  display: block;
}
.modeSP #suntory_contents.lot .wrapper main section.result {
  padding-top: 20px;
  color: #050505;
}
.modeSP #suntory_contents.lot .wrapper main section.result h3 {
  margin-bottom: 25px;
  width: 92vw;
}
.modeSP #suntory_contents.lot .wrapper main section.result p {
  margin-bottom: 20px;
  width: 92vw;
  font-size: 0.9375em;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.modeSP #suntory_contents.lot .wrapper main section.result button.next_btn {
  position: relative;
  display: block;
  margin-top: 1.5em;
  padding: 1em 2.5em;
  width: 275px;
  max-width: 320px;
  background: #00ABAD;
  border-radius: 6px;
  color: #ffffff;
  font-size: 0.875em;
  text-align: center;
  line-height: 1.71;
  letter-spacing: 0.05em;
  text-decoration: none;
}
.modeSP #suntory_contents.lot .wrapper main section.result button.next_btn::after {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 0.333em;
  height: 0.333em;
  border-width: 0 0 2px 2px;
  border-style: none none solid solid;
  border-color: currentColor;
  transform: rotate(225deg);
}
.modeSP #suntory_contents.lot .wrapper main section.result dl.term {
  margin-top: 40px;
  padding: 25px 25px;
  width: 84vw;
  border: 1px solid #00ABAD;
  color: #050505;
  background-color: #fff;
}
.modeSP #suntory_contents.lot .wrapper main section.result dl.term dt, .modeSP #suntory_contents.lot .wrapper main section.result dl.term dd {
  font-size: 0.9375em;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.modeSP #suntory_contents.lot .wrapper main section.result dl.term dt {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #00ABAD;
  color: #00ABAD;
}
.modeSP #suntory_contents.lot .wrapper main section.result dl.cvs {
  margin-bottom: 20px;
  padding: 20px;
  width: 89.3333333333vw;
  background: #fff;
  /* color: $c-text; */
  border-radius: 10px;
}
.modeSP #suntory_contents.lot .wrapper main section.result dl.cvs dt {
  padding: 0 1em 0.75em;
  background: #fff;
  border-bottom: 1px solid #00ABAD;
  color: #00ABAD;
  font-size: 1.125em;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.modeSP #suntory_contents.lot .wrapper main section.result dl.cvs dd {
  padding: 1em 1em 0.5em;
  font-size: 1.125em;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #050505;
}
.modeSP #suntory_contents.lot .wrapper main section.result.result_w {
  padding-bottom: 0;
}
.modeSP #suntory_contents.lot .wrapper main section.result.result_w p {
  margin-bottom: 0;
}
.modeSP #suntory_contents.lot .wrapper main section.result.result_w p + p {
  margin-top: 0.75em;
}
.modeSP #suntory_contents.lot .wrapper main section.prize h3 {
  margin-bottom: 20px;
}
.modeSP #suntory_contents.lot .wrapper main section.prize .inner {
  padding: 30px 20px 20px;
  width: 92vw;
  background: #ffffff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.modeSP #suntory_contents.lot .wrapper main section.prize .inner dl {
  margin-bottom: 5px;
  text-align: center;
}
.modeSP #suntory_contents.lot .wrapper main section.prize .inner dl dt {
  padding: 1em 1em;
  color: #ffffff;
  background-color: #00ABAD;
  font-size: 0.9375em;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.06em;
}
.modeSP #suntory_contents.lot .wrapper main section.prize .inner dl dd {
  padding: 30px 15px 15px;
}
.modeSP #suntory_contents.lot .wrapper main section.prize .inner dl dd.cvs {
  padding-bottom: 30px;
  font-size: 1.375em;
  font-weight: bold;
}
.modeSP #suntory_contents.lot .wrapper main section.prize .inner dl dd figure {
  width: 100%;
}
.modeSP #suntory_contents.lot .wrapper main section.prize .inner dl dd figure img {
  display: block;
  margin-bottom: 15px;
  width: auto;
  max-width: 203px;
}
.modeSP #suntory_contents.lot .wrapper main section.prize .inner dl dd figure .smallTxt {
  font-size: 0.75em;
  padding-bottom: 1.5em;
}
.modeSP #suntory_contents.lot .wrapper main section.prize .inner dl dd figure figcaption {
  font-size: 0.8125em;
  line-height: 1.62;
  letter-spacing: 0.06em;
}
.modeSP #suntory_contents.lot .wrapper main section.prize .inner dl dd ul.note {
  margin-top: 10px;
  width: 76vw;
  text-align: left;
}
.modeSP #suntory_contents.lot .wrapper main section.prize .inner dl dd ul.note li {
  font-weight: normal;
}
.modeSP #suntory_contents.lot .wrapper main section.prize .inner dl dd p.note {
  margin-top: 10px;
  font-size: 0.875em;
  font-weight: normal;
  text-align: center;
  line-height: 1.25;
  letter-spacing: 0.03em;
}
.modeSP #suntory_contents.lot .wrapper main section.JS-lot-coupon {
  margin-top: -1px;
}
.modeSP #suntory_contents.lot .wrapper main section.JS-lot-coupon:not(.prize) .inner {
  padding-left: 20px;
  padding-right: 20px;
  width: 92vw;
  background: #ffffff;
}
.modeSP #suntory_contents.lot .wrapper main section.JS-lot-coupon:last-child .inner {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.modeSP #suntory_contents.lot .wrapper main section.coupon_btn .inner {
  padding-bottom: 20px;
}
.modeSP #suntory_contents.lot .wrapper main section.coupon_btn .inner p {
  margin-bottom: 15px;
  font-size: 0.9375em;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.modeSP #suntory_contents.lot .wrapper main section.coupon_btn .inner p.note {
  color: #F60000;
  margin-bottom: 10px;
  font-size: 0.8125em;
  text-align: center;
  line-height: 1.62;
}
.modeSP #suntory_contents.lot .wrapper main section.coupon_btn .inner p.note.note_2 {
  margin-top: -15px;
  padding-left: 1em;
  text-indent: -1em;
  text-align: left;
}
.modeSP #suntory_contents.lot .wrapper main section.coupon_btn .inner p.note + .note {
  margin-bottom: 20px;
}
.modeSP #suntory_contents.lot .wrapper main section.coupon_btn .inner p.txtCenter {
  padding-bottom: 10px;
  text-align: center;
}
.modeSP #suntory_contents.lot .wrapper main section.coupon_btn .inner p.btnComingsoon {
  pointer-events: none !important;
  position: relative;
  display: block;
  padding: 0.5em 0.5em;
  width: 72vw;
  min-width: 275px;
  background: #d5d5d5;
  border-radius: 6px;
  color: #ffffff;
  font-size: 1.4em;
  text-align: center;
  line-height: 1.71;
  letter-spacing: 0.05em;
  text-decoration: none;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
}
.modeSP #suntory_contents.lot .wrapper main section.coupon_btn .inner p.btnComingsoon::before, .modeSP #suntory_contents.lot .wrapper main section.coupon_btn .inner p.btnComingsoon::after {
  content: "";
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  width: 0.467em;
  height: 0.467em;
  border: 1px solid currentColor;
  box-sizing: border-box;
}
.modeSP #suntory_contents.lot .wrapper main section.coupon_btn .inner p.btnComingsoon::before {
  transform: translate(1px, -1px);
}
.modeSP #suntory_contents.lot .wrapper main section.coupon_btn .inner p.btnComingsoon::after {
  border-top: none;
  border-right: none;
  transform: translate(-1px, 1px);
}
.modeSP #suntory_contents.lot .wrapper main section.coupon_btn .inner a.friend_button {
  position: relative;
  display: block;
  padding: 0.5em 0.5em;
  width: 72vw;
  min-width: 275px;
  background: #00ABAD;
  border-radius: 6px;
  color: #ffffff;
  font-size: 1.4em;
  text-align: center;
  line-height: 1.71;
  letter-spacing: 0.05em;
  text-decoration: none;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
}
.modeSP #suntory_contents.lot .wrapper main section.coupon_btn .inner a.friend_button::before, .modeSP #suntory_contents.lot .wrapper main section.coupon_btn .inner a.friend_button::after {
  content: "";
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  width: 0.467em;
  height: 0.467em;
  border: 1px solid currentColor;
  box-sizing: border-box;
}
.modeSP #suntory_contents.lot .wrapper main section.coupon_btn .inner a.friend_button::before {
  transform: translate(1px, -1px);
}
.modeSP #suntory_contents.lot .wrapper main section.coupon_btn .inner a.friend_button::after {
  border-top: none;
  border-right: none;
  transform: translate(-1px, 1px);
}
.modeSP #suntory_contents.lot .wrapper main section.coupon_btn .inner a.self_button {
  position: relative;
  display: block;
  padding: 0.5em 0.5em;
  margin-bottom: 15px;
  width: 72vw;
  min-width: 275px;
  background: #d5d5d5;
  border-radius: 6px;
  color: #ffffff;
  font-size: 1.4em;
  text-align: center;
  line-height: 1.71;
  letter-spacing: 0.05em;
  text-decoration: none;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
}
.modeSP #suntory_contents.lot .wrapper main section.coupon_btn .inner a.self_button::before, .modeSP #suntory_contents.lot .wrapper main section.coupon_btn .inner a.self_button::after {
  content: "";
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  width: 0.467em;
  height: 0.467em;
  border: 1px solid currentColor;
  box-sizing: border-box;
}
.modeSP #suntory_contents.lot .wrapper main section.coupon_btn .inner a.self_button::before {
  transform: translate(1px, -1px);
}
.modeSP #suntory_contents.lot .wrapper main section.coupon_btn .inner a.self_button::after {
  border-top: none;
  border-right: none;
  transform: translate(-1px, 1px);
}
.modeSP #suntory_contents.lot .wrapper main section.coupon_btn .inner a.self_button {
  color: #fff !important;
  background: #d5d5d5 !important;
  pointer-events: none !important;
}
.modeSP #suntory_contents.lot .wrapper main section.coupon_btn .inner a.able_button {
  color: #fff100 !important;
  background: #00ABAD !important;
  pointer-events: auto !important;
}
.modeSP #suntory_contents.lot .wrapper main section.coupon_btn .inner ul.extlink {
  margin-top: 10px;
  margin-bottom: 25px;
}
.modeSP #suntory_contents.lot .wrapper main section.coupon_btn .inner ul.extlink li {
  padding-left: 0;
  text-indent: 0;
  font-size: 0.8125em;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.modeSP #suntory_contents.lot .wrapper main section.coupon_btn .inner hr {
  border: none;
  border-bottom: 1px solid #fff;
}
.modeSP #suntory_contents.lot .wrapper main section.term .inner {
  padding-bottom: 20px;
}
.modeSP #suntory_contents.lot .wrapper main section.term .inner dl.term {
  margin-bottom: 20px;
  border: 1px solid #00ABAD;
  padding: 20px 25px;
}
.modeSP #suntory_contents.lot .wrapper main section.term .inner dl.term dt, .modeSP #suntory_contents.lot .wrapper main section.term .inner dl.term dd {
  font-size: 0.9375em;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.modeSP #suntory_contents.lot .wrapper main section.term .inner dl.term dt {
  margin-bottom: 1em;
  padding-bottom: 10px;
  font-weight: bold;
  color: #00ABAD;
  border-bottom: 1px solid #00ABAD;
}
.modeSP #suntory_contents.lot .wrapper main section.term .inner hr {
  border: none;
  border-bottom: 1px solid #fff;
}
.modeSP #suntory_contents.lot .wrapper main section.howto .inner {
  padding-bottom: 40px;
}
.modeSP #suntory_contents.lot .wrapper main section.howto .inner p {
  margin-bottom: 15px;
  font-size: 0.9375em;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.modeSP #suntory_contents.lot .wrapper main section.howto .inner a.btn_s {
  position: relative;
  display: block;
  padding: 1em 2.5em;
  width: 275px;
  max-width: 84vw;
  background: #00ABAD;
  border-radius: 6px;
  color: #ffffff;
  font-size: 0.875em;
  text-align: center;
  line-height: 1.71;
  letter-spacing: 0.05em;
  text-decoration: none;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
}
.modeSP #suntory_contents.lot .wrapper main section.howto .inner a.btn_s::before, .modeSP #suntory_contents.lot .wrapper main section.howto .inner a.btn_s::after {
  content: "";
  position: absolute;
  right: 1.75em;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  width: 0.467em;
  height: 0.467em;
  border: 1px solid currentColor;
  box-sizing: border-box;
}
.modeSP #suntory_contents.lot .wrapper main section.howto .inner a.btn_s::before {
  transform: translate(1px, -1px);
}
.modeSP #suntory_contents.lot .wrapper main section.howto .inner a.btn_s::after {
  border-top: none;
  border-right: none;
  transform: translate(-1px, 1px);
}
.modeSP #suntory_contents.lot .wrapper main section.howto .inner ul.extlink {
  margin-top: 10px;
}
.modeSP #suntory_contents.lot .wrapper main section.howto .inner ul.extlink li {
  padding-left: 0;
  text-indent: 0;
  font-size: 0.8125em;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.modeSP #suntory_contents.lot .wrapper main section.howto_fm .inner {
  padding-bottom: 30px;
}
.modeSP #suntory_contents.lot .wrapper main section.howto_fm .inner dl {
  text-align: left;
}
.modeSP #suntory_contents.lot .wrapper main section.howto_fm .inner dl dt, .modeSP #suntory_contents.lot .wrapper main section.howto_fm .inner dl dd {
  font-size: 0.8125em;
  line-height: 1.62;
  letter-spacing: 0.06em;
}
.modeSP #suntory_contents.lot .wrapper main section.howto_fm .inner dl dt {
  margin-bottom: 0.75em;
  font-weight: bold;
}
.modeSP #suntory_contents.lot .wrapper main section.howto_fm .inner dl dd ul li, .modeSP #suntory_contents.lot .wrapper main section.howto_fm .inner dl dd ol li {
  margin-bottom: 0.75em;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1em;
}
.modeSP #suntory_contents.lot .wrapper main section.howto_fm .inner dl dd ul li:last-child, .modeSP #suntory_contents.lot .wrapper main section.howto_fm .inner dl dd ol li:last-child {
  margin-bottom: 0;
}
.modeSP #suntory_contents.lot .wrapper main section.lawnotice {
  padding-top: 15px;
}
.modeSP #suntory_contents.lot .wrapper main section.lawnotice p {
  font-size: 0.8125em;
  text-align: left;
  line-height: 1.5;
}
.modeSP #suntory_contents.lot .wrapper main section.contact .inner {
  width: 93.85%;
  margin-top: 40px;
  padding: 20px;
  background-color: #fff;
}
.modeSP #suntory_contents.lot .wrapper main section.contact .inner p {
  text-align: center;
  line-height: 1.4;
}
.modeSP #suntory_contents.lot .wrapper main section.contact .inner p.tit {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 0.5em;
}
.modeSP #suntory_contents.lot .wrapper main section.contact .inner p.name {
  font-size: 16px;
  padding-bottom: 0.5em;
}
.modeSP #suntory_contents.lot .wrapper main section.contact .inner p.num {
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 0.5em;
}
.modeSP #suntory_contents.lot .wrapper main section.contact .inner p.txt {
  font-size: 14px;
  font-weight: normal;
}

.modeSP #suntory_contents.history .wrapper main section.historyTitle p {
  padding-top: 20px;
  text-align: center;
}
.modeSP #suntory_contents.history .wrapper main section.history {
  padding-top: 30px;
}
.modeSP #suntory_contents.history .wrapper main section.history .inner {
  padding: 25px 20px;
  width: 92vw;
  background: #ffffff;
  border-radius: 10px;
}
.modeSP #suntory_contents.history .wrapper main section.history .inner h3.subTit {
  color: #00ABAD;
  font-size: 1.125em;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.06em;
}
.modeSP #suntory_contents.history .wrapper main section.history .inner button {
  position: relative;
  display: block;
  margin-top: 1.5em;
  padding: 1em 2.5em;
  width: 275px;
  max-width: 84vw;
  background: #00ABAD;
  border-radius: 6px;
  color: #ffffff;
  font-size: 0.875em;
  text-align: center;
  line-height: 1.71;
  letter-spacing: 0.05em;
  text-decoration: none;
}
.modeSP #suntory_contents.history .wrapper main section.history .inner button::after {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 0.333em;
  height: 0.333em;
  border-width: 0 0 2px 2px;
  border-style: none none solid solid;
  border-color: currentColor;
  transform: rotate(225deg);
}
.modeSP #suntory_contents.history .wrapper main section.history .inner hr {
  margin-top: 15px;
  border: none;
  border-bottom: 1px solid #00ABAD;
}
.modeSP #suntory_contents.history .wrapper main section.history .inner ul.coupon li {
  padding-bottom: 20px;
  border-top: 1px dashed #cccccc;
  font-size: 0.9375em;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
.modeSP #suntory_contents.history .wrapper main section.history .inner ul.coupon li:first-child {
  padding-top: 0;
  border-top: none;
}
.modeSP #suntory_contents.history .wrapper main section.history .inner ul.coupon li:last-child {
  border-bottom: none;
}
.modeSP #suntory_contents.history .wrapper main section.history .inner ul.coupon li dl {
  padding-top: 1em;
}
.modeSP #suntory_contents.history .wrapper main section.history .inner ul.coupon li dl dt {
  font-weight: bold;
}
.modeSP #suntory_contents.history .wrapper main section.history .inner ul.coupon li dl dt:nth-of-type(2) {
  padding-top: 10px;
}
.modeSP #suntory_contents.history .wrapper main section.history .inner ul.coupon li dl dd .bgColor {
  background-color: #333;
  color: #fff;
  font-size: 0.6em;
  padding: 0 8px 2px;
  line-height: 1;
}
.modeSP #suntory_contents.history .wrapper main section.history .inner ul.coupon li + li.nohistory {
  display: none;
}
.modeSP #suntory_contents.history .wrapper main section.history .inner ul.coupon li.nohistory {
  padding-top: 20px;
  padding-bottom: 0;
}
.modeSP #suntory_contents.history .wrapper main section.history .inner ul.coupon li.nohistory p {
  font-size: 0.9375em;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
.modeSP #suntory_contents.history .wrapper main section.back {
  padding: 30px 0 0;
}

.modeSP #suntory_contents.userregist .wrapper main section.enquete {
  padding-bottom: 30px;
}
.modeSP #suntory_contents.userregist .wrapper main section.enquete h3 {
  margin-bottom: 20px;
}
.modeSP #suntory_contents.userregist .wrapper main section.enquete .inner {
  padding: 25px 15px 20px;
  width: 92vw;
  background: #ffffff;
  border-radius: 10px;
}
.modeSP #suntory_contents.userregist .wrapper main section.enquete .inner p.lead {
  margin-bottom: 20px;
  font-size: 0.9375em;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.modeSP #suntory_contents.userregist .wrapper main section.enquete .inner ol.enquete_list {
  counter-reset: cnt;
}
.modeSP #suntory_contents.userregist .wrapper main section.enquete .inner ol.enquete_list > li {
  display: block;
  margin-bottom: 30px;
  /* &::before {
    content: '';
    counter-increment: cnt;
    content: 'Q'counter(cnt)'.';
    display: block;
    margin-bottom: 20px;
    padding: 0.5em 0.5em;
    color: $c-text-inv;
    background: $c-base;
    font-size: 1.25em;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.03em;
  } */
}
.modeSP #suntory_contents.userregist .wrapper main section.enquete .inner ol.enquete_list > li:last-child {
  margin-bottom: 0;
}
.modeSP #suntory_contents.userregist .wrapper main section.enquete .inner ol.enquete_list > li h4 {
  margin-bottom: 20px;
  font-size: 0.9375em;
  font-weight: bold;
  line-height: 1.67;
  letter-spacing: 0.03em;
}
.modeSP #suntory_contents.userregist .wrapper main section.enquete .inner ol.enquete_list > li h4 i {
  display: inline-block;
  color: #F60000;
  font-size: 80%;
}
.modeSP #suntory_contents.userregist .wrapper main section.enquete .inner ol.enquete_list > li h4 i.optional {
  color: currentColor;
}
.modeSP #suntory_contents.userregist .wrapper main section.enquete .inner ol.enquete_list > li ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.modeSP #suntory_contents.userregist .wrapper main section.enquete .inner ol.enquete_list > li ul li {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-bottom: 10px;
}
.modeSP #suntory_contents.userregist .wrapper main section.enquete .inner ol.enquete_list > li ul li:last-child {
  margin-bottom: 0;
}
.modeSP #suntory_contents.userregist .wrapper main section.enquete .inner 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 main section.enquete .inner 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 main section.enquete .inner ol.enquete_list > li ul li label input[type=checkbox] + i,
.modeSP #suntory_contents.userregist .wrapper main section.enquete .inner 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: #E0F5F8;
}
.modeSP #suntory_contents.userregist .wrapper main section.enquete .inner ol.enquete_list > li ul li label input[type=checkbox] + i::before,
.modeSP #suntory_contents.userregist .wrapper main section.enquete .inner 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 main section.enquete .inner ol.enquete_list > li ul li label input[type=checkbox]:checked + i,
.modeSP #suntory_contents.userregist .wrapper main section.enquete .inner ol.enquete_list > li ul li label input[type=radio]:checked + i {
  border-color: #FFF100;
  background: #FFF100;
}
.modeSP #suntory_contents.userregist .wrapper main section.enquete .inner ol.enquete_list > li ul li label input[type=checkbox]:checked + i::before,
.modeSP #suntory_contents.userregist .wrapper main section.enquete .inner ol.enquete_list > li ul li label input[type=radio]:checked + i::before {
  display: block;
}
.modeSP #suntory_contents.userregist .wrapper main section.enquete .inner ol.enquete_list > li ul li label input[type=checkbox]:focus + i,
.modeSP #suntory_contents.userregist .wrapper main section.enquete .inner ol.enquete_list > li ul li label input[type=radio]:focus + i {
  border-color: #FFF100;
}
.modeSP #suntory_contents.userregist .wrapper main section.enquete .inner ol.enquete_list > li ul li label input[type=radio] + i {
  border-radius: 50%;
}
.modeSP #suntory_contents.userregist .wrapper main section.enquete .inner 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: #E0F5F8;
  transform: none;
}
.modeSP #suntory_contents.userregist .wrapper main section.enquete .inner ol.enquete_list .select {
  position: relative;
  display: block;
}
.modeSP #suntory_contents.userregist .wrapper main section.enquete .inner ol.enquete_list .select label {
  position: relative;
  display: block;
  padding: 13px 50px 13px 13px;
  border: 1px solid #cccccc;
  background: #ffffff;
  color: #050505;
  font-size: 0.9375em;
  line-height: 1.5;
  overflow: hidden;
}
.modeSP #suntory_contents.userregist .wrapper main section.enquete .inner ol.enquete_list .select label span {
  color: currentColor;
}
.modeSP #suntory_contents.userregist .wrapper main section.enquete .inner ol.enquete_list .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 main section.enquete .inner ol.enquete_list .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 main section.enquete .inner ol.enquete_list .select select {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  margin: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -moz-appearance: menulist-button;
       appearance: menulist-button;
  -webkit-appearance: menulist-button;
  z-index: 1;
}
.modeSP #suntory_contents.userregist .wrapper main section.enquete .inner ol.enquete_list .select select:focus + label {
  border-color: #FFF100;
}
.modeSP #suntory_contents.userregist .wrapper main section.enquete .inner ol.enquete_list .other {
  padding-top: 10px;
  width: 73.3333333333vw;
}
.modeSP #suntory_contents.userregist .wrapper main section.enquete .inner ol.enquete_list .other p {
  margin-bottom: 10px;
  font-size: 0.875em;
  line-height: 1.5;
}
.modeSP #suntory_contents.userregist .wrapper main section.enquete .inner ol.enquete_list .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 main section.enquete .inner ol.enquete_list p.example {
  margin-top: -15px;
  margin-bottom: 5px;
  width: 73.3333333333vw;
  text-align: center;
  font-size: 0.75em;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.modeSP #suntory_contents.userregist .wrapper main section.enquete .inner ol.enquete_list input[type=text],
.modeSP #suntory_contents.userregist .wrapper main section.enquete .inner ol.enquete_list input[type=tel] {
  display: block;
  padding: 0.8em 0.8em;
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 5px;
  background: #efefef;
  font-size: 0.9375em;
  line-height: 1.5;
}
.modeSP #suntory_contents.userregist .wrapper main section.enquete .inner ol.enquete_list input[type=text]::-moz-placeholder, .modeSP #suntory_contents.userregist .wrapper main section.enquete .inner ol.enquete_list input[type=tel]::-moz-placeholder {
  color: rgba(5, 5, 5, 0.3);
}
.modeSP #suntory_contents.userregist .wrapper main section.enquete .inner ol.enquete_list input[type=text]::placeholder,
.modeSP #suntory_contents.userregist .wrapper main section.enquete .inner ol.enquete_list input[type=tel]::placeholder {
  color: rgba(5, 5, 5, 0.3);
}
.modeSP #suntory_contents.userregist .wrapper main section.submit .error {
  margin-bottom: 20px;
  padding: 0.25em 0.5em;
  width: 84vw;
  background: #ffffff;
  border: 2px solid currentColor;
  color: #F60000;
  font-size: 0.9375em;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.modeSP #suntory_contents.userregist .wrapper main section.submit .error:empty {
  display: none;
}

.modeSP #suntory_contents.error .wrapper main section.error {
  padding: 30px 0;
}
.modeSP #suntory_contents.error .wrapper main section.error .inner {
  padding: 30px 20px;
}
.modeSP #suntory_contents.error .wrapper main section.error .inner p {
  font-size: 0.9375em;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.06em;
}

.modeSP #suntory_contents.contact .wrapper main section.title {
  padding-bottom: 20px;
}
.modeSP #suntory_contents.contact .wrapper main section.title h3 {
  margin-bottom: 35px;
}
.modeSP #suntory_contents.contact .wrapper main section.title p {
  width: 84vw;
  font-size: 0.9375em;
  line-height: 1.67;
  letter-spacing: 0.03em;
}
.modeSP #suntory_contents.contact .wrapper main section.contactcode {
  padding-bottom: 20px;
}
.modeSP #suntory_contents.contact .wrapper main section.contactcode .inner {
  padding-bottom: 10px;
  width: 84vw;
  border: 1px solid #cccccc;
}
.modeSP #suntory_contents.contact .wrapper main section.contactcode .inner h3 {
  padding: 0.72em 0.5em;
  background: rgba(255, 255, 255, 0.1);
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  line-height: 1.6875;
  letter-spacing: 0.03em;
}
.modeSP #suntory_contents.contact .wrapper main section.contactcode .inner input {
  display: none;
  width: 100%;
  height: 2.75em;
  font-size: 1.25em;
  text-align: center;
  letter-spacing: 0.03em;
}
.modeSP #suntory_contents.contact .wrapper main section.contactcode .inner input:first-of-type {
  display: block;
}
.modeSP #suntory_contents.contact .wrapper main section.contact {
  padding-bottom: 40px;
}
.modeSP #suntory_contents.contact .wrapper main section.contact .inner {
  padding: 25px 1em;
  width: 84vw;
  border: 1px solid #cccccc;
}
.modeSP #suntory_contents.contact .wrapper main 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.contact .wrapper main section.contact .inner p:last-of-type {
  margin-bottom: 0;
}
.modeSP #suntory_contents.contact .wrapper main section.contact .inner p em {
  font-size: 1.5em;
  font-weight: bold;
}
.modeSP #suntory_contents.contact .wrapper main section.contact .inner p a {
  color: currentColor;
  text-decoration: none;
}
.modeSP #suntory_contents.contact .wrapper main section.contact .inner ul.note {
  margin-top: 0.5em;
}
.modeSP #suntory_contents.contact .wrapper main section.contact .inner ul.note li {
  font-size: 0.875em;
  line-height: 1.7;
  letter-spacing: 0.12em;
}
.modeSP #suntory_contents.contact .wrapper main section.back {
  padding-bottom: 70px;
}
.modeSP #suntory_contents.contact .wrapper main section.close {
  padding-bottom: 65px;
}
.modeSP #suntory_contents.contact .wrapper main section.close button {
  position: relative;
  display: block;
  padding: 1em 2.5em;
  width: 180px;
  background: #ffffff;
  border: 2px solid #fff;
  border-radius: 6px;
  color: #fff;
  font-size: 0.875em;
  text-align: center;
  line-height: 1.71;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: opacity 0.1s linear;
}
.modeSP #suntory_contents.contact .wrapper main section.close button::before, .modeSP #suntory_contents.contact .wrapper main section.close button::after {
  content: "";
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 1em;
  height: 0;
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg);
}
.modeSP #suntory_contents.contact .wrapper main section.close button:after {
  transform: rotate(-45deg);
}
.modeSP #suntory_contents.contact .wrapper main section.close button:hover {
  opacity: 0.7;
}

#suntory_contents.static .wrapper main section.outline {
  padding-top: 30px;
}
#suntory_contents.static .wrapper main section.outline h3 {
  margin-bottom: 30px;
  padding: 0 0.5em 0.5em;
  background: #00ABAD;
  color: #FFF100;
  height: 2em;
  font-size: 1.375em;
  font-weight: bold;
  text-align: center;
  line-height: 2em;
  vertical-align: middle;
  letter-spacing: 0.11em;
}
#suntory_contents.static .wrapper main section.outline .inner {
  padding: 0 20px 25px;
}
#suntory_contents.static .wrapper main section.outline .inner p.lead {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 25px;
  font-size: 0.8125em;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
#suntory_contents.static .wrapper main section.outline .inner a {
  word-break: break-all;
}
#suntory_contents.static .wrapper main section.outline .inner > dl > dt:first-child, #suntory_contents.static .wrapper main section.outline .inner > dl > dd:first-child {
  margin-top: 0;
}
#suntory_contents.static .wrapper main section.outline .inner > dl > dt {
  margin-top: 20px;
  padding: 0.5em 0 0.25em;
  /* background: $c-base;
  color: $c-text-inv; */
  font-size: 1.25em;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
#suntory_contents.static .wrapper main section.outline .inner > dl > dd {
  margin-top: 10px;
  font-size: 0.9375em;
  line-height: 1.67;
  letter-spacing: 0.03em;
}
#suntory_contents.static .wrapper main section.outline .inner > dl > dd ul.list, #suntory_contents.static .wrapper main section.outline .inner > dl > dd ul.note {
  margin-top: 0.75em;
}
#suntory_contents.static .wrapper main section.outline .inner > dl > dd ul.list li, #suntory_contents.static .wrapper main section.outline .inner > dl > dd ul.note li {
  margin-bottom: 0.5em;
  padding-left: 1em;
  text-indent: -1em;
}
#suntory_contents.static .wrapper main section.outline .inner > dl > dd ul.list li:last-child, #suntory_contents.static .wrapper main section.outline .inner > dl > dd ul.note li:last-child {
  margin-bottom: 0;
}
#suntory_contents.static .wrapper main section.outline .inner > dl > dd ul.note li {
  font-size: 1em;
}
#suntory_contents.static .wrapper main section.outline .inner > dl > dd ol {
  counter-reset: cnt;
  margin-top: 0.75em;
}
#suntory_contents.static .wrapper main section.outline .inner > dl > dd ol li {
  counter-increment: cnt;
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.5em;
}
#suntory_contents.static .wrapper main section.outline .inner > dl > dd ol li::before {
  content: counter(cnt) ".";
  position: absolute;
  top: 0;
  left: 0;
}
#suntory_contents.static .wrapper main section.outline .inner > dl > dd ol li:last-child {
  margin-bottom: 0;
}
#suntory_contents.static .wrapper main section.outline .inner > dl > dd dl dt {
  margin-top: 0.75em;
  margin-bottom: 0.5em;
  font-weight: bold;
}
#suntory_contents.static .wrapper main section.outline .inner > dl > dd dl dd {
  padding-left: 0.5em;
}
#suntory_contents.static .wrapper main section.outline .inner > dl > dd dl dd dl dt {
  font-weight: normal;
}
#suntory_contents.static .wrapper main section.outline .inner > dl > dd p + p {
  padding-top: 1em;
}
#suntory_contents.static .wrapper main section.outline .inner > dl > dd p .txtBold {
  font-weight: bold;
}
#suntory_contents.static .wrapper main section.outline .inner > dl > dd p .txtBig {
  font-size: 1.1em;
}
#suntory_contents.static .wrapper main section.outline .inner > dl > dd ul.smallTxt {
  padding: 0.5em 0 1em;
  font-size: 0.85em;
}
#suntory_contents.static .wrapper main section.outline .inner > dl > dd ul.note {
  font-size: 0.85em;
}
#suntory_contents.static .wrapper main section.close {
  padding-top: 40px;
  padding-bottom: 40px;
}
#suntory_contents.static .wrapper main section.close button {
  position: relative;
  display: block;
  padding: 0.5em 2.5em;
  padding-left: 4em;
  width: 161px;
  border-radius: 4px;
  color: #ffffff;
  background: #00ABAD;
  font-size: 0.9375em;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: opacity 0.1s linear;
}
#suntory_contents.static .wrapper main section.close button::before, #suntory_contents.static .wrapper main section.close button::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2.5em;
  display: block;
  margin: auto;
  width: 1em;
  height: 0.175em;
  background: currentColor;
}
#suntory_contents.static .wrapper main section.close button::before {
  transform: rotate(45deg);
}
#suntory_contents.static .wrapper main section.close button::after {
  right: inherit;
  left: 2.5em;
  border-width: inherit;
  border-style: inherit;
  transform: rotate(-45deg);
}
#suntory_contents.static .wrapper main section.close button:hover {
  opacity: 0.7;
}/*# sourceMappingURL=style.css.map */