/* custom.css */

body {
  font-family: "Noto Sans JP", sans-serif !important;
  position: relative;
  z-index: 0;
  line-height: 1.8;
  color: #555 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
    "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.clear {
  clear: both;
}

.kv {
  background: none !important;
  width: 100%;
  height: auto;
  min-height: 50vw;
}

.kv img {
  height: auto;
  width: 100%;
  max-width: 100%;
}

.kv .pc {
  display: block;
}

.kv .sp {
  display: none;
}
.sp-v {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc-v {
    display: none;
  }
  .sp-v {
    display: block;
  }
  .kv {
    margin-top: 59px;
    min-height: 166vw;
  }

  .kv img {
    width: 100%;
  }

  .kv .pc {
    display: none;
  }

  .kv .sp {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .block.site-branding {
    margin-bottom: 0 !important;
  }
}

/* header **/
.header-main .social a {
  color: #333;
}

@media screen and (max-width: 767px) {
  header .block-logo img {
    width: 100px;
  }
}

/* continer **/
.container {
  width: 100%;
}

/* font */
.mplus-r {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

/* btn */
a {
  transition: 0.3s;
}

.button {
  height: 3.6em;
}

a:hover img {
  opacity: 0.8;
  transition-duration: 0.3s;
}

/* btm */
.headmenu li {
  line-height: 1.5 !important;
}

@media only screen and (max-width: 767px) {
  .gva-navigation .social {
    display: none;
  }

  .gva-navigation .social {
    padding: 0;
    margin-left: 0 !important;
    margin-top: 0 !important;
    width: 100%;
  }

  .sp_menu .headmenu {
    padding: 0;
    margin: 0;
    width: 100%;
  }

  .sp_menu .headmenu li a {
    margin-bottom: 10px;
    width: 100%;
  }
}

/*head*/
#block-hetsutayouhuiyuandenglurokuin {
  width: 30%;
  position: absolute;
  right: 60px;
  bottom: -10px;
}

/* 20221207~ 追記 ***************/
.flex {
  display: flex;
}

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

.message {
  background-color: initial !important;
  border-radius: initial !important;
}

.list-item {
  border-bottom: 0 !important;
  padding: 0 !important;
}

@media screen and (min-width: 992px) {
  .nav-area {
    background-color: #0c1e2e;
    background: linear-gradient(300deg, #122d43, #3983bd);
    background: -webkit-linear-gradient(300deg, #122d43, #3983bd);
  }
}

.nav-list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
}

.nav-list li {
  width: 100%;
  height: 70px;
}

.nav-list li a {
  display: block;
  text-align: center;
  padding: 15px 0;
}

.nav-list li a h2 {
  font-size: 35px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 5px;
}

#news > .ttl {
  max-width: 800px;
  font-weight: 700;
  margin: 0 auto 20px;
}

#news .news-list li {
  margin-bottom: 15px;
  display: flex;
  gap: 20px;
}

#news .news-list li:last-child {
  margin-bottom: 0px;
}

#news .news-list span.date {
  width: 10%;
}

#news .news-list span.ttl {
  width: 100%;
}

.wrapper {
  padding: 50px;
}

@media screen and (max-width: 767px) {
  .wrapper {
    padding: 24px;
  }
  .wrapper h2 {
    background-size: contain;
  }

  #news .news-list li {
    font-size: 15px;
  }

  .nav-list {
    flex-wrap: wrap;
    gap: 2px;
    padding: 2% 0;
  }

  .nav-list li {
    width: 100%;
    background-color: #0c1e2e;
    background: linear-gradient(300deg, #122d43, #3983bd);
    background: -webkit-linear-gradient(300deg, #122d43, #3983bd);
  }

  .nav-list li a {
    max-width: 100%;
    padding: 5px 0;
  }

  .nav-list li {
    height: 40px;
  }

  .nav-list li a h2 {
    font-size: 25px;
  }
}

@media screen and (max-width: 499px) {
  .wrapper {
    padding: 24px;
  }

  .wrapper h2 {
    background-size: contain;
  }

  #amino_about h2 {
    font-size: 18px;
  }

  #news .news-list {
    padding: 5%;
  }

  #news .news-list li {
    font-size: 12px;
    justify-content: space-between;
  }

  #news .news-list span.date {
    width: 18%;
  }

  .nav-list {
    flex-wrap: wrap;
    gap: 2px;
    padding: 2% 0;
  }

  .nav-list li {
    width: 100%;
    background-color: #0c1e2e;
    background: linear-gradient(300deg, #122d43, #3983bd);
    background: -webkit-linear-gradient(300deg, #122d43, #3983bd);
  }

  .nav-list li a {
    max-width: 100%;
    padding: 5px 0;
  }

  .nav-list li {
    height: 40px;
  }

  .nav-list li a h2 {
    font-size: 25px;
  }
}

.content .subttl {
  text-align: center;
}

.wrapper .content {
  margin-left: auto;
  margin-right: auto;
}

.content .ProductArea {
  padding: 2% 0;
  background-color: #0c1e2e;
  background: linear-gradient(300deg, #122d43, #3983bd);
  background: -webkit-linear-gradient(300deg, #122d43, #3983bd);
  -webkit-text-fill-color: transparent;
}

.content .pc {
  display: block;
}

.content .sp {
  display: none;
}

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

  .wrapper .content .sp {
    display: block;
  }
}

.wide {
  background-color: #fff;
  width: 100vw;
  box-sizing: border-box;
  margin-left: calc(-50vw + 50%);
  text-align: center;
  margin: 1% 0 3%;
}

.wide:nth-child(even) {
  margin: 1% 0;
}

.content .Aframe {
  font-family: "Noto Sans JP", sans-serif;
  width: 93vw;
  margin: -1% auto 0;
  border: 1px solid #fff;
  padding: 20px;
  line-height: 2;
  color: #122d43;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: 3px 3px 15px rgb(0 0 0 / 13%);
  transition: all 300ms ease-out;
}

.content .Aframe p {
  margin: 1% 0 0;
  font-size: 16px;
  font-weight: bold;
}

.content .Aframe .ttl {
  padding: 10px 15px;
  font-size: 18px;
  color: #fff100;
  font-weight: bold;
  border-radius: 10px;
  background: #0252a2;
}

.frame,
.content .frame {
  font-family: "Noto Sans JP", sans-serif;
  width: 95vw;
  margin: 15% auto 0;
  border: 1px solid #fff;
  padding: 20px;
  line-height: 2;
  color: #122d43;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: 3px 3px 15px rgb(0 0 0 / 13%);
  transition: all 300ms ease-out;
}

.content .CommentBox {
  font-family: "Noto Sans JP", sans-serif;
  width: 95vw;
  margin: 5% auto 0;
  border: 1px solid #fff;
  padding: 20px;
  line-height: 2;
  color: #122d43;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: 3px 3px 15px rgb(0 0 0 / 13%);
  transition: all 300ms ease-out;
}

#teams .frame {
  font-family: "Noto Sans JP", sans-serif;
  width: 92vw;
  margin: 0;
  border: 1px solid #fff;
  padding: 30px 40px;
  line-height: 2.5;
  color: #122d43;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: 3px 3px 15px rgb(0 0 0 / 13%);
  transition: all 300ms ease-out;
}

.frame p,
.content .frame p {
  margin: 1% 0 0;
  font-weight: bold;
}

.frame .ttl,
.content .frame .ttl {
  padding: 10px 15px;
  font-size: 18px;
  color: #fff100;
  font-weight: bold;
  border-radius: 10px;
  background: #0252a2;
}

.frame ul li {
  list-style: disc;
}

.frame ul li a {
  text-decoration: underline;
  color: #122d43;
  font-weight: bold;
}

.content .TeamsFrame {
  font-family: "Noto Sans JP", sans-serif;
  width: 92vw;
  margin: 0% auto 0;
  border: 1px solid #fff;
  padding: 20px;
  line-height: 2;
  color: #fff;
  border-radius: 10px;
  background-color: #0252a2;
  transition: all 300ms ease-out;
}

.content .TeamsFrame p {
  margin: 1% 0 0;
  font-weight: bold;
}

.content .TeamsFrame .ttl {
  padding: 10px 15px;
  font-size: 18px;
  color: #0252a2;
  font-weight: bold;
  border-radius: 10px;
  background: #fff100;
}

.content .TeamsFrame ul li {
  list-style: disc;
}

@media screen and (max-width: 1200px) {
  .content .frame .ttl {
    padding: 10px;
    font-size: 18px;
  }

  .content .CommentBox {
    margin: 0;
  }
}

@media screen and (max-width: 1099px) {
  .frame ul {
    margin-left: 20px !important;
  }

  .content .frame .ttl {
    padding: 10px;
    font-size: 18px;
  }

  .content .CommentBox {
    margin: 0;
  }
}

@media screen and (max-width: 499px) {
  .content .frame {
    width: 90vw;
    margin: 0 auto;
  }
  .content .frame .ttl {
    font-size: 12px;
  }
  .frame.AwardArea.CommentBox {
    margin: 0 auto;
  }
}

/*---------------------------------------------------
  Chapter02 : カラー
---------------------------------------------------*/

.BlueTitle {
  background: linear-gradient(2deg, #122d43, #2f74ac 20%, #0252a2 80%);
  background: -webkit-linear-gradient(2deg, #122d43, #2f74ac 20%, #0252a2 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.BlueText {
  background: linear-gradient(300deg, #122d43, #0252a2);
  background: -webkit-linear-gradient(300deg, #122d43, #0252a2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*---------------------------------------------------
  Chapter02 : about
---------------------------------------------------*/

#about p {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
}

#about .AboutText {
  font-size: 22px;
  color: #122d43;
}

.AboutTitle,
.content .AboutTitle {
  font-size: 90px;
  font-weight: bold;
  margin-top: 0 !important;
  margin-bottom: 0;
}

.AboutSubTitle,
.content .AboutSubTitle {
  display: inline-block;
  margin-top: 0 !important;
  margin-bottom: 0;
  padding: 10px 15px;
  font-size: 18px;
  font-weight: bold;
  color: #ffef38;
  border-radius: 10px;
  background: #0252a2;
}

/* 更新情報 */
#news .news-list {
  margin: 3% 0;
  padding: 2%;
  border-radius: 10px;
  color: #122d43;
  box-shadow: 3px 3px 15px rgb(0 0 0 / 13%);
  transition: all 300ms ease-out;
}

#news .news-list li {
  margin-bottom: 15px;
  display: flex;
  gap: 20px;
  font-weight: bold;
  color: #122d43;
}

/*---------------------------------------------------
  Chapter02 : TEAMS
---------------------------------------------------*/

.col3-box {
  display: flex;
}

.col3-box.gap {
  width: 1000px;
  max-width: 100%;
  gap: 30px;
  margin: 30px auto 0;
}

/* tab */
.content li + li {
  margin-top: 0 !important;
}

.wrap-tab {
  overflow: hidden;
}

.list-tab {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  margin: 0 3% 5% !important;
}

.list-tab > li {
  position: relative;
  z-index: 0;
  display: block;
  width: calc((100% / 3.1) - 10px);
  margin: 0 1.5% 1.8% 0;
  padding-top: 35px;
  padding-bottom: 30px;
  box-sizing: border-box;
  cursor: pointer;
  border: 1px solid #0252a2;
  box-shadow: 12px 12px #0252a2;
  transform: skewX(160deg);
  background-color: #fff;
}

.list-tab > li p {
  font-size: 25px;
  font-weight: bold;
  color: #122d43;
  text-align: center;
  transform: skewX(200deg);
}

.list-tab .active {
  border: 1px solid #0252a2;
  box-shadow: 12px 12px #fff;
  background-color: #0252a2;
}

.list-tab .active p {
  color: #fff100;
}

@media screen and (max-width: 767px) {
  #teams {
    padding-top: 40px;
  }

  #teams > h2 {
    margin-bottom: 10px;
  }

  .list-tab {
    gap: 15px;
    flex-direction: row;
  }

  .list-tab > li {
    width: calc((100% / 2.1) - 2px);
    font-size: 16px;
    padding: 15px 0;
  }

  #teams .content > p {
    margin: 6% 0;
    font-size: 15px;
  }

  .list-tab > li p {
    font-size: 18px;
  }
}

