@charset "UTF-8";

#lp_goods_set img{width: 100%}
.path a {
    color: #000;
    text-decoration: none;
}
#lp_goods_set .sec a:hover{
    opacity: 0.7;
}
@media only screen and (min-width: 768px) {
  .path {
      width: 1000px;
      text-align: left;
      font-size: 12px;
      line-height: 1;
      padding-top: 5px;
      font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
      margin: 0 auto 20px;
  }
  #lp_goods_set{
    width: 1000px;
    margin: auto;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
  }
  #lp_goods_set .sec{
    position: relative;
    margin: 0 auto 90px;
  }
  #lp_goods_set .sec a{
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: auto;
    width: 300px;
    line-height: 60px;
    border-radius: 30px;
    border: 1px solid #5D3017;
    background: #fff;
    font-size: 18px;
    text-align: center;
    color: #632D0F;
  }
  #lp_goods_set .sec07 a{
    bottom: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .path {
      margin: calc(45 * (100vw / 1125));
      padding: 0 !important;
      font-size: calc(25 * (100vw / 1125)) !important;
      overflow: hidden;
  }
  #lp_goods_set{
    width: 100%;
    margin: auto;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
    background: #fff;
  }
  #lp_goods_set .sec{
    position: relative;
    margin: 0 auto calc(60 * (100vw / 390));
  }
  #lp_goods_set .sec a{
    position: absolute;
    bottom: calc(30 * (100vw / 390));
    left: 0;
    right: 0;
    margin: auto;
    width: calc(330 * (100vw / 390));
    line-height: calc(60 * (100vw / 390));
    border-radius: calc(30 * (100vw / 390));
    border: calc(1 * (100vw / 390)) solid #5D3017;
    background: #fff;
    font-size: calc(18 * (100vw / 390));
    text-align: center;
    color: #632D0F;
    text-decoration: none;
  }

  #lp_goods_set .sec07 a{
    bottom: calc(100 * (100vw / 390));
  }
}