@import "reset.css";
html {
  font-size: min(1.2vw, 18pt);
  font-family: "kozuka-gothic-pro", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 0;
  color: #4e4e4e;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 3.4vw;
  }
}

h1 {
  position: relative;
  padding: 1.5em 0;
  color: #b70707;
  font-size: 1.6rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.2;
  text-shadow: 2px 2px 5px #fff, -2px 2px 5px #fff, 2px -2px 5px #fff, -2px -2px 5px #fff;
  z-index: 1;
}

h2 {
  color: #bc9125;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0.8em 0;
}

h3 {
  color: #4e4e4e;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  h3 {
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .br__pc {
    display: none;
  }
}

.br__sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .br__sp {
    display: block;
  }
}

.ep__color {
  color: #b70707;
}

.ep__size {
  font-size: 1.3em;
}

.ep__weight {
  font-weight: 900;
}

.text__sub {
  font-size: 0.6em;
}

.cloud {
  width: 40%;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

#js-loader-base {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #e03128;
  background-image: url(../img/pc/load_bg.jpg);
  background-repeat: repeat;
  background-size: 300px;
  z-index: 3;
}
#js-loader-base .load__chara {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max(160px, 12%);
  opacity: 0;
  z-index: 4;
}

.background .bg__01 {
  background-image: url(../img/pc/bg_red.jpg);
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .background .bg__01 {
    background-image: url(../img/sp/bg_red.jpg);
  }
}
.background .bg__02 {
  background-image: url(../img/pc/bg_white.jpg);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .background .bg__02 {
    background-image: url(../img/sp/bg_white.jpg);
  }
}
.background .bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
}

.bg__02--wrap {
  position: fixed;
  width: 100%;
  height: 100vh;
  clip-path: circle(35vw);
}
@media (min-aspect-ratio: 16/6) {
  .bg__02--wrap {
    clip-path: circle(84vh);
  }
}
@media (max-aspect-ratio: 18/16) {
  .bg__02--wrap {
    clip-path: circle(40vw);
  }
}
@media (max-aspect-ratio: 16/16) {
  .bg__02--wrap {
    clip-path: circle(45vw);
  }
}
@media (max-aspect-ratio: 10/16) {
  .bg__02--wrap {
    clip-path: circle(60vw);
  }
}
@media (max-aspect-ratio: 8/16) {
  .bg__02--wrap {
    clip-path: circle(70vw);
  }
}

.bg__02 {
  position: relative;
  margin: 0 auto;
  clip-path: circle(0%);
}

.top__item--wrap {
  position: relative;
}

.top__cloud01 {
  position: absolute;
  top: 26vh;
  left: 25%;
  transform: translate(-50%, -50%);
}
@media (min-aspect-ratio: 16/12) {
  .top__cloud01 {
    top: 22vh;
  }
}
@media (min-aspect-ratio: 16/8) {
  .top__cloud01 {
    top: 18vh;
  }
}
@media (min-aspect-ratio: 16/6) {
  .top__cloud01 {
    width: 30%;
    top: 20vh;
    left: 30%;
  }
}
@media (max-aspect-ratio: 18/16) {
  .top__cloud01 {
    top: 26vh;
    left: 20%;
  }
}
@media (max-aspect-ratio: 16/16) {
  .top__cloud01 {
    width: 50%;
    top: 57vh;
    left: 10%;
  }
}
@media (max-aspect-ratio: 10/16) {
  .top__cloud01 {
    width: 60%;
    top: 54vh;
    left: 5%;
  }
}
@media (max-aspect-ratio: 8/16) {
  .top__cloud01 {
    top: 50vh;
    left: 5%;
  }
}

.top__cloud02 {
  position: absolute;
  top: 50vh;
  right: 20%;
  transform: translate(50%, 50%);
}
@media (min-aspect-ratio: 16/12) {
  .top__cloud02 {
    top: 50vh;
  }
}
@media (min-aspect-ratio: 16/8) {
  .top__cloud02 {
    top: 45vh;
  }
}
@media (min-aspect-ratio: 16/6) {
  .top__cloud02 {
    width: 30%;
    top: 40vh;
    right: 27%;
  }
}
@media (max-aspect-ratio: 18/16) {
  .top__cloud02 {
    top: 53vh;
    right: 15%;
  }
}
@media (max-aspect-ratio: 16/16) {
  .top__cloud02 {
    width: 50%;
    top: 21vh;
    right: 12%;
  }
}
@media (max-aspect-ratio: 13/16) {
  .top__cloud02 {
    top: 23vh;
  }
}
@media (max-aspect-ratio: 13/16) {
  .top__cloud02 {
    top: 25vh;
  }
}
@media (max-aspect-ratio: 11/16) {
  .top__cloud02 {
    top: 27vh;
  }
}
@media (max-aspect-ratio: 10/16) {
  .top__cloud02 {
    width: 60%;
    top: 25vh;
  }
}
@media (max-aspect-ratio: 8/16) {
  .top__cloud02 {
    right: 5%;
    top: 27vh;
  }
}

