@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;
}
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: #fff;
  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: #00275C;
  text-decoration: none;
  display: block;
}
div#wrap_buyers header {
  width: 100%;
  background-color: #040819;
}
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;
}
div#wrap_buyers main {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  background: url("../img/bg_blue.png") lightgray 0% 0% / 250px 250px repeat;
  background-repeat: repeat;
  background-position: top center;
  padding: 40px 50px;
  gap: 24px;
}
div#wrap_buyers main p.main_text {
  width: 14em;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-family: "Noto Sans";
  color: #CBB174;
  font-size: 16px;
  line-height: 1.0em;
  font-weight: 600;
  border-radius: 40px;
  border: 1px solid #CBB174;
  padding: 12px 20px;
}
div#wrap_buyers main h2 {
  color: #FFFFFF;
  text-align: center;
  font-size: 40px;
  line-height: 140%;
}
div#wrap_buyers #douga {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url("../img/bg_video.png") lightgray 0% 0% / 150px 150px repeat;
  background-repeat: repeat;
  background-position: top center;
  padding: 40px 50px;
  gap: 24px;
}
div#wrap_buyers #douga h3 {
  color: #00275C;
  text-align: center;
  font-size: 32px;
  padding-bottom: 24px;
}
div#wrap_buyers #douga h3 {
  background: url("../img/bg_line.png") 0% 0% / 300px 2px no-repeat;
  background-position: bottom center;
}
div#wrap_buyers #douga .douga_box {
  width: 424px;
  height: 233px;
  border: none;
}
div#wrap_buyers #douga button {
  border: none;
}
div#wrap_buyers #kuramitsu {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  background: url("../img/bg_comment.png") lightgray 0% 0% / 150px 150px repeat;
  background-repeat: repeat;
  background-position: top center;
  padding: 40px 50px;
  gap: 24px;
  color: #00275C;
  box-shadow: 0 8px 8px -3px #E5E4E3 inset;
}
div#wrap_buyers #kuramitsu h2 {
  text-align: center;
  font-size: 32px;
  padding-bottom: 24px;
}
div#wrap_buyers div.kuramitsu_innner {
  display: flex;
  width: 800px;
  flex-direction: row;
  background: url("../img/bg_comment.png") lightgray 0% 0% / 150px 150px repeat;
  background-repeat: repeat;
  background-position: top center;
  gap: 24px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
div#wrap_buyers #kuramitsu p {
  color: #00275C;
}
div#wrap_buyers #kuramitsu p.name {
  font-size: 24px;
}
div#wrap_buyers div.kuramitsu_innner img {
  width: 200px;
}
div#wrap_buyers div.kuramitsu_innner .comment_left {
  background: url("../img/bg_comment_left.png") 0% 0% / 40px 82px no-repeat;
  background-position: top left;
  margin-top: 24px;
}
div#wrap_buyers div.kuramitsu_innner .comment_right {
  background: url("../img/bg_comment_right.png") 0% 0% / 40px 82px no-repeat;
  background-position: bottom right;
  padding: 24px;
}
div#wrap_buyers #douga h3 {
  color: #00275C;
  text-align: center;
  font-size: 32px;
  padding-bottom: 24px;
}
div#wrap_buyers #main_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 div#lowpage #main_item {
  padding: 24px 16px;
}
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: #00275C;
  font-family: "Noto Sans";
  font-size: 16px;
  font-weight: 700;
  border-radius: 22px;
  border: 1px solid #00275C;
  display: flex;
  padding: 12px 20px;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
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;
  box-shadow: 0 8px 8px -3px #DDD7BA inset;
}
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: #00275C;
  text-align: center;
  font-size: 32px;
  padding-bottom: 24px;
}
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: #00275C;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  text-align: left;
}
div#wrap_buyers div.item_innner {
  width: 800px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: left;
  gap: 40px;
}
div#wrap_buyers div.item_innner img {
  width: 200px;
}

