@charset "utf-8";
/**
* バグバウンティHEADER
**/
.release42_front .p-logo {
  margin-left: 0rem;
}
.release42_front .p-logo__mark {
  /* width: 100%; */
  width: 42px;
  height: 52px;
}
.release42_front .p-gnav__link a {
  font-size: 1.6rem;
  font-weight: 700;
  padding: 2.5rem 1.53vw;
  color: #fff;
  display: block;
  border-top: 1px solid #aaa;
  text-align: center;
}
.p-release42 .p-gnav__btn{
  background: #000;
}
.p-release42 .p-gnav__btn a{
  color: #fff;
}
.release42_front .p-gnav__inner {
  /* background: rgb(255 255 255 / 80%); */
}
@media (min-width:768px){
  .release42_front .p-gnav__link a {
    border-top: none;
    color: #000;
  }
  .release42_front .p-logo {
    margin-left: 3rem;
  }
  .p-release42 .p-gnav__btn::before{
    background: #555;
  }
}
.release42_front .p-logo__type svg {
  fill: #000;
}
/**
* バグバウンティHERO
**/
.release42_front .p-hero {
  height: 90vh;
}
.release42_front .p-hero__inner {
  width: 100%;
  height: 90vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.1);
  transition: 2.0s;
}
.p-release42 .p-hero__inner{
  background: url('/wp-content/themes/eccube/img/lp/ver/42/main_bg_20220927_sp.png') no-repeat;
  background-size:  cover;
  background-position: center center;
  border: none;
  border-color: #fff;
}
.release42_front .p-hero__inner::before,
.release42_front .p-hero__inner::after{
  display: none;
}
.p-release42 .p-hero__inner .p-hero__logo{
  padding: 0rem 3rem 3rem;
}

.p-release42 .p-hero__inner .p-hero__logo{
  max-width: 730px;
}
.p-release42 .p-hero__inner .p-hero__date{
  font-size: 3rem;
  letter-spacing: 0.08em;
  padding: 0;
  max-width: none;
  font-weight: bold;
  border-radius: 50rem;
}
.p-release42 .p-hero__message{
  color: #000;
  text-align: center;
  font-weight: bold;
  line-height: 1.6;
  font-size: 1.6rem;
  margin: 1rem auto 0;
  padding: .3em 0;
  max-width: 570px;
  width: 90%;
  letter-spacing: 0.08em;
  background: #fff;
  border-radius: 5rem;
  opacity: 0;
  transform: translateY(30px);
  transition: 1.0s 1.0s;
  position: relative;
}
  .p-release42 .p-hero__message::before{
    content: "";
    position: absolute;
    right: 0;
    top: -10px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    border-width: 15px 15px 0 15px;
    transform: rotate(180deg);
  }
.p-release42 .p-hero.is-complete .p-hero__message {
  opacity: 1;
  transform: translateY(0px);
}
.p-release42 .p-information__bar {
  width: calc(100% - 30px);
  height: 92px;
  padding: 0px 0px 0px 0px;
  background: #000;
  position: absolute;
  bottom: 15px;
  left: 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.p-release42 .p-information__bar:hover {
  background-color: #333;
}
.p-release42 .p-information__bar p{
  color: #fff;
  margin: 0 0 2px 0;
  font-size: 1.1rem;
}
.p-release42 .p-information__bar p:last-child {
  margin: 0 0 0 25px;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

@media (min-width:900px){
  .release42_front .p-hero {
    height: 100vh;
  }
  .release42_front .p-hero__inner {
    height: 100vh;
  }
  .p-release42 .p-hero__inner {
    background: url('/wp-content/themes/eccube/img/lp/ver/42/main_bg_20220927.png') no-repeat;
    background-size: cover;
    background-position: center;
    border: none;
    border-color: #fff;
  }
  .p-release42 .p-information__bar p {
    color: #fff;
    margin: 0;
    font-size: 1.6rem;
  }

  .p-release42 .p-information__bar p:last-child {
    margin: 0 0 0 25px;
    font-weight: 600;
    font-size: 2.0rem;
  }
  .p-release42 .p-hero__inner .p-hero__date{
    font-size: 3.8rem;
  }
  .p-release42 .p-hero__message{
    font-size: 2.2rem;
    }

}
@media (min-width: 1147px){
  .p-release42 .p-information__bar {
    width: calc(100% - 40px);
    height: 60px;
    padding: 0px 0px 0px 0px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    flex-direction: row;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
}

/**
*  main
**/

.p-release42 .p-release42__bg{
  padding-top: 66px;
}
.p-release42_content{
  padding: 4rem 2rem 4rem;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}
.p-release42_section:nth-of-type(even){
  background: #ffffff;
}
.p-release42_section:nth-of-type(odd) {
  background: #f8f8f8;
}
.p-release42__title{
  color: #000;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: bold;
  display: inline-block;
  letter-spacing: 0.08em;
  font-weight: bold;
  margin-bottom: 3rem;
}
  .p-release42__title span{
    display: block;
    font-weight: normal;
    letter-spacing: -.01em;
  }
.p-release42 .p-lead{
  font-size: 1.4rem;
  line-height: 1.6;
}
.p-release42__title {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 4px;
}
.p-release42__title span {
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 4px;
}


@media (min-width:768px){
.p-release42 .p-release42__bg{
  padding-top: 85px;
}
.p-release42_content{
  padding: 10rem 2rem 10rem 9rem;
}
.p-release42__title span{
  font-size: 3rem;
}
.p-release42__title{
  font-size: 1.7rem;
  margin-bottom: 4rem;
}
}


/** 
* notification 
**/

#notification img {
  border: 1px solid #aaa;
  width: 100%;
  height: auto;
}
@media (min-width:768px){
  #notification .p-release42_content {
    padding: 6rem 2rem 6rem 9rem;
  }
  #notification img {
    max-width: 600px;
  }
}


