@charset "utf-8";

body {
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /*Chrome,Safari*/
  -ms-text-size-adjust: 100%;
  /*EgdeMobile*/
  -moz-text-size-adjust: 100%;
  /*firefox*/
}

/* 共通
-------------------------------------------- */
#wrapper {
  overflow: clip;
  position: relative;
}

body {
  overflow: visible;
}

html {
  overflow: visible;
}

.NotoSerif {
  font-family: "Noto Serif JP";
}

.Bold {
  font-weight: 600;
}

.body16 {
  font-size: 16px !important;
}

.body12 {
  font-size: 12px;
}

.Left {
  text-align: left;
}

p {
  line-height: 1.2em;
}

div#wrap_buyers body,
div#wrap_buyers h1,
div#wrap_buyers h2,
div#wrap_buyers h3,
div#wrap_buyers h4,
div#wrap_buyers h5,
div#wrap_buyers p,
div#wrap_buyers dt,
div#wrap_buyers dd {
  margin: 0;
  font-weight: normal;
  padding: 0px;
  font-family: "Noto Serif JP";
}

div#wrap_buyers h3.share {
  font-weight: 600;
  font-family: "Noto Sans JP";
}

/* top */
div#wrap_buyers {
  width: 100%;
  font-size: 14px;
  text-align: center;
  background: #FFFFFF;
  font-style: normal;
  font-weight: normal;
  color: #181819;
  word-break: break-all;
  border-top: 1px solid #E4E7EB;
  padding-top: 0px;
  padding-bottom: 0px;
}

div#wrap_buyers .body16 {
  font-size: 16px;
}

div#wrap_buyers a {
  color: #FFFFFF;
  text-decoration: none;
  display: block;
}

div#wrap_buyers header {
  width: 100%;
  background-color: #040819;
  position: relative;
}

div#wrap_buyers header h1 {
  font-size: 0;
  background-image: url("../img/pc_kv.png");
  background-repeat: no-repeat;
  background-position: center;
  margin-left: auto;
  margin-right: auto;
  height: 600px;
  background-size: cover;
}

.break {
  padding-top: 1rem !important;
  color: #412803;
  font-size: 13px;
}

.anni_logo {
  position: absolute;
  width: 88px;
  bottom: 16px;
  right: 16px;
}

.anni_logo img {
  width: 100%;
}

div#wrap_buyers main {
  width: 100%;
  display: flex;
  position: relative;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  background: url("../img/bg_orange.jpg");
  background-size: cover;
  background-repeat: repeat;
  background-position: top center;
  padding: 40px 50px;
  gap: 24px;
}

div#wrap_buyers main:after {
  content: '';
  background: rgba(173, 80, 14, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

div#wrap_buyers main p.main_text {
  width: 14em;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-family: "Noto Sans";
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1.0em;
  font-weight: 600;
  border-radius: 40px;
  border: 1px solid #FFFFFF;
  padding: 12px 20px;
  z-index: 1;
}

div#wrap_buyers main h2 {
  width: 600px;
  margin: auto;
  color: #FFFFFF;
  text-align: center;
  font-size: 40px;
  line-height: 140%;
  z-index: 1;
}

div#wrap_buyers #douga {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url("../img/bg_video.png") 100px 100px repeat;
  background-repeat: repeat;
  background-position: top center;
  padding: 60px 0;
  gap: 24px;
}

div#wrap_buyers #douga h3,
div#wrap_buyers #nikka h3,
div#wrap_buyers #kavalan h3,
div#wrap_buyers #wine_whisky h3 {
  width: 100%;
  color: #412803;
  text-align: center;
  font-size: 32px;
  padding-bottom: 24px;
  background: url("../img/bg_line.png") 0% 0% / 300px 2px no-repeat;
  background-position: bottom center;
  font-weight: 500;
}

div#wrap_buyers #premium_selection h3,
div#wrap_buyers #chateau h3 {
  width: 100%;
  color: #FFFFFF;
  text-align: center;
  font-size: 32px;
  padding-bottom: 24px;
  margin-bottom: 40px;
  background: url("../img/bg_line_gold.png") 0% 0% / 300px 2px no-repeat;
  background-position: bottom center;
  z-index: 2;
}

div#wrap_buyers #chateau h3 {
  margin: 0;
}

div#wrap_buyers #douga .douga_box {
  width: 424px;
  height: 233px;
  border: none;
}

div#wrap_buyers #douga button {
  border: none;
  padding: 0;
}

div#wrap_buyers #explanation {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url("../img/bg_cream.png") 100px 100px repeat;
  background-repeat: repeat;
  background-position: top center;
  padding: 60px 0;
  gap: 24px;
}

div#wrap_buyers #main_item {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url("../img/bg_beige.png") 100px 100px repeat;
  background-repeat: repeat;
  background-position: top center;
  padding: 40px 50px;
  gap: 24px;
}

div#wrap_buyers div.label p, div#wrap_buyers div.label_item p {
  width: 100%;
}

