@charset "UTF-8";
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;
}

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

@media screen and (min-width: 1200px) {
  .body16 {
    font-size: 16px;
  }
  .body12 {
    font-size: 12px;
  }
  #wrapper {
    overflow: clip;
    position: relative;
  }
  #wrap_buyers {
    width: 100%;
    position: relative;
    color: #0B2244;
    font-size: 14px;
    text-align: center;
    background: url(../img/bg_texture01.png);
    background-size: 300px;
    background-repeat: repeat;
    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_sp {
    display: none;
  }
  #wrap_buyers header .kv_dark {
    width: 100%;
    height: 720px;
    overflow: clip;
    background-image: url("../img/pc_kv_bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  #wrap_buyers header .kv_dark_wrap {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    height: 720px;
    max-width: 1440px;
    margin: auto;
    justify-content: space-between;
    z-index: 1;
  }
  #wrap_buyers header .kv_dark_sp {
    display: none;
  }
  #wrap_buyers header .kv_dark_title {
    margin: 40px 0 16px;
    font-family: "Noto Sans 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 Sans JP";
    font-size: 72px;
    font-weight: 700;
    background: #FFC41C;
    -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 {
    position: absolute;
    top: -60px;
    z-index: 0;
    align-items: center;
    margin: auto;
    width: 100%;
  }
  .anni_logo {
    position: absolute;
    width: 88px;
    bottom: 16px;
    right: 16px;
  }
  main {
    width: 100%;
    padding: 60px 0;
    background: url(../img/bg_texture01.png);
    background-size: 300px;
    background-repeat: repeat;
  }
  main h2 {
    font-family: "Noto Sans JP";
    font-size: 36px;
    text-align: center;
    font-weight: 600;
    margin: 16px 0 32px;
    color: #0B2244;
  }
  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;
    text-align: center;
    margin: 0 auto;
    font-family: "Noto Sans JP";
    color: #ffffff;
    font-size: 16px;
    line-height: 1em;
    font-weight: 600;
    background: #0548AD;
    border-radius: 40px;
    padding: 12px 20px;
    z-index: 1;
  }
  main .main_text {
    font-family: "Noto Sans JP";
    font-size: 16px;
    color: #0B2244;
    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: #0B2244;
    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 Sans JP";
    color: #FFC41C;
    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: #ED5710;
    font-size: 14px;
    font-weight: normal;
    font-family: "Noto Sans JP";
    padding-top: 8px;
    text-align: center;
  }
  main .comment {
    width: 920px;
    margin: 60px auto 0;
    padding: 32px;
    justify-content: flex-start;
    border: 4px solid #0548AD;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 0 0 16px #FFF, 0 0 0 17px #0548AD;
    box-sizing: border-box;
  }
  main .comment h3 {
    font-family: "poppins", sans-serif;
    font-weight: 700;
    font-size: 56px;
    color: #0548AD;
    margin-bottom: 16px;
  }
  main .comment .comment_wrap {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  main .comment .comment_img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
  }
  main .comment .comment_icon {
    display: flex;
    flex-direction: row;
    gap: 16px;
    justify-content: center;
  }
  main .comment .name {
    text-align: right;
    align-self: center;
  }
  main .comment .comment_text {
    width: 640px;
    margin: auto;
    font-family: "Noto Sans JP";
    text-align: center;
  }
  main .comment .comment_text p {
    color: #0B2244;
    font-size: 16px;
    line-height: 200%;
  }
  main .comment .comment_text .comment_title {
    color: #0B2244;
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 600;
  }
  h3 {
    width: 100%;
    color: #0548AD;
    font-family: "Noto Sans 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 Sans JP";
    font-size: 16px;
    font-weight: 400;
    margin-top: 16px;
    color: #0B2244;
  }
  #item_kikan {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    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: #0B2244;
    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 Sans JP";
    color: #FFC41C;
    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: #ED5710;
    font-size: 14px;
    font-weight: normal;
    font-family: "Noto Sans 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.1);
    padding: 16px;
    margin-top: 8px;
    text-align: left;
    border-radius: 8px;
  }
  #item_kikan .caution_alcohol div p {
    color: #fff;
  }
  #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/pc_smoke_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px;
    gap: 40px;
  }
  #pickup .pickup_item_text {
    display: flex;
    flex-direction: column;
    gap: 16px;
    color: #ffffff;
    flex: 1;
  }
  #pickup .pickup_item_text .pickup_item_title {
    font-family: "Noto Sans JP";
    color: #ffffff;
    font-size: 28px;
    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: 56px;
  }
  #pickup .pickup_item {
    width: 280px;
    position: relative;
  }
  #pickup .pickup_item img {
    display: block;
    width: 200px;
    margin: 0 auto;
    position: relative;
    filter: drop-shadow(8px 8px 16px rgba(0, 0, 0, 0.6));
  }
  #pickup .pickup_item:after {
    content: "";
    display: block;
    position: absolute;
    width: 120px;
    height: 80px;
    top: -20px;
    left: -48px;
    background: url(../img/badge.png);
    background-size: 120px;
    background-repeat: no-repeat;
    z-index: 0;
  }
  .annotation {
    color: #ffffff;
  }
  #lineup {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url(../img/bg_texture01.png);
    background-repeat: repeat;
    background-size: 300px;
    padding: 80px;
    gap: 40px;
  }
  #lineup .lineup_item_text {
    display: flex;
    flex-direction: column;
    gap: 16px;
    color: #0B2244;
    flex: 1;
  }
  #lineup .lineup_item_text .lineup_item_title {
    font-family: "Noto Sans JP";
    color: #0B2244;
    font-size: 28px;
    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;
    border-radius: 10px;
    gap: 40px;
  }
  #lineup .lineup_item {
    width: 280px;
    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 .gentei_inner {
    color: #0B2244;
    border: 1px solid #0B2244;
  }
  #lineup .ohitori {
    color: #0B2244;
  }
  #lineup .label {
    background: #ffffff;
    color: #0B2244;
    border: 1px solid #0B2244;
  }
  #lineup .label dt {
    color: #0B2244;
    font-size: 18px;
    font-weight: 600;
  }
  #lineup .label dd {
    color: #0B2244;
  }
  #lineup .price_text, #lineup .price_amount {
    color: #0B2244;
  }
  .price_btn {
    display: inline-block;
    width: 184px;
    height: 56px;
    box-sizing: border-box;
    background: #FFC41C;
    font-family: "Noto Sans 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);
    margin-top: 16px;
  }
  .price_btn:link, .price_btn:visited {
    color: #0B2244;
  }
  .gentei {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    font-family: "Noto Sans JP";
  }
  .gentei .gentei_inner {
    height: 36px;
    font-family: "poppins", sans-serif;
    display: inline-block;
    color: #FFC41C;
    font-size: 24px;
    font-weight: 600;
    border: 1px solid #FFC41C;
    padding: 0 8px;
    border-radius: 32px;
  }
  .gentei .gentei_inner span {
    font-size: 16px;
  }
  .gentei .ohitori {
    color: #FFC41C;
    font-size: 16px;
    font-weight: 600;
  }
  .price {
    color: #0B2244;
    font-family: "Noto Sans JP";
    text-align: left;
  }
  .price .price_text {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1rem;
  }
  .price .price_amount {
    font-family: "poppins", sans-serif;
    color: #ffffff;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.5rem;
    padding-top: 8px;
  }
  .price .price_amount span {
    font-size: 14px;
    font-weight: 400;
  }
  .label {
    display: flex;
    flex-direction: row;
    padding: 24px;
    justify-content: center;
    font-family: "Noto Sans JP";
    text-align: left;
    gap: 24px;
    border-radius: 8px;
    backdrop-filter: blur(12px);
    border: 3px solid #ffffff;
    margin-top: 16px;
  }
  .label img {
    width: 100px;
    margin: auto;
  }
  .label dt {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    text-align: left;
  }
  .label dd {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
  }
  #goods, #wine_whisky {
    width: 100%;
    padding: 60px 0;
    background: url(../img/bg_texture02.png);
    background-repeat: repeat;
    background-size: 300px;
  }
  .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: 206px;
    flex-shrink: 0;
  }
  .goods_inner.col2 .item.col2 .img_box .img_tate {
    display: block;
    width: 100%;
    margin: auto;
  }
  .goods_inner.col2 .item.col2 .img_box .img_yoko {
    display: block;
    width: 100%;
    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: #0B2244;
    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 Sans JP";
    font-size: 20px;
    font-weight: 600;
    color: #0B2244;
    text-align: left;
  }
  .goods_inner .item.col2 {
    width: 436px;
    display: flex;
    flex-direction: row;
    text-align: left;
    gap: 24px;
  }
  .goods_inner .item .item_text {
    display: flex;
    width: 206px;
    flex-direction: column;
    gap: 16px;
    color: #0B2244;
  }
  .goods_inner .item .item_text .ohitori {
    font-size: 10px;
    color: #0B2244;
  }
  .goods_inner .gentei {
    gap: 8px;
  }
  .goods_inner .gentei_inner {
    height: 32px;
    font-family: "poppins", sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #0548AD;
    border: 1px solid #0548AD;
    padding: 0 8px;
  }
  .goods_inner .gentei_inner span {
    font-size: 10px;
  }
  .goods_inner .price_btn {
    width: 100%;
  }
  .goods_inner .item_wrap {
    display: flex;
    flex-direction: row;
  }
  .goods_inner .item_wrap .price .price_text {
    color: #0B2244;
  }
  .goods_inner .item_wrap .price .price_amount {
    color: #0B2244;
  }
  .goods_inner .item_wrap .price_btn {
    width: 180px;
  }
  #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: #FFC41C;
    color: #0B2244 !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 #FFC41C;
    border-radius: 0 0 10px 10px;
    background: #fff;
    padding: 16px 32px;
    text-align: left;
    gap: 20px;
  }
  #reservation_pc .main_innerBlock h4 {
    color: #0B2244;
    font-family: "Noto Sans";
    font-size: 15px;
    font-weight: 700;
  }
  #reservation_pc .main_innerBlock p {
    color: #0B2244;
    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: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 16px;
    text-align: left;
    background: #fff;
  }
  #caution .caution_wrap {
    width: 1024px;
    margin: auto;
  }
  #caution h5 {
    color: #0B2244;
    font-family: "Noto Sans";
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 24px;
  }
  #caution ul li {
    color: #5B5F65;
    font-size: 14px;
    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;
  }
  .news {
    width: 920px;
    position: relative;
    background: #ffffff;
    margin: 120px auto;
    padding: 40px;
    border: 4px solid #0548AD;
    box-shadow: 0 0 0 16px #FFF, 0 0 0 17px #0548AD;
    border-radius: 10px;
    box-sizing: border-box;
    z-index: 3;
  }
  .news h3 {
    font-family: "poppins", sans-serif;
    font-weight: 700;
    font-size: 56px;
    color: #0548AD;
    margin-bottom: 16px;
  }
  .news .news_inner {
    display: flex;
    gap: 40px;
    flex-direction: row;
    justify-content: center;
  }
  .news .news_inner .goods_img {
    width: 280px;
    flex-shrink: 0;
    align-self: center;
  }
  .news .news_inner .goods_text h4 {
    font-size: 24px;
    font-weight: 600;
    text-align: left;
  }
  .news .news_inner .goods_text .price {
    font-family: "poppins", sans-serif;
    margin-top: 24px;
  }
  .news .news_inner .goods_text .price .price_text {
    color: #0B2244;
    font-size: 14px;
    font-weight: 600;
  }
  .news .news_inner .goods_text .price .price_amount {
    color: #0B2244;
    font-size: 28px;
  }
  .news .news_inner .goods_text .price .price_amount span {
    font-size: 14px;
    padding-right: 4px;
  }
  .news .price_desc {
    margin-top: 12px;
  }
  #lowpage #main_item {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url(../img/bg_texture01.png);
    background-size: 300px;
    background-repeat: repeat;
    padding: 16px 0;
    gap: 24px;
    color: #00275C;
  }
  #lowpage #main_item .main_title {
    display: flex;
    font-family: "Noto Sans JP";
    font-size: 24px;
    color: #0B2244;
    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_bl.png);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 16px;
    padding-right: 16px;
    color: #0548AD;
    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;
  }
  #lowpage #main_item .main_text {
    width: 14em;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 1em;
    color: #ffffff;
    background: #0548AD;
    font-family: "Noto Sans 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: #0B2244;
    font-family: "Noto Sans 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-family: "poppins", sans-serif;
    font-size: 40px;
    color: #0B2244;
    margin-bottom: 40px;
  }
  #lowpage #main_item .price .price_text {
    color: #0B2244;
    padding-bottom: 14px;
  }
  #lowpage .gentei {
    margin-bottom: 24px;
  }
  #lowpage .gentei .gentei_inner {
    border: 1px solid #0548AD;
    color: #0548AD;
  }
  #lowpage .ohitori {
    color: #0548AD;
  }
  #lowpage .spec, #lowpage .setsumei {
    text-align: left;
    color: #0B2244;
  }
  #lowpage .spec {
    font-family: "Noto Sans JP";
    line-height: 1.15rem;
    font-size: 14px;
    color: #5B5F65;
  }
  #lowpage .setsumei {
    font-family: "Noto Sans JP";
    font-size: 16px;
    border-top: 1px solid #0B2244;
    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;
    padding: 40px;
  }
  #lowpage .item_inner .main_img img {
    display: block;
    width: 180px;
    margin: auto;
    filter: drop-shadow(8px 8px 16px rgba(0, 0, 0, 0.6));
  }
  #lowpage .item_inner .main_img:after {
    content: "";
    display: block;
    position: absolute;
    width: 120px;
    height: 80px;
    top: 0;
    left: 12px;
    background: url(../img/badge.png);
    background-size: 120px;
    background-repeat: no-repeat;
    z-index: 0;
  }
  #lowpage .item_inner .pickup_item {
    width: 600px;
  }
  #lowpage .label {
    margin-top: 32px;
    flex-direction: row;
    justify-content: start;
    background: #ffffff;
  }
  #lowpage .label dt {
    color: #0B2244;
    font-size: 18px;
  }
  #lowpage .label dd {
    color: #0B2244;
    font-size: 16px;
  }
  #lowpage .label_item {
    margin-top: 16px;
    flex-direction: column;
  }
}
/* -------------------------------------------- */
/* 小さいPC端末・タブレット用
/* -------------------------------------------- */
@media screen and (min-width: 769px) and (max-width: 1199px) {
  html {
    overflow: visible;
  }
  #wrap_buyers {
    width: 100%;
    position: relative;
    color: #0B2244;
    font-size: 14px;
    text-align: center;
    background: url(../img/bg_texture01.png);
    background-size: 300px;
    background-repeat: repeat;
    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_sp {
    display: none;
  }
  #wrap_buyers header .kv_dark {
    width: 100%;
    height: 720px;
    overflow: clip;
    background-image: url("../img/pc_kv_bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  #wrap_buyers header .kv_dark_wrap {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    height: 720px;
    max-width: 1440px;
    margin: auto;
    justify-content: space-between;
    z-index: 1;
  }
  #wrap_buyers header .kv_dark_sp {
    display: none;
  }
  #wrap_buyers header .kv_dark_title {
    margin: 40px 0 16px;
    font-family: "Noto Sans 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 Sans JP";
    font-size: 72px;
    font-weight: 700;
    background: #FFC41C;
    -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 {
    z-index: 0;
    align-items: center;
    margin: auto;
    width: 100%;
  }
  main {
    width: 100%;
    padding: 60px 0;
    background: url(../img/bg_texture01.png);
    background-size: 300px;
    background-repeat: repeat;
  }
  main h2 {
    font-family: "Noto Sans JP";
    font-size: 36px;
    text-align: center;
    font-weight: 600;
    margin: 16px 0 32px;
    color: #0B2244;
  }
  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;
    text-align: center;
    margin: 0 auto;
    font-family: "Noto Sans JP";
    color: #ffffff;
    font-size: 16px;
    line-height: 1em;
    font-weight: 600;
    background: #0548AD;
    border-radius: 40px;
    padding: 12px 20px;
    z-index: 1;
  }
  main .main_text {
    font-family: "Noto Sans JP";
    font-size: 16px;
    color: #0B2244;
    align-self: center;
    text-align: center;
    line-height: 200%;
    z-index: 1;
  }
  main .kikan {
    display: flex;
    width: 90%;
    padding: 36px;
    justify-content: flex-start;
    flex-direction: column;
    margin: 0 auto;
    background: #0B2244;
    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 Sans JP";
    color: #FFC41C;
    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: #ED5710;
    font-size: 14px;
    font-weight: normal;
    font-family: "Noto Sans JP";
    padding-top: 8px;
    text-align: center;
  }
  main .comment {
    width: 90%;
    margin: 60px auto 0;
    padding: 32px;
    justify-content: flex-start;
    border: 4px solid #0548AD;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 0 0 16px #FFF, 0 0 0 17px #0548AD;
    box-sizing: border-box;
  }
  main .comment h3 {
    font-family: "poppins", sans-serif;
    font-weight: 700;
    font-size: 56px;
    color: #0548AD;
    margin-bottom: 16px;
  }
  main .comment .comment_wrap {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  main .comment .comment_img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
  }
  main .comment .comment_icon {
    display: flex;
    flex-direction: row;
    gap: 16px;
    justify-content: center;
  }
  main .comment .name {
    text-align: right;
    align-self: center;
  }
  main .comment .comment_text {
    width: 640px;
    margin: auto;
    font-family: "Noto Sans JP";
    text-align: center;
  }
  main .comment .comment_text p {
    color: #0B2244;
    font-size: 16px;
    line-height: 200%;
  }
  main .comment .comment_text .comment_title {
    color: #0B2244;
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 600;
  }
  #lineup {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url(../img/bg_texture01.png);
    background-repeat: repeat;
    background-size: 300px;
    padding: 60px 24px;
    gap: 40px;
  }
  #lineup .lineup_item_text {
    display: flex;
    flex-direction: column;
    gap: 16px;
    color: #0B2244;
    flex: 1;
  }
  #lineup .lineup_item_text .lineup_item_title {
    font-family: "Noto Sans JP";
    color: #0B2244;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    text-align: left;
  }
  #lineup .lineup_inner {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    background: url(../img/bk.jpg);
    background-size: cover;
    border-radius: 10px;
    gap: 40px;
  }
  #lineup .lineup_item {
    width: 300px;
    position: relative;
    margin: auto;
  }
  #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 .gentei_inner {
    font-family: "poppins", sans-serif;
    color: #0B2244;
    border: 1px solid #0B2244;
    height: 32px;
  }
  #lineup .ohitori {
    color: #0B2244;
  }
  #lineup .label {
    background: #ffffff;
    color: #0B2244;
    border: 1px solid #0B2244;
  }
  #lineup .label dt {
    color: #0B2244;
    font-size: 18px;
    font-weight: 600;
  }
  #lineup .label dd {
    color: #0B2244;
  }
  #lineup .price_text, #lineup .price_amount {
    color: #0B2244;
  }
  .price_btn {
    display: inline-block;
    width: 100%;
    margin: auto;
    height: 60px;
    box-sizing: border-box;
    background: #FFC41C;
    font-family: "Noto Sans JP";
    font-size: 20px;
    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: #0B2244;
  }
  .gentei {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    font-family: "Noto Sans JP";
  }
  .gentei .gentei_inner {
    display: inline-block;
    color: #FFC41C;
    font-size: 24px;
    font-weight: 600;
    border: 1px solid #FFC41C;
    padding: 0 8px;
    border-radius: 32px;
  }
  .gentei .gentei_inner span {
    font-size: 16px;
  }
  .gentei .ohitori {
    color: #FFC41C;
    font-size: 16px;
    font-weight: 600;
  }
  .price {
    color: #0B2244;
    font-family: "Noto Sans JP";
    text-align: left;
  }
  .price .price_text {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1rem;
    padding-bottom: 12px;
  }
  .price .price_amount {
    font-family: "poppins", sans-serif;
    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 Sans JP";
    text-align: left;
    gap: 24px;
    border-radius: 8px;
    backdrop-filter: blur(12px);
    border: 3px solid #ffffff;
    margin-top: 16px;
  }
  .label img {
    width: 100px;
    margin: auto;
  }
  .label dt {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 8px;
    text-align: left;
  }
  .label dd {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
  }
  #goods, #wine_whisky {
    width: 100%;
    padding: 60px 0;
    background: url(../img/bg_texture02.png);
    background-repeat: repeat;
    background-size: 300px;
  }
  .goods_inner {
    display: flex;
    width: 750px;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  .goods_inner.col2 {
    gap: 24px;
    justify-content: space-between;
  }
  .goods_inner.col2 .item.col2 .img_box {
    display: block;
    align-items: center;
    width: 40%;
    flex-shrink: 0;
  }
  .goods_inner.col2 .item.col2 .img_box .img_tate {
    display: block;
    width: 100%;
    margin: auto;
  }
  .goods_inner.col2 .item.col2 .img_box .img_yoko {
    display: block;
    width: 100%;
    margin: auto;
  }
  .goods_inner.col2 .item_text {
    width: 100%;
  }
  .goods_inner .item {
    display: flex;
    align-items: center;
  }
  .goods_inner .item h5 {
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-weight: 600;
    color: #0B2244;
    text-align: left;
  }
  .goods_inner .item.col2 {
    width: 48%;
    display: flex;
    flex-direction: row;
    text-align: left;
    gap: 24px;
  }
  .goods_inner .item .item_text {
    display: flex;
    width: 60%;
    flex-direction: column;
    gap: 16px;
    color: #0B2244;
  }
  .goods_inner .item .item_text .ohitori {
    font-size: 10px;
    color: #0B2244;
  }
  .goods_inner .gentei {
    gap: 8px;
  }
  .goods_inner .gentei_inner {
    height: 24px;
    font-family: "poppins", sans-serif;
    font-size: 16px;
    color: #0548AD;
    border: 1px solid #0548AD;
    padding: 0 4px;
  }
  .goods_inner .gentei_inner span {
    font-size: 10px;
  }
  .goods_inner .price_btn {
    width: 100%;
  }
  .goods_inner .item_wrap {
    display: flex;
    flex-direction: row;
  }
  .goods_inner .item_wrap .price .price_text {
    color: #0B2244;
  }
  .goods_inner .item_wrap .price .price_amount {
    color: #0B2244;
  }
  .goods_inner .item_wrap .price_btn {
    width: 180px;
  }
  #reservation_pc {
    display: none;
    width: 90%;
    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: #FFC41C;
    color: #0B2244 !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 #FFC41C;
    border-radius: 0 0 10px 10px;
    background: #fff;
    padding: 16px 32px;
    text-align: left;
    gap: 20px;
  }
  #reservation_pc .main_innerBlock h4 {
    color: #0B2244;
    font-family: "Noto Sans";
    font-size: 15px;
    font-weight: 700;
  }
  #reservation_pc .main_innerBlock p {
    color: #0B2244;
    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: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 16px;
    text-align: left;
    background: #fff;
  }
  #caution .caution_wrap {
    width: 1024px;
    margin: auto;
  }
  #caution h5 {
    color: #0B2244;
    font-family: "Noto Sans";
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 24px;
  }
  #caution ul li {
    color: #5B5F65;
    font-size: 14px;
    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;
  }
  .news {
    width: 85%;
    position: relative;
    background: #ffffff;
    margin: 60px auto;
    padding: 40px;
    border: 4px solid #0548AD;
    box-shadow: 0 0 0 16px #FFF, 0 0 0 17px #0548AD;
    border-radius: 10px;
    box-sizing: border-box;
    z-index: 3;
  }
  .news h3 {
    font-family: "poppins", sans-serif;
    font-weight: 700;
    font-size: 56px;
    color: #0548AD;
    margin-bottom: 16px;
  }
  .news .news_inner {
    display: flex;
    gap: 40px;
    flex-direction: row;
    justify-content: center;
  }
  .news .news_inner .goods_img {
    width: 280px;
    flex-shrink: 0;
    align-self: center;
  }
  .news .news_inner .goods_text h4 {
    font-size: 24px;
    font-weight: 600;
    text-align: left;
  }
  .news .news_inner .goods_text .price {
    font-family: "poppins", sans-serif;
    margin-top: 24px;
  }
  .news .news_inner .goods_text .price .price_text {
    color: #0B2244;
    font-size: 14px;
    font-weight: 600;
  }
  .news .news_inner .goods_text .price .price_amount {
    color: #0B2244;
    font-size: 28px;
    margin-bottom: 12px;
  }
  .news .news_inner .goods_text .price .price_amount span {
    font-size: 14px;
    padding-right: 4px;
  }
  #lowpage #main_item {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url(../img/bg_texture01.png);
    background-size: 300px;
    background-repeat: repeat;
    padding: 16px 0;
    gap: 24px;
    color: #00275C;
  }
  #lowpage #main_item .main_title {
    display: flex;
    font-family: "Noto Sans JP";
    font-size: 24px;
    color: #0B2244;
    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: 100%;
    display: block;
    text-align: left;
    padding-left: 16px;
  }
  #lowpage #main_item .back {
    background-image: url(../img/arrrow_bl.png);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 16px;
    padding-right: 16px;
    color: #0B2244;
    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: 24px 0;
    background: url(../img/lineup_bk.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  #lowpage #main_item .item_wrap {
    width: 90%;
    margin: auto;
  }
  #lowpage #main_item .main_text {
    width: 14em;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 1em;
    color: #ffffff;
    background: #0548AD;
    font-family: "Noto Sans 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: #0B2244;
    font-family: "Noto Sans 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-family: "poppins", sans-serif;
    font-size: 40px;
    color: #0B2244;
    margin-bottom: 40px;
  }
  #lowpage #main_item .price .price_text {
    color: #0B2244;
    padding-bottom: 14px;
  }
  #lowpage .gentei {
    margin-bottom: 24px;
  }
  #lowpage .gentei .gentei_inner {
    border: 1px solid #0548AD;
    color: #0548AD;
  }
  #lowpage .ohitori {
    color: #0548AD;
  }
  #lowpage .spec, #lowpage .setsumei {
    text-align: left;
    color: #0B2244;
  }
  #lowpage .spec {
    font-family: "Noto Sans JP";
    line-height: 1.15rem;
    font-size: 14px;
    color: #0B2244;
  }
  #lowpage .setsumei {
    font-family: "Noto Sans JP";
    font-size: 16px;
    border-top: 1px solid #0B2244;
    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;
    padding: 40px;
  }
  #lowpage .item_inner .main_img img {
    display: block;
    width: 200px;
    margin: auto;
    filter: drop-shadow(8px 8px 16px rgba(0, 0, 0, 0.6));
  }
  #lowpage .item_inner .main_img:after {
    content: "";
    display: block;
    position: absolute;
    width: 120px;
    height: 80px;
    top: 0;
    left: -24px;
    background: url(../img/badge.png);
    background-size: 120px;
    background-repeat: no-repeat;
    z-index: 0;
  }
  #lowpage .item_inner .pickup_item {
    width: 600px;
  }
  #lowpage .label {
    margin-top: 32px;
    flex-direction: row;
    justify-content: start;
    background: #ffffff;
  }
  #lowpage .label dt {
    color: #0B2244;
    font-size: 18px;
  }
  #lowpage .label dd {
    color: #0B2244;
    font-size: 16px;
  }
  #lowpage .label_item {
    margin-top: 16px;
    flex-direction: column;
  }
  #pickup {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url("../img/pc_smoke_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 24px;
    gap: 40px;
  }
  #pickup .pickup_item_text {
    display: flex;
    flex-direction: column;
    gap: 16px;
    color: #ffffff;
    flex: 1;
  }
  #pickup .pickup_item_text .pickup_item_title {
    font-family: "Noto Sans JP";
    color: #ffffff;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    text-align: left;
  }
  #pickup .pickup_inner {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    gap: 24px;
  }
  #pickup .pickup_item {
    width: 200px;
    margin: auto;
    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));
  }
  #pickup .pickup_item:after {
    content: "";
    display: block;
    position: absolute;
    width: 120px;
    height: 80px;
    top: -20px;
    left: -66px;
    background: url(../img/badge.png);
    background-size: 120px;
    background-repeat: no-repeat;
    z-index: 0;
  }
  .annotation {
    color: #ffffff;
  }
  #item_kikan {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 40px 48px;
    gap: 24px;
  }
  #item_kikan .item_kikan_wrap {
    display: flex;
    padding: 32px;
    width: 100%;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin: auto;
    background: #0B2244;
    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 Sans JP";
    color: #FFC41C;
    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: #ED5710;
    font-size: 14px;
    font-weight: normal;
    font-family: "Noto Sans 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.1);
    padding: 16px;
    margin-top: 8px;
    text-align: left;
    border-radius: 8px;
  }
  #item_kikan .caution_alcohol div p {
    color: #fff;
  }
  #item_kikan .caution_alcohol_hand {
    display: block;
    width: 36px;
  }
  #item_kikan .caution_alcohol_sake {
    display: block;
    width: 40px;
  }
  h3 {
    width: 100%;
    color: #0548AD;
    font-family: "Noto Sans 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 Sans JP";
    font-size: 16px;
    font-weight: 400;
    margin-top: 16px;
    color: #0B2244;
  }
}
/* -------------------------------------------- */
/* SP用
/* -------------------------------------------- */
@media screen and (max-width: 768px) {
  #wrapper {
    overflow: clip;
  }
  #wrap_buyers {
    position: relative;
    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/sp_kv_bg.png");
    background-size: cover;
    background-position: top;
    padding-top: 160%;
  }
  #wrap_buyers header .kv_dark .kv_dark_wrap {
    display: none;
  }
  #wrap_buyers header .kv_dark .kv_dark_sp {
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
  }
  #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_title {
    font-size: 8px;
    margin: 8px 0;
  }
  #wrap_buyers #main_item a.back_link {
    width: 100%;
  }
  #wrap_buyers #caution {
    font-family: "Noto Sans JP";
    width: 100%;
    margin: 0 auto;
    padding: 16px;
    text-align: left;
    background: #fff;
  }
  #wrap_buyers #caution .caution_wrap {
    width: 100%;
  }
  #wrap_buyers #caution h5 {
    color: #0B2244;
    font-family: "Noto Sans";
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 24px;
  }
  #wrap_buyers #caution ul li {
    color: #5B5F65;
    font-size: 14px;
    list-style: disc;
    list-style-position: inside;
  }
  #wrap_buyers #caution ul li.no1 {
    list-style: none;
  }
  br.pc {
    display: none;
  }
  .anni_logo {
    width: 60px;
    right: 8px;
    bottom: 8px;
  }
  main {
    max-width: 100%;
    padding: 40px 16px 24px;
    background-size: cover;
    background: url(../img/bg_texture01.png);
    background-size: 300px;
    background-repeat: repeat;
  }
  main h2 {
    font-family: "Noto Sans JP";
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    margin: 16px 0;
    color: #0B2244;
  }
  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: 0 auto;
    text-align: center;
    font-family: "Noto Sans JP";
    color: #ffffff;
    font-size: 14px;
    line-height: 1em;
    font-weight: 600;
    background: #0548AD;
    border-radius: 40px;
    padding: 12px 20px;
    z-index: 1;
  }
  main .main_text {
    font-family: "Noto Sans JP";
    font-size: 14px;
    color: #0B2244;
    align-self: center;
    text-align: center;
    line-height: 200%;
    z-index: 1;
  }
  main .comment {
    width: 98%;
    margin: 32px auto 24px;
    padding: 16px;
    justify-content: flex-start;
    border: 4px solid #0548AD;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 0 0 8px #FFF, 0 0 0 8px #0548AD;
    box-sizing: border-box;
  }
  main .comment h3 {
    font-size: 36px;
    color: #0548AD;
  }
  main .comment .comment_wrap {
    flex-direction: column;
    gap: 16px;
  }
  main .comment .comment_wrap .comment_text {
    width: 100%;
    font-size: 14px;
    font-family: "Noto Sans JP";
    text-align: center;
  }
  main .comment .comment_wrap .comment_text p {
    color: #0B2244;
    font-size: 16px;
    line-height: 200%;
  }
  main .comment .comment_wrap .comment_text .comment_title {
    color: #0B2244;
    font-size: 24px;
    margin: 16px 0 20px;
    font-weight: 700;
    text-align: center;
  }
  main .comment .comment_wrap .comment_img {
    position: relative;
    width: 60px;
    height: 60px;
  }
  main .comment .comment_wrap .comment_icon {
    display: flex;
    flex-direction: row;
    gap: 16px;
    justify-content: center;
    margin-top: 12px;
  }
  main .comment .comment_wrap .name {
    text-align: right;
    align-self: center;
  }
  main .kikan {
    display: flex;
    width: 100%;
    padding: 16px;
    flex-direction: column;
    margin: 0 auto;
    justify-content: flex-start;
    background: #0B2244;
    border-radius: 10px;
    z-index: 1;
  }
  main .kikan_text {
    max-width: 320px;
    margin: auto;
    font-size: 16px;
    text-align: left;
  }
  main .kikan_text .time {
    font-size: 12px;
    font-family: "Noto Sans JP";
    font-weight: 400;
  }
  main .kikan_date {
    color: #FFC41C;
    font-family: "Noto Sans JP";
    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: #ED5710;
    font-size: 12px;
    font-weight: normal;
    font-family: "Noto Sans JP";
    padding-top: 8px;
    text-align: center;
  }
  div#wrap_buyers br.sp {
    display: block;
  }
  #pickup {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url("../img/pc_smoke_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 16px;
    background-repeat: repeat;
  }
  #pickup h3 {
    font-size: 24px;
  }
  #pickup .pickup_inner {
    width: 100%;
    flex-direction: column;
    gap: 24px;
  }
  #pickup .pickup_item {
    width: 100%;
    margin: auto;
    padding: 16px;
    position: relative;
  }
  #pickup .pickup_item:after {
    content: "";
    display: block;
    position: absolute;
    width: 96px;
    height: 96px;
    background: url(../img/badge.png);
    background-size: 96px;
    background-repeat: no-repeat;
    top: 16px;
    left: 40px;
  }
  #pickup .pickup_item img {
    width: 98px;
  }
  #pickup .pickup_item_text {
    display: flex;
    flex-direction: column;
    gap: 16px;
    color: #ffffff;
  }
  #pickup .pickup_item_text .pickup_item_title {
    font-family: "Noto Sans JP";
    color: #ffffff;
    text-align: left;
    font-size: 20px;
    font-weight: 600;
  }
  #pickup .gentei {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    font-family: "Noto Sans JP";
  }
  #pickup .gentei_inner {
    height: 34px;
    font-family: "poppins", sans-serif;
    font-size: 24px;
    color: #FFC41C;
    border: 1px solid #FFC41C;
    border-radius: 32px;
    font-weight: 600;
    padding: 0 8px;
  }
  #pickup .gentei_inner span {
    font-size: 14px;
  }
  #pickup .ohitori {
    color: #FFC41C;
    font-size: 12px;
  }
  .annotation {
    color: #ffffff;
    font-size: 12px;
    text-align: left;
  }
  .price {
    color: #0B2244;
    font-family: "Noto Sans JP";
    text-align: left;
  }
  .price_text, .price_amount {
    color: #ffffff;
  }
  .price_text {
    font-size: 14px;
    padding-bottom: 12px;
  }
  .price_amount {
    font-family: "poppins", sans-serif;
    font-size: 24px;
    color: #ffffff;
    font-weight: 700;
  }
  .price_amount span {
    font-size: 14px;
  }
  .price_btn {
    display: inline-block;
    width: 100%;
    height: 56px;
    box-sizing: border-box;
    background: #FFC41C;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-weight: 600;
    padding: 16px;
    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: #0B2244;
  }
  .label {
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-family: "Noto Sans JP";
    text-align: left;
    gap: 24px;
    border-radius: 8px;
    backdrop-filter: blur(12px);
    border: 3px solid #ffffff;
    margin-top: 16px;
    padding: 16px;
  }
  .label dt {
    color: #ffffff;
    text-align: left;
    font-size: 20px;
    padding-bottom: 8px;
  }
  .label dd {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
  }
  .label img {
    width: 102px;
    height: 102px;
  }
  #lineup {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url(../img/bg_texture01.png);
    background-repeat: repeat;
    background-size: 300px;
    padding: 24px 16px;
  }
  #lineup .lineup_inner {
    width: 100%;
    flex-direction: column;
    padding: 24px 16px;
  }
  #lineup .lineup_item {
    width: 180px;
    margin: auto;
  }
  #lineup .lineup_item_text .lineup_item_title {
    font-family: "Noto Sans JP";
    color: #0B2244;
    font-style: normal;
    font-weight: 600;
    text-align: left;
    font-size: 20px;
    margin: 16px 0;
  }
  #lineup .gentei {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    font-family: "Noto Sans JP";
  }
  #lineup .gentei .gentei_inner {
    font-family: "poppins", sans-serif;
    height: 36px;
    display: inline-block;
    color: #0548AD;
    font-size: 24px;
    font-weight: 600;
    border: 1px solid #0548AD;
    padding: 0 8px;
    border-radius: 32px;
  }
  #lineup .gentei .gentei_inner span {
    font-size: 16px;
  }
  #lineup .gentei .ohitori {
    color: #0548AD;
    font-size: 16px;
    font-weight: 600;
  }
  #lineup .price_text {
    font-size: 14px;
    padding: 20px 0 12px;
    color: #0B2244;
  }
  #lineup .price_amount {
    font-family: "poppins", sans-serif;
    font-size: 24px;
    color: #0B2244;
    font-weight: 700;
  }
  #lineup .label {
    background: #ffffff;
    color: #0B2244;
    border: 1px solid #0B2244;
  }
  #lineup .label dt {
    color: #0B2244;
    font-size: 18px;
    font-weight: 600;
  }
  #lineup .label dd {
    color: #0B2244;
  }
  #goods, #wine_whisky {
    width: 100%;
    padding: 24px 16px;
    background: url(../img/bg_texture02.png);
    background-repeat: repeat;
    background-size: 300px;
  }
  .goods_inner {
    display: flex;
    width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  .goods_inner.col2 {
    gap: 24px;
  }
  .goods_inner.col2 .item.col2 {
    display: flex;
    width: 100%;
    gap: 24px;
    flex-direction: row;
  }
  .goods_inner.col2 .item.col2 .img_box {
    display: block;
    width: 45%;
  }
  .goods_inner.col2 .item.col2 .img_box .img_tate {
    display: block;
    width: 100%;
    min-width: 110px;
    height: auto;
    margin: auto;
  }
  .goods_inner.col2 .item.col2 .img_box .img_yoko {
    display: block;
    min-width: 110px;
    height: auto;
    margin: auto;
  }
  .goods_inner.col2 .item.col2 .img_box .img_yoko.wide {
    display: block;
    width: 0px;
    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: row;
  }
  .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-family: "Noto Sans JP";
    font-weight: 600;
    font-size: 20px;
    color: #0B2244;
    text-align: left;
    margin-bottom: 12px;
  }
  .goods_inner .gentei {
    font-family: "Noto Sans JP";
    gap: 4px;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    margin-bottom: 20px;
  }
  .goods_inner .gentei_inner {
    height: 34px;
    font-family: "poppins", sans-serif;
    font-size: 20px;
    display: inline-block;
    color: #0548AD;
    font-size: 24px;
    font-weight: 600;
    border: 1px solid #0548AD;
    padding: 0 8px;
    border-radius: 32px;
  }
  .goods_inner .gentei_inner span {
    font-size: 14px;
    color: #0548AD;
  }
  .goods_inner .ohitori {
    padding-top: 8px;
    color: #0548AD;
  }
  .goods_inner .price .price_text {
    color: #0B2244;
    padding-bottom: 8px;
  }
  .goods_inner .price .price_amount {
    color: #0B2244;
  }
  .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 {
    display: flex;
    width: 94%;
    padding: 16px;
    flex-direction: column;
    margin: 40px auto;
    justify-content: flex-start;
    background: #0B2244;
    border-radius: 10px;
  }
  #item_kikan .item_kikan_wrap {
    width: 100%;
    align-items: flex-start;
    text-align: left;
  }
  #item_kikan .kikan_text {
    max-width: 320px;
    margin: auto;
    text-align: left;
  }
  #item_kikan .kikan_date {
    color: #FFC41C;
    font-size: 14px;
    font-weight: 600;
  }
  #item_kikan .kikan_date .time {
    font-family: "Noto Sans JP";
    font-size: 13px;
    font-weight: 400;
  }
  #item_kikan .caution_text {
    color: #ED5710;
    font-size: 12px;
    text-align: center;
    margin-bottom: 8px;
  }
  #item_kikan .caution_alcohol {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 14px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
  }
  #item_kikan .caution_alcohol p {
    font-size: 12px;
    color: #ffffff;
  }
  #item_kikan .caution_alcohol p:first-child {
    font-weight: 600;
  }
  #item_kikan .caution_alcohol img {
    height: 36px;
  }
  #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 {
    background: url(../img/bg_texture01.png);
    background-size: 300px;
    background-repeat: repeat;
  }
  #lowpage #main_item {
    width: 100%;
    padding: 0;
    gap: 16px;
  }
  #lowpage #main_item .back_link {
    width: 100%;
    display: block;
    text-align: left;
    padding-left: 16px;
  }
  #lowpage #main_item .back {
    padding: 16px;
    background-image: url(../img/arrrow_bl.png);
    background-repeat: no-repeat;
    background-position: center left;
    color: #0B2244;
    font-family: "Noto Sans JP";
    font-size: 15px;
    font-weight: 600;
    background-size: 7px 14px;
    align-self: center;
  }
  #lowpage #main_item .item {
    padding: 24px 16px;
  }
  #lowpage #main_item .item .item_wrap {
    width: 100%;
  }
  #lowpage #main_item .pickup_item {
    margin-top: 16px;
  }
  #lowpage #main_item .main_text {
    width: 14em;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 1em;
    color: #ffffff;
    background: #0548AD;
    font-family: "Noto Sans 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 .main_title {
    font-size: 14px;
  }
  #lowpage #main_item .main_title img {
    width: 30px;
  }
  #lowpage #main_item h3 {
    width: 100%;
    color: #0B2244;
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    padding: 0;
    margin-bottom: 24px;
  }
  #lowpage .price_text, #lowpage .price_amount {
    color: #0B2244;
  }
  #lowpage .price {
    text-align: left;
  }
  #lowpage .price .price_amount {
    font-size: 24px;
    color: #0B2244;
    margin-bottom: 40px;
    font-weight: 600;
  }
  #lowpage .label {
    flex-direction: row;
    width: 100%;
    padding: 16px;
  }
  #lowpage .item_inner {
    width: 100%;
    flex-direction: column;
    gap: 16px;
  }
  #lowpage .item_inner .img_OwnersCask {
    width: 200px;
  }
  #lowpage .item_inner .pickup_item {
    width: 100%;
    max-width: 560px;
    margin: auto;
  }
  #lowpage .item_inner .main_img {
    position: relative;
    width: 200px;
    margin: auto;
  }
  #lowpage .item_inner .main_img img {
    width: 120px;
  }
  #lowpage .item_inner .main_img:after {
    content: "";
    display: block;
    position: absolute;
    width: 120px;
    height: 80px;
    top: 0;
    left: -72px;
    background: url(../img/badge.png);
    background-size: 120px;
    background-repeat: no-repeat;
    z-index: 0;
  }
  #lowpage .gentei {
    display: flex;
    margin-bottom: 24px;
  }
  #lowpage .gentei .gentei_inner {
    width: fit-content;
    height: 36px;
    font-family: "poppins", sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #0548AD;
    border: 1px solid #0548AD;
    border-radius: 32px;
    padding: 0 8px;
  }
  #lowpage .gentei .gentei_inner span {
    font-size: 10px;
  }
  #lowpage .ohitori {
    font-size: 14px;
    color: #0548AD;
    text-align: left;
    line-height: 36px;
    padding-left: 8px;
  }
  #lowpage .setsumei {
    width: 100%;
    border-top: 1px solid #0B2244;
    padding: 24px 0 16px;
    font-size: 14px;
  }
  #lowpage .spec {
    font-size: 14px;
    text-align: left;
    color: #5B5F65;
  }
  #lowpage .label {
    margin-top: 32px;
    flex-direction: row;
    justify-content: start;
    background: #ffffff;
  }
  #lowpage .label dt {
    color: #0B2244;
    font-size: 18px;
  }
  #lowpage .label dd {
    color: #0B2244;
    font-size: 16px;
  }
  #lowpage .label_item {
    margin-top: 16px;
    flex-direction: column;
  }
  .news {
    width: 88%;
    margin: 32px auto;
    padding: 32px 16px 32px;
    border: 4px solid #0548AD;
    box-shadow: 0 0 0 9px #FFF, 0 0 0 10px #0548AD;
  }
  .news h3 {
    font-size: 36px;
    color: #0548AD;
    margin-bottom: 20px;
  }
  .news .news_inner {
    flex-direction: column;
    gap: 16px;
  }
  .news .news_inner .goods_img {
    width: 100%;
    max-width: 300px;
    padding: 0;
    margin: 0 auto;
  }
  .news .news_inner .goods_text {
    width: 100%;
    max-width: 350px;
    margin: auto;
  }
  .news .news_inner .goods_text .price {
    margin-top: 16px;
  }
  .news .news_inner .goods_text .price .price_desc {
    margin-top: 12px;
    color: #0B2244;
    font-size: 12px;
  }
  .news .news_inner .goods_text h4 {
    font-size: 16px;
    color: #0B2244;
    font-weight: 600;
    letter-spacing: -0.5px;
    line-height: 150%;
    text-align: left;
  }
  .news .news_inner .price_text, .news .news_inner .price_amount {
    color: #0B2244;
  }
  .news .news_inner .price_amount span {
    font-weight: 400;
  }
  .share {
    font-family: "Noto Sans JP";
    font-weight: 600;
    color: #0072CE;
    font-size: 1.2rem;
  }
  #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;
    font-family: "Noto Sans JP";
  }
  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: #FFFFFF;
    padding: 8px 0px 8px 0px;
    border-top: 1px solid #E4E7EB;
    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: 32px;
    background: #FFC41C;
    color: #0B2244;
    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;
  }
  .sp_download .store {
    display: flex;
    flex-direction: row;
    gap: 16px;
  }
  #wrapper {
    margin-bottom: 0px;
  }
  #share {
    font-weight: 600;
    padding-top: 24px;
  }
}