@charset "utf-8";
/*====================================================================================================

Champions League Battle

====================================================================================================*/


/*Result & Standingと過去の Champions Leagueの高さ調整
チャンピオンが増えるごとに調整する*/

iframe.iframe-result{
  width: 100%;
  height: 980px;/*740px*//*700px*//*630px*/
  }
@media screen and (min-width:767px) {
iframe.iframe-result{
  width: 100%;
  height: 1300px;/*1150px*//*1087px//*1050px*//*940px*/
  }
}


header nav ul{
  width: 980px;
  display: flex;
  }

/*Area Visual*/
.area-visual{
  height: 150px;
  background: url("/fusion360-contest-2022/img_champions/hero-bg.png");
  background-repeat: repeat;
  }
.area-visual .container{
  width: 300px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding-top: 30px;
  box-sizing: border-box;
  }
.area-visual .container img{
  width: 100px;
  height: auto;
  margin-right: 10px;
  }
.area-visual .container h2{
  color: #FFF;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  }
.area-visual .container h2 span{
  font-style: italic;
  display: block;
  }

/*キャッチ*/
p.txt-catch{
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
  color: #FFF;
  background: #666;
  padding: 10px 15px;
  }

/*リード*/
p.txt-lead{
  font-size: 16px;
  line-height: 1.5;
  padding: 15px;
  }

/*champion-work*/
.champion-work{
  padding: 0 15px;
  margin-bottom: 30px;
  }
.champion-work p.txt-kome{
  font-size: 12px;
  color: #C00;
  text-align: right;
  }
.champion-work .container{
  }
.champion-work .block-champion{
  background: #FBF8EE;
  margin-bottom: 15px;
  padding: 12px 12px 2px 12px;
  }
.champion-work .block-champion .box-header{
  display: flex;
  margin-bottom: 12px;
  justify-content: space-between;
  }
.champion-work .box-icon{
  margin-right: 10px;
  }
.champion-work .box-icon img{
  width: 70px;
  height: 70px;
  border-radius: 35px;
  object-fit: cover;
  }
.champion-work p.name{
  font-size: 18px;
  font-weight: bold;
  }
.champion-work p.name span{
  font-size: 13px;
  display: block;
  padding-top: 2px;
  }
.champion-work .block-champion .box-header{
  margin-bottom: 14px;
  }
.champion-work .block-champion .box-header .box-name{
  display: flex;
  align-items: center;
  }
.champion-work .block-champion .box-header a.twitter{}
.champion-work .block-champion .box-header a.twitter img{
  width: 44px;
  height: 44px;
  border-radius: 5px;
  object-fit: cover;
  }
.champion-work .block-champion .box-header a.twitter p{
  display: none;
  }
.champion-work .block-champion ul.box-pic li img{
  width: 100%;
  height: auto;
  }
.champion-work .block-champion ul.box-pic{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  }
.champion-work .block-champion ul.box-pic li{
  margin-bottom: 10px;
  }
.champion-work .block-champion ul.box-pic li:nth-child(1){
  width: 100%;
  height: auto;
  }
.champion-work .block-champion ul.box-pic li:nth-child(n+2){
  width: 32%;
  margin-right: 2%;
  }
.champion-work .block-champion ul.box-pic li:nth-child(4n){
  margin-right: 0;
  }



/*Result & Standing*/
#standing{
  background: #111;
  padding: 15px 10px;
  }
#standing h3{
  font-size: 18px;
  color: #FFF;
  text-align: center;
  margin-bottom: 18px;
  }
#standing .container{
  width: 100%;
  overflow-x: scroll;
  }
#standing table{
  width: 900px;
  font-size: 14px;
  }
#standing table th{
  font-size: 13px;
  background: #444;
  color: #CCC;
  text-align: center;
  padding: 5px;
  border-top: #999 solid 1px;
  border-right: #999 solid 1px;
  border-left: #999 solid 1px;
  }
