@charset "UTF-8";


section {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  section {
    margin-bottom: 30px;
  }
}

.kv_btn {
  text-align: center;
}

.p_chogakuensai {
  padding: 100px 0;
  background: url(../img/psjapan2025/chogakuensai/content_bg.png) repeat;
  width: 100%;
  background-size: 100% 1975px;
}

.p_chogakuensai .mv .container {
  max-width: none;
}



@media screen and (max-width: 767px) {
  .p_chogakuensai {
    padding: 50px 0;
  }
}


.p_chogakuensai .topcampaign {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.p_chogakuensai .kv_bottom {
  max-width: 1000px;
  margin: 0 auto;
}

.p_chogakuensai .topcampaign, 
.p_chogakuensai .kv_bottom {
  margin-bottom: 30px;
}


.p_chogakuensai .topcampaign {
  margin-bottom: 100px;
}

.p_guest_list {
  display: flex;
  gap: 30px 20px;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .p_guest_list {
    gap: 20px 10px;
  }
}

.p_guest_list_item {
  width: calc(100% / 3 - 14px);
}

@media screen and (max-width: 767px) {
  .p_guest_list_item {
    width: calc(100% / 2  - 5px);
  }
}

.p_guest_list_item .sp_supporter_about_sns {
  flex-direction: column;
}


.p_about_brn {
  text-align: center;
}


#faq.faq,
.p_about_body,
.p_about_brn,
.p_about_access {
  margin-bottom: 50px;
}

.andmore {
  text-align: right;
  margin-top: 30px;
}

.andmore img {
  width: 200px;
}

@media screen and (max-width: 767px) {
  .andmore {
    margin-top: 0;
  }

  .andmore img {
    width: 120px;
  }
}

.p_about_access img,
.p_about_body img,
.p_about_body.p_about_body02 img,
.p_stanp img {
  width: 100%;
}


@media screen and (max-width: 767px) {
  .sns_item.l .sns_item_id {
    font-size: calc(22 /750*100vw);
  }
}




.p_guest_ttl {
  background: #E60012;
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  padding: 10px;
  width: 100%;
  border-radius: 30px;
  margin-bottom: 30px;
}

.p_guest_list {
  margin-bottom: 30px;
  justify-content: center;
}


.p_guest .flex {
  justify-content: space-between;

}

.andmore {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .p_chogakuensai .topcampaign {
    margin-bottom: 50px;
  }
  
  .p_guest_ttl {
    font-size: 20px;
    padding: 5px;
  }
}

.container_1080 {
  max-width: 1080px;
  margin: 0 auto;
}

.container_1170 {
  max-width: 1170px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .container_1080 {
    padding: 0 calc(8/750*100vw);
  }

  .on50 img {
    width: 150px;
  }
}

.width_100 {
  width: 100%;
}

.p_guest_list_item_01 {
  width: 700px;
}

@media screen and (max-width: 767px) {
  .p_guest_list_item_01 {
    width: 100%;
  }
}

.p_guest_list_item_01 .sp_supporter_about_sns .sns_item {
  margin: 20px auto;
}

.p_guest_list_item_01 .sp_supporter_about_sns .sns_item:last-child {
  margin: 0 auto;
}



.p_guest_list_02 {
  justify-content: flex-start;
}

.p_guest_list_02 .p_guest_list_item:last-child {
  display: flex;
  align-items: flex-end;
}


.sns_item_instagram .sns_item_icon:before {
  content: "\f16d";
}

.sns_item_instagram .sns_item_icon {
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
}

.sns_item_instagram .sns_item_id {
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
}


.contents_head {
  margin-bottom: 30px;
}

.contents_body {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.contents_body_item {
  width: calc(100% / 3 - 14px);
}