/**
* NEWS
**/

.p-news__list li{
  border-bottom: #aaa solid 1px;
  padding: 8px 0px;
  font-size: 1.3rem!important;
  text-align: left;
  display: flex;
  justify-content: flex-start;
}
.p-news__list li a:hover {
  opacity: 0.8;
}

.p-news__list li:first-child {
  border-top: #aaa solid 1px;
}
.p-news__list li p, .p-news__list li a p {
  font-weight: normal;
}
.p-news__list li .p-date {
  font-weight: 600;
  margin-right: 15px;
}
.p-news__list:first-child li:last-child{
  border-bottom: none;
}
@media (min-width:768px){
  .p-news__list li{
    font-size: 1.4rem;
  }
  .p-news__list li .p-date {
    font-weight: 600;
    margin-right: 15px;
  }
  .p-news__list_container {
    display: flex;
    justify-content: center;
  }
  .p-news__list {
    width: 50%;
  }
  .p-news__list:first-child {
    margin-right: 25px;
  }
  .p-news__list:first-child li:last-child{
    border-bottom: #aaa solid 1px;
  }
}


/**
* ABOUT
**/
#about .p-release42__title {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 4px;
}
#about .p-logo__type {
  margin: 10px auto 10px auto;
  max-width: 170px;
  display: block;
}
#about .p-logo__type svg{
  max-width: 170px;
}
#about .c-lead{
  text-align: left;
}
.p-release42__info{
  border: 1px solid #000;
  position: relative;
  padding: 2rem 3rem .2em;
  margin: 3.5rem auto 0;
  width: 100%;
  max-width: 740px;
  text-align: center;
  position: relative;
}
.p-release42__info::before{
  content: "";
  position: absolute;
  top: -25px;
  left: 50%;
  margin-left: -18px;
  border: 15px solid transparent;
  border-top: 15px solid #FFF;
  z-index: 2;
  transform: rotate(180deg);
}
.p-release42__info::after{
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #000;
  z-index: 1;
  transform: rotate(180deg);
}
.p-release42__info dt{
  color: #000;
  font-weight: bold;
  font-size: 1.6rem;
}
.p-release42__info dd{
  text-align: left;
  display: inline-block;
}


@media (min-width:768px){
  #about .p-release42__title {
    font-size: 3rem;
  }
  #about .p-logo__type {
    margin: 0 auto 10px auto;
    max-width: 190px;
  }
  #about .p-logo__type svg{
    max-width: 190px;
  }
  #about .c-lead {
    text-align: center;
  }
  .u-br__pc{
    display: block;
  }
  .p-release42__info dt{
    font-size: 1.8rem;
  }
}


/**
*  event
**/
.p-release42_event-container {
  display: flex;
  flex-direction: column;
}
.p-event__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 25px;
}
.p-release42_event-content {
  display: flex;
  flex-direction: column-reverse;
  text-align: left;
}
.p-event__header img {
  max-width: 45px;
  height: auto;
}

