img {
  width: 100%;
}

.wrap {
  max-width: 1032px;
  margin: 0 auto;
  padding: 0 1rem;
}

.contents .section {
  margin-bottom: 78px;
}
.contents h3 {
  text-align: center;
  line-height: 65px;
  background-color: #bc272d;
  font-size: 23px;
  letter-spacing: 0.05em;
  font-family: 'Noto Serif JP', serif;
  color: white;
  margin-bottom: 34px;
}
@media screen and (max-width: 550px) {
  .contents h3 {
    font-size: 20px;
    line-height: 50px;
  }
}
.contents .flex-box {
  display: flex;
  background-color: #f8f8f8;
  align-items: center;
  margin-bottom: 34px;
  padding-right: 50px;
}
@media screen and (max-width: 768px) {
  .contents .flex-box {
    flex-direction: column;
    gap: 20px;
    width: calc(100vw*300/400);
    margin: 0 auto 22px;
    padding-right: 0;
  }
}
.contents .flex-box .work {
  width: 300px;
}
@media screen and (max-width: 768px) {
  .contents .flex-box .work {
    width: 100%;
  }
}
.contents .flex-box .artist {
  display: flex;
  /*gap: 100px;*/
  align-items: center;
  justify-content: flex-end;
  width: 700px;
}
@media screen and (max-width: 1000px) {
  .contents .flex-box .artist {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .contents .flex-box .artist {
    margin-bottom: 30px;
    width: 100%;
    justify-content: center;
  }
}
@media screen and (max-width: 550px) {
  .contents .flex-box .artist {
    flex-direction: column;
    gap: 22px;
  }
}
.contents .flex-box .artist .name_left {
  width: 65%;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 34px;
  font-family: 'Noto Sans JP', sans-serif;
}
@media screen and (max-width: 768px) {
  .contents .flex-box .artist .name_left {
    width: auto;
  }
}
.contents .flex-box .artist .name_left .rankHead {
  font-family: 'Noto Serif JP', serif;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
.contents .flex-box .artist .name_left figure {
  width: 80px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 550px) {
  .contents .flex-box .artist .name_left figure {
    width: 50px;
  }
}
.contents .flex-box .artist .name_left .rank {
  font-size: 38px;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .contents .flex-box .artist .name_left .rank {
    font-size: 32px;
  }
}
.contents .flex-box .artist .name_left .rank span {
  font-size: 28px;
  padding-left: 5px;
}
@media screen and (max-width: 550px) {
  .contents .flex-box .artist .name_left .rank {
    margin-bottom: 5px;
  }
}
.contents .flex-box .artist .name_left .name {
  font-size: 22px;
}
@media screen and (max-width: 1000px) {
  .contents .flex-box .artist .name_left .name {
    font-size: 18px;
  }
}
.contents .flex-box .artist .name_left .name span {
  font-size: 30px;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .contents .flex-box .artist .name_left .name span {
    font-size: 25px;
  }
}
.contents .flex-box .artist .name_left small {
  font-size: 18px;
}
@media screen and (max-width: 1000px) {
  .contents .flex-box .artist .name_left small {
    font-size: 16px;
  }
}
.contents .flex-box .artist .name_right {
  width: 35%;
}
@media screen and (max-width: 768px) {
  .contents .flex-box .artist .name_right {
    width: auto;
  }
}
.contents .flex-box .artist .name_right figure {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contents .flex-box .artist .name_right figure {
    max-width: 200px;
  }
}
.contents .flex-box .artist .name_right .buttons {
  display: flex;
}
.contents .flex-box .artist .name_right .buttons a {
  width: 50%;
  display: block;
  text-align: center;
  font-size: 13px;
  line-height: 35px;
  color: white;
  background-color: #aeaeae;
  font-family: 'Jost', sans-serif;
}
.contents .flex-box .artist .name_right .buttons a:nth-child(2) {
  background-color: black;
}
.contents .flex-box .artist .name_right .blogonly a {
  width: 100%;
}
.contents .gold {
  border: 1px solid #f1dc71;
 /*
.flex-box{
    gap: 80px;
    .artist{
        max-width: 600px;
    }
}*/
}
@media screen and (max-width: 768px) {
  .contents .gold {
    width: 100%;
  }
}
.contents .gold .work {
  width: 400px;
}
@media screen and (max-width: 768px) {
  .contents .gold .work {
    width: 100%;
  }
}
.contents .gold .artist .name_left {
  width: 61%;
}
@media screen and (max-width: 768px) {
  .contents .gold .artist .name_left {
    width: auto;
  }
}
.contents .gold .artist .name_right {
  width: 39%;
}
@media screen and (max-width: 768px) {
  .contents .gold .artist .name_right {
    width: auto;
  }
}
.contents .silver {
  border: 1px solid #c7c7c7;
}
.contents .copper {
  border: 1px solid #f1bc71;
}

/*# sourceMappingURL=style.css.map */