@media screen and (max-width: 499px) {
  #teams {
    padding-top: 40px;
  }

  #teams > h2 {
    margin-bottom: 10px;
  }

  .list-tab {
    gap: 15px;
    flex-direction: row;
  }

  .list-tab > li {
    width: calc((100% / 2.2) - 2px);
    padding: 15px 0;
  }

  .list-tab > li p {
    font-size: 15px;
  }
}

.tab-content,
.MatchTabContent {
  display: none;
}

.tab-content.active,
.MatchTabContent.active {
  display: block;
}

/* modal */
.modal {
  display: none;
}

.modaal-container {
  border-radius: 16px;
  max-width: 750px;
}

.modaal-content-container {
  padding: 50px;
}

.modaal-container img {
  display: block;
  margin: 0 auto 20px;
}

.modaal-container .team {
  text-align: center;
}

.modaal-container .team .text {
  text-align: center;
  line-height: 2;
}

.modaal-container .team .area,
.modaal-container .team .team-name {
  display: block;
  font-weight: 700;
}

.modaal-container .team .team-name {
  margin-bottom: 20px;
  text-decoration: underline;
}

.modaal-container .team .text p:not(:last-child) {
  margin-bottom: 10px;
}

.modaal-container .team .text .readmore {
  display: block;
  text-align: right;
  text-decoration: underline;
  margin-top: 20px;
}

.modaal-close {
  display: none;
}

/* 監督写真 */
.DirectorPhoto {
  margin: 20px 0 0;
}

.DirectorName {
  text-align: center;
}

figure.DirectorPhoto img {
  width: 30%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .modaal-inner-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .modaal-container {
    max-width: 600px;
  }

  .modaal-content-container {
    padding: 30px;
  }
}

.white-box .AwardBestMemberSubTitle {
  margin: 50px 0;
  font-size: 24px;
  color: #1d2764;
  font-weight: bold;
  text-align: center;
}

.team-list {
  margin: 0 0 50px !important;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}

.team-list li {
  width: calc((100% / 3));
}

.team-list li > a {
  width: 100%;
  height: 100%;
  padding: 0;
  color: #fff !important;
  background-color: #0252a2;
}
.team-list li > a span {
  display: block;
}
.team-list li > a:hover {
  color: #fff;
}

.team-list li > a .team {
  padding: 20px;
  text-align: left;
  white-space: normal;
}

.team-list li > a .team span {
  display: block;
  font-weight: 700;
}

.team-list li > a .team span.area {
}

.team-list li > a .team span.team-name {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .team-list {
    gap: 24px 2px;
  }

  .team-list li {
    width: calc((100% / 2) - 2px);
  }

  .team-list li > a .team {
    padding: 10px;
  }

  div.team {
    min-height: 80px;
  }
  .modaal-wrapper .modaal-close {
    background-size: 14px;
    width: 24px;
    height: 24px;
  }
}

@media screen and (max-width: 499px) {
  .team-list {
    gap: 24px 2px;
  }

  .team-list li {
    width: calc((100% / 2) - 2px);
  }

  .team-list li > a .team {
    padding: 10px;
  }

  div.team {
    min-height: 70px;
  }

  .team-list li > a .team span {
    font-size: 12px;
  }

  #teams .frame {
    width: 87vw;
    padding: 20px;
  }

  .frame ul li {
    list-style: disc;
    line-height: 1.8;
  }

  .frame ul li a {
    font-size: 13px;
  }

  .frame .ttl,
  .content .frame .ttl {
    width: 100%;
    display: block;
    padding: 5px;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
  }
}

