@charset "UTF-8";
/* -------------------------------------------- */
/* PC用
/* -------------------------------------------- */
html {
  overflow: visible;
}

body {
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /*Chrome,Safari*/
  -ms-text-size-adjust: 100%;
  /*EgdeMobile*/
  -moz-text-size-adjust: 100%;
  /*firefox*/
  overflow: visible;
}

.body16 {
  font-size: 16px;
}

.body12 {
  font-size: 12px;
}

.yokoku {
  width: 100%;
  height: 40px;
  background: #F5BF32;
  position: relative;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  color: #262626;
  line-height: 40px;
}

#wrapper {
  overflow: clip;
  position: relative;
}

.annotation {
  font-family: "Noto Serif JP";
  font-size: 12px;
  color: #FFFFFF;
}

#wrap_buyers {
  width: 100%;
  color: #FFFFFF;
  font-size: 14px;
  text-align: center;
  background: #262626;
  font-style: normal;
  font-weight: normal;
  word-break: break-all;
  border-top: 1px solid #E4E7EB;
}
#wrap_buyers.body16 {
  font-size: 16px;
}
#wrap_buyers header {
  width: 100%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
#wrap_buyers header .kv_dark {
  width: 100%;
  height: 700px;
  overflow: clip;
  background-image: url("../img/kv_pc.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#wrap_buyers header .kv_dark_wrap {
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  margin: auto;
  justify-content: space-between;
}
#wrap_buyers header .kv_dark_title {
  margin: 40px 0 16px;
  font-family: "Noto Serif JP";
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #F7EBA9;
  text-align: center;
}
#wrap_buyers header .kv_dark h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  font-family: "Noto Serif JP";
  font-size: 72px;
  font-weight: 700;
  background: #810407;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.15em;
  text-align: left;
}
#wrap_buyers header .kv_dark h1 .subtitle {
  width: 100%;
  position: relative;
  margin-top: 16px;
  padding: 0 55px;
  font-size: 32px;
  -webkit-text-fill-color: #F7EBA9;
  text-align: center;
  font-weight: 600;
}
#wrap_buyers header .kv_dark h1 .subtitle:before, #wrap_buyers header .kv_dark h1 .subtitle:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 40%;
  height: 1px;
  top: 50%;
  background-color: #F7EBA9;
}
#wrap_buyers header .kv_dark h1 .subtitle:before {
  left: 0;
}
#wrap_buyers header .kv_dark h1 .subtitle:after {
  right: 0;
}
#wrap_buyers header .kv_dark img {
  align-items: center;
  margin: auto;
  width: 100%;
  padding-top: 16px;
}

.anni_logo {
  position: absolute;
  width: 88px;
  bottom: 16px;
  right: 16px;
}

main {
  width: 100%;
  padding: 60px 0;
  background: url(../img/bk_whiskey.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
main h2 {
  font-family: "Noto Serif JP";
  font-size: 36px;
  text-align: center;
  font-weight: 600;
  margin: 16px 0 32px;
  color: #FFFFFF;
}
main .main_content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  gap: 40px;
  margin-bottom: 40px;
}
main .main_img {
  max-width: 440px;
  align-content: center;
}
main .main_copy {
  text-align: left;
}
main .main_gentei {
  width: 200px;
  margin: 0 auto;
  text-align: center;
  font-family: "Noto Serif JP";
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1em;
  font-weight: 600;
  background: #0072CE;
  border-radius: 40px;
  padding: 12px 20px;
  z-index: 1;
}
main .main_text {
  font-family: "Noto Serif JP";
  font-size: 16px;
  color: #FFFFFF;
  align-self: center;
  text-align: center;
  line-height: 200%;
  z-index: 1;
}
main .kikan {
  display: flex;
  width: 920px;
  padding: 36px;
  justify-content: flex-start;
  flex-direction: column;
  margin: 0 auto;
  background: #F5BF32;
  border-radius: 10px;
  z-index: 1;
}
main .kikan_text {
  display: flex;
  width: auto;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  justify-content: flex-start;
  text-align: left;
}
main .kikan_date {
  font-family: "Noto Serif JP";
  color: #262626;
  font-size: 24px;
  font-weight: 700;
}
main .kikan_date span {
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 400;
}
main .kikan_time {
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 400;
  padding-left: 8px;
}
main .caution {
  color: #810407;
  font-size: 14px;
  font-weight: normal;
  font-family: "Noto Serif JP";
  padding-top: 8px;
  text-align: center;
}
main .comment {
  width: 920px;
  margin: 60px auto 0;
  padding: 32px;
  justify-content: flex-start;
  border: 1px solid #F5BF32;
  border-radius: 10px;
}
main .comment h3 {
  color: #F5BF32;
  margin-bottom: 16px;
}
main .comment .comment_wrap {
  display: flex;
  flex-direction: row;
  gap: 24px;
}
main .comment .comment_img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
}
main .comment .name_sp {
  display: none;
}
main .comment .comment_text {
  font-family: "Noto Serif JP";
  text-align: left;
}
main .comment .comment_text p {
  color: #FFFFFF;
  font-size: 16px;
}
main .comment .comment_text .name {
  padding-top: 16px;
  text-align: right;
}
main .comment .comment_text .comment_title {
  color: #FFFFFF;
  font-size: 24px;
  margin-bottom: 20px;
}

