/*スポンサー*/
/*
  .sponser .title {
    color: white;
    margin: 10% 35% 5% 35%;
    font-size: 24px;
    font-family: "Koburina Gothic W6 JIS2004", "Hiragino Kaku Gothic ProN",
      "メイリオ", "meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    background-color: #010a48;
    width: 25%;
    height: 3vw;
    position: relative;
    text-align: center;
    padding: 1rem 2rem;
    box-shadow: 8px 8px 0 #bd271b;
    */
/*見出しフェードイン*/
/*
    animation-name: fadeLeft;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    opacity: 0;
  }*/

.band {
  background-color: #010a48;
  width: 40%;
  height: 5vw;
  margin-top: 200px;
  margin-bottom: 50px;
  position: relative;
  text-align: center;
  padding: 1rem 2rem;
  box-shadow: 8px 8px 0 #bd271b;
  /*見出しフェードイン*/
  animation-name: fadeLeft;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@media screen and (max-width: 737px) {
  .band {
    background-color: #010a48;
    width: 50%;
    height: 10vw;
    margin-top: 150px;
    position: relative;
    text-align: center;
    padding: 1rem 2rem;
    box-shadow: 5px 5px 0 #bd271b;
  }
}
@keyframes fadeLeft {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.band .title {
  font-weight: bold;
  font-size: 32px;
  color: rgb(255, 255, 255);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (max-width: 737px) {
  .band .title {
    font-weight: bold;
    font-size: 15px;
    color: rgb(255, 255, 255);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
}

.sponser .title {
  font-size: 24px;
  font-family: "Koburina Gothic W6 JIS2004", "Hiragino Kaku Gothic ProN",
    "メイリオ", "meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  margin: 10% 40% 3% 40%;
  text-align: center;
  border-bottom: solid 3px #bd271b;
  position: relative;
  width: 20%;
}
.sponser .title:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #010a48;
  width: 30%;
}

.sponser .company {
  font-size: 20px;
}

.sponser .text {
  font-size: 16px;
}

/*プラチナ*/
@media screen and (min-width: 737px) {
.sponser .platinum img {
  margin: 0 25%;
  width: 50%;
}}
.platinum .company {
  text-align: center;
  margin: 5% 5% 0 5%;
}
.platinum .text {
  text-align: center;
  margin: 3% 20% 5% 20%;
}

/*縦並び*/
.sponser .gold {
  display: flex;
  flex-direction: column;
}
.sponser .gold img {
  align-items: center;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0px;
  display: block;
}
.gold .company {
  text-align: center;
  margin: 2% 5% 0 5%;
}
.gold .text#t1 {
  text-align: center;
  margin: 3% 23% 0 23%;
}
.gold .text#t2 {
  text-align: center;
  margin: 3% 19% 0 19%;
}
.gold .text#t3 {
  text-align: center;
  margin: 3% 10% 7% 10%
}
.gold .text#t4 {
  text-align: center;
  margin: 3% 10% 3% 10%
}
/*横並び*/
/*
  .sponser .gold {
    display: flex;
    flex-wrap: wrap;
  }
  .sponser .gold img {
    width: 40%;
    box-sizing: border-box;
    margin-left: 7%;
    padding: 10px 0px;
  }
  */

/*縦並び*/

  .sponser .silver{
    display: flex;
    flex-direction: column;
  }
  @media screen and (min-width: 737px) {
  .sponser .silver img {
    align-items: center;
    width: 30%;
    margin: 0 35%;
    padding: 10px 0px;
  }}
/*横並び*/
/*
.sponser .silver {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 737px) {
  .sponser .silver .intro#i1 {
    width: 50%;
    box-sizing: border-box;
    padding: 10px 5% 10px 15%;
  }
  .sponser .silver .intro#i2 {
    width: 50%;
    box-sizing: border-box;
    padding: 10px 15% 10px 5%;
  }
}
*/
.silver .company {
  text-align: center;
  margin: 3% 10% 0 10%;
}
.silver .text {
  text-align: center;
  margin-top: 3%;
  margin-bottom: 3%;
}

/*横並び*/
.sponser .bronze {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10%;
}

.sponser .bronze img {
  width: 20%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.sponser .bronze a {
  width: 20%; 
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}


.sponser .bronze a img#img2{
  width: 100%;
}

.sponser .panel{
  margin: 10%;
}


@media screen and (max-width: 736px) {
  .sponser .title {
    font-size: 16px;
    font-family: "Koburina Gothic W6 JIS2004", "Hiragino Kaku Gothic ProN",
      "メイリオ", "meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    text-align: center;
    border-bottom: solid 3px #bd271b;
    position: relative;
    width: 40%;
    margin-bottom: 1%;
    margin-left: auto;
    margin-right: auto;
  }
  .sponser .title:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #010a48;
    width: 30%;
  }

  .sponser .view_more {
    font-size: 1em;
  }

  .sponser .company {
    font-size: 14px;
  }

  .sponser .text {
    font-size: 12px;
    margin-left: 10%;
    margin-right: 10%;
  }

  .sponser .text#t1 {
    font-size: 12px;
    margin-left: 10%;
    margin-right: 10%;
  }
  .sponser .text#t2 {
    font-size: 12px;
    margin-left: 10%;
    margin-right: 10%;
  }
  .sponser .text#t3 {
    font-size: 12px;
    margin-left: 10%;
    margin-right: 10%;
  }
  .sponser .text#t4 {
    font-size: 12px;
    margin-left: 10%;
    margin-right: 10%;
  }

  .sponser .platinum img{
    align-items: center;
    width: 80%;
    margin-left: 10%;
    padding: 10px 0px;
  }

  .sponser .gold img{
    align-items: center;
    width: 60%;
    margin-left: 20%;
    padding: 10px 0px;
  }

  .sponser .silver img{
    align-items: center;
    width: 45%;
    margin-left: 27.5%;
    padding: 10px 0px;
  }
  .silver .company {
    text-align: center;
    margin: 5% 5% 0 5%;
  }
  .silver .text {
    text-align: center;
    margin-top: 3%;
    margin-bottom: 5%;
  }

  .sponser .bronze img{
    align-items: center;
    width: 35%;
    padding: 20px 0px;
  }

  .sponser .bronze a{
    width: 35%;
    margin-left: 33%;
  }

  .sponser .bronze a img#img2{
    width: 100%;
  }

}
