#logo_area {
  position: absolute;
  top: 0;
  left: 0;
}

.features_item_0 {
  background-image: url(../images/feature_icon0.png);
  background-size: auto 108px;
  background-position: top 6px center;
}

#awards .remark p {
  margin-bottom: 10px;
  line-height: 20px;
}
#awards .remark p:last-child {
  margin-bottom: 0;
}

.limited_video {
  max-width: 50%;
  min-width: 608px;
}

@media screen and (max-width: 1180px) {
  .limited_video {
    min-width: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 960px) {
  .limited_video {
    min-width: 100%;
    max-width: 100%;
  }
}
.limited_video {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  width: 100%;
  max-width: 608px;
}

/* Fallback for older browsers */
@supports not (aspect-ratio: 16/9) {
  .limited_video {
    padding-bottom: 56.25%;
  }
}
/* Style the iframe to fill the container */
.video-ctn {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  width: 100%;
  margin-bottom: 30px;
}

.limited_video iframe, .video-ctn iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.d-inline-block {
  display: inline-block;
}

.overlay_card .overlay_thumb .name {
  font-size: 22px;
  line-height: 1.4;
  top: 0px;
}
@media screen and (max-width: 960px) {
  .overlay_card .overlay_thumb .name {
    background: linear-gradient(180deg, #fff 65%, rgba(255, 255, 255, 0) 100%);
    padding: 70px 10px 0;
    height: 260px;
  }
}
@media screen and (min-width: 961px) {
  .overlay_card .overlay_thumb .name {
    max-width: 55%;
    font-size: 28px;
  }
}
.overlay_card .overlay_thumb .desc {
  font-size: 16px;
  font-weight: 400;
}
@media screen and (min-width: 961px) {
  .overlay_card .overlay_thumb .desc {
    font-size: 22px;
  }
}

.limited_image {
  width: 100%;
}
@media screen and (min-width: 961px) {
  .limited_image {
    width: auto;
  }
}
.limited_image .limited_image_remark {
  font-size: 12px;
  padding: 5px;
}

.gold_promotion {
  text-align: center;
  background: #fff6dc;
  padding: 20px;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  .gold_promotion {
    padding: 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 22px;
  }
}
.gold_promotion .tnc {
  text-align: center;
  font-size: 12px;
  line-height: 1.3;
  margin-top: 10px;
}
.gold_promotion .tnc:lang(en) {
  min-height: 32px;
}
.gold_promotion .tnc.align-center {
  text-align: center;
}
.gold_promotion .tnc a {
  color: #222222;
}
.gold_promotion_item_container {
  margin-top: 20px;
}
@media screen and (min-width: 961px) {
  .gold_promotion_item_container {
    margin-top: 40px;
    display: flex;
  }
}
.gold_promotion_item {
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (min-width: 961px) {
  .gold_promotion_item {
    padding: 0px 10px;
    margin-bottom: 0px;
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
  }
}
.gold_promotion_item:last-child {
  margin-bottom: 0;
}
.gold_promotion_item_header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.gold_promotion_item_header_icon {
  width: 50px;
}
.gold_promotion_item_header_text {
  padding-left: 20px;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
}
@media screen and (min-width: 961px) {
  .gold_promotion_item_header_text {
    font-size: 22px;
    line-height: 26px;
  }
}
.gold_promotion_item_desc {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
}
@media screen and (min-width: 961px) {
  .gold_promotion_item_desc {
    font-size: 18px;
    line-height: 24px;
  }
}/*# sourceMappingURL=style.css.map */