.top__money {
  position: absolute;
  top: 68vh;
  left: 50%;
  transform: translateX(-50%);
  width: 75%;
}
@media (min-aspect-ratio: 16/12) {
  .top__money {
    top: 72vh;
  }
}
@media (min-aspect-ratio: 16/10) {
  .top__money {
    top: 75vh;
  }
}
@media (min-aspect-ratio: 16/8) {
  .top__money {
    top: 78vh;
  }
}
@media (min-aspect-ratio: 16/6) {
  .top__money {
    width: 170vh;
  }
}
@media (max-aspect-ratio: 18/16) {
  .top__money {
    top: 68vh;
    width: 100%;
  }
}
@media (max-aspect-ratio: 16/16) {
  .top__money {
    width: 120%;
  }
}
@media (max-aspect-ratio: 13/16) {
  .top__money {
    top: 65vh;
    width: 120%;
  }
}
@media (max-aspect-ratio: 11/16) {
  .top__money {
    top: 63vh;
    width: 120%;
  }
}
@media (max-aspect-ratio: 10/16) {
  .top__money {
    top: 63vh;
    width: 130%;
  }
}
@media (max-aspect-ratio: 8/16) {
  .top__money {
    top: 57vh;
    width: 170%;
  }
}

.main__contents {
  position: relative;
}

.top {
  width: 100%;
  height: 100vh;
}
.top .top__wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 70%;
  height: 100%;
  margin: 0 auto;
}
@media (min-aspect-ratio: 16/8) {
  .top .top__wrap {
    width: 140vh;
  }
}
@media (max-aspect-ratio: 18/16) {
  .top .top__wrap {
    width: 80%;
  }
}
@media (max-aspect-ratio: 16/16) {
  .top .top__wrap {
    width: 95%;
  }
}
@media (max-aspect-ratio: 10/16) {
  .top .top__wrap {
    width: 100%;
  }
}
.top .top__wrap .top__gc-logo {
  position: relative;
  margin-top: -20%;
  width: 40%;
}
@media (min-aspect-ratio: 16/8) {
  .top .top__wrap .top__gc-logo {
    margin-top: -15%;
  }
}
@media (max-aspect-ratio: 16/16) {
  .top .top__wrap .top__gc-logo {
    margin-left: 10%;
  }
}
@media (max-aspect-ratio: 10/16) {
  .top .top__wrap .top__gc-logo {
    margin-top: -30%;
    margin-left: 20%;
    width: 45%;
  }
}
@media (max-aspect-ratio: 8/16) {
  .top .top__wrap .top__gc-logo {
    width: 45%;
    margin-top: -40%;
  }
}
.top .top__wrap .top__title--wrap {
  position: relative;
  width: 100%;
  margin-top: -2%;
}
.top .top__wrap .top__title--wrap .top__chara {
  position: absolute;
  top: -20%;
  right: -13%;
  width: 38%;
  z-index: -1;
}
@media (max-aspect-ratio: 16/16) {
  .top .top__wrap .top__title--wrap .top__chara {
    top: -62%;
    left: 12%;
    width: 35%;
  }
}
@media (max-aspect-ratio: 10/16) {
  .top .top__wrap .top__title--wrap .top__chara {
    top: -70%;
    left: 5%;
    width: 45%;
  }
}
@media (max-aspect-ratio: 8/16) {
  .top .top__wrap .top__title--wrap .top__chara {
    top: -63%;
    clip-path: circle(70vw);
  }
}
.top .top__wrap .top__title--wrap .top__title {
  width: 90%;
  margin: 0 auto;
}
@media (max-aspect-ratio: 16/16) {
  .top .top__wrap .top__title--wrap .top__title {
    width: 85%;
  }
}
@media (max-aspect-ratio: 10/16) {
  .top .top__wrap .top__title--wrap .top__title {
    width: 100%;
  }
}