/*---------------------------------------------------
Chapter02 : 試合結果
---------------------------------------------------*/

.MatchTabBox {
  margin: 0 auto;
  width: 75%;
}

#MatchTab > li {
  position: relative;
  z-index: 0;
  display: block;
  width: calc((100% / 7.5) - 10px);
  margin: 0 1.5% 1.8% 0;
  padding-top: 25px;
  padding-bottom: 30px;
  box-sizing: border-box;
  cursor: pointer;
  border: 1px solid #0252a2;
  box-shadow: 12px 12px #0252a2;
  transform: skewX(160deg);
  background-color: #fff;
}

#MatchTab .active {
  border: 1px solid #0252a2;
  box-shadow: 12px 12px #fff;
  background-color: #0252a2;
}

/* 試合結果テーブル */
.content .GameScheduleTable td,
.content .GameScheduleTable th {
  border: 1px solid #dbdbdb;
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  vertical-align: top;
  text-align: center;
}

.GameScheduleTable th.GameScheduleTitle {
  text-align: center !important;
  color: #fff;
  background: #0252a2;
}

.TeamsMatchResult {
  width: 7%;
  display: table-cell;
  vertical-align: middle;
}

.GameScheduleTable td {
  border-right: 1px solid #dbdbdb !important;
  text-align: center;
}

td.MatchResult {
  width: 40%;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}

span.MatchResultsScore {
  font-size: 22px;
  color: #ff8896;
  font-weight: bold;
}

span.Town {
  font-size: 13px;
}

.content .GroupTitle {
  margin-bottom: 0;
  padding: 15px;
  color: #fff;
  background: #0252a2;
}

.content .DayTitle,
.content .DayTitle:not(:first-child) {
  margin-top: 2em;
  margin-bottom: 0.5em;
  padding: 0 0 10px;
  border-bottom: 4px solid #0252a2;
}

/*---------------------------------------------------
Chapter02 : AWARDS
---------------------------------------------------*/

.zamstsmama {
  margin: 3% 0 2%;
}

.AwardPlayerListBox {
  position: relative;
}

h3.AwardMainTitle.BlueTitle {
  font-size: 70px;
  font-weight: bold;
  margin-top: 8% !important;
  margin-bottom: 0;
  text-align: center;
}

.AwardsTextBox {
  padding: 0 50px;
}

#awards .wrapper > p {
  margin: 2% 0 0 !important;
  font-size: 18px;
  font-weight: bold;
  color: #122d43;
  line-height: 1.8;
}

.AwardTitleBox {
  padding: 50px 50px 0 50px;
}

.content .AwardTitle {
  margin-top: 0 !important;
  margin-bottom: 0;
  font-size: 100px;
  line-height: 1;
  font-weight: bold;
  color: #0252a2;
}

.content .AwardSubTitle {
  display: inline-block;
  margin: 0;
  padding: 5px 15px;
  font-size: 25px;
  font-weight: bold;
  color: #ffef38;
  border-radius: 10px;
  background: #0252a2;
}

#awards p.NominationTitle {
  margin: 1% 0 !important;
  font-size: 40px;
  font-weight: bold;
  color: #122d43;
}

.content .NominationTitle {
  margin: 0 0 2% !important;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
}

/* ブルーボックス */
.NominationPlayerBox {
  margin: 0;
  padding: 0;
}

/* .NominationPlayerBox {
  margin: -10% 0;
  padding: 10% 0 0;
} */

/* 右肩上がり */
.SlashBox {
  clip-path: polygon(0 10%, 100% 0, 100% 70%, 0 88%);
}

.AwardPlayerListBox.AwardArea {
  margin: 0;
}

.DepartmentName {
  text-align: right;
  margin: 0 0 0 auto;
  padding: 0;
}

.DepartmentName.Speed img {
  width: 36%;
}

.DepartmentName.Physical img,
.DepartmentName.Stamina img {
  width: 55%;
}

.DepartmentName.Ballcontrol img {
  width: 90%;
}

/* SPEED部門背景 */
.SpeedBG {
  position: revert;
  display: block;
  width: 100%;
  height: 130vh;
  margin: 5% 0 0 0;
  background: url(/img/uploads/collaboration/zensho/2023/img/speed_award_bg.png)
    center / contain no-repeat;
}

/* ボールコントロール部門 */
.BalldBG {
  display: block;
  width: 100%;
  height: 130vh;
  margin: 5% 0 0 0;
  background: url(/img/uploads/collaboration/zensho/2023/img/ball_award_bg.png)
    center / contain no-repeat;
}

/* フィジカル部門 */
.PhysicalBG {
  display: block;
  width: 100%;
  height: 130vh;
  margin: 5% 0 0 0;
  background: url(/img/uploads/collaboration/zensho/2023/img/physical_award_bg.png)
    center / contain no-repeat;
}

/* スタミナ部門 */
.StaminaBG {
  display: block;
  width: 100%;
  height: 130vh;
  margin: 5% 0 0 0;
  background: url(/img/uploads/collaboration/zensho/2023/img/stamina_award_bg.png)
    center / contain no-repeat;
}

/* .StaminaSP,
.BallSP,
.PhysicalSP,
.StaminaSP {
  display: none;
} */

.BlueBG {
  background-color: #122d43;
}

/* ノミネート選手リスト */
.NominationPlayerList {
  position: absolute;
  width: 100%;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
}

.content .player-list {
  width: 60%;
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 2em auto !important;
  padding: 0 5%;
}

.player-list.UP {
  width: 40vw;
}

.player-list.Down {
}

.player-list li img {
  height: auto;
  margin: 0 6px;
  text-align: center;
}

.player-list img {
  height: auto;
  margin: 0 6px;
  text-align: center;
}

#awards .content {
  margin-left: unset;
  margin-right: unset;
}

#awards .content .subttl {
  margin: 100px 0 80px;
}

#awards .content > p {
  text-align: left;
}

#awards .content > p:first-child {
  margin-bottom: 3%;
  font-weight: bold;
  line-height: 1.8;
  color: #122d43;
}

.dept {
  margin: 0 0 50px;
}

@media screen and (min-width: 1400px) {
  .AwardPlayerListBox.AwardArea {
    margin: 15% 0 0;
  }

  /* SPEED部門背景 */
  .SpeedBG {
    background: url(/img/uploads/collaboration/zensho/2023/img/speed_award_bg.png)
      center / cover no-repeat;
  }

  /* ボールコントロール部門 */
  .BalldBG {
    background: url(/img/uploads/collaboration/zensho/2023/img/ball_award_bg.png)
      center / cover no-repeat;
  }

  /* フィジカル部門 */
  .PhysicalBG {
    background: url(/img/uploads/collaboration/zensho/2023/img/physical_award_bg.png)
      center / cover no-repeat;
  }

  /* スタミナ部門 */
  .StaminaBG {
    background: url(/img/uploads/collaboration/zensho/2023/img/stamina_award_bg.png)
      center / cover no-repeat;
  }
}

@media screen and (max-width: 1300px) {
  .player-list img {
    width: 40%;
  }

  /* SPEED部門背景 */
  .SpeedBG,
  .BalldBG,
  .PhysicalBG,
  .StaminaBG {
    height: 130vh;
  }

  .NominationPlayerList {
    top: 48%;
  }
}

/* 
@media screen and (max-width: 1099px) {
  .NominationPlayerBox { margin: -10% 0; padding: 10% 0 0;}
  ul.player-list.UP { width: 40vw; }
  ul.player-list.Down { width: 60vw;}

  .SpeedBG { height: 85vh;}
  .BalldBG { height: 85vh;}
  .PhysicalBG {height: 85vh;}
  .StaminaBG {height: 85vh;}

}


@media screen and (max-width: 899px) {

  .NominationPlayerBox { margin: -10% 0; padding: 10% 0 0; }
  ul.player-list.UP { width: 40vw; }
  ul.player-list.Down { width: 60vw;}

  .SpeedBG { height: 70vh;}
  .BalldBG { height: 70vh;}
  .PhysicalBG {height: 70vh;}
  .StaminaBG {height: 70vh;}

} */

