@charset "UTF-8";

/*-------------------枠線消す用------------*/
.b1 {
    border: 0 !important;
  }

  #special-content.p_25 {
    padding-bottom: 0 !important;
  }

  @media screen and (max-width: 768px) {
    #contents {
      overflow: hidden;
    }
  }

  @media screen and (max-width: 767px) {
    .main-top {
      padding: 0 !important;
      margin: 0 !important;
    }

    .p_25 {
      padding: 0 !important;
    }

    #contents .container {
      padding-left: 0 !important;
      padding-right: 0 !important;
    }
  }

  /*-------------------枠線消す用------------*/

  .Box {
    max-width: 1500px;
    margin: 0 auto;
  }

  .topBtn {
    position: fixed;
    bottom: 5%;
    right: 3%;
    padding: 13px 10px;
    color: #fff;
    border: 1px solid #f7672b;
    border-radius: 100px;
    background-color: #f7672b;
    transition: .2s;
    cursor: pointer;
  }

  .topBtn:hover {
    background-color: #333;
    border: 1px solid #333;
  }

  a.allBtn {
    display: block;
    width: 60%;
    margin: 2% auto 0;
    padding: 10px;
    color: #ffff;
    border: 2px solid #f7672b;
    background-color: #f7672b;
    font-weight: bold;
    border-radius: 100px;
    transition: .2s;
  }

  a.allBtn:hover {
    color: #f7672b;
    background-color: #fff;
  }

  /* 背景 */
  .mainConBox {
    background-image: url(https://pics.xprice.co.jp/optim/feature/keirou/2023/img/back.png);
    background-attachment: fixed;
    background-size: contain;
    background-position-x: center;
    padding: 10px;
  }

  #sb-site-main {
    transform: unset;
  }

  /* ラッピングここから */
  .wrappingBox {
    background-image: url(https://pics.xprice.co.jp/optim/feature/keirou/2023/img/back_1.png);
    position: relative;
    padding: 30px 50px 50px;
  }

  .wrappingBack_main {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    padding: 30px;
    background-color: #fff;
    border-radius: 20px;
  }

  .wrappingtxt {
    font-size: 18px;
    padding: 0px 0 30px 0;
    font-weight: bold;
    color: #f7672b;
    text-shadow: 0 0 5px #fff;
  }

  .wrappingttl {
    font-size: 20px;
    color: #535353;
    font-weight: bold;
  }

  .wrappingBox a{
    display: inline-block;
  }

  .wrappingimg {
    margin: 0 auto;
    padding: 10px 0;
  }

  .wrappingcon {
    display: inline-block;
    margin: 0 0.5em;
    background: #222;
    border-radius: 1em;
    padding: 0.1em 2em;
    color: #fff;
    font-size: 85%;
  }

  .fa-gifts:before {
    content: "\f79c";
  }

  .wrappingimgBox img{
    transition: .2s;
  }

  .wrappingimgBox:hover {
    opacity: .8;
  }

  /* オススメギフト */
  .ichioshiBox {
    padding: 60px 0 0 0;
  }

  .conText {
    font-size: 25px;
    font-family: serif;
    color: #000000;
  }

  .subTtl {
    font-size: 35px;
    font-family: serif;
    color: #000000;
    display: inline-block;
    position: relative;
    max-width: calc(100% - 108px);
    min-width: 350px;
  }

  .shohinBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 1000px;
    margin: auto;
    padding: 2%;
    border-radius: 10px;
    background: url(img/back_2.jpg);
    background-repeat: repeat-y;
  }

  .shohinItem {
    width: 22%;
    margin: 0 1% 3%;
    padding: 1%;
    border-radius: 10px;
    background-color: #fff;
  }

  .shohinItem img {
	width: 100%;
  transition: .2s;
  }

  .shohinItem:hover {
    opacity: .8;
  }

  /* タイトルあしらい */
  .subTtl {
    font-size: 35px;
    font-family: serif;
    color: #000000;
    display: inline-block;
    position: relative;
    max-width: calc(100% - 108px);
    min-width: 200px;
    margin: 0 0 30px;
  }

  .subTtl::before,
  .subTtl::after {
    position: absolute;
    background-color: #ed841b;
    content: "";
    height: 15px;
    width: 15px;
    top: calc(50% - 7.5px);
  }

  .subTtl::before {
    left: -50px;
  }

  .subTtl::after {
    right: -50px;
  }

  .subTtl_no {
    font-size: 35px;
    font-family: serif;
    color: #000000;
    margin: auto;
    display: block !important;
  }

  p.subTtl_no {
    margin-bottom: 15px;
    font-size: 25px;
  }

    /*bxslider*/

    .search-item {
      transition: .3s;
    }

    .search-item:hover {
      opacity: .7;
    }

    .items__others {
      text-align: left;
    }

    .product-list ul li .txt-productname {
      line-height: 1.5 !important;
      margin: 10px 0 5px;
      font-weight: bold;
      color: #393939;
      font-size: 14px;
      height: 4.3em !important;
      overflow: hidden;
    }

    p.txt-productname>a {
      color: #393939;
    }

    .txt-price {
      font-size: 25px !important;
      color: #e60012;
    }

    .txt-price:first-letter {
      font-size: 70%;
      font-weight: bold;
    }

    .product-list p.txt-stock {
      font-size: 12px !important;
      font-weight: normal !important;
      height: unset !important;
      color: #393939 !important;
    }

    .product-list {
      border: none !important;
      max-width: 1200px !important;
      margin: 0 auto !important;
      height: auto !important;
    }

    .product-list ul {
      width: 100% !important;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      left: 0 !important;
      position: relative;
      min-height: 390px;
    }


    .bx-controls-direction {
      display: none;
    }

    .product-list ul li {
      height: auto !important;
      border: none !important;
      width: calc(25% - 10px) !important;
      padding: 5px !important;
      margin: 0 5px 15px;
      max-width: 290px;
      background: #fff;
      border-radius: 5px;
    }

    .product-list ul li img {
      max-width: 230px;
      max-height: 230px;
      width: 100%;
      height: auto;
      margin: auto;
    }

    .product-list .txt-stock {
      font-size: 12px;
    }

    .product-list ul li:hover {
      background: #fff;
    }

    .bx-wrapper {
      margin-bottom: 0 !important;
      background: unset !important;
    }


    .bx-wrapper .bx-viewport {
      height: auto !important;
    }

    a.img-link::after {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: transparent;
      opacity: 0;
      transition: .2s;
    }

    .product-list ul:empty::before {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      border: solid 4px;
      border-color: #999 #00000010 #00000010;
      animation-name: spin;
      animation-duration: 1s;
      animation-iteration-count: infinite;
      animation-timing-function: linear;
      position: absolute;
      left: calc(50% - 20px);
      top: 30px;
      content: "";
    }

    @keyframes spin {
      to {
        transform: rotate(360deg);
      }
    }

    @media (max-width:767px) {
      .product-list ul li {
        width: calc(50% - 10px) !important;
        max-width: 230px;
      }

      .txt-price {
        font-size: 20px !important;
      }
    }

  /* 価格 */
  .productName {
    margin-top: 5px;
    text-align: left;
    color: #595959;
    font-weight: bold;
  }

  .price {
    font-size: 30px;
    color: #ff1c00;
    text-align: right;
    font-family: Impact,'Oswald',Haettenschweiler,Franklin Gothic Bold,Charcoal,Helvetica Inserat,Bitstream Vera Sans Bold,Arial Black,sans-serif;
  }

  .zaiko {
    text-align: right;
    font-size: 13px;
    color: #00a686;
    font-weight: bold;
    padding: 7px 0 10px;
  }

  /* カテゴリーから探す */
  .cateTtl {
    font-size: 15px;
    padding-bottom: 15px;
  }

  .categoryBox {
    margin: 70px 0 0 0;
  }

  .categoryBtn {
    background-color: #f7672b;
    padding: 10px;
    color: #ffff;
    font-weight: bold;
    border-radius: 100px;
  }

  .cate_sBox {
    padding: 5px;
    background-color: #fff;
  }

  .cate_sBox img {
    width:100%;
    margin: 0 auto;
    padding: 15px;
  }

  .shohinsubBox {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 3%;
  }

  /* 価格帯で探す */
  .priceBox {
    width: 100%;
    max-width: 1000px;
    margin: 70px auto 0 auto;
  }

  .pricenavi {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto auto 25px;
    padding: 0 0 20px 0;
  }

  .pricenavi>div {
    width: 22%;
    margin: 5px;
  }

  .pricenavi>div>p {
    padding: 3%;
    font-weight: bold;
    color: #f7672b;
    border-radius: 100px;
    background-color: #ffe4d0;
    box-shadow: 0 2px 0px #f7672b;
    transition: .2s;
  }

  .pricenavi>div>p:hover {
    cursor: pointer;
    transform: translateY(2px);
    box-shadow: none;
  }

  .categoryTtl {
    color: #3c2f2a;
    font-weight: bold;
    margin: 2% 0;
    font-size: 30px;
    border-bottom: 3px solid #ffcda7;
  }

  .priceitemBox {
    padding: 30px 0 0 0;
    display: flex;
    flex-wrap: wrap;
  }

  /* CP */
  .boxGroup {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .cpBox {
    width: 100%;
    max-width: 1000px;
    margin: 70px auto 0 auto;
  }

  .coimgBox {
    width: 48%;
    margin: 0 1%;
  }

  .coimgBox img {
    width: 500px;
    height: auto;;
    max-width: 100%;
    margin: auto;
    transition: .2s;
  }

  .coimgBox:hover {
    opacity: .8;
  }

  .cptext {
    font-size: 15px;
    color: #000000;
    padding: 5px 0 5px 0;
  }

  /* 豆知識 */
  .knowledgeBox {
    margin: 70px 0 0 0;
  }

  .wd{
    width: 100%;
    max-width: 1000px;
    margin: auto;
    text-align: center;
    padding: 2% 0;
  }

  .sm_title{
    color: #3c2f2a;
    margin: 1% auto 3%;
  }

  .k_group {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 15px auto;
  }

  .text_group {
    width: 70%;
  }

  .k_que{
    font-size: 18px;
    color: #3c2f2a;
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: 3px dotted #3c2f2a;
    padding-left: 5px;
  }

  .k_ans{
    padding: 0 10px;
    line-height: 1.8;
  }

  .k_que, .k_ans{
  text-align: left
  }

  .k_group>img {
    width: 60%;
    height: auto;
    margin-bottom: 5%;
    padding: 15px;
  }

    div#featlist {
      width: 100%;
      max-width: 1000px;
      margin: auto;
    }

  @media screen and (max-width:991px) {
    .shohinItem {
      width: 48%;
    }

    .pricenavi>div {
      width: 45%;
    }

    .boxGroup {
      flex-direction: column;
    }

    .coimgBox {
      width: 100%;
    }

    .cateTtl {
      font-size: 13px;
    }

    .text_group {
      width: 100%;
    }

    .k_group>img {
      width: 100%;
    }
  }

  @media screen and (max-width:768px) {
    .topBtn {
      display: none !important;
    }

    .br-sp {
      display: none;
    }
  }

  @media screen and (max-width:480px) {
    /* 背景 */
    /* .mainConBox {
      background-image: url(https://pics.xprice.co.jp/optim/feature/keirou/2023/img/back_sp.png);
      background-attachment: unset;
    } */

    /* ラッピング */
    .wrappingBox {
      padding: 30px 10px 50px;
    }

    .wrappingBack_main {
      padding: 20px;
    }

    .wrappingtxt {
      font-size: 15px;
    }

    .wrappingttl {
      font-size: 18px;
    }

    .subwarText {
      font-size: 15px;
    }

    /* タイトル系 */
    .conText {
      font-size: 20px;
    }

    .subTtl {
      font-size: 30px;
    }

    .subTtl_no {
      font-size: 30px;
    }

    /* 価格別 */
    .conText {
      font-size: 20px;
    }

    /* CP */
    .coimgBox img {
      width: 90%;
    }
  }
