@charset "utf-8";
/*------------------------------------------------------------------------------------------------------

Aautodesk Fusion 学生デザインコンテスト 2024

------------------------------------------------------------------------------------------------------*/
html{
  font-size: 16px;
  }
img{
  width: 100%;
  height: auto;
  }
.pc-only{
  display: none;
  }


/*Header
------------------------------------*/
header .wrap{
  display: flex;
  padding: 15px 15px 0 15px;
  justify-content: space-between;
  }
header .logobox{
  width: 30%;
  height: auto;
  padding-top: 5px;
  }
header h1.box-title{
  width: 65%;
  margin: 0;
  padding: 0;
  }
header ul.naver{
  display: block;
  }
header ul.naver li{
  font-size: 1rem;
  padding: 15px 0;
  }


/*コンテンツエリア共通
------------------------------------*/
section > .container{
  padding: 20px 15px;
  }
section > .container h3{
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1;
  color: #FFF;
  background: #000;
  text-align: center;
  padding: 8px 0;
  margin-bottom: 1rem;
  }
section.bg-gray{
  background: #F6F6F6;
  }
p.txt-honbun{
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1rem;
  }
a.btn-black{
  display: block;
  font-size: 1rem;
  line-height: 1.2;
  color: #FFF;
  background: #000;
  border-radius: 6px;
  padding: 1.2rem 1rem;
  }
a.btn-white{
  display: block;
  font-size: 1rem;
  line-height: 1.2;
  color: #000;
  background: #FFF;
  border-radius: 6px;
  padding: 1.2rem 1rem;
  }
p.txt-disclaimer{
  font-size: 0.94rem;
  line-height: 1.2;
  color: #D00;
  background: #FFF;
  border: #D00 solid 1px;
  padding: 0.8rem;
  margin-top: 1rem;
  }


/*メインタイトルエリア
------------------------------------*/
#main-title{
  width: 100%;
  background: #F6F6F6;
  }
#main-title .container{
  padding: 0;
  }
#main-title .box-txt{
  padding: 15px;
  }
#main-title .box-txt h2 span{
  display: block;
  font-size: 1.2rem;
  margin-bottom: 4px;
  }
#main-title .box-txt h2{
  font-size: 2.5rem;
  font-weight: 700;
  }
#main-title .box-txt p.txt-date{
  font-size: 0.94rem;
  border-top: #000 solid 1px;
  border-bottom: #000 solid 1px;
  padding: 5px 0;
  margin: 10px 0;
  }
#main-title .box-txt p.txt-lead{
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1rem;
  }
#main-title .box-txt a{
  font-size: 1.2rem;
  display: block;
  border: #000 solid 1px;
  border-radius: 6px;
  padding: 12px 0 12px 15px;
  position: relative;
  }
#main-title .box-txt a::after{
  content: "";
  width:0;
  height:0;
  border-style:solid;
  border-width: 6px 0 6px 10.4px;
  border-color: transparent transparent transparent #000000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  }
#main-title .box-txt a:hover{
  border: #5F60FF solid 1px;
  }
#main-title .box-txt a:hover::after{
  border-color: transparent transparent transparent #5F60FF;
  }

#main-title ul.block-btn{
  padding: 15px;
  }
#main-title ul.block-btn li{
  margin-bottom: 18px;
  position: relative;
  }
#main-title ul.block-btn li a{
  display: block;
  background: #000;
  border-radius: 6px;
  color: #FFF;
  padding: 15px 0;
  text-align: center;
  }
#main-title ul.block-btn li a::after{
  content: "";
  width:0;
  height:0;
  border-style:solid;
  border-width: 6px 0 6px 10.4px;
  border-color: transparent transparent transparent #FFFFFF;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  }
#main-title ul.block-btn li a img{
  width: 80%;
  padding: 8px 0;
  }
#main-title ul.block-btn li a p.txt-1{
  font-size: 1.1rem;
  color: #FFF;
  font-weight: 700;
  margin-bottom: 0.5rem;
  }
#main-title ul.block-btn li a p.txt-2{
  font-size: 2rem;
  font-weight: 700;
  color: #FFF;
  line-height: 1.5;
  }
#main-title ul.block-btn li a p.txt-2 span{
  display: block;
  font-size: 50%;
  font-weight: 400;
  }
