@charset "UTF-8";
/* ----------------------------------------------------------------
	#kv
---------------------------------------------------------------- */
#kv .kvImg {
  background: url("../images/concentrate/kv.jpg") center center / cover no-repeat;
}

/* Smartphone
------------------------------------- */
@media print,screen and (max-width: 767px) {
  #kv .kvImg {
    background: url("../images/concentrate/sp_kv.jpg") center center / cover no-repeat;
  }
}/* Smartphone End */


/* ----------------------------------------------------------------
	#cont
---------------------------------------------------------------- */
#cont {
  width: min(55.33vw,664px);
  margin: 0 auto;
  padding: min(9.33vw,112px) 0 0; 
}
#cont ul {
  width: 100%;
  margin: 0 auto;
}
#cont ul li {
  width: 100%;
  margin-bottom: min(6vw,72px);
  font-size: min(2.33vw,28px);
  line-height: 2.85;
  text-align: center;
}
#cont .btn {
  width: min(55.33vw,664px);
  margin: 0 auto;
  padding: min(3.33vw,40px) 0 min(7.5vw,90px);
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
#cont .btn p {
  width: min(15vw,180px);
  height: min(5vw,60px);
}
#cont .btn p a {
  position: relative;
  width: 100%;
  height: min(5vw,60px);
  border: 1px solid #231815;
  border-radius: min(2.5vw,30px);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #231815;
  font-size: min(1.5vw,18px);
}
#cont .btn p a::after {
  content: "";
  display: block;
  width: min(0.83vw,10px);
  height: min(0.83vw,10px);
  border-top: solid 1px #231815;
  border-right: solid 1px #231815;
  position: absolute;
  top: calc(50% - min(0.42vw,5px));
}
#cont .btn p:nth-child(1) a::after {
  transform: rotate(225deg);
  left: min(1.67vw,20px);
}
#cont .btn p:nth-child(2) a::after {
  transform: rotate(45deg);
  right: min(1.67vw,20px);
}

/* Smartphone
------------------------------------- */
@media print,screen and (max-width: 767px) {
  #cont {
    width: 84.27vw;
    padding: 9.6vw 0 0; 
  }
  #cont ul li {
    margin-bottom: 9.6vw;
    font-size: 3.6vw;
    line-height: 2.6;
  }
  #cont .btn {
    width: 84.27vw;
    padding: 4vw 0 12.27vw;
  }
  #cont .btn p {
    width: 24vw;
    height: 8vw;
  }
  #cont .btn p a {
    height: 8vw;
    border-radius: 4vw;
    font-size: 2.67vw;
  }
  #cont .btn p a::after {
    width: 1.33vw;
    height: 1.33vw;
    top: calc(50% - 0.67vw);
  }
  #cont .btn p:nth-child(1) a::after {
    left: 2.67vw;
  }
  #cont .btn p:nth-child(2) a::after {
    right: 2.67vw;
  }
}/* Smartphone End */