h3 {
  width: 100%;
  color: #F5BF32;
  font-family: "Noto Serif JP";
  font-size: 36px;
  font-weight: 500;
  text-align: center;
}

#share {
  width: 100%;
  padding-top: 40px;
  background: #fff !important;
}
#share .share_wrap {
  width: 200px;
  margin: 0 auto;
}

.share {
  font-family: "Noto Sans JP";
  font-weight: 600;
  color: #0072CE;
  font-size: 1.2rem;
}

.copy {
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-weight: 400;
  margin-top: 16px;
  color: #FFFFFF;
}

#item_kikan {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  background: #262626;
  background-size: cover;
  background-repeat: repeat;
  background-position: top center;
  padding: 40px 48px;
  gap: 24px;
}
#item_kikan .item_kikan_wrap {
  display: flex;
  padding: 32px;
  width: 920px;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin: auto;
  background: #F5BF32;
  border-radius: 10px;
  z-index: 1;
}
#item_kikan .kikan_text {
  display: flex;
  width: auto;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  justify-content: flex-start;
  text-align: left;
}
#item_kikan .kikan_date {
  font-family: "Noto Serif JP";
  color: #262626;
  font-size: 24px;
  font-weight: 700;
}
#item_kikan .kikan_date span {
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 400;
}
#item_kikan .kikan_time {
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 400;
  padding-left: 8px;
}
#item_kikan .caution_text {
  width: 100%;
  color: #810407;
  font-size: 14px;
  font-weight: normal;
  font-family: "Noto Serif JP";
  padding-top: 8px;
  text-align: center;
}
#item_kikan .caution_alcohol {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.8);
  padding: 16px;
  margin-top: 8px;
  text-align: left;
  border-radius: 8px;
}
#item_kikan .caution_alcohol_hand {
  display: block;
  width: 36px;
}
#item_kikan .caution_alcohol_sake {
  display: block;
  width: 40px;
}

#pickup {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url("../img/lineup_bk.jpg");
  background-repeat: repeat;
  padding: 60px;
  gap: 40px;
}
#pickup .pickup_item_text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: #00275C;
  flex: 1;
}
#pickup .pickup_item_text .pickup_item_title {
  font-family: "Noto Serif JP";
  color: #FFFFFF;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  text-align: left;
}
#pickup .pickup_inner {
  width: 920px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: left;
  gap: 40px;
}
#pickup .pickup_item {
  width: 400px;
  position: relative;
}
#pickup .pickup_item img {
  display: block;
  width: 100%;
  margin: 0 auto;
  position: relative;
  filter: drop-shadow(8px 8px 16px rgba(0, 0, 0, 0.6));
}