@media screen and (max-width: 767px) {
  #awards {
    padding-top: 30px;
  }

  #awards .ttl-area {
    margin-bottom: 0;
  }

  .AwardsTextBox {
    padding: 0 20px;
  }

  .content .frame p {
    margin: 4% 0;
  }

  .content .AwardsTextBox p {
    margin: 3% 0 0;
    font-size: 13px;
    line-height: 1.8;
  }

  .content .Aframe {
    width: 90vw;
    padding: 15px;
  }

  .content .Aframe .ttl {
    padding: 8px 15px;
    font-size: 15px;
  }

  .AwardTitleBox {
    padding: 50px 15px 50px;
  }

  .content .AwardSubTitle {
    font-size: 18px;
  }

  p.NominationTitle {
    font-size: 22px;
  }

  .DepartmentName.Speed img {
    width: 40%;
  }

  .player-list.Down {
    width: 65vw;
  }

  #awards .wrapper > p {
    font-size: 15px;
  }
  h3.AwardMainTitle.BlueTitle {
    font-size: 35px;
    margin: 15% 0 !important;
  }
  .content .AwardSubTitle {
    font-size: 15px;
  }
  .content .AwardTitle {
    font-size: 60px;
  }
  #awards p.NominationTitle {
    font-size: 20px;
  }

  ul.player-list.UP {
    width: 60vw;
  }
  ul.player-list.Down {
    width: 90vw;
  }

  .SpeedBG,
  .BalldBG,
  .PhysicalBG,
  .StaminaBG {
    display: none;
  }

  /* SPEED部門背景 */
  .SpeedSP {
    display: block;
    height: 130vh;
    background: url(/img/uploads/collaboration/zensho/2023/img/speed_award_bg-tb.png)
      center / contain no-repeat;
  }

  /* ボールコントロール部門 */
  .BallSP {
    display: block;
    height: 130vh;
    background: url(/img/uploads/collaboration/zensho/2023/img/ball_award_bg-tb.png)
      center / contain no-repeat;
  }

  /* フィジカル部門 */
  .PhysicalSP {
    display: block;
    height: 130vh;
    background: url(/img/uploads/collaboration/zensho/2023/img/physical_award_bg-tb.png)
      center / contain no-repeat;
  }

  /* スタミナ部門 */
  .StaminaSP {
    display: block;
    height: 130vh;
    background: url(/img/uploads/collaboration/zensho/2023/img/stamina_award_bg-tb.png)
      center / contain no-repeat;
  }

  .player-list.Down {
    width: 70vw;
  }

  .NominationPlayerList {
    top: 42%;
  }

  .AwardTitleBox {
    padding: 20px 15px 0;
  }

  .content .player-list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 20px;
    margin-top: 2em !important;
    margin-left: 0 !important;
  }

  .player-list img {
    width: 33%;
    height: auto;
    margin: 0 6px;
    text-align: center;
  }
}

@media screen and (max-width: 799px) {
  #awards .wrapper > p {
    font-size: 15px;
  }
  h3.AwardMainTitle.BlueTitle {
    font-size: 35px;
    margin: 10% 0 !important;
  }
  .content .AwardSubTitle {
    font-size: 15px;
  }
  .content .AwardTitle {
    font-size: 60px;
  }
  #awards p.NominationTitle {
    font-size: 20px;
  }

  ul.player-list.UP {
    width: 60vw;
  }
  ul.player-list.Down {
    width: 90vw;
  }

  .SpeedBG,
  .BalldBG,
  .PhysicalBG,
  .StaminaBG {
    display: none;
  }

  /* SPEED部門背景 */
  .SpeedSP {
    height: 100vh;
    background: url(/img/uploads/collaboration/zensho/2023/img/speed_award_bg-tb.png)
      center / contain no-repeat;
  }

  /* ボールコントロール部門 */
  .BallSP {
    display: block;
    height: 100vh;
    background: url(/img/uploads/collaboration/zensho/2023/img/ball_award_bg-tb.png)
      center / contain no-repeat;
  }

  /* フィジカル部門 */
  .PhysicalSP {
    display: block;
    height: 100vh;
    background: url(/img/uploads/collaboration/zensho/2023/img/physical_award_bg-tb.png)
      center / contain no-repeat;
  }

  /* スタミナ部門 */
  .StaminaSP {
    display: block;
    height: 100vh;
    background: url(/img/uploads/collaboration/zensho/2023/img/stamina_award_bg-tb.png)
      center / contain no-repeat;
  }

  .content .player-list {
    margin-top: 1em !important;
  }
  .content .AwardTitle {
    font-size: 45px;
  }
  #awards p.NominationTitle {
    font-size: 20px;
  }
  .content .player-list {
    margin-top: 1em !important;
  }

  .player-list.Down {
    width: 100vw;
  }

  .NominationPlayerList {
    top: 45%;
  }

  .AwardPlayerListBox.AwardArea {
    margin: 0;
  }

  .AwardTitleBox {
    margin: 10% 0 5%;
    padding: 50px 15px 30px;
  }

  .content .player-list {
    display: flex;
    gap: 20px;
    margin-top: 2em !important;
    margin-left: 0 !important;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .player-list img {
    width: 20%;
    height: auto;
    margin: 0 6px;
    text-align: center;
  }
}

@media screen and (max-width: 599px) {
  #awards .wrapper > p {
    font-size: 15px;
  }
  h3.AwardMainTitle.BlueTitle {
    font-size: 35px;
    margin: 15% 0 !important;
  }
  .content .AwardSubTitle {
    font-size: 15px;
  }
  .content .AwardTitle {
    font-size: 60px;
  }
  #awards p.NominationTitle {
    font-size: 20px;
  }

  ul.player-list.UP {
    width: 60vw;
  }
  ul.player-list.Down {
    width: 90vw;
  }

  .SpeedBG,
  .BalldBG,
  .PhysicalBG,
  .StaminaBG {
    display: none;
  }

  /* SPEED部門背景 */
  .SpeedSP {
    display: block;
    height: 120vh;
    background: url(/img/uploads/collaboration/zensho/2023/img/speed_award_bg-sp.png)
      center / contain no-repeat;
  }

  /* ボールコントロール部門 */
  .BallSP {
    display: block;
    height: 120vh;
    background: url(/img/uploads/collaboration/zensho/2023/img/ball_award_bg-sp.png)
      center / contain no-repeat;
  }

  /* フィジカル部門 */
  .PhysicalSP {
    display: block;
    height: 120vh;
    background: url(/img/uploads/collaboration/zensho/2023/img/physical_award_bg-sp.png)
      center / contain no-repeat;
  }

  /* スタミナ部門 */
  .StaminaSP {
    display: block;
    height: 120vh;
    background: url(/img/uploads/collaboration/zensho/2023/img/stamina_award_bg-sp.png)
      center / contain no-repeat;
  }

  .content .player-list {
    margin-top: 1em !important;
  }
  .content .AwardTitle {
    font-size: 45px;
  }
  #awards p.NominationTitle {
    font-size: 20px;
  }
  .content .player-list {
    margin-top: 1em !important;
  }

  .player-list.Down {
    width: 100vw;
  }

  .NominationPlayerList {
    top: 50%;
  }

  .AwardPlayerListBox.AwardArea {
    margin: 0;
  }

  .AwardTitleBox {
    margin: 10% 0 0;
    padding: 50px 15px 60px;
  }

  .content .player-list {
    display: flex;
    gap: 20px;
    margin-top: 2em !important;
    margin-left: 0 !important;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .player-list img {
    width: 35%;
    height: auto;
    margin: 0 6px;
    text-align: center;
  }
}