.p-event__header h3 {
  text-align: center;
  font-size: 1.8rem;
  margin: 20px 0 0 0px;
}
#event .c-lead {
  text-align: left;
}
#event .c-note {
  text-align: left;
  margin: 25px 0 0 0;
}
#event table {
  border-spacing: 0;
  width: 100%;
  border-bottom: 1px solid #aaa;
  font-size: 1.4rem;
  margin: 20px 0 0 0;
}
#event table tr {
  border-top: 1px solid #aaa;
}
#event table th {
  border-right: 1px solid #aaa;
  padding: 10px 0;
  text-align: center;
  font-weight: bold;
  width: 100px;
}
#event table td {
  padding: 10px 0 10px 10px;
}
.p-bugbounty__info {
  border-left: 3px solid #000;
  padding: 0rem 2rem 0rem;
  margin: 1rem auto 1rem;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.p-bugbounty__info dt {
  font-size: 1.6rem;
  font-weight: bold;
}

.p-bugbounty__info dd {
  font-size: 1.4rem;
  text-align: left;
  display: inline-block;
  margin: 0;
}
.p-release42_event-content_right {
  width: 100%;
  margin: 20px 0 20px 0px;
}
.p-release42_event-content_right div:first-child {
  margin: 0px  0px 25px 0px;
}

@media (min-width:900px) {
  .p-release42_event-content {
    display: flex;
    flex-direction: row;
  }
  .p-release42_event-content_left {
    width: 50%;
  }
  .p-release42_event-content_right {
    width: 50%;
    margin: 0px 0 0 0;
  }
  
  .p-release42_event-content {
    display: flex;
    flex-direction: row;
    text-align: left;
    align-items: flex-start;
  }

  .p-release42_event-content_left {
    width: 55%;
    padding-right: 30px;
    display: flex;
    flex-direction: column;
  }

  .p-release42_event-content_right {
    width: 45%;
  }
  .p-event__header {
    flex-direction: row;
    margin-bottom: 25px;
  }
  .p-event__header img {
    max-width: 70px;
  }
  .p-event__header h3 {
    text-align: left;
    font-size: 2.2rem;
    margin: 0 0 0 35px;
  }
  .p-event__top .p-event__header h3 {
    margin: 0px auto 20px auto;
    letter-spacing: 1.9px;
  }
  .p-bugbounty__info {
    border-left: 3px solid #000;
    padding: 0rem 2rem 0rem;
    margin: 1rem auto 1rem;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .p-bugbounty__info dt {
    font-size: 1.6rem;
    font-weight: bold;
  }
  .p-bugbounty__info dd {
    font-size: 1.4rem;
    text-align: left;
    display: inline-block;
    margin: 0;
  }

}

/**
*  Award
**/
.p-award__img{
  margin-top: 3rem;
}

/**
*  sponsorship
**/
.p-release42_sponsorship-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.p-release42_sponsorship-platinum  {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 60px;
}  
.p-release42_sponsorship-platinum .platinum:nth-child(1) {
  margin-bottom: 100px;
}

.p-release42_sponsorship-platinum li {
  max-width: 300px;
}
.p-release42_sponsorship-container li {
  margin: 20px 0 20px 0;
}
.p-release42_sponsorship-container li {
  max-width: 100%;
}

.p-release42_sponsorship-container li.platinum {
  width: 80%;
    margin-top: 60px;
    margin-bottom: 40px;
}
.p-release42_sponsorship-container li.platinum img {
  max-width: 90%;
}



.p-release42_sponsorship-container li.nomal, .p-release42_sponsorship-container li.silver {
  width: 50%;
}
.p-release42_sponsorship-container li.nomal img, .p-release42_sponsorship-container li.silver img {
  max-width: 70%;
}
.p-release42_sponsorship-container li.nomal.vertical-Control img {
  max-height: 100px;
  width: auto;
}
.p-sponsorship-textArea {
  width: 100%;
  margin: 80px 0 0 0;

}
.p-sponsorship-textArea p{
  width: 100%;
  margin: 0px 0 15px 0;

  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
}
.p-sponsorship-textArea p a{
  padding: 0 8px;
}
.p-sponsorship-textArea p span {
  font-weight: bold;
}
@media (min-width:768px) {
  .p-release42_sponsorship-platinum  {
    flex-direction: row;
    justify-content: center;
    width: 100%;
  }
  .p-release42_sponsorship-platinum .platinum:nth-child(1) {
    margin-bottom: 0px;
    margin-right: 80px;
  }
  .p-release42_sponsorship-container li {
    margin: 15px 0 15px 0;
  }

  .p-release42_sponsorship-container li.platinum {
    width: 50%;
  }
  .p-release42_sponsorship-container li.platinum img {
    max-width: 330px;
  }

  .p-release42_sponsorship-container li.nomal, .p-release42_sponsorship-container li.silver {
    width: 20%;
  }
  .p-release42_sponsorship-container li.nomal img, .p-release42_sponsorship-container li.silver img {
    max-width: 75%;
  }
  .p-release42_sponsorship-container li.nomal.vertical-Control img {
    max-height: 80px;
    width: auto;
  }
}

/**  個人協賛　**/
.p-release42_sponsorship-container.p-individual {
  width: 80%;
  margin: 0 auto;
}
.p-individual li{
  width: 17%;
  margin: 20px 20px;
}
.p-individual li img {
  width: 80px;
  height: auto;
  margin: 0 0 5px 0;
}
#sponsorship h3 {
  font-weight: bold;
}

/**
*  sponsorship_top（上部）
**/
#sponsorship_top .p-release42_sponsorship-container li {
  margin: 10px 0 10px 0;
}

