
/* partner_wrap */
/******************************************************************************
 * 10.01 - partner_wrap
*****************************************************************************/
.partner_wrap{
  max-width: 1100rem;
}
.archive_header{
  margin-bottom: 120rem;
}
.partner_wrap .contents_h3 .en_title{
  font-size: 40rem;
  font-weight: 700;
  color: #000733;
  margin-right: 25rem;
  font-family: 'Montserrat', sans-serif;
}
.partner_wrap .contents_h3 .jp_title{
  font-size: 18rem;
  font-weight: 700;
  color: #000;
}

.sponsorListB,
.sponsorList,
.sponsorListS
{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.sponsorListB{
  margin-left: -33rem;
  margin-bottom: 60rem;
}
.sponsorListB li{
  width: 345rem;
  height: 200rem;
  background-color: #fff;
  /* border: 1px solid #c5c5c5; */
  margin-left: 33rem;
}
.sponsorListB li img{
  border: 1px solid #c5c5c5;
}
.sponsorList,.sponsorListS{
  margin-top: -24rem;
  margin-left: -24rem;
  margin-bottom: 135rem;
}
.sponsorList li,
.sponsorListS li
{
  width: 256rem;
  height: 150rem;
  background-color: #fff;
  margin-left: 24rem;
  margin-top: 24rem;
}
.sponsorList li img,
.sponsorListS li img{
  border: 1px solid #c5c5c5;
}
.sponsor_list_txt_wrap{
  display: flex;
  justify-content: space-between;
  margin-bottom: 145rem;
  position: relative;
}
.sponsor_list_txt{
  width: 50%;
  position: relative;
}
.sponsor_list_txt li{
  font-size: 20rem;
  line-height: 1.7em;
  font-weight: 700;
}
.partner_footer{
  width: 886rem;
  max-width: 100%;
  margin: 0 auto 180rem;
}
.sponsor_list_txt_wrap::after{
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  background-color: #f7ed00;
  height: 470rem;
  width: 140vw;
  top: 35%;
  left: -50vw;
  transform: skewY(-15deg);
}
@media screen and (max-width:768px){
  .contents_h3 .en_title{
    font-size: 40rem;
    margin: auto;
  }
  .contents_h3 .jp_title{
    font-size: 28rem;
    display: block;
    margin-top: 10rem;
  }

  .sponsorListB{
    margin: -30rem auto 50rem;
  }
  .sponsorListB li{
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-top: 30rem;
  }
  li img{
    width: 100%;
  }

  .sponsorList{
    margin:-30rem 0rem 170rem -30rem;
  }
  .sponsorList li{
    width: calc(50vw - 45rem);
    height: auto;
    margin: 30rem 0 0 30rem;
  }

  .sponsorListS{
    /* margin:-20rem 30rem 170rem -20rem; */
    margin:-30rem 0rem 170rem -30rem;
  }
  .sponsorListS li{
    /* width: calc( (100vw - 100rem) / 3 );
    height: auto;
    margin: 20rem 0 0 20rem; */
    width: calc(50vw - 45rem);
    height: auto;
    margin: 30rem 0 0 30rem;
  }

  .sponsor_list_txt_wrap{
    flex-direction: column;
    padding: 0 0rem;
  }
  .sponsor_list_txt{
    width: 100%;
  }
  .sponsor_list_txt li{
    font-size: 26rem;
  }
  .partner_footer{
    width: 100%;
    padding: 0 30rem;
  }
  .sponsor_list_txt_wrap::after{
    top: 17%;
    left: -15vw;
  }
  .sponsor_list_txt_wrap::before{
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    background-color: #f7ed00;
    height: 470rem;
    width: 140vw;
    top: 74%;
    left: -15vw;
    transform: skewY(-15deg);
  }
  .partner_wrap .contents_h3 .jp_title{
    font-size: 28rem;
  }

}
