/* ヘッダーカラー変更 */
.fs-l-header {
  background: #FF6417;
}
/* 商品ページの画像の隙間調整 */
#fs_form .fs-p-productDescription img {
  vertical-align: bottom;
}

 /*731px以上の記述。*/
  @media (min-width: 731px){
    .fs-l-header__contents {
       /* background-image: url(https://kyotobudo.itembox.design/item/sp_top/kyobu_logo.png);
        background-repeat: no-repeat;
        background-size:330px ;
        background-position: center; */
padding: 14px;
      }
      .fs-l-header {
        padding-top: 0;
      }
  .fs-p-logo__image
{
    width: 350px;
max-width:350px;
height:auto;
  }
    }
/*購入ボタンの設定*/
  .purchase_btn {
    margin: 30px auto;
    width: fit-content;
    position: relative;
  }
  .purchase_btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
    border-radius: 10px;
    font-weight: bold;
    border: 2px solid #fd4200;
    transition: 0.3s;
    background-color: [object object];
    background-image: linear-gradient(
      360deg,
      rgba(253, 66, 0, 1),
      rgba(231, 101, 7, 1) 89%
    );
    padding: 15px 50px;
  }
  .purchase_btn a::after {
    content: "▶";
    font-size: 12px;
    text-align: right;
    position: absolute;
    right: 10px;
  }
  .purchase_btn a:hover {
    text-decoration: none;
    opacity: 0.7;
    color: #ffffff;
  }
  /*730px以下の記述。*/
@media (max-width: 730px){
.fs-p-logo{display:none;}
    .fs-l-header__contents {
        background-image: url(https://kyotobudo.itembox.design/item/sp_top/kyobu_sptop.jpg);
        background-repeat: no-repeat;
        background-size: contain;
        aspect-ratio:800/121;
      }
      .fs-l-header {
        padding-top: 0;
      }
.fs-p-drawerButton {
  color: #000;
}
    }