#sponsorship_top .p-release42_sponsorship-container li.platinum, #sponsorship_top .p-release42_sponsorship-container li.silver, #sponsorship_top .p-release42_sponsorship-container li.nomal {
  width: 25%;
}

#sponsorship_top .p-release42_sponsorship-container li.platinum img,#sponsorship_top .p-release42_sponsorship-container li.silver img, #sponsorship_top .p-release42_sponsorship-container li.nomal img {
  max-width: 75%;
}

#sponsorship_top .p-release42_sponsorship-container li.nomal.vertical-Control img {
  max-height: 60px;
  width: auto;
}

@media (min-width:768px) {
  #sponsorship_top .p-release42_sponsorship-container li {
  }

  #sponsorship_top .p-release42_sponsorship-container li.platinum, #sponsorship_top .p-release42_sponsorship-container li.silver, #sponsorship_top .p-release42_sponsorship-container li.nomal {
    width: 16.7%;
  }

  #sponsorship_top .p-release42_sponsorship-container li.platinum img,#sponsorship_top .p-release42_sponsorship-container li.silver img, #sponsorship_top .p-release42_sponsorship-container li.nomal img {
    max-width: 70%;
  }

  #sponsorship_top .p-release42_sponsorship-container li.nomal.vertical-Control img {
    max-height: 60px;
    width: auto;
  }
}
@media (min-width:1100px) {
  #sponsorship_top .p-release42_sponsorship-container li {
  }

  #sponsorship_top .p-release42_sponsorship-container li.platinum, #sponsorship_top .p-release42_sponsorship-container li.silver, #sponsorship_top .p-release42_sponsorship-container li.nomal {
    width: 14%;
  }

  #sponsorship_top .p-release42_sponsorship-container li.platinum img,#sponsorship_top .p-release42_sponsorship-container li.silver img, #sponsorship_top .p-release42_sponsorship-container li.nomal img {
    max-width: 70%;
  }

  #sponsorship_top .p-release42_sponsorship-container li.nomal.vertical-Control img {
    max-height: 60px;
    width: auto;
  }
}


/**
*  Rule
**/
.p-rule{
  background-color: #fff;
  padding: 2rem 0 1.5rem;
}
.p-rule__title{
  background: #000;
  color: #fff;
  padding: 1.5rem 0;
  font-size: 2rem;
  line-height: 1.6;
  font-weight: bold;
}

/**
*  Compornent
**/
.c-lead{
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 1.5em;
}
#news .c-lead {
  margin-bottom: 0em;
}
.c-note{
  font-size: 1rem;
  line-height: 1.6;
  text-align: left;
}
.c-sup {
  vertical-align: top;
  font-size: 0.7em;
}
.c-relative {
  position: relative;
}


/**  Button　**/
.p-release42 .c-btn__black{
  margin: 0 0 1rem;
  max-width: none;
}
.p-release42 .c-btn__black a{
  background: #000;
  max-width: 500px;
  margin: 0 auto;
  padding: 1rem 0;
}
.p-release42 .c-btn__black a:hover{
  background: #333333;
}
#about .p-release42 .c-btn a {
  background: #000;
  max-width: 500px;
  margin: 0 auto;
  padding: 1rem 0;
}

#sponsorship_top .c-btn__black {
  margin: 30px auto 0 auto;
  width: 100%;
}

