@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(/assets2/feature/peanuts/pc/images/btn_close.png) no-repeat center center;
  -webkit-background-size: 30px auto;
       -o-background-size: 30px auto;
          background-size: 30px auto;
}

#footer-peanuts {
    background: transparent url(/assets2/feature/peanuts/images/bg_btm.png) repeat-x center top;
  -webkit-background-size: auto 60px;
       -o-background-size: auto 60px;
          background-size: auto 60px;
      padding-top: 70px;
      padding-bottom: 10px;
      margin-top: 30px;
}
#footer-peanuts .copy-peanuts {
    text-align: right;
}
#footer-peanuts .copy-peanuts small {
  width: 152px;
  display: inline-block;
}
#footer-peanuts .copyright {
  border-top: #f00 2px solid;
  margin: 0 -3%;
  color:#000;
  font-size: 10px;
  font-size: 1.0rem;
  text-align: right;
  padding-top: 8px;
}
#psearch {
  font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, メイリオ, Meiryo, sans-serif;
  padding: 0 3%;
  margin-bottom:30px;
}
.border {
    border: #ffd500 3px solid;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 0 3% 30px;
}
.psearch-select {
  margin-top: 60px;
}
.psearch-result {
  margin-top: 30px;
  padding-bottom: 15px;
}
.psearch-select .title,
.psearch-result .title {
  width: 100%;
  position: relative;
  text-align: center;
}
.psearch-select .title span,
.psearch-result .title span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
     -moz-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
       -o-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}

.psearch-select .title img {
  height: 50px;
  width: auto;
}
.psearch-result.border .title {
  margin-top: 0!important;
}
.psearch-result .title img {
  height: 24px;
  width: auto;
}

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

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

.psearch-result_box ~ .psearch-result_box {padding-top: 12px;margin-top: 12px;}
.select-box .subttl img{
  height: 30px;
  width: auto;
}

.select-box .check-box {
  display: table;
  width: 103%;
  word-spacing: -1em;
  margin-left: -3%;
}

.select-box .check-box label{
  display: inline-block;
  vertical-align: middle;
  word-spacing: normal;
  margin-top: 10px;
  margin-left: 3%;
}

.select-box.age-select .check-box label {
  width: 30.3%;
  min-height: 20px;
}
.select-box.week-select .check-box label span img {
  height: 40px;
}
.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: 30px;
}
.select-box .check-box label span:before{
  content:"";
  background: url(/assets2/feature/peanuts/pc/images/check_def.png) no-repeat 0 0;
  -webkit-background-size: 30px auto;
       -o-background-size: 30px auto;
          background-size: 30px auto;
  width: 30px;
  height: 32px;
  position: absolute;
  top: -2px;
  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;
  -webkit-background-size: 30px auto;
       -o-background-size: 30px auto;
          background-size: 30px auto;
  width: 30px;
  height: 32px;
}
.select-box .check-box label span img {
  height: 22px;
  width: auto;
}
.select-box .check-box label {}
.select-box .btn-search {margin:15px auto 0; display: block;}
.select-box .btn-search img {height: 48px; width: auto;}

.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: 30.3%;
  border: #000 1px solid;
  word-spacing: normal;
  margin-top: 20px;
  margin-left: 3%;
}
.chara-select_area .chare-select_box:nth-child(3n+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: 20px;
  height: 22px;
  position: absolute;
  top: 5px;
  left: 5px;
  display: block;
  -webkit-background-size: 100% auto;
       -o-background-size: 100% auto;
          background-size: 100% auto;
}
.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;
  -webkit-background-size: 100% auto;
       -o-background-size: 100% auto;
          background-size: 100% auto;
}

#container {
  position: relative;
    padding-bottom: 70px;
}

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

