.content {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.content .lucks__list {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.content .lucks__item {
  width: 30%;
}
.content .lucks__item:nth-child(1) .lucks__link {
  background: #f0566e;
}
.content .lucks__item:nth-child(2) .lucks__link {
  background: #ED89A5;
}
.content .lucks__item:nth-child(3) .lucks__link {
  background: #f0566e;
}
.content .lucks__link {
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  padding: 8px 0;
  text-align: center;
  color: #fff;
  background: #ccc;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
}
.content .whats__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  color: #707070;
}
.content .whats__title-text {
  font-size: 0.85rem;
  font-size: 14px;
  text-align: center;
}
.content .whats__title-subtext {
  font-size: 0.75rem;
  font-size: 12px;
  text-align: center;
}
.content .whats__title img {
  width: 100%;
}
.content .whats__link {
  display: flex;
  width: 100%;
}
.content .whats__link-day {
  width: 15%;
  line-height: 1.275;
  margin:0 0 0 8px;
}
.content .whats__link-text {
  width: 100%;
  line-height: 1.275;
  padding: 0 0 0 8px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: underline;
}
.content .whats__link-tags.col1 span {
  background: #AF87D8;
}
.content .whats__link-tags.col1 em {
  color: #f0566e;
}
.content .whats__link-tags span {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  color: #ffffff;
  padding: 2px 12px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 1.275;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  margin: 0 0 4px;
}

.content .whats__link-tags.newslink {
  display: inline-block;
  font-weight: bold;
}
.content .whats__link-tags.newslink span {
  color: #000000; 
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; 
}
.content .whats__link .newslink-text {
  margin:0 0 0 20px;
}
.content .newslink_col {
  display:flex;
  font-size:0.8rem;
}

.content .newslink.main__text {
  margin: 0 0 0 44px;
}

.content .genre {
  padding: 40px 0 16px;
}
.content .genre__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  color: #707070;
}
.content .genre__title img {
  width: 100%;
}
.content .menu__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  color: #707070;
}
.content .menu__title img {
  width: 100%;
}
.content .menu select {
  position: relative;
  width: 100%;
  border: 1px solid #707070;
  padding: 8px 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  overflow: hidden;
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0) 50%, #808080 50%), linear-gradient(135deg, #808080 50%, rgba(0, 0, 0, 0) 50%), linear-gradient(to right, #cccccc, #cccccc);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}
.content .menu select:focus {
  outline: 0;
  box-shadow: 0 0 0 2px #ED89A5;
}
.content .menu__subtitle {
  display: block;
  @incldue fs(14);
  padding: 0 0 4px;
}

/* #47147 */
.content .lucks__item span {
  display: block;
  text-align: center;
  padding: 8px 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}
.content .lucks__list img {
  width: 100%;
}