@charset "utf-8";
/**
 *
 *  ページ名.css
 *
 */
/*--------------------------------------------------------------------------
   overwrite  - 共通CSSの上書き -
---------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
  	Content
---------------------------------------------------------------------------*/
/*============================
#novelty
============================*/
#novelty {
  background: #03b8df url(/dakko/omake/images/index/bg_novelty.gif) top center no-repeat;
  padding-top: 55px;
  font-weight: 600;
  /*============================
  #icons
  ============================*/
  /*============================
  #bnr_area
  ============================*/
}
#novelty .pc {
  display: block;
}
#novelty .sp {
  display: none;
}
#novelty h3 {
  margin-bottom: 35px;
  text-align: center;
}
#novelty h4 {
  margin-bottom: 15px;
}
#novelty h4 img {
  width: 122px;
  height: auto;
}
#novelty h4 + p {
  font-size: 12px;
  line-height: 1.67;
  letter-spacing: 0.15em;
  margin-bottom: 32px;
}
#novelty .tab {
  overflow: hidden;
  *zoom: 1;
  width: 580px;
  margin: 0 auto 13px;
}
#novelty .tab li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 20px;
  height: 100px;
  float: left;
  width: 270px;
  margin-left: 40px;
  cursor: pointer;
  background: url(../images/index/bg_tab.png) center top no-repeat;
  text-align: center;
}
#novelty .tab li.select {
  background: url(../images/index/bg_tab_on.png) center top no-repeat;
}
#novelty .tab li:first-child {
  margin-left: 0;
}
#novelty .tab li img {
  height: 34px;
  width: auto;
  vertical-align: top;
}
#novelty .tab_content {
  margin: 0 34px 34px;
  background-color: #FFF;
  border-radius: 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 35px 68px;
  text-align: center;
  /*============================
  #wallpaper
  ============================*/
}
#novelty .tab_content .tab_box {
  display: none;
}
#novelty .tab_content #wallpaper {
  display: block;
}
#novelty .tab_content #wallpaper h5 {
  margin-bottom: 18px;
}
#novelty .tab_content #wallpaper .pc_box ul {
  overflow: hidden;
  *zoom: 1;
}
#novelty .tab_content #wallpaper .pc_box ul li {
  float: left;
  width: 283px;
  margin-bottom: 35px;
}
#novelty .tab_content #wallpaper .pc_box ul li:nth-of-type(2n) {
  float: right;
}
#novelty .tab_content #wallpaper .pc_box ul li dl dt {
  margin-bottom: 5px;
}
#novelty .tab_content #wallpaper .pc_box ul li dl dd {
  padding: 5px;
  float: left;
  width: auto;
}
#novelty .tab_content #wallpaper .pc_box ul li dl dd:nth-of-type(2n) {
  float: right;
}
#novelty .tab_content #wallpaper .sp_box ul {
  padding: 0 14px;
}
#novelty .tab_content #wallpaper .sp_box ul li {
  float: left;
  width: 119px;
  margin-left: 50px;
  margin-bottom: 23px;
  text-align: center;
}
#novelty .tab_content #wallpaper .sp_box ul li dl dt {
  margin-bottom: 10px;
}
#novelty .tab_content #wallpaper .sp_box ul li dl dd {
  padding: 5px;
}
#novelty .tab_content #wallpaper .sp_box ul li dl dd a img {
  width: 100px;
  height: auto;
}
#novelty .tab_content .btn_tohuggy {
  margin-top: 10px;
}
#novelty #icons ul {
  overflow: hidden;
  *zoom: 1;
}
#novelty #icons ul li {
  float: left;
  width: 120px;
  margin-right: 34px;
  margin-bottom: 35px;
}
#novelty #icons ul li:nth-of-type(4n) {
  margin-right: 0;
}
#novelty #icons ul li dl dt {
  margin-bottom: 10px;
}
#novelty #icons ul li dl dd {
  font-size: 15px;
  font-weight: bold;
}
#novelty figure {
  text-align: center;
  margin-bottom: 30px;
}
#novelty #bnr_area {
  overflow: hidden;
  *zoom: 1;
}
#novelty #bnr_area li {
  float: left;
  width: 50%;
}
#novelty #bnr_area li a img {
  width: 100%;
  height: auto;
}

/* @SP */
@media all and (max-width: 767px) {
  /*============================
  #novelty
  ============================*/
  #novelty {
    background: #03b8df url("../../omake/images/index/bg_novelty_sp.gif") top center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    /*============================
    #bnr_area
    ============================*/
  }
  #novelty .pc {
    display: none;
  }
  #novelty .sp {
    display: block;
  }
  #novelty h3 img {
    height: 45px;
    width: auto;
  }
  #novelty h4 img {
    height: 29px;
    width: auto;
  }
  #novelty h4 + p {
    font-size: 11px;
    line-height: 1.6;
    letter-spacing: 0.13em;
    margin-bottom: 20px;
  }
  #novelty .tab {
    width: 280px;
    margin: 0 auto 7px;
  }
  #novelty .tab li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 135px;
    height: 50px;
    padding-top: 10px;
    margin-left: 10px;
    -webkit-background-size: contain;
    background-size: contain;
  }
  #novelty .tab li.select {
    -webkit-background-size: contain;
    background-size: contain;
  }
  #novelty .tab li img {
    height: 17px;
    width: auto;
  }
  #novelty .tab_content {
    overflow: hidden;
    *zoom: 1;
    padding: 20px 0;
    width: 291px;
    margin: 0 auto 20px;
    /*============================
    #wallpaper
    ============================*/
    /*============================
    #icons
    ============================*/
  }
  #novelty .tab_content #wallpaper .sp_box ul {
    width: 165px;
    margin: 0 auto;
  }
  #novelty .tab_content #wallpaper .sp_box ul li {
    float: none;
    margin-left: 0;
    width: 165px;
    margin-bottom: 25px;
  }
  #novelty .tab_content #wallpaper .sp_box ul li dl dt {
    text-align: center;
  }
  #novelty .tab_content #wallpaper .sp_box ul li dl dt img {
    width: 127px;
    height: auto;
  }
  #novelty .tab_content #wallpaper .sp_box ul li dl dd {
    padding: 10px 0;
  }
  #novelty .tab_content #wallpaper .sp_box ul li dl dd a img {
    width: 165px;
    height: auto;
  }
  #novelty .tab_content #icons ul {
    width: 219px;
    margin: 0 auto;
  }
  #novelty .tab_content #icons ul li {
    width: 97px;
    margin-right: 25px;
    margin-bottom: 17px;
  }
  #novelty .tab_content #icons ul li:nth-of-type(2n) {
    margin-right: 0;
  }
  #novelty .tab_content #icons ul li dl dt {
    margin-bottom: 7px;
  }
  #novelty .tab_content #icons ul li dl dt img {
    width: 77px;
    height: auto;
  }
  #novelty .tab_content #icons ul li dl dd {
    font-size: 11px;
  }
  #novelty .tab_content .btn_tohuggy a img {
    height: 17px;
    width: auto;
  }
  #novelty figure img {
    width: 300px;
    height: auto;
  }

  /*============================
  #Side
  ============================*/
  #Side {
    display: none;
  }
}
/*--------------------------------------------------------------------------
   xxx
---------------------------------------------------------------------------*/
/* xxx
-----------------------------------------------------------------*/
/* xxx */

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