.price_btn {
  display: inline-block;
  width: 184px;
  height: 56px;
  box-sizing: border-box;
  background: #0072CE;
  font-family: "Noto Serif JP";
  font-size: 14px;
  font-weight: 600;
  padding: 16px 0;
  border-radius: 32px;
  text-align: center;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
}
.price_btn:link, .price_btn:visited {
  color: #FFFFFF;
}

.gentei {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  font-family: "Noto Serif JP";
}
.gentei .gentei_inner {
  display: inline-block;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 600;
  border: 1px solid #FFFFFF;
  padding: 0 8px;
}
.gentei .gentei_inner span {
  font-size: 16px;
}
.gentei .ohitori {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
}

#lineup {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #262626;
  background-repeat: repeat;
  padding: 60px;
  gap: 40px;
}
#lineup .lineup_item_text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: #00275C;
  flex: 1;
}
#lineup .lineup_item_text .lineup_item_title {
  font-family: "Noto Serif JP";
  color: #262626;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  text-align: left;
}
#lineup .lineup_inner {
  width: 920px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: left;
  background: url(../img/bk.jpg);
  background-size: cover;
  padding: 48px 80px;
  border-radius: 10px;
  gap: 40px;
}
#lineup .lineup_item {
  width: 140px;
  position: relative;
}
#lineup .lineup_item img {
  display: block;
  width: 100%;
  margin: 0 auto;
  position: relative;
  filter: drop-shadow(8px 8px 16px rgba(131, 57, 0, 0.3));
}
#lineup .label {
  background: url(../img/bk02.jpg);
  background-size: cover;
}
#lineup .price_text, #lineup .price_amount {
  color: #262626;
}

.price_btn {
  display: inline-block;
  width: 184px;
  height: 56px;
  box-sizing: border-box;
  background: #0072CE;
  font-family: "Noto Serif JP";
  font-size: 14px;
  font-weight: 600;
  padding: 16px 0;
  border-radius: 32px;
  text-align: center;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
}
.price_btn:link, .price_btn:visited {
  color: #FFFFFF;
}

.gentei {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  font-family: "Noto Serif JP";
}
.gentei .gentei_inner {
  display: inline-block;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 600;
  border: 1px solid #FFFFFF;
  padding: 0 8px;
}
.gentei .gentei_inner span {
  font-size: 16px;
}
.gentei .ohitori {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
}

.price {
  color: #FFFFFF;
  font-family: "Noto Serif JP";
  text-align: left;
}
.price .price_text {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 1rem;
}
.price .price_amount {
  color: #FFFFFF;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.5rem;
  padding-top: 8px;
}
.price .price_amount span {
  font-size: 14px;
}

.label {
  display: flex;
  flex-direction: row;
  padding: 24px;
  justify-content: center;
  font-family: "Noto Serif JP";
  text-align: left;
  gap: 24px;
  border-radius: 8px;
  background: url(../img/bk.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 16px;
}
.label img {
  width: 100px;
  margin: auto;
}
.label dt {
  color: #262626;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 8px;
  text-align: left;
}
.label dd {
  color: #262626;
  font-size: 14px;
  font-weight: 400;
}

#goods, #wine_whisky {
  width: 100%;
  padding: 60px 0;
  background: #262626;
  background-repeat: repeat;
}