#main-title ul.block-btn li p.txt-new{
  font-size: 0.82rem;
  font-weight: 700;
  color: #FFF;
  text-align: center;
  background: #D00;
  width: 40px;
  padding: 13px 0 11px 0;
  border-radius: 25px;
  position: absolute;
  top: -10px;
  left: 8px;
  }

/*前回のコンテスト結果
------------------------------------*/
#previous-result{
	background: #000;
	border-bottom: #FFF solid 1px;
	padding: 15px;
	text-align: center;
	}
#previous-result p span{
	font-size: 1.1rem;
	font-weight: bold;
	color: #F00;
	display: block;
	margin-bottom: 4px;
	}
#previous-result p a{
	font-size: 1.2rem;
	color: #FFF;
	}
#previous-result p a:hover{
	color: #5F60FF;
	}

/*リード
------------------------------------*/
#lead{
  padding: 15px;
	background: #000;
	color: #FFF;
  }
#lead h2{
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  display: block;
  margin-bottom: 0.5rem;
  }
#lead p.txt-lead{
  font-size: 1rem;
  line-height: 1.5;
  }

/*今月のテーマ
------------------------------------*/
#theme{}
#theme p.txt-1{
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.5rem;
  }
#theme p.txt-honbun a{
  text-decoration: underline;
  }
#theme p.txt-honbun:last-of-type{
  }

#theme a.btn-black{
  position: relative;
  margin-bottom: 1.5rem;
  }
#theme a.btn-black::after{
  font-family: 'Material Symbols Outlined';
  font-size: 2rem;
  content: "\f090";
  color: #FFF;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  }
#theme .container .box-video {
  position: relative;
  width:100%;
  height:0;
  padding-top: 56.25%; 
}
#theme .container .box-video iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



/*コンテスト概要
------------------------------------*/
#outline{}
#outline table{
  font-size: 1rem;
  line-height: 1.3;
  border-bottom: #000 solid 1px;
  }
#outline table th{
  border-top: #000 solid 1px;
  width: 6rem;
  text-align: center;
  vertical-align: middle;
  }
#outline table td{
  border-top: #000 solid 1px;
  padding: 0.8rem 0;
  }
#outline table td ul{
  list-style: disc;
  margin-left: 1em;
  }
#outline table td ul li:first-child{
  margin-bottom: 0.5rem;
  }
#outline table td ul li span{
  display: block;
  }


/*チャンピオンリーグ
------------------------------------*/
#champion{
  background: #000;
  }
#champion p{
  color: #FFF;
  }
#champion p.txt-disclaimer{
  color: #D00;
  }
#champion ul{
  list-style: disc;
  margin: 0 0 1rem 1rem;
  }
#champion ul li{
  font-size: 1rem;
  line-height: 1.3;
  color: #FFF;
  margin-bottom: 0.5rem;
  }
#champion h3{
  border: #FFF solid 1px;
  }
#champion a.btn-white{
  position: relative;
  margin-bottom: 1rem;
  }
#champion a.btn-white::after{
  content: "";
  width:0;
  height:0;
  border-style:solid;
  border-width: 6px 0 6px 10.4px;
  border-color: transparent transparent transparent #000000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  }

/*賞品
------------------------------------*/
#prize p.txt-mailcheck strong{
  font-size: 1.2rem;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 6px;
  }
#prize p.txt-mailcheck{
  font-size: 1rem;
  line-height: 1.6;
  margin-top: 2rem;
  color: #D00;
  border: #C00 double 6px;
  padding: 1.5rem;
  }
  
/*応募方法
------------------------------------*/
#application{}
#application a.btn-black{
  position: relative;
  margin-bottom: 1rem;
  }
#application a.btn-black::after{
  content: "";
  width:0;
  height:0;
  border-style:solid;
  border-width: 6px 0 6px 10.4px;
  border-color: transparent transparent transparent #FFF;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  }
#application h4{
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  }
#application ul{
  list-style:disc;
  margin-left: 1rem;
  }
#application ul li{
  font-size: 1rem;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  }
#application ul li a{
  text-decoration: underline;
  }


/*Fusion
------------------------------------*/
#fusion{
  background-image: url("../images/fusion_bg.webp");
  background-size: cover;
  background-position: center;
  }
