#fanfunWrapper {
  background: #fff;
  background-repeat: repeat-y;
  width: 1000px;
  margin: 0 auto;
  color: #000;
}

#fanfunWrapper .intro {
  margin: 50px 0;
  text-align: center;
}

.tab {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.tab__label {
  font-size: 30px;
  text-align: center;
  width: 500px;
  color: #fff;
  background: #ccc;
  padding: 40px 0;
  order: -1;
  cursor: pointer;
  border-radius: 10px 10px 0 0;
}

.tab__label_2 {
  font-size: 30px;
  text-align: center;
  width: 500px;
  color: #fff;
  background: #ccc;
  padding: 40px 0;
  order: -1;
  cursor: pointer;
  border-radius: 10px 10px 0 0;
}

.tab__content {
  width: 100%;
  display: none;
  border: 1px solid #ccc;
  padding: 16px;
}

.tab__switch {
  display: none;
}

.tab__switch:checked + .tab__label {
  background: #FF80D5;
}

.tab__switch:checked + .tab__label_2 {
  background: #FFD91C;
}

.tab__switch:checked + .tab__label + .tab__content {
  display: block;
}

.tab__switch:checked + .tab__label_2 + .tab__content {
  display: block;
}

.shop_block h2 {
  font-size: 30px;
  text-align: center;
  padding: 30px 0px;
  border-bottom: solid 3px #C2F0FD;
  border-top: solid 3px #C2F0FC;
  margin-bottom: 50px;
}

.cast {
  display: flex;
  border: 2px solid #FF80D5;
  margin-bottom: 50px;
}

.cast .cast_text h3 {
  width: 542px;
  font-size: 20px;
  height: 80px;
  background-color: #FF80D5;
  line-height: 3.5;
  padding-left: 20px;
}

.cast .cast_text dt {
  font-size: 20px;
  padding-left: 20px;
  height: 80px;
  line-height: 3.5;
  text-decoration: underline;
  border-width: 2px;
}

.cast .cast_text dd {
  font-size: 16px;
  padding: 0 20px;
  line-height: 1.8;
}

.cast img {
  width: 400px;
  height: auto;
}

.cast_2 {
  display: flex;
  border: 2px solid #FFD91C;
  margin-bottom: 50px;
}

.cast_2 .cast_text h3 {
  width: 542px;
  font-size: 20px;
  height: 80px;
  background-color: #FFD91C;
  line-height: 3.5;
  padding-left: 20px;
}

.cast_2 .cast_text dt {
  font-size: 20px;
  padding-left: 20px;
  height: 80px;
  line-height: 3.5;
  text-decoration: underline;
  border-width: 2px;
}

.cast_2 .cast_text dd {
  font-size: 16px;
  padding: 0 20px;
  line-height: 1.8;
}

.cast_2 img {
  width: 400px;
  height: auto;
}