div#wrap_buyers #premium_selection {
  width: 100%;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url("../img/bg_orange.jpg");
  background-repeat: repeat;
  background-position: top center;
  padding: 60px 0;
}

div#wrap_buyers #premium_selection:after {
  content: '';
  background: rgba(173, 80, 14, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

div#wrap_buyers #nikka {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url("../img/bg_cream.png") 100px 100px repeat;
  background-repeat: repeat;
  background-position: top center;
  padding: 60px 0;
  gap: 40px;
}

.nikka_disc,
.kavalan_disc {
  width: 70%;
  font-size: 16px;
  line-height: 1.5rem;
  text-align: center;
  color: #412803;
}

div#wrap_buyers #nikka div.item_inner {
  margin-bottom: 20px;
}

.chateau_disc {
  width: 80%;
  position: relative;
  font-size: 16px;
  line-height: 1.5rem;
  text-align: center;
  color: #ffffff;
  z-index: 1;
}

div#wrap_buyers #kavalan {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url("../img/bg_beige.png") 100px 100px repeat;
  background-repeat: repeat;
  background-position: top center;
  padding: 60px 0;
  gap: 40px;
}

div#wrap_buyers #chateau {
  width: 100%;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url("../img/wine_bk.jpg") 100px 100px repeat;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 60px 0;
  gap: 40px;
  z-index: 0;
}

div#wrap_buyers #chateau:after {
  content: '';
  background: linear-gradient(rgba(137, 28, 67, .9), rgba(0, 0, 0, .9));
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

div#wrap_buyers .col3,
div#wrap_buyers #wine_whisky .col3 {
  width: 100%;
  max-width: 920px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: left;
  gap: 24px;
}

div#wrap_buyers #wine_whisky .col2,
div#wrap_buyers #wine_whisky .col3 {
  margin-top: 60px;
}

div#wrap_buyers .col3 .item {
  display: flex;
  width: 290px;
  align-items: center;
}

div#wrap_buyers .col2 {
  width: 100%;
  max-width: 800px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: left;
  gap: 100px;
}

div#wrap_buyers .col2 .item {
  display: flex;
  width: 348px;
  align-items: center;
}

div#wrap_buyers div#lowpage #main_item {
  padding: 24px 16px 60px;
}

div#wrap_buyers div#lowpage #main_item p.main_text {
  width: 14em;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 1em;
  color: #412803;
  font-family: "Noto Sans";
  font-size: 16px;
  font-weight: 700;
  border-radius: 22px;
  border: 1px solid #412803;
  display: flex;
  padding: 12px 20px;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

div#wrap_buyers div#lowpage .item_innner {
  display: flex;
  flex-direction: row;
  width: 800px;
  gap: 40px;
}

div#wrap_buyers div#lowpage p.spec,
div#wrap_buyers div#lowpage p.setsumei {
  text-align: left;
  color: #412803;
}

div#wrap_buyers div#lowpage p.spec {
  line-height: 1.15rem;
}

div#wrap_buyers div#lowpage p.setsumei {
  line-height: 1.5rem;
  margin: 0;
}

div#wrap_buyers div#lowpage .item_innner .main_img {
  width: 280px;
  position: relative;
}

div#wrap_buyers #sub_item {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url("../img/bg_cream.png") lightgray 0% 0% / 100px 100px repeat;
  background-repeat: repeat;
  background-position: top center;
  padding: 40px 50px;
  gap: 24px;
  color: #00275C;
}

div#wrap_buyers #main_item h2 {
  width: 100%;
  background: url("../img/bg_line.png") 0% 0% / 300px 2px no-repeat;
  background-position: bottom center;
  color: #412803;
  text-align: center;
  font-size: 32px;
  padding-bottom: 16px;
}

div#wrap_buyers div.item h3 {
  color: #00275C;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  text-align: left;
}

div#wrap_buyers #main_item h3 {
  color: #412803;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  text-align: left;
}

div#wrap_buyers #nikka h4,
div#wrap_buyers #kavalan h4 {
  color: #412803;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  text-align: left;
}

div#wrap_buyers #nikka h5,
div#wrap_buyers #kavalan h5 {
  color: #412803;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  margin: 8px 0;
}

div#wrap_buyers #chateau h5 {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  margin: 8px 0;
}

div#wrap_buyers #wine_whisky h5 {
  color: #412803;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  margin: 8px 0;
}

div#wrap_buyers div.item_inner {
  width: 880px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: left;
  gap: 40px;
}

div#wrap_buyers div.item_txt {
  margin-top: 24px;
}

div#wrap_buyers div.item_inner img {
  width: 280px;
  position: relative;
}

div#wrap_buyers div.item_inner .item {
  width: 280px;
  position: relative;
}

div#wrap_buyers div.item_inner .item:after {
  content: "";
  display: block;
  position: absolute;
  width: 100px;
  height: 100px;
  top: -16px;
  left: -96px;
  background: url(../img/lawson_anniversary.png);
  background-size: 100px;
  background-repeat: no-repeat;
  z-index: 0;
}

