.event-promotion {
  overflow: hidden;
  position: relative;
  color: #040404;
  font-size: 1.8rem; }

@media (min-width: 60em) {
  .event-promotion {
    font-size: 2.0rem; } }

.event-promotion span {
  display: inline-block; }

.event-promotion .l-event,
.event-promotion .l-small {
  position: relative;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem; }

.event-promotion .l-event {
  max-width: 900px; }

.event-promotion .l-small {
  max-width: 680px; }

.event-promotion .hr {
  border: 0;
  background-color: transparent;
  margin-top: 5rem; }

@media (min-width: 60em) {
  .event-promotion .hr {
    margin-top: 8rem; } }

.event-promotion .desc {
  font-size: 80%;
  opacity: 0.7; }

.event-promotion .swiper-container {
  background-color: #fff; }

.event-promotion .swiper-slide-prev, .event-promotion .swiper-slide-next {
  opacity: 0.5; }

.event-promotion .swiper-button-prev::before, .event-promotion .swiper-button-next::before {
  color: #fff;
  font-size: 3rem; }

@media (max-width: 59.99em) {
  .event-promotion .swiper-button-prev {
    left: 0; }
  .event-promotion .swiper-button-next {
    right: 0; }
  .event-promotion .swiper-button-prev::before, .event-promotion .swiper-button-next::before {
    font-size: 2rem; } }

.event-promotion .winner-table {
  width: 100%;
  text-align: center;
  border: 2px solid rgba(255, 255, 255, 0.2);
  margin: 2rem 0;
  color: #fff; }

.event-promotion .winner-table th, .event-promotion .winner-table td {
  color: #fff;
  font-size: 1.5rem;
  padding: 0.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2); }

.event-promotion .winner-table th + th,
.event-promotion .winner-table th + td, .event-promotion .winner-table td + th,
.event-promotion .winner-table td + td {
  border-left: 1px solid rgba(255, 255, 255, 0.2); }

.event-promotion .winner-table thead th {
  background-color: rgba(255, 255, 255, 0.1); }

@media (min-width: 60em) {
  .event-promotion .winner-table th, .event-promotion .winner-table td {
    font-size: 1.6rem;
    padding: 0.7rem; } }

.cont-wrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100% auto; }

@media (min-width: 60em) {
  .cont-wrap {
    padding-top: 8rem;
    padding-bottom: 8rem; } }

.cont-head {
  color: #fff;
  text-align: center; }

