@charset "utf-8";


/* -----------------------------------------------------
  overwrite
----------------------------------------------------- */

#cptpl {
  margin: 0;
  padding: 0;
}

.cptpl-head,
.freespace1,
.freespace3,
.freespace4,
.freespace5 {
  display: none;
}

#cduFooter {
  padding-top: 25px;
  background-position: 0 -29px;
}


/* -----------------------------------------------------
  cp
----------------------------------------------------- */

#cptpl #cp {
  min-width: 1016px;
  background: #000 url(./pc_bg_01.jpg) center 200px;
  text-align: left;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 10px;
  font-weight: normal;
  line-height: 1;
  color: #000;
}

#cptpl #cp * {
  position: static;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  width: auto;
  background: none;
  text-align: inherit;
  font-size: 100%;
  font-weight: inherit;
  font-style: normal;
  line-height: inherit;
  color:  inherit;
  box-sizing: border-box;
}
#cptpl #cp ul {
  list-style: none;
}
#cptpl #cp img {
  border: none;
  vertical-align: bottom;
}
#cptpl #cp a {
  text-decoration: underline;
}
#cptpl #cp a:hover {
  text-decoration: none;
}
#cptpl #cp a > img {
  transition: opacity 250ms;
}
#cptpl #cp a:hover > img {
  opacity: 0.8;
}


/* -----------------------------------------------------
  cp-common
----------------------------------------------------- */

#cptpl #cp .cp-section {
  margin: 0 auto;
  width: 960px;
  background: url(./pc_bg_02.png) no-repeat left top;
}
#cptpl #cp .cp-section .cp-inner {
  padding: 100px;
  background: url(./pc_bg_03.png) no-repeat right bottom;
}


/* -----------------------------------------------------
  cp-kv
----------------------------------------------------- */

#cptpl #cp .cp-kv {
  margin-bottom: 70px;
  background: url(./pc_kv_bg_01.jpg) repeat-x center top;
  height: 899px;
}
#cptpl #cp .cp-kv .cp-inner {
  position: relative;
  margin: 0 auto;
  padding-top: 647px;
  width: 960px;
  min-height: 765px;
  background: url(./pc_kv_bg_02.jpg) no-repeat center top;
  text-align: center;
}
#cptpl #cp .cp-kv p {
  position: absolute;
  top: 747px;
  left: 581px;
}


/* -----------------------------------------------------
  cp-close
----------------------------------------------------- */

#cptpl #cp .cp-close {
  margin-bottom: 83px;
  text-align: center;
}


/* -----------------------------------------------------
  cp-outline
----------------------------------------------------- */

#cptpl #cp .cp-outline {
  margin-bottom: 101px;
}
#cptpl #cp .cp-outline h2 {
  margin-bottom: 68px;
}
#cptpl #cp .cp-outline dl {
  text-align: center;
}
#cptpl #cp .cp-outline dl dt {
  margin-bottom: 15px;
}
#cptpl #cp .cp-outline dl dd {
  margin-bottom: 60px;
}
#cptpl #cp .cp-outline p {
  padding-top: 10px;
  text-align: right;
}


/* -----------------------------------------------------
  cp-campaign
----------------------------------------------------- */

#cptpl #cp .cp-campaign {
  margin-bottom: 100px;
}
#cptpl #cp .cp-campaign .cp-inner {
  position: relative;
  margin: 0 auto;
  width: 760px;
}
#cptpl #cp .cp-campaign h2 {
  margin-bottom: 66px;
}
#cptpl #cp .cp-campaign .cp-bnr {
  position: absolute;
  top: 257px;
  left: 80px;
  width: 600px;
  height: 144px;
}


/* -----------------------------------------------------
  cp-recomend
----------------------------------------------------- */

#cptpl #cp .cp-recomend {
  margin-bottom: 29px;
}
#cptpl #cp .cp-recomend h2 {
  margin-bottom: 40px;
}
#cptpl #cp .cp-recomend ul {
  margin-bottom: 30px;
  background: url(./pc_recomend_bg_01.png) repeat-y;
  overflow: hidden;
}
#cptpl #cp .cp-recomend ul li {
  float: left;
  margin-left: 32px;
  padding: 11px;
  width: 232px;
}
#cptpl #cp .cp-recomend ul li:first-child {
  margin-left: 0;
}
#cptpl #cp .cp-recomend ul li a {
  display: block;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.3;
}
#cptpl #cp .cp-recomend ul li a:hover {
  text-decoration: underline;
}
#cptpl #cp .cp-recomend .cp-img img {
  width: 100%;
}
#cptpl #cp .cp-recomend .cp-txt {
  margin: 8px 0 -3px;
}
#cptpl #cp .cp-recomend .cp-btn {
  padding-top: 27px;
  text-align: center;
}


/* -----------------------------------------------------
  cp-copyright
----------------------------------------------------- */

#cptpl #cp .cp-copyright {
  margin: 0 auto;
  padding-bottom: 49px;
  width: 960px;
  text-align: right;
}