div#wrap_buyers div#lowpage .item_innner .main_img:after {
  content: "";
  display: block;
  position: absolute;
  width: 100px;
  height: 100px;
  top: -16px;
  left: -94px;
  background: url(../img/lawson_anniversary.png);
  background-size: 100px;
  background-repeat: no-repeat;
  z-index: 0;
}

div#wrap_buyers #nikka .pickup_txt {
  color: #412803;
}

div#wrap_buyers #nikka div.item_img {
  width: 300px;
}

div#wrap_buyers #nikka div.item_inner img {
  width: 180px;
  margin: 0 auto;
}

div#wrap_buyers #nikka div.item_inner img {
  width: 180px;
  margin: 0 auto;
}

div#wrap_buyers #kavalan div.item img {
  width: auto;
  height: 400px;
}

div#wrap_buyers #chateau div.item img {
  width: auto;
  height: 374px;
}

div#wrap_buyers .item_price {
  display: flex;
  flex-direction: row;
  vertical-align: baseline;
  align-items: flex-end;
  margin-top: 16px;
}

div#wrap_buyers .item_price p {
  font-size: 14px;
  color: #412803;
}

div#wrap_buyers .item_price span {
  padding-left: 8px;
  font-size: 24px;
  font-weight: 600;
  color: #412803;
}

div#wrap_buyers #chateau .item_price p {
  font-size: 14px;
  color: #FFFFFF;
}

div#wrap_buyers #chateau .item_price span {
  padding-left: 8px;
  font-size: 24px;
  font-weight: 600;
  color: #FFFFFF;
}

div#wrap_buyers div.item img {
  width: 120px;
}

div#wrap_buyers #explanation h3 {
  color: #412803;
  font-size: 24px;
  line-height: 2rem;
  font-style: normal;
  font-weight: 600;
  text-align: left;
  margin-bottom: 24px;
}

.explanation_box {
  display: flex;
  width: 100%;
  max-width: 880px;
  flex-direction: row;
  gap: 40px;
  flex: 1;
}

.explanation_img {
  width: 480px;
}

.explanation_txt {
  width: 360px;
}

.explanation_txt p {
  color: #412803;
  font-size: 16px;
  text-align: left;
  line-height: 1.5rem;
}

div#wrap_buyers div.pickup_item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: #00275C;
  flex: 1;
}

div#wrap_buyers div.gentei p {
  color: #412803;
}

div#wrap_buyers div.item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  flex: 1;
}

div#wrap_buyers div.gentei p.gentei_innner {
  display: inline-block;
  padding: 0px 16px;
  border-radius: 30px;
  border: 1px solid #9F6C1A;
  color: #9F6C1A;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-weight: 600;
}

div#wrap_buyers div.gentei p.ohitori {
  color: #9F6C1A;
  font-size: 16px;
  font-weight: 600;
  font-family: "Noto Sans JP";
}

div#wrap_buyers #chateau div.gentei p.gentei_innner {
  display: inline-block;
  padding: 0px 16px;
  border-radius: 30px;
  border: 1px solid #E5B363;
  color: #E5B363;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-weight: 600;
}

div#wrap_buyers #chateau div.gentei p.ohitori {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  font-family: "Noto Sans JP";
}

div#wrap_buyers div.gentei span {
  font-size: 14px;
}

div#wrap_buyers div.gentei {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}

div#wrap_buyers div.label, div#wrap_buyers div.label_item {
  display: flex;
  flex-direction: row;
  padding: 24px;
  justify-content: center;
  text-align: left;
  gap: 24px;
  border-radius: 8px;
  background: rgba(223, 206, 175, .6);
  margin-top: 24px;
  margin-bottom: 0px;
}

div#wrap_buyers div.label img {
  width: 150px;
}

div#wrap_buyers div.label_item img {
  width: 120px;
  margin: auto;
}

div#wrap_buyers div.label dt {
  color: #412803;
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 8px;
  text-align: left;
}

div#wrap_buyers div.label_item dt {
  color: #412803;
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 8px;
  text-align: center;
 }

div#wrap_buyers div.label dd, div#wrap_buyers div.label_item dd {
  color: #412803;
  font-size: 13px;
}

div#wrap_buyers p.price {
  color: #412803;
  font-size: 28px;
  font-weight: 600;
}

div#wrap_buyers p.price {
  color: #412803;
  font-size: 28px;
  font-weight: 600;
}

div#wrap_buyers p.price span {
  font-size: 14px;
  font-weight: 400;
}

div#wrap_buyers p.shosai {
  color: #FFFFFF;
  background: #A03306;
  font-size: 14px;
  display: flex;
  height: 44px;
  padding: 16px 50px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid #A03306;
}

.price_btn:link,
.price_btn:visited {
  color: #FFFFFF !important;
}

.anchorlink_box {
  display: flex;
  flex-direction: row;
  gap: 16px;
  z-index: 2;
}

.anchorlink_box div {
  width: 256px;
  height: 180px;
  border-radius: 10px;
}

.anchorlink_box div a {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
}

