@charset "utf-8";

.content-lp-kodawari {
  padding-top: 60px;
}
.content-lp-kodawari .title {
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 15px;
  text-align: center;
}
.content-lp-kodawari .title strong {
  display: block;
  font-size: 200%;
}
.content-lp-kodawari .form-wrap {
  background: #333;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 20px;
  z-index: 2;
}
.content-lp-kodawari .form {
  padding-right: 60px;
}
.content-lp-kodawari .form input {
  border: none;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 10px;
  width: 100%;
}
.content-lp-kodawari .form a {
  background: #b69433;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  color: #fff;
  display: bold;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  width: 60px;
  height: 100%;
}
.content-lp-kodawari .form a:before {
  content: '\f002';
  display: block;
  font-family: 'FontAwesome';
  line-height: 30px;
  margin-top: -15px;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
}
.content-lp-kodawari .btns,
.content-lp-kodawari .information,
.content-lp-kodawari .loading,
.content-lp-kodawari .none {
  margin-top: 20px;
}
.content-lp-kodawari .list {
  margin-right: -5px;
  margin-left: -5px;
  padding-top: 10px;
}
.content-lp-kodawari .list li {
  float: left;
  padding-top: 10px;
  padding-right: 5px;
  padding-left: 5px;
  width: 20%;
}
.content-lp-kodawari .list .item {
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 10px;
  text-align: center;
}
.content-lp-kodawari .list .image-wrap {
  margin-right: auto;
  margin-left: auto;
  max-width: 100px;
}
.content-lp-kodawari .list .image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100%;
  width: 100%;
  height: 0;
}
.content-lp-kodawari .list .item-name {
  font-size: 55.56%;
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content-lp-kodawari .list .buy-price {
  color: #f2799a;
  font-family: "Noto Serif", serif;
  font-size: 66.67%;
  margin-top: 3px;
}
.content-lp-kodawari .list .buy-price span,
.content-lp-kodawari .list .buy-price strong {
  vertical-align: middle;
}
.content-lp-kodawari .list .buy-price strong {
  font-size: 125%;
}

.content-lp-kodawari .none {
  background: #eee;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 78%;
  padding: 20px;
  text-align: center;
}

#brand_page {
  margin-top: 5px;
  position: absolute;
  top: 100%;
  left: 0;
  text-align: left;
  width: 100%;
}
#brand_page .ui-menu {
  background: #fff;
  border: 1px solid #333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-top: 5px;
  overflow: auto !important;
  position: absolute;
  top: 100% !important;
  left: 0 !important;
  width: 100% !important;
  height: auto !important;
  max-height: 200px;
}
#brand_page .ui-menu-item {
  border-top: 1px solid #eee;
}
#brand_page .ui-menu-item:first-child {
  border-top: none;
}
#brand_page .ui-menu-item-wrapper {
  cursor: pointer;
  padding: 10px;
  width: 100% !important;
}
@media screen and (max-width: 779px) {
  .content-lp-kodawari {
    background: none;
    margin-right: 0;
    margin-left: 0;
    padding: 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .content-lp-kodawari .list li {
    width: 25%;
  }

  .content-lp-kodawari .list .image-wrap {
    max-width: 90px;
  }
  .content-lp-kodawari .list .item-name {
    font-size: 66.67%;
  }
  .content-lp-kodawari .list .buy-price {
    font-size: 80%;
  }
}
@media screen and (max-width: 640px) {
  .content-lp-kodawari .list {
    margin-right: 0;
    margin-left: 0;
  }
  .content-lp-kodawari .list li {
    float: none;
    padding: 0;
    width: auto;
  }
  .content-lp-kodawari .list .item {
    border-top: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-align: left;
    padding-left: 90px;
    min-height: 70px;
  }
  .content-lp-kodawari .list li:first-child .item {
    border-top: 1px solid #e0e0e0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
  }
  .content-lp-kodawari .list li:last-child .item {
    border-top: 1px solid #e0e0e0;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
  }
  .content-lp-kodawari .list .image-wrap {
    margin-top: -35px;
    position: absolute;
    top: 50%;
    left: 10px;
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 480px) {
  .content-lp-kodawari .title strong {
    font-size: 150%;
  }
  .content-lp-kodawari .list .item {
    padding-left: 80px;
    min-height: 60px;
  }
  .content-lp-kodawari .list .image-wrap {
    margin-top: -30px;
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 400px) {
  .content-lp-kodawari .title strong {
    font-size: 135%;
  }
}

.content-lp-kodawari.is-s .form-wrap {
  background-color: #fff;
  border: 1px solid #eee;
}

.content-lp-kodawari.is-s .title {
  color: inherit;
}

.content-lp-kodawari.is-s .title strong {
  color: #b69433;
  font-size: 150%;
}

.content-lp-kodawari.is-s  .form input {
  background-color: #eee;
  border: 1px solid #eee;
}

.brand_ttl_em + .content-lp-kodawari {
  padding-top: 60px !important;
}