#fusion .bg-dot{
  background: url("../images/bg-dot.png");
  }
#fusion .container{
  padding: 15px;
  }
#fusion p.txt-title{
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  }
#fusion p.txt-title span{
  font-size: 1rem;
  display: block;
  }
#fusion p.txt-catch{
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 1rem;
  }
#fusion h3{
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1;
  color: #FFF;
  text-align: center;
  padding: 8px 0;
  margin-bottom: 1rem;
  border: #FFF solid 1px;
  }
#fusion a.btn-white{
  position: relative;
  margin-bottom: 1.5rem;
  }
#fusion a.btn-white::after{
  content: "";
  width:0;
  height:0;
  border-style:solid;
  border-width: 6px 0 6px 10.4px;
  border-color: transparent transparent transparent #000000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  }
#fusion p{
  color: #FFF;
  }
#fusion h4{
  font-size: 1.2rem;
  font-weight: 700;
  color: #FFF;
  margin-bottom: 0.5rem;
  }
#fusion ul.block-btn{
  margin: 0;
  padding: 0;
  }
#fusion ul.block-btn li{
  font-size: 1rem;
  line-height: 1.4;
  }
#fusion ul.block-btn li a{
  display: block;
  background: #FFF;
  border-radius: 6px;
  color: #000;
  position: relative;
  padding: 15px;
  margin-bottom: 18px;
  }
#fusion ul.block-btn li a::after{
  content: "";
  width:0;
  height:0;
  border-style:solid;
  border-width: 6px 0 6px 10.4px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  }
#fusion ul.block-youtube{
  margin: 0;
  padding: 0;
  }
#fusion ul.block-youtube li{
  margin-bottom: 18px;
  }
#fusion ul.block-youtube li img{
  margin-bottom: 6px;
  }
#fusion ul.block-youtube li p{
  font-size: 1rem;
  line-height: 1.4;
  }


/*コンテスト結果
------------------------------------*/
#lastresult{}
#lastresult ul.block-1{
  margin-bottom: 2rem;
  }
#lastresult ul.block-1 li{
  font-size: 1rem;
  margin-bottom: 0.5rem;
  }
#lastresult ul.block-1 li a{
  display: block;
  background: #EEE;
  padding: 1rem;
  border-radius: 6px;
  position: relative;
  }
#lastresult ul.block-2{}
#lastresult ul.block-2 li{
  font-size: 1rem;
  margin-bottom: 0.5rem;
  }
#lastresult ul.block-2 li a{
  text-decoration: underline;
}
#lastresult p.txt-honbun{
  margin-bottom: 0.5rem;
  }
#lastresult ul.block-1 li a::after{
  content: "";
  width:0;
  height:0;
  border-style:solid;
  border-width: 6px 0 6px 10.4px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  }

/*スポンサー
------------------------------------*/
#sponsor .box h4{
  font-size: 1.15rem;
  background: #DDD;
  text-align: center;
  padding: 0.2rem 0;
  }
#sponsor .box.gold ul{
  display: flex;
  flex-wrap: wrap;
  }
#sponsor .box.gold ul li{
  width: 50%;
  }
#sponsor .box.silver ul{
  display: flex;
  flex-wrap: wrap;
  }
#sponsor .box.silver ul li{
  width: 33%;
  }

/*主催
------------------------------------*/
#organizer .box{
  width: 75%;
  margin: 0 auto;
  font-size: 0.92rem;
  text-align: center;
  }
#organizer .box img{
  margin-bottom: 0.8rem;
  }

/*お問い合わせ
------------------------------------*/
#contact p{
  line-height: 1.6;
  }

/*-------------------------------------------------------------------------------------------------------------
  コンテスト結果ページ  #contest-result
-------------------------------------------------------------------------------------------------------------*/
/*メインビジュアル
------------------------------------*/
#contest-result #main-title .wrap{
  width: 100%;
  height: 150px;
  }
#contest-result #main-title .wrap img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  }
  
/*リード
------------------------------------*/
#contest-result #lead{}
#contest-result #lead p.txt-lead{
  font-size: 1.15rem;
  }

/*受賞作品
------------------------------------*/
#contest-result .area-work{
	padding: 0 15px;
	margin-bottom: 30px;
	}
