@charset "UTF-8";
html {
  overflow: visible;
}

body {
  font-family: "ryo-gothic-plusn", sans-serif;
  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: #CC5B33;
  position: relative;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  color: #FFFFFF;
}

.body16 {
  font-size: 16px;
}

.body12 {
  font-size: 12px;
}

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

#wrap_buyers {
  width: 100%;
  color: #000000;
  font-size: 14px;
  text-align: center;
  background: #F9F8F0;
  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%;
  height: 720px;
  background-color: #FAF6E8;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#wrap_buyers header .kv_top {
  display: block;
  width: 100%;
  position: absolute;
  transform: scale(1.1);
  top: -3px;
  z-index: 3;
}
#wrap_buyers header .kv_middle {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 60px;
  transform: scale(1.1);
  z-index: 2;
}
#wrap_buyers header .kv_bottom {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 32px;
  transform: scale(1.1);
  z-index: 3;
}
#wrap_buyers header .kv_light {
  width: 100%;
  height: 720px;
  background-image: url("../img/bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
#wrap_buyers header .kv_light_wrap {
  display: flex;
  max-width: 1080px;
  flex-direction: row;
  margin: auto;
  padding-top: 176px;
  justify-content: space-between;
}
#wrap_buyers header .kv_light h1 {
  display: flex;
  justify-content: end;
  flex-direction: column;
  font-family: "Noto Serif JP";
  font-size: 72px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.15em;
  text-align: left;
}
#wrap_buyers header .kv_light h1 img {
  width: 600px;
}
#wrap_buyers header .kv_light img {
  display: block;
  align-items: center;
  width: 430px;
  z-index: 999;
}
#wrap_buyers header .kv_light:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 40px;
  background: #F9F8F0;
  bottom: -1px;
}

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

main {
  width: 100%;
  padding: 60px 0 120px;
  background: #F9F8F0;
}
main h2 {
  font-family: "Noto Serif JP";
  font-size: 36px;
  text-align: left;
  font-weight: 600;
  margin: 16px 0 32px;
  color: #000000;
}
main .kikan_img:after {
  background-size: contain;
}

#douga {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #FAF6E8;
  background-repeat: repeat;
  background-position: top center;
  padding: 60px 0;
  gap: 24px;
}
#douga button {
  border: none;
  padding: 0;
}
#douga .douga_box {
  width: 424px;
  height: 233px;
  border: none;
}
#douga .douga_sp {
  display: none;
}

.share {
  font-weight: 600;
  color: #0072CE;
  font-size: 1.2rem;
}

.copy {
  font-size: 16px;
  font-weight: 400;
  margin-top: 16px;
}

#explanation {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #F9F8F0;
}
#explanation .explanation_wrap {
  width: 1000px;
  position: relative;
  background: #FFFFFF;
  margin: 60px auto 120px;
  padding: 160px 24px 0;
  outline: 1px solid #D4B16E;
  outline-offset: -20px;
}
#explanation .explanation_box {
  display: flex;
  gap: 40px;
  margin: 0 32px 80px;
}
#explanation .explanation_box h3 {
  font-family: "zen-antique", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #000000;
  margin-bottom: 24px;
}
#explanation .explanation_box .explanation_text {
  font-size: 16px;
  padding: 16px 0;
}
#explanation .explanation_box .explanation_text p {
  font-size: 16px;
  margin-bottom: 24px;
  line-height: 180%;
  text-align: left;
}
#explanation .explanation_box .explanation_img {
  width: 540px;
  border-radius: 12px;
}

.link {
  display: block;
  font-weight: 700;
  color: #111C4D;
  text-align: right;
  line-height: 180%;
}
.link .link_img {
  display: inline-block;
  padding-left: 8px;
}
.link .link_img img {
  width: 14px;
  height: 14px;
}

.mark {
  width: 240px;
  height: 240px;
  background: #F9F8F0;
  border-radius: 50%;
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.mark img {
  width: 200px;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

#lineup {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  padding: 60px 0;
  position: relative;
  background-image: url("../img/pattern3.png");
  background-repeat: repeat;
  gap: 24px;
}
#lineup:after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 400px;
  background-image: url("../img/mugi_sp.svg");
  background-repeat: repeat-x;
  bottom: 0;
}
#lineup .mark img {
  top: 30%;
  width: 80px;
}
#lineup h3 {
  position: relative;
  top: 60%;
  color: #000000;
  font-size: 32px;
  font-weight: 0;
}
#lineup .lineup_item_text {
  display: flex;
  flex-direction: column;
  color: #00275C;
  flex: 1;
}
#lineup .lineup_item_text .lineup_item_title {
  color: #000000;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  text-align: left;
  margin-bottom: 20px;
}
#lineup .lineup_item_text .price {
  margin-top: 32px;
}
#lineup .lineup_wrap {
  width: 1000px;
  position: relative;
  background: #F9F8F0;
  margin: 120px auto;
  padding: 60px 48px;
  outline: 1px solid #D4B16E;
  outline-offset: -20px;
  z-index: 3;
  box-shadow: 0px 0px 20px rgba(57, 64, 92, 0.4);
}
#lineup .lineup_wrap:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 12px;
  width: 124px;
  height: 124px;
  background: url("../img/label-ribbon01.png");
  background-size: 124px;
  background-repeat: no-repeat;
}
#lineup .lineup_inner {
  display: flex;
  gap: 40px;
  margin-bottom: 56px;
}
#lineup .lineup_item {
  width: 274px;
  position: relative;
  align-self: center;
  padding-top: 40px;
}
#lineup .lineup_item img {
  display: block;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#lineup .lineup_item:after {
  content: "";
  display: block;
  position: absolute;
  width: 100px;
  height: 100px;
  top: 40px;
  left: 0;
  background: url(../img/emblem.png);
  background-size: 100px;
  background-repeat: no-repeat;
  z-index: 0;
}