.anchorlink_box div a:before {
  content: '';
  width: 12px;
  height: 12px;
  border: 0;
  border-bottom: solid 2px #FFFFFF;
  border-right: solid 2px #FFFFFF;
  transform: rotate(45deg);
  position: absolute;
  top: 16px;
  bottom: 0;
  margin: auto;
}

.anchorlink_box div p {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  line-height: 150px;
  font-weight: 600 !important;
}

.nikka_link {
  width: 100%;
  background: url("../img/nikka_bk.png");
  background-size: cover;
}

.kavalan_link {
  width: 100%;
  background: url("../img/kavalan_bk.png");
  background-size: cover;
}

.chateau_link {
  width: 100%;
  background: url("../img/chateau_bk.png");
  background-size: cover;
}

div#wrap_buyers div.subitem {
  display: flex;
  flex-direction: row;
  gap: 24px;
  text-align: center;
  flex-wrap: wrap;
  width: 1000px;
  margin-top: 40px;
}

div#wrap_buyers div.subitem_inner {
  width: 46%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: left;
  gap: 40px;
  margin-right: 24px;
}

div#wrap_buyers div.subitem_inner img {
  width: 130px;
}

div#wrap_buyers div.line {
  width: 100%;
  box-shadow: 0 8px 3px -3px #E5E4E3 inset;
}

div#wrap_buyers main p.main_text2 {
  text-align: center;
  font-size: 16px;
  color: #FFFFFF;
  align-self: center;
  line-height: 200%;
  z-index: 1;
}

div#wrap_buyers main p .header_text {
  font-size: 28px;
}

div#wrap_buyers main p .header_text2 {
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 400;
}

div#wrap_buyers main div.main_kikan {
  display: flex;
  padding: 32px;
  width: 800px;
  background: linear-gradient(90deg, rgba(151, 25, 0, 1), rgba(213, 118, 14, 1) 50%, rgba(151, 25, 0, 1) 100%);
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
  border: 2px solid #C6A96E;
  justify-content: flex-start;
  z-index: 1;
}

div#wrap_buyers main div.main_kikan div {
  display: flex;
  width: auto;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  justify-content: flex-start;
  text-align: left;
}

div#wrap_buyers main div.main_kikan p {
  color: #FFFFFF;
  font-size: 28px;
  font-weight: 700;
}

div#wrap_buyers main div.main_kikan p.caution {
  color: rgba(255, 255, 255, 0.80);
  font-size: 16px;
  font-weight: normal;
  font-family: "Noto Sans JP";
  padding-top: 8px;
}

div#wrap_buyers #item_kikan {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: auto;
  background: url("../img/bg_orange.jpg");
  background-size: cover;
  background-repeat: repeat;
  background-position: top center;
  padding: 40px 50px;
  gap: 24px;
}

div#wrap_buyers #item_kikan:after {
  content: '';
  background: rgba(173, 80, 14, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

div#wrap_buyers div.kikan {
  display: flex;
  padding: 32px;
  width: 800px;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin: auto;
  border-radius: 8px;
  background: linear-gradient(90deg, rgba(151, 25, 0, 1), rgba(213, 118, 14, 1) 50%, rgba(151, 25, 0, 1) 100%);
  border: 2px solid #C6A96E;
  z-index: 1;
}

div#wrap_buyers div.kikan div.days {
  display: flex;
  width: auto;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  justify-content: flex-start;
  text-align: left;
}

div#wrap_buyers div.kikan p {
  color: #FFFFFF;
  font-size: 28px;
  font-weight: 600;
}

div#wrap_buyers div.kikan p.caution {
  color: rgba(255, 255, 255, 0.80);
  font-size: 16px;
  font-weight: normal;
  font-family: "Noto Sans JP";
}

div.kikan div.caution_alcohol {
  display: flex;
  padding: 16px;
  text-align: left;
  gap: 12px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .8);
  margin-top: 12px;
}

div.kikan div.caution_alcohol img {
  width: 60px;
  display: block;
}

div#wrap_buyers div.caution_alcohol div {
  align-content: center;
}

div#wrap_buyers div.caution_alcohol p {
  color: #412803;
  font-family: "Noto Sans";
  font-size: 14px;
  font-weight: normal;
  align-self: center;
}

div#wrap_buyers div.caution_alcohol p span {
  font-weight: 700;
}

div#wrap_buyers #wine_whisky {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url("../img/bg_cream.png") lightgray 0% 0% / 627px 418px repeat;
  background-repeat: repeat;
  background-position: top center;
  padding: 60px 0;
  gap: 24px;
  color: #00275C;
}

div#wrap_buyers #wine_whisky h2 {
  width: 100%;
  background: url("../img/bg_line.png") 0% 0% / 300px 2px no-repeat;
  background-position: bottom center;
  color: #00275C;
  text-align: center;
  font-size: 32px;
  padding-bottom: 24px;
  margin-bottom: 24px;
}

div#wrap_buyers #wine_whisky h2 span {
  font-size: 24px;
}

div#wrap_buyers #wine_whisky p.sub_itemtext {
  color: #9F6C1A;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
}