#standing table td{
  padding: 5px;
  border: #999 solid 1px;
  text-align: center;
  color: #FFF;
  }
#standing table td.cel-1{
  text-align: left;
  padding-left: 15px;
  }
#standing table th.cel-1{
  }
#standing table th.cel-2,
#standing table th.cel-3,
#standing table th.cel-4,
#standing table th.cel-5,
#standing table th.cel-6,
#standing table th.cel-7,
#standing table th.cel-8,
#standing table th.cel-9,
#standing table th.cel-10{
  box-sizing: border-box;
  }

/*過去の Champions League*/
#past-league{
  padding: 15px;
  }
#past-league h3{
  font-size: 18px;
  text-align: center;
  margin-bottom: 18px;
  }
#past-league .container{}
#past-league .container ul{
  display: flex;
  flex-wrap: wrap;
	justify-content: center;
  }
#past-league .container ul li{
  font-size: 15px;
  width: 48%;
  margin: 0 6px 10px 6px
	}
#past-league .container ul li a{
  display: block;
  color: #FFF;
  background: #000;
  padding: 8px 0 8px 15px;
  box-sizing: border-box;
  border-radius: 5px;
  }
#past-league .container ul li span{
  display: block;
  color: #FFF;
  background: #CCC;
  padding: 8px 0 8px 15px;
  box-sizing: border-box;
  border-radius: 5px;
  }






/*=====================================================================================================

 for PC

=====================================================================================================*/
@media screen and (min-width:767px) {
.for-sp{
  display: none;
  }
.for-sp-hide{
  visibility: hidden;
  }
.for-pc{
  display: block;
  }

header nav ul{
  width: 100%;
  display: flex;
  }
  
/*Area Visual*/
.area-visual{
  height: 340px;
  }
.area-visual .container{
  padding-top: 80px;
  }
.area-visual .container img{
  width: 200px;
  margin-right: 30px;
  }
.area-visual .container h2{
  color: #FFF;
  font-size: 48px;
  line-height: 1.5;
  text-align: center;
  }
.area-visual .container h2 span{
  font-size: 38px;
  }

/*キャッチ*/
p.txt-catch{
  font-size: 24px;
  line-height: 1;
  padding: 10px 0;
  }

/*リード*/
p.txt-lead{
  font-size: 16px;
  line-height: 1.8;
  padding: 30px 0 40px 0;
  text-align: center;
  }

/*champion-work*/
.champion-work{
  padding: 60px 0;
  margin: 0 auto;
  width: 1200px;
  }
.champion-work p.txt-kome{
  font-size: 14px;
  }
.champion-work .container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  }
.champion-work .block-champion{
  width: 590px;
  background: #FBF8EE;
  margin-bottom: 24px;
  padding: 15px 15px 10px 15px;
  }
.champion-work .block-champion .box-header{
  display: flex;
  margin-bottom: 16px;
  justify-content: space-between;
  }
.champion-work .block-champion .box-header .box-name{
  display: flex;
  align-items: center;
  }
.champion-work .box-icon{
  margin-right: 10px;
  }
.champion-work .box-icon img{
  width: 110px;
  height: 110px;
  border-radius: 55px;
  object-fit: cover;
  }
.champion-work p.name{
  font-size: 20px;
  font-weight: bold;
  }
.champion-work p.name span{
  font-size: 14px;
  display: block;
  padding-top: 2px;
  }
.champion-work .block-champion .box-header a.twitter{
  text-align: center;
  padding-top: 10px;
  }
.champion-work .block-champion .box-header a.twitter:hover{
  opacity: 0.7;
  }
.champion-work .block-champion .box-header a.twitter img{
  width: 60px;
  height: 60px;
  border-radius: 5px;
  object-fit: cover;
  margin-bottom: 6px;
  }
.champion-work .block-champion .box-header a.twitter p{
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  }
.champion-work .block-champion ul.box-pic li img{
  width: 100%;
  height: auto;
  }