@media screen and (max-width: 499px) {
  .AwardTitleBox {
    padding: 20px 15px 60px;
  }

  .NominationPlayerList {
    top: 50%;
  }

  .SpeedSP,
  .BallSP,
  .PhysicalSP,
  .StaminaSP {
    height: 100vh;
  }
}

@media screen and (max-width: 399px) {
  .SpeedSP,
  .BallSP,
  .PhysicalSP,
  .StaminaSP {
    height: 120vh;
  }
}

/*---------------------------------------------------
Chapter02 : AWARDS(結果発表)
---------------------------------------------------*/

.WinnerBox {
  width: 80%;
  display: flex;
  align-items: center;
  padding: 0 5%;
}

.WinnerBox img {
  width: 60%;
}

.WinnerTextBox {
  position: absolute;
  z-index: 5;
  right: 10%;
  display: block;
  width: 37%;
  margin: 5% 1.5% 1.8% 0;
  padding: 6% 2% 4%;
  box-sizing: border-box;
  cursor: pointer;
  box-shadow: 18px 18px 0 -5px #fff, 18px 18px 0 0 #122d43;
  transform: skewY(172deg);
  background-color: #0252a2;
}

.WinnerTextBox .WinnerName {
  padding: 0;
  font-size: 45px;
  font-weight: bold;
  color: #ffef38;
  text-align: left;
  transform: skewY(187deg);
}

.content .WinnerTextBox .WinnerTeams {
  margin: 0;
  font-size: 25px;
  font-weight: bold;
  color: #ffef38;
  text-align: left;
  transform: skewY(187deg);
}

.WinnerTextBox p {
  padding: 5% 0;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: left;
  line-height: 1.8;
  transform: skewY(187deg);
}

.NominationBox {
  margin: 3% 0 0;
}

@media screen and (max-width: 1200px) {
  .NominationBox {
    margin: 8% 0 0;
  }
}

@media screen and (max-width: 767px) {
  .WinnerBox {
    width: 60%;
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .WinnerBox img {
    width: 90%;
  }

  .WinnerTextBox {
    top: 30%;
    right: 24%;
    width: 50%;
    padding: 5% 2% 2%;
  }

  .WinnerTextBox .WinnerName {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .content .WinnerTextBox .WinnerTeams {
    font-size: 18px;
  }

  .WinnerTextBox p {
    padding: 3% 0;
    font-size: 16px;
  }

  .content .NominationTitle {
    font-size: 40px;
  }

  .NominationBox {
    margin: 0;
    padding: 30% 0 0;
  }
}

@media screen and (max-width: 799px) {
  .WinnerBox {
    width: 55%;
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .WinnerBox img {
    width: 100%;
  }

  .WinnerTextBox {
    top: 25%;
    right: 21%;
    width: 55%;
    padding: 5% 2% 3%;
  }

  .WinnerTextBox .WinnerName {
    font-size: 25px;
  }

  .content .WinnerTextBox .WinnerTeams {
    font-size: 20px;
  }

  .WinnerTextBox p {
    font-size: 16px;
  }

  .content .NominationTitle {
    font-size: 25px;
  }

  .NominationBox {
    padding: 25% 0 0;
  }
}

@media screen and (max-width: 599px) {
  .WinnerBox {
    width: 65%;
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .WinnerBox img {
    width: 100%;
  }

  .WinnerTextBox {
    top: 20%;
    right: 16%;
    width: 65%;
    padding: 8% 4% 4%;
  }

  .WinnerTextBox .WinnerName {
    font-size: 22px;
  }

  .content .WinnerTextBox .WinnerTeams {
    font-size: 15px;
  }

  .WinnerTextBox p {
    font-size: 14px;
  }

  .content .NominationTitle {
    font-size: 25px;
  }

  .NominationBox {
    padding: 40% 0 0;
  }
}

@media screen and (max-width: 499px) {
  .WinnerBox {
    width: 55%;
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .WinnerTextBox {
    top: 16%;
    right: 11%;
    width: 75%;
    padding: 8% 4% 4%;
  }

  .NominationBox {
    padding: 50% 0 0;
  }

  .content .WinnerTextBox .WinnerTeams {
    font-size: 13px;
  }

  .WinnerTextBox p {
    font-size: 12px;
  }
}

/*---------------------------------------------------
Chapter02 : ZANST
---------------------------------------------------*/

#zamst {
  margin-bottom: 100px;
}

#zamst h2 {
  margin-bottom: 3px;
  text-align: center;
}

#zamst img.pcimg {
  width: 40%;
}

#zamst p {
  margin: 3% 0 5%;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  #zamst h2 {
    margin-top: 50px;
    margin-bottom: 20px;
  }

  #zamst p {
    font-size: 18px;
  }
}

@media screen and (max-width: 499px) {
  #zamst h2 {
    margin-top: 50px;
    margin-bottom: 20px;
  }

  #zamst p {
    font-size: 13px;
  }
}

#zamst .main-image {
  text-align: center;
  margin-bottom: 0;
}

#zamst .main-image img {
  margin-bottom: 40px;
}

#zamst .flex.product {
  display: flex;
  justify-content: center;
  gap: 110px;
}

#zamst .flex.product .left,
#zamst .flex.product .right {
  width: 25%;
}

#zamst .flex.product img {
}

.message-list {
  max-width: 800px;
  margin: 80px auto 100px;
}

/* 使用プレイヤー感想エリア */
.message-list .player {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 35px;
}

.message-list .message {
  flex: 1;
  line-height: 2;
  color: #122d43;
}

.message-list .message .player-name {
  font-size: 24px;
  font-weight: 700;
}

#zamst .message-list .message p {
  font-size: 18px;
  text-align: left;
}

#zamst .frame.flex {
  gap: 50px;
  padding: 30px 50px 30px 20px;
}

#zamst .frame.flex .left p {
  font-size: 18px;
  text-align: left;
}

#zamst .frame.flex .right img {
  max-width: 450px;
  width: 100%;
}

/* おすすめのザムストアイテムエリア */
#zamst .ZamstItemTitle {
  width: 80%;
  margin: 10% auto 5%;
  padding: 20px 15px;
  font-size: 35px;
  color: #fff100;
  font-weight: bold;
  border-radius: 90px;
  background: #0252a2;
}

#zamst .ZamstProductBox {
  margin: 5%;
  display: flex;
  justify-content: center;
  gap: 30px;
}

#zamst .ZamstItemRight {
  width: 30%;
}

#zamst .ZamstItemLeft {
  width: 30%;
}

#zamst .ZamstProductBox a {
  display: flex;
  justify-content: center;
}

#zamst .ZamstProductBox img {
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #zamst .flex.product {
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
  }

  #zamst .flex.product > div:not(:last-child) {
    margin-bottom: 30px;
  }

  #zamst .flex.product .left,
  #zamst .flex.product .right {
    width: 40%;
  }

  #zamst .flex.product img {
    display: flex;
    width: 100%;
    margin: 0 auto;
  }

  #zamst .main-image {
    margin-bottom: 20px;
  }

  #zamst .main-image img {
    margin-bottom: 30px;
  }

  .message-list {
    margin-bottom: 80px;
  }

  .message-list .player {
    display: block;
    margin-bottom: 50px;
  }

  .message-list .player .img {
    text-align: center;
  }

  .message-list .message {
    padding: 20px 0;
  }

  .message-list .message .player-name {
    text-align: center;
    display: block;
  }

  #zamst .frame.flex {
    padding: 30px 20px;
  }

  #zamst .frame.flex .left p {
    font-size: 15px;
    margin-bottom: 20px;
  }

  #zamst .frame.flex .right {
    margin-top: 50px;
    text-align: center;
  }

  #zamst .ZamstItemTitle {
    width: 100%;
    font-size: 22px;
    line-height: 1.2;
  }

  #zamst .message-list .message p {
    font-size: 15px;
  }

  #zamst .ZamstProductBox {
    margin: 0;
    display: flex;
    justify-content: center;
    flex-direction: row;
  }

  #zamst .ZamstProductBox img {
    width: 80%;
    margin: 5% auto;
  }
}