.attention__area {
  display: flex;
  justify-content: center;
  align-items: start;
  width: min(85%, 1400px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .attention__area {
    flex-direction: column;
    align-items: center;
    gap: 1em;
  }
}
.attention__area .att__chara {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .attention__area .att__chara {
    width: 75%;
    margin: 0 21% 0 4%;
  }
}
.attention__area .att__comment {
  position: relative;
  width: 60%;
  margin-top: 7em;
  border: 4px solid #000;
  border-radius: 10vw;
  box-shadow: 0 10px 0 #000;
}
@media screen and (max-width: 767px) {
  .attention__area .att__comment {
    width: 100%;
    margin: 0 auto;
    box-shadow: 0 9px 0 #000;
  }
}
.attention__area .att__comment .comment__inner {
  position: relative;
  padding: 2em 2.5em;
  background-color: #fff;
  border-radius: 10vw;
  font-weight: 700;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .attention__area .att__comment .comment__inner {
    padding: 1.5em 1.5em;
    border-radius: 10vw;
  }
}
.attention__area .att__comment .comment__horn01 {
  position: absolute;
  top: -1.4em;
  left: 15%;
  width: 60px;
}
@media screen and (max-width: 767px) {
  .attention__area .att__comment .comment__horn01 {
    transform: scale(-1, 1);
  }
}
.attention__area .att__comment .comment__cover {
  background-color: #fff;
}

.topics__wrap {
  width: 100%;
  margin-top: 10em;
}

.list__bg-text {
  position: relative;
  display: block;
  width: min(70%, 1150px);
  margin: 0 auto 0.5em auto;
  fill: white;
  stroke: #bc9125;
  stroke-width: 3;
  stroke-linejoin: round;
  opacity: 0.3;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .list__bg-text {
    width: 100%;
    margin: 0 auto 2em auto;
    stroke-width: 4;
  }
}

.list__wrap {
  position: relative;
  width: min(85%, 1400px);
  margin: 0 auto;
}
.list__wrap .list__bg-cloud01 {
  position: absolute;
  top: -30%;
  left: -20%;
}
.list__wrap .list__bg-cloud01 img {
  display: block;
}
@media screen and (max-width: 767px) {
  .list__wrap .list__bg-cloud01 {
    width: 80vw;
    top: -5%;
    left: -50%;
  }
}
.list__wrap .list__bg-cloud02 {
  position: absolute;
  top: 80%;
  right: -20%;
}
@media screen and (max-width: 767px) {
  .list__wrap .list__bg-cloud02 {
    width: 80vw;
    top: 96%;
    right: -50%;
  }
}

.cp__list {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .cp__list {
    flex-direction: column;
    gap: 2em;
  }
}
.cp__list .list {
  position: relative;
  width: 31.5%;
  top: 0;
  border-radius: 1vw;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .cp__list .list:hover {
    top: -20px;
    background-color: rgba(255, 255, 255, 0.6);
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.5);
  }
}
@media screen and (max-width: 767px) {
  .cp__list .list {
    width: 90%;
    border-radius: 15px;
  }
}
.cp__list .list .list__item {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.6;
}
.cp__list .list .item01 {
  width: 5em;
}
.cp__list .list .item02 {
  width: 8em;
}
.cp__list .list::before {
  position: absolute;
  top: -20%;
  left: -2%;
  color: #cfa02a;
  font-size: 3.5em;
  font-weight: 700;
  text-shadow: 3px 3px 3px rgba(255, 255, 255, 0.8), -3px 3px 3px rgba(255, 255, 255, 0.8), 3px -3px 3px rgba(255, 255, 255, 0.8), -3px -3px 3px rgba(255, 255, 255, 0.8);
}
.cp__list .list01::before {
  content: "01";
}
.cp__list .list02::before {
  content: "02";
}
.cp__list .list03::before {
  content: "03";
}

