@charset "utf-8";
html{
  background: #000;
}
.inner{
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.inner_w{
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.mv{
  margin-bottom: 60px;
}
.head01{
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 35px;
}
.intro_txt{
  font-size: 18px;
  text-align: center;
  margin-bottom: 100px;
}
.clm_list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.clm_list.clm03{
  justify-content: center;
}
.clm_list li{
  margin-bottom: 80px;
  text-align: center;
}
.clm_list.clm02 li{
  width: calc((100% - 50px) / 2);
}
.clm_list.clm03 li{
  width: calc((100% - 150px) / 3);
  text-align: center;
  margin-right: 75px;
}
.clm_list.clm03 li:nth-child(3n),
.clm_list.clm03 li:last-child{
  margin-right: 0;
}
.clm_list li .img{
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.clm_list.clm02 li .img{
  width: 400px;
  height: 400px;
}
.clm_list.clm03 li .img{
  width: 350px;
  height: 350px;
}
.clm_list li .img img{
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.head02{
  min-width: 300px;
  width: fit-content;
  font-size: 20px;
  padding: 10px 20px;
  border-radius: 30px;
  border: 1px solid #e73e16;
  margin: 0 auto 30px;
  position: relative;
  background-color: #000;
}
.head02::after{
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -10px;
  width: 30px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/result/icon_crown.png);
}
.head02::before{
  content: '';
  position: absolute;
  width: 40px;
  height: 15px;
  background-color: #000;
  left: 50%;
  transform: translateX(-50%);
  top: -10px;
}
.kazari_box{
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}
.kazari{
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 1px;
  border-top: 1px dashed #e73e16;
}
.head02 span{
  font-size: 0.8em;
  margin-left: 10px;
}
.txt01{
  font-weight: 400;
}
.txt01 span{
  font-weight: bold;
}
@media (max-width: 1024px) {
.clm_list.clm02 li .img{
  width: 300px;
  height: 300px;
}
.clm_list.clm03 li .img{
  width: 250px;
  height: 250px;
}
}
@media (max-width: 768px) {
.head01{
  font-size: 25px;
}
.intro_txt{
  font-size: 15px;
}
.head02{
  font-size: 16px;
}
.clm_list.clm02 li{
  width: 100%;
}
.clm_list.clm03 li{
  width: 100%;
  margin-right: 0;
}
.clm_list.clm02 li .img,
.clm_list.clm03 li .img{
  height: auto;
}
}