@charset "utf-8";
.catalogInfo h2 {
  font-size: 125%;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 0 10px 0;
}
.dCompany {
  font-size: 105%;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 0 15px 0;
}
.dCompany a {
  color: #333333;
}
.box .left {
  float: left;
  width: 250px;
    min-height: 390px;
}
.box .left img {
  border: 1px solid #cccccc;
  margin: 0 0 15px 0;
  /*width: 100%;*/
}
.box .left button {
  width: 100%;
}
.box .left input {
  border: none;
}
.box .left input[type="image"] {
  border: 1px solid #cccccc;
  margin: 0 0 15px 0;
 
  border-radius: 0;
  width: 250px;
    height: 348px;
}
.box .right {
  padding: 0 0 0 275px;
  width: auto;
}
.cinfo {
  margin: 15px 0;
  line-height: 1.4;
  float: left;
  /*width: 55%;*/
  width: 510px;
}
.cinfo .catchcopy {
  font-weight: bold;
  margin-bottom: 5px;
}
.tags {
  margin: 15px 0;
  /*float: right;
  width: 43%;*/
}
.tags .tagsInner {
  padding: 10px;
  border: 1px dotted #cccccc;
  width: 1160px;
  margin: 0 auto;
}
.btnWrap, .btnWrap_3col {
  margin: 15px 0 0 0;
}
.btnWrap form {
  display: inline;
}
.btnWrap_3col form {
  display: inline;
  float: left;
  width: 32%;
  margin-right: 2%;
}
.btnWrap_3col form .btn {
  width: 100%;
}
.btnWrap_3col form .btnRed {
  padding: 19px 0;
}
.btnLine01 {
  display: inline-block;
  font-size: 100%;
  font-weight: normal;
  padding: 20px 0;
  width: 49%;
}
.btnWrap_3col .btnLine01 {
  width: 32%;
}
.btnWrap_3col form .btnLine01 {
  width: 100%;
}
.catalogInfo .btnLine01 {
  padding: 20px 0;
}
.catalogInfo .seikyu:hover {
  background: #e7720a;
  background: -moz-linear-gradient(left, #e7720a 0%, #dd9b45 100%);
  background: -webkit-linear-gradient(left, #e7720a 0%, #dd9b45 100%);
  background: linear-gradient(to right, #e7720a 0%, #dd9b45 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7720a', endColorstr='#dd9b45', GradientType=1);
  border: 1px solid #dd9b45;
  color: #ffffff !important;
}
.added .seikyu, .added .seikyu:hover {
  background: #cccccc !important;
  border: 1px solid #cccccc !important;
  color: #666666 !important;
}
.catalogInfo .mitsumori {
  float: left;
}
.recommend {
  background: #f4f4f4;
  margin: 0;
  padding: 40px 0 20px 0;
}
.sns {
  margin-bottom: 5px;
}
.hideCheckBox {
  display: none;
}
.detail_sp {
  display: none;
}
/* ギャラリー（正方形） */
.thumbLi {
  display: flex;
  flex-wrap: wrap;
}
.thumbLi li {
  /*border: solid 10px #FFF !important;*/
  box-sizing: border-box !important;
  /*margin: 0 !important;*/
  margin: 20px 20px 0 0px !important;
  padding-bottom: 32% !important;
  position: relative !important;
  width: calc(33.8% - 20px) !important;
}
.thumbLi li:nth-child(3n) {
  /*border: solid 10px #FFF !important;*/
  box-sizing: border-box !important;
  /*margin: 0 !important;*/
  margin: 20px 0 0 0px !important;
  padding-bottom: 32% !important;
  position: relative !important;
   width: calc(33.8% - 20px) !important;
}
.thumbLi li a img {
  height: 100% !important;
  left: 0 !important;
  object-fit: cover;
  position: absolute !important;
  top: 0 !important;
  -webkit-transform: none !important;
  transform: none !important;
  width: 100% !important;
}
/* ギャラリーもっと見るボタン */
.moreGalleryLi {
  display: none;
}
#moreGalleryBtn {
  background: #333333;
  border-radius: 100px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin: 20px auto;
  padding: 10px;
  text-align: center;
  width: 180px;
}
.gallery {
  position: relative;
  width: auto;
}
.moreGalleryWrap {
  /*background: linear-gradient( to bottom, rgba(243, 243, 243, 0) 0%, rgba(243, 243, 243, 1) 60% );*/
}
/* お気に入りポップアップ */
.btnMore {
  margin: 0 auto 20px auto;
  width: 200px;
}
.favMsgBg {
  background: #000000;
  display: none;
  height: 100%;
  opacity: .9;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9000;
}
.favMsgBox {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.1);
  display: none;
  left: 50%;
  position: fixed;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  z-index: 9001;
}
.modalNavbar {
  background: #ececec;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom: 1px solid #cccccc;
  height: 44px;
}
.modalTitle {
  float: left;
  font-weight: bold;
  font-size: 110%;
  line-height: 44px;
  padding: 0 0 0 10px;
}
.modalClose {
  border: 1px solid #cccccc;
  border-radius: 8px;
  cursor: pointer;
  float: right;
  font-weight: bold;
  font-size: 92%;
  margin: 6px 6px 0 0;
  padding: 6px 12px;
}
.modalInner {
  padding: 20px;
}
.members {
  margin: 25px 0;
}
.members .title {
  color: #cc0000;
  font-weight: bold;
  margin-bottom: 5px;
  text-align: center;
}
.members .info {
  font-size: 84%;
  margin-bottom: 15px;
  text-align: center;
}
.nomembers {
  border: 1px solid #cccccc;
  border-radius: 8px;
  padding: 15px;
}
.nomembers .title {
  font-weight: bold;
  margin-bottom: 5px;
  text-align: center;
}
.nomembers .info {
  font-size: 84%;
  margin-bottom: 15px;
  text-align: center;
}
.btnRed {
  width: 320px;
}
.btnGray {
  -webkit-appearance: none;
  appearance: none;
  background: #515151;
  border: none;
  border-radius: 4px;
  box-sizing: border-box;
  color: #ffffff !important;
  display: block;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  text-decoration: none !important;
  width: 320px;
}
.btnWrap, .btnWrap_3col {
  margin: 30px 0 0 0;
}
.favoriteBtnWrap {
  text-align: center;
}
.favorite {
  margin: 0 0 60px 0;
}
.favoriteBtn, .favoriteDelBtn, .favoriteBtn-Nomember {
  background: none;
  border: none;
  border-radius: 100px;
  color: #333333;
  cursor: pointer;
  margin-top: -10px;
  text-align: center;
  width: 75% !important;
}
.added {
  background: none;
  border: none;
  border-radius: 6px;
  color: #333333;
}
.show {
  display: inline-block;
}
.hide {
  display: none;
}
.favoriteBtnWrap img {
  border: none !important;
  margin: 0 !important;
  vertical-align: middle;
}
.favBtnImage {
    width: 175px;
    height: 31px;
}
.tags .tagsInner {
  border: none;
}
.iconHelp {
    width: 18px !important;
    height: 18px;
}
.pcTitle {
    display: block;
}
.spTitle {
    display: none;
}
@media screen and (max-width:1400px) {
  .tags .tagsInner {
    width: auto;
  }
  .tags {
    width: auto;
    padding: 0 20px;
  }
}
@media screen and (max-width:1080px) {
  .cinfo {
    width: 100%;
  }
}
@media screen and (max-width:769px) {
    
    
    
    .box .left input[type="image"]  {
        width: 250px;
        height: 348px;
    }    
    
    
  .catalogInfo h2 {
    font-size: 110%;
  }
    h2.title01 {
        margin: 0 0 10px 0;
    }
  .dCompany {
    font-size: 94%;
  }
  .catalogInfo .btnLine01 {
    font-size: 92%;
    padding: 15px 0px;
  }
  .btnWrap_3col form .btnRed {
    padding: 14px 0;
  }
  section.gallery {
    margin-bottom: 5px;
  }
  /* ギャラリー（正方形） */
  /*.thumbLi li {
    border: solid 10px #FFF !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    padding-bottom: 29% !important;
    position: relative !important;
    width: 33% !important;
  }*/
    
.iconHelp {
    width: 18px !important;
}
    .thumbLi {
        margin: 0 -20px;
    }
.thumbLi li {
  /*border: solid 10px #FFF !important;*/
  box-sizing: border-box !important;
  /*margin: 0 !important;*/
  margin: 1px 1px 0 0px !important;
  padding-bottom: 33.3333% !important;
  position: relative !important;
  width: calc(33.3333% - 1px) !important;
}
.thumbLi li:nth-child(3n) {
  /*border: solid 10px #FFF !important;*/
  box-sizing: border-box !important;
  /*margin: 0 !important;*/
  margin: 1px 0 0 0px !important;
  padding-bottom: 33.3333% !important;
  position: relative !important;
   width: calc(33.3333% - 1px) !important;
}
    
    
    
    
  /* お気に入り */
  .favMsgBox {
    margin: 0 10px 0 0;
    width: 85%;
  }
  .btnRed, .btnGray {
    width: 230px;
  }
   /*.help {display: block; margin: -5px 0 40px 0;}*/
    .help .sp {
        display: inline-block !important;
        font-size: 78%;
        color: #333333;
        padding: 0 0 0 5px;
    }
}
@media screen and (max-width:670px) {
 .spTitle {
        display: block;
    }
    .spTitle-t {
        margin: 30px 0 5px 0 !important;
    }
    .spTitle-b {
        margin: 0 0 30px 0;
    }
    .pcTitle {
        display: none;
    }
    .favoriteBtn, .favoriteDelBtn, .favoriteBtn-Nomember {
  background: none;
  border: none;
  border-radius: 100px;
  color: #333333;
  cursor: pointer;
  margin-top: -10px;
  text-align: center;
  width: 75% !important;
}    
    .help {
        margin: 0 0 0 5px;
    }
  section {
    margin: 0 0 50px 0;
  }
  .box .left {
    float: none;
    margin: auto auto 10px auto;
      min-height: 300px;
  }
  .box .left button {
    padding: 15px 0px;
  }
  .box .right {
    padding: 0;
  }
  .btnWrap {
    text-align: center;
  }
  .btnLine01 {
    margin: 0 0 10px 0;
    padding: 8px;
    width: 49%;
  }
  .catalogInfo .seikyu {
    float: left;
  }
  .btnWrap:after, .btnWrap_3col:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden
  }
  .btnWrap_3col form .btnRed {
    margin: 0 0 10px 0;
  }
  .btnWrap_3col form {
    width: 100%;
  }
  .btnWrap_3col .btnLine01 {
    width: 100%;
  }
  .detail_sp {
    display: block;
  }
  .detail_pc {
    display: none;
  }
}