@media screen and (max-width: 499px) {
  #zamst .flex.product {
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 20px;
  }

  #zamst .flex.product .left,
  #zamst .flex.product .right {
    width: 50%;
  }

  #zamst .flex.product > div:not(:last-child) {
    margin-bottom: 0;
  }

  #zamst .flex.product img {
    display: flex;
    width: 100%;
    margin: 0 auto;
  }

  #zamst .main-image {
    margin-bottom: 20px;
  }

  #zamst .main-image img {
    margin-bottom: 30px;
  }

  .message-list {
    margin-bottom: 0;
  }

  .message-list .player {
    display: block;
    margin-bottom: 15px;
  }

  .message-list .player .img {
    text-align: center;
  }

  .message-list .player img {
    width: 50%;
  }

  .message-list .message {
    padding: 20px 0;
  }

  .message-list .message .player-name {
    font-size: 20px;
  }

  .message-list .message .player-name {
    text-align: center;
    display: block;
  }

  #zamst .frame.flex {
    padding: 30px 20px;
  }

  #zamst .frame.flex .left p {
    font-size: 14px;
    margin-bottom: 20px;
  }

  #zamst .frame.flex .right {
    margin-top: 50px;
    text-align: center;
  }

  #zamst .ZamstItemTitle {
    width: 100%;
    padding: 15px;
    font-size: 14px;
    line-height: 1.2;
  }

  #zamst .message-list .message p {
    font-size: 14px;
  }

  #zamst .ZamstProductBox {
    margin: 0;
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 0px;
  }

  #zamst .ZamstProductBox img {
    width: 90%;
    margin: 5% 0;
  }

  #zamst .ZamstItemLeft,
  #zamst .ZamstItemRight {
    width: 60%;
    margin: 0 auto;
  }
}

/*
  202412
*/
body {
  color: #555;
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold !important;
  color: inherit;
}

.g-nav {
  font-family: Quicksand, sans-serif;
  width: 100%;
  padding: 30px 0;
  text-align: center;
  background: #1d2764;
}

.g-nav li {
  display: inline-block;
  margin-right: 80px;
}

.g-nav li a {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  position: relative;
}

.g-nav li:last-child {
  margin-right: 0;
}

.g-nav li a::after {
  display: none;
}

.g-nav li.active a:after {
  background: #fff;
  content: "" !important;
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
  position: absolute;
  bottom: -14px;
  left: calc(50% - 4px);
  padding: 0;
}

.block {
  overflow: unset;
}
#teams,
#band,
#awards {
  margin-top: -50px;
  padding-top: 50px;
}

@media screen and (min-width: 768px) {
  .g-nav-wrap {
    min-height: 88px;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 10;
  }

  #teams,
  #band,
  #awards {
    margin-top: -100px;
    padding-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .g-nav li.active a:after {
    content: none !important;
  }
}

#about {
  padding: 0;
}
#about .AboutText {
  margin: 120px auto;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #555;
}
#about .AboutText h1 {
  font-size: 28px;
}

.wrapper {
  padding: 0;
}

.h2 {
  font-family: Quicksand, sans-serif;
  background: linear-gradient(to right, #0eb3c3, #1d2764);
  font-size: 16px;
  margin: 0;
  padding: 22px 0;
  color: #d0af56;
  border-radius: 80px 80px 0 0;
  text-align: center;
}
.h2 span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 64px;
}

.h2 img {
  margin-right: 40px;
}

.lead,
.lead p,
.lead-2,
.lead-2 p {
  line-height: 1.8;
}

.lead {
  margin: 0;
  padding: 80px 0;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

body strong {
  color: inherit;
}

.lead-2 {
  padding: 80px 0;
  font-size: 14px;
  text-align: center;
}

.lead-2 strong {
  display: block;
  font-size: 22px;
  margin-bottom: 24px;
}

#news .news-list {
  max-width: 800px;
  max-height: 425px;
  overflow-y: auto;
  margin: 80px auto;
  padding: 0;
  border-radius: 0;
  color: inherit;
  box-shadow: none;
  transition: none;
}

#news .news-list .date {
  display: block;
  margin-bottom: 18px;
  color: #1d2764;
  font-weight: bold;
}

#news .news-list li {
  padding: 30px 0;
  border-top: 1px solid #d5d5d5;
  margin-bottom: 0;
  display: block;
  gap: 0;
  font-weight: 500;
  color: inherit;
}

#news .news-list li:last-child {
  padding: 30px 0;
  border-bottom: 1px solid #d5d5d5;
}

.bg-yellow {
  background: #fbffe5;
}

#band .bg-yellow {
  padding-top: 80px;
  padding-bottom: 120px;
}

#band lead-2 {
  margin-bottom: 0;
}

#band h2 {
  margin-bottom: 0;
}

body .content h3 {
  font-size: 22px;
  margin-bottom: 20px;
}

.btn-detail {
  background: #1d2764;
  margin-top: 40px;
}

#amino_about {
  margin: 80px auto;
}

.green-box {
  max-width: 960px;
  margin: 0 auto 40px;
  border: 2px solid #1d2764;
  border-radius: 20px;
  padding: 64px 40px;
}

.border-dot {
  margin: 40px 0;
  line-height: 1;
}

.award-outline p:first-child {
  margin-bottom: 20px;
}

.col3-box {
  display: flex;
}
.col3-box > div {
  width: calc(100% / 3);
}

#band .col3-box {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  gap: 0 50px;
  text-align: center;
}

#band .col3-box > div {
  width: calc(100% / 2);
}

#band .col3-box > div p {
  white-space: nowrap;
}

#band .lead-2 + .green-box {
  margin: 0 auto;
  padding: 40px 40px;
}

small,
.small {
  font-size: 14px;
}

.green-btn {
  background: #fff;
  max-width: 350px;
  max-width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: bold;
  border: 2px solid #1d2764;
  border-radius: 160px;
  margin: 0 auto 8px;
  color: #1d2764;
}

.col2-box {
  display: flex;
}
.col2-box > div {
  width: 50%;
}

#band .col2-box {
  margin-top: 40px;
}

#band .col2-box > div:last-child {
  padding-left: 80px;
  text-align: center;
}

body hr {
  background-color: #d5d5d5;
  margin: 40px 0;
}

#band h3 {
  padding: 20px 0 10px;
}

.btn-menu.sp-v {
  position: fixed;
  top: 20px;
  left: 12px;
  z-index: 1000;
}

.bg-yellow-2 {
  background: #fbffe5;
}

#best_member {
  margin-bottom: 96px;
}

#best_member .lead {
  max-width: 640px;
  margin: 0 auto;
  padding: 0;
}
#best_member .lead p {
  margin-bottom: 0;
}

#best_member .bg-yellow-2 {
  padding: 64px 24px;
}

#best_member .content h2 {
  margin: 8px 0 24px;
  color: #1d2764;
  font-size: 22px;
}

.footer {
  background: #ebebeb;
}

@media screen and (max-width: 1024px) {
  .wrap,
  .wrapper > .content {
    padding: 0 24px;
  }
  .h2 {
    padding: 30px 0;
    line-height: 1.4;
  }
  .h2 span {
    display: block;
    padding: 0 40px;
    font-size: 40px;
  }
  .h2 span br {
    display: block;
  }
  .h2 img {
    max-width: 232px;
    margin: 0;
  }

  #about .AboutText {
    padding-top: 60px;
    padding-bottom: 60px;
    margin: 0;
    font-size: 16px;
  }
  #about h1 {
    font-size: 24px !important;
  }
  .lead,
  .lead-2 {
    padding: 40px 0;
  }
  .lead-2 strong {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .green-box,
  #band .lead-2 + .green-box {
    margin: 0 auto;
    padding: 40px 20px;
  }
  .green-box {
    margin: 40px auto;
  }
}

