@charset "UTF-8";
/* ===========================
共通
=========================== */
#dickbruna {
  font-size: 16px;
  font-family: "游ゴシック", "YuGothic", "Avenir Next", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #000000;
  max-width: 100%;
  width: 100%;
  margin: auto;
}

.color_beige {
  color: #915f10;
}

.icon {
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-family: "Yu Mincho", "YuMincho";
  text-align: center;
  border-radius: 20px;
  line-height: 1;
  padding: 8px 0;
  margin-bottom: 18px;
}
.icon_new {
  background-color: #ff2d96;
  width: 60px;
}
.icon_online {
  background-color: #a70e2b;
  padding: 8px 18px;
  width: 200px;
}

.tag {
  display: block;
  font-size: 14px;
  line-height: 2;
}
.tag_beige::before {
  content: "●";
  color: #d1c0a5;
  width: 12px;
  height: 12px;
  margin-right: 8px;
}
.tag_blue::before {
  content: "●";
  color: #005192;
  width: 12px;
  height: 12px;
  margin-right: 8px;
}

.btn {
  display: block;
  width: 330px;
  border: 1px solid #000000;
  background-color: #000000;
  border-radius: 6px;
  text-align: center;
  color: #ffffff !important;
  text-decoration: none;
  padding: 12px 0;
}
.btn:hover {
  background-color: #ffffff;
  color: #000000 !important;
  text-decoration: none;
}

.copyright {
  max-width: 646px;
  width: 100%;
  margin: 80px auto 120px;
}

@media (max-width: 979px) {
  .forPC {
    display: none;
  }
  #dickbruna {
    font-size: 14px;
  }
  .icon {
    font-size: 12px;
    padding: 5px 0;
    margin-bottom: 10px;
  }
  .icon_new {
    width: 45px;
  }
  .icon_online {
    padding: 5px 0;
    width: 160px;
  }
  .product_block_detail_tag_mu {
    text-align: left;
  }
  .tag {
    font-size: 12px;
  }
  .btn {
    width: 300px;
    margin: 0 auto;
  }
  .copyright {
    margin: 0 auto 80px;
    padding: 0 20px;
  }
}
/* ===========================
MV・リード
=========================== */
.lead {
  padding: 72px 20px 106px;
}
.lead .logo {
  max-width: 290px;
  width: 100%;
  margin: 0 auto 48px;
  text-align: center;
}
.lead .logo .brand_jp {
  display: block;
  margin-top: 52px;
}
.lead_ttl {
  font-size: 36px;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-bottom: 45px;
}
.lead_txt {
  font-size: 18px;
  text-align: center;
  line-height: 2.2;
}
.lead_txt_alcohol {
  display: block;
  font-size: 16px;
  margin-top: 52px;
}
.lead_caution {
  max-width: 1150px;
  width: 100%;
  border: 1px solid #000;
  margin: 60px auto 0;
  padding: 25px;
}
.lead_caution_ttl {
  text-align: center;
  color: #ff0000;
  margin-bottom: 20px;
}
.lead_caution_txt {
  font-size: 14px;
  line-height: 1.7;
}

