#girls_sumo_fifth {
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #666;
}
#girls_sumo_fifth .container {
  width: 100%;
  max-width: 1080px;
}
#girls_sumo_fifth .sub_title {
  padding-left: 20px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  color: #c97586;
  align-items: center;
  margin : 20px 0 0 0;
}
#girls_sumo_fifth .map_img {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;

}
#girls_sumo_fifth .map_img img {
  width: 50%;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
}
#girls_sumo_fifth .map_img2 {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
  margin-top: 30px;

}
#girls_sumo_fifth .map_img2 img {
  width: 100%;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 768px) {
  #girls_sumo_fifth .map_img img{
    width: 80%;
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
  }
}
#girls_sumo_fifth .video {
  width: 50%;
  max-width: 1366px;
  margin: auto;
  margin-bottom: 30px;
  margin-top: 30px;
  padding-top: 28.125%;
  position: relative;
}
#girls_sumo_fifth .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  #girls_sumo_fifth .video {
    width: 80%;
    margin: auto;
    margin-bottom: 30px;
    margin-top: 30px;
    padding-top: 45%;
    position: relative;
  }

  #girls_sumo_fifth .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
#girls_sumo_fifth .img-2 {
  display: flex;
  max-width: 1366px;
  justify-content: space-between;
  margin: auto;
  width: 80%;
  margin-bottom: 50px;
}
#girls_sumo_fifth .img-2 img {
  width: 40%;
}
.img-2-1{
  width: 100%;
}
.img-2-2{
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #girls_sumo_fifth .img-2 {
    flex-direction: column; /* 画像を縦に並べる */
    align-items: center;
  }

  #girls_sumo_fifth .img-2 img {
    width: 80%; /* 画面いっぱいに表示されるように幅を調整 */
    margin-bottom: 20px; /* 画像同士の余白を追加 */
  }
}

#girls_sumo_fifth .greeting {
  padding: 60px 0;
  background: #F5F2F1;
}
@media only screen and (min-width: 1024px) {
  #girls_sumo_fifth .sub_title {
    padding-left: 40px;
    font-size: 30px;
  }
}
#girls_sumo_fifth .sub_title::after {
  content: "";
  display: block;
  flex-grow: 1;
  height: 4px;
  background: #c97586;
}
#girls_sumo_fifth .sub_title span {
  margin-right: 50px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1024px) {
  #girls_sumo_fifth .sub_title span {
    margin-right: 90px;
  }
}
#girls_sumo_fifth .sub_title span::before {
  content: "";
  display: block;
  width: 5px;
  height: 1em;
  margin-right: 0.5em;
  background: #c97586;
}
#girls_sumo_fifth .sec_title {
  width: 100%;
  text-align: center;
  display: grid;
  place-content: center;
  min-height: 55px;
  padding: 12px 20px;
  box-sizing: border-box;
  background: #c97586;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}
@media only screen and (min-width: 1024px) {
  #girls_sumo_fifth .sec_title {
    font-size: 34px;
    min-height: 66px;
  }
}
#girls_sumo_fifth .sec_title span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
}
#girls_sumo_fifth .sec_title span::before,
#girls_sumo_fifth .sec_title span::after {
  content: "";
  display: inline-block;
  width: 0.4em;
  height: 4px;
  background: #fff;
  vertical-align: middle;
}
#girls_sumo_fifth .sec_title span::before {
  margin-right: 0.5em;
}
#girls_sumo_fifth .sec_title span::after {
  margin-left: 0.5em;
}
#girls_sumo_fifth .button {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  height: 56px;
  line-height: 56px;
  font-size: 16px;
  border-radius: 4px;
  border: 8px solid #fff;
  text-align: center;
  background: #f7931e;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border: 6px solid #fff;
  box-shadow: 4px 4px 4px rgba(33, 24, 21, 0.1);
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
@media only screen and (min-width: 1024px) {
  #girls_sumo_fifth .button {
    max-width: 412px;
    height: 63px;
    line-height: 63px;
    font-size: 18px;
    border-radius: 4px;
    border: 10px solid #fff;
  }
}
@media (hover: hover) {
  #girls_sumo_fifth .button:hover {
    background: #fff;
    color: #6B493D;
    border-color: #f7931e;
  }
}
#girls_sumo_fifth .mainveiw {
  margin-top: 95px;
}
@media only screen and (min-width: 1024px) {
  #girls_sumo_fifth .mainveiw {
    margin-top: 120px;
  }
}
#girls_sumo_fifth .mainveiw .img {
  display: block;
  width: 100%;
  max-width: 1366px;
  aspect-ratio: 2733/1272;
  margin-right: auto;
  margin-left: auto;
}
#girls_sumo_fifth .mainveiw .img img {
  max-width: 100%;
}