div#wrap_buyers div.whisky {
  display: flex;
  flex-direction: row;
  gap: 24px;
  text-align: center;
  flex-wrap: wrap;
  width: 1000px;
}

div#wrap_buyers div#sub_item01 {
  width: 1000px;
}

div#wrap_buyers div.whisky {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: left;
  gap: 16px;
}

div#wrap_buyers div.whisky img {
  width: auto;
  height: 360px;
}

div#wrap_buyers div.whisky div.sub_item01 {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 230px;
  gap: 12px;
  margin-top: 24px;
}

div#wrap_buyers div.wine div.sub_item01 {
  display: flex;
  width: 300px;
  align-items: center;
}

div#wrap_buyers div.whisky div.gentei p.gentei_innner {
  justify-content: center;
}

div#wrap_buyers div.whisky h4 {
  color: #00275C;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}

div#wrap_buyers div.whisky div.subitem_price p {
  color: #00275C;
  text-align: center;
  font-size: 14px;
}

div#wrap_buyers div.whisky div.subitem_price p span {
  font-size: 24px;
  font-weight: 600;
}

div#wrap_buyers div.whisky p.ohitori {
  color: #9F6C1A;
  font-size: 15px;
  font-weight: 700;
  font-family: "Noto Sans JP";
}

div#reservation_pc {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  bottom: 10px;
  margin-top: 24px;
  z-index: 2;
}

div#reservation_pc h3 {
  padding: 10px 24px;
  text-align: center;
  border-radius: 10px 10px 0px 0px;
  background: linear-gradient(90deg, rgba(151, 25, 0, 1), rgba(213, 118, 14, 1) 50%, rgba(151, 25, 0, 1) 100%);
  color: #FFFFFF !important;
  font-size: 19px !important;
  line-height: 140%;
  font-family: "Noto Sans JP";
  border-top: 1px solid #ECE9CD;
  border-right: 1px solid #ECE9CD;
  border-left: 1px solid #ECE9CD;
}

div#reservation_pc div.main_innerBlock h4 {
  color: #412803;
  font-family: "Noto Sans";
  font-size: 15px;
  font-weight: 700;
}

div#reservation_pc div.main_innerBlock p {
  color: #412803;
  font-family: "Noto Sans";
  font-size: 15px;
}

div#reservation_pc div.main_innerBlock p span {
  font-weight: 600;
}

div#reservation_pc div.main_innerBlock p.app_dl {
  font-size: 12px;
  margin-top: 8px;
}

div#reservation_sp {
  display: none;
}

div#wrap_buyers section#catch {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #E4E7EB;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 16px;
  padding-right: 16px;
}

div#reservation_pc div.main_innerBlock {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  border-radius: 0px 0px 10px 10px;
  background: #EFE3D0;
  padding: 16px 32px;
  text-align: left;
  gap: 20px;
}

div#wrap_buyers section#caution {
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 16px;
  text-align: left;
}

div#wrap_buyers section#caution h5 {
  color: #181819;
  font-family: "Noto Sans";
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 24px;
}

div#wrap_buyers section#caution ul li {
  list-style: disc;
  list-style-position: inside;
}

div#wrap_buyers section#caution ul li.no1 {
  list-style: none;
}

div#item_saburoumaru button {
  display: block;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 1.4rem;
  cursor: pointer;
  transition: all .3s;
  background-color: #FFFFFF;
}

div#wrap_buyers #wrap_item div.kikan {
  padding-top: 0px;
}

section.sp_download {
  display: none;
}

reservation_sp {
  display: none;
}

div.kikan span.header_text2 {
  font-size: 16px;
  font-family: "Noto Sans JP";
  font-weight: 400;
}

div#wrap_buyers #douga div.douga_sp {
  display: none;
}

div#wrap_buyers br.sp {
  display: none;
}

div#wrap_buyers #main_item a.back_link {
  width: 1000px;
  display: block;
  text-align: left;
}

div#wrap_buyers #main_item p.back {
  background-image: url("../img/arrrow.png");
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 16px;
  padding-right: 16px;
  color: #412803;
  font-family: "Hiragino Sans";
  font-size: 15px;
  font-weight: 600;
  background-size: 7px 14px;
  align-self: center;

}

div#wrap_buyers div#lowpage p.price {
  text-align: right;
}

div#wrap_buyers div#lowpage div.label {
  margin-top: 16px;
  flex-direction: row;
}

div#wrap_buyers div#lowpage div.label_item {
  margin-top: 16px;
  flex-direction: column;
}

div#wrap_buyers div#lowpage p.spec {
  font-family: "Noto Sans JP";
  font-size: 12px;
}

div#wrap_buyers div#lowpage p.setsumei {
  font-size: 16px;
}

