@media (max-width: 768px) {
  body {
    font-size: 1em;
  }

  #main {
    width: 100% !important;
    margin: 0 auto;
    background-position: 0 3.5rem;
    -webkit-background-size: 100%;
    background-size: 100%;
  }
  #main .contents-wrap {
    margin: 0;
  }

  #header {
    height: auto;
    padding: 0 0 2% 0;
  }
  #header h1 {
    width: 40%;
    margin: 2% 0 0 2%;
  }
  #header .tel {
    margin: 2% 2% 0 0;
  }

  .set-summary {
    margin-bottom: 0;
  }

  .set-summary-title {
    margin-bottom: 1rem;
  }

  #buy {
    margin: 30px 0;
  }

  .table-container {
    width: 96%;
    margin-right: auto;
    margin-left: auto;
  }

  .carriage-table, .contact-container {
    width: 96%;
    float: none;
    margin: 0 auto;
  }

  .product-detail .col.col-5.left {
    width: 100%;
    float: none;
  }
  .product-detail .col.col-7.right {
    width: 100%;
    float: none;
  }

  #buy .order-body, #buy .gift-body {
    padding-bottom: 20px;
  }

  #sou table {
    width: 100%;
    table-layout: fixed;
  }
  #sou table tbody {
    width: inherit;
  }

  #buy .pay-body {
    padding-bottom: 20px;
  }

  .full-width {
    width: 100%;
  }

  .half-width {
    width: 50%;
  }

  .txt {
    margin: 30px;
  }

  .is-sp-show {
    display: table !important;
  }

  .is-sp-hide {
    display: none !important;
  }
}
@media (max-width: 480px) {
  #header {
    padding: 0;
  }
  #header #logo {
    width: 50%;
    padding: 0;
    float: none;
    text-align: center;
    width: auto;
    margin-left: 2%;
  }
  #header #tel {
    padding-right: 0;
    margin: 0 auto;
    float: none;
  }
  #header h1 {
    width: 55%;
    margin: 0 0 0 2%;
    text-align: center;
  }
  #header .tel {
    width: 22%;
    float: right;
    margin: 0;
    text-align: center;
  }

  .tell-btn {
    display: block;
    background: #553211;
    color: #fff;
    padding: 4% 3% 6% 3%;
  }

  .tell-lead {
    font-size: .8rem;
  }

  .tell-btn .tell-icon {
    display: block;
    vertical-align: middle;
    width: 50%;
    margin: .4rem auto .2rem auto;
  }
  .tell-btn .tell-text {
    display: inline-block;
    margin-top: 2%;
    vertical-align: middle;
    text-align: center;
  }

  .table-container {
    display: block;
  }

  .buy-half-table {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  .buy-half-table:first-of-type {
    border-right: solid 1px #666;
  }

  .product-icatch {
    width: 98%;
  }
  .product-icatch .subcatch {
    display: block;
    font-size: 18px;
    line-height: 1.6;
    padding: 3% 1% 3% 1%;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
  }
  .product-icatch .subcatch span {
    display: block;
  }
  .product-icatch .subcatch:after, .product-icatch .subcatch:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .product-icatch .subcatch:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 7px;
    margin-left: -7px;
  }
  .product-icatch .subcatch:before {
    border-color: rgba(102, 51, 0, 0);
    border-top-color: #663300;
    border-width: 10px;
    margin-left: -10px;
  }
  .product-icatch .mainV p {
    width: auto;
  }
  .product-icatch .catch {
    font-size: 19px;
    padding: 8% 0 5%;
    margin: 0 -2%;
    letter-spacing: -1px;
  }
  .product-icatch .catch span {
    display: inline-block;
  }
  .product-icatch .subCatch2 {
    margin: 4% 0 1%;
  }
  .product-icatch .subCatch2 h3 {
    font-size: 17px;
    color: #ff7200;
  }
  .product-icatch .subCatch2 h3 span {
    background: none;
  }
  .product-icatch .subCatch2 h3 em {
    display: block;
  }

  .catch-copy {
    margin: 1rem 0px;
    padding: 3% 4%;
    font-size: 1.05rem;
  }
  .catch-copy i:last-child {
    display: none;
  }

  .contents-wrap {
    font-size: 1.05rem;
  }
  .contents-wrap .pic {
    float: none;
    width: auto;
    margin: 0 0 3%;
    text-align: center;
  }
  .contents-wrap.set-detail-wrap .set-items {
    margin: -2% 1% 2%;
  }
  .contents-wrap.set-detail-wrap .set-items .set-item {
    margin: 2% 0 5% 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contents-wrap.set-detail-wrap .set-items .set-item-title {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .contents-wrap.set-detail-wrap .set-items .set-item-thumb {
    text-align: center;
    margin: 0 auto 2%;
    width: 90%;
    float: none !important;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .contents-wrap.set-detail-wrap .set-items .set-item-thumb img {
    width: 100%;
    zoom: 1 !important;
  }
  .contents-wrap.set-detail-wrap .set-items .set-item-text {
    padding-left: 0;
    padding-right: 0;
    font-size: 0.9em;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding-bottom: 2%;
  }

  .txt {
    margin: 0 4%;
  }

  .product-detail-wrap .product-detail-head {
    text-align: center;
  }
  .product-detail-wrap .product-detail-head .block {
    display: block !important;
    padding: 3%;
    margin: 0 -2%;
  }
  .product-detail-wrap .product-detail {
    margin: 0;
    border: none;
    padding: 0;
  }
  .product-detail-wrap .product-detail .col.col-5.left {
    width: 100%;
  }
  .product-detail-wrap .product-detail .col.col-7.right {
    float: none;
    display: block;
    width: 100%;
  }
  .product-detail-wrap .product-detail .col.col-7.right p {
    padding: 2% 0 2% 0;
  }

  .tocart {
    overflow: hidden;
    *zoom: 1;
  }
  .tocart ul {
    overflow: hidden;
    *zoom: 1;
  }
  .tocart ul li.cart {
    width: 100%;
    margin: 0;
    display: block;
    padding: 0;
    float: none;
    overflow: hidden;
    *zoom: 1;
    text-align: right;
  }

  .ps-content .head strong {
    font-size: 1.1rem;
  }
  .ps-content p {
    padding: 3% 1%;
    font-size: 1rem;
    margin: 0;
  }

  .img_right15 {
    display: block;
    float: none;
    margin: .6rem auto 1rem auto;
  }

  .is-sp-only {
    display: block !important;
  }

  .is-pc-tablet {
    display: none !important;
  }
}
.is-sp-only, .is-sp-show {
  display: none;
}
