@charset "UTF-8";
/*共通*/
html {
  font-size: 10px;
}
#nousaku img {
  max-width: 100%;
}
#nousaku a {
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
#nousaku a:hover {
  opacity: .8;
}
#nousaku .spNone {
  display: block;
}
#nousaku .pcNone {
  display: none;
}
#nousaku .buy-button {
  display: inline-block;
  color: #fff;
  background-color: #333;
  border: solid 1px #333;
  border-radius: 4px;
  text-decoration: none;
  padding: 10px 30px;
  transition: 0.4s;
  position: relative;
}
#nousaku .buy-button:after {
  position: absolute;
  top: 14px;
  right: 8px;
  content: "\e5e1";
  font-family: "Material Icons";
  transition: 0.4s;
}
#nousaku .buy-button:hover {
  opacity: 0.8;
}
#nousaku .buy-button:hover:after {
  right: 4px;
}
#nousaku .dd02 hr {
  height: 2px;
  background-color: #0090fa;
  width: 30%;
  border: none;
  margin-bottom: 20px;
  margin-left: 0;
}
#nousaku .dd01 hr {
  height: 2px;
  background-color: #0090fa;
  width: 30%;
  border: none;
  margin-left: 1.5em;
  margin-bottom: 20px;
}
/*メインビジュアル*/
#nousaku .mv {
  margin-bottom: 30px;
}
#nousaku .nousaku_production {
  margin-bottom: 20px;
  border-bottom: 1px solid rgb(219, 219, 219);