.goods_inner {
  display: flex;
  width: 920px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.goods_inner.col2 {
  gap: 48px;
}
.goods_inner.col2 .item.col2 .img_box {
  display: block;
  align-items: center;
  width: 100%;
  background: #FFFFFF;
  padding: 60px;
}
.goods_inner.col2 .item.col2 .img_box .img_tate {
  display: block;
  height: 460px;
  margin: auto;
}
.goods_inner.col2 .item.col2 .img_box .img_yoko {
  display: block;
  height: 460px;
  margin: auto;
}
.goods_inner.col2 .item_text {
  width: 100%;
}
.goods_inner.col3, .goods_inner.col4 {
  gap: 40px 24px;
}
.goods_inner.col3 .item.col3 .img_box, .goods_inner.col3 .item.col4 .img_box, .goods_inner.col4 .item.col3 .img_box, .goods_inner.col4 .item.col4 .img_box {
  display: block;
  width: 212px;
  align-items: center;
  background: #FFFFFF;
  padding: 40px 0;
}
.goods_inner.col3 .item.col3 .img_box .img_tate, .goods_inner.col3 .item.col4 .img_box .img_tate, .goods_inner.col4 .item.col3 .img_box .img_tate, .goods_inner.col4 .item.col4 .img_box .img_tate {
  display: block;
  height: 210px;
  margin: auto;
}
.goods_inner.col3 .item.col3 .img_box .img_yoko, .goods_inner.col3 .item.col4 .img_box .img_yoko, .goods_inner.col4 .item.col3 .img_box .img_yoko, .goods_inner.col4 .item.col4 .img_box .img_yoko {
  display: block;
  height: 210px;
  margin: auto;
}
.goods_inner.col3 {
  width: 684px;
}
.goods_inner.col3 .item_text {
  width: 100%;
}
.goods_inner .item {
  display: flex;
  align-items: center;
}
.goods_inner .item h5 {
  font-family: "Noto Serif JP";
  font-size: 20px;
  font-weight: 600;
  color: #FFFFFF;
  text-align: left;
}
.goods_inner .item.col2 {
  width: 436px;
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: 48px;
}
.goods_inner .item.col3, .goods_inner .item.col4 {
  display: flex;
  flex-direction: column;
  text-align: left;
  width: 212px;
  gap: 24px;
}
.goods_inner .item .item_text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.goods_inner .item .item_text .ohitori {
  font-size: 12px;
}
.goods_inner .gentei_inner {
  font-size: 20px;
}
.goods_inner .gentei_inner span {
  font-size: 12px;
}
.goods_inner .price_btn {
  width: 100%;
}
.goods_inner .item_wrap {
  display: flex;
  flex-direction: row;
}
.goods_inner .item_wrap .price {
  width: 256px;
}
.goods_inner .item_wrap .price_btn {
  width: 180px;
}

#wine_whisky {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
}
#wine_whisky h3 {
  color: #FFFFFF;
}
#wine_whisky h4 {
  width: 920px;
  position: relative;
  display: inline-block;
  font-family: "Noto Serif JP";
  font-size: 32px;
  color: #F5BF32;
  padding: 0 56px;
  margin: 40px 0 48px;
}
#wine_whisky h4:before, #wine_whisky h4:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 30%;
  height: 1px;
  background-color: #F5BF32;
}
#wine_whisky h4:before {
  left: 0;
}
#wine_whisky h4:after {
  right: 0;
}
#wine_whisky .wine_whisky_inner {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 24px;
}

#reservation_pc {
  display: none;
  width: 1000px;
  margin: 24px auto 12px;
  position: sticky;
  bottom: 10px;
  z-index: 2;
}
#reservation_pc h3 {
  padding: 10px 24px;
  text-align: center;
  border-radius: 10px 10px 0 0;
  background: #0072CE;
  color: #FFFFFF !important;
  font-size: 19px !important;
  line-height: 140%;
  font-family: "Noto Sans JP";
}
#reservation_pc .main_innerBlock {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  border: 1px solid #003A72;
  border-radius: 0 0 10px 10px;
  background: #fff;
  padding: 16px 32px;
  text-align: left;
  gap: 20px;
}
#reservation_pc .main_innerBlock h4 {
  color: #262626;
  font-family: "Noto Sans";
  font-size: 15px;
  font-weight: 700;
}
#reservation_pc .main_innerBlock p {
  color: #262626;
  font-family: "Noto Sans";
  font-size: 15px;
}
#reservation_pc .main_innerBlock p span {
  font-weight: 600;
}
#reservation_pc .main_innerBlock .app_dl {
  font-size: 12px;
  margin-top: 8px;
}

#reservation_sp {
  display: none;
}

#caution {
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 16px;
  text-align: left;
}
#caution h5 {
  color: #fff;
  font-family: "Noto Sans";
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 24px;
}
#caution ul li {
  list-style: disc;
  list-style-position: inside;
}
#caution ul li.no1 {
  list-style: none;
}