div#wrap_buyers div.saburoumaru_item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #00275C;
  flex: 1;
}
div#wrap_buyers div.saburoumaru_item p {
  color: #00275C;
  line-height: 180%;
}

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: flex;
  padding: 0px 16px;
  align-items: baseline;
  gap: 0px;
  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 div.gentei span {
  font-size: 16px;
}
div#wrap_buyers div.gentei {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
div#wrap_buyers div.label {
  display: flex;
  flex-direction: row;
  padding: 24px;
  justify-content: center;
  gap: 24px;
  border-radius: 8px;
  background: rgba(0, 39, 92, 0.05);
  margin-top: 24px;
  margin-bottom: 0px;
}
div#wrap_buyers div.label img {
  width: 200px;
}
div#wrap_buyers div.label dt {
  color: #00275C;
  font-size: 23px;
  font-weight: 600;
}
div#wrap_buyers div.label dd {
  color: #00275C;
  font-size: 16px;
}
div#wrap_buyers p.price {
  color: #00275C;
  font-size: 28px;
  font-weight: 600;
}
div#wrap_buyers p.price {
  color: #00275C;
  font-size: 28px;
  font-weight: 600;
}
div#wrap_buyers p.price span {
  font-size: 14px;
  font-weight: 400;
}
div#wrap_buyers p.shosai {
  color: #00275C;
  font-size: 14px;
  display: flex;
  height: 44px;
  padding: 16px 50px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid #00275C;
}
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_innner {
  width: 46%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: left;
  gap: 40px;
  margin-right: 24px;
}
div#wrap_buyers div.subitem_innner 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;
  color: #FFFFFF;
  align-self: center;
	line-height: 200%;
}
div#wrap_buyers main p .header_text {
  font-size: 28px;
}
div#wrap_buyers main p .header_text2 {
  font-size: 16px;
}
div#wrap_buyers main div.main_kikan {
  display: flex;
  padding: 32px;
  width: 800px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
  border: 2px solid #C6A96E;
  justify-content: flex-start;
}
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: #CBB174;
  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";
}
div#wrap_buyers #item_kikan {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  background: url("../img/bg_blue.png") lightgray 0% 0% / 250px 250px repeat;
  background-repeat: repeat;
  background-position: top center;
  padding: 40px 50px;
  gap: 24px;
}
div#wrap_buyers div.kikan {
  display: flex;
  padding: 32px;
  width: 800px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
  border: 2px solid #C6A96E;
}
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: #CBB174;
  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-color: #CFD3DA;
  margin-top: 12px;
}
div.kikan div.caution_alcohol img {
  max-width: 100%;
  display: block;
}
div#wrap_buyers div.caution_alcohol p {
  color: #181819;
  font-family: "Noto Sans";
  font-size: 14px;
  font-weight: normal;
}
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_whisky.png") lightgray 0% 0% / 627px 418px repeat;
  background-repeat: repeat;
  background-position: top center;
  padding: 40px 50px;
  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 #wine_whisky #sub_item01 h3 {
  color: #00275C;
  text-align: center;
  font-size: 40px;
  font-weight: 400;
  margin-top: 40px;
}
div#wrap_buyers #wine_whisky #sub_item01 h3 span {
  font-size: 28px;
  margin-left: 12px;
  vertical-align: baseline;
}
div#wrap_buyers div.whisky {
  display: flex;
  flex-direction: row;
  gap: 24px;
  text-align: center;
  flex-wrap: wrap;
  width: 1000px;
  margin-top: 40px;
}
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: 220px;
}
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;
  margin-left: auto;
  margin-right: auto;
}
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: 16px;
  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;
}
div#reservation_pc h3 {
  padding: 10px 24px;
  text-align: center;
  border-radius: 10px 10px 0px 0px;
  background: #00275C;
  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: #00275C;
  font-family: "Noto Sans";
  font-size: 15px;
  font-weight: 700;
}
div#reservation_pc div.main_innerBlock p {
  color: #00275C;
  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: #ECE9CD;
  padding: 16px 32px;
  text-align: left;
  gap: 20px;
  /*  box-shadow: 0px 2px 4px 0px rgba(0, 56, 102, 0.10), 0px 0px 2px 0px rgba(0, 56, 102, 0.16); */
}
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: #fff;
  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;
}
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: #00275C;
  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;
}
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;
	margin-top: 16px;
}

div#wrap_buyers section#app_bnr {
	width: 550px;
	margin-left: auto;
	margin-right: auto;
		  display: flex;
  flex-direction:column;
		gap :24px;
	margin-bottom: 40px;
}
div#wrap_buyers section#app_bnr h3 {
	color:#00275C;