.p-release42 .c-btn__yellow{
  margin: 0 0 1rem;
  max-width: none;
}
.p-release42 .c-btn__yellow a{
  background: #fc0;
  max-width: 500px;
  margin: 0 auto;
  padding: 1rem 0;
  color: #000;
}
.p-release42 .c-btn__yellow a:hover{
  background: #fc0;
  opacity: 0.7;
}
.release42_front .c-btn__yellow a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  display: block;
  width: 8px;
  height: 8px;
  transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
#event .c-btn a {
  width: 100%;
  margin: 0px auto 40px auto;
  padding: 1rem 0;
}

@media (min-width:768px){
  .c-lead{
    font-size: 1.6rem;
  }
  .c-note{
    font-size: 1.2rem;
  }
  #sponsorship_top .c-btn__black {
    margin: 50px auto 0 auto;
    width: 60%;
  }

}
@media (min-width:1100px){
#sponsorship_top .c-btn__black {
  margin: 50px auto 0 auto;
  width: 60%;
}
}

/**
*  Utility
**/
.p-release42 hr {
  width: 100%;
}
.u-br__pc{
  display: none;
}
.u-br__sp{
  display: block;
}
.u-txt__bold{
 font-weight: bold;
}
.u-txt__bold900{
  font-weight: bold;
 }
.u-txt__link {
  color: #000;
  text-decoration: underline;
}
.u-txt__link:hover{
  color: #5E73C2;
}
.u-mb_50 {
  margin-bottom: 50px;
}
.u-mt_auto {
  margin-top: auto;
}
.u-youtube {
  position: relative;
  max-width: 1090px;
  width: 100%;
  padding-top: 56.25%;
  border: #aaa solid 1px;
}
.u-youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.u-youtube__container {
  margin-bottom: 30px;
  max-width: 1090px;
}
.u-youtube__container p {
  padding: 0px 0px 0px 12px;
  text-align: left;
  border-left: 4px solid #fc0;
  margin: 40px 0 15px 0;
  display: inline-block;
  width: 100%;
  line-height: 1.8;
}

em,
b,
strong{
  font-weight: bold;
}

@media (min-width:768px){
  .u-br__pc{
    display: block;
  }
  .u-br__sp{
    display: none;
  }
  .u-youtube__container {
    width: 50vw;
    margin: 80px auto 0px auto;
    padding: 0 25px 25px 25px;
    background: #ffcc00;
    border-radius: 10px;
  }
  .u-youtube__container p {
    border-left: 4px solid #000;
    margin: 20px 0 15px 0;
  }
}


/**
* バグバウンティFOOTER
**/
.p-release42 .l-footer{
  border-top: 5px solid #000;
}

/**
* #REPORT リリースパーティー終了後の更新で追加
**/

/* ----------
 hero */
.p-hero__btn_area {
  padding: 0px 0px 0px 0px;
  position: absolute;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  bottom: 6vh;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 100%;
}
.p-hero__btn_area > p {
  font-weight: bold;
  margin: 0 0 10px 0;
  position: relative;
}

.p-hero__btn_area > div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.p-hero__btn_area .c-btn__yellow {
  width: 414px;
  margin: 0;
}
.p-hero__btn_area .c-btn__yellow:first-child {
  margin: 0 0px 10px 0 ;
}
@media (min-width:768px){
  .p-hero__btn_area {
    bottom: 80px;
  }
  .p-hero__btn_area > p::before {
    content: "";
    position: absolute;
    left: -227px;
    top: 17px;
    border: 1px solid #d2d2d2;
    width: 215px;
  }
  .p-hero__btn_area > p::after {
    content: "";
    position: absolute;
    right: -227px;
    top: 17px;
    border: 1px solid #d2d2d2;
    width: 215px;
  }
  .p-hero__btn_area > div {
    flex-direction: row;
  }
  .p-hero__btn_area .c-btn__yellow:first-child {
    margin: 0 20px 0 0 ;
  }
}
/* ----------
 #REPORT内共通 */