.cont-head .tl {
  color: #fff; }

.top-wrap {
  position: relative;
  color: #fff;
  text-align: center; }

.top-wrap .desc {
  color: #fff; }

.top-wrap .box {
  display: inline-block;
  padding: 1rem 4rem; }

.top-wrap .box--color {
  background-color: #040404;
  border: 1px solid #fff;
  color: #fff; }

@media (min-width: 60em) {
  .top-wrap .box {
    padding: 2rem 6rem;
    font-size: 130%; } }

.top-wrap .btn {
  background-color: #040404;
  border-color: #fff;
  color: #fff; }

.top-wrap .btn:hover, .top-wrap .btn:focus {
  border-color: #cccccc;
  background-color: #cccccc;
  color: #040404; }

.top-wrap .btn--xlg {
  font-size: 150%;
  padding: 25px 60px;
  margin: 0; }

.top-logo {
  position: absolute;
  z-index: 10;
  left: 7%;
  right: 7%;
  top: 5%;
  text-align: right; }

.top-logo img {
  height: 24px; }

@media (min-width: 60em) {
  .top-logo img {
    height: 30px; } }

@media (min-width: 75em) {
  .top-logo img {
    height: auto; } }

.top-cont {
  position: relative;
  z-index: 3;
  padding-top: 27%; }

.top-cont .tl {
  padding-left: 3%; }

.top-cont .stl {
  display: block;
  margin-top: 3rem;
  color: #fff;
  font-size: 250%; }

.top-cont .p {
  margin: 3rem 0;
  opacity: 0.7; }

@media (min-width: 60em) {
  .top-cont {
    padding-top: 19%; }
  .top-cont .stl {
    margin-top: 5rem; } }

.top-thumb {
  position: relative;
  z-index: 1;
  margin-top: -12%;
  margin-bottom: 5%; }

.top-foot {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0; }

.top-foot--before {
  bottom: -2%; }

.top-foot--after {
  bottom: 4%; }

@media (min-width: 60em) {
  .top-foot--before {
    bottom: 4%; }
  .top-foot--after {
    bottom: 5%; } }

.top-info {
  text-align: center; }

.top-info ul {
  display: inline-block; }

.top-info li {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }

.top-info strong {
  display: block;
  position: absolute;
  left: 0;
  top: -3px;
  padding: 0.4rem 0;
  border-radius: 50px;
  border: 2px solid transparent;
  background-color: transparent;
  text-align: center;
  color: #fff;
  font-size: 75%; }

@media (min-width: 60em) {
  .top-info strong {
    top: -5px;
    padding: 0.6rem 0;
    font-size: 90%; } }

.top-info li {
  padding-left: 120px; }

.top-info strong {
  width: 110px;
  border-color: #cccccc;
  background-color: transparent; }

@media (min-width: 60em) {
  .top-info ul {
    display: block;
    max-width: 560px;
    margin: 0 auto;
    text-align: left; }
  .top-info li {
    display: inline-block;
    padding-left: 170px;
    margin-left: 1rem;
    margin-right: 1rem; }
  .top-info strong {
    width: 150px; } }

.winner-box {
  padding: 2rem;
  border-radius: 2rem;
  background-color: #fff;
  text-align: center;
  margin-top: 2rem; }

@media (min-width: 60em) {
  .winner-box {
    padding-top: 4rem;
    padding-bottom: 4rem;
    margin-top: 3rem; }
  .winner-box .tl {
    margin-bottom: 3rem; } }

.winner-info {
  text-align: center; }

.winner-info ul {
  display: inline-block; }

.winner-info li {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }

.winner-info strong {
  display: block;
  position: absolute;
  left: 0;
  top: -3px;
  padding: 0.4rem 0;
  border-radius: 50px;
  border: 2px solid transparent;
  background-color: transparent;
  text-align: center;
  color: #fff;
  font-size: 75%; }

@media (min-width: 60em) {
  .winner-info strong {
    top: -5px;
    padding: 0.6rem 0;
    font-size: 90%; } }

.winner-info li {
  padding-left: 100px; }

.winner-info strong {
  width: 90px;
  color: #fff;
  border-color: #029570;
  background-color: #029570; }

@media (min-width: 60em) {
  .winner-info li {
    padding-left: 150px;
    margin-top: 2rem;
    margin-bottom: 2rem; }
  .winner-info strong {
    width: 130px; } }

.picture-item {
  text-align: center; }

.picture-item .thumb img {
  width: 100%; }

.gift-wrap {
  position: relative;
  text-align: center;
  padding: 3rem 2rem;
  background-color: #fff; }

.gift-wrap .tl {
  font-size: 2.8rem;
  font-weight: bold; }

.gift-wrap .p {
  margin: 2rem 0; }

@media (min-width: 45em) {
  .gift-wrap {
    padding: 5rem 4rem; }
  .gift-wrap .tl {
    font-size: 3.4rem; } }

@media (min-width: 60em) {
  .gift-wrap {
    padding: 8rem; }
  .gift-wrap .tl {
    font-size: 3.8rem; }
  .gift-wrap .p {
    margin: 3rem 0; } }

.gift-date {
  text-align: center; }

.gift-date ul {
  display: inline-block; }

.gift-date li {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }

.gift-date strong {
  display: block;
  position: absolute;
  left: 0;
  top: -3px;
  padding: 0.4rem 0;
  border-radius: 50px;
  border: 2px solid transparent;
  background-color: transparent;
  text-align: center;
  color: #fff;
  font-size: 75%; }

@media (min-width: 60em) {
  .gift-date strong {
    top: -5px;
    padding: 0.6rem 0;
    font-size: 90%; } }

.gift-date li {
  padding-left: 120px; }

.gift-date strong {
  width: 110px;
  border-color: #040404;
  background-color: #040404; }

@media (min-width: 60em) {
  .gift-date li {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-left: 160px; }
  .gift-date strong {
    width: 140px; } }

.notice-wrap {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.5rem; }

.notice-wrap .tl {
  color: #fff;
  margin-bottom: 2rem; }

.notice-wrap .stl {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 1.5rem; }

.notice-wrap .ul {
  margin-top: 1rem; }

.notice-wrap .ul a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: underline; }

.notice-wrap .red {
  color: #ff8a8a; }

.notice-wrap .blue {
  color: #89e8ff; }