text-align: center;
font-size: 24px;
font-weight: 400;
}
div#wrap_buyers section#app_bnr div {
  display: flex;
  flex-direction:row;
	gap :24px;
	width: 100%;
}
  #share {
    padding-bottom: 24px;
  }
/* -------------------------------------------- */
/* 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 / 1244; /* アスペクト比を保持してレスポンシブ */
  }
  div#wrap_buyers main {
    width: 100%;
    background-size: 750px;
    padding: 24px 16px;
  }
  div#wrap_buyers main h2 {
    font-size: 24px;
  }
  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: 24px 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 {
    font-size: 24px;
	  width: 100%;
  }
  div#wrap_buyers #kuramitsu {
    padding: 24px 16px;
    gap: 0px;
  }
  div#wrap_buyers div.kuramitsu_innner {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  div#wrap_buyers #kuramitsu p img {
    width: 150px;
  }
  div#wrap_buyers div.label {
    padding: 24px;
    justify-content: center;
    gap: 24px;
    border-radius: 8px;
    background: rgba(0, 39, 92, 0.05);
    margin-top: 24px;
    margin-bottom: 24px;
  }
  div#wrap_buyers div.kuramitsu_innner .comment_left {
    text-align: left;
  }
  div#wrap_buyers #main_item {
    width: 100%;
    padding: 24px 16px;
    gap: 40px;
  }
  div#wrap_buyers div#lowpage #main_item {
    padding: 24px 16px;
    gap: 24px;
  }
  div#wrap_buyers div.item_innner {
    width: 100%;
  }
  div#wrap_buyers div.item_innner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  div#wrap_buyers div.item_innner img {
    width: 200px;
    margin-right: 40px;
  }
  div#wrap_buyers div.item_innner img.item02 {
    width: 160px;
    margin-right: 0px;
  }
  div#wrap_buyers div.item_innner div.label img {
    width: 100px;
    margin-right: 0px;
  }
  div#wrap_buyers div.item_innner div.label dl {
    flex: 1;
  }
  div#wrap_buyers div.item_innner div.label {
    margin-bottom: 16px;
    margin-top: 8px;
  }
  div#wrap_buyers div#lowpage #main_item h3 {
    font-size: 20px;
  }
  div#wrap_buyers div.label dt {
    font-size: 18px;
  }
  div#wrap_buyers p.price {
    text-align: left;
  }
  div#wrap_buyers div.subitem {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 16px;
  }
  div#wrap_buyers div.subitem_innner {
    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: 16px;
  }
  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: stretch;
  }
  div#wrap_buyers #wine_whisky #sub_item01 h3 {
    font-size: 24px;
    margin-top: 24px;
  }
  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_innner {
    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 {
    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 {
    font-size: 14px;
    font-weight: 600;
    padding: 0px 8px;
  }
  div#wrap_buyers div.saburoumaru_item div.gentei p.gentei_innner {
    font-size: 18px;
    font-weight: 600;
    padding: 2px 8px;
	  line-height: 100%;
  }
  div#wrap_buyers div.gentei {
    gap: 8px;
  }
  div#wrap_buyers div.gentei span {
    font-size: 12px;
  }
  div#wrap_buyers div.gentei p.ohitori {
    font-size: 12px;
  }
  div#wrap_buyers div.saburoumaru_item div.gentei p.ohitori {
    font-size: 14px;
  }
  div#wrap_buyers div.kikan p.caution {
    font-size: 12px;
  }
  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 #kuramitsu h2 {
    font-size: 24px;
  }
  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_innner 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: 100%;
    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;
  }
  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: stretch;
    border-radius: 6px;
    background: #00275C;
    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;
  }
	div#wrap_buyers section#app_bnr {
	width: 100%;
		  display: flex;
  flex-direction:column;
		gap :24px;
	margin-bottom: 40px;
		padding-left: 16px;
				padding-right: 16px;


}
div#wrap_buyers section#app_bnr h3 {
	color:#00275C;
text-align: center;
font-size: 24px;
font-weight: 400;
}
div#wrap_buyers section#app_bnr div {
  display: flex;
  flex-direction:column;
	gap :24px;
	width: 100%;
			    justify-content: center;
    align-items: center;
}
  #wrapper {
    margin-bottom: 0px;
  }
  #share {
    padding-top: 24px;
  }
}