/** Shopify CDN: Minification failed

Line 314:0 Unexpected "}"

**/
/* TOPページ スライドMV調整 */

/* 共通スタイル */
.top_mv {
  margin: 0 auto;
  text-align: center;
  max-width: 1200px;
}

.top_mv img {
  width: 100%;
  height: auto; /* アスペクト比を維持 */
}

/* PC用スタイル */
@media screen and (min-width: 560px) {
  .top_mv {
    width: 65%;
  }
  .swiper-backface-hidden .swiper-slide {
    max-width: 800px; /* PC画像の横幅 */
    height: 427px; /* PC画像の縦幅 */
    margin: 0 20px;
  }
}

/* SP用スタイル */
@media screen and (max-width: 559px) {
  .top_mv {
    width: 100%;
  }
  .top_mv_sp {
    margin-top: -3rem;
    margin-bottom: -58px;
  }
  .swiper-backface-hidden .swiper-slide {
    width: 90%;
    max-width: 100%; /* SPでは幅100% */
    margin: 0 20px;
  }
}

/* TOPページ MV調整ここまで */


/* TOPページコピー部調整 */

.top-copy {
  margin-top:-50px;
  font-feature-settings: "palt";
  display: flex;            /* Flexboxを有効化 */
  justify-content: center;  /* 横方向の中央に配置（必要であれば） */
  align-items: center;      /* 縦方向の中央に配置 */
  height: 100%;             /* 必要に応じて高さを設定 */
  height: 33vh;
  background: url(/cdn/shop/files/randomMV-03-pc_2x-50.jpg?v=1692076212);
  background-position: top;
}

.top-copy .top-copy-large {
  padding:20px;
  margin:0;
  font-size:2.5rem;
  font-weight:bold;
  text-align:center;
  line-height:1.3;
  color: #fff;
  letter-spacing:3px;
  text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.3), 1px 1px 3px rgba(0, 0, 0, 0.8);
}

.top-copy-small-div {
  padding: 20px;
  font-feature-settings: "palt";
}

 .top-copy-small {
  margin:0 0 10px;
  text-align: center ;
  line-height: 1.5;
}
.bold {
  font-weight:bold;
}

@media screen and (max-width: 559px) {
  .top-copy {
    height: 44vh;
  }
.top-copy-small {
    text-align: justify ;
  }
 .top-copy-large {
    font-size:2rem;
  }
}

@media screen and (min-width: 560px) { /* SPのみ表示 */
  .top-copy {
    margin-top: 30px;
  }
.sp {
  display: none;
}
}

p {
  font-size: 18px;
}


/* TOPページブログスライド */
@media screen and (max-width: 749px) {
  .blog__post.article {
    width: calc(100% - 10rem) !important;
  }
}

/* TOPページフッターの販売管理者標識 */
div.shuhan {
  width: 50%;
  margin: 0 auto;
}

div.shuhan th {
  font-size: 1.6rem;
}

@media screen and (max-width: 749px) {
  div.shuhan {
    width: 90%;
    margin: 0 auto;
  }
}

/* スマホTOPページ　ヘッダーナビ 追従 */

@media screen and (max-width: 459px) {
  sticky-header {
    margin-top: 17vw; /* スマホのみヘッダー位置調整 */
  }
}

@media screen and (min-width: 460px) {
  .top_grid_sp-header_navi {
    display: none;
  }
}

@media screen and (max-width: 459px) {
.top_grid_sp-header_navi {
    position: fixed;  /* 位置を固定する */
    top: 0;  /* 固定する位置を指定 */
    left: 0;  /* 固定する位置を指定 */
    z-index:10000;
  }
}
@media screen and (max-width: 749px) {
.top_grid_sp-header_navi .top_navigation {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr ;
    gap: 0px;
  padding:0;
  }
}
  .grid-item {
    margin-bottom: -8px;
  }


/* TOPページピックアップナビ */
/* 共通スタイル */
.top_grid_pickup_navi {
  background: #fff;
  padding: 20px 0;
}

/* グリッド設定 */
.top_grid_pickup_navi .top_navigation {
  display: grid;
  gap: 10px;
}

.grid-item img {
  width: 100%;
}

.grid-item {
  margin-bottom: -9px;
}

.grid-item:hover {
  opacity: 0.8;
}

/* PC用 (750px以上) */
@media screen and (min-width: 750px) {
  .top_grid_pickup_navi .top_navigation {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

/* SP用 (749px以下) */
@media screen and (max-width: 749px) {
  .top_grid_pickup_navi .top_navigation {
    grid-template-columns: 1fr;
    margin-top: -5rem;
  }
}


/* TOPページグリッド状ナビ */
#shopify-section-template--15026219810873__165248654135c09cac {
  margin: 0;
}

.top_grid_navi {
  background: #fafafa;
  padding: 20px 0;
}

.top_navigation {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1px;
}

.grid-item img {
  width: 100%;
}

.grid-item {
  margin-bottom: -9px;
}

.grid-item:hover {
  opacity: 0.8;
}

@media screen and (max-width: 749px) {
  .top_navigation {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
  }

  .grid-item {
    margin-bottom: -8px;
  }
}

/* TOPページコンテンツナビ */
@media screen and (min-width: 750px) {
  .top_grid_content_navi_sp {
    display: none;
  }
}
.top_grid_content_navi_pc {
  /* background: #fafafa; */
  padding: 20px 0;
}

.top_grid_content_navi_pc .top_navigation {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1px;
}

.grid-item img {
  width: 100%;
}

.grid-item {
  margin-bottom: -9px;
}

.grid-item:hover {
  opacity: 0.8;
}

@media screen and (max-width: 749px) {
  .top_grid_content_navi_pc {
    display: none;
  }
}
.top_grid_content_navi_sp {
  background: #fafafa;
  padding: 20px 0;
}

@media screen and (max-width: 749px) {
  .top_grid_content_navi_sp .top_navigation {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
  }
}

@media screen and (max-width: 749px) {
  .top_grid_content_navi_sp p {
    padding: 20px;
    text-align: left;
  }
}

  .grid-item {
    margin-bottom: -8px;
  }
}