#contest-result .wrap-gold{
	border-top: #c3a243 solid 2px;
	padding-top: 20px;
	margin-bottom: 20px;
	}
#contest-result .wrap-silver{
	border-top: #909393 solid 2px;
	padding-top: 20px;
	margin-bottom: 20px;
	}
#contest-result .wrap-white{ }
#contest-result .box-cup{
	width: 180px;
	margin: 0 auto 20px auto;
	}
#contest-result .block-title{
	margin-bottom: 1rem;
	}
#contest-result p.txt-title{
	font-size: 1.3rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
	text-align: center;
	}
#contest-result p.txt-name{
	font-size: 1.15rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	}
#contest-result p.txt-name span.san{
	font-size: 0.9rem;
	padding-left: 0.5rem;
	}
#contest-result p.txt-name span.school{
	font-size: 1rem;
	font-weight: 400;
	display: block;
	}
#contest-result dl.box-gold{
	color: #c3a243;
	background: #F9F6EC;
	}
#contest-result dl.box-silver{
	color: #909393;
	background: #EEE;
	}
#contest-result dl.box-gold,
#contest-result dl.box-silver{
	font-size: 1rem;
	font-weight: bold;	
	padding: 15px 15px 5px 15px;
	margin-bottom: 15px;
	}
#contest-result dl.box-gold dt,
#contest-result dl.box-silver dt{
	float: left;
	}
#contest-result dl.box-gold dd,
#contest-result dl.box-silver dd{
	padding-left: 3em;
	margin-bottom: 0.2rem;
	}
#contest-result ul.box-pic li img{
  width: 100%;
  height: auto;
  }
#contest-result ul.box-pic{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  }
#contest-result ul.box-pic li{
  margin-bottom: 10px;
  }
#contest-result ul.box-pic li:nth-child(1){
  width: 100%;
  height: auto;
  }
#contest-result ul.box-pic li:nth-child(n+2){
  width: 32%;
  margin-right: 2%;
  }
#contest-result ul.box-pic li:nth-child(3n+1){
  margin-right: 0;
  }

/*YouTube
------------------------------------*/
#contest-result .area-video{
  padding: 0 15px 30px 15px;
  }
.area-video .block{
  position: relative;
  width:100%; /* 横幅は100%にしておく(ここを変えたい場合は実装コード2の方法を確認してください) */
  height:0; /* 高さは0にしておく(padding-topで高さを指定するため) */
  padding-top: 56.25%; /* 高さを指定(16:9) */
  }
.area-video .block iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  }



/*-------------------------------------------------------------------------------------------------------------
  チャンピオンリーグ HOME ページ  #Champ
-------------------------------------------------------------------------------------------------------------*/
#Champ #main-title{
  height: 150px;
  background: url("/fusion-contest-2024/img_champions/hero-bg.png");
  background-repeat: repeat;
  }
#Champ #main-title .wrap{
  padding-top: 20px;
  }
#Champ #main-title .wrap h2{
  text-align: center;
  }

#Champ #main-title .wrap h2 img{
  width: 320px;
  height: auto;
  }

/*リード
------------------------------------*/
#lead p.txt-lead{
  margin-bottom: 1rem;
  }
#Champ #lead a{
	font-size: 1rem;
	line-height: 1;
	color: #FFF;
	background: #000;
	display: block;
	padding: 1.5rem;
	text-align: center;
	border: #000 solid 2px;
	border-radius: 6px;
	position: relative;
	}
#Champ #lead a::after{
  content: "";
  width:0;
  height:0;
  border-style:solid;
  border-width: 6px 0 6px 10.4px;
  border-color: transparent transparent transparent #FFF;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  }


/*Champions List
------------------------------------*/
#Champ .area-champions-list{
  background: #222;
  }
#Champ .area-champions-list h2{
  font-size: 20px;
  color: #FFF;
  text-align: center;
  padding: 20px 0 0 0;
  }
#Champ .area-champions-list .container{
  padding: 15px;
  }
#Champ .area-champions-list .block-champion{
  background: #FFF;
  border-radius: 5px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  padding: 6px;
  }
#Champ .area-champions-list .box-icon{
  margin-right: 10px;
  }