.gentei {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
.gentei .gentei_inner {
  display: inline-block;
  color: #CC5B33;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  border-radius: 32px;
  border: 1px solid #CC5B33;
  padding: 4px 16px;
}
.gentei .gentei_inner span {
  font-size: 14px;
}
.gentei .ohitori {
  color: #CC5B33;
  font-size: 16px;
  font-weight: 500;
}

.price {
  color: #000000;
  text-align: left;
}
.price .price_text {
  font-size: 14px;
  font-weight: 400;
}
.price .price_amount {
  color: #000000;
  font-size: 28px;
  font-weight: 600;
}
.price .price_amount span {
  font-size: 14px;
}
.price .price_desc {
  color: #000000;
  font-size: 16px;
  text-align: left;
  margin-top: 16px;
}

.link_button {
  width: 230px;
  height: 56px;
  position: relative;
  display: inline-block;
  background-color: #FFFFFF;
  border-radius: 50px;
  padding: 10px 20px;
  transition: background-color 0.3s;
  cursor: pointer;
  box-shadow: 0px 0px 6px rgba(212, 177, 110, 0.8);
  z-index: 0;
}
.link_button:hover {
  background-color: #eee3d4;
}
.link_button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50px;
  border: 1px solid transparent;
  background: linear-gradient(90deg, #edbe73 0, #ddb06b 41.35%, #a76f30 100%) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  mask-composite: exclude;
  pointer-events: none;
  transition: background 0.3s;
}
.link_button .text_gradient {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  top: 1px;
  background: linear-gradient(90deg, rgb(167, 111, 48), rgb(200, 158, 94) 50%, rgb(167, 111, 48));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  transition: opacity 0.3s ease;
  white-space: nowrap;
  line-height: 32px;
  z-index: 1;
}
.link_button .text_color {
  position: absolute;
  font-size: 20px;
  font-weight: 600;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  opacity: 0;
  transition: opacity 0.3s ease;
  white-space: nowrap;
  z-index: 2;
  line-height: 32px;
}

.label {
  display: flex;
  flex-direction: row;
  padding: 24px;
  text-align: left;
  gap: 24px;
  border-radius: 8px;
  background: #FFFFFF;
  margin-top: 24px;
  position: relative;
}
.label img {
  display: block;
  position: absolute;
  width: 120px;
  bottom: -14px;
  right: 16px;
}
.label dl {
  width: 400px;
}
.label dt {
  color: #111C4D;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 8px;
  text-align: left;
}
.label dd {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
}

#goods {
  width: 100%;
}
#goods .goods_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  padding: 60px 0 100px;
  position: relative;
}
#goods .goods_wrap.white {
  background-image: url("../img/pattern1.png");
  background-repeat: repeat;
}
#goods .goods_wrap.white:before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 80px;
  background-image: url("../img/wave04.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  top: -40px;
}
#goods .goods_wrap.white:nth-last-child(4) {
  padding: 60px 0 140px;
}
#goods .goods_wrap.white:nth-last-child(4):after {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  bottom: -40px;
  height: 150px;
  background-image: url("../img/wave_bird.svg");
  background-position: right;
  background-repeat: no-repeat;
  background-size: 100%;
}
#goods .goods_wrap.beige {
  position: relative;
  background-image: url("../img/pattern2.png");
  background-repeat: repeat;
}
#goods .goods_wrap.beige:before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 80px;
  background-image: url("../img/wave05.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  top: -56px;
}
#goods .goods_wrap.beige:nth-last-child(3):after {
  display: block;
  position: absolute;
  content: "";
  width: 109px;
  top: -180px;
  right: 10%;
  height: 140px;
  background-image: url("../img/bird.svg");
  background-repeat: no-repeat;
  background-size: 109px;
}

.goods_inner {
  width: 1000px;
  position: relative;
  margin: auto;
}
.goods_inner .goods_box {
  display: flex;
  gap: 40px;
}
.goods_inner .gentei_inner {
  font-size: 20px;
}
.goods_inner .gentei_inner span {
  font-size: 12px;
}
.goods_inner .price_btn {
  width: 100%;
}
.goods_inner .goods_img {
  width: 274px;
  flex-shrink: 0;
}
.goods_inner .goods_img img {
  display: block;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.goods_inner .goods_text {
  align-self: center;
}
.goods_inner .goods_text h4 {
  color: #000000;
  font-size: 28px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 20px;
}
.goods_inner .price {
  margin-top: 24px;
}
.goods_inner .price_desc {
  margin-top: 16px;
}

#kikan {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  padding: 60px 0 80px;
  position: relative;
  background: #F9F8F0;
}
#kikan .kikan_img {
  display: inline-block;
}
#kikan .kikan_img img {
  position: absolute;
  top: 25%;
  left: 15px;
}
#kikan .kikan_img_sp {
  display: none;
}
#kikan:before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 80px;
  background-image: url("../img/wave06.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  top: -46px;
}

.kikan_inner {
  display: flex;
  width: 1000px;
  padding: 24px;
  flex-direction: column;
  margin: 0 auto;
  border-radius: 8px;
  background: #D4B16E;
  justify-content: flex-start;
  z-index: 1;
}

.kikan_text {
  width: 80%;
  font-family: "ryo-gothic-plusn", sans-serif;
  text-align: left;
  padding: 32px 48px;
  background: #FFFFFF;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.kikan_date {
  color: #4A3B32;
  font-size: 28px;
  font-weight: 500;
}
.kikan_date span {
  font-size: 16px;
  font-weight: 500;
}
.kikan_date .break {
  color: #4A3B32;
  font-size: 28px;
  font-weight: 500;
}

.kikan_time {
  font-size: 16px;
  font-weight: 500;
  padding-left: 8px;
}

.caution {
  color: #CD2D37;
  font-size: 20px;
  font-weight: 500;
  padding-top: 8px;
  text-align: left;
}

.kikan_wrap {
  display: flex;
  flex-direction: row;
}

.kikan_img {
  display: inline-block;
  position: relative;
  width: 200px;
  padding: 16px;
}
.kikan_img:after {
  display: block;
  content: "";
  position: absolute;
  width: 20px;
  height: 100%;
  top: 0;
  right: -19px;
  background: url(../img/arc-shape.svg);
  background-size: 105%;
  background-repeat: no-repeat;
}

.kikan_img_sp {
  display: none;
}

.caution_alcohol {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 12px;
  background: #F9F8F0;
  padding: 16px;
  margin-top: 24px;
  text-align: left;
  border: 1px solid #D4B16E;
  border-radius: 8px;
}
.caution_alcohol span {
  font-weight: 600;
}

.caution_alcohol_hand {
  display: block;
  width: 36px;
}

.caution_alcohol_sake {
  display: block;
  width: 40px;
}

#wine_whisky {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #000000;
}
#wine_whisky h3 {
  color: #111C4D;
}
#wine_whisky h4 {
  width: 100%;
  position: relative;
  display: inline-block;
  font-family: "Noto Serif JP";
  font-size: 32px;
  color: #111C4D;
  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: #111C4D;
}
#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;
  position: sticky;
  margin: 60px auto;
  bottom: 10px;
  z-index: 999;
}
#reservation_pc h3 {
  padding: 10px 24px;
  text-align: center;
  border-radius: 10px 10px 0 0;
  background: linear-gradient(90deg, rgb(254, 236, 159), rgb(221, 176, 107) 50%, rgb(167, 111, 48));
  color: #FFFFFF !important;
  font-size: 19px !important;
  line-height: 140%;
  font-weight: 600;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
}
#reservation_pc .main_innerBlock {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  border-radius: 0 0 10px 10px;
  border: 1px solid transparent;
  background: #FFFFFF;
  padding: 16px 32px;
  text-align: left;
  gap: 20px;
}
#reservation_pc .main_innerBlock h4 {
  color: #000000;
  font-size: 15px;
  font-weight: 700;
}
#reservation_pc .main_innerBlock p {
  color: #000000;
  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 {
  padding: 60px 16px;
  text-align: left;
  background: #FFFFFF;
}
#caution .caution_wrap {
  width: 1000px;
  margin: auto;
}
#caution h5 {
  color: #181819;
  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;
}

