@-webkit-keyframes glittering-btn {
  0% {
    left: -100%;
  }
  25% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
@-webkit-keyframes glittering-btn {
  0% {
    left: -100%;
  }
  25% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
@keyframes glittering-btn {
  0% {
    left: -100%;
  }
  25% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
.grapon_default_kv {
  width: 100%;
  height: 100%;
  aspect-ratio: 75/86;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .grapon_default_kv {
    aspect-ratio: 384/325;
  }
}
.grapon_result_kv {
  width: 100%;
  height: 100%;
  aspect-ratio: 15/13;
  position: relative;
}
@media screen and (min-width: 768px) {
  .grapon_result_kv {
    aspect-ratio: 64/45;
  }
}
.grapon_kv_img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.grapon_kv_button_unit {
  margin-bottom: calc((60 / 375) * 100vw);
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .grapon_kv_button_unit {
    margin-bottom: 95px;
  }
}
.grapon_kv_button_unit:has(.isResult) {
  margin-bottom: calc((75 / 375) * 100vw);
}
@media screen and (min-width: 768px) {
  .grapon_kv_button_unit:has(.isResult) {
    margin-bottom: 110px;
  }
}
.isSecond .grapon_kv_button_unit {
  margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .isSecond .grapon_kv_button_unit {
    margin-bottom: calc((45 / 375) * 100vw);
  }
  .isSecond .grapon_kv_button_unit .grapon_kv_button_lead {
    margin-bottom: 0.25em;
  }
  .isSecond .grapon_kv_button_unit .grapon_kv_note {
    margin-top: 0.75em;
  }
}
.grapon_kv_button_lead {
  margin-bottom: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  .grapon_kv_button_lead {
    font-size: 17px;
  }
}
.grapon_kv_button_lead:before,
.grapon_kv_button_lead:after {
  content: "";
  display: block;
  width: 1em;
  height: 1px;
  background-color: #fff;
}
.grapon_kv_button_lead:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.grapon_kv_button_lead:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.grapon_kv_button_lead .yel {
  color: #ffff05;
}
.grapon_kv_button_lead sup {
  vertical-align: top;
  font-size: 0.6em;
  margin-top: -0.5em;
}
.grapon_kv_button {
  width: 315px;
  height: 50px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  place-content: center;
  gap: 0.3em;
  background: #ffff05;
  -webkit-box-shadow: 3px 5px 0 #d0d000;
          box-shadow: 3px 5px 0 #d0d000;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .grapon_kv_button {
    width: 375px;
    height: 60px;
    border-radius: 30px;
  }
}
.grapon_kv_button.isResult {
  color: #fff;
  background: #333;
  -webkit-box-shadow: 3px 5px 0 #0a0a0a;
          box-shadow: 3px 5px 0 #0a0a0a;
}
.grapon_kv_button.isDisable {
  pointer-events: none;
  color: #ccc;
  background: #787878;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.grapon_kv_button:not(.isDisable):before {
  position: absolute;
  content: "";
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)), color-stop(45%, rgba(255,255,255,0.85)), to(rgba(255,255,255,0)));
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.85) 45%, rgba(255,255,255,0) 100%);
  -webkit-transform: skewX(-45deg);
          transform: skewX(-45deg);
  -webkit-animation: glittering-btn 4s cubic-bezier(0.55, 0.085, 0.68, 0.53) infinite;
          animation: glittering-btn 4s cubic-bezier(0.55, 0.085, 0.68, 0.53) infinite;
}
.grapon_kv_button:active {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  -webkit-box-shadow: 0 2px 0 #d0d000;
          box-shadow: 0 2px 0 #d0d000;
}
.grapon_kv_button .sub {
  font-size: 12px;
  line-height: 1;
}
.grapon_kv_button .main {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .grapon_kv_button .main {
    font-size: 22px;
  }
}
video#grapon_movie {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  video#grapon_movie {
    width: 60%;
    max-width: 600px;
  }
}
.grapon_kv_note {
  margin-top: 1em;
  font-size: 12px;
  color: #fff;
  text-align: center;
}
.grapon_point_container {
  width: 100%;
  padding: 5px 15px 15px;
  background-color: #ff1709;
}
.grapon_point_container.with_bg {
  background-image: url("/img/usr/pages/garapon2026/result_bg_pc.png");
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .grapon_point_container.with_bg {
    background-image: url("/img/usr/pages/garapon2026/result_bg_sp.png");
  }
}
.grapon_point_container .grapon_kv_button {
  margin-bottom: 20px;
}
.prize_lead {
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
}
.grapon_point {
  border-radius: 8px;
  position: relative;
}
.grapon_point_list {
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .grapon_point_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.grapon_point_list {
  aspect-ratio: 369/85;
}
@media screen and (max-width: 767px) {
  .grapon_point_list {
    aspect-ratio: 138/95;
  }
}
.grapon_point_list .grapon_kv_img {
  position: static;
}
p.grapon_note {
  margin-top: 10px;
  font-size: 12px;
  color: #fff;
}
.grapon_reslt_container {
  width: 100%;
  padding: 20px 15px;
  display: -ms-grid;
  display: grid;
  gap: 1em;
}
.grapon_reslt_container.isFirstPrize {
  background: #e08d00;
}
.grapon_reslt_container.isSecondPrize {
  background: #afafaf;
}
.grapon_reslt_container.isThirdPrize {
  background: #bf6d46;
}
.grapon_reslt_container.isFourthPrize {
  background: #32b988;
}
.grapon_reslt {
  width: 100%;
  padding: 0.5em 40px 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5em;
  place-content: center;
  text-align: center;
  background: #fff;
  border-radius: 8px;
}
.grapon_reslt .main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .grapon_reslt .main {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1em;
  }
}
.grapon_reslt .main .lead {
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
.grapon_reslt .main .point {
  font-size: 30px;
  font-weight: bold;
  color: #ff1709;
}
.grapon_reslt .main .unit {
  padding-left: 0.2em;
  font-size: 11px;
  font-weight: normal;
  color: #333;
}
.grapon_reslt .main .inr {
  margin-bottom: -0.5em;
}
.grapon_reslt .sub {
  font-size: 14px;
  font-weight: normal;
  color: #333;
}
.grapon_agree_container {
  padding: 0 0 1em;
}
.grapon_agree_note {
  padding: 1em 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.grapon_agree_unit {
  text-align: center;
}
.grapon_agree_button {
  background: unset;
}
.grapon_agree_button label {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.grapon_agree_button input[type="checkbox"] {
  width: 23px;
  height: 23px;
  border-radius: 4px;
  accent-color: #333;
}
.garapon_success {
  padding: 1em 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.garapon_success .main {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.garapon_success .main:before,
.garapon_success .main:after {
  content: "";
  display: block;
  width: 1.25em;
  height: 1px;
  background-color: #fff;
}
.garapon_success .main:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.garapon_success .main:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.garapon_success .sup {
  font-size: 12px;
  vertical-align: super;
}
.garapon_check_point {
  text-align: right;
}
.garapon_check_point a {
  font-size: 14px;
  color: #fff;
  text-decoration: underline;
}
.garapon_movie_modal {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: rgba(0,0,0,0.7);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.garapon_movie_modal.isActive {
  opacity: 1;
  visibility: visible;
}
p.garapon_lead_type_01,
p.garapon_lead_type_02 {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
p.garapon_lead_type_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5em;
}
p.garapon_lead_type_01:before,
p.garapon_lead_type_01:after {
  content: "";
  display: block;
  width: 2.5em;
  height: 1px;
  background-color: #000;
}
p.garapon_lead_type_01:before {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}
p.garapon_lead_type_01:after {
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}
main {
  overflow-x: clip;
}
main sup {
  vertical-align: text-top;
  font-size: 0.7em;
}
.fp_detail_container {
  margin-top: 40px;
}
.fp_detail_h2 {
  width: 100%;
  margin: 20px 0;
  padding: 0 15px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.fp_detail_unit {
  width: 100%;
  margin: 1em 0;
  font-size: 14px;
  font-weight: bold;
}
.fp_detail_h3 {
  width: 100%;
  padding: 0.75em 15px;
  background: #f5f5f5;
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
}
.fp_detail {
  width: 100%;
  padding: 0.75em 15px;
  font-weight: normal;
}
.fp_detail p {
  font-size: 14px;
  font-weight: normal;
}
.fp_detail p a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.fp_detail ul li {
  text-indent: -1em;
  padding-left: 1em;
  margin: 0.5em 0;
}
.fp_detail ul li:before {
  content: '・';
}
.fp_detail ul a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.fp_detail img {
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .fp_detail img {
    border-radius: 20px;
  }
}
.fp_buttton_container {
  width: 100%;
  margin: 40px 0;
  padding: 0 15px;
  display: -ms-grid;
  display: grid;
  place-content: center;
  gap: 1em;
}
.fp_buttton {
  width: 315px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  font-weight: normal;
  border-radius: 20px;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  color: #333;
  background: #fff;
  border: 1px solid #333;
}
.fp_buttton.type_green {
  color: #fff;
  background: #32b988;
  border: 1px solid #32b988;
}
.fp_buttton.type_white {
  color: #333;
  background: #fff;
  border: 1px solid #333;
}
a.fp_home_link {
  font-size: 14px;
  color: #333;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.align_center {
  text-align: center;
}