.topics {
  position: relative;
  width: min(85%, 1400px);
  margin: 10em auto 10em auto;
  border-radius: 5vw;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.topics .tps__bg {
  position: absolute;
  top: 0;
  z-index: 0;
}
.topics .tps__bg picture img {
  border-radius: 5vw 5vw 0 0;
}

@media screen and (max-width: 767px) {
  .topics03 {
    margin: 10em auto 5em auto;
  }
}

.tps__num {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 9em;
  height: 2em;
  top: -1em;
  left: -2.5%;
  color: #fff;
  font-size: 2.7em;
  font-weight: 900;
  background-color: #cfa02a;
  border-radius: 4vw;
  text-align: center;
  text-shadow: 0.3vw 0.3vw 0 #644c0f;
  box-shadow: 3px 3px 3px rgba(255, 255, 255, 0.5), -3px 3px 3px rgba(255, 255, 255, 0.5), 3px -3px 3px rgba(255, 255, 255, 0.5), -3px -3px 3px rgba(255, 255, 255, 0.5);
  z-index: 1;
}
.tps__num .num {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .tps__num {
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    font-size: 2em;
    border-radius: 50px;
    text-shadow: 0.8vw 0.8vw 0 #644c0f;
  }
}

.tps__top {
  position: relative;
  z-index: 1;
}

.tps__top01 {
  top: max(-80px, -5vw);
  left: min(3vw, 40px);
}
@media screen and (max-width: 767px) {
  .tps__top01 {
    width: 90%;
    top: auto;
    left: auto;
    margin: 0 auto;
    padding-top: 4.5em;
  }
}

.tps__top02, .tps__top03 {
  width: 90%;
  margin: 0 auto;
  padding-top: 6em;
}
@media screen and (max-width: 767px) {
  .tps__top02, .tps__top03 {
    padding-top: 4.5em;
  }
}

.tps__info {
  width: 90%;
  margin: 2em auto 0 auto;
}
.tps__info .tps__info01 {
  margin: -1em auto 0 auto;
}
.tps__info .tps__date {
  position: relative;
  display: block;
  margin: 0 auto 3em auto;
  color: #b70707;
  font-size: 1.3rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .tps__info .tps__date {
    margin: 2em auto 2em auto;
    font-size: 1rem;
  }
}
.tps__info .tps__date .date__inner {
  display: inline-block;
  padding: 0.5em 1em;
  text-align: center;
  line-height: 1.5;
  border-top: 1.5px solid #b70707;
  border-bottom: 1px solid #b70707;
}
.tps__info .tps__text {
  position: relative;
  width: 100%;
  margin: 0 auto 2em auto;
  text-align: center;
  z-index: 1;
}
.tps__info .annotation__area {
  margin-top: 5em;
  padding: 2em 0 5em 0;
  font-size: 0.8rem;
  color: #777;
  border-top: 1px solid #777;
}
.tps__info .annotation__area .ep__size {
  font-size: 1.2em;
}
.tps__info .annotation__area .ep__weight {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .tps__info .annotation__area {
    margin-top: 4em;
    padding: 2em 0 4em 0;
  }
}
.tps__info .annotation__area p.indent-1 {
  padding-left: 1em;
  text-indent: -1em;
}

table {
  background-color: #fff;
  border-collapse: collapse;
  color: #4e4e4e;
  width: 100%;
  position: relative;
  z-index: 1;
  font-size: 1 em;
  margin: 1em auto;
  word-break: normal;
  -webkit-font-smoothing: subpixel-antialiased;
}
@media screen and (max-width: 767px) {
  table {
    margin: 1em auto 2em auto;
    table-layout: fixed;
    font-size: 70%;
  }
}
table td, table th {
  background-color: #fff;
  border: 1px solid #aaa;
  width: 25%;
  text-align: center;
  padding: 15px 10px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  table td, table th {
    padding: 10px 5px;
  }
}
table .strong {
  background-color: #feffb3;
  border: 1px solid #aaa;
  width: 25%;
  text-align: center;
}
table .oneword {
  display: inline-block;
}
table .text-highlight {
  color: #b70707;
}

.table__attention--wrap::after {
  content: "";
  display: block;
  clear: both;
}
.table__attention--wrap .table__attention {
  position: relative;
  width: 40%;
  margin-top: 0.5em;
  margin-bottom: 5em;
  float: right;
  border: 4px solid #cfa02a;
  border-radius: 10vw;
}
@media screen and (max-width: 767px) {
  .table__attention--wrap .table__attention {
    margin-top: 0.2em;
    width: 100%;
    float: none;
  }
}
.table__attention--wrap .table__attention .comment__horn02 {
  position: absolute;
  top: -1.4em;
  right: 15%;
  width: 60px;
}
@media screen and (max-width: 767px) {
  .table__attention--wrap .table__attention .comment__horn02 {
    width: max(35px, 5vw);
    top: -1.5em;
    left: 82%;
  }
}
.table__attention--wrap .table__attention .comment__inner {
  position: relative;
  padding: 0.5em 2em;
  background-color: #fff;
  border-radius: 10vw;
  color: #bc9125;
  font-weight: 900;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .table__attention--wrap .table__attention .comment__inner {
    padding: 0.8em 1em 0.5em 1em;
  }
}
.table__attention--wrap .table__attention .comment__cover {
  background-color: #fff;
}

.tps__btn {
  position: relative;
  display: block;
  width: 40%;
  margin: 0 auto;
  background-color: #b70707;
  border-radius: 1vw;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .tps__btn {
    width: 80%;
    border-radius: 20px;
  }
}
.tps__btn .btn__dot {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  border-radius: 1vw;
}

.btn__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.7em;
  margin: 0 auto;
  padding: 1em 2em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .btn__wrap {
    padding: 1.5em 1.5em;
    text-align: center;
  }
}
.btn__wrap .btn__text {
  padding-top: 0.2em;
  font-size: min(2vw, 32px);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .btn__wrap .btn__text {
    font-size: 1.1rem;
  }
}