padding: 0 3px 30px;
}
/*注目事項*/
#nousaku .notice {
  background: #19191a;
  /*border-top: 1px solid #f2adad;
  border-bottom: 1px solid #f2adad;*/
  padding: 12px;
}
#nousaku .notice p {
  color: #fff;
  text-align: center;
  font-size: 120%;
  font-weight: 500;
}
#nousaku .notice p a {
  color: #b20707;
  text-decoration: underline;
  padding: 2px;
}
/*その他*/
#nousaku .fs15 {
  font-size: 15px;
}
#nousaku .fb {
  font-weight: bold;
}
/*ご紹介title*/
#nousaku .title01 {
  position: relative;
  font-weight: bold;
  padding-bottom: 10px;
  background: none;
  text-align: center;
  margin-top: 4rem;
}
#nousaku .title01::before {
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  border-bottom: 1px solid #dbdbdb;
  z-index: -1;
  content: "";
}
#nousaku .title01 span {
  padding: 0 20px;
  background: #fff;
  font-size: 2.6rem;
}
/*説明文2カラム*/
#nousaku .wrapBg01 {
  margin: 0 auto 30px;
  width: 100%;
}
#nousaku .wrap01 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  vertical-align: middle;
  flex: 5 0 0;
  align-items: center;
}
#nousaku .wrap01 .wrapbox01 {
  flex: 1 0 0;
}
#nousaku .wrap01 .wrapbox01 h3 {
  font-size: 21px;
  margin: 0;
}
#nousaku .wrapPct01 {
  margin-right: 30px;
}
#nousaku .wrapPct01 img {
  width: 100%;
  height: auto;
}
/*MV下文章*/
#nousaku .registration {
  margin-bottom: 10px;
  text-align: center;
}
#nousaku .registration a {
  display: block;
  padding: 14px 12px;
  color: #fff;
  background: #caa25f;
  letter-spacing: 1.8px;
  font-size: 18px;
}
#nousaku .registration a span {
  text-decoration: underline;
  letter-spacing: 1.8px;
  font-size: 18px;
}
/*コンテンツ*/
#nousaku .main {
  margin-bottom: 90px;
}
#nousaku .cat_ttl {
  padding-bottom: 14px;
  padding-left: 10px;
  font-size: 2.3rem;
  font-weight: 700;
  background-image: repeating-linear-gradient(45deg, #262626 0px, #f4f4f4 1px, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%);
  background-size: 8px 8px;
  background-repeat: repeat-x;
  background-position: center bottom;
}
#nousaku .sec01 .colomn02, #nousaku .sec02 .colomn02 {
  display: flex;
  padding-top: 4.0rem;
  margin-bottom: 4.0rem
}
#wine_josefbiffar .sec01 .dd01, #wine_josefbiffar .sec02 .dd02 {
  width: 600px;
  height: 330px;
  position: relative;
}
#nousaku .dd01 p, #nousaku .dd02 p {
  display: block;
  font-size: 1.4rem;
}
#nousaku .sec01 .sec_img, #nousaku .sec02 .sec_img {
  width: 400px;
}
#nousaku .sec01, #nousaku .sec02 {
  border-top: solid 1px #dbdbdb;
}
#nousaku .sec01:first-of-type {
  border-top: none;
}
#nousaku .sec01 .number, #nousaku .sec02 .number {
  background: #caa25f;
  display: inline-block;
  color: #fff;
  /*float: left;*/
  margin-right: .5em;
  padding: 0.05rem 1em;
  margin-left: 1.2em;
  letter-spacing: 0.1em;
}
#nousaku .sec01 .number:nth-child(n+2), #nousaku .sec02 .number:nth-child(n+2) {
  margin-left: 0;
}
#nousaku .sec01 .name, #nousaku .sec02 .name {
  font-weight: bold;
  font-size: 2rem;
  margin: 1.0rem 0 0 1em;
}
#nousaku .dd01 span, #nousaku .dd02 span {
  font-size: 1.6rem;
  margin-right: 1em;
  position: relative;
  top: -.2rem;
}
#nousaku .dd01 .price, #nousaku .dd02 .price {
  font-weight: bold;
  font-size: 1.8rem;
  margin-left: 1.2em;
  margin-bottom: 2.6rem;
}
#nousaku .dd01 .price span, #nousaku .dd02 .price span {
  font-size: 1.4rem;
}
#nousaku .dd01 .copy {
  font-weight: 500;
  background: #f8f5ef;
  padding: 0.3rem 1.2rem;
  font-size: 1.6rem;
  margin-bottom: 1.4rem;
  margin-left: 1.2em;
}
#nousaku .dd02 .copy {
  font-weight: 500;
  background: #f8f5ef;
  padding: .3em 1.5em;
  font-size: 1.6rem;
  margin-bottom: 1.4rem;
  margin-right: 1.0em;
}
#nousaku .dd01 .description, #nousaku .dd02 .description {
  margin-left: 1.6em;
  line-height: 2;
}
#nousaku .sec02 .colomn02 {
  flex-direction: row-reverse;
}
#nousaku .sec02 .dd02 {
  height: auto;
  flex: 1 0 0px;
}
#nousaku .sec01 .dd01 {
  height: auto;
  flex: 1 0 0px;
}
#nousaku .sec02 .colomn02:first-of-type, #nousaku .sec02 .colomn02:nth-of-type(2) {
  margin-bottom: 4rem;
}
#nousaku .sec02 .number, #nousaku .sec02 .name, #nousaku .sec02 .price, #nousaku .sec02 .description {
  margin-left: 0;
}
#nousaku .sec02 .copy {
  padding: .3em 1em;
}
#nousaku .sec02 .description {
  margin-right: 1.6em;
}
#nousaku .sec02 .colomn02 .dd02:nth-of-type(3) {
  height: 385px;
}
/*色玉*/
#nousaku .coloroptions {
  display: flex;
  align-items: center;
  margin-left: 1.6em;
  margin-top: 1.4rem;
}
#nousaku .coloroptions .color {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  box-sizing: border-box;
  margin-right: 0.5em;
}
#nousaku .coloroptions .color_black {
  background-color: #000;
}
#nousaku .coloroptions .color_white {
  background-color: #fff;
  border: 1px solid #ccc;
}
#nousaku .coloroptions .color_beige {
  background-color: #cdc2b1;
}
#nousaku .coloroptions .color_gray {
  background-color: #7b7b7b;
}
#nousaku .coloroptions02 {
  display: flex;
  align-items: center;
  margin-top: 1.4rem;
}
#nousaku .coloroptions02 .color {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  box-sizing: border-box;
  margin-right: 0.5em;
}
#nousaku .coloroptions02 .color_black {
  background-color: #000;
}
#nousaku .coloroptions02 .color_white {
  background-color: #fff;
  border: 1px solid #ccc;
}
#nousaku .coloroptions02 .color_beige {
  background-color: #cdc2b1;
}
#nousaku .coloroptions .color_gray {
  background-color: #7b7b7b;
}
/*商品を購入するボタン*/
#nousaku .sec01 .dd01 .buy_btn {
  background-color: #7b7979;
  border: solid 3px #7b7979;
  border-radius: 2px;