.sp_download {
  display: none;
}

.break {
  display: block;
}

.break_sp {
  display: none;
}

#lowpage #main_item {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #262626;
  padding: 16px 0;
  gap: 24px;
  color: #00275C;
}
#lowpage #main_item .main_title {
  display: flex;
  font-family: "Noto Serif JP";
  font-size: 24px;
  color: #FFFFFF;
  text-align: center;
  align-content: center;
  margin-bottom: 16px;
}
#lowpage #main_item .main_title img {
  width: 40px;
  padding-right: 8px;
}
#lowpage #main_item .back_link {
  width: 920px;
  display: block;
  text-align: left;
}
#lowpage #main_item .back {
  background-image: url(../img/arrrow_wt.png);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 16px;
  padding-right: 16px;
  color: #FFFFFF;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-weight: 600;
  background-size: 7px 14px;
  align-self: center;
}
#lowpage #main_item .item {
  width: 100%;
  padding: 60px 0;
  background: url(../img/lineup_bk.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
#lowpage #main_item .item_wrap {
  width: 1000px;
  margin: auto;
  padding: 40px;
  border-radius: 10px;
  background: rgba(174, 32, 35, 0.6);
}
#lowpage #main_item .main_text {
  width: 14em;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 1em;
  color: #FFFFFF;
  background: #0072CE;
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-weight: 700;
  border-radius: 22px;
  display: flex;
  padding: 12px 20px;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
#lowpage #main_item h3 {
  width: 100%;
  color: #FFFFFF;
  font-family: "Noto Serif JP";
  font-size: 32px;
  font-weight: 500;
  text-align: left;
  padding: 0;
  margin-bottom: 24px;
}
#lowpage #main_item .price {
  text-align: left;
}
#lowpage #main_item .price .price_amount {
  font-size: 40px;
  color: #FFFFFF;
  margin-bottom: 40px;
}
#lowpage .gentei {
  margin-bottom: 24px;
}
#lowpage .spec, #lowpage .setsumei {
  text-align: left;
  color: #FFFFFF;
}
#lowpage .spec {
  font-family: "Noto Sans JP";
  line-height: 1.15rem;
  font-size: 14px;
  color: #FFFFFF;
}
#lowpage .setsumei {
  font-family: "Noto Serif JP";
  font-size: 16px;
  border-top: 1px solid #FFFFFF;
  padding: 40px 0 16px;
  line-height: 1.5rem;
  margin: 0;
}
#lowpage .item_inner {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: left;
  gap: 40px;
}
#lowpage .item_inner .main_img {
  width: 424px;
  position: relative;
}
#lowpage .item_inner .main_img img {
  display: block;
  width: 100%;
  margin: auto;
  filter: drop-shadow(8px 8px 16px rgba(0, 0, 0, 0.6));
}
#lowpage .item_inner .pickup_item {
  width: 600px;
}
#lowpage .label {
  width: 800px;
  margin: 16px auto 0;
  flex-direction: row;
}
#lowpage .label img {
  width: 120px;
  margin: 0;
}
#lowpage .label_item {
  margin-top: 16px;
  flex-direction: column;
}