@media only screen and (min-width: 1024px) {
  #girls_sumo_fifth .greeting {
    padding: 120px 0;
  }
}
#girls_sumo_fifth .greeting .sub_title {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1024px) {
  #girls_sumo_fifth .greeting .sub_title {
    margin-bottom: 50px;
  }
}
#girls_sumo_fifth .greeting .wrapper {
  padding: 0 20px;
}
@media only screen and (min-width: 1024px) {
  #girls_sumo_fifth .greeting .wrapper {
    display: flex;
    padding: 0 30px;
  }
}
#girls_sumo_fifth .greeting .contents {
  margin-bottom: 30px;
  line-height: 1.75;
  font-size: 15px;
  text-indent: 1em;
}
@media only screen and (min-width: 1024px) {
  #girls_sumo_fifth .greeting .contents {
    width: 60%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  #girls_sumo_fifth .greeting .contents p {
    line-height: 2;
  }
}
#girls_sumo_fifth .greeting .contents p.no-indent {
  text-indent: 0;
}
#girls_sumo_fifth .greeting .contents p + p {
  margin-top: 2em;
}
@media only screen and (min-width: 1024px) {
  #girls_sumo_fifth .greeting .photo {
    width: 38%;
    margin-left: 2%;
  }
}
#girls_sumo_fifth .greeting .img {
  width: 100%;
  text-align: right;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  #girls_sumo_fifth .greeting .img {
    margin-bottom: 30px;
  }
}
#girls_sumo_fifth .greeting .img img {
  width: 100%;
  max-width: 360px;
}
#girls_sumo_fifth .greeting .caption {
  font-size: 16px;
  line-height: 1.75;
  text-align: right;
}
@media only screen and (min-width: 1024px) {
  #girls_sumo_fifth .greeting .caption {
    font-size: 18px;
  }
}
#girls_sumo_fifth .news {
  padding: 40px 0;
  background-image: url(../img/bg01_top.png), url(../img/bg01_bottom.png);
  background-position: top left, bottom right;
  background-size: 80% auto;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1024px) {
  #girls_sumo_fifth .news {
    padding-top: 40px;
    padding-bottom: 50px;
    background-size: 657px 511px, 515px 368px;
  }
}
#girls_sumo_fifth .news .sub_title {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1024px) {
  #girls_sumo_fifth .news .sub_title {
    margin-bottom: 50px;
  }
}
#girls_sumo_fifth .news .wrapper {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 1024px) {
  #girls_sumo_fifth .news .wrapper {
    padding-left: 54px;
    padding-right: 40px;
  }
}
#girls_sumo_fifth .news .contents {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media only screen and (min-width: 1024px) {
  #girls_sumo_fifth .news .contents {
    gap: 100px;
  }
}
#girls_sumo_fifth .news .info {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0;
  color: #c97586;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media only screen and (min-width: 1024px) {
  #girls_sumo_fifth .news .info {
    flex-direction: row;
    gap: 56px;
    font-size: 25px;
  }
}
#girls_sumo_fifth .news .days {
  display: inline-block;
  flex-shrink: 0;
}
#girls_sumo_fifth .news .text {
  font-size: 15px;
  line-height: 2;
  font-weight: 600;
  margin-top: 12px;
}
@media only screen and (min-width: 1024px) {
  #girls_sumo_fifth .news .text {
    font-size: 19px;
    line-height: 1.75;
    margin-top: 24px;
  }
}
#girls_sumo_fifth .info {
  overflow-x: hidden;
}
#girls_sumo_fifth .info .inner {
  padding-top: 40px;
  padding-bottom: 100px;
  background-image: url(../img/bg02_top.png), url(../img/bg02_bottom.png);
  background-position: top right, bottom left;
  background-size: 80% auto;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1024px) {
  #girls_sumo_fifth .info .inner {
    padding-top: 50px;
    padding-bottom: 180px;
    background-size: 515px 368px, 657px 511px;
  }
}
#girls_sumo_fifth .info .sub_title {
  margin-bottom: 20px;
}
#girls_sumo_fifth .info .wrapper {
  padding: 0 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  #girls_sumo_fifth .info .wrapper {
    padding: 0 60px;
  }
}
#girls_sumo_fifth .info .wrapper.-col5 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.img_ay{
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  #girls_sumo_fifth .info .wrapper.-col5 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (min-width: 1024px) {
  #girls_sumo_fifth .info .wrapper.-col5 .list li+li {
    margin-top: 18px;
  }
}

