/* reset */
* {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
}

body {
  min-width: 960px;
}

ul {
  list-style-type: none;
}

/* parts */
.cf:before, .cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

.inner {
  width: 960px;
  margin: 0 auto;
}

/* over write */
#wrapper,
.benesse-footer__inner {
  display: none;
}

.modal .modal-overlay {
  background-image: url(../img/modal_close.png);
  background-repeat: no-repeat;
  background-position: top 20px right 20px;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal .modal-wrap {
  background-color: transparent;
  box-shadow: none;
  padding: 0;
  width: 600px;
  margin: 250px auto 0;
  transition: all 0.5s ease;
}

/* contents */
.modallist {
  margin-top: 30px;
}

.modallist__item {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
}

.modallist__item:hover {
  opacity: .7;
  cursor: pointer;
}

.modallist__item.is-01 {
  float: left;
}

.modallist__item.is-02 {
  float: right;
}

.bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bginner {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: url(../img/bg.png) center;
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

.bgtop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_top.png) center top no-repeat;
}

.charebu {
  position: relative;
  overflow: hidden;
}

.content {
  position: relative;
  z-index: 1;
  padding-bottom: 60px;
}

.charebu__ttl {
  text-align: center;
  margin-top: 30px;
}

.karinyubu {
  margin-top: 10px;
}

.karinyubu__ttl {
  text-align: center;
}

.karilist {
  margin-top: 20px;
}

.karilist__item {
  float: left;
  width: 320px;
  height: 569px;
}

.karilist__item.is-booklove {
  background: url(../img/kari-booklove_bg.png) center bottom no-repeat;
}

.karilist__item.is-koibana {
  background: url(../img/kari-koibana_bg.png) center bottom no-repeat;
}

.karilist__item.is-hayarimon {
  background: url(../img/kari-hayarimon_bg.png) center bottom no-repeat;
}

.karilist__link {
  position: relative;
  margin: 51px 56px 0;
}

.karilist__link__icon {
  position: absolute;
  top: 120px;
  left: 50px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
}

.karilist__link:hover {
  cursor: pointer;
}

.karilist__link:hover .karilist__link__icon {
  top: 110px;
}

.karilist__txt {
  font-size: 20px;
  font-weight: bold;
  padding: 12px 50px 0;
}

.kettei {
  clear: both;
  text-align: center;
  margin-top: 70px;
}

.charebu__back {
  font-size: 16px;
  position: absolute;
  bottom: -40px;
  left: -50px;
}

.charebu__back span {
  font-size: 16px;
  cursor: pointer;
  padding: 0 0 0 27px;
  background: url(../img/charebu_ico.png) 0 50% no-repeat;
  line-height: 24px;
  height: 24px;
  display: inline-block;
  text-decoration: underline;
}

.charebu__back span:hover {
  text-decoration: none;
}

.footer {
  background: #fff;
}

.footer__copy {
  text-align: right;
  font-size: 10px;
  width: 960px;
  margin: 0 auto;
  padding: 15px 0;
}

/*# sourceMappingURL=style.css.map */