.p-report {
  border-bottom: 1px solid #aaa;
}
.p-report__02 {
  background: #f9f9f9;
}
.p-report h2{
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0px;
}
.p-report h2 span{
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0px;
}
@media (min-width:768px){
  .p-report h2{
    font-size: 2.0rem;
    font-weight: bold;
    letter-spacing: 0px;
  }
  .p-report h2 span{
    font-size: 1.6rem;
    font-weight: normal;
    letter-spacing: 0px;
  }
}
/* ----------
p-report__intro */
.p-report__intro {
  width: auto;
  height: 100vh;
  background: url('/wp-content/themes/eccube/img/lp/ver/42/shugo.png') no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.p-report__intro_title {
  width: 100%;
  position: absolute;
  top: 10vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
  left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.p-report__intro .p-report__intro_text {
  width: 300px;
  height: auto;
  margin: 0 auto;
}

.p-report__intro h2 {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0px;
  color: #fff;
  text-align: center;
}
.p-triangle {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid white;
  margin: 0 auto;
}
.p-report__points {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  position: absolute;
  bottom: 6.8vh;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 100%;
}
.p-report__point {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 27%;
}
.p-report__point h3{
  font-size: 50px;
  font-weight: 400;
  color: #fff;
  border-bottom: 1px solid #fff;
  line-height: 1.2;
  font-family: 'Jost', sans-serif;
}
.p-report__point h3 img  {
  height: 50px;
  width: auto;
  margin: 0 0 20px 0;
}
.p-report__point p{
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 0.7;
  margin: 15px 0 15px 0;
}
.p-report__point p span{
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.5;
  margin: 0 0 0px 0;
  display: block;
}
@media (min-width:769px){
  .p-report__intro .p-report__intro_text {
    width: 350px;
  }
  .p-report__points {
    flex-direction: row;
    justify-content: space-around;
    position: absolute;
    bottom: 6.8vh;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 800px;
  }
  .p-report__point {
    width: 30%;
  }
  .p-report__point h3{
    font-size: 125px;
  }
  .p-report__point p{
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .p-report__point p span{
    font-size: 1.4rem;
    display: inline;
  }
}

/* ----------
p-report */
.p-report h2 img  {
  height: 48px;
  width: auto;
  margin: 0 0 8px 0;
}

/* ----------
 p-report__01 */
.p-report__01 table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.p-report__01 table tr:first-child{
  border-top: 1px solid #aaa;
  background: #e7e7e7;
}
.p-report__01 table tr:last-child{
  border-bottom: 1px solid #aaa;
}
.p-report__01 table tr th {
  line-height: 2.3rem;
  padding: 10px 0 10px 0px;
  vertical-align: middle;
  font-size: 1.3rem;
}

.p-report__01 table tr th:not(:last-child){
  border-right: 1px solid #aaa;
}
.p-report__01 table tr td {
  line-height: 2.3rem;
  padding: 20px 0 20px 0px;
  vertical-align: middle;
  font-size: 3.1rem;
  font-weight: normal;
}
.p-report__01 table tr td .p-kensuu{
  line-height: 2.3rem;
  padding: 20px 0 20px 0px;
  vertical-align: middle;
  font-size: 1.6rem;
  font-weight: normal;
}
.p-report__01 table tr td .c-sup{
  font-size: 0.4em;
}
.p-report__01 table tr td:not(:last-child){
  border-right: 1px solid #aaa;
}
.p-report__01 .c-note {
  text-align: right;
  margin: 20px 0 0 0;
}
@media (min-width:768px){
  .p-report h2 img  {
    height: 80px;
    width: auto;
    margin: 0 0 20px 0;
  }
  .p-report__01 table tr th {
    line-height: 2.3rem;
    padding: 10px 0 10px 0px;
    vertical-align: middle;
    font-size: 1.6rem;
  }
}
/* ----------
 p-report__02 */

.p-report__02 .p-release42_content {
  margin-bottom: 30px;
}
.p-bugbounty__ranking {
  display: flex;
  width: 100%;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  margin: 0 auto;
  flex-direction: column;
}
.p-bugbounty__ranking div {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0px 15px 0px;
}
.p-bugbounty__ranking div:first-child {
  width: 100;
  background: #ececec;
  color: #000;
}
.p-bugbounty__ranking div:last-child {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #fff;
  padding: 5px;
}
.p-rank__1-3 {
  font-size: 1.6rem;
  margin: 5px auto;
  text-align: left;
}
.p-rank__4-8 {
  font-size: 1.4rem;
}
.p-rank {
  font-weight: bold;
}
.p-player__list-area h3 {
  font-weight: bold;
}
.p-player__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  justify-content: center;
  padding: 20px 0;
  font-weight: bold;
  font-size: 1.4rem;
  background: #fff;
  margin: 10px 0px 40px 0px;
  padding: 20px 20px 20px 20px;
  border-radius: 5px;
}
.p-player__list li:not(:first-child)::before {
  content: "/";
  color: #cd0000;
  margin: 0 0.5rem 0 0.5rem;
}
.p-bugbounty__img {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 40px 0 40px 0;
  align-items: center;
}
.p-bugbounty__img img {
  width: calc( 50% - 8px );
  height: auto;
  margin: 0 0 10px 0px;
}
.p-bugbounty__img img:not(:first-child) {
  margin: 0 0 10px 10px;
}
.p-bugbounty__img img:nth-child(3) {
  margin: 0 0 10px 0px;
}
.p-rank__title {
  display: flex;
  flex-direction: column;
}
.p-crown {
  width: 21px;
    height: auto;
}
@media (min-width: 768px){
  .p-bugbounty__ranking {
    width: 88%;
    flex-direction: row;
  }
  .p-bugbounty__ranking div:first-child {
    width: 30%;
    border-right: 1px solid #aaa;
  }
  .p-bugbounty__ranking div:last-child {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background: #fff;
    padding: 15px 0px 15px 25px;
  }
  .p-rank__1-3 {
    font-size: 1.6rem;
    margin: unset;
    text-align: left;
  }
  .p-rank__4-8 {
    font-size: 1.6rem;
  }
  .p-player__list li:not(:first-child)::before {
      content: "/";
      color: #cd0000;
      margin: 0 0.5rem 0 0.5rem;
  }
  .p-bugbounty__img {
    display: flex;
    width: 100%;
    margin: 40px 0 40px 0;
    flex-wrap: nowrap;
  }
  .p-bugbounty__img img {
    width: calc( 25% - 8px );
    height: auto;
    margin: 0;
  }
  .p-bugbounty__img img:not(:first-child) {
    margin: 0 0 0 10px;
  }
}

/* ----------
 p-report__03 */
 .p-report__03 {
  background: #fff;
  padding-bottom: 50px;
}
.p-report__03 .p-release42_sponsorship-platinum {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 0px;
}
.p-report__03 .p-release42_sponsorship-platinum .platinum {
  margin: 0 0 20px 0;
}
.p-report__03 .p-release42_sponsorship-platinum li.platinum img {
  width: 80%;
}
.p-report__03 .p-release42_sponsorship-container li.nomal, 
.p-report__03 .p-release42_sponsorship-container li.silver {
width: 25%;
}
@media (min-width: 768px){
  .p-player__list {
    font-size: 1.8rem;
  }
  .p-release42_sponsorship-platinum {
    flex-direction: row;
    justify-content: center;
    width: 100%;
  }
  .p-report__03 .p-release42_sponsorship-container li.platinum img {
      max-width: 250px;
  }
  .p-report__03 .p-release42_sponsorship-container li.nomal, 
  .p-report__03 .p-release42_sponsorship-container li.silver {
    width: 14%;
  }
}

/* ----------
 p-about */
 .release42_front .p-about {
  padding: 0px 20px 0px;
}
#about.p-release42_section {
  background: #fff;
  // width: 100vw;
  width: 100%;
  height: 1000px;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#about .p-release42_content {
}
#about .p-release42__title {
  font-size: 1.8rem;
}
#about .p-release42_content p{
  font-size: 1.4rem;
}
#about .c-btn__yellow a {
  font-size: 1.3rem;
}
.p-photo_set01 {
  display: none;
}
.p-photo_set02 {
  display: none;
}
.p-photo_set01_sp {
  display: block;
  position: absolute;
  top:0;
  left: 0px;
  height: auto;
  width: 100%;
}
.p-photo_set02_sp {
  display: block;
  position: absolute;
  bottom:0;
  left: 0px;
  height: auto;
  width: 100%;
}
.p-thanx {
  background: #ffcc00!important;
  height: 180px;
}
.p-thanx .p-release42_content{
  height: 180px;
  padding: 6rem 2rem 0rem 2rem;
  font-family: 'Jost', sans-serif;
  font-size: 2.0rem;
}

