@charset "UTF-8";
html {
  overflow-x: hidden;
}

body {
  font-family: "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "Hiragino Kaku Gothic Pro",
 "繝｡繧､繝ｪ繧ｪ", Meiryo, Osaka, "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", "MS PGothic",
 sans-serif;
}
body a,
body p,
body span,
body h3,
body h5,
body td,
body th
{
  font-family: 'Hiragino';
}
body a,
body p,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body dl,
body ol,
body ul,
body pre {
  margin: 0;
}
a{
  transition: all 0.3s;
}
.container_s1{
  max-width:980px;
}
body a:hover {
  text-decoration: none;
  color: white;
}
.top-banner{
  position: relative;
}
.top-banner img {
  width: 100%;
}
img {
  width: initial;
}
div img{
  width: initial;
}
.d-flex{
  display: flex;
}
.d-none{
  display: none;
}
.justify-content-center{
  justify-content: center;
}
.concept-box{
  padding: 30px 0 80px;
}
.status-man-before .tabs-ct{
  border-bottom: 1px solid #e5e5e5;
}
.status-man-before .tabs-ct li{
  margin: 0 7px;
  width: calc(100%/3);
}
.status-man-before .tabs-ct .tabs-a-ct{
  border-radius: 0;
  font-size: 18px;
  font-weight: 700;
  color: #2e2e2e;
  background-color: #f2f2f2;
  height: 70px;
}
.status-man-before .tabs-ct a.active .tabs-a-ct{
  border: 1px solid #e5e5e5;
  position: relative;
}
.status-man-before .tabs-ct a.active .tabs-a-ct:after {
  content: '';
  background-color: #fff;
  width: 100%;
  position: absolute;
  height: 5px;
  bottom: -2px;
}
.bg-gray{
  background-color: #ececec;
}
.before-loop-wrapper{
  padding: 11px 10px;
  margin-top: 25px;
}
.before-loop-wrapper a:hover{
  color: #0095c6;
}
.filter-cura{
  align-items: center;
}
.filter-cura .sortprice select{
  border: navajowhite;
  background: transparent;
  appearance: none;
  width: 60px;
  font-size: 12px;
  outline: none;
  cursor: pointer;
  padding: 0 5px;
}
.filter-cura .fillmore select{
  appearance: none;
  width: 166px;
  font-size: 12px;
  outline: none;
  cursor: pointer;
  padding: 10px 20px 10px 15px;
}
.filter-cura .sortprice .custom-select,
.filter-cura .fillmore .custom-select{
  position: relative;
}
.filter-cura .sortprice .custom-select:after{
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #d61518;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.filter-cura .fillmore .custom-select:after{
  content: '';
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #fff;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.filter-cura .fillmore .custom-select:before {
  position: absolute;
  right: 0;
  top: 0;
  content: '';
  background-color: #686868;
  width: 20px;
  height: 100%;
  pointer-events: none;
}
.filter-cura li{
  margin: 0 5px;
}

.concept-wrap * {
  box-sizing: border-box;
}

.concept-item{
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
  margin-left: -20px;
  margin-right: -20px;
}

.concept-item .item {
  width: calc(100% /3);
  padding-left: 20px;
  padding-right: 20px;
}