.champion-work .block-champion ul.box-pic{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  }
.champion-work .block-champion ul.box-pic li{
  margin-bottom: 10px;
  }
.champion-work .block-champion ul.box-pic li:nth-child(1){
  width: 100%;
  height: 310px;
  }
.champion-work .block-champion ul.box-pic li:nth-child(1) img{
  width: 100%;
  height: 310px;
  object-fit: cover;
  }
  .champion-work .block-champion ul.box-pic li:nth-child(n+2){
  width: 19%;
  margin-right: 0;
  }
.champion-work .block-champion ul.box-pic li:nth-child(4n){
  margin-right: 0;
  }
  .champion-work .block-champion ul.box-pic li:not(:first-child){
    margin-left: 1%;
  }
/*.champion-work .block-champion ul.box-pic li:nth-child(n+2){
  width: 19%;
  margin-right: 1%;
  }
.champion-work .block-champion ul.box-pic li:nth-child(4n){
  margin-right: 0;
  }*/
  
/*続きを読む 開閉無し*/
  .grad-item-b {
  height: 148px; 
  }

/*Result & Standing*/
#standing{
  padding: 60px 0;
  }
#standing h3{
  font-size: 32px;
  margin-bottom: 50px;
  }
#standing .container{
  overflow-x: hidden;
  width: 1200px;
  margin: 0 auto;
  }
#standing table{
  width: 1200px;
  font-size: 14px;
  }
#standing table th{
  font-size: 13px;
  vertical-align: middle;
  }
#standing table td{
  padding: 10px 0;
  }
#standing table th.cel-1{
  width: 160px; /*width: 210px;*/
  }
#standing table th.cel-2,
#standing table th.cel-3,
#standing table th.cel-4,
#standing table th.cel-5,
#standing table th.cel-6,
#standing table th.cel-7,
#standing table th.cel-8,
#standing table th.cel-9,
#standing table th.cel-10,
#standing table th.cel-11,
#standing table th.cel-12,
#standing table th.cel-13,
#standing table th.cel-14{
  width: 80px;/*width: 110px;*/
  }


/*過去の Champions League*/
#past-league{
  padding: 60px 0;
  }
#past-league h3{
  font-size: 32px;
  text-align: center;
  margin-bottom: 50px;
  }
#past-league .container{
  width: 1200px;
  margin: 0 auto;
  }
#past-league .container ul li{
  font-size: 16px;
  width: 24%;
  margin-bottom: 14px;
  }
#past-league .container ul li a{
  display: block;
  color: #FFF;
  background: #000;
  padding: 10px 0 10px 90px;
  }
#past-league .container ul li span{
  background: #DDD;
  padding: 10px 0 10px 90px;
  }
#past-league .container ul li a:hover{
  background: #5F60FF;
  }  

/*共通構造指定*/
.area-typeA{
  padding: 0;
  margin-bottom: 30px;
  display: flex;
  width: 1200px;
  margin: 0 auto;
  }
.area-typeA h3{
  font-size: 20px;
  color: #000;
  background: none;
  padding: 50px 0 0 0;
  margin-bottom: 0;
  width: 282px;
  text-align: center;
  border-top: #000 solid 3px;
  }
.area-typeA .container{
  width: 918px;
  box-sizing: border-box;
  padding: 40px 0 40px 24px;
  border-top: #333 solid 1px;
  }

/*主催*/
#organizer .container{
  padding-bottom: 60px;
}
#organizer .container .box{
  width: 100%;
  text-align: left;
  margin: 0;
  padding-top: 0;
  display: flex;
  align-items: center;
  }
#organizer .container .box img{
  width: 240px;
  margin: 0 50px 0 0;
  }

/*お問い合わせ*/
#contact .container{
  padding-bottom: 80px;
  }
#contact .container p{
  font-size: 16px;
  line-height: 1.8;
  }
#contact .container a:hover{
  text-decoration: underline;
  }

}