@media (min-width: 540px){
  
  .p-photo_set01_sp {
    display: none;
  }
  .p-photo_set02_sp {
    display: none;
  }
}

@media (min-width: 768px){
  
  #about .p-release42__title {
    font-size: 2.4rem;
  }
  
  
  #about .c-btn__yellow a {
    font-size: 1.5rem;
  }
  .p-thanx {
    background: #ffcc00!important;
    height: 230px;
  }
  .p-thanx .p-release42_content{
    height: 230px;
    padding: 8.4rem 2rem 2rem 9rem;
  }
}
@media (min-width: 1350px){
  #about.p-release42_section {
    height: 800px;
  }
  
  .p-photo_set01 {
    display: block;
    position: absolute;
    top:0;
    left: 74px;
    height: 800px;
    width: auto;
  }
  .p-photo_set02 {
    display: block;
    position: absolute;
    top:0;
    right: 0;
    height: 800px;
    width: auto;
  }
}

/* people */
.p-peopel01{
  position: absolute;
    width: auto;
    height: 57px;
    top: -32px;
    right: -16px;
}
.p-peopel02{
  position: absolute;
  width: auto;
  height: 55px;
  bottom: -2px;
  left: 23px;
}

.p-peopel04{
  position: absolute;
  width: auto;
  height: 72px;
  top: -68px;
  left: 7px;
}
.p-peopel05{
  position: absolute;
  width: auto;
  height: 95px;
  top: 0;
  left: 55px;
}
.p-peopel06{
  display: block;
  position: absolute;
  width: auto;
  height: 46px;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  margin: 0 0 0 0px;
}
.p-peopel07{
  position: absolute;
  width: auto;
  height: 70px;
  bottom: -3px;
  right: 30px;
}
.p-peopel08{
  position: absolute;
  width: auto;
  height: 90px;
  top: -49px;
  left: 15px;
}
@media (max-width: 769px){
  .p-peopel03{
    position: absolute;
    width: auto;
    height: 84px;
    bottom: -44px;
    right: 2px;
    display: block;
  }
}
@media (min-width: 769px){
.p-peopel01{
  position: absolute;
  width: auto;
  height: 67px;
  top: -32px;
  right: -5px;
}
.p-peopel02{
  position: absolute;
  width: auto;
  height: 61px;
  bottom: -2px;
  left: 171px;
}
.p-peopel03{
  display: none;
}
.p-peopel04{
  position: absolute;
  width: auto;
  height: 85px;
  top: -79px;
  left: 56px;
}
.p-peopel05{
  position: absolute;
  width: auto;
  height: 105px;
  top: 0;
  left: 30%;
  transform: translateX(-30%);
  -webkit-transform: translateX(-30%);
  -ms-transform: translateX(-30%);
}
.p-peopel06{
  display: block;
  position: absolute;
  width: auto;
  height: 62px;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  margin: 0 0 0 30px;
}
.p-peopel07{
  position: absolute;
  width: auto;
  height: 80px;
  bottom: -3px;
  right: 56px;
}
.p-peopel08{
  position: absolute;
  width: auto;
  height: 93px;
  top: -49px;
  left: calc(30% - 36px);
  transform: translateX(-30%);
  -webkit-transform: translateX(-30%);
  -ms-transform: translateX(-30%);
}
}
@media (min-width: 1320px){
.p-peopel03{
  position: absolute;
  width: auto;
  height: 84px;
  bottom: -2px;
  right: -67px;
  display: block;
}
}