.c-product-item .item {
  width: calc(100% /3);
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 40px;
}
.concept-item .item-conp{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 10px;
  border: 2px solid #d8d8d8;
  transition: all 0.3s;
  position: relative;

}
.concept-item .item-conp:nth-child(3n){
  margin-right: 0;
}
.concept-item .item-conp .thumbnail{
  position: relative;
  max-height: 76px;
}
.concept-item .item-conp .thumbnail img{
  width: 100%;
  height: 76px;
  object-fit: contain;
}
.concept-item .item-conp .thumbnail .meta{
  position: absolute;
  right: 3px;
  bottom: 5px;
  background-color: #FFFFFFCD;
  border: 1px solid #000;
  padding: 5px 12px;
  font-size: 13px;
}
.concept-item .item-conp .thumbnail .meta:hover{
  background-color: #000;
}
.btn-working img{
  width: 100%;
}
.item-conp .feature{
  padding-top: 15px;
}
.item-conp{
  margin-bottom: 37px;
}
.item-conp .info{
  margin-bottom: 15px;
  font-size: 14px;
  color: #818181;
}
.item-conp .info h4{
  margin-bottom: 10px;
}
.item-conp .info a,
.item-pr-c .info a{
  color: #818181;
  border-bottom: 1px solid;
}
.item-conp .info a:hover,
.item-pr-c .info a:hover{
  border-bottom: 1px solid transparent;
}
.item-conp .comment{
  color:#2e2e2e;
  font-size: 16px;
}
.item-conp .comment p{
  line-height: 1.25;
  font-weight: 700;
}
.item-conp .btn-social{
  display: flex;
  align-items: center;
}
.item-conp .btn-social .btn:not(:last-child){
 margin-right: 5px;
}
.pagination{
  padding: 20px 0;
}
.pagination ul{
    text-align: center;
}
.pagination ul li{
    display: inline-block;
}
.pagination ul li .page-numbers{
  height: 30px;
  line-height: 30px;
  background-color: #fff;
  font-size: 12px;
  display: inline-block;
  padding: 0 12px;
  border-radius: 3px;
  color: #0095c6;
  font-weight: 700;
}
.pagination ul li .page-numbers.current,
.pagination ul li .page-numbers:hover{
  color: #2c2c2c;
}
.form-concept{
  max-width: 680px;
  margin: 0 auto;
  margin-top: 0px;
}
.form-concept tr:not(:last-child){
  border-bottom:2px solid #cecece;
}
.form-concept tr td,
.form-concept tr td input::placeholder,
.form-concept tr td textarea::placeholder,
.form-concept dt,
.form-concept dt input::placeholder,
.form-concept dt textarea::placeholder{
  color: #000;
}