#Champ .area-champions-list .box-icon img{
  width: 70px;
  height: 70px;
  border-radius: 35px;
  object-fit: cover;
  }
#Champ .area-champions-list p.name{
  font-size: 18px;
  font-weight: 700;
  }
#Champ .area-champions-list p.name span{
  font-size: 13px;
  display: block;
  padding-top: 2px;
  }
#Champ .area-champions-list p.point,.area-champions-list p.point-2{
  font-size: 32px;
  width: 60px;
  text-align: center;
  margin-left: auto;
  padding-bottom: 10px;
  position: relative;
  }
#Champ .area-champions-list p.point::after,.area-champions-list p.point-2::after{
  content: "Point";
  font-size: 12px;
  position: absolute;
  right: 15px;
  bottom: 0;
  }

/*チャンピオンリーグ 概要
------------------------------------*/
#Champ #outline p{
  font-size: 1rem;
  line-height: 1.3;
  margin-bottom: 1rem;
  }
#Champ #outline ul{
  list-style: disc;
  margin-left: 1.5rem;
  }
#Champ #outline ul li{
  font-size: 1rem;
  line-height: 1.3;
  margin-bottom: 0.5rem;
  }

/*作品提出について
------------------------------------*/
#Champ #submission .container p.txt-1{
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.5rem;
  }
#Champ #submission .container p.txt-2{
  font-size: 1rem;
  line-height: 1.3;
  margin-bottom: 0.5rem;
  }
#Champ #submission .container ul{
  list-style: disc;
  margin-left: 1.5em;
  }
#Champ #submission .container ul li{
  font-size: 1rem;
  line-height: 1.3;
  margin-bottom: 0.5rem;
  }
#Champ #submission .container ul li:nth-last-child(1){
  margin-bottom: 0;
  }

/*採点について
------------------------------------*/
#Champ #scoring p.txt-1{
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.5rem;
  }
#Champ #scoring p.txt-2{
  font-size: rem;
  line-height: 1.3;
  margin-bottom: 1rem;
  }
#Champ #scoring p.txt-2 a{
  text-decoration: underline;
  color: #5F60FF;
  display: block;
  }
#Champ #scoring p.txt-3{
  font-size: rem;
  line-height: 1.3;
  }
#Champ #scoring p.txt-3 a{
  text-decoration: underline;
  color: #5F60FF;
  display: block;
  }
#Champ #scoring p.kome{
  font-size: 1rem;
  line-height: 1.3;
  margin-bottom: 1rem;
  }

/*応募方法
------------------------------------*/
#Champ #application .container p.txt-1{
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 0.5rem;
  }

/*賞品
------------------------------------*/
#Champ #prize .container ul{
  list-style: disc;
  margin-left: 1.5em;
  margin-bottom: 1rem;
  }
#Champ #prize .container ul li{
  font-size: 1rem;
  line-height: 1.3;
  margin-bottom: 0.5rem;
  }
#Champ #prize .container ul li:nth-last-child(1){
  margin-bottom: 0;
  }
#Champ #prize .container .block{
  width: 100%;
  height: auto;
  margin-bottom: 12px;
  }
#Champ #prize .container .block img{
  width: 100%;
  height: auto;
  }

/*Result & Standing
------------------------------------*/
#Champ #lastresult .block{
  overflow-x: scroll;
  }

#Champ #lastresult table{
  width: 700px;
  font-size: 0.87rem;
  }
#Champ #lastresult table th{
  font-size: 0.82rem;
  background: #EEE;
  text-align: center;
  padding: 3px 0;
  border-top: #DDD solid 1px;
  border-right: #DDD solid 1px;
  border-left: #DDD solid 1px;
  }
#Champ #lastresult table td{
  padding: 5px;
  border: #DDD solid 1px;
  text-align: center;
  }
#Champ #lastresult table td.name{
  text-align: left;
  }
#Champ #lastresult table th.cel-1{
  width: 200px;
  }
#Champ #lastresult table th.cel-2,
#Champ #lastresult table th.cel-3,
#Champ #lastresult table th.cel-4,
#Champ #lastresult table th.cel-5,
#Champ #lastresult table th.cel-6,
#Champ #lastresult table th.cel-7,
#Champ #lastresult table th.cel-8,
#Champ #lastresult table th.cel-9,
#Champ #lastresult table th.cel-10{
  width: 80px;
  }

