.playwith-contents {
  position: relative;
  color: #0a0a0a;
  font-size: 1.8rem; }

@media (max-width: 59.99em) {
  .playwith-contents {
    font-size: 1.7rem; }
  .playwith-contents.is-wide {
    margin-left: 0 !important;
    margin-right: 0 !important; } }

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

.playwith-contents .l-event {
  max-width: 840px; }

.playwith-contents .l-event .l-small {
  padding-left: 0;
  padding-right: 0; }

.playwith-contents .l-small {
  max-width: 640px; }

.playwith-contents span {
  display: inline-block; }

.playwith-contents .desc {
  font-size: 80%;
  opacity: 0.7; }

.playwith-contents .hr {
  width: 150px;
  margin-left: auto;
  margin-right: auto; }

.playwith-contents .linear strong {
  background-image: -o-linear-gradient(left, transparent 50%, #D8EBE6 0);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(0, #D8EBE6));
  background-image: linear-gradient(90deg, transparent 50%, #D8EBE6 0);
  background-repeat: repeat-x;
  background-position: 100% 100%;
  background-size: 200% 15px;
  padding: 0 2px 5px 2px; }

.playwith-contents .table-wrap .table {
  border-color: #cccccc; }

.playwith-contents .table-wrap .table th,
.playwith-contents .table-wrap .table td {
  padding: 0.5em 0.8em;
  border-color: #cccccc;
  font-size: inherit; }

.about-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.about-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; }

.about-dl dl {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
  gap: 1rem; }

.about-dl dt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 120px;
  padding: 4px 0;
  border-radius: 50px;
  background-color: #323232;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: normal; }

.about-dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

@media (min-width: 60em) {
  .about-dl {
    gap: 1.5rem; }
  .about-dl dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.5rem; }
  .about-dl dt {
    font-size: 16px; } }

.gift-wrap {
  position: relative;
  padding: 2rem;
  border: 1px solid #029570; }

.gift-wrap .box-tl {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.gift-wrap .box-tl strong {
  display: block;
  padding: 3px 2rem;
  border-radius: 5px;
  background-color: #029570;
  color: #fff; }

@media (min-width: 60em) {
  .gift-wrap {
    padding: 4rem; } }

.gift-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem; }

.gift-item .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  text-align: center; }

@media (max-width: 34.99em) {
  .gift-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .gift-item .item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .gift-item .thumb {
    width: 110px; }
  .gift-item .cont {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: left; } }

@media (min-width: 35em) {
  .gift-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3rem; }
  .gift-item .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }
