@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
}

/*iosのフォームボタンリセット*/
input[type=submit],
input[type=button],
input[type=reset] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
input[type=reset]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus,
input[type=reset]::focus {
  outline-offset: -2px;
}

* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

li {
  list-style: none;
}

a {
  color: #666666;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}
a:hover p:hover {
  opacity: 0.7;
}
a:hover img:hover {
  opacity: 0.7;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  background: #000;
}

body {
  background: url("./../images/bg.jpg");
  background-size: cover;
  font-size: 1.6rem;
  font-size: 62.5%;
  color: #000;
  overflow-x: hidden;
  max-width: 750px;
  width: 100%;
  margin: auto;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.p-header {
  margin: 0 auto;
  position: relative;
}
.p-header__Openbtn {
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
  z-index: 10000;
  width: 6.4rem;
  height: 6.4rem;
  box-sizing: border-box;
  border: 0.2rem solid #fff;
}
.p-header__Openbtn span {
  display: inline-block;
  position: absolute;
  left: 50%;
  height: 0.7rem;
  border-radius: 0.2rem;
  background: #fff;
  width: 4.7rem;
  transform: translateX(-50%);
  transition: 0.6s;
}
.p-header__Openbtn span:nth-of-type(1) {
  top: 1.1rem;
}
.p-header__Openbtn span:nth-of-type(2) {
  top: 2.8rem;
}
.p-header__Openbtn span:nth-of-type(3) {
  top: 4.5rem;
}
.p-header__Openbtn.-active span {
  background: #000;
}
.p-header__Openbtn.-active span:nth-of-type(1) {
  transform: rotate(-45deg);
  left: calc(50% - 1.6rem);
  top: 2.2rem;
}
.p-header__Openbtn.-active span:nth-of-type(2) {
  opacity: 0;
}
.p-header__Openbtn.-active span:nth-of-type(3) {
  transform: rotate(45deg);
  left: calc(50% - 1.6rem);
  top: 2.2rem;
}
.p-header__Nav {
  position: absolute;
  width: 25rem;
  background: #fff;
  border: 0.4rem solid #000;
  right: -100%;
  top: 0;
  transition: all 0.4s;
  z-index: 1000;
  padding: 5rem 0;
}
.p-header__Nav.-active {
  right: 0;
}
.p-header__Nav ul li {
  margin-bottom: 2rem;
  text-align: center;
}
.p-header__Nav ul li:last-child {
  margin-bottom: 0;
}
.p-header__Nav ul li a {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  color: #000;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .p-header__Openbtn {
    top: 2.1333333333vw;
    right: 2.1333333333vw;
    width: 8.5333333333vw;
    height: 8.5333333333vw;
    border: 0.2666666667vw solid #fff;
  }
  .p-header__Openbtn span {
    height: 0.9333333333vw;
    border-radius: 0.2666666667vw;
    width: 6.2666666667vw;
  }
  .p-header__Openbtn span:nth-of-type(1) {
    top: 1.4666666667vw;
  }
  .p-header__Openbtn span:nth-of-type(2) {
    top: 3.7333333333vw;
  }
  .p-header__Openbtn span:nth-of-type(3) {
    top: 6vw;
  }
  .p-header__Openbtn.-active span:nth-of-type(1) {
    left: calc(50% - 2.1333333333vw);
    top: 2.9333333333vw;
  }
  .p-header__Openbtn.-active span:nth-of-type(3) {
    left: calc(50% - 2.1333333333vw);
    top: 2.9333333333vw;
  }
  .p-header__Nav {
    width: 25rem;
    border: 0.4rem solid #000;
    padding: 5rem 0;
  }
  .p-header__Nav ul li {
    margin-bottom: 2rem;
  }
  .p-header__Nav ul li a {
    font-size: 1.8rem;
  }
}
.l-main {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
  padding: 3rem 0 0;
}

@media screen and (max-width: 750px) {
  .l-main {
    padding: 4vw 0 0;
  }
}
.p-footer {
  background: #000;
  padding: 5rem 0;
}

.p-footer-nav--link {
  display: block;
  font-size: 2.1rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 2.6rem;
}

.p-footer-copy {
  background: #000000;
  padding: 1rem;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .p-footer {
    padding: 6.6666666667vw 0;
  }
  .p-footer-nav--link {
    font-size: 2.8vw;
    margin-bottom: 3.4666666667vw;
  }
  .p-footer-copy {
    padding: 1.3333333333vw;
  }
}
.c-ttl {
  width: calc(100% - 4rem);
  margin: 0 auto 5rem;
}

@media screen and (max-width: 750px) {
  .c-ttl {
    width: calc(100% - 5.3333333333vw);
    margin: 0 auto 6.6666666667vw;
  }
}
.c-pager {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}
.c-pager a,
.c-pager span {
  border: 0.1rem solid #000;
  border-radius: 0.5rem;
  width: 7.5rem;
  height: 7.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 2.8rem;
  transition: 0.6s;
  cursor: pointer;
}
.c-pager a.active,
.c-pager span.active {
  color: #fff;
  background: #858585;
}
.c-pager span {
  border: none;
}

.c-bnr {
  width: calc(100% - 4rem);
  margin: 0 auto 9.5rem;
}

@media screen and (max-width: 750px) {
  .c-bnr {
    width: calc(100% - 2.6666666667vw);
    margin: 0 auto 13.3333333333vw;
  }
}
.c-Event {
  margin-bottom: 10rem;
}
.c-Event .tab-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.c-Event .tab-container .tab {
  width: 48%;
}
.c-Event .tab-container .tab a {
  display: block;
  border: 0.1rem solid #000;
  border-radius: 1rem;
  padding: 1rem;
  text-align: center;
  font-size: 2.8rem;
  transition: 0.6s;
  cursor: pointer;
}
.c-Event .tab-container .tab.active a {
  color: #fff;
  background: #858585;
}
.c-Event .content-container .content {
  display: none;
}
.c-Event .content-container .content__Item {
  margin-bottom: 12rem;
}
.c-Event .content-container .content__Item-Ttl {
  text-align: center;
  font-weight: bold;
  font-size: 2.8rem;
  margin-bottom: 3rem;
}
.c-Event .content-container .content__Item-Flex {
  display: flex;
  justify-content: space-between;
}
.c-Event .content-container .content__Item-Thum {
  width: 30%;
}
.c-Event .content-container .content__Item-Thum-Label {
  text-align: center;
  display: block;
  font-size: 1.6rem;
  padding: 0.2rem;
  border: 0.1rem solid #000;
  margin-bottom: 1rem;
}
.c-Event .content-container .content__Item-Thum-Fig {
  border: 0.1rem solid #000;
}
.c-Event .content-container .content__Item-Detail {
  width: 65%;
}
.c-Event .content-container .content__Item-Detail-Ttl {
  font-weight: bold;
  font-size: 2.8rem;
  margin-bottom: 1rem;
}
.c-Event .content-container .content__Item-Detail-Item, .c-Event .content-container .content__Item-Detail-BtlBet, .c-Event .content-container .content__Item-Detail-AppBet, .c-Event .content-container .content__Item-Detail-Prize {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.c-Event .content-container .content__Item-Detail-Result {
  text-align: center;
  display: block;
  font-size: 1.6rem;
  padding: 1rem;
  color: #000;
  border: 0.1rem solid #000;
  margin-bottom: 1rem;
}
.c-Event .content-container .content__Item-Detail-Btn {
  text-align: center;
  display: block;
  font-size: 1.6rem;
  padding: 1rem;
  color: #000;
  border: 0.1rem solid #000;
  margin-bottom: 1rem;
}
.c-Event .content-container .content__Item-Detail-BuyBtn {
  display: block;
  margin: 2rem auto 0;
  max-width: 59.6rem;
}
.c-Event .content-container .content.show {
  display: block;
}

@media screen and (max-width: 750px) {
  .c-Event {
    margin-bottom: 17.3333333333vw;
  }
  .c-Event .tab-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3rem;
  }
  .c-Event .tab-container .tab {
    width: 48%;
  }
  .c-Event .tab-container .tab a {
    display: block;
    border: 0.1rem solid #000;
    border-radius: 1rem;
    padding: 1rem;
    text-align: center;
    font-size: 2.8rem;
    transition: 0.6s;
    cursor: pointer;
  }
  .c-Event .tab-container .tab.active a {
    color: #fff;
    background: #858585;
  }
  .c-Event .content-container .content {
    display: none;
  }
  .c-Event .content-container .content__Item {
    margin-bottom: 16vw;
  }
  .c-Event .content-container .content__Item-Ttl {
    text-align: center;
    font-weight: bold;
    font-size: 2.8rem;
    margin-bottom: 3rem;
  }
  .c-Event .content-container .content__Item-Flex {
    display: flex;
    justify-content: space-between;
  }
  .c-Event .content-container .content__Item-Thum {
    width: 30%;
  }
  .c-Event .content-container .content__Item-Thum-Label {
    text-align: center;
    display: block;
    font-size: 1.6rem;
    padding: 0.2rem;
    border: 0.1rem solid #000;
    margin-bottom: 1rem;
  }
  .c-Event .content-container .content__Item-Thum-Fig {
    border: 0.1rem solid #000;
  }
  .c-Event .content-container .content__Item-Detail {
    width: 65%;
  }
  .c-Event .content-container .content__Item-Detail-Ttl {
    font-weight: bold;
    font-size: 2.8rem;
    margin-bottom: 1rem;
  }
  .c-Event .content-container .content__Item-Detail-Item, .c-Event .content-container .content__Item-Detail-BtlBet, .c-Event .content-container .content__Item-Detail-AppBet, .c-Event .content-container .content__Item-Detail-Prize {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .c-Event .content-container .content__Item-Detail-Result {
    text-align: center;
    display: block;
    font-size: 1.6rem;
    padding: 1rem;
    color: #000;
    border: 0.1rem solid #000;
    margin-bottom: 1rem;
  }
  .c-Event .content-container .content__Item-Detail-Btn {
    text-align: center;
    display: block;
    font-size: 1.6rem;
    padding: 1rem;
    color: #000;
    border: 0.1rem solid #000;
    margin-bottom: 1rem;
  }
  .c-Event .content-container .content__Item-Detail-BuyBtn {
    margin: 3.3333333333vw auto 0;
    max-width: 79.4666666667vw;
  }
  .c-Event .content-container .content.show {
    display: block;
  }
}
.c-pasttotal {
  border: 0.2rem solid #000;
  padding: 2rem;
  margin-bottom: 10rem;
}
.c-pasttotal__Ttl {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
.c-pasttotal__Price {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: 3rem;
  font-weight: bold;
}
.c-pasttotal__Price span {
  text-align: center;
  width: 50rem;
  display: inline-block;
  border: 0.2rem solid #000;
  padding: 0.5rem;
  font-size: 4rem;
  margin-right: 1rem;
}

.c-OfficialX {
  margin-bottom: 10rem;
}
.c-OfficialX__Box {
  margin: auto;
  width: 80%;
}

.c-Winningprize {
  margin-bottom: 11rem;
}
.c-Winningprize__Subttl {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 3rem;
}
.c-Winningprize__Fig {
  margin: 0 auto 3rem;
}

@media screen and (max-width: 750px) {
  .c-Winningprize {
    margin-bottom: 13.3333333333vw;
  }
  .c-Winningprize__Subttl {
    font-size: 4.8vw;
    margin-bottom: 4vw;
  }
}
.c-Performers {
  margin-bottom: 12.3rem;
}
.c-Performers__List {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(100% - 4rem);
}
.c-Performers__Item {
  width: 48%;
  margin-bottom: 1rem;
}
.c-Performers__Item-Top {
  margin-bottom: 0.5rem;
  border: 0.1rem solid #fff;
  border-radius: 0.4rem;
}
.c-Performers__Item-Top.-top01 {
  border: 0.1rem solid #000;
  background: #fff;
  color: #000;
}
.c-Performers__Item-Top.-top01 .c-Performers__Item-No {
  border-bottom: 0.1rem solid #000;
}
.c-Performers__Item-Top.-top02 {
  background: #000;
  color: #fff;
}
.c-Performers__Item-Top.-top03 {
  background: #ff0b00;
  color: #fff;
}
.c-Performers__Item-Top.-top04 {
  background: #35a0e9;
  color: #fff;
}
.c-Performers__Item-Top.-top05 {
  background: #fdf102;
}
.c-Performers__Item-Top.-top06 {
  background: #33b302;
  color: #fff;
}
.c-Performers__Item-Top.-top07 {
  background: #f89700;
  color: #fff;
}
.c-Performers__Item-Top.-top08 {
  background: #f50084;
  color: #fff;
}
.c-Performers__Item-No {
  font-size: 2rem;
  padding: 1rem;
  line-height: 1;
  font-weight: bold;
  border-bottom: 0.1rem solid #fff;
}
.c-Performers__Item-Name {
  font-size: 2rem;
  padding: 1rem;
  line-height: 1;
  font-weight: bold;
}
.c-Performers__Item-Thum {
  margin-bottom: 0.5rem;
}
.c-Performers__Item-Sns {
  border: 0.1rem solid #000;
  padding: 2rem;
  margin-bottom: 0.5rem;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 0.4rem;
}
.c-Performers__Item-Sns-Type {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 0.1rem solid #000;
}
.c-Performers__Item-Sns-Type-Dt {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}
.c-Performers__Item-Sns-Type-Dd {
  font-size: 1.4rem;
}
.c-Performers__Item-Sns-Txt {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.c-Performers__Item-Sns-Item {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
}
.c-Performers__Item-Sns-Item span {
  width: 2.2rem;
  margin-right: 1rem;
}
.c-Performers__Item-Sns-Item a {
  font-size: 1.4rem;
  color: #007fff;
  text-decoration: underline;
  word-break: break-all;
}
.c-Performers__Item-Other {
  display: block;
}

@media screen and (max-width: 750px) {
  .c-Performers {
    margin-bottom: 16.4vw;
  }
  .c-Performers__List {
    width: calc(100% - 5.3333333333vw);
  }
  .c-Performers__Item {
    margin-bottom: 1.3333333333vw;
  }
  .c-Performers__Item-Top {
    margin-bottom: 0.6666666667vw;
    border-radius: 0.5333333333vw;
  }
  .c-Performers__Item-No {
    font-size: 2.6666666667vw;
    padding: 1.3333333333vw;
  }
  .c-Performers__Item-Name {
    font-size: 2.6666666667vw;
    padding: 1.3333333333vw;
  }
  .c-Performers__Item-Thum {
    margin-bottom: 0.6666666667vw;
  }
  .c-Performers__Item-Sns {
    padding: 2.6666666667vw;
    margin-bottom: 0.6666666667vw;
    border-radius: 0.5333333333vw;
  }
  .c-Performers__Item-Sns-Type {
    margin-bottom: 1.3333333333vw;
    padding-bottom: 1.3333333333vw;
  }
  .c-Performers__Item-Sns-Type-Dt {
    font-size: 1.8666666667vw;
    margin-bottom: 0.6666666667vw;
  }
  .c-Performers__Item-Sns-Type-Dd {
    font-size: 1.8666666667vw;
  }
  .c-Performers__Item-Sns-Txt {
    font-size: 1.8666666667vw;
    margin-bottom: 0.6666666667vw;
  }
  .c-Performers__Item-Sns-Item {
    margin-bottom: 0.6666666667vw;
  }
  .c-Performers__Item-Sns-Item span {
    width: 2.9333333333vw;
    margin-right: 1.3333333333vw;
  }
  .c-Performers__Item-Sns-Item a {
    font-size: 1.8666666667vw;
  }
}
.c-Payout {
  margin-bottom: 10rem;
}
.c-Payout__Time {
  text-align: center;
  color: #fff;
  font-size: 2.1rem;
  margin-bottom: 3.2rem;
}
.c-Payout__Btn {
  margin: auto;
  display: block;
  max-width: 59.6rem;
}
.c-Payout__Oubo {
  margin: auto;
  width: calc(100% - 4rem);
  position: relative;
}
.c-Payout__Oubo-Btn {
  position: absolute;
  top: 65%;
  left: 11%;
  max-width: 59.7rem;
  width: 79.6%;
}
.c-Payout.-bd {
  margin-bottom: 1.7rem;
}

@media screen and (max-width: 750px) {
  .c-Payout {
    margin-bottom: 1.3333333333vw;
  }
  .c-Payout__Time {
    font-size: 2.8vw;
    margin-bottom: 4.2666666667vw;
  }
  .c-Payout__Btn {
    max-width: 79.4666666667vw;
  }
  .c-Payout__Oubo {
    width: calc(100% - 5.3333333333vw);
  }
  .c-Payout__Oubo-Btn {
    max-width: 79.4666666667vw;
  }
  .c-Payout.-bd {
    margin-bottom: 2.2666666667vw;
  }
}
.c-Result {
  margin-bottom: 10rem;
}
.c-Result__Rank {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto 3rem;
}
.c-Result__Rank-Item {
  width: 33.3333333333%;
  text-align: center;
  padding-top: 4rem;
  position: relative;
}
.c-Result__Rank-Item:before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 3.6rem;
  height: 2.8rem;
  content: "";
}
.c-Result__Rank-Item:after {
  position: absolute;
  top: 6.5rem;
  right: 0;
  transform: translateX(50%);
  width: 4rem;
  height: 0.1rem;
  content: "";
  background: #000;
}
.c-Result__Rank-Item.-rank01:before {
  background: url("./../images/icon_rank_01.png");
  background-size: cover;
}
.c-Result__Rank-Item.-rank02:before {
  background: url("./../images/icon_rank_02.png");
  background-size: cover;
}
.c-Result__Rank-Item.-rank03:before {
  background: url("./../images/icon_rank_03.png");
  background-size: cover;
}
.c-Result__Rank-Item.-rank03:after {
  display: none;
}
.c-Result__Rank-Item-Number {
  width: 5rem;
  font-size: 1.8rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
}
.c-Result__Rank-Item-Name {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0 auto 0.5rem;
}
.c-Result__Rank-Item-Point {
  font-size: 1.4rem;
  font-weight: bold;
}
.c-Result__Btn {
  margin: 5rem auto 0;
  border-radius: 0.5rem;
  border: 0.1rem solid #000;
  padding: 1rem 1.5rem;
  display: block;
  text-align: center;
  font-weight: bold;
  color: #000;
  font-size: 1.4rem;
  max-width: 30rem;
  position: relative;
  cursor: pointer;
}
.c-Result__Btn:after {
  position: absolute;
  top: 50%;
  transform-origin: center;
  transform: translateY(-50%);
  right: 2rem;
  width: 1.25rem;
  height: 1.05rem;
  content: "";
  pointer-events: none;
  transition: 0.6s;
  background: url("./../images/icon_btnarrow.png");
  background-size: cover;
}
.c-Result__Btn.-op:after {
  transform: rotate(180deg);
}

.p-event__Getpoint {
  margin-bottom: 11.4rem;
}
.p-event__Getpoint-Wrap-Box {
  display: flex;
  margin-bottom: 2rem;
}
.p-event__Getpoint-Wrap-Box:last-of-type {
  margin-bottom: 0;
}
.p-event__Getpoint-Wrap-Box-Rank {
  font-size: 2.6rem;
  color: #fff;
  max-width: 12.8rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(./../images/icon_rank_normal.svg);
  background-size: 4.79rem;
  background-repeat: no-repeat;
  background-position: top center;
}
.p-event__Getpoint-Wrap-Box-Thum {
  max-width: 16rem;
  width: 100%;
  margin-right: 3.8rem;
}
.p-event__Getpoint-Wrap-Box-Detail {
  max-width: 38.8rem;
  width: 100%;
}
.p-event__Getpoint-Wrap-Box-Detail-No {
  font-size: 2.6rem;
  padding: 1.2rem;
  line-height: 1;
  margin-bottom: 1rem;
}
.p-event__Getpoint-Wrap-Box-Detail-Name {
  font-size: 2.6rem;
  margin-bottom: 1rem;
  color: #fff;
}
.p-event__Getpoint-Wrap-Box-Detail-Pt {
  font-size: 5.2rem;
  line-height: 1;
  color: #fff;
}
.p-event__Getpoint-Wrap-Box:nth-of-type(1) .p-event__Getpoint-Wrap-Box-Rank {
  background-image: url(./../images/icon_rank_gold.svg);
}
.p-event__Getpoint-Wrap-Box:nth-of-type(1) .p-event__Getpoint-Wrap-Box-Detail-No {
  border: 0.1rem solid #000;
  background: #fff;
}
.p-event__Getpoint-Wrap-Box:nth-of-type(2) .p-event__Getpoint-Wrap-Box-Rank {
  background-image: url(./../images/icon_rank_silver.svg);
}
.p-event__Getpoint-Wrap-Box:nth-of-type(2) .p-event__Getpoint-Wrap-Box-Detail-No {
  background: #00A0E9;
  color: #fff;
}
.p-event__Getpoint-Wrap-Box:nth-of-type(3) .p-event__Getpoint-Wrap-Box-Rank {
  background-image: url(./../images/icon_rank_blonz.svg);
}
.p-event__Getpoint-Wrap-Box:nth-of-type(3) .p-event__Getpoint-Wrap-Box-Detail-No {
  background: #FF0000;
  color: #fff;
}
.p-event__Getpoint-Wrap-Box:nth-of-type(4) .p-event__Getpoint-Wrap-Box-Detail-No {
  background: #000;
  color: #fff;
  border: 0.1rem solid #fff;
}
.p-event__Getpoint-Wrap-Box:nth-of-type(5) .p-event__Getpoint-Wrap-Box-Detail-No {
  background: #FFF100;
}
.p-event__Getpoint-Wrap-Box:nth-of-type(6) .p-event__Getpoint-Wrap-Box-Detail-No {
  background: #00B300;
  color: #fff;
}
.p-event__Getpoint-Wrap-Box:nth-of-type(7) .p-event__Getpoint-Wrap-Box-Detail-No {
  background: orange;
  color: #fff;
}
.p-event__Getpoint-Wrap-Box:nth-of-type(8) .p-event__Getpoint-Wrap-Box-Detail-No {
  background: rgb(245, 2, 132);
  color: #fff;
}
.p-event .c-Event .content-container .content__Item-Detail-Item {
  font-weight: bold;
}
.p-event .c-Event .content-container .content__Item {
  border: none;
}

@media screen and (max-width: 750px) {
  .p-event__Getpoint {
    margin-bottom: 15.8666666667vw;
  }
  .p-event__Getpoint-Wrap-Box {
    display: flex;
    margin-bottom: 2.6666666667vw;
  }
  .p-event__Getpoint-Wrap-Box-Rank {
    font-size: 3.4666666667vw;
    max-width: 17.0666666667vw;
    background-size: 6.4vw;
  }
  .p-event__Getpoint-Wrap-Box-Thum {
    max-width: 21.3333333333vw;
    margin-right: 5.0666666667vw;
  }
  .p-event__Getpoint-Wrap-Box-Detail {
    max-width: 51.7333333333vw;
  }
  .p-event__Getpoint-Wrap-Box-Detail-No {
    font-size: 3.4666666667vw;
    padding: 1.6vw;
    margin-bottom: 1.3333333333vw;
  }
  .p-event__Getpoint-Wrap-Box-Detail-Name {
    font-size: 3.4666666667vw;
    margin-bottom: 1.3333333333vw;
  }
  .p-event__Getpoint-Wrap-Box-Detail-Pt {
    font-size: 6.9333333333vw;
  }
}
.p-results {
  margin: 10rem auto;
}
.p-results__Ttl {
  text-align: center;
  font-weight: bold;
  font-size: 2.8rem;
  margin-bottom: 2rem;
}
.p-results__Txt {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 5rem;
}
.p-results__btn {
  display: block;
  cursor: pointer;
  width: 30rem;
  border: 0.1rem solid #000;
  padding: 1rem;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
  border-radius: 0.5rem;
  margin: auto;
  color: #000;
}

.p-eventresult .c-Event .content-container .content__Item-Detail-Item {
  font-weight: bold;
}
.p-eventresult .c-Event .content-container .content__Item {
  border: none;
}
.p-eventresult .c-Payout .c-Payout__Topbtn {
  margin-top: 2rem;
}

.p-record {
  margin-top: 5rem;
}
.p-record__Info {
  margin-bottom: 10rem;
}
.p-record__Info-Box {
  margin-bottom: 3rem;
  border: 0.4rem solid #000;
  padding: 2rem 4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-record__Info-Box-Thum {
  width: 25%;
}
.p-record__Info-Box-Detail {
  width: 70%;
}
.p-record__Info-Box-Detail-Name {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.p-record__Info-Box-Detail-Times, .p-record__Info-Box-Detail-Rank, .p-record__Info-Box-Detail-Point {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.p-record__Info-Sns {
  width: 80%;
  margin: 0 auto 5rem;
}
.p-record__Info-Sns-Ttl {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.p-record__Info-Sns-Txt {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.p-record__Info-Sns-Item {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
}
.p-record__Info-Sns-Item span {
  width: 4rem;
  margin-right: 1rem;
}
.p-record__Info-Sns-Item a {
  font-size: 1.4rem;
  color: rgb(121, 190, 255);
  text-decoration: underline;
}
.p-record__Info-Profile {
  width: 80%;
  margin: 0 auto 5rem;
}
.p-record__Info-Profile-Ttl {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.p-record__Info-Profile-Wrap {
  margin-bottom: 2rem;
}
.p-record__Info-Profile-Result {
  border: 0.2rem solid #000;
  padding: 0.5rem 2rem 0.5rem 0.5rem;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-record__Info-Profile-Result > div {
  display: flex;
  align-items: center;
}
.p-record__Info-Profile-Result-Rank {
  background: #ddd;
  font-size: 2rem;
  padding: 0.5rem 2rem;
  display: inline-block;
  margin-right: 1rem;
}
.p-record__Info-Profile-Result-Point {
  font-size: 1.6rem;
}
.p-record__Info-Profile-Result-Fav {
  padding-left: 2.5rem;
  font-size: 1.8rem;
  background: url(./../images/icon_heart.svg);
  background-size: 1.8rem;
  background-position: center left;
  background-repeat: no-repeat;
}
.p-record__Info-Profile-Box {
  border: 0.2rem solid #000;
  padding: 2rem;
  margin-bottom: 0.5rem;
}
.p-record__Info-Profile-Box-Dl {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 0.1rem solid #000;
}
.p-record__Info-Profile-Box-Dl:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.p-record__Info-Profile-Box-Dt {
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}
.p-record__Info-Profile-Box-Dd {
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}
.p-record__Info-Profile-Btn {
  margin: auto;
  border: 0.1rem solid #000;
  padding: 1rem 1.5rem;
  display: block;
  text-align: center;
  font-weight: bold;
  color: #000;
  font-size: 1.4rem;
}
.p-record__Topbtn {
  margin: 5rem auto;
  border-radius: 0.5rem;
  border: 0.1rem solid #000;
  padding: 1rem 1.5rem;
  display: block;
  text-align: center;
  font-weight: bold;
  color: #000;
  font-size: 1.4rem;
  max-width: 30rem;
}

.p-form {
  margin-top: 5rem;
}
.p-form__Ttl {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}
.p-form__Ttl span {
  border: 0.1rem solid #000;
  display: inline-block;
  padding: 0.2rem 1rem;
  margin-right: 1rem;
}
.p-form__Ttl.p-form__Check {
  font-size: 2rem;
}
.p-form__Ttl.p-form__Check a {
  color: #97B7F3;
  text-decoration: underline;
}
.p-form table {
  width: 100%;
}
.p-form table tr {
  padding-bottom: 1rem;
  display: block;
}
.p-form table th {
  display: block;
  width: 100%;
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}
.p-form table td {
  display: block;
  width: 100%;
  font-size: 1.6rem;
}
.p-form table td input {
  padding: 1rem;
  width: 100%;
  font-size: 1.6rem;
}
.p-form table td textarea {
  min-height: 20rem;
  padding: 1rem;
  width: 100%;
  font-size: 1.6rem;
}
.p-form__Check {
  font-size: 1.6rem;
}
.p-form__Check label {
  padding-left: 3rem;
  position: relative;
  display: block;
}
.p-form__Check label:after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  border: 0.2rem solid #000;
  content: "";
}
.p-form__Check input[type=checkbox] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.p-form__Check input[type=checkbox]:checked + label:before {
  position: absolute;
  top: 0.6rem;
  left: 0.6rem;
  transform: rotate(50deg);
  width: 0.4rem;
  height: 0.8rem;
  border-right: 0.2rem solid #000;
  border-bottom: 0.2rem solid #000;
  content: "";
}
.p-form__Attention {
  font-size: 1.2rem;
  padding-left: 1.5em;
  position: relative;
  margin-top: 1rem;
}
.p-form__Attention span {
  position: absolute;
  left: 0;
}
.p-form__Attention a {
  color: #97B7F3;
}
.p-form__Thankstxt {
  font-size: 1.6rem;
  text-align: center;
  margin: auto;
}
.p-form__Select {
  margin-bottom: 1rem;
  position: relative;
}
.p-form__Select:before {
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  width: 3.6rem;
  height: 2.8rem;
  content: "";
}
.p-form__Select select {
  padding: 1rem;
  width: 100%;
  font-size: 1.6rem;
}
.p-form__Select.-rank01 {
  padding-left: 6rem;
}
.p-form__Select.-rank01:before {
  background: url("./../images/icon_rank_01.png");
  background-size: cover;
}
.p-form__Select.-rank02 {
  padding-left: 6rem;
}
.p-form__Select.-rank02:before {
  background: url("./../images/icon_rank_02.png");
  background-size: cover;
}
.p-form__Select.-rank03 {
  padding-left: 6rem;
}
.p-form__Select.-rank03:before {
  background: url("./../images/icon_rank_03.png");
  background-size: cover;
}
.p-form-01 {
  margin-bottom: 5rem;
}
.p-form-02 {
  margin-bottom: 5rem;
}
.p-form-03 {
  margin-bottom: 5rem;
}
.p-form input[type=submit] {
  margin: 5rem auto;
  background: #fff;
  border: 0.1rem solid #000;
  padding: 1rem 1.5rem;
  display: block;
  text-align: center;
  font-weight: bold;
  color: #000;
  font-size: 1.4rem;
  width: 100%;
  max-width: 30rem;
}
.p-form__Topbtn {
  margin: 5rem auto;
  border-radius: 0.5rem;
  border: 0.1rem solid #000;
  padding: 1rem 1.5rem;
  display: block;
  text-align: center;
  font-weight: bold;
  color: #000;
  font-size: 1.4rem;
  max-width: 30rem;
}
.p-form.-confirm table td {
  padding: 1rem;
  border: 0.1rem solid #000;
}

.is-hidden {
  display: none;
}

.p-pay__Topbtn {
  margin: 5rem auto;
  border-radius: 5px;
  border: 0.1rem solid #000;
  padding: 1rem 1.5rem;
  display: block;
  text-align: center;
  font-weight: bold;
  color: #000;
  font-size: 1.4rem;
  max-width: 30rem;
}

/* =========================================================
pay - 配当表一覧のクラス
========================================================= */
/* line 6, ../sass/object/project/_pay.scss */
.p-pay-application {
  padding: 0 25px;
}

/* line 8, ../sass/object/project/_pay.scss */
.p-pay-application__data {
  color: #ffffff;
  line-height: 1.6;
  font-size: 4vw;
  font-weight: bold;
  padding-bottom: 10px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  /* line 8, ../sass/object/project/_pay.scss */
  .p-pay-application__data {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
/* line 21, ../sass/object/project/_pay.scss */
.p-pay-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}

/* line 27, ../sass/object/project/_pay.scss */
.p-pay-tab {
  display: block;
  width: 50%;
  padding: 0 10px;
}

/* line 32, ../sass/object/project/_pay.scss */
.p-pay-tab__btn {
  border: 0.1rem solid #000;
  border-radius: 10px;
  color: #000;
  background-color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  font-size: 5.0666666667vw;
  padding: 10px 20px;
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 32, ../sass/object/project/_pay.scss */
  .p-pay-tab__btn {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
/* line 48, ../sass/object/project/_pay.scss */
.p-pay-tab.active .p-pay-tab__btn {
  background: #666;
  color: #fff;
}

/* line 55, ../sass/object/project/_pay.scss */
.p-pay-list__info .ttl {
  font-size: 3.7333333333vw;
  line-height: 1.6;
  margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
  /* line 55, ../sass/object/project/_pay.scss */
  .p-pay-list__info .ttl {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
/* line 64, ../sass/object/project/_pay.scss */
.p-pay-list__info .text {
  line-height: 1.6;
  font-size: 3.3333333333vw;
  padding-bottom: 10px;
}

@media screen and (min-width: 768px) {
  /* line 64, ../sass/object/project/_pay.scss */
  .p-pay-list__info .text {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
/* line 76, ../sass/object/project/_pay.scss */
.p-pay-table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 80, ../sass/object/project/_pay.scss */
.p-pay-table__item {
  width: 50%;
  padding-top: 20px;
}

/* line 86, ../sass/object/project/_pay.scss */
.p-pay-table table {
  background: #ffffff;
  width: 100%;
}

/* line 89, ../sass/object/project/_pay.scss */
.p-pay-table table th,
.p-pay-table table td {
  border: 1px solid #cccccc;
  font-size: 2.9333333333vw;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  padding: 3px;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  /* line 89, ../sass/object/project/_pay.scss */
  .p-pay-table table th,
.p-pay-table table td {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
/* line 103, ../sass/object/project/_pay.scss */
.p-pay-table .main-th th {
  font-weight: bold;
  padding: 5px 3px;
}

/* line 109, ../sass/object/project/_pay.scss */
.p-pay-table .num1 {
  background: #F0F0F0;
}

/* line 112, ../sass/object/project/_pay.scss */
.p-pay-table .num2 {
  background: #000000;
  color: #ffffff;
}

/* line 116, ../sass/object/project/_pay.scss */
.p-pay-table .num3 {
  background: #FF0000;
  color: #ffffff;
}

/* line 120, ../sass/object/project/_pay.scss */
.p-pay-table .num4 {
  background: #00A0E9;
  color: #ffffff;
}

/* line 124, ../sass/object/project/_pay.scss */
.p-pay-table .num5 {
  background: #FFF100;
  color: #000000;
}

/* line 128, ../sass/object/project/_pay.scss */
.p-pay-table .num6 {
  background: #00B300;
  color: #ffffff;
}

/* line 132, ../sass/object/project/_pay.scss */
.p-pay-table .num7 {
  background: #FF9700;
  color: #ffffff;
}

/* line 136, ../sass/object/project/_pay.scss */
.p-pay-table .num8 {
  background: #FF0084;
  color: #ffffff;
}

/* line 142, ../sass/object/project/_pay.scss */
.p-pay-box {
  width: 100%;
  padding-top: 20px;
}

/* line 147, ../sass/object/project/_pay.scss */
.p-pay-popular {
  width: 100%;
}

/* line 149, ../sass/object/project/_pay.scss */
.p-pay-popular .main-ttl {
  border-bottom: 1px solid #000;
}

/* line 151, ../sass/object/project/_pay.scss */
.p-pay-popular .main-ttl th {
  font-size: 3.7333333333vw;
}

@media screen and (min-width: 768px) {
  /* line 151, ../sass/object/project/_pay.scss */
  .p-pay-popular .main-ttl th {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
/* line 158, ../sass/object/project/_pay.scss */
.p-pay-popular tr {
  border-bottom: 1px solid #000;
}

/* line 160, ../sass/object/project/_pay.scss */
.p-pay-popular tr th,
.p-pay-popular tr td {
  padding: 10px;
  text-align: center;
}

/* line 166, ../sass/object/project/_pay.scss */
.p-pay-popular .rank {
  width: 30%;
}

/* line 169, ../sass/object/project/_pay.scss */
.p-pay-popular .group {
  width: 40%;
}

/* line 173, ../sass/object/project/_pay.scss */
.p-pay-popular .group-img .num {
  width: 20px;
}

/* line 176, ../sass/object/project/_pay.scss */
.p-pay-popular .group-img .line {
  width: 20px;
}

/* line 180, ../sass/object/project/_pay.scss */
.p-pay-popular .pt {
  width: 30%;
}

/* line 185, ../sass/object/project/_pay.scss */
.p-pay-more {
  text-align: center;
  padding-top: 20px;
}

/* line 188, ../sass/object/project/_pay.scss */
.p-pay-more__btn {
  display: inline-block;
  background: #000000;
  border: 1px solid #ffffff;
  border-radius: 100px;
  cursor: pointer;
  padding: 6px 15px;
  max-width: 200px;
  transition: 0.3s;
  width: 100%;
}

/* line 198, ../sass/object/project/_pay.scss */
.p-pay-more__btn:hover {
  opacity: 0.7;
}

/* line 201, ../sass/object/project/_pay.scss */
.p-pay-more__btn .in {
  background-size: 15px 15px;
  display: inline-block;
  color: #ffffff;
  font-weight: bold;
  font-size: 3.7333333333vw;
  font-weight: bold;
  width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 201, ../sass/object/project/_pay.scss */
  .p-pay-more__btn .in {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
/* line 217, ../sass/object/project/_pay.scss */
.p-pay-foot {
  padding-top: 8%;
}

/* line 219, ../sass/object/project/_pay.scss */
.p-pay-foot--btn {
  background: #000000;
  border: 1px solid #ffffff;
  border-radius: 10px;
  display: block;
  padding: 15px 15px;
  position: relative;
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
}

/* line 229, ../sass/object/project/_pay.scss */
.p-pay-foot--btn .in {
  color: #fff;
  display: inline-block;
  font-size: 5.0666666667vw;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  /* line 229, ../sass/object/project/_pay.scss */
  .p-pay-foot--btn .in {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 750px) {
  .p-pay-box {
    padding: 2.6666666667vw;
  }
}
.p-status {
  margin-top: 5rem;
}
.p-status__Iine {
  margin-bottom: 10rem;
}
.p-status__Iine-Ttl {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}
.p-status__Iine-Select {
  margin-bottom: 1rem;
  position: relative;
}
.p-status__Iine-Select select {
  padding: 1rem;
  width: 100%;
  font-size: 1.6rem;
}
.p-status__Iine-Txt {
  font-size: 1.2rem;
  margin-top: 1rem;
}
.p-status__Iine input[type=submit] {
  margin: 5rem auto;
  background: #fff;
  border: 0.1rem solid #000;
  padding: 1rem 1.5rem;
  display: block;
  text-align: center;
  font-weight: bold;
  color: #000;
  font-size: 1.4rem;
  width: 100%;
  max-width: 30rem;
}
.p-status__Iine input[type=submit].-checked {
  background: #666;
  color: #fff;
}
.p-status__Situation {
  margin-bottom: 10rem;
}
.p-status__Situation-Ttl {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.p-status__Situation table {
  width: 100%;
}
.p-status__Situation table tr {
  padding-bottom: 1rem;
  display: block;
}
.p-status__Situation table th {
  display: block;
  width: 100%;
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}
.p-status__Situation table td {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  padding: 1rem;
  border: 0.1rem solid #000;
}
.p-status__Situation table td.-small {
  border: none;
  font-size: 1.2rem;
  position: relative;
  padding-left: 1.25em;
}
.p-status__Situation table td.-small span {
  position: absolute;
  left: 0;
}
.p-status__Result {
  margin-bottom: 10rem;
}
.p-status__Result-Ttl {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.p-status__ResultDate {
  margin-bottom: 10rem;
}
.p-status__ResultDate-Ttl {
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 1rem;
  border-bottom: 0.1rem solid #000;
  margin-bottom: 1rem;
}
.p-status__ResultDate-Time {
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.p-status__ResultDate-Check {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.p-status__Check {
  margin-bottom: 5rem;
}
.p-status__Check-Ttl {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.p-status__Check-Time {
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.p-status__Check-Btn {
  margin: 5rem auto;
  background: #fff;
  border: 0.1rem solid #000;
  padding: 1rem 1.5rem;
  display: block;
  text-align: center;
  font-weight: bold;
  color: #000;
  font-size: 1.4rem;
  width: 100%;
  max-width: 30rem;
}

.p-aboutcampaign {
  padding: 0;
}

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

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