.content .whats__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  color: #707070;
}
.content .whats__title img {
  width: 100%;
}
.content .whats__link {
  width: 100%;
}
.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 .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 .tarot__animation {
  width: 80%;
  margin: auto;
}
.content .tarot__animation img {
  width: 100%;
  vertical-align: middle;
}
.content .tarot__btn input {
  margin: 0 auto 16px;
  background: #ED89EA;
}
.content .tarot__btn input.skip {
  background: #F2ADF0;
}
/*20200323 ’Ç‰Á*/
.content .master__list {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: space-around;
}
.content .master__item {
  width: 70%;
  padding-bottom: 4px;
}
.content .master__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;
  vertical-align: middle;
}
.content .master__item:nth-child(1) .master__link {
  background: #ED89D7;
}
.content .master__item:nth-child(2) .master__link {
  background: #ED89A5;
}
.content .master__item:nth-child(3) .master__link {
  background: #ED9F89;
}
.content .master__item:nth-child(4) .master__link {
  background: #d193ed;
}
.content .master__item:nth-child(5) .master__link {
  background: #6884eb;
}
.content .master__item:nth-child(6) .master__link {
  background: #75c8f4;
}
.content .master__item:nth-child(7) .master__link {
  background: #fa5ea2;
}