#share {
  width: 100%;
  background: #FFFFFF;
  margin: unset;
}
#share .share_wrap {
  width: 200px;
  margin: auto;
}

.sp_download {
  display: none;
}

.break {
  display: inline-block;
}

.break_sp {
  display: none;
}

.news {
  width: 1000px;
  position: relative;
  background: #FFFFFF;
  margin: 120px auto;
  padding: 60px 48px;
  outline: 1px solid #D4B16E;
  outline-offset: -20px;
  box-shadow: 0px 0px 20px rgba(57, 64, 92, 0.4);
  z-index: 3;
}
.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 {
  margin-top: 24px;
}
.news .news_inner .goods_text .price .price_text {
  font-size: 14px;
  font-weight: 600;
}
.news .news_inner .goods_text .price .price_amount {
  font-size: 28px;
}
.news .news_inner .goods_text .price .price_amount span {
  font-size: 14px;
  padding-right: 4px;
}
.news:after {
  display: block;
  content: "";
  position: absolute;
  top: -8px;
  left: 12px;
  width: 100px;
  height: 112px;
  background: url(../img/label-ribbon02.png);
  background-size: 100px;
  background-repeat: no-repeat;
}

#lowpage {
  background: #F9F8F0;
}
#lowpage .line {
  width: 100%;
  height: 44px;
  position: relative;
  background: #F9F8F0;
}
#lowpage .mv {
  width: 100%;
  height: 62vh;
  background: url("../img/item_mv.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
  position: absolute;
  z-index: 1;
}
#lowpage .mv .round {
  width: 240px;
  height: 120px;
  margin: auto;
  background: #F9F8F0;
  border-radius: 50%/100% 100% 0 0;
  transform: rotate(180deg);
}
#lowpage .mv .round p {
  position: relative;
  top: 40px;
  line-height: 1.2em;
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-size: 32px;
  font-weight: 700;
  transform: rotate(180deg);
  background: linear-gradient(90deg, rgb(254, 236, 159), rgb(221, 176, 107) 50%, rgb(167, 111, 48));
  background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -1px;
}
#lowpage .kanosuke_bottle {
  display: flex;
  flex-direction: row;
  width: 100%;
  position: relative;
  justify-content: end;
  top: calc(5vh - 10px);
  right: calc(30% - 100px);
  gap: 40px;
  z-index: 3;
}
#lowpage .kanosuke_bottle_text {
  align-self: end;
  padding-bottom: 60px;
}
#lowpage .kanosuke_bottle_text p {
  font-size: 24px;
  font-weight: 600;
  color: #39405C;
  text-align: right;
  padding-top: 24px;
}
#lowpage .kanosuke_bottle_img {
  transform: rotate(7deg);
}
#lowpage .kanosuke_box {
  display: flex;
  width: 100%;
  gap: 40px;
  justify-content: center;
  position: relative;
  z-index: 3;
}
#lowpage .kanosuke_box_text {
  align-self: flex-end;
  padding-bottom: 56px;
}
#lowpage .kanosuke_box_text h1 {
  color: #FFFFFF;
  text-align: left;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
  font-size: 36px;
  font-weight: 600;
}
#lowpage .kanosuke_box_text p {
  color: #FFFFFF;
  text-align: left;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
  font-size: 20px;
  font-weight: 500;
  line-height: 2.5rem;
}
#lowpage .kanosuke_box_img {
  width: 372px;
}
#lowpage #main_item {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px 40px;
  gap: 24px;
  color: #00275C;
}
#lowpage #main_item .main_title {
  display: flex;
  font-family: "Noto Serif JP";
  font-size: 24px;
  color: #111C4D;
  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: 1000px;
  display: block;
  text-align: left;
}
#lowpage #main_item .back {
  background-image: url(../img/arrrow.png);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 16px;
  padding-right: 16px;
  color: #111C4D;
  font-family: "Noto Serif JP";
  font-size: 15px;
  font-weight: 600;
  background-size: 7px 14px;
  align-self: center;
}
#lowpage #main_item .main_text {
  width: 14em;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 1em;
  color: #39405C;
  background: #FFFFFF;
  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: #1A1918;
  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: #000000;
  margin-bottom: 40px;
}
#lowpage .gentei {
  margin-bottom: 24px;
}
#lowpage .spec, #lowpage .setsumei {
  text-align: left;
  color: #000000;
}
#lowpage .spec {
  font-family: "Noto Serif JP";
  line-height: 1.15rem;
  font-size: 14px;
  color: #4A3B32;
}
#lowpage .setsumei {
  font-family: "Noto Serif JP";
  font-size: 16px;
  color: #000000;
  border-top: 1px solid #111C4D;
  padding: 40px 0 16px;
  line-height: 1.5rem;
  margin: 0;
}
#lowpage .item_inner {
  width: 1000px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: left;
  gap: 40px;
}
#lowpage .item_inner .main_img {
  width: 360px;
  position: relative;
}
#lowpage .item_inner .main_img img {
  display: block;
  width: 150px;
  margin: auto;
}
#lowpage .item_inner .main_img:after {
  content: "";
  display: block;
  position: absolute;
  width: 100px;
  height: 100px;
  top: 40px;
  left: 30px;
  background: url(../img/emblem.png);
  background-size: 100px;
  background-repeat: no-repeat;
  z-index: 0;
}
#lowpage .item_inner .lineup_item {
  width: 600px;
}
#lowpage .label_item {
  margin-top: 16px;
  flex-direction: column;
}
#lowpage #lineup {
  top: -380px;
  padding: 360px 0 100px;
}
#lowpage #lineup:before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 340px;
  background-image: url(../img/note_bottom_pc.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  top: 100px;
}
#lowpage #kikan {
  margin-top: -380px;
}
#lowpage #kikan:before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 80px;
  background-image: url(../img/wave07.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  top: -52px;
}
#lowpage #reservation_pc {
  top: -280px;
}