@media screen and (max-width:470px) {
.favoriteBtn, .favoriteDelBtn, .favoriteBtn-Nomember {
  background: none;
  border: none;
  border-radius: 100px;
  color: #333333;
  cursor: pointer;
  margin-top: -10px;
  text-align: center;
  width: inherit!important;
} 
.thumbLi li {
  /*border: solid 10px #FFF !important;*/
  box-sizing: border-box !important;
  /*margin: 0 !important;*/
  margin: 1px 1px 0 0px !important;
  padding-bottom: 33.3333% !important;
  position: relative !important;
  width: calc(33.3333% - 1px) !important;
}
.thumbLi li:nth-child(3n) {
  /*border: solid 10px #FFF !important;*/
  box-sizing: border-box !important;
  /*margin: 0 !important;*/
  margin: 1px 0 0 0px !important;
  padding-bottom: 33.3333% !important;
  position: relative !important;
   width: calc(33.3333% - 1px) !important;
}
}


@media screen and (max-width:470px) {
  .btnLine01 {
    width: 100%;
  }
  .box .left {
    text-align: center;
    width: 100%;
  }
  .box .left img, .box .left input[type="image"] {
    /*width: 185px;*/
    width: 185px;

  }
    
    .favBtnImage {
        width: 185px;
        height: 32px;
    }
    
    .box .left input[type="image"]  {
        width: 185px;
        height: 257px;
    }
    .favoriteBtn-Nomember {
       /*height:32px;*/
    }
  .box .left form {
    text-align: center;
  }
  .btnWrap, .btnWrap_3col {
    margin: 10px 0 0 0;
  }
  .catalogInfo .mitsumori {
    float: none;
  }
}
@media screen and (max-width:320px) {
  .favMsgBox {
    width: 85%;
    margin: 0 10px 0 0;
  }
  .btnRed, .btnGray {
    width: 180px;
  }
}