/* -------------------------------------------- */
/* SP用
/* -------------------------------------------- */
@media screen and (max-width: 750px) {
  #wrapper {
    overflow: clip;
  }

  div#wrap_buyers br.sp {
    display: block;
  }

  div#wrap_buyers header h1 {
    height: 20%;
    background-image: url("../img/sp_kv-2x.png");
    text-align: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    font-size: 0;
    background-position: center;
    aspect-ratio: 750 / 1200;
    /* アスペクト比を保持してレスポンシブ */
  }

  div#wrap_buyers main {
    width: 100%;
    background-size: 750px;
    padding: 24px 16px;
  }

  div#wrap_buyers main h2 {
    width: 300px;
    font-size: 24px;
    margin: auto;
  }

  div#wrap_buyers main p.main_text2 {
    font-size: 14px;
  }

  div#wrap_buyers main div.main_kikan {
    width: 100%;
    padding: 16px 8px;
  }

  div#wrap_buyers #douga {
    padding: 40px 16px;
  }

  div#wrap_buyers #douga .douga_box {
    width: 100%;
    height: auto;
  }

  div#wrap_buyers #douga div.douga_pc {
    display: none;
  }

  div#wrap_buyers #douga h3,
  div#wrap_buyers #nikka h3,
  div#wrap_buyers #kavalan h3 {
    font-size: 24px;
    width: 100%;
    padding-bottom: 16px;
  }

  div#wrap_buyers #premium_selection h3,
  div#wrap_buyers #chateau h3 {
    font-size: 24px;
    width: 100%;
    padding-bottom: 16px;
  }

  div#wrap_buyers #chateau h3 {
    margin: 0;
  }

  div#wrap_buyers div#lowpage div.label {
    flex-direction: column;
  }

  div#wrap_buyers div.label {
    padding: 24px;
    justify-content: center;
    gap: 24px;
    border-radius: 8px;
    background: rgba(223, 206, 175, .6);
    margin-top: 24px;
    margin-bottom: 24px;
  }

  div#wrap_buyers div.label img,   div#wrap_buyers div.label_item img {
    width: 150px;
    margin: auto;
  }

  .anchorlink_box {
    flex-direction: column;
    width: 256px;
  }

  .anchorlink_box div {
    height: 160px;
  }

  .anchorlink_box div a:before {
    top: 40px;
  }

  div#wrap_buyers #main_item {
    width: 100%;
    padding: 40px 16px;
    gap: 40px;
  }

  div#wrap_buyers div#lowpage #main_item {
    padding: 24px 16px;
    gap: 24px;
  }

  div#wrap_buyers div.item_inner {
    width: 100%;
  }

  div#wrap_buyers div.item_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  div#wrap_buyers #nikka div.item_img {
    width: 35%;
  }

  div#wrap_buyers #nikka div.item_inner {
    padding: 0 16px;
    flex-direction: row;
  }

  div#wrap_buyers div.pickup_item {
    padding: 0;
  }

  div#wrap_buyers #nikka div.item_inner img {
    width: 100px;
  }

  div#wrap_buyers #nikka h4 {
    font-size: 18px;
  }

  div#wrap_buyers #nikka div.item_inner {
    margin-bottom: 0;
  }

  .pickup_txt {
    font-size: 14px;
  }

  div#wrap_buyers div.item_inner img {
    width: 200px;
  }

  div#wrap_buyers div.item_inner .item {
    width: 200px;
  }

  div#wrap_buyers div.item_inner .item:after {
    background-size: 90px;
    height: 90px;
    width: 90px;
    top: -10px;
    left: -86px;
  }

  div#wrap_buyers div#lowpage .item_innner {
    width: 100%;
    flex-direction: column;
  }

  div#wrap_buyers div#lowpage .item_innner .main_img {
    width: 200px;
    margin: auto;
  }

  div#wrap_buyers div#lowpage .item_innner .main_img:after {
    content: "";
    display: block;
    position: absolute;
    width: 84px;
    height: 984px;
    top: -16px;
    left: -80px;
    background: url(../img/lawson_anniversary.png);
    background-size: 84px;
    background-repeat: no-repeat;
    z-index: 0;
  }

  div#wrap_buyers div.item_inner img.item02 {
    width: 160px;
    margin-right: 0px;
  }

  div#wrap_buyers div.item_inner div.label img, div#wrap_buyers div.item_inner div.label_item img {
    width: 150px;
    margin: 0 auto;
  }

  div#wrap_buyers div.item_inner div.label dl, div#wrap_buyers div.item_inner div.label_item dl {
    flex: 1;
  }

  div#wrap_buyers div.item_inner div.label, div#wrap_buyers div.item_inner div.label_item {
    margin-bottom: 16px;
    margin-top: 8px;
    flex-direction: column;
  }

  div#wrap_buyers div#lowpage #main_item h3 {
    font-size: 20px;
  }

  div#wrap_buyers div.label dt, div#wrap_buyers div.label_item dt {
    font-size: 18px;
    text-align: center;
    margin-bottom: 8px;
  }

  div#wrap_buyers p.price {
    text-align: left;
  }

  div#wrap_buyers #explanation {
    padding: 40px 0;
  }

  .explanation_box {
    display: flex;
    width: 100%;
    flex-direction: column-reverse;
    padding: 0 16px;
    gap: 24px;
    flex: 1;
  }

  .explanation_img {
    width: 100%;
  }

  .explanation_txt {
    width: 100%;
  }

  div#wrap_buyers #wine_whisky .col2,
  div#wrap_buyers #wine_whisky .col3 {
    margin: 0;
    padding: 0;
    align-items: flex-start;
    gap: 40px;
  }

  div#wrap_buyers div.whisky {
    gap: 40px;
  }

  div#wrap_buyers #wine_whisky .col3 {
    display: flex;
    flex-direction: column;
  }

  div#wrap_buyers .col3,
  div#wrap_buyers .col2 {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 16px;
    gap: 40px;
  }

  div#wrap_buyers #premium_selection {
    padding: 40px 0;
  }

  div#wrap_buyers #nikka,
  div#wrap_buyers #kavalan,
  div#wrap_buyers #chateau {
    gap: 40px;
    padding: 40px 0;
  }

  div#wrap_buyers .col3 .item,
  div#wrap_buyers .col2 .item {
    width: 100%;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
  }

  div#wrap_buyers .col3 .item img {
    width: 80px;
  }

  div#wrap_buyers .col2 .item img {
    width: auto;
    height: 250px;
  }

  .img_box {
    width: 35%;
  }

  .img_box img {
    margin: auto;
  }

  div#wrap_buyers #kavalan div.item img {
    height: auto;
  }

  div#wrap_buyers #chateau div.item img {
    width: auto;
    height: 210px;
  }

  div#wrap_buyers #wine_whisky .col3 img {
    width: 100%;
    height: auto;
  }

  .kavalan_disc {
    width: 90%;
  }

  img.img_tate {
    height: 240px !important;
    width: auto !important;
  }

  div#wrap_buyers .col3 .item_txt,
  div#wrap_buyers .col2 .item_txt {
    display: flex;
    flex-direction: column;
    width: 60%;
  }

  div#wrap_buyers .col3 .item_txt .gentei,
  div#wrap_buyers .col2 .item_txt .gentei {
    order: 2;
  }

  div#wrap_buyers .col3 .item_txt h5,
  div#wrap_buyers .col2 .item_txt h5 {
    order: 1;
  }

  div#wrap_buyers .col3 .item_txt .item_price,
  div#wrap_buyers .col2 .item_txt .item_price {
    order: 3;
  }

  div#wrap_buyers .item_price {
    display: block;
  }

  div#wrap_buyers .item_price p {
    margin-bottom: 8px;
    text-align: left;
  }

  div#wrap_buyers div.item_txt {
    margin: 0;
  }

  div#wrap_buyers div.subitem {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 16px;
  }

  div#wrap_buyers div.subitem_inner {
    width: 100%;
    display: flex;
  }

  div#wrap_buyers #sub_item {
    padding: 40px 16px;
  }

  div#wrap_buyers #sub_item p.price {
    text-align: left;
  }

  div#wrap_buyers #item_kikan {
    padding: 40px 16px;
  }

  div#wrap_buyers div.kikan {
    padding: 16px 8px;
    width: 100%;
  }

  div#wrap_buyers div.kikan p {
    font-size: 16px;
    letter-spacing: -0.8px;
  }

  div#wrap_buyers div#sub_item01 {
    width: 100%;
  }

  div#wrap_buyers #wine_whisky {
    width: 100%;
    display: flex;
    padding: 40px 16px;
  }

  div#wrap_buyers div.whisky {
    margin-top: 40px;
  }

  div#wrap_buyers #wine_whisky h2 {
    font-size: 24px;
  }

  div#wrap_buyers #wine_whisky h2 span {
    font-size: 14px;
  }

  div#wrap_buyers #wine_whisky p.sub_itemtext {
    font-size: 12px;
  }

  div#wrap_buyers div.wine div.sub_item01 {
    align-items: 100%;
  }

  div#wrap_buyers #wine_whisky #sub_item01 h3 {
    font-size: 24px;
    margin-top: 0;
    padding-bottom: 16px;
  }

  div#wrap_buyers #wine_whisky #sub_item01 h3 span {
    font-size: 16px;
  }

  div#wrap_buyers div.whisky {
    display: flex;
    flex-direction: column;
  }

  div#wrap_buyers div.whisky div.sub_item01 {
    display: flex;
    flex-direction: row;
    text-align: center;
    width: 100%;
    gap: 24px;
    margin-top: 24px;
  }

  div#wrap_buyers div.whisky img {
    width: 300px;
  }

  div#wrap_buyers div.whisky div.sub_item01 div {
    display: flex;
    flex-direction: column;
    text-align: left;
    gap: 8px;
    width: 100%;
  }

  div#wrap_buyers #main_item h3 {
    font-size: 20px;
  }

  div#wrap_buyers div.subitem_inner {
    gap: 24px;
  }

  div#wrap_buyers div.whisky div.gentei p.gentei_innner {
    margin-left: 0px;
  }

  div#wrap_buyers div.item h3 {
    font-size: 18px;
  }

  div#wrap_buyers p.price span {
    font-size: 14px;
  }

  div#wrap_buyers p.price .price_txt {
    display: block;
  }

  div#wrap_buyers p.price {
    font-size: 22px;
  }

  div#wrap_buyers div.whisky h4 {
    text-align: left;
  }

  div#wrap_buyers div.whisky div.subitem_price p {
    text-align: left;
    font-size: 14px;
  }

  div#wrap_buyers div.whisky div.subitem_price p span {
    font-size: 22px;
  }

  div#wrap_buyers main p .header_text {
    font-size: 12px;
  }

  div#wrap_buyers main p .header_text2 {
    font-size: 12px;
  }

  div#reservation_pc {
    display: none;
  }

  p.sp {
    display: block;
  }

  p.pc {
    display: none;
  }

  .modal-video-movie-wrap iframe {
    height: 100%;
  }

  div#wrap_buyers main p.main_text,
  div#wrap_buyers #wrap_item header p.main_text {
    font-size: 14px;
    padding: 8px 10px;
  }

  div#wrap_buyers div.gentei p.gentei_innner,
  div#wrap_buyers #chateau div.gentei p.gentei_innner {
    font-size: 20px;
    font-weight: 600;
    padding: 0px 8px;
    line-height: 1.5em;
  }

  div#wrap_buyers div.pickup_item div.gentei p.gentei_innner {
    font-size: 18px;
    font-weight: 600;
    padding: 2px 8px;
    line-height: 1.5em;
  }

  div#wrap_buyers div.gentei {
    flex-direction: column;
    align-items: baseline;
    gap: 8px;
  }

  div#wrap_buyers div.gentei span {
    font-size: 14px;
  }

  div#wrap_buyers div.gentei p.ohitori {
    font-size: 16px;
  }

  div#wrap_buyers div.pickup_item div.gentei p.ohitori {
    font-size: 16px;
  }

  div#wrap_buyers div.kikan p.caution {
    font-size: 12px;
    padding-top: 8px;
  }

  div.kikan span.header_text2 {
    font-size: 12px;
  }

  div#wrap_buyers div.whisky p.ohitori {
    font-size: 12px;
  }

  div#wrap_buyers #douga div.douga_sp {
    display: block;
  }

  div#wrap_buyers #douga div.douga_pc {
    display: none;
  }

  div.kikan {
    padding: 14px;
  }

  div#wrap_buyers #main_item h2 {
    font-size: 24px;
  }

  div.kikan .text {
    font-size: 12px;
  }

  div.kikan p.text span {
    font-size: 12px;
  }

  div.kikan p.caution {
    font-size: 12px;
  }

  div#wrap_buyers main div.main_kikan p {
    font-size: 16px;
    letter-spacing: -0.8px;
  }

  div#wrap_buyers #main_item p.back {
    max-width: 750px;
  }

  div#wrap_buyers div.item_inner img.img_OwnersCask {
    width: 200px;
  }

  div.main_kikan p.caution {
    font-size: 12px !important;
  }

  p.main_text2 {
    padding: 0px;
  }

  div.main_kikan .body16 {
    font-size: 16px !important;
  }

  div.kikan div.caution_alcohol p {
    font-size: 10px !important;
  }

  div.kikan div.caution_alcohol img {
    max-width: 40px;
    display: block;
  }

  div#wrap_buyers section#caution h5 {
    font-size: 20px;
  }

  div.kikan div.caution_alcohol {
    justify-content: center;
    align-items: top !important;
  }

  .modal-video-body {
    max-width: 100% !important;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0 0px;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
  }

  .modal-video-movie-wrap {
    height: 80% !important;
  }

  div#reservation_sp {
    display: block;
    position: sticky;
    bottom: 0px;
    margin-top: 12px;
    background-color: #FFFFFF;
    padding: 8px 0px 8px 0px;
    border-top: 1px solid #E4E7EB;
    margin-bottom: 16px;
    z-index: 999;
  }

  div#reservation_sp p {
    font-family: "Noto Sans JP";
  }

  div#reservation_sp h3 {
    display: flex;
    min-height: 56px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    align-self: 100%;
    border-radius: 6px;
    background: #A03306;
    color: #FFFFFF;
    margin-top: 4px;
    margin-left: 16px;
    margin-right: 16px;
    font-weight: 600;
    font-family: "Noto Sans JP";
  }

  div#wrap_buyers #main_item a.back_link {
    width: 100%;
  }

  div#wrap_buyers section#caution {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 16px 16px;
    text-align: left;
  }

  section.sp_download {
    display: flex;
    flex-direction: column;
    padding: 16px;
    background: #F7F8FA;
    margin-left: 16px;
    margin-right: 16px;
    font-size: 12px;
    text-align: left;
    margin-bottom: 24px;
  }

  section.sp_download p {
    font-size: 12px;
  }

  section.sp_download ol {
    list-style-type: decimal;
    list-style-position: outside;
    margin-bottom: 16px;
    margin-left: 16px;
  }

  section.sp_download div.store {
    display: flex;
    flex-direction: row;
    gap: 16px;
  }

  #wrapper {
    margin-bottom: 0px;
  }

  #share {
    padding-top: 24px;
  }
}