.visual_2nd {
  width: 100%;
  border-bottom: #ECECEC 4px solid;
}
.visual_2nd .inner {padding: 0!important;}
.result-area .title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-top: 15px;
}
.result-cover {
  width: 103%;
  padding-top: 10px;
  margin-left:-3%;
  display:table;
  word-spacing:-1em;
}
.result-box {
  width: 47%;
  margin-left:3%;
  border-style: solid;
  border-width: 3px;
  padding-bottom: 20px;
  margin-top: 10px;
  display:inline-block;
  vertical-align:top;
  word-spacing:normal;
}
.result-box .title-box {
  display: table;
  word-spacing: -1em;
  width: 100%;
  padding: 0;
  min-height: 0;
  height: 52px;
  margin: 0;
  table-layout: fixed;
}
.result-box .title-box:after {
  content: "";
  display: table-cell;
  width: 100%;
}
.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: 18px;
  line-height: 1;
  text-align: center;
  width: 52px;
  color: #FFF;
}
.result-box .title-box .title {
  line-height: 1.2;
  font-size: 18px;
  padding-left: 10px;
  font-weight: normal;
  text-align: left;
}
.result-box .photo {
  text-align: center;
  display: block;
  width: 100%;
  vertical-align: middle;
  padding:10px;
}
.result-box .photo img {
  width: 100%;
}
.result-box .button-box {
  zoom:1;
  padding: 0 5px;
  margin-top: 5px;
}
.result-box .button-box:after {
  content: "";
  display: block;
  clear: both;
}
.result-box .btn-pop {
  float: left;
  width: 35px;
}
.result-box .btn-cart {
  float: right;
  width: 40px;
}
.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: 0;
          border-radius: 0;
}
#cboxClose {
  width: 80px;
  height: 27px;
  background: url(/assets2/feature/peanuts/pc/images/btn_close.png) no-repeat 0 0;
  -webkit-background-size: 80px auto;
       -o-background-size: 80px auto;
          background-size: 80px auto;
    top: 17px;
    right: 10px;
}
#cboxContent {margin-top: 0;}
.modal-cover {
  width: 100%;
}
.modal-cover .result-box {
  display: block;
  width: 100%;
  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 15px;
  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;
  font-size: 16px;
}
.modal-cover .result-box .title-box .year {
  line-height: 1.2;
  text-align: left;
  white-space: nowrap;
}
.modal-cover .result-box .title-box .title {
  padding-left: .5em;
  font-weight: bold;
  color: #FFF;
  width: 100%;
}
.modal-cover .result-box .photo {
  text-align: center;
  margin: 10px 0;
}
.modal-cover .result-box .button-box {
  text-align: center;
}
.modal-cover .result-box .btn-cart {
  float: none;
  width: 90%;
  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: 24px;
  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:  100px;
  height: 100px;
  padding: 25px 0 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
}

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

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

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


.psearch-result_box {
  width: 100%;
  position: relative;
  margin-top: 20px;
}
.psearch-result_box dt img {
  height: 30px;
  width: auto;
}
.psearch-result_box dt {
  width: 100px;
  position: absolute;
  left: 0;
  top: 2px;
}

.psearch-result_box ~ .psearch-result_box dt {
  top: 14px;
  }

.psearch-result_box dd {
  font-size: 18px;
  padding-top: 5px;
  padding-left: 100px;
}
.psearch-result_box.chara dt{
  position: static;
}

.psearch-result_box.chara dd{
  padding-left: 0;
}

body.utme-app-wv header {
  display: none;
}

body.utme-app-wv #container {
  padding-top: 0;
}

body.utme-app-wv .sub_header {
  display: none;
}

body.utme-app-wv footer {
  display: none;
}


.btn-nav_area {
  margin:15px 3% 0;
}
.btn-nav_area .btn-back {
}
.btn-nav_area .btn-back ~ .btn-back {
 margin-top:5px;
}
.btn-nav_area .btn-back img {
 height:14px;
 width:auto;
}
.btn-nav_area .btn-back ~ .btn-back img {
 height:18px;
  margin-left:3px;
}