@media screen and (max-width: 767px) {
  ul.g-nav {
    background: linear-gradient(to right, #0eb3c3, #1d2764);
    display: block;
    position: fixed;
    top: 0;
    left: -100vw;
    height: 100%;
    z-index: 999;
    overflow-y: auto;
    transition: all 0.2s;
  }
  ul.g-nav.active {
    left: 0;
  }
  .g-nav li {
    display: block;
    margin: 35px 0 0;
  }
  .g-nav li a {
    display: block;
    line-height: 1.3;
  }
  #news .news-list {
    margin: 40px auto;
  }

  .wrap,
  .wrapper > .content {
    padding: 0 12px;
  }
  .green-box,
  #band .lead-2 + .green-box {
    padding: 40px 12px;
  }
  .green-box {
    margin: 40px auto 0;
  }
  .btn-detail {
    width: 300px;
  }

  #best_member .lead p {
    font-size: 14px;
  }
  #best_member .content h2 {
    font-size: 20px;
  }

  .col2-box {
    display: block;
  }
  .col2-box > div,
  .col3-box > div {
    width: 100%;
  }
  .col3-box.gap {
    width: 100%;
    max-width: 100%;
    gap: 30px;
    margin: 30px auto 0;
  }
  .col3-box {
    display: flex;
    flex-direction: column;
  }

  #band .col3-box > div {
    width: 100%;
  }
  #band .col3-box > div p {
    white-space: unset;
  }

  .green-btn {
    max-width: 100%;
    height: 50px;
    margin-top: 12px;
    margin-bottom: 4px;
    font-size: 20px;
  }

  .award-outline p:first-child {
    margin-bottom: 6px;
  }

  #band h2 img {
    max-width: 228px;
  }

  #band .col2-box > div:last-child {
    padding: 40px 0 0;
  }

  body .content h3 {
    font-size: 20px;
  }
}

/*
  追加分
*/

.wrap-tab {
  max-width: 1160px;
  margin: 0 auto 80px;
  padding: 0 20px;
}
.wrap-tab-content {
  min-height: 1000px;
}

.list-tab {
  display: flex;
  flex-wrap: nowrap;
  gap: 0 12px;
  margin: 0 0 50px !important;
}

.list-tab > li {
  background: #d5d5d5 !important;
  width: calc((100% / 6));
  border-radius: 160px;
  border: none !important;
  transform: none !important;
  box-shadow: none !important;
  margin: 0;
  padding: 16px 0;
  line-height: 1.5;
  position: relative;
}
.list-tab > li.active {
  background: linear-gradient(to top, #0eb3c3, #1d2764) !important;
}

.list-tab > li.active:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 18px solid #0eb3c3;
  position: absolute;
  bottom: -28px;
  left: calc(50% - 9px);
}

.list-tab > li p {
  font-size: 18px;
  text-align: center;
  transform: none;
  color: #555 !important;
}

.list-tab > li.active p {
  color: #fff !important;
}

.team-list {
  margin: 0 !important;
  gap: 35px;
  justify-content: flex-start;
}
.team-list li {
  width: calc((100% / 3) - 24px);
}

.team-list li > a {
  display: block;
  overflow: hidden;
  background-color: #1d2764;
  border-radius: 10px;
  font-weight: bold;
  text-decoration: none !important;
  font-size: 16px;
}

.team-list li:nth-child(2n) a {
  background-color: #0eb3c3;
}

.team-list li > a .team {
  padding: 16px;
  text-align: center;
}
.team-list li > a .team .area {
  background: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 124px;
  height: 28px;
  margin-bottom: 8px;
  border-radius: 16px;
  font-weight: bold;
  font-size: 14px;
  color: #1d2764;
}

.team-list li:nth-child(2n) a .team .area {
  color: #0eb3c3;
}

.team-list a .team-name {
  text-decoration: none !important;
}
.team-list a > .photo {
  height: 262px;
}
.team-list a > .photo img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.modaal-content-container {
  padding: 40px;
  display: flex;
  align-items: flex-start;
  gap: 0 40px;
  width: 100%;
}

.modaal-container {
  border-radius: 20px;
  max-width: 960px;
  color: #555;
}
.modaal-wrapper .modaal-close {
  background: url(/img/uploads/collaboration/zensho/2024/img/icon-close.png)
    center center no-repeat;
  background-size: contain;
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 20px;
  left: 20px;
  overflow: hidden;
  text-indent: -100px;
}
.modaal-wrapper .modaal-close:before,
.modaal-wrapper .modaal-close:after {
  content: none;
}

.modaal-content-container > div {
  width: 50%;
}

.modaal-content-container .team .area {
  background: #1d2764;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 124px;
  height: 28px;
  margin-bottom: 8px;
  border-radius: 16px;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
}

.modaal-content-container .team .team-name {
  color: #1d2764;
  font-weight: bold;
  font-size: 22px;
  text-decoration: none;
  margin-bottom: 5px;
}
.modaal-content-container .team .time {
  font-weight: 500;
}

.modaal-content-container .team h3 {
  color: #1d2764;
  font-weight: bold;
  margin: 10px 0 0;
  position: relative;
  text-align: center;
}

.modaal-content-container .team h3:after {
  display: block;
  content: "";
  width: 40px;
  height: 2px;
  background: #1d2764;
  margin: 8px auto;
}
.modaal-container img {
  display: block;
  margin: 0;
  border-radius: 10px;
}
.modaal-container .team .text p:not(:last-child) {
  margin-bottom: 0;
}

.modaal-container .btn-detail {
  background: #fff;
  width: 300px;
  height: 67px;
  display: flex;
  border: 2px solid #1d2764;
  margin: 40px auto 0;
  color: #1d2764 !important;
  font-size: 18px;
}
.modaal-container .btn-detail:after {
  border-color: #1d2764;
}

#best_member .col2-box {
  max-width: 800px;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 8px;
  margin: 40px auto 0;
}
#best_member .col2-box > div {
  width: calc(50% - 4px);
  margin-bottom: 32px;
}

.btn-intro {
  background: #fff
    url(/img/uploads/collaboration/zensho/2024/img/icon-arrow-blue.png) right
    24px center no-repeat;
  background-size: 24px;
  border: 2px solid #0eb3c3;
  width: 100%;
  max-width: 396px;
  height: 82px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #0eb3c3;
  line-height: 1.5;
  position: relative;
  border-radius: 10px;
  text-align: center;
}

.btn-intro.green {
  background-image: url(/img/uploads/collaboration/zensho/2024/img/icon-arrow-green.png);
  border: 2px solid #1d2764;
  color: #1d2764;
}

.white-box {
  width: calc(100% - 24px);
  max-width: 1120px;
  background: #fff;
  margin: 0 auto;
  padding: 64px 80px;
  border-radius: 20px;
}

.white-box h3 {
  text-align: center;
  color: #1d2764;
  font-weight: bold;
  font-size: 24px;
}
.white-box h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 40px;
}
.white-box .team-list {
  max-width: 600px;
  gap: 0;
  justify-content: center;
  margin: 0 auto !important;
}
.white-box .team-list .photo {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto -25px;
}
.white-box .team-list .photo img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.white-box .team-list li {
  width: 50%;
}
.white-box .team-list li p {
  font-weight: bold;
}
.white-box .team-list li a {
  background: none;
}
.white-box .team-list li > a .team {
  padding: 0 16px 20px;
}
.white-box .team-list li .btn-detail {
  background: #1d2764;
  max-width: 80%;
  height: 48px;
  margin: 0 0 30px;
  display: inline-flex;
}
.white-box .team-list li .area {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 124px;
  height: 28px;
  margin: 0 auto 8px;
  border: 1px solid #1d2764;
  border-radius: 16px;
  font-weight: bold;
  font-size: 14px;
  color: #1d2764;
  position: relative;
  z-index: 1;
}
.white-box .team-name {
  font-weight: bold;
  color: #333 !important;
  font-size: 16px !important;
}
.white-box .btn-detail {
  max-width: 288px;
  width: 100%;
  height: 56px;
  font-size: 16px;
}
.white-box hr {
  margin: 64px 0;
}