.btn__icon {
  position: relative;
  display: block;
  border-radius: 5vw;
}
@media screen and (max-width: 767px) {
  .btn__icon {
    border-radius: 100px;
  }
}
.btn__icon .arrow__wrap {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  line-height: 1;
  border-radius: 5vw;
}
.btn__icon .arrow__wrap::before, .btn__icon .arrow__wrap::after {
  position: absolute;
  animation-fill-mode: both;
  animation-duration: 0.6s;
}
.btn__icon .arrow__wrap::after {
  transform: translateX(-100%);
  opacity: 0;
}

.is-hover {
  top: 0;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .is-hover:hover {
    top: -5px;
    transform: scale(102%);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
  }
  .is-hover:hover .arrow__wrap:before {
    animation-name: transformRightLeft;
    animation-delay: 0s;
  }
  .is-hover:hover .arrow__wrap:after {
    animation-name: transformLeftRight;
    animation-delay: 0.2s;
  }
}

@keyframes transformLeftRight {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes transformRightLeft {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(100%);
    opacity: 0;
  }
}
.btn__icon--tps {
  width: 3em;
  height: 3em;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .btn__icon--tps {
    width: 10.5vw;
  }
}
.btn__icon--tps .arrow__wrap {
  width: 3.5vw;
}
.btn__icon--tps .arrow__wrap::before, .btn__icon--tps .arrow__wrap::after {
  content: url(../img/pc/arrow.svg);
  top: 15%;
  right: min(22%, 15px);
  width: 1.3em;
}
@media screen and (max-width: 767px) {
  .btn__icon--tps .arrow__wrap {
    width: 10.5vw;
  }
}

.btn__icon--prize {
  position: absolute;
  width: 4.5em;
  height: 4.5em;
  bottom: 1em;
  right: 1em;
  background-color: #cfa02a;
}
@media screen and (max-width: 767px) {
  .btn__icon--prize {
    width: 15.5vw;
  }
}
.btn__icon--prize .arrow__wrap {
  width: 5vw;
}
.btn__icon--prize .arrow__wrap::before, .btn__icon--prize .arrow__wrap::after {
  content: url(../img/pc/arrow_prize.svg);
  top: 22%;
  right: min(30%, 30px);
  width: 1.5em;
}
@media screen and (max-width: 767px) {
  .btn__icon--prize .arrow__wrap {
    width: 15.5vw;
  }
}

.cards__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 3.5em 2.5em;
  margin: 3em auto 0 auto;
}

.card {
  position: relative;
  width: 40%;
  padding: 3%;
  top: 0;
  border-radius: 3vw;
  color: #4e4e4e;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .card {
    width: 90%;
    border-radius: 30px;
  }
}
.card .prize__wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.card .prize__wrap .prize__info {
  width: 90%;
  margin: 1em auto min(5vw, 100px) auto;
  border-top: 1px solid #777;
}
@media screen and (max-width: 767px) {
  .card .prize__wrap .prize__info {
    margin: 1em auto 18vw auto;
  }
}
.card .prize__wrap .prize__info .prize__text {
  line-height: 1.5;
}

.tps03__img {
  margin-bottom: 4em;
}

.bottom__logo {
  position: relative;
  width: min(20%, 300px);
  margin: 0 auto 1em auto;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .bottom__logo {
    width: 70%;
    margin: 0 auto 2em auto;
  }
}

.btn__page-top--wrap {
  position: fixed;
  display: block;
  width: 50px;
  bottom: 20px;
  right: 30px;
  opacity: 0.5;
  z-index: 1;
}
.btn__page-top--wrap .btn__page-top {
  filter: drop-shadow(0 0 2px black);
}
@media screen and (max-width: 767px) {
  .btn__page-top--wrap {
    display: none;
  }
}

.webmoney{ 
    border: solid 1px #c00;
    padding: 20px;
    border-radius: 10px;
	display:flex;
}
.webmoney img{ 
    width: 100px;
    padding-right: 30px;
	float: left;
}
.webmoney span{ color:#c00;}

@media screen and (max-width: 767px) {
.webmoney{ 
	display:block;
}
}