#concept {
  width: 100%;
  padding: 60px 0 160px;
  background: url("../img/pattern4.png");
  background-repeat: repeat;
  position: relative;
  top: -340px;
  z-index: 1;
}
#concept:before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 300px;
  background-image: url(../img/wave_shima.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  top: -2px;
  z-index: 0;
}
#concept:after {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 300px;
  background-image: url(../img/mugi_pc_item.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  top: -260px;
  z-index: 0;
}
#concept .concept_wrap {
  width: 1000px;
  position: relative;
  background: #F9F8F0;
  margin: 340px auto 100px;
  padding: 60px 48px 120px;
  outline: 2px solid rgba(67, 104, 171, 0.4);
  outline-offset: -20px;
  z-index: 3;
  box-shadow: 0px 0px 20px rgba(57, 64, 92, 0.4);
  border-radius: 10px;
  -webkit-mask-image: radial-gradient(circle at calc(50% - 0px) -30px, transparent 100px, white 0);
}
#concept .concept_title {
  width: 100%;
  height: 120px;
  position: absolute;
  border-radius: 0 0 120px 120px;
  top: 348px;
  z-index: 3;
}
#concept .concept_title h2 {
  font-size: 28px;
  font-weight: 700;
  font-family: "zen-kaku-gothic-new", sans-serif;
  color: #FFFFFF;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
  margin: 40px 0 0;
  position: relative;
  z-index: 4;
}
#concept h3 {
  font-size: 28px;
  font-weight: 700;
  font-family: "zen-kaku-gothic-new", sans-serif;
  color: #39405C;
  margin: 60px 0 40px;
}
#concept .concept_story {
  margin-bottom: 80px;
}
#concept .concept_img {
  display: flex;
  width: 880px;
  gap: 20px;
}
#concept .concept_img:first-child {
  margin-bottom: 40px;
}
#concept .concept_img img {
  width: 430px;
}
#concept .concept_comment {
  display: flex;
  gap: 48px;
  padding: 0 24px;
}
#concept .concept_text p {
  font-size: 16px;
  text-align: left;
  line-height: 1.8rem;
}
#concept .concept_text p:first-child {
  padding-bottom: 1rem;
}
#concept .concept_comment_img {
  width: 342px;
  flex-shrink: 0;
  position: relative;
}
#concept .concept_comment_img img {
  width: 100%;
  border-radius: 4px;
}
#concept .concept_buyers {
  display: flex;
  width: 100%;
  gap: 8px;
  justify-content: center;
  position: absolute;
  bottom: -24px;
}
#concept .concept_buyers .concept_buyers_text {
  text-align: right;
  font-weight: 400;
  align-self: end;
}
#concept .concept_buyers .concept_buyers_text .concept_buyers_title {
  font-size: 10px;
}
#concept .concept_buyers .concept_buyers_text .concept_buyers_name {
  font-size: 12px;
}
#concept .concept_buyers .concept_buyers_img {
  width: 100px;
  height: 100px;
}

#tasting {
  width: 100%;
  position: relative;
  background: #FBF9F3;
  background-repeat: repeat;
  top: -260px;
  z-index: 2;
}
#tasting:after {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 230px;
  background-image: url(../img/note_top_pc.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  top: -220px;
  z-index: 1;
}
#tasting .tasting_wrap {
  display: flex;
  justify-content: center;
  gap: 40px;
  position: relative;
}
#tasting .tasting_wrap:nth-child(2) {
  top: -140px;
}
#tasting .tasting_wrap h4 {
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-size: 28px;
  color: #000000;
  font-weight: 600;
  text-align: left;
}
#tasting h3.tasting_title {
  font-family: "ryo-gothic-plusn", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #39405C;
  text-align: left;
  padding: 0;
}
#tasting h3.tasting_title span {
  display: inline-block;
  width: 80px;
  height: 88px;
  padding-right: 12px;
}
#tasting h3.tasting_title span img {
  width: 80px;
}
#tasting .tasting_contents {
  width: 450px;
  flex-shrink: 0;
  position: relative;
  z-index: 3;
}
#tasting .tasting_comment {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  text-align: left;
  margin-top: 12px;
}
#tasting .tasting_note {
  width: 450px;
  text-align: left;
  top: -140px;
  position: relative;
}
#tasting .tasting_text {
  margin-top: 24px;
}
#tasting .tasting_text h5 {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 8px;
}
#tasting .tasting_text p {
  font-size: 16px;
}
#tasting .tasting_img_note {
  display: block;
  position: relative;
  width: 390px;
  top: -200px;
  z-index: 5;
}
#tasting .tasting_img_box {
  width: 390px;
}
#tasting .tasting_img_box img {
  width: 100%;
}

.back {
  display: block;
  margin: 40px 0;
}
.back .back_button {
  width: 400px;
  height: 56px;
  position: relative;
  display: inline-block;
  background-color: #FFFFFF;
  border-radius: 50px;
  padding: 10px 20px;
  transition: background-color 0.3s;
  cursor: pointer;
  box-shadow: 0px 0px 6px rgba(212, 177, 110, 0.8);
  z-index: 0;
}
.back .back_button:hover {
  background-color: #eee3d4;
}
.back .back_button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50px;
  border: 1px solid transparent;
  background: linear-gradient(90deg, #edbe73 0, #ddb06b 41.35%, #a76f30 100%) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  mask-composite: exclude;
  pointer-events: none;
  transition: background 0.3s;
}
.back .back_button .text_gradient {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  top: 1px;
  background: linear-gradient(90deg, rgb(167, 111, 48), rgb(200, 158, 94) 50%, rgb(167, 111, 48));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  transition: opacity 0.3s ease;
  white-space: nowrap;
  line-height: 32px;
  z-index: 1;
}
.back .back_button .text_color {
  position: absolute;
  font-size: 20px;
  font-weight: 600;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  opacity: 0;
  transition: opacity 0.3s ease;
  white-space: nowrap;
  z-index: 2;
  line-height: 32px;
}