#girls_sumo_fifth .info .list {
  font-size: 15px;
}

#girls_sumo_fifth .info .list li {
  padding: 0.25em 0;
  line-height: 1.5;
}

#girls_sumo_fifth .info .list li .em {
  color: #F7931E;
}

#girls_sumo_fifth .info .list li::before {
  content: "";
  display: inline-block;
  width: 0.75em;
  height: 0.75em;
  background: #F7931E;
  vertical-align: middle;
  margin-right: 0.75em;
}

@media only screen and (min-width: 1024px) {
  #girls_sumo_fifth .info .wrapper.-col2 .list li + li {
    margin-top: 18px;
  }
}
#girls_sumo_fifth .info .list {
  font-size: 15px;
}
#girls_sumo_fifth .info .list li {
  padding: 0.25em 0;
  line-height: 1.5;
}
#girls_sumo_fifth .info .list li .em {
  color: #F7931E;
}
#girls_sumo_fifth .info .list li::before {
  content: "";
  display: inline-block;
  width: 0.75em;
  height: 0.75em;
  background: #F7931E;
  vertical-align: middle;
  margin-right: 0.75em;
}
#girls_sumo_fifth .info .list .content {
  padding-top: 0.5em;
  padding-left: 18px;
  line-height: 2;
}
#girls_sumo_fifth .info .list .content .from {
  display: inline-block;
  min-width: 125px;
}
#girls_sumo_fifth .info .content {
  font-size: 15px;
  line-height: 1.4;
}
#girls_sumo_fifth .info .map {
  margin-right: auto;
  margin-left: auto;
  aspect-ratio: 300/180;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media only screen and (min-width: 1024px) {
  #girls_sumo_fifth .info .map {
    aspect-ratio: 300/100;
  }
}
#girls_sumo_fifth .info .map iframe {
  width: 100%;
  height: 100%;
}
#girls_sumo_fifth .info .busstop {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 10px;
  margin-bottom: 40px;
  padding: 0 40px;
}
@media only screen and (min-width: 1024px) {
  #girls_sumo_fifth .info .busstop {
    row-gap: 0;
    margin-bottom: 47px;
    padding: 0;
  }
}
#girls_sumo_fifth .info .busstop .item {
  display: flex;
  align-items: center;
}
#girls_sumo_fifth .info .busstop .item:nth-child(n+2)::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 14px solid #F7931E;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  margin-left: 10px;
  margin-right: 8px;
}
@media only screen and (min-width: 1024px) {
  #girls_sumo_fifth .info .busstop .item:nth-child(n+2)::before {
    border-left: 28px solid #F7931E;
    border-top: 21px solid transparent;
    border-bottom: 21px solid transparent;
    margin-left: 19px;
    margin-right: 16px;
  }
}
#girls_sumo_fifth .info .busstop .card {
  width: 53px;
  aspect-ratio: 106/231;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #6B493D;
  border-radius: 14px;
  font-size: 15px;
  color: #666;
  font-weight: 600;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media only screen and (min-width: 1024px) {
  #girls_sumo_fifth .info .busstop .card {
    width: 106px;
    border: 3px solid #6B493D;
    border-radius: 28px;
    font-size: 30px;
  }
}
#girls_sumo_fifth .info .busstop .jr-text {
  width: 11px;
  height: 28px;
  margin-bottom: 0.2em;
}
@media only screen and (min-width: 1024px) {
  #girls_sumo_fifth .info .busstop .jr-text {
    width: 22px;
    height: 57px;
    margin-bottom: 0.2em;
  }
}
#girls_sumo_fifth .button_wrap {
  text-align: center;
}
#girls_sumo_fifth .button_wrap + .button_wrap {
  margin-top: 30px;
}
@media only screen and (min-width: 1024px) {
  #girls_sumo_fifth .button_wrap + .button_wrap {
    margin-top: 50px;
  }
}
#girls_sumo_fifth .button_wrap .attention {
  font-size: 15px;
  color: #c97586;
  margin-bottom: 5px;
}
@media only screen and (min-width: 1024px) {
  #girls_sumo_fifth .button_wrap .attention {
    font-size: 17px;
  }
}
#girls_sumo_fifth .button_wrap .attention span {
  display: inline-flex;
  align-items: flex-end;
  line-height: 1.75;
  margin-top: 10px;
  font-weight: bold;
  color: red;
}
#girls_sumo_fifth .button_wrap .attention span::before, #girls_sumo_fifth .button_wrap .attention span::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 22px;
  background: red;
  margin-bottom: 0.25em;
}
#girls_sumo_fifth .button_wrap .attention span::before {
  transform: rotate(-45deg);
  margin-right: 1em;
}
#girls_sumo_fifth .button_wrap .attention span::after {
  transform: rotate(45deg);
  margin-left: 1em;
}
#girls_sumo_fifth .plan .container {
  padding: 30px 0;
  box-sizing: border-box;
}
@media only screen and (min-width: 1024px) {
  #girls_sumo_fifth .plan .container {
    padding: 50px 0;
  }
}
#girls_sumo_fifth .supporter .container {
  padding: 30px 20px 60px 20px;
  box-sizing: border-box;
}
@media only screen and (min-width: 1024px) {
  #girls_sumo_fifth .supporter .container {
    padding: 40px 60px 100px 60px;
  }
}
#girls_sumo_fifth .supporter .list {
  display: grid;
  margin-bottom: 20px;
}
/* #girls_sumo_fifth .supporter .list.-col2 {
  gap: 20px;
  grid-template-columns: 1fr;
  margin-bottom: 30px;
} */
@media only screen and (min-width: 1024px) {
  #girls_sumo_fifth .supporter .list.-col2 {
    /* grid-template-columns: repeat(2, 1fr); */
    margin-bottom: 20px;
  }
}
#girls_sumo_fifth .supporter .list.-col1 {
  gap: 20px;
  grid-template-columns: 1fr;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1024px) {
  #girls_sumo_fifth .supporter .list.-col1 {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 20px;
  }
}
#girls_sumo_fifth .supporter .list.-col3 {
  grid-template-columns: repeat(2, 1fr);
  column-gap: 40px;
  row-gap: 20px;
}
@media only screen and (min-width: 1024px) {
  #girls_sumo_fifth .supporter .list.-col3 {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 60px;
    row-gap: 20px;
  }
}
#girls_sumo_fifth .supporter .list.-col4 {
  grid-template-columns: repeat(3, 1fr);
  column-gap: 10px;
  row-gap: 20px;
}
@media only screen and (min-width: 1024px) {
  #girls_sumo_fifth .supporter .list.-col4 {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 40px;
    row-gap: 23px;
  }
}
#girls_sumo_fifth .supporter .list li {
  width: 100%;
  aspect-ratio: 650/247;
}
#girls_sumo_fifth .supporter .list li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#girls_sumo_fifth .supporter_group .container {
  padding: 40px 20px 30px 20px;
  box-sizing: border-box;
}

