@charset "UTF-8";
/* 告知用 */
.c770 {
  width: 770px;
  margin: 0 auto; }
  @media all and (min-width: 750px) and (max-width: 1120px) {
    .c770 {
      width: 72.64%; } }
  @media screen and (max-width: 749px) {
    .c770 {
      width: 90%; } }

.c915 {
  width: 915px;
  margin: 0 auto;
  text-align: center; }
  @media all and (min-width: 750px) and (max-width: 1120px) {
    .c915 {
      width: 86.32%; } }
  @media screen and (max-width: 749px) {
    .c915 {
      width: 90%; } }

.txt-plain {
  font-size: 1.8rem;
  line-height: 2.4rem; }
  @media screen and (max-width: 749px) {
    .txt-plain {
      font-size: 1.4rem;
      line-height: 2rem; } }
  .txt-plain span {
    color: #f964b2;
    font-weight: 700; }

.cover img {
  border: 2px solid #ff99cc;
  -webkit-border-image: -webkit-linear-gradient(top left, #ff99cc 0%, #c1bcff 50%, #7ee0dd 100%);
  -o-border-image: -o-linear-gradient(top left, #ff99cc 0%, #c1bcff 50%, #7ee0dd 100%);
  border-image: linear-gradient(to bottom right, #ff99cc 0%, #c1bcff 50%, #7ee0dd 100%);
  border-image-slice: 1; }
  @media screen and (max-width: 749px) {
    .cover img {
      border-width: 1px; } }

.gp {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px; }
  .gp .title {
    color: #f964b2;
    font-size: 3.5rem;
    margin-left: -0.5em;
    font-weight: 700;
    line-height: 1;
    padding-bottom: 10px; }
    @media screen and (max-width: 749px) {
      .gp .title {
        font-size: 2.5rem;
        padding-bottom: 5px;
        text-align: center;
        margin: 0 auto; } }
  .gp .name {
    font-size: 2.5rem;
    line-height: 1;
    font-weight: 500;
    padding-bottom: 10px; }
    .gp .name span {
      font-size: 0.75em; }
    @media screen and (max-width: 749px) {
      .gp .name {
        font-size: 1.8rem;
        padding-bottom: 5px;
        text-align: center;
        margin: 0 auto; } }
  .gp .cover {
    width: 27.32%;
    margin-right: 4.92%;
    margin-bottom: 0.5em; }
  .gp .detail {
    width: 56.83%;
    align-self: center; }
    .gp .detail .prize {
      width: 100%;
      padding-bottom: 10px; }
  @media screen and (max-width: 749px) {
    .gp .cover {
      width: 80%;
      padding: 0;
      margin: 0 0 0.5em !important;
      text-indent: 0 !important; }
    .gp .detail {
      width: 100%; }
      .gp .detail .prize {
        width: 100%;
        margin: 0 auto 0.5em; } }

#good .box {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.75em;
  row-gap: 10px; }
  #good .box li {
    margin-left: 0 !important;
    text-indent: 0 !important;
    margin-bottom: 0 !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 24%; }
    @media screen and (max-width: 749px) {
      #good .box li {
        width: 100%;
        column-gap: 0; } }
#good .cover {
  margin-bottom: 0.5em; }
  @media screen and (max-width: 749px) {
    #good .cover {
      width: 80%;
      margin: 0 auto 0.5em; } }
#good .title {
  color: #f964b2;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 5px;
  text-indent: -0.5em; }
  @media screen and (max-width: 749px) {
    #good .title {
      font-size: 2.2rem;
      padding-bottom: 5px;
      text-align: center;
      margin: 0 auto; } }
#good .name {
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 500; }
  #good .name span {
    font-size: 0.75em; }
  @media screen and (max-width: 749px) {
    #good .name {
      font-size: 1.8rem;
      text-align: center;
      margin: 0 auto; } }
