@charset "UTF-8";
/* ===============================================================================
 * まいにちスヌーピー
 * =============================================================================== */
#cboxLoadedContent {
  border:none;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  padding: 35px 25px 15px;
}
#cboxContent {
  background: transparent;
}
.cboxPhoto {
  width: 100%;
  height: auto;
  max-width: none;
}
#cboxClose {
  width: 30px;
  height: 30px;
  background: url(../images/btn_close.png) no-repeat center center;
  -webkit-background-size: 30px auto;
       -o-background-size: 30px auto;
          background-size: 30px auto;
}

.visual {
  width: 100%;
  min-width: 1180px;
  height: 430px;
  position: relative;
  overflow: hidden;
}
.visual h1 {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1920px;
  height: 430px;
  margin-left: -960px;

}
.peanuts-visual h1 {padding-left: 18px; margin-bottom: -42px;}
#psearch {
  font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, メイリオ, Meiryo, sans-serif;
  width: 1180px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 150px;
}
#psearch.result {
  padding-bottom: 50px;
}
.border {
    border: #ffd500 3px solid;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 57px 47px;
}

.psearch-select {
  margin-top: 94px;
}
.psearch-result {
  margin-top: 30px;
}
.psearch-select .title,
.psearch-result .title {
  width: 100%;
  position: relative;
  margin-top: -78px;
  text-align: center;
}
.psearch-select .title span,
.psearch-result .title span {
  display: inline-block;
  position: relative;
}
.psearch-select .title span:after {
  content: "";
  background: url(/assets2/feature/search/pc/images/titile_ico.png);
  width: 101px;
  height: 117px;
  position: absolute;
  right: -162px;
  top: 50%;
  margin-top: -68px;
}


.select-box,.psearch-result_box {margin-top: 40px;}

.select-box ~ .select-box,
.psearch-result_box ~ .psearch-result_box {
  margin-top: 30px;
  padding-top: 30px;
  border-top: #ffd500 2px dashed;
}

.psearch-result_box ~ .psearch-result_box {margin-top: 12px;}
.select-box .check-box {
  display: table;
  width: calc(100% + 50px);
  margin-left: -50px;
  word-spacing: -1em;
  padding-top: 24px;
}
label{
  display: inline-block;
  vertical-align: middle;
  word-spacing: normal;
  margin-top: 16px;
  margin-left: 50px;
}


.select-box .check-box input[type="checkbox"],
.chare-select_box input[type="checkbox"] {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
.select-box .check-box label span {
  position: relative;
  display: inline-block;
  padding-left: 60px;
}
.select-box .check-box label span:before{
  content:"";
  background: url(/assets2/feature/peanuts/pc/images/check_def.png) no-repeat 0 0;
  width: 49px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.select-box .check-box input[type="checkbox"]:checked + span:before {
  background: url(/assets2/feature/peanuts/pc/images/check_on.png) no-repeat 0 0;
}
.chara-select_area {
  display: table;
  width: 100%;
  vertical-align: middle;
  word-spacing: -1em;
  padding-top: 20px;
}
.chara-select_area .chare-select_box {
  display: inline-block;
  width: 250px;
  margin-left: 26px;
  border: #000 1px solid;
  word-spacing: normal;
  margin-top: 20px;
}
.chara-select_area .chare-select_box:nth-child(4n+1) {
  margin-left: 0;
}

.chara-select_area .chare-select_box label {
  margin: 0;
}


.chara-select_area .chare-select_box label span {
  position: relative;
  display: inline-block;
}

.chara-select_area .chare-select_box label span:before{
  content:"";
  background: url(/assets2/feature/peanuts/pc/images/check_def.png) no-repeat 0 0;
  width: 49px;
  height: 44px;
  position: absolute;
  top: 15px;
  left: 19px;
  display: block;
}
.chara-select_area .chare-select_box input[type="checkbox"]:checked + span:before {
  background: url(/assets2/feature/peanuts/pc/images/check_on.png) no-repeat 0 0;
}




#footer-peanuts {
    background: transparent url(/assets2/feature/peanuts/images/bg_btm.png) repeat-x center top;
    padding-top: 104px;
    padding-bottom: 10px;
    margin-top: 100px;
}
#footer-peanuts .copy-peanuts {
  text-align: right;
  width: 1024px;
  margin: 0 auto;
}
#footer-peanuts .copy-peanuts small {
  width: 204px;
  display: inline-block;
}
#footer-peanuts .copyright {
  width: 100%;
  margin: 0 auto;
  float: none;
  border-top: #f00 2px solid;
  color:#000;
  font-size: 10px;
  font-size: 1.0rem;
  text-align: right;
  padding-top: 8px;
}
#footer-peanuts .copyright  small {
  width: 1024px;
  margin: 0 auto;
  display: block;
}


#container {
  position: relative;
}

.btn-fixed{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index:105;
    padding: 5px 0;
    background:rgba(255,255,255,.9);
}
.btn-fixed.fixed{
    position: fixed;
    bottom: 0;
}
.btn-fixed button {
  display: inline-block;

}