@media only screen and (min-width: 1024px) {
  #girls_sumo_fifth .supporter_group .container {
    padding: 40px 60px 60px 60px;
  }
}

#girls_sumo_fifth .supporter_group .list {
  margin-bottom: 20px;
}

#girls_sumo_fifth .supporter_group .list.-col3 {
  width: 100%;
}

@media only screen and (min-width: 1080px) {
  #girls_sumo_fifth .supporter_group .list.-col3 {
    column-gap: 70px;
    row-gap: 20px;
    display: flex;
  }
}

@media only screen and (min-width: 1024px) {
  #girls_sumo_fifth .supporter_group .list.-col3 {
    column-gap: 40px;
    row-gap: 20px;
    display: flex;
  }
}

@media only screen and (min-width: 671px) {
  #girls_sumo_fifth .supporter_group .list.-col3 {
    column-gap: 20px;
    row-gap: 20px;
    display: flex;
  }
}

#girls_sumo_fifth .supporter_group .list li {
  width: 100%;
  margin-bottom: 30px;
}

@media only screen and (min-width: 1024px) {
  #girls_sumo_fifth .supporter_group .list li {
    width: 100%;
  }
}

#girls_sumo_fifth .supporter_group .list li img {
  width: 100%;
  height: 230px;
  object-fit: contain;
  background: #eee;
  padding: 30px 0;
}