box-sizing: border-box;
color: #fff;
display: flex;
justify-content: center;
align-items: center;
font-size: 1.8rem;
text-align: center;
padding: 10px 25px;
float: right;
margin-bottom: 0px;
margin-top: 10px;
font-feature-settings: "palt";
width: 330px;

}
#nousaku .sec02 .dd02 .buy_btn {
    background-color: #7b7979;
  border: solid 3px #7b7979;
  border-radius: 2px;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  text-align: center;
  padding: 10px 25px;
  margin-bottom: 0px;
  margin-top: 10px;
  font-feature-settings: "palt";
  width: 330px;
}
#nousaku .sec02 .dd02 .buy_btn:hover,
#nousaku .sec01 .dd01 .buy_btn:hover {
  background-color: #000;
  border: solid 3px #000;
  color: #fff;
  opacity: 1;
}
/*全商品を見るボタン*/
#nousaku .all_list_btn {
  width: 1000px;
  border-top: solid 1px #dbdbdb;
  padding-top: 6rem;
}
#nousaku .all_list_btn a {
  border: solid 1px #f8f5ef;
  border-radius: 2px;
  box-sizing: border-box;
  color: #191919;
  background-color: #f8f5ef;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  padding: 1rem 0;
  width: 90rem;
  height: 70px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
#nousaku .all_list_btn a::after {
  content: "";
  display: inline-block;
  font-family: "Material Icons";
  background-image: url(/d_images/campaign/201105_seibo_restaurant/icon_arrow02.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 20px;
  height: 20px;
  background-size: contain;
  right: 2rem;
  top: 2.3rem;
  letter-spacing: 0.15em;
  color: #191919;
}
/*TOPへ戻る*/
#nousaku .to_top_list {
  margin-top: 6rem;
  padding: 1.6rem 0;
  background: #f8f6f6;
  width: 100%;
}
#nousaku .to_top_list ul {
  display: flex;
  justify-content: center;
}
#nousaku .to_top_list ul li {
  margin-right: 2rem;
}
#nousaku .to_top_list ul li:nth-of-type(2) {
  margin-right: 0;
}
#nousaku .to_top_list a {
  background: #fff;
  box-sizing: border-box;
  color: #19191a;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  height: 50px;
  padding: 1rem 4rem 1rem;
  position: relative;
  text-align: center;
}
#nousaku .to_top_list a::before {
  content: "";
  display: inline-block;
  background-image: url(../../../../d_images/campaign/201105_seibo_restaurant/icon_arrow03.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 11px;
  height: 15px;
  background-size: contain;
  left: 1.5rem;
  top: 1.8rem;
  letter-spacing: .15em;
}
/*TB*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #nousaku dd {
    height: auto;
  }
  #nousaku .sec02 .dd02 {
    height: auto;
  }
  #nousaku .sec01 .dd01 {
    height: auto;
  }
  #nousaku .sec02 .description {
    margin-bottom: 1rem;
  }
  #nousaku dd .buy_btn {
    position: relative;
    text-align: center;
  }
  #nousaku .cate_list_btn {
    width: 100%;
  }
  #nousaku .cate_list_btn a {
    width: 90%;
  }
  #nousaku .cate_list_btn a::after {
    right: 2rem;
  }
  #nousaku .all_list_btn {
    width: 100%;
  }
  #nousaku .all_list_btn a {
    width: 90%;
  }
  #nousaku .all_list_btn a::after {
    right: 2rem;
  }

  #nousaku .sec01 .sec_img, #nousaku .sec02 .sec_img {
    width: 350px;
  }
}
/*SP*/
@media screen and (max-width:767px) {
  #nousaku .spNone {
    display: none;
  }
  #nousaku .pcNone {
    display: block;
  }
  #nousaku .registration a {
    display: block;
    padding: 14px 12px;
    color: #fff;
    background: #caa25f;
    ;
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 1.6;
  }
  #nousaku .registration a span {
    display: block;
    color: #fff;
    background: #a38147;
    text-decoration: none;
    letter-spacing: 1.5px;
    font-size: 15px;
    padding: 6px 0 8px;
    margin-top: 3px;
  }
  #nousaku .wrap01 {
    display: block;
  }
  #nousaku .wrapPct01 {
    width: 50%;
    margin: 0 auto;
  }
  #nousaku .Announce03 b {
    font-size: 20px;
  }
  #nousaku .dd01 hr, .dd02 hr {
    height: 2px;
    background-color: #0090fa;
    width: 50%;
    border: none;
    margin: 20px 25%;
  }
  /*mv*/
  #nousaku .mv {
    margin: 0px calc(50% - 50vw) 20px;
    width: 100vw;
  }
  #nousaku .nousaku_production {
  margin-bottom: 20px;
