.o-cp-kv {
  background-image: url(../images/bg_red.png);
  background-size: contain;
  background-repeat: repeat;
}
@media only screen and (min-width:1200px), print {
  .o-cp-kv {
    min-height: 695px;
  }
}
@media only screen and (min-width:1024px) and (max-width:1199.97px) {
  .o-cp-kv {
    min-height: 620px;
  }
}
@media only screen and (min-width:768px) and (max-width:1023.97px) {
  .o-cp-kv {
    min-height: 500px;
  }
}

.o-cp-kv__top__ttl {
  display: block;
  text-align: center;
  padding-top: 10px;
}
@media only screen and (min-width:1200px), print {
  .o-cp-kv__top__ttl > * {
    width: 1100px;
    height: 160px;
  }
}
@media only screen and (min-width:1024px) and (max-width:1199.97px) {
  .o-cp-kv__top__ttl > * {
    width: 100%;
    height: auto;
  }
}
@media only screen and (min-width:768px) and (max-width:1023.97px) {
  .o-cp-kv__top__ttl > * {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width:767.97px) {
  .o-cp-kv__top__ttl > * {
    width: 65%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}

.o-cp-kv__photo {
  display: block;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (min-width:1200px), print {
  .o-cp-kv__photo {
    margin-right: -100px;
    width: 1300px;
    height: 450px;
  }
}
@media only screen and (max-width:767.97px) {
  .o-cp-kv__photo {
    padding: 0 0 25px;
    margin-left: -30px;
  }
}
.o-cp-chance {
  background-color: #008842;
}

.o-cp-chance__inner {
  position: relative;
}
@media only screen and (min-width:768px), tv, print {
  .o-cp-chance__inner.-bg-gold {
    background-image: url(../images/bg_gold_small.png);
    background-repeat: repeat-x;
    background-size: contain;
    background-position: bottom;
  }
  .o-cp-chance__inner.-bg-gold:after {
    content: "";
    display: block;
    width: 496px;
    height: 386px;
    background-image: url(../images/bg_gold.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media only screen and (min-width:768px) and (max-width:767.97px) {
  .o-cp-chance__inner.-bg-gold:after {
    width: 248px;
    height: 193px;
  }
}
@media only screen and (min-width:768px) and (max-width:767.97px) {
  .o-cp-chance__inner.-bg-gold {
    background-size: cover;
  }
}
@media only screen and (min-width:768px), tv, print {
  .o-cp-chance__inner.-bg-snow {
    background-image: url(../images/bg_snow.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
  }
}

@media only screen and (min-width:768px), tv, print {
  .o-cp-chance__stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (max-width:767.97px) {
  .o-cp-chance__stage__number {
    padding: 0 15px;
  }
}
.o-cp-chance__stage__number > img {
  width: 260px;
  height: 120px;
  min-width: 260px;
}
@media only screen and (max-width:767.97px) {
  .o-cp-chance__stage__number > img {
    width: 130px;
    height: 60px;
    min-width: 130px;
  }
}

@media only screen and (min-width:768px), tv, print {
  .o-cp-chance__stage__ticket {
    margin-top: -70px;
  }
}
@media only screen and (max-width:767.97px) {
  .o-cp-chance__stage__ticket {
    padding: 0 15px;
  }
}
.o-cp-chance__stage__ticket > img {
  height: auto;
}
@media only screen and (min-width:768px), tv, print {
  .o-cp-chance__stage__ticket > img {
    max-width: 927px;
    width: 100%;
  }
}
@media only screen and (max-width:767.97px) {
  .o-cp-chance__stage__ticket > img {
    width: 100%;
  }
}

.o-cp-chance__stage__border {
  width: 100%;
}
@media only screen and (min-width:768px), tv, print {
  .o-cp-chance__stage__border {
    height: 5px;
  }
}
@media only screen and (max-width:767.97px) {
  .o-cp-chance__stage__border {
    height: 3px;
  }
}

.o-cp-chance__stage__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media only screen and (min-width:768px), tv, print {
  .o-cp-chance__stage__items {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: 0%;
        flex-basis: 0%;
    margin-top: 30px;
  }
}

.o-cp-chance__stage__icon {
  height: auto;
}
@media only screen and (min-width:768px), tv, print {
  .o-cp-chance__stage__icon {
    width: 90px;
  }
}
@media only screen and (max-width:767.97px) {
  .o-cp-chance__stage__icon {
    width: 60px;
  }
}

@media only screen and (max-width:767.97px) {
  .o-cp-chance__stage__items-txt > img {
    max-height: 55px;
  }
}

.o-cp-chance__list {
  gap: 15px 0;
}
@media only screen and (min-width:768px), tv, print {
  .o-cp-chance__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px 0;
  }
}

@media only screen and (max-width:767.97px) {
  .o-cp-chance__list__item {
    padding: 0 15px;
  }
}
@media only screen and (min-width:768px), tv, print {
  .o-cp-chance__list__item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    text-align: center;
  }
  .o-cp-chance__list__item.-item3, .o-cp-chance__list__item.-item4, .o-cp-chance__list__item.-item5 {
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
    max-width: 33.33%;
  }
}

@media only screen and (min-width:768px), tv, print {
  .o-cp-chance__list__img {
    max-width: 483px;
    width: 100%;
  }
}

.o-cp-chance__stage__point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width:768px), tv, print {
  .o-cp-chance__stage__point {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: 0%;
        flex-basis: 0%;
    margin-top: 30px;
  }
}
@media only screen and (max-width:767.97px) {
  .o-cp-chance__stage__point {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.o-cp-chance__stage__point > img {
  max-height: 90px;
}
@media only screen and (max-width:767.97px) {
  .o-cp-chance__stage__point > img {
    max-height: 36px;
  }
}

.o-cp-chance__stage__txtbox {
  text-align: center;
  z-index: 1;
  position: relative;
}
@media only screen and (max-width:767.97px) {
  .o-cp-chance__stage__txtbox {
    padding: 0 15px;
  }
}

@media only screen and (min-width:768px), tv, print {
  .o-cp-chance__stage__txtbox__txt {
    width: 80%;
  }
}

.o-cp-chance__stage__point-txt {
  display: block;
}
.o-cp-chance__stage__point-txt > img {
  max-width: 693px;
  height: auto;
}
@media only screen and (max-width:767.97px) {
  .o-cp-chance__stage__point-txt > img {
    max-width: 100%;
  }
}

.o-cp-chance__detail__ttlbox > * {
  vertical-align: top;
}

.o-cp-chance__cont__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width:767.97px) {
  .o-cp-chance__cont__box.-narrow {
    max-width: 300px;
  }
}

.o-cp-chance__cont__ttl {
  color: #fff100;
  font-weight: 700;
  font-size: 20px;
  min-width: 100px;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
@media only screen and (max-width:767.97px) {
  .o-cp-chance__cont__ttl {
    font-size: 18px;
  }
}

.o-cp-chance__cont__txt {
  color: #fff;
  font-size: 16px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: 0%;
      flex-basis: 0%;
  -ms-flex-item-align: center;
      align-self: center;
  font-weight: 700;
}
@media only screen and (max-width:767.97px) {
  .o-cp-chance__cont__txt {
    font-size: 15px;
  }
}

.o-cp-chance__cont__txt__strong {
  font-weight: 700;
  font-size: 20px;
}
@media only screen and (max-width:767.97px) {
  .o-cp-chance__cont__txt__strong {
    font-size: 18px;
  }
}

@media only screen and (max-width:767.97px) {
  .o-cp-chance__cont__txt__total {
    display: block;
    text-align: right;
  }
}

.o-cp-chance__detail__list {
  overflow-wrap: anywhere;
}

@media only screen and (max-width:767.97px) {
  .o-cp-chance__detail__lists {
    padding: 0 15px;
  }
}
@media only screen and (min-width:768px), tv, print {
  .o-cp-chance__detail__lists {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}