/* -------------------------------------------- */
/* タブレット用
/* -------------------------------------------- */
@media (min-width: 769px) and (max-width: 1023px) {
  #wrap_buyers header .kv_light_wrap {
    width: 96%;
    max-width: 96%;
  }
  #tasting:after {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 160px;
    background-image: url(../img/note_top_pc.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    top: -80px;
    z-index: 1;
  }
  main {
    padding: 60px 16px;
  }
  main .kikan {
    display: flex;
    width: 100%;
    padding: 16px;
    flex-direction: column;
    margin: 0 auto;
    border-radius: 8px;
    border: 1px solid #111C4D;
    justify-content: flex-start;
    z-index: 1;
  }
  main .kikan_inner {
    width: 100%;
    padding: 8px;
  }
  main .kikan_wrap {
    flex-direction: column;
  }
  main .kikan_img {
    display: none;
  }
  main .kikan_img_sp {
    display: inline-block;
    position: relative;
  }
  main .kikan_img_sp:after {
    display: block;
    content: "";
    position: absolute;
    bottom: -13px;
    width: 100%;
    height: 14px;
    background: url(../img/arc-shape_tb.svg);
    background-repeat: no-repeat;
    background-size: 100%;
  }
  main .kikan_text {
    width: 100%;
    font-size: 16px;
    padding: 32px 16px 16px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  main .kikan_text_wrap {
    width: 440px;
    margin: auto;
  }
  main .kikan_date {
    font-size: 20px;
  }
  main .kikan_date .break {
    font-size: 20px;
  }
  #goods .goods_wrap.beige:before {
    top: -42px;
  }
  #goods .goods_wrap.beige:nth-last-child(3):after {
    top: -155px;
    width: 90px;
    background-size: 90px;
  }
  .goods_inner {
    width: 90%;
  }
  .goods_inner .goods_text h4 {
    font-size: 20px;
  }
  #explanation {
    position: relative;
  }
  #explanation:before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #D4B16E;
    top: 80px;
    z-index: 2;
  }
  #explanation:after {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #D4B16E;
    bottom: 140px;
    z-index: 2;
  }
  #explanation .explanation_wrap {
    width: 100%;
    outline: unset;
    padding: 140px 24px 48px;
  }
  #explanation .explanation_box {
    width: 80%;
    gap: unset;
    flex-direction: column;
    margin: 0 auto 40px;
  }
  #explanation .explanation_box .explanation_img {
    width: 100%;
    order: 1;
  }
  #explanation .explanation_box .explanation_text {
    order: 2;
  }
  #lineup .lineup_wrap {
    width: 96%;
  }
  .mark {
    width: 180px;
    height: 180px;
    top: -100px;
    z-index: 3;
  }
  .mark img {
    width: 150px;
  }
  #kikan {
    padding: 40px 16px;
  }
  #kikan:before {
    top: -20px;
    height: 40px;
  }
  #kikan .kikan_img {
    display: none;
  }
  #kikan .kikan_img_sp {
    display: inline-block;
    position: relative;
  }
  #kikan .kikan_img_sp:after {
    display: block;
    content: "";
    position: absolute;
    bottom: -13px;
    width: 100%;
    height: 14px;
    background: #D4B16E;
    border-radius: 50%/100% 100% 0 0;
    transform: rotate(180deg);
  }
  #kikan .kikan_inner {
    width: 100%;
    padding: 8px;
  }
  #kikan .kikan_wrap {
    flex-direction: column;
  }
  #kikan .kikan_text_wrap {
    width: 440px;
    margin: auto;
  }
  #kikan .kikan_text {
    width: 100%;
    font-size: 16px;
    padding: 32px 8px 16px;
    border-top-right-radius: unset;
    border-bottom-right-radius: unset;
  }
  #kikan .kikan_date {
    font-size: 20px;
  }
  #kikan .kikan_date span {
    font-size: 16px;
    font-weight: 500;
  }
  #kikan .kikan_date .time {
    font-size: 14px;
  }
  .caution {
    font-size: 12px;
  }
  .caution_alcohol {
    font-size: 12px;
  }
  .caution_alcohol span {
    font-weight: 600;
  }
  #lineup {
    padding: 40px 16px 0;
  }
  #lineup:after {
    height: 200px;
  }
  #lineup h3 {
    font-size: 24px;
    top: 58%;
  }
  #lineup .lineup_wrap {
    width: 100%;
    flex-direction: column;
    margin: 100px auto 80px;
    outline-offset: -8px;
    padding: 32px 24px;
  }
  #lineup .lineup_wrap:after {
    width: 80px;
    height: 90px;
    background-size: 80px;
    background-repeat: no-repeat;
  }
  #lineup .mark img {
    width: 60px;
    top: 25%;
  }
  #lineup .lineup_item {
    width: 300px;
    margin: auto;
    padding: 0;
  }
  #lineup .lineup_item:after {
    width: 110px;
    height: 110px;
    background-size: 110px;
    top: 0;
    left: -60px;
  }
  #lineup .lineup_item img {
    width: 100%;
  }
  #lineup .lineup_inner {
    flex-direction: column;
    margin-bottom: 24px;
  }
  #lineup .lineup_item_text .lineup_item_title {
    font-size: 20px;
    font-weight: 600;
  }
  .mark {
    width: 180px;
    height: 180px;
    top: -100px;
    z-index: 3;
  }
  .mark img {
    width: 150px;
  }
  #reservation_pc {
    width: 96%;
    bottom: 0;
  }
  .news {
    width: 96%;
    padding: 104px 48px;
  }
  .news:after {
    width: 80px;
    height: 90px;
    background-size: 80px;
    background-repeat: no-repeat;
  }
  .news .news_inner .goods_text h4 {
    font-size: 20px;
  }
  #lowpage #lineup {
    padding: 200px 16px 60px;
  }
  #lowpage #lineup:before {
    height: 240px;
    background-image: url(../img/note_bottom_pc.svg);
    top: 10px;
  }
  #lowpage #lineup .lineup_wrap {
    margin: 0 16px 60px;
  }
  #lowpage .line {
    height: 24px;
  }
  #lowpage .mv {
    background: url("../img/item_mv_sp.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 50vh;
  }
  #lowpage .mv .round {
    width: 200px;
    height: 100px;
  }
  #lowpage .mv .round p {
    font-size: 24px;
  }
  #lowpage .kanosuke_bottle_text {
    order: 2;
    align-self: center;
    position: relative;
    top: -24px;
  }
  #lowpage .kanosuke_bottle_text img {
    width: 240px;
  }
  #lowpage .kanosuke_bottle_text p {
    font-size: 20px;
    text-align: center;
    padding-top: 12px;
  }
  #lowpage .kanosuke_bottle {
    width: 500px;
    margin: auto;
    flex-direction: column;
    right: 0;
    top: 60px;
    gap: 0;
  }
  #lowpage .kanosuke_bottle_img {
    max-width: 180px;
    width: 100%;
    align-self: end;
    right: 10%;
    position: relative;
  }
  #lowpage .kanosuke_box {
    flex-direction: row;
    gap: 20px;
    padding: 0 16px;
  }
  #lowpage .kanosuke_box_img {
    min-width: 186px;
    width: 35%;
    position: relative;
  }
  #lowpage .kanosuke_box_text {
    align-self: end;
  }
  #lowpage .kanosuke_box_text h1 {
    font-size: 24px;
    margin-bottom: 16px;
  }
  #lowpage .kanosuke_box_text p {
    font-size: 16px;
  }
  #lowpage #concept {
    top: -280px;
    padding: 60px 0 200px;
  }
  #lowpage #concept:after {
    background-image: url(../img/mugi_sp_item.svg);
    top: -275px;
  }
  #lowpage #concept .concept_wrap {
    width: 96%;
    margin: 300px auto 100px;
    padding: 40px 32px 48px;
    border-radius: 8px;
    outline-offset: -16px;
    -webkit-mask-image: radial-gradient(circle at calc(50% - 0px) -20px, transparent 80px, white 0);
  }
  #lowpage #concept .concept_story {
    width: 80%;
    margin: 0 auto 80px;
  }
  #lowpage #concept .concept_title {
    top: 315px;
  }
  #lowpage #concept .concept_title h2 {
    font-size: 20px;
  }
  #lowpage #concept .concept_img {
    width: 100%;
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
  #lowpage #concept .concept_img img {
    width: 100%;
  }
  #lowpage #concept h3 {
    font-size: 20px;
    margin: 60px 0 40px;
  }
  #lowpage #concept .concept_comment {
    width: 80%;
    margin: auto;
    flex-direction: column;
    padding: 0;
    gap: 70px;
  }
  #lowpage #concept .concept_comment_img {
    width: 100%;
  }
  #lowpage #concept .concept_buyers {
    bottom: -48px;
    justify-content: end;
  }
  #lowpage #kikan:before {
    background-image: url(../img/wave07_sp.svg);
    top: -25px;
  }
  #lowpage #tasting {
    top: -360px;
    background-image: url(../img/pattern2.svg);
    background-repeat: repeat;
  }
  #lowpage #tasting .tasting_wrap {
    width: 80%;
    margin: auto;
    padding: 0 16px;
    flex-direction: column;
    gap: 0;
  }
  #lowpage #tasting .tasting_wrap:nth-child(2) {
    top: 0;
  }
  #lowpage #tasting .tasting_wrap h4 {
    font-size: 20px;
  }
  #lowpage #tasting:after {
    width: 100%;
    height: 100px;
    background-image: url(../img/note_top_sp.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    top: -80px;
    z-index: 1;
  }
  #lowpage #tasting .tasting_contents {
    width: 100%;
    order: 2;
    top: -200px;
  }
  #lowpage #tasting .tasting_img_box {
    width: 100%;
    position: relative;
    top: -100px;
  }
  #lowpage #tasting .tasting_img_box img {
    width: 90%;
    margin: auto;
  }
  #lowpage #tasting .tasting_img_note {
    min-width: 240px;
    width: 35%;
    order: 1;
    align-self: end;
    top: -160px;
  }
  #lowpage #tasting h3.tasting_title {
    font-size: 18px;
  }
  #lowpage #tasting .tasting_note {
    width: 100%;
    top: -160px;
  }
  #lowpage #tasting .tasting_text h5 {
    font-size: 20px;
  }
  #lowpage #tasting .tasting_text p {
    font-size: 14px;
  }
  #lowpage .label {
    flex-direction: row;
    width: 100%;
    padding: 16px;
    margin: 24px 0 0;
  }
  #lowpage .item_inner {
    width: 100%;
    flex-direction: column;
    gap: 16px;
  }
  #lowpage .item_inner .img_OwnersCask {
    width: 200px;
  }
  #lowpage .item_inner .lineup_item {
    width: 100%;
  }
  #lowpage .item_inner .main_img {
    width: 63px;
    margin: auto;
  }
  #lowpage .item_inner .main_img:after {
    top: 20px;
    left: -100px;
  }
  #lowpage .gentei {
    margin-bottom: 16px;
  }
  #lowpage .setsumei {
    width: 100%;
    padding: 24px 0 16px;
    font-size: 14px;
  }
}
/* -------------------------------------------- */
/* SP用
/* -------------------------------------------- */
@media screen and (max-width: 768px) {
  .back {
    margin: 16px 0 40px;
  }
  .back .back_button {
    width: 90%;
    margin: auto;
  }
  #wrapper {
    overflow: clip;
  }
  .yokoku {
    height: 30px;
    font-size: 20px;
    z-index: 10;
  }
  #wrap_buyers {
    text-align: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: auto;
    background-position: center;
    aspect-ratio: 750/1200;
    /* アスペクト比を保持してレスポンシブ */
  }
  #wrap_buyers header {
    height: 480px;
  }
  #wrap_buyers header .kv_light {
    height: 480px;
    background-image: url("../img/bg_sp.png");
  }
  #wrap_buyers header .kv_light h1 {
    font-size: 8.3333333333vw;
    order: 2;
  }
  #wrap_buyers header .kv_light h1 span {
    font-size: 20px;
  }
  #wrap_buyers header .kv_light h1 img {
    width: 320px;
    padding-top: 16px;
  }
  #wrap_buyers header .kv_light .bottle {
    width: 100%;
    padding-top: 40px;
  }
  #wrap_buyers header .kv_light:after {
    bottom: -10px;
  }
  #wrap_buyers header .kv_light_wrap {
    padding: 0 8px;
    width: 42%;
    min-width: 300px;
    flex-direction: column;
  }
  #wrap_buyers header .kv_middle {
    bottom: 44px;
  }
  #wrap_buyers header .kv_bottom {
    bottom: 30px;
  }
  #wrap_buyers #main_item a.back_link {
    width: 100%;
  }
  #wrap_buyers #caution {
    width: 100%;
    margin: 0 auto;
    padding: 16px;
    text-align: left;
  }
  #wrap_buyers #caution .caution_wrap {
    width: 100%;
  }
  br.pc {
    display: none;
  }
  .anni_logo {
    width: 60px;
    right: 8px;
    bottom: 8px;
  }
  main {
    max-width: 100%;
    margin: 56px auto 40px;
    padding: 0 16px;
  }
  main h2 {
    font-size: 24px;
    font-weight: 600;
    margin: 16px 0;
  }
  main .kikan {
    display: flex;
    width: 100%;
    padding: 16px;
    flex-direction: column;
    margin: 0 auto;
    border-radius: 8px;
    border: 1px solid #111C4D;
    justify-content: flex-start;
    z-index: 1;
  }
  main .kikan_inner {
    width: 100%;
    padding: 8px;
  }
  main .kikan_wrap {
    flex-direction: column;
  }
  main .kikan_img {
    display: none;
  }
  main .kikan_img_sp {
    display: inline-block;
    position: relative;
  }
  main .kikan_img_sp:after {
    display: block;
    content: "";
    position: absolute;
    bottom: -24px;
    width: 100%;
    height: 25px;
    background: url(../img/arc-shape_sp.svg);
    background-repeat: no-repeat;
    background-size: 103%;
  }
  main .kikan_text {
    width: 100%;
    font-size: 16px;
    border-top-right-radius: unset;
    border-bottom-right-radius: unset;
    padding: 32px 16px 16px;
  }
  main .kikan_text .time {
    font-size: 12px;
    font-weight: 500;
    padding-left: 4px;
  }
  main .kikan_text_wrap {
    width: 280px;
    margin: auto;
  }
  main .kikan_date {
    font-size: 16px;
    font-weight: 500;
  }
  main .kikan_time {
    font-size: 16px;
    font-weight: 500;
    padding-left: 8px;
  }
  main .caution {
    color: #CD2D37;
    font-size: 12px;
    font-weight: 500;
    padding-top: 12px;
    text-align: left;
  }
  #explanation {
    position: relative;
  }
  #explanation:before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #D4B16E;
    top: 80px;
    z-index: 2;
  }
  #explanation:after {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #D4B16E;
    bottom: 140px;
    z-index: 2;
  }
  #explanation .explanation_wrap {
    width: 100%;
    outline: unset;
    padding: 140px 24px 48px;
  }
  #explanation .explanation_box {
    gap: unset;
    flex-direction: column;
    margin: 0 0 40px;
  }
  #explanation .explanation_box:nth-child(3) {
    margin: 0;
  }
  #explanation .explanation_box .explanation_text {
    order: 2;
    padding: 0;
    padding: 16px 0 0;
    text-align: left;
  }
  #explanation .explanation_box .explanation_img {
    display: block;
    width: 100%;
    margin: auto;
    order: 1;
  }
  div#wrap_buyers br.sp {
    display: block;
  }
  #lineup {
    padding: 40px 16px 0;
  }
  #lineup:after {
    height: 200px;
    background: url("../img/mugi_sp.svg");
    background-size: 200px;
  }
  #lineup h3 {
    font-size: 24px;
    top: 58%;
  }
  #lineup .lineup_wrap {
    width: 100%;
    flex-direction: column;
    margin: 100px auto 80px;
    outline-offset: -8px;
    padding: 32px 24px;
  }
  #lineup .lineup_wrap:after {
    width: 80px;
    height: 90px;
    background-size: 80px;
    background-repeat: no-repeat;
  }
  #lineup .mark img {
    width: 60px;
    top: 25%;
  }
  #lineup .lineup_item {
    width: 200px;
    margin: auto;
    padding: 0;
  }
  #lineup .lineup_item:after {
    width: 110px;
    height: 110px;
    background-size: 110px;
    top: 0;
    left: -60px;
  }
  #lineup .lineup_item img {
    width: 100%;
  }
  #lineup .lineup_inner {
    flex-direction: column;
    margin-bottom: 24px;
  }
  #lineup .lineup_item_text .lineup_item_title {
    font-size: 20px;
    font-weight: 600;
  }
  .mark {
    width: 180px;
    height: 180px;
    top: -100px;
    z-index: 3;
  }
  .mark img {
    width: 150px;
  }
  .price .price_desc {
    font-size: 14px;
  }
  .link_button .text_color {
    font-size: 18px;
  }
  .price_btn {
    width: 100%;
  }
  .label {
    padding: 16px;
  }
  .label dt {
    text-align: left;
    font-size: 20px;
  }
  .label dd {
    font-size: 14px;
  }
  .gentei .ohitori {
    font-size: 12px;
  }
  #goods {
    display: flex;
    width: 100%;
    padding: 0;
    margin: 0;
    flex-direction: column;
  }
  #goods .goods_wrap {
    padding: 0;
  }
  #goods .goods_wrap.white:before {
    top: -18px;
    height: 40px;
    background-image: url("../img/wave04_sp.svg");
  }
  #goods .goods_wrap.white:nth-last-child(4) {
    padding: 0 0 100px;
  }
  #goods .goods_wrap.white:nth-last-child(4):after {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    bottom: -55px;
    height: 120px;
    background-image: url("../img/wave_bird_sp.svg");
    background-repeat: no-repeat;
    background-position: right;
  }
  #goods .goods_wrap.beige:before {
    top: -15px;
    height: 40px;
    background-image: url("../img/wave05_sp.svg");
  }
  #goods .goods_wrap.beige:nth-last-child(3):after {
    top: -112px;
    width: 80px;
    background-size: 80px;
  }
  #goods .goods_box {
    flex-direction: column;
    padding: 0 16px;
  }
  #goods .goods_inner {
    width: 100%;
    margin: 40px 0;
  }
  #goods .goods_inner .goods_text h4 {
    font-size: 20px;
  }
  #goods .goods_inner .goods_img {
    width: 100%;
  }
  #goods .goods_inner .goods_img img {
    display: block;
    width: 200px;
    margin: auto;
  }
  #goods .goods_inner .gentei {
    gap: 4px;
  }
  #goods .goods_inner .gentei .ohitori {
    font-size: 12px;
  }
  #goods .goods_inner .gentei_inner {
    font-size: 20px;
    padding: 1px 16px;
  }
  #goods .goods_inner .gentei_inner span {
    font-size: 12px;
  }
  .label {
    gap: 8px;
  }
  .label img {
    position: relative;
    width: 80px;
    right: 0;
    bottom: 0;
  }
  .label dt {
    font-size: 16px;
  }
  #item_kikan {
    width: 100%;
    padding: 0 16px;
    margin: 40px 0;
  }
  #item_kikan .item_kikan_wrap {
    padding: 14px;
    align-items: flex-start;
    text-align: left;
  }
  #item_kikan .kikan_date {
    font-size: 14px;
  }
  #item_kikan .kikan_date .time {
    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;
  }
  #kikan {
    padding: 40px 16px;
  }
  #kikan:before {
    top: -20px;
    height: 40px;
  }
  #kikan .kikan_img {
    display: none;
  }
  #kikan .kikan_img_sp {
    display: inline-block;
    position: relative;
  }
  #kikan .kikan_img_sp:after {
    display: block;
    content: "";
    position: absolute;
    bottom: -23px;
    width: 100%;
    height: 24px;
    background: url(../img/arc-shape_sp.svg);
    background-repeat: no-repeat;
    background-size: 103%;
  }
  #kikan .kikan_inner {
    width: 100%;
    padding: 8px;
  }
  #kikan .kikan_wrap {
    flex-direction: column;
  }
  #kikan .kikan_text_wrap {
    width: 280px;
    margin: auto;
  }
  #kikan .kikan_text {
    width: 100%;
    font-size: 16px;
    padding: 32px 8px 16px;
    border-top-right-radius: unset;
    border-bottom-right-radius: unset;
  }
  #kikan .kikan_date {
    font-size: 16px;
  }
  #kikan .kikan_date span {
    font-size: 12px;
    font-weight: 500;
  }
  .caution {
    font-size: 12px;
  }
  .caution_alcohol {
    font-size: 12px;
  }
  .caution_alcohol span {
    font-weight: 600;
  }
  .news {
    width: 94%;
    margin: 80px auto;
    padding: 80px 16px 32px;
    outline-offset: -8px;
    box-shadow: 0px 0px 20px rgba(57, 64, 92, 0.4);
  }
  .news:after {
    width: 80px;
    height: 90px;
    background-size: 80px;
    background-repeat: no-repeat;
  }
  .news .news_inner {
    flex-direction: column;
  }
  .news .news_inner .goods_img {
    padding-top: 24px;
  }
  .news .news_inner .goods_text {
    width: 100%;
    max-width: 300px;
    margin: auto;
  }
  .news .news_inner .goods_text .price {
    margin-top: 16px;
  }
  .news .news_inner .goods_text .price .price_desc {
    margin-top: 12px;
  }
  .news .news_inner .goods_text h4 {
    font-size: 16px;
  }
  .copy {
    font-size: 14px;
  }
  #lowpage #lineup {
    padding: 200px 16px 60px;
  }
  #lowpage #lineup:before {
    height: 240px;
    background-image: url(../img/note_bottom_sp.svg);
    top: 15px;
  }
  #lowpage #lineup .lineup_wrap {
    margin: 0 16px 60px;
  }
  #lowpage .line {
    height: 24px;
  }
  #lowpage .mv {
    background: url("../img/item_mv_sp.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 50vh;
  }
  #lowpage .mv .round {
    width: 200px;
    height: 100px;
  }
  #lowpage .mv .round p {
    font-size: 24px;
  }
  #lowpage .kanosuke_bottle_text {
    order: 2;
    align-self: center;
    position: relative;
    top: -40px;
  }
  #lowpage .kanosuke_bottle_text img {
    width: 240px;
  }
  #lowpage .kanosuke_bottle_text p {
    font-size: 20px;
    text-align: center;
    padding-top: 12px;
  }
  #lowpage .kanosuke_bottle {
    flex-direction: column;
    right: 0;
    top: 60px;
    gap: 0;
  }
  #lowpage .kanosuke_bottle_img {
    max-width: 180px;
    width: 30%;
    align-self: end;
    right: 10%;
    position: relative;
  }
  #lowpage .kanosuke_box {
    flex-direction: column;
    gap: 20px;
    padding: 0 16px;
  }
  #lowpage .kanosuke_box_img {
    min-width: 186px;
    width: 35%;
  }
  #lowpage .kanosuke_box_text {
    align-self: center;
  }
  #lowpage .kanosuke_box_text h1 {
    font-size: 24px;
    margin-bottom: 16px;
  }
  #lowpage .kanosuke_box_text p {
    font-size: 16px;
    text-align: center;
  }
  #lowpage #concept {
    top: -400px;
    padding: 60px 0;
  }
  #lowpage #concept:after {
    background-image: url(../img/mugi_sp_item.svg);
    top: -144px;
  }
  #lowpage #concept .concept_wrap {
    width: 100%;
    margin: 380px auto 100px;
    padding: 40px 32px 48px;
    outline-offset: -16px;
    border-radius: 8px;
    -webkit-mask-image: radial-gradient(circle at calc(50% - 0px) -20px, transparent 80px, white 0);
  }
  #lowpage #concept .concept_title {
    top: 396px;
  }
  #lowpage #concept .concept_title h2 {
    font-size: 20px;
  }
  #lowpage #concept .concept_img {
    width: 100%;
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
  #lowpage #concept .concept_img img {
    width: 100%;
  }
  #lowpage #concept h3 {
    font-size: 20px;
    margin: 60px 0 40px;
  }
  #lowpage #concept .concept_comment {
    flex-direction: column;
    padding: 0;
    gap: 70px;
  }
  #lowpage #concept .concept_comment_img {
    width: 100%;
  }
  #lowpage #concept .concept_buyers {
    bottom: -48px;
    justify-content: end;
  }
  #lowpage #concept .concept_buyers .concept_buyers_img {
    width: 90px;
    height: 90px;
  }
  #lowpage #kikan:before {
    background-image: url(../img/wave07_sp.svg);
    top: -18px;
  }
  #lowpage #tasting {
    top: -360px;
    background-image: url(../img/pattern1.svg);
    background-repeat: repeat;
  }
  #lowpage #tasting .tasting_wrap {
    padding: 0 16px;
    flex-direction: column;
    gap: 0;
  }
  #lowpage #tasting .tasting_wrap:nth-child(2) {
    top: 0;
  }
  #lowpage #tasting .tasting_wrap h4 {
    font-size: 20px;
  }
  #lowpage #tasting:after {
    width: 100%;
    height: 100px;
    background-image: url(../img/note_top_sp.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    top: -95px;
    z-index: 1;
  }
  #lowpage #tasting .tasting_contents {
    width: 100%;
    order: 2;
    top: -200px;
  }
  #lowpage #tasting .tasting_img_box {
    width: 100%;
    position: relative;
    top: -100px;
  }
  #lowpage #tasting .tasting_img_box img {
    width: 90%;
    margin: auto;
  }
  #lowpage #tasting .tasting_img_note {
    min-width: 240px;
    width: 35%;
    order: 1;
    align-self: end;
    top: -160px;
  }
  #lowpage #tasting h3.tasting_title {
    font-size: 18px;
  }
  #lowpage #tasting .tasting_note {
    width: 100%;
    top: -160px;
  }
  #lowpage #tasting .tasting_text h5 {
    font-size: 20px;
  }
  #lowpage #tasting .tasting_text p {
    font-size: 14px;
  }
  #lowpage .label {
    flex-direction: row;
    width: 100%;
    padding: 16px;
    margin: 24px 0 0;
  }
  #lowpage .item_inner {
    width: 100%;
    flex-direction: column;
    gap: 16px;
  }
  #lowpage .item_inner .img_OwnersCask {
    width: 200px;
  }
  #lowpage .item_inner .lineup_item {
    width: 100%;
  }
  #lowpage .item_inner .main_img {
    width: 63px;
    margin: auto;
  }
  #lowpage .item_inner .main_img:after {
    top: 20px;
    left: -100px;
  }
  #lowpage .gentei {
    margin-bottom: 16px;
  }
  #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: block;
    position: sticky;
    bottom: 0px;
    margin-top: 12px;
    background-color: #F9F8F0;
    padding: 8px 0;
    margin-bottom: 16px;
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
    z-index: 999;
  }
  #reservation_sp .link_button {
    width: 90%;
  }
  #reservation_sp p {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
  }
  #reservation_sp h3 {
    width: auto;
    height: 56px;
    line-height: 56px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 6px;
    background: #FFFFFF;
    color: #39405C;
    margin: 4px 16px;
    font-weight: 600;
    font-family: "Noto Sans JP";
    font-size: 1.1rem;
  }
  #reservation_sp .link_button {
    width: 90%;
    height: 56px;
    position: relative;
    display: inline-block;
    background: linear-gradient(90deg, #C89D59 0, #FEE89F 41.35%, #C89D59 100%);
    border-radius: 50px;
    margin-top: 0;
    padding: 10px 20px;
    transition: background-color 0.3s;
    cursor: pointer;
    box-shadow: 0px 0px 6px rgba(212, 177, 110, 0.8);
    z-index: 0;
  }
  #reservation_sp .link_button:hover {
    background-color: #eee3d4;
  }
  #reservation_sp .link_button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50px;
    border: 1px solid transparent;
    background: linear-gradient(90deg, #edbe73 0, #ddb06b 41.35%, #a76f30 100%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
    -webkit-mask-composite: destination-out;
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
    mask-composite: exclude;
    pointer-events: none;
    transition: background 0.3s;
  }
  #reservation_sp .link_button .text_gradient {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    top: 1px;
    background: #000000;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    transition: opacity 0.3s ease;
    white-space: nowrap;
    line-height: 32px;
    z-index: 1;
  }
  #reservation_sp .link_button .text_color {
    position: absolute;
    font-size: 20px;
    font-weight: 600;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    opacity: 0;
    transition: opacity 0.3s ease;
    white-space: nowrap;
    z-index: 2;
    line-height: 32px;
  }
  .sp_download {
    display: flex;
    flex-direction: column;
    padding: 16px;
    background: #FFFFFF;
    font-size: 12px;
    text-align: left;
  }
  .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 {
    padding-top: 24px;
  }
}
@media (min-width: 600px) and (max-width: 768px) {
  #lowpage #concept:after {
    background-image: url(../img/mugi_sp_item.svg);
    top: -282px;
  }
}