@media only screen and (min-width: 1024px) {
  #girls_sumo_fifth .supporter_group .list li img {
    width: 100%;
    height: 320px;
    object-fit: contain;
    background: none;
  }

}

.t_rink {
  color: #0000EE !important;
}

.tx_color {
  color: red !important;
}

.tx_mb {
  margin-bottom: 10px;
}

.tx_mb50 {
  margin-bottom: 50px;
}

.img_50 {
  width: 50%;
}

/* 追従メニュー */
#floating-menu {
  position: fixed;
  bottom: 20px;
  left: 10px;
  width: 160px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px 0 0 5px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s linear;
  z-index: 999;
  transform: translateX(0);
}

/* メニューが非表示のとき左にスライド */
#floating-menu.hidden {
  left: -250px;
}

/* メニュー項目 */
#floating-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#floating-menu li {
  border-bottom: 1px solid #ddd;
}

#floating-menu a {
  display: block;
  padding: 15px 20px;
  color: #333;
  text-decoration: none;
  transition: background-color 0.3s;
  font-size: 12px;
  font-weight: bold;
}

#floating-menu a:hover {
  background-color: #f0f0f0;
}

/* トグルボタン */
#menu-toggle {
  position: fixed;
  bottom: 20px;
  left: 160px;
  width: 25px;
  height: 172px;
  background: linear-gradient(100deg, #F7931E 0%, #FFA94D 100%);
  color: white;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.2s linear;
  z-index: 1000;
  border-radius: 0 5px 5px 0;
}

/* メニュー非表示時にボタンも左に移動 */
#menu-toggle.hidden {
  left: 0;
}

/* ボタン内の矢印 */
#menu-toggle span {
  font-size: 13px;
  font-weight: bold;
  transition: transform 0.2s ease-in-out;
}

/* ======= スマホ対応（〜479px） ======= */
@media only screen and (min-width: 0px) and (max-width: 479px) {
  #floating-menu {
    width: 120px;
    left: 0px;
  }

  #floating-menu a {
    font-size: 10px;
    padding: 10px 12px;
  }

  #menu-toggle {
    left: 120px;
    width: 20px;
    height: 186px;
  }

  #menu-toggle span {
    font-size: 16px;
  }
}

/* ======= タブレット対応（480px〜767px） ======= */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #floating-menu {
    width: 140px;
    left: 5px;
  }

  #floating-menu a {
    font-size: 11px;
    padding: 12px 15px;
  }

  #menu-toggle {
    left: 140px;
    width: 20px;
    height: 216px;
  }

  #menu-toggle span {
    font-size: 14px;
  }
}

/* ======= デスクトップ対応（768px以上） ======= */
@media only screen and (min-width: 768px) {
  #floating-menu {
    width: 160px;
    bottom: 20px;
    left: 10px;
  }

  #floating-menu a {
    font-size: 12px;
    padding: 15px 20px;
  }

  #menu-toggle {
    left: 160px;
    width: 25px;
    height: 258px;
  }

  #menu-toggle span {
    font-size: 13px;
  }
}

.sponsor-category {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0 10px;
    color: #222;
}

/* Grid 共通スタイル */
.sponsor-grid {
    display: grid;
    gap: 10px;
    margin-bottom: 30px;
    text-align: center;
}

/* 5万円企業 - 通常4列、レスポンシブ時3列 */
.sponsor-grid-5man {
    grid-template-columns: repeat(4, 1fr);
}


/* 3万円企業 - 通常5列、レスポンシブ時4列 */
.sponsor-grid-3man {
    grid-template-columns: repeat(5, 1fr);
}

/* 3万円企業 - 通常6列、レスポンシブ時3列 */
.sponsor-grid-1man {
    grid-template-columns: repeat(6, 1fr);
}

/* 各企業のスタイル */
.sponsor-grid div {
    padding: 12px 10px;
    border: 1px solid #bbb;
    font-size: 12px;
    font-weight: bold;
    color: #222;
    min-height: 50px; /* 縦の高さを統一 */
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

/* レスポンシブ対応 */
@media only screen and (max-width: 1023px) {
    .sponsor-grid-5man {
        grid-template-columns: repeat(2, 1fr);
    }
    .sponsor-grid-3man {
        grid-template-columns: repeat(3, 1fr);
    }
    .sponsor-grid-1man {
    grid-template-columns: repeat(4, 1fr);
}
    .sponsor-grid div {
        font-size: 11px;
        padding: 8px;
    }
}