/* -------------------------------------------- */
/* SP用
/* -------------------------------------------- */
@media screen and (max-width: 750px) {
  #wrapper {
    overflow: clip;
  }
  #wrap_buyers {
    text-align: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: auto;
    background-position: center;
    aspect-ratio: 750/1200;
    /* アスペクト比を保持してレスポンシブ */
  }
  #wrap_buyers header .kv_dark {
    width: 100%;
    height: 0;
    background-image: url("../img/kv_sp.jpg");
    background-size: cover;
    background-position: top;
    padding-top: 160%;
  }
  #wrap_buyers header .kv_dark .kv_dark_wrap {
    display: none;
  }
  #wrap_buyers header .kv_dark h1 {
    font-size: 6.25vw;
  }
  #wrap_buyers header .kv_dark h1 .subtitle {
    margin-top: 8px;
    font-size: 12px;
  }
  #wrap_buyers header .kv_dark img {
    width: 50%;
    padding-top: 8px;
  }
  #wrap_buyers header .kv_dark_wrap {
    padding: 0 24px;
    max-width: 100%;
  }
  #wrap_buyers header .kv_dark_title {
    font-size: 8px;
    margin: 8px 0;
  }
  #wrap_buyers #main_item a.back_link {
    width: 100%;
  }
  #wrap_buyers #caution {
    width: 100%;
    margin-left: 0 auto;
    padding: 16px;
    text-align: left;
  }
  br.pc {
    display: none;
  }
  .anni_logo {
    width: 60px;
    right: 8px;
    bottom: 8px;
  }
  main {
    max-width: 100%;
    padding: 40px 16px 24px;
    background-size: cover;
  }
  main h2 {
    font-size: 24px;
    font-weight: 600;
    margin: 16px 0;
  }
  main .main_content {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
    margin-bottom: 24px;
    order: 1;
  }
  main .main_img {
    width: 100%;
    align-content: center;
    order: 2;
  }
  main .main_copy {
    text-align: left;
  }
  main .main_gentei {
    width: 180px;
    margin: auto;
    padding: 12px 20px;
    font-family: "Noto Serif JP";
    font-size: 14px;
  }
  main .main_text {
    font-size: 14px;
  }
  main .comment {
    width: 100%;
    padding: 24px;
  }
  main .comment h3 {
    font-size: 24px;
  }
  main .comment .comment_wrap {
    flex-direction: column;
    gap: 16px;
  }
  main .comment .comment_wrap .comment_text {
    font-size: 14px;
    order: 1;
  }
  main .comment .comment_wrap .comment_text .name {
    display: none;
  }
  main .comment .comment_wrap .comment_text .comment_title {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
  }
  main .comment .comment_wrap .comment_img {
    position: relative;
    width: 60px;
    height: 60px;
    margin: auto;
    order: 2;
  }
  main .comment .comment_wrap .name_sp {
    display: block;
    font-family: "Noto Serif JP";
    font-size: 14px;
    color: #FFFFFF;
    order: 3;
  }
  main .kikan {
    display: flex;
    width: 100%;
    padding: 16px;
    flex-direction: column;
    margin: 0 auto;
    justify-content: flex-start;
    z-index: 1;
  }
  main .kikan_text {
    font-size: 16px;
  }
  main .kikan_text .time {
    font-size: 12px;
    font-family: "Noto Sans JP";
    font-weight: 400;
  }
  main .kikan_date {
    font-family: "Noto Serif JP";
    color: #262626;
    font-size: 14px;
    font-weight: 600;
  }
  main .kikan_time {
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-weight: 400;
    padding-left: 8px;
  }
  main .caution {
    color: #810407;
    font-size: 12px;
    font-weight: normal;
    font-family: "Noto Serif JP";
    padding-top: 8px;
    text-align: center;
  }
  div#wrap_buyers br.sp {
    display: block;
  }
  #pickup {
    padding: 40px 16px;
    background: url("../img/lineup_bk.jpg");
    background-repeat: repeat;
  }
  #pickup h3 {
    font-size: 24px;
  }
  #pickup .pickup_inner {
    width: 100%;
    flex-direction: column;
  }
  #pickup .pickup_item {
    width: 100%;
    margin: auto;
    padding: 16px;
  }
  #pickup .pickup_item:after {
    width: 96px;
    height: 96px;
    background-size: 96px;
    top: 16px;
    left: 40px;
  }
  #pickup .pickup_item img {
    width: 250px;
  }
  #pickup .pickup_item_text .pickup_item_title {
    font-size: 20px;
    font-weight: 600;
  }
  #pickup .gentei_inner {
    font-size: 20px;
  }
  #pickup .gentei_inner span {
    font-size: 14px;
  }
  #pickup .ohitori {
    font-size: 12px;
  }
  .price_btn {
    width: 100%;
    padding: 16px;
  }
  .label {
    padding: 16px;
  }
  .label dt {
    text-align: left;
    font-size: 20px;
  }
  .label dd {
    font-size: 14px;
  }
  #lineup {
    padding: 24px 16px;
  }
  #lineup .lineup_inner {
    width: 100%;
    flex-direction: column;
    padding: 24px 16px;
  }
  #lineup .lineup_item {
    width: 80px;
    margin: auto;
  }
  #lineup .lineup_item_text .lineup_item_title {
    font-size: 20px;
  }
  #goods, #wine_whisky {
    display: flex;
    width: 100%;
    padding: 24px 16px;
    margin: 0;
  }
  .goods_inner {
    width: 100%;
  }
  .goods_inner.col2 {
    gap: 48px;
  }
  .goods_inner.col2 .item.col2 {
    width: 100%;
    gap: 24px;
  }
  .goods_inner.col2 .item.col2 .img_box {
    display: block;
    width: 100%;
    padding: 16px;
  }
  .goods_inner.col2 .item.col2 .img_box .img_tate {
    display: block;
    width: 54px;
    height: auto;
    margin: auto;
  }
  .goods_inner.col2 .item.col2 .img_box .img_yoko {
    display: block;
    width: 112px;
    height: auto;
    margin: auto;
  }
  .goods_inner.col2 .item.col2 .img_box .img_yoko.wide {
    display: block;
    width: 70px;
    height: auto;
    margin: auto;
  }
  .goods_inner.col3, .goods_inner.col4 {
    gap: 48px;
  }
  .goods_inner.col3 .item.col3 .img_box, .goods_inner.col3 .item.col4 .img_box, .goods_inner.col4 .item.col3 .img_box, .goods_inner.col4 .item.col4 .img_box {
    display: block;
    width: 48%;
    align-items: center;
    padding: 16px;
  }
  .goods_inner.col3 .item.col3 .img_box .img_tate, .goods_inner.col3 .item.col4 .img_box .img_tate, .goods_inner.col4 .item.col3 .img_box .img_tate, .goods_inner.col4 .item.col4 .img_box .img_tate {
    display: block;
    width: 54px;
    height: auto;
    margin: auto;
  }
  .goods_inner.col3 .item.col3 .img_box .img_yoko, .goods_inner.col3 .item.col4 .img_box .img_yoko, .goods_inner.col4 .item.col3 .img_box .img_yoko, .goods_inner.col4 .item.col4 .img_box .img_yoko {
    display: block;
    width: 120px;
    height: auto;
    margin: auto;
  }
  .goods_inner.col2 {
    flex-direction: column;
  }
  .goods_inner.col3 {
    width: 100%;
  }
  .goods_inner .item .item_text {
    width: 100%;
    margin: 0;
  }
  .goods_inner .item.col2 {
    flex-direction: column;
  }
  .goods_inner .item.col2 .img_box .img_tate {
    width: 60px;
  }
  .goods_inner .item.col3, .goods_inner .item.col4 {
    width: 100%;
    flex-direction: row;
    gap: 16px;
  }
  .goods_inner .item.col3 .item_text, .goods_inner .item.col4 .item_text {
    width: 50%;
    margin: 0;
  }
  .goods_inner .item.col3 .item_text .ohitori, .goods_inner .item.col4 .item_text .ohitori {
    font-size: 12px;
  }
  .goods_inner .item h5 {
    font-size: 18px;
  }
  .goods_inner .gentei {
    gap: 4px;
    flex-direction: column;
    align-items: flex-start;
  }
  .goods_inner .gentei_inner {
    font-size: 20px;
  }
  .goods_inner .gentei_inner span {
    font-size: 14px;
  }
  .goods_inner .item_wrap {
    flex-direction: column;
    width: 100%;
  }
  .goods_inner .item_wrap .price {
    margin-bottom: 16px;
  }
  .goods_inner .item_wrap .price, .goods_inner .item_wrap .price_btn {
    width: 100%;
  }
  #item_kikan {
    width: 100%;
    padding: 40px 16px;
  }
  #item_kikan .item_kikan_wrap {
    width: 100%;
    padding: 14px;
    align-items: flex-start;
    text-align: left;
  }
  #item_kikan .kikan_date {
    font-size: 14px;
  }
  #item_kikan .kikan_date .time {
    font-family: "Noto Sans JP";
    font-size: 13px;
    font-weight: 400;
  }
  #item_kikan .caution_text {
    font-size: 12px;
    text-align: center;
  }
  #item_kikan .caution_alcohol {
    align-items: flex-start;
    padding: 14px;
  }
  #item_kikan .caution_alcohol p {
    font-size: 12px;
  }
  #item_kikan .caution_alcohol p:first-child {
    font-weight: 600;
  }
  #wine_whisky h3 {
    font-size: 24px;
  }
  #wine_whisky h4 {
    margin: 24px 0;
    font-size: 20px;
  }
  #wine_whisky h4:before {
    width: 17%;
  }
  #wine_whisky h4:after {
    width: 17%;
  }
  .copy {
    font-size: 14px;
  }
  #lowpage #main_item {
    width: 100%;
    padding: 0;
    gap: 16px;
  }
  #lowpage #main_item .back {
    margin: 16px;
  }
  #lowpage #main_item .item {
    padding: 24px 16px;
  }
  #lowpage #main_item .item .item_wrap {
    width: 100%;
    padding: 16px;
  }
  #lowpage #main_item .main_text {
    font-size: 14px;
    width: 13rem;
  }
  #lowpage #main_item .main_title {
    font-size: 14px;
  }
  #lowpage #main_item .main_title img {
    width: 30px;
  }
  #lowpage #main_item h3 {
    font-size: 20px;
    margin-bottom: 16px;
  }
  #lowpage #main_item .price .price_amount {
    font-size: 32px;
    margin-bottom: 24px;
  }
  #lowpage .label {
    flex-direction: row;
    width: 100%;
    padding: 16px;
  }
  #lowpage .label img {
    width: 100px;
    height: 100px;
  }
  #lowpage .item_inner {
    width: 100%;
    flex-direction: column;
    gap: 16px;
  }
  #lowpage .item_inner .img_OwnersCask {
    width: 200px;
  }
  #lowpage .item_inner .pickup_item {
    width: 100%;
  }
  #lowpage .item_inner .main_img {
    width: 100%;
    padding: 16px;
  }
  #lowpage .item_inner .main_img img {
    width: 280px;
  }
  #lowpage .item_inner .main_img:after {
    width: 96px;
    height: 96px;
    top: 20px;
    left: 40px;
    background-size: 96px;
  }
  #lowpage .gentei {
    margin-bottom: 16px;
  }
  #lowpage .gentei .gentei_inner {
    font-size: 20px;
  }
  #lowpage .gentei .ohitori {
    font-size: 14px;
  }
  #lowpage .setsumei {
    width: 100%;
    padding: 24px 0 16px;
    font-size: 14px;
  }
  #reservation_pc {
    display: none;
  }
  .break {
    display: none;
  }
  .break_sp {
    display: block;
  }
  .modal-video-movie-wrap iframe {
    height: 100%;
  }
  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;
  }
  #reservation_sp {
    display: none;
    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;
  }
  #reservation_sp p {
    font-family: "Noto Sans JP";
  }
  #reservation_sp h3 {
    width: auto;
    height: 56px;
    line-height: 56px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 6px;
    background: #F5BF32;
    color: #262626;
    margin: 4px 16px;
    font-weight: 600;
    font-family: "Noto Sans JP";
    font-size: 1.1rem;
  }
  .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;
  }
  .sp_download p {
    font-size: 12px;
  }
  .sp_download ol {
    list-style-type: decimal;
    list-style-position: outside;
    margin-bottom: 16px;
    margin-left: 16px;
    color: #000;
  }
  .sp_download .store {
    display: flex;
    flex-direction: row;
    gap: 16px;
  }
  #wrapper {
    margin-bottom: 0px;
  }
  #share {
    padding-top: 24px;
  }
}