/* TOPページSNSナビ */
.top_grid_sns_navi {
  /* background: #fafafa; */
  padding: 20px 0;
}

.top_grid_sns_navi .top_navigation {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1px;
}

.grid-item img {
  width: 100%;
}

.grid-item {
  margin-bottom: -9px;
}

.grid-item:hover {
  opacity: 0.8;
}

@media screen and (max-width: 749px) {
  .top_grid_sns_navi .top_navigation {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1px;
  }

  .grid-item {
    margin-bottom: -8px;
  }
}
/* TOPページ 送料説明 */
#shopify-section-template--15026219810873__164025412150f89846 {
  margin: 0px;
}

/* TOPページおまかせセクション調整 */
  .top-omakase-pc,  .top-omakase-sp {
    width: 100%;
    height: auto;
  }
  .top-omakase-pc img,  .top-omakase-sp img {
    max-width: 100%;
    height: auto;
  }

@media screen and (max-width: 559px) {
  .top-omakase-pc {
    display:none;
  }
}
@media screen and (min-width: 560px) {
  .top-omakase-sp {
    display:none;
  }
}

/* TOPページスライドショー 左右マージン */

.swiper-slide {
    margin: 0 2px;
}

/* TOPページコピースタイル調整 */



/* TOPページリッチテキストのPC表示のみセンター寄せ */
div.rich-text__blocks, div.rich-text__text p {
  text-align:center !important;
}

/* TOPページ検索窓 */

.search-section h2 {
  text-align: center;
}

.search-section input {
  background: #fff;
  border-radius: 5px;
  margin-bottom:20px;
}

.search-section {
  margin-top: -2rem;
/*   background-color: rgba(var(--color-foreground), 0.04); */
  padding: 20px 300px;
}

@media screen and (max-width: 559px) {
  .search-section {
    padding: 20px 20px;
  background-color: rgba(var(--color-foreground), 0.04);
  }
}

/* TOPページ ヘッダー下バナー */

@media screen and (min-width: 750px) {
  div.banner {
    display: none;
  }
}

div.banner {
  margin-top: -5rem;
}
div.banner img {
  width: 100%;
  margin-bottom: -10px;
}


/* TOPページ ワイン選びナビ */

.top-select-wine-type {
  margin-bottom: 70px;
}

.top-select-wine-type .grid-item {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1px;
}

.top-select-wine-type .grid-item a {
  text-align: center;
  background: #fff;
  border: 1px solid #333;
  border-radius:100vh;
  font-size:1.4rem;
  padding:8px;
  margin:8px;
  text-decoration:none;
  line-height:1.2;
}

.top-select-wine-type .grid-item a:link, 
.top-select-wine-type .grid-item a:visited, 
.top-select-wine-type .grid-item a:hover, 
.top-select-wine-type .grid-item a:active {
  color:#000;
}

.grid-item {
  margin-bottom: -9px;
}

.top-select-section .grid-item a:hover {
  background-color: #ddd;
}

@media screen and (max-width: 749px) {
  .top-select-wine-type .grid-item{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
  }
}

/* 岩須さんセクション */

@media screen and (max-width: 559px) {
  .top-iwasu-pc {
    display: none; /* PC版をスマホで非表示 */
  }
}

/* .top_grid_pickup_navi_pc {
  background-color: rgba(var(--color-foreground), 0.04);
} */

.top-iwasu-pc {
    margin: 0 auto;
    text-align: center;
    max-width:1200px;
}
.top-iwasu-pc img {
  display:inline-block;
    max-width:90%;
}

@media screen and (min-width: 560px) {
  .top-iwasu-sp {
    display: none; /* SP版をPCで非表示 */
  }
}

.top-iwasu-sp {
  padding:0 20px;
}

.top-iwasu-sp img {
  max-width:100%;
}

/* キャンペーンメインビジュアル */

@media screen and (max-width: 559px) {
  .campaign-pc {
    display: none; /* PC版をスマホで非表示 */
  }
}

/* .top_grid_pickup_navi_pc {
  background-color: rgba(var(--color-foreground), 0.04);
} */

.campaign-pc {
    margin: 0 auto;
    text-align: center;
    max-width:1200px;
}
.campaign-pc img {
  display:inline-block;
    max-width:100%;
}

@media screen and (min-width: 560px) {
  .campaign-sp {
    display: none; /* SP版をPCで非表示 */
  }
}

/* .campaign-sp {
  padding:0 20px;
} */

.campaign-sp img {
  max-width:100%;
}
.top-iwasu-sp img {
  max-width:100%;
}


/* noteセクション調整 */

.note-embed {
  display: flex;
}
.note-embed > div {
  width: 25%;
}

@media screen and (max-width: 1000px) {
  .note-embed {
    flex-wrap: wrap;
  }
  .note-embed > div {
    width: 50%;
    margin-bottom:-25px;
  }
}

@media screen and (max-width: 768px) {
  .note-embed {
    flex-wrap: wrap;
  }
  .note-embed > div {
    width: 100%;
    margin-bottom: -20px;
  }
}

/*  訪問済リンクの色修正  */

.product-link.viewed {
  color: #681da8; /* Googleのvisited色風：紫 */
}