padding: 0 0px 30px;
}
  /*説明文2カラム*/
  #nousaku .wrapBg01 {
    margin: 0px auto 3rem;
  }
  /*コンテンツ*/
  #nousaku .sec01 .colomn02, #nousaku .sec02 .colomn02 {
    display: block;
    padding-top: 1.5rem;
    margin-bottom: 0;
  }
  #nousaku .sec01 .sec_img, #nousaku .sec02 .sec_img {
    width: 100%;
  }
  #nousaku .sec02 .colomn02:first-of-type, #nousaku .sec02 .colomn02:nth-of-type(2) {
    margin-bottom: 0;
  }
  #nousaku .sec02 .description {
    margin-right: 0;
  }
  #nousaku .sec01 .copy, #nousaku .sec02 .copy {
    padding: 1em;
    font-size: 1.5rem;
    margin-left: 0;
    margin-right: 0;
  }
  #nousaku .sec02 .dd02 {
    height: auto;
    margin-bottom: 4rem;
  }
  #nousaku .dd01, #nousaku .dd02 {
    width: 100%;
    height: auto;
    margin-top: 1.5rem;
  }
  #nousaku .dd01 .number, #nousaku .dd01 .name, #nousaku .dd01 .price, #nousaku .dd01 .description, #nousaku .dd02 .number, #nousaku .dd02 .name, #nousaku .dd02 .price, #nousaku .dd02 .description {
    margin-left: 0;
  }
  #nousaku .dd01 .name, #nousaku .dd02 .name {
    font-size: 1.8rem;
  }
  #nousaku .dd01 .price, #nousaku .dd02 .price {
    margin-bottom: 1.3rem;
  }
  #nousaku .sec01 .dd01 {
    height: auto;
    margin-bottom: 4rem;
  }
  .heightLine-01 {
    height: auto !important;
  }
  /*色玉*/
  #nousaku .coloroptions {
    display: flex;
    align-items: center;
    margin-top: 1.4rem;
    margin-left: 0;
  }
  /*商品を購入するボタン*/
  #nousaku .sec01 .dd01 .buy_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    text-align: center;
    width: 230px;
    height: 52px;
    padding: 10px;
    float: none;
    margin: 10px auto 0px;
    
  }
  #nousaku .sec02 .dd02 .buy_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    text-align: center;
    width: 230px;
    height: 50px;
    padding: 10px;
    float: none;
    margin: 10px auto 0px;
  }
  /*カテゴリー全商品を見るボタン*/
  #nousaku .cate_list_btn {
    width: 100%;
  }
  #nousaku .cate_list_btn a {
    font-size: 1.8rem;
    padding: 2rem 0;
    width: 90%;
    margin: 0 auto;
    position: relative;
    text-align: center;
    line-height: 1.3;
  }
  #nousaku .cate_list_btn a::after {
    display: inline-block;
    content: "\e5e1";
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    background-size: contain;
    right: 1rem;
    top: 2.2rem;
  }
  /*全商品を見るボタン*/
  #nousaku .all_list_btn {
    width: 100%;
  }
  #nousaku .all_list_btn a {
    font-size: 1.8rem;
    padding: 2rem 0;
    width: 90%;
    margin: 0 auto;
    position: relative;
    text-align: center;
    line-height: 1.3;
  }
  #nousaku .all_list_btn a::after {
    display: inline-block;
    content: "";
    background-image: url(/d_images/campaign/201105_seibo_restaurant/icon_arrow02_sp.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    background-size: contain;
    right: 1rem;
    top: 2.5rem;
  }
  /*TOPへ戻る*/
  #nousaku .to_top_list {
    margin-top: 0;
    padding: 2rem 3rem
  }
  #nousaku .to_top_list ul {
    display: block;
  }
  #nousaku .to_top_list ul li {
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
  #nousaku .to_top_list ul li:nth-of-type(2) {
    margin-right: 0;
    margin-bottom: 0;
  }
  #nousaku .to_top_list a {
    font-size: 1.2rem;
    padding: 1.2rem 0;
  }
  #nousaku .to_top_list a::before {
    content: "";
    display: inline-block;
    background-image: url(../../../../d_images/campaign/201105_seibo_restaurant/icon_arrow03_sp.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    background-size: contain;
    left: 1.5rem;
    letter-spacing: .15em;
  }
}