/* ----------
2022/11/21 
p-info_area */

.p-info_area {
  height: 450px;
  width: 100%;
}
.p-info_area a{
  display: block;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 25px;
  cursor:pointer;
}
.genre-tag {
  width: 100px;
  height: 24px;
  font-size: 12px;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 2.4;
  color: #fff;
  text-align: center;
  background: #2878c2;
  border-radius: 3px;
  display: block;
  margin: 0 auto;
}
.p-info_area h2{
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: center;
  margin: 10px 0 0 0;
}
/* CSSアニメ */
.p-info_area {
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 200% auto;
  background-image: linear-gradient(
    to right, 
    #ddefff 0%, 
    #ddefff 50%, 
    #f4f4f4 50%, 
    #f4f4f4 100%);
  transition: color 0.4s, background-position 0.4s;
}
.p-info_area:hover {
  background-position:0 0;
}
.p-info_pressrelease {
  width: 100%;
  height: 50px;
  background: #2878c2;
  margin: 15px auto 0 auto;
  color: #fff;

  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;

  font-size: 1.5rem;
  font-weight: 700;
  border-radius: 30px;
  text-decoration: none;
}
@media (min-width: 769px){
  .p-info_area {
    height: 300px;
    width: 100%;
  }
  .p-info_pressrelease {
    width: 400px;
  }
}
.p-mark {
  background : linear-gradient(transparent 50%, #ffd942 65%);  /* ラインマーカーを付ける  */
}
.p-info_area .c-note {
  line-height: 1.4;
  text-align: center;
  margin-top: 10px;
}
