@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@700;800&display=swap");
.event-promotion {
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4; }

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

.event-promotion .h1, .event-promotion .h2, .event-promotion .post h2, .event-promotion .h3, .event-promotion .h4, .event-promotion .h5, .event-promotion .h6 {
  color: inherit; }

.event-promotion em {
  color: #c33700; }

.event-promotion strong, .event-promotion strong em {
  font-weight: bold; }

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

.event-promotion .desc {
  color: inherit;
  font-size: 85%;
  opacity: 0.7; }

.event-promotion p {
  margin: 0 !important; }

.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: 940px; }

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

.event-promotion .hr {
  border: 0;
  padding: 0;
  margin: 4rem 0 0 0; }

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

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

.cont-wrap {
  padding: 4rem 0;
  text-align: center;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100% auto; }

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

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

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

.cont-foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3rem; }

.cont-foot ul li {
  text-align: left;
  padding-left: 1.2rem;
  text-indent: -1.2rem; }

.cont-foot .func {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  padding-top: 1rem; }

.cont-foot .func .btn {
  width: 25rem;
  margin: 0;
  border: 0;
  padding-left: 0;
  padding-right: 0; }

.cont-foot .func .btn--gray {
  background-color: #666666; }

.cont-foot .func .btn--em {
  background-color: #c33700; }

@media (min-width: 45em) {
  .cont-foot .func {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; } }

@media (min-width: 60em) {
  .cont-foot {
    margin-top: 4rem; }
  .cont-foot .func {
    padding-top: 3rem; }
  .cont-foot .func .btn {
    width: 30rem; } }

.top-wrap {
  position: relative; }

.top-logo {
  position: absolute;
  z-index: 5;
  right: 2rem;
  top: 2rem; }

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

@media (min-width: 45em) {
  .top-logo {
    top: 3rem; }
  .top-logo img {
    height: 25px; } }

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

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

.top-img {
  position: relative; }

.top-img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  top: 50%;
  /*@if is-direction($direction) == false {
    $color-stops: $direction, $color-stops;
    $direction: 180deg;
  }*/
  background: #000;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(15%, #000), to(transparent));
  background: -o-linear-gradient(bottom, #000 15%, transparent 100%);
  background: linear-gradient(to top, #000 15%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000 15%', endColorstr='transparent 100%',GradientType=1 ); }

.top-tl {
  position: absolute;
  z-index: 2;
  left: 50%;
  right: 5%;
  top: 15%;
  text-align: center; }

@media (min-width: 60em) {
  .top-tl {
    right: 0; } }

.top-cont {
  position: absolute;
  z-index: 1;
  left: 2rem;
  bottom: 7%;
  color: #fff;
  font-size: 1.6rem;
  opacity: 0.5; }

.top-cont ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem; }

.top-cont li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1rem; }

@media (min-width: 60em) {
  .top-cont {
    left: 4rem;
    font-size: 1.8rem; } }

@media (min-width: 75em) {
  .top-cont {
    left: 6rem; } }

.gift-wrap {
  position: relative;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top: 58%; }

.gift-box {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fff;
  color: #0a0a0a; }

@media (min-width: 60em) {
  .gift-box {
    padding-top: 6rem;
    padding-bottom: 6rem; } }

.gift-head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  text-align: center;
  margin-bottom: 3rem; }

.gift-head .tl {
  letter-spacing: -1px; }

.gift-head .p {
  font-size: 2.0rem;
  opacity: 0.7; }

@media (min-width: 60em) {
  .gift-head {
    margin-bottom: 4rem; }
  .gift-head .p {
    font-size: 2.4rem; } }

.gift-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5rem; }

.gift-item .item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem; }

.gift-item::before {
  content: '+';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -150%);
      -ms-transform: translate(-50%, -150%);
          transform: translate(-50%, -150%);
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #323232;
  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;
  color: #fff;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1; }

@media (max-width: 59.99em) {
  .gift-item {
    gap: 2rem;
    font-size: 1.6rem; } }

.gift-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.gift-info__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem; }

.gift-info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem; }

.gift-info dt {
  min-width: 10rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.5rem 1.5rem;
  border-radius: 50px;
  background-color: #323232;
  text-align: center;
  color: #fff;
  font-size: 1.7rem; }

.gift-info dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

@media (min-width: 45em) {
  .gift-info dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left; }
  .gift-info dt {
    -webkit-transform: translateY(-15%);
        -ms-transform: translateY(-15%);
            transform: translateY(-15%); } }

@media (min-width: 60em) {
  .gift-info dt {
    padding: 0.6rem 2rem; } }

.notice-wrap {
  position: relative;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.5rem;
  padding-top: 4rem;
  padding-bottom: 6rem; }

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

.notice-wrap .stl {
  color: rgba(255, 255, 255, 0.8); }

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

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

.notice-wrap .yellow {
  color: #fff32e; }

.notice-wrap .blue {
  color: #2ac7ee; }

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

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