.visual_2nd {
  background: url(/assets2/feature/search/pc/images/main_2nd_bg.png) repeat 0 0;
  width: 100%;
  min-width: 1280px;
  height: 124px;
  border-bottom: #ECECEC 4px solid;
}
.visual_2nd .ttl {padding-left: 18px; margin-bottom: -42px;}
.result-area .title {
  text-align: center;
  font-size: 38px;
  font-weight: bold;
}
.result-cover {
  width: 1192px;
  display: table;
  word-spacing: -1em;
  margin-left: -12px;
  padding-top: 10px;
}

.psearch-result_box {
  width: 100%;
}
.psearch-result_box dt,
.psearch-result_box dd {
  float: left;
}
.psearch-result_box dt {
  width: 300px;
}
.psearch-result_box dt:after {
  content: url("/assets2/feature/search/pc/images/ttl_r_dots.png");
  float: right;
}
.psearch-result_box dd {
  width: calc(100% - 300px);
  padding-left: 30px;
  font-size: 30px;
  padding-top: 5px;
}





.result-box {
  display: inline-block;
  vertical-align: top;
  word-spacing: normal;
  width: 286px;
  margin-left: 12px;
  border-style: solid;
  border-width: 3px;
  padding-bottom: 20px;
  margin-top: 30px;
}
.result-box .photo {
display:table-cell;
width:100%;
vertical-align:middle;
}
.result-box .photo img {
 width:100%;
 height:auto;
}
.result-box .title-box {
  display: table;
  word-spacing: -1em;
  width: 62px;
  padding: 0;
  min-height: 0;
  height: 62px;
}
.result-box .title-box .year,
.result-box .title-box .title {
  display: table-cell;
  vertical-align: middle;
  word-spacing: normal;
}
.result-box .title-box .year {
  font-weight: bold;
  font-size: 22px;
  line-height: 1;
  text-align: center;
  width: 62px;
  color: #FFF;
}
.result-box .title-box .title {
  line-height: 1.2;
  font-size: 26px;
  padding-left: 20px;
  font-weight: normal;
  text-align: left;
}
.result-box .photo {
  text-align: center;
}
.result-box .button-box {
  zoom:1;
  padding: 0 24px;
  margin-top: 5px;
}
.result-box .button-box:after {
  content: "";
  display: block;
  clear: both;
}
.result-box .btn-pop {
  float: left;
  width: 60px;
}
.result-box .btn-cart {
  float: right;
  width: 60px;
}
.result-box.GRN {
  border-color: #22ad38;
}
.result-box.GRN .title-box .year {
  background: #22ad38;
}
.result-box.BLU {
  border-color: #00a1df;
}
.result-box.BLU .title-box .year {
  background: #00a1df;
}
.result-box.PNK {
  border-color: #eb79ac;
}
.result-box.PNK .title-box .year {
  background: #eb79ac;
}

#cboxLoadedContent {
  padding: 0;
  -webkit-border-radius: 8px;
          border-radius: 8px;
}
#cboxClose {
  width: 105px;
  height: 36px;
  background: url(/assets2/feature/peanuts/pc/images/btn_close.png) no-repeat 0 0;
    top: 13px;
    right: 14px;
}
.modal-cover .result-box {
  display: block;
  width: 100%;
  max-width: 760px;
  margin-left: 0;
  border: none;
  padding-bottom: 30px;
  margin-top: 0;
}
.modal-cover .result-box .title-box {
  display: table;
  word-spacing: -1em;
  width: 100%;
  padding: 0 150px 0 26px;
  min-height: 0;
  height: 62px;
  text-align: left;
}

.modal-cover .result-box.GRN .title-box {
  background: #22ad38;
}
.modal-cover .result-box.BLU .title-box  {
  background: #00a1df;
}
.modal-cover .result-box.PNK .title-box  {
  background: #eb79ac;
}
.modal-cover .result-box .title-box .year,
.modal-cover .result-box .title-box .title {
  vertical-align: middle;
}
.modal-cover .result-box .title-box .year {
  font-size: 26px;
  line-height: 1.2;
  text-align: left;
  white-space: nowrap;
}
.modal-cover .result-box .title-box .title {
  font-size: 26px;
  padding-left: 20px;
  font-weight: bold;
  color: #FFF;
  width: 100%;
}
.modal-cover .result-box .photo {
  text-align: center;
  margin: 15px 0;
display:block;
}
.modal-cover .result-box .photo img {
 width:450px;
}
.modal-cover .result-box .button-box {
  text-align: center;
}
.modal-cover .result-box .btn-cart {
  float: none;
  width: 400px;
  margin:  0 auto;

}
.modal-cover .result-box .btn-cart a {
  display: block;
  background: #f00;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 12px;
  font-size: 30px;
  line-height: 1.2;
}
.modal-cover .result-box .btn-cart a:hover {
  opacity: .7;
}

#loading {
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  text-align: center;
}

#loading .inner{
  background: #fff;
  width:  200px;
  height: 200px;
  padding:50px 0 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
}

#loading .progress{
  margin: 0 0 30px;
}

#loading .progress img{
  width: 100px;
}

#loading img.title {
  width: 100%;
}

.scroll-disable{
  overflow: hidden;
}

.btn-nav_area {
  width:1180px;
 margin:0 auto -50px;
 padding:0 0 70px 12px;
}
.btn-nav_area .btn-back {
 float:left;
}
.btn-nav_area .btn-back ~ .btn-back {
 float:right;
}