/*過去のチャンピオンリーグ
------------------------------------*/
#Champ #past-league .container ul{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem
  }
#Champ #past-league .container ul li{
  font-size: 1rem;
  width: 48%;
	margin-right: 10px;
  margin-bottom: 0.5rem;
  }
#Champ #past-league .container ul li a{
  display: block;
  color: #FFF;
  background: #000;
  padding: 8px 0 8px 15px;
  box-sizing: border-box;
  border-radius: 5px;
  }
#Champ #past-league .container ul li span{
  display: block;
  color: #FFF;
  background: #CCC;
  padding: 8px 0 8px 15px;
  box-sizing: border-box;
  border-radius: 5px;
  }
#Champ #past-league .container p a{
  display: block;
  color: #FFF;
  background: #000;
  padding: 8px 0;
  box-sizing: border-box;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 12px;
  }


/*-------------------------------------------------------------------------------------------------------------
チャンピオンリーグ  バトルページ  #Champ-battle
-------------------------------------------------------------------------------------------------------------*/
iframe.iframe-result{
  width: 100%;
  }
@media screen and (min-width:767px) {
iframe.iframe-result{
  width: 100%;
  }
}

#Champ-battle #main-title{
  height: 150px;
  background: url("/fusion-contest-2024/img_champions/hero-bg.png");
  background-repeat: repeat;
  }
#Champ-battle #main-title .wrap{
  display: flex;
  justify-content: space-between;
  width: 350px;
  margin: 0 auto;
  padding-top: 25px;
  }
#Champ-battle #main-title .wrap img.mark{
  width: 110px;
  height: auto;
  }

#Champ-battle #main-title .block{
  padding-top: 8px;
  }
#Champ-battle #main-title .block img.title{
  width: 230px;
  }
#Champ-battle #main-title .block h2{
  font-size: 30px;
  font-weight: 700;
  color: #FFF;
  padding-top: 2px;
  }

#Champ-battle #lead{
  background: #F3F3F3;
  }

/*champion-work*/
.champion-work{
  padding: 15px;
  }
.champion-work p.txt-kome{
  font-size: 12px;
  color: #C00;
  text-align: center;
  padding-top: 1rem;
  }
.champion-work .container{
  }
.champion-work .block-champion{
  padding: 25px 0 15px 0;
  border-bottom: #CCC solid 1px;
  }
.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: 1.15rem;
  font-weight: 700;
  }
.champion-work p.name span{
  font-size: 0.9rem;
  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(3n+1){
  margin-right: 0;
  }


/*続きを読む 開閉
-------------------------------------*/
.grad-wrap{
  margin-bottom: 20px;
  }
.grad-wrap p{
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 0.8em;
  }
.grad-wrap p.txt-title{
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 0.4em;
  }
.grad-wrap ul{
  margin-left: 1.2em;
  list-style: disc;
  }
.grad-wrap ul li{
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 0.8em;
  }
label.grad-btn {
  width: 100%;
  display: block;
  text-align: right;
  }
.grad-btn::before {
  content: "……続きを読む";
  font-size: 14px;
  color: #000;
  }
.grad-item {
  position: relative;
  overflow: hidden;
  height: 130px; /*隠した状態の高さ*/
  }
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px; /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(255,255,255,0.5) 0%, #FFF 90%);
  background: linear-gradient(top, rgba(255,255,255,0.5) 0%, #FFF 90%);
  content: "";
  }
.grad-trigger {
  display: none; /*チェックボックスは常に非表示*/
  }
.grad-trigger:checked ~ .grad-btn::before {
  content: "閉じる";/*チェックされていたら、文言を変更する*/
  font-size: 14px;
  color: #000;
  }
.grad-trigger:checked ~ .grad-item {
  height: auto; /*チェックされていたら、高さを戻す*/
  }
.grad-trigger:checked ~ .grad-item::before {
  display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
  }

/*コンテスト結果ページ用*/
.grad-trigger:checked ~ .grad-item-2 {
  height: auto; /*チェックされていたら、高さを戻す*/
  }
.grad-trigger:checked ~ .grad-item-2::before {
  display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
  }