@media (max-width: 979px) {
  .lead {
    padding: 64px 20px 80px;
  }
  .lead .logo {
    width: 50%;
    margin: 0 auto 42px;
  }
  .lead .logo .brand_jp {
    display: block;
    margin-top: 30px;
  }
  .lead_ttl {
    font-size: 27px;
    margin-bottom: 32px;
  }
  .lead_txt {
    font-size: 16px;
    line-height: 1.25;
  }
  .lead_txt_alcohol {
    font-size: 14px;
    margin-top: 24px;
  }
  .lead_caution {
    margin: 36px auto 0;
    padding: 30px 24px;
  }
  .lead_caution_ttl {
    font-size: 15px;
    margin-bottom: 15px;
  }
}
/* ===========================
商品（共通）
=========================== */
.product {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
.product_head {
  background-color: #f8f7f3;
  padding: 72px 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product_head_ttl {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.product_head_ttl_jp {
  font-size: 36px;
  line-height: 1;
}
.product_head_ttl_eg {
  display: block;
  margin-top: 18px;
}
.product_head_txt {
  width: 50%;
  line-height: 2;
}
.product_head02 {
  padding: 0;
}
.product_head02 .product_head_pic {
  width: 50%;
}
.product_head02 .product_head_ttl {
  padding: 72px 40px 72px 100px;
}
.product_head02 .product_head_txt {
  width: 100%;
  margin-top: 38px;
}
.product_block {
  padding: 80px 100px 100px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.product_block_pic {
  display: block;
  max-width: 708px;
  width: 100%;
}
.product_block_pic_icon {
  position: relative;
}
.product_block_pic_icon .icon {
  margin-bottom: 0;
}
.product_block .icon_flex {
  display: flex;
  gap: 10px;
  position: absolute;
  z-index: 1;
  top: -8%;
  left: 22%;
}
.product_block_detail {
  display: flex;
  flex-direction: column;
  gap: 36px;
  font-family: "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
  width: 385px;
}
.product_block_detail .small {
  font-size: 16px;
}
.product_block_detail_txtbox {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.product_block_detail_name {
  font-size: 30px;
  line-height: 1;
}
.product_block_detail_quantity {
  font-size: 28px;
  line-height: 1;
}
.product_block_detail_price {
  font-size: 24px;
}
.product_item {
  max-width: 1102px;
  width: 100%;
  margin: -40px auto 100px;
}
.product_item_list ul {
  display: flex;
  gap: 40px;
  color: #915f10;
  font-weight: bold;
  padding-left: 150px;
}
.product_item_list ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.product_item_list ul li .small {
  font-size: 14px;
  font-weight: 500;
}

@media (max-width: 1024px) {
  .product_block {
    flex-direction: column;
    align-items: center;
  }
  .product_block_detail {
    margin-top: 20px;
    align-items: center;
  }
  .product_item_list ul {
    justify-content: center;
    padding-left: 0;
  }
}
@media (max-width: 979px) {
  .product_head {
    padding: 60px 28px;
    flex-direction: column;
  }
  .product_head_ttl {
    width: 100%;
    margin-bottom: 32px;
  }
  .product_head_ttl_jp {
    font-size: 26px;
  }
  .product_head_ttl_eg {
    margin-top: 14px;
    margin-left: 4px;
  }
  .product_head_ttl_eg img {
    width: auto;
    height: 16px;
  }
  .product_head_txt {
    width: 100%;
    margin-left: 4px;
  }
  .product_head02 {
    padding: 0;
  }
  .product_head02 .product_head_pic {
    width: 100%;
  }
  .product_head02 .product_head_ttl {
    padding: 40px 28px;
    order: 2;
    margin-bottom: 0;
  }
  .product_head02 .product_head_txt {
    margin-top: 32px;
  }
  .product_block {
    padding: 40px 0 80px;
    flex-direction: column;
    justify-content: unset;
  }
  .product_block_pic {
    padding: 0 20px;
    margin: 0 auto 30px;
  }
  .product_block .icon_flex {
    gap: 5px;
    top: -30px;
    left: 16%;
  }
  .product_block_detail {
    padding: 0 20px;
    gap: 30px;
    text-align: center;
    margin: 0 auto;
    width: 100%;
  }
  .product_block_detail .small {
    font-size: 12px;
  }
  .product_block_detail_txtbox {
    gap: 16px;
  }
  .product_block_detail_name {
    font-size: 20px;
  }
  .product_block_detail_quantity {
    font-size: 18px;
  }
  .product_block_detail_price {
    font-size: 18px;
  }
  .product_item {
    margin: 0 auto 30px;
  }
  .product_item_list ul {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px 20px;
    padding: 0 60px;
  }
  .product_item_list ul li .small {
    font-size: 14px;
    font-weight: 500;
  }
}
/* ===========================
ポーチ
=========================== */
#pouch .product_item {
  margin-bottom: 0;
}
#pouch .mgb100 {
  margin-bottom: 100px;
}

#pouch_navy {
  margin-top: 40px;
}

@media (max-width: 979px) {
  #pouch .product_block {
    padding-bottom: 40px;
  }
  #pouch .product_item {
    margin-bottom: 30px;
  }
  #pouch .mgb100 {
    margin-bottom: 40px;
  }
  #pouch_navy {
    margin-top: 40px;
  }
  #pouch_blue {
    margin-bottom: 40px;
  }
}
/* ===========================
ブランド一覧
=========================== */
.lineup {
  max-width: 1030px;
  width: 100%;
  margin: 110px auto;
  padding: 0 20px;
}
.lineup h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 42px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 47px;
}
.lineup_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
}
.lineup_list ul li {
  width: 220px;
  margin: 0 auto 20px;
}

@media (max-width: 979px) {
  .lineup {
    margin-top: 80px;
  }
  .lineup h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .lineup_list ul li {
    width: 45%;
    margin: 0 auto 15px;
  }
}/*# sourceMappingURL=sv26_dickbruna.css.map */