#first_team {
  margin: 80px 0;
}
#first_team .content {
  width: calc(100% - 24px);
  max-width: 1120px;
  margin: 0 auto;
  padding: 64px 0;
  text-align: center;
}
#first_team .content > p {
  margin: 32px 0 10px;
  font-weight: bold;
}
#first_team .btn-intro:not(.green) {
  max-width: 100%;
  width: 285px;
}
#first_team .col3-box {
  justify-content: center;
  gap: 8px 8px;
}
#first_team .col3-box > div {
  width: auto;
}

.excellent + h4 {
  text-decoration: underline;
}
.excellent .team-list {
  max-width: 100% !important;
}

.AwardBestMemberFormation {
  position: relative;
  width: 100% !important;
  margin-bottom: 30px;
}

.AwardBestMemberFormation:before,
.AwardBestMemberFormation:after {
  background: url(/img/uploads/collaboration/zensho/2024/img/icon-star.png)
    no-repeat center center;
  background-size: contain;
  content: "";
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  left: -40px;
}
.AwardBestMemberFormation:after {
  left: auto;
  top: auto;
  right: -40px;
  bottom: 0;
}
.AwardBestMemberFormation img {
  border-radius: 60px;
}
.excellent .list-item {
  background: linear-gradient(to right, #1d2764, #0eb3c3);
  position: relative;
  border-radius: 240px;
  width: 100% !important;
  display: flex;
  padding: 20px !important;
  margin-bottom: 30px;
}
.excellent .list-item:before,
.excellent .list-item:after {
  background: url(/img/uploads/collaboration/zensho/2024/img/icon-star.png)
    no-repeat center center;
  background-size: contain;
  content: "";
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  left: -40px;
}
.excellent .list-item:after {
  left: auto;
  top: auto;
  right: -40px;
  bottom: 0;
}
.excellent .list-item a {
  display: flex;
}
.excellent .list-item .photo {
  width: 520px;
  height: 340px;
  border-radius: 240px;
  margin: 0;
  flex-shrink: 0;
}
.excellent .list-item .team {
  width: 100%;
}
.excellent .list-item .team:before {
  background: url(/img/uploads/collaboration/zensho/2024/img/icon-crown.png)
    no-repeat center center;
  background-size: contain;
  content: "";
  width: 100%;
  height: 38px;
  display: block;
  margin: 15px 0;
}
.excellent .team .area {
  border-color: #fff !important;
}
.excellent .team-name {
  margin-top: 20px;
  color: #fff !important;
  display: block !important;
  height: 98px;
  padding: 0 14px;
  overflow: hidden;
  font-size: 22px !important;
  line-height: 1.5;
}

.excellent .btn-detail {
  border: 2px solid #fff !important;
  background: none !important;
  margin: 20px 0 0 !important;
}

.bg-blue {
  background: #1868b7;
}

.zamst-wrap {
  padding: 60px 20px;
}
.zamst-wrap .btn-detail {
  background: #1868b7;
}

.photo-box {
  max-width: 960px;
  display: flex;
  background: #fff;
  border-radius: 20px;
  margin: 0 auto;
  overflow: hidden;
}
.photo-box .photo {
  width: 40%;
  flex-shrink: 0;
}
.photo-box .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.photo-box .text {
  width: 100%;
  padding: 50px;
  font-weight: 500;
}
.photo-box > p:first-child {
  padding-top: 40px;
}
.photo-box h3 {
  padding-top: 0 !important;
}

/* アミノバイタル */
#amino_about .AminoItemPhoto {
  margin: 50px auto;
}

@media screen and (max-width: 1280px) {
  .excellent .list-item .photo {
    width: 50%;
  }
  .team-list a > .photo {
    height: 20vw;
  }
}
@media screen and (max-width: 1024px) {
  .list-tab {
    gap: 0 8px;
  }
  .list-tab > li p {
    font-size: 14px;
  }
  .team-list {
    gap: 10px;
  }
  .team-list li {
    width: calc((100% / 2) - 5px);
  }
  .team-list a > .photo {
    height: 33vw;
  }
  .white-box .btn-detail {
    margin-top: 20px;
  }
  .white-box .team-list {
    gap: 30px 10px;
    justify-content: center;
  }
  #first_team .col3-box {
    flex-wrap: wrap;
  }
  .excellent .list-item {
    background: linear-gradient(135deg, #1d2764, #0eb3c3);
    border-radius: 90px;
    padding: 10px !important;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .excellent .list-item .team:before {
    height: 23px;
    margin: 6px 0;
  }
  .excellent .team-name {
    height: auto;
    margin-top: 10px;
    font-size: 16px !important;
  }
  .excellent .list-item .photo {
    width: 100%;
    height: 300px;
    margin-top: 20px;
    border-radius: 90px;
  }
  .excellent .btn-detail {
    margin-top: 20px;
    width: fit-content;
    padding: 0 40px 0 30px;
  }
  .excellent .btn-detail:after {
    width: 12px;
    height: 12px;
    border-width: 2px;
    top: 50%;
    right: 20px;
    margin-top: -6px;
    font-size: 14px;
  }
  .AwardBestMemberFormation:before,
  .AwardBestMemberFormation:after,
  .excellent .list-item:before,
  .excellent .list-item:after {
    width: 40px;
    height: 40px;
    top: -22px;
    left: 2px;
  }
  .AwardBestMemberFormation:after,
  .excellent .list-item:after {
    top: auto;
    left: auto;
    right: 2px;
    bottom: -22px;
  }
  .excellent .list-item a {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .photo-box .text {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 767px) {
  .wrap-tab {
    padding: 0;
  }
  .wrap-tab-content {
    min-height: 60vh;
  }
  .list-tab {
    flex-wrap: wrap;
    gap: 30px 10px;
  }
  .list-tab > li {
    width: calc((100% / 3) - 7px);
    border-radius: 40px;
  }
  .list-tab > li.active:after {
    border: 7px solid transparent;
    border-top: 14px solid #0eb3c3;
    bottom: -21px;
    left: calc(50% - 7px);
  }
  body .modaal-inner-wrapper {
    padding: 40px 10px;
  }
  .modaal-content-container {
    padding: 40px 12px;
    display: block;
  }
  .modaal-content-container > div {
    width: 100%;
  }
  .modaal-content-container .photo {
    padding: 30px 20px 0;
  }
  .modaal-container .btn-detail {
    max-width: 300px;
    width: 100%;
  }
  .modaal-wrapper .modaal-close {
    background-size: 14px;
    width: 24px;
    height: 24px;
  }
  #best_member .col2-box {
    display: block;
  }
  #best_member .col2-box > div {
    width: 100%;
    text-align: center;
  }
  .white-box .team-list {
    display: block;
    text-align: center;
  }
  .white-box {
    width: calc(100% - 20px);
    padding: 20px 0 0;
  }
  .white-box .team-list li {
    width: 100%;
    margin-bottom: 40px;
  }
  .white-box .team-list .photo {
    width: 60%;
    height: auto;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    overflow: hidden;
  }
  .white-box hr {
    margin: 40px 0;
  }
  #first_team .col3-box > div {
    margin-top: 8px;
  }
  #first_team .btn-intro:not(.green) {
    width: 396px;
  }
  .excellent .list-item .photo {
    width: 100%;
    height: 170px;
    border-radius: 90px;
  }
  .photo-box {
    display: block;
  }
  .photo-box > div {
    width: 100% !important;
  }

  #band .col3-box {
    flex-direction: column;
  }
  #best_member {
    margin-bottom: 40px;
  }
  #band .bg-yellow {
    padding-top: 20px;
    padding-bottom: 80px;
  }
  #amino_about .AminoItemPhoto {
    margin: 20px auto;
  }
}