.form-concept tr td input::placeholder,
.form-concept dt input::placeholder{
  color: #d8d8d8!important;
}
.form-concept tr th{
  width: 18%;
  font-weight: 900;
  color: #000;
  padding: 23px 5px;
}
.form-concept dd{
  font-weight: 900;
  padding: 20px 0 10px;
}
.form-concept dt{
   padding: 5px 0 20px;
}
.form-concept dt:not(:last-child){
  border-bottom: 2px solid #cecece
}
.form-concept tr td{
  padding: 23px 0px;
}
.form-concept tr td textarea,
.form-concept dt textarea{
  width: 100%;
  border: 2px solid #d8d8d8;
  text-align: center;
  overflow-y: auto;
  resize: none;
}
.form-concept tr td textarea::placeholderr{
  height: 158px;
  transform: translateY(120px);
}
.form-concept dt textarea::placeholder{
  height: 150px;
  transform: translateY(80px);
}
.form-concept tr td textarea::-webkit-scrollbar,
.form-concept dt textarea::-webkit-scrollbar{
  width: 15px;
  background-color: #fff;
}
.form-concept tr td textarea::-webkit-scrollbar-track,
.form-concept dt textarea::-webkit-scrollbar-track{
  -webkit-box-shadow: inset 6px 6px 6px 6px #f1f0ea;
  border-radius: 10px;
}
.form-concept tr td textarea::-webkit-scrollbar-thumb,
.form-concept dt textarea::-webkit-scrollbar-thumb{
  border-radius: 10px;
  border: 4px solid #f1f0ea;
  background-color: #cccccc;
}
.form-concept tr td .file-input,
.form-concept dt .file-input{
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.form-concept tr td .custom-file label,
.form-concept dt .custom-file label{
  border-radius: 5px;
  background-color: #0097c8;
  box-shadow: 0px 3px 0px 0px #2176a2;
  color: #fff;
  padding: 10px 15px;
  display: inline-flex;
  cursor: pointer;
  margin-bottom: 10px;
}
.form-concept .custom-file .image{
  max-width: 250px;
  width: 100%;
  height: 150px;
  flex-shrink: 0;
  position: relative;
}
.form-concept .custom-file img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.form-concept tr td input[type="text"],
.form-concept dt input[type="text"]{
  width: 100%;
  height: 44px;
  padding: 0 12px;
  border: 2px solid #d8d8d8;
  border-radius: 7px;
}
.form-concept .dec{
  color: #fff;
  padding: 2px 8px;
  background: #e00014;
  font-size: 12px;
  border-radius: 4px;
  line-height: 2;
}
.form-concept dd p{
  display: inline;
  vertical-align: middle;
}
.form-concept dd .dec{
  display: inline;
  margin-left: 5px;
}
.form-concept dt .des{
  font-size: 14px;
}
.submit-check{
  border-radius: 5px;
  background-color: #e61e02;
  box-shadow: 0px 3px 0px 0px #a22121;
  color: #fff;
  padding: 10px 15px;
  display: inline-flex;
  cursor: pointer;
  justify-content: center;
  width: 263px;
  border: none;
  font-weight: 900;
}
.submit-check:hover{
  color: #000;
}
label{
  position: relative;
}
.form-concept input[type="checkbox"]{
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 10px;
  width: 10px;
}
.form-concept .checkmark{
  position: absolute;
  top: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  border-radius: 3px;
  border: 2px solid #d8d8d8;
  cursor: pointer;
  transform: translateY(-50%);
}
.form-concept .list-checkbox{
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.form-concept .custom-check{
  padding-left: 30px;
}

.form-concept .list-checkbox label{
  align-items: center;
  display: flex;
  margin-bottom: 20px;
  cursor: pointer;
}
.form-concept-sp .list-custom-check{
  display: flex;
  flex-wrap: wrap;
}
.form-concept-sp .list-custom-check label{
  width: 50%;
  align-items: center;
  display: flex;
  margin-bottom: 5px;
}
.form-concept-sp .list-custom-check input{
  margin-top: 0;
  margin-right: 5px;
}
.form-concept-sp .list-custom-check .custom-check{
  width: 46%;
  display: inline-block;
  margin-bottom: 28px;
}
.form-concept .custom-check:not(:last-child){
  margin-right: 5px;
}
.form-concept .checkmark:after{
  content:"";
  position:absolute;
}
.form-concept .checkmark:after{
  top: 45%;
  left: 50%;
  width: 4px;
  height: 8px;
  border-style: solid;
  border-color: #d8d8d8;
  border-width: 0 3px 3px 0;
  transform: translate(-50%,-50%) rotate(45deg);
  display: block;
}
.form-concept input:checked ~ .checkmark:after{
  border-color: #ff0000;
}
.concept-item-details.concept-item .item-conp-details{
  width: 100%;
  display: flex;
  margin-bottom: 20px;
}
.item-conp-details .btn-working .btn:not(:last-child){
  margin-right: 12px;
}
.item-conp-details .btn-working .btn{
  max-width: 265px;
}
.item-conp-details .btn-working img{
  width: initial;
}
.item-conp-details .feature{
  width: 70%;
  padding-left: 20px;
  padding-top: 0;
}
.c-product-item {
  display: flex;
  margin-top: 25px;
  flex-wrap: wrap;
  border-bottom: 1px solid #d8d8d8;
  margin-left: -20px;
  margin-right: -20px;
}
.c-product-item .item-pr-c{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.3s;
  position: relative;
}
.c-product-item .item-pr-c:nth-child(3n){
  margin-right: 0;
}
.item-pr-c .thumbnail{
  position: relative;
}
.item-pr-c .thumbnail img{
  width: 100%;
}
.item-pr-c .thumbnail .meta-wishlist{
  position: absolute;
  right: 15px;
  top: 15px;
  color: #e61e02;
}
.item-pr-c .thumbnail .image i{
  cursor: pointer;
  font-size: 30px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.item-pr-c .thumbnail:hover .image i{
  color: #e61e02;
}
.item-pr-c .feature{
  padding-top: 15px;
}
.item-pr-c .info{
  color: #818181;
  font-size: 14px;
  margin-bottom: 8px;
}
.item-pr-c .btn-social{
  margin-bottom: 15px;
}
.item-pr-c .info h4{
  margin-bottom: 2px;
}
.item-pr-c .info a{
  line-height: 1.5;
}
.btn-list-blue{
  border-radius: 5px;
  background-color: #0097c8;
  box-shadow: 0px 3px 0px 0px #2176a2;
  color: #fff !important;
  cursor: pointer;
  width: 265px;
  text-align: center;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  font-weight: 900;
}
.btn-list-blue:link{
  color: #fff;
}
.btn-list-blue:hover{
  color: #333 !important;
}
.btn-shadow{
  border-radius: 5px;
  background-color: #e1e1e1;
  box-shadow: 0px 3px 0px 0px #c8c8c8;
  color: #fff !important;
  cursor: pointer;
  width: 100%;
  text-align: center;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  font-weight: 900;
}
.btn-working a.btn:not(:last-child){
  margin-bottom: 7px;
}
.btn-blue{
  background-color: #0097c8;
  box-shadow: 0px 3px 0px 0px #2176a2;
}
.btn-red{
  background-color: #e61e02;
  box-shadow: 0px 3px 0px 0px #a22121;
}
.color-grey{
  color: #595959 !important;
}
@media (min-width: 1200px) {
  .form-concept{
    margin-top: 60px;
  }
  .item-pr-c .thumbnail{
    border: 2px solid #d8d8d8;
  }
  .item-conp-details .btn-social{
    position: absolute;
    right: -10px;
    top: 15px;
  }
  .c-product-item .item-pr-c{

  }
  .concept-item .item-conp{
    padding: 15px;
  }
  .status-man-before .tabs-ct li{
    width: calc(100%/4);
  }
  .filter-cura .sortprice select{
    font-size: 16px;
    width: 70px;
  }
  .filter-cura .fillmore select{
    font-size: 16px;
  }
  .filter-cura li{
    margin: 0 11px;
  }
  .concept-item .item-conp .thumbnail{
    max-height: 151px;
  }
  .concept-item .item-conp .thumbnail img{
    height: 151px;
  }
  .btn-shadow{
    max-width: 290px;
  }
  .pagination ul li .page-numbers{
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding: 0 16px;
  }
  .item-conp .comment{;
    margin-bottom: 8px;
  }
  .item-conp .btn-social{
    margin-bottom: 16px;
  }
}
@media (max-width: 1199px){
  .item-pr-c .thumbnail .image i {
    font-size: 22px;
    bottom: 0px;
    right: -2px;
  }
  .item-pr-c .thumbnail .meta-wishlist{
    right: -2px;
    top: -6px;
  }
  .item-pr-c{
    border: 2px solid #d8d8d8;
    padding: 15px 10px;
  }
  .concept-item .item-conp .thumbnail .meta{
    font-size: 10px;
  }
  .concept-item-details .item-conp-details{
    flex-direction: column;
  }
  .item-conp-details .feature{
    width: 100%;
    padding-left: 0;
  }
  .concept-item-details .item-conp .thumbnail {
    max-height: 178px;
    margin-bottom: 10px;
  }
  .concept-item-details .item-conp .thumbnail img{
    height: 178px;
  }
  .tab_content{
    border: none;
  }
  .filter-cura,
  .item-conp .info,
  .item-pr-c .info{
    font-size: 12px;
  }
  .item-conp .comment{
    font-size: 14px;
  }
  .item-conp-details .btn-working{
    display: flex;
  }
  .item-conp-details .btn-working .btn{
    width: 50%;
  }
}
@media (max-width: 480px){
  .btn-shadow{
    font-size: 9px;
    height: 35px;
    line-height: 35px;
  }
  .btn-working a.btn:not(:last-child){
    margin-bottom: 0;
  }
  .status-man-before .tabs-ct .tabs-a-ct{
    height: 55px;
  }
  .concept-item .item-conp .thumbnail .meta{
    padding: 4px 8px;
  }
}

@media (max-width: 991px) {
  .concept-item {
    margin-right: -4px;
    margin-left: -4px;
  }

  .concept-item .item {
    width: 50%;
    padding-left: 4px;
    padding-right: 4px;
  }
  .concept-item .item-conp {
    width: 100%;
    margin-bottom: 8px;
  }

  .c-product-item {
    margin-right: -4px;
    margin-left: -4px;
  }

  .c-product-item .item {
    width: 50%;
    padding-left: 4px;
    padding-right: 4px;
    margin-bottom: 20px;
  }
  .c-product-item .item-pr-c {
    height: 100%;
    width: 100%;
    margin-bottom: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .item .item-pr-c .feature {
    padding-top: 15px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  .item .item-pr-c .info {
    flex: 1;
  }
  .fav-btn {
    display: inline-block;
    vertical-align: top;
    width: 55px;
    height: 52px;
    font-size: 12px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    line-height: 52px;
    margin-right: 5px;
    border: 2px solid #efefef;
    background-image: url("../img/fav.png");
    background-position: 50%;
    background-repeat: no-repeat;
    text-indent: -9999px;
  }
  .filter-cura .fillmore select{
    width: 140px;
  }
}
