@charset "utf-8";

/* PC
**********************************/
/* corner
**********************************/
body.pc div[class*="zip-corner"].kiterune #zip-corner-header{
  background: url(../images/kiterune/kiterune_header.png) no-repeat;
  background-size: cover;
  background-position: center;
}
/* second */
body.pc div[class*="zip-corner"].kiterune .zip-corner-header-cornerLogo{
  width: 205px;/* h1 + 55px */
  height: 90px;
}
body.pc div[class*="zip-corner"].kiterune .zip-corner-header-cornerLogo h1{
  width: 150px;
  height: 100%;
  background: url(../images/kiterune/kiterune_logo.png) no-repeat;
  background-size: 100%;
  background-position: center;
}
/* index */
body.pc div[class*="zip-corner-index"].kiterune .zip-corner-header-cornerLogo{
  width: 450px;
  height: 200px;
}
body.pc div[class*="zip-corner-index"].kiterune .zip-corner-header-cornerLogo h1{
  width: 100%;
  height: 100%;
  background-position: center;
}

/* SP
**********************************/
/* corner
**********************************/
body.sp div[class*="zip-corner"].kiterune #zip-corner-header{
  background: url(../images/kiterune/kiterune_header.png) no-repeat;
  background-size: cover;
  background-position: center;
}
/* second */
body.sp div[class*="zip-corner"].kiterune .zip-corner-header-cornerLogo{
  max-width: 160px;
  width: 43%;
  height: 100px;
}
body.sp div[class*="zip-corner"].kiterune .zip-corner-header-cornerLogo h1{
  width: 100%;
  height: 100%;
  background: url(../images/kiterune/kiterune_logo.png) no-repeat;
  background-size: 100%;
  background-position: center;
}
/* index */
body.sp div[class*="zip-corner-index"].kiterune .zip-corner-header-cornerLogo{
  max-width: 240px;
  width: 64%;
  height: 165px;
}
body.sp div[class*="zip-corner-index"].kiterune .zip-corner-header-cornerLogo h1{
  width: 100%;
  height: 100%;
  background-position: center;
}
body.sp div[class*="zip-corner-index"].kiterune #zip-corner-title h2{
  letter-spacing: 0;
}
body.sp #zip-corner-thumnail-wrapper .zip-corner-thumnail-content iframe{
  width: 100%;
  height: 100%;
}
