@charset "utf-8";


h1,h2,h3,h4{
font-weight: bold;
}
/*===========コンテンツ幅==================*/
.entry-content.page {
    max-width: 800px;
    margin: auto;
}
/*===========文章文字サイズ==================*/
.entry-content.page ul li,.entry-content.page ol li, .entry-content.page p,table.page_table {
    font-size: 16px;
}
/*===========アイキャッチ==================*/
.eye_catch {
    width: 75%;
    margin: auto;
}
.eye_catch img {
    
    display: inline-block;
}
/*===========aタグ下線==================*/
p.reference a {
    text-decoration: underline;
}
/*=========記事タイトルh1==========*/
h1.page_title {
    font-size: clamp(1rem, -0.333rem + 6.67vw, 3rem);
    color: #bd0045;
    padding-bottom: 10px;
    margin: 20px 0;
}

/*===========見出しh2============*/
h2.heading_title_h2 {
    font-size: clamp(1rem, 5vw, 2.5rem);
    border-left: 7px solid;
    padding: 10px;
    border-bottom: 1px solid;
    background: #fff5f9;
    color: #bd0045;
    margin: 40px 0;
}

/*===========h2テキスト強調============*/
strong.h2_strong {
    color: #ff4900;
}

/*===========見出しh3============*/
h3.heading_title_h3 {
    font-size: clamp(1rem, 0.333rem + 3.33vw, 2rem);
    border-left: 7px solid;
    padding: 10px;
    border-bottom: 1px solid;
    background: none;
    color: #bd0045;
    margin: 40px 0 10px 0;
}

/*===========h3テキスト強調============*/
strong.h3_strong {
    color: #ff4900;
}

/*===========見出しh4==================*/
.h4_box {
    margin: 40px 0 20px 0;
}
h4.heading_title_h4 {
    font-size: clamp(1rem, 0.533rem + 2.33vw, 1.7rem);
    color: #bd0045;
    border-bottom: 1px solid #6d1132;
    margin-bottom: 10px;
}

/*===========h4テキスト強調============*/
strong.h4_strong {
    color: #ff4900;
}

/*==================表==================*/
table.page_table thead {
    white-space: normal;
    border: 1px solid #9b8b5e;
}
/*======キャプション======*/
table.page_table caption {
    background: #fff;
    padding: 0;
    text-align: left;
    color: #000;
    margin-bottom: 10px;
}
/*======表　横見出し======*/
table.page_table th {
    padding: 20px;
    background: #9b8b5e;
    color: #fff;
    font-size:15px;
}
table.page_table thead th:first-child {
    border-left: 1px solid #9b8b5e;
}
table.page_table thead th {
    border-left: 1px solid #ffffff;
}
/*======表　縦見出し======*/
table.page_table tbody th {
    background: #fffaed;
    color: #000;
    border: 1px solid #9b8b5e;
}
/*======表内容======*/

table.page_table td {
    padding: 20px;
    border: 1px solid #9b8b5e;
    text-align: left;
    font-size:15px;
}

/*==================箇条書き==================*/

.list_box {
    border: 2px solid #6d1132;
    border-radius: 5px;
    /*margin: 40px 0px;*/
    margin: 5px 0px 60px 0px;
    padding: 20px;
    color: #bd0045;
    text-align: left;
}
.entry-content.page ul li{
    list-style: inside;
}
.entry-content.page ol li{
    list-style:  decimal;
}

.list_box ul, .list_box ol {
    padding-left: 20px;
    margin: 0;
    color: #000;
}
.list_box ul{
    padding-left: 20px;
    line-height: 1.6;
}

.list_box ul li {
    list-style-type: disc;
}

.list_box ol {
    padding-left: 20px;

}
p.list_box_text {
    font-feature-settings: "palt";
    font-weight: bold;
}

/*==================関連記事==================*/
.connection_box {
    border: 2px solid #9b8b5e;
    border-radius: 5px;
    margin: 40px 0;
}
p.connection_title {
    text-align: center;
    background: #9b8b5e;
    color: #fff;
    font-weight: bold;
    padding: 10px 0px;
    margin: 0;
}
.list_box_contents {
    padding: 20px;
}
.connection_box ul {
    margin: 0;
}

/*==================記事最後　関連記事==================*/
.connection_page_last_box {
    background: #fffaed;
    padding: 20px;
    margin: 40px 0;
}
.connection_page_last_box p.connection_title {
    background: none;
    color: #615c4e;
    text-align: left;
    padding:0px;
}
.connection_page_last_box .list_box_contents {
    background: none;
    padding:0px;
}
.list_box_contents ul {
    margin-bottom: 0;
}
p.connection_title span {
    font-weight: 500;
    display: inline-block;
    margin-right: 10px;
}


.item_container {
    margin: 60px 0;
}
/*===========商品枠==================*/
.item_container {
    margin: 60px 0;
    border: 2px solid #be0045;
    border-radius: 10px;
    padding: 30px;
}
/*===========商品名==================*/
.item_title_contents {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
h3.item_title {
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 10px;
}
span.tag {
    font-size: clamp(0.875rem, 0.705rem + 0.73vw, 1.25rem);
    background: #BE0045;
    color: #fff;
    padding: 4px 10px 1px 10px;
    border-radius: 100px;
    /*margin-bottom: 6px;*/
    display: inline-block;
    line-height: 1.4;
}
span.sub {
    font-size: clamp(1.4rem, 1.264rem + 0.58vw, 1.7rem);
    font-weight: 300;
    display: block;
}
/*===========度数・容量==================*/
.item_title_contents p {
    display: inline-block;
    font-size: clamp(1.4rem, 1.264rem + 0.58vw, 1.7rem);
}

/*===========価格==================*/
.money {
    font-size: clamp(1.8rem, 1.618rem + 0.78vw, 2.2rem);
    font-weight: bold;
    color: #be0045;
    display: inline-block;
    width: 100%;
    text-align: left;
}
.money span {
    font-size: clamp(1.4rem, 1.309rem + 0.39vw, 1.6rem);
    /* font-size: 14px; */
}
span.price {
    color: #000;
}

/*===========味わい==================*/
.item_taste {
    font-size:20px !important;
    font-weight: bold;
    margin: 0;
}

/*===========ワイン画像・比較グラフ==================*/
.item_contents_wine {
    display: flex;
}
/*---画像---*/
.wine_img {
    width: 60%;
}
/*---批評グラフ---*/

.comparison_contents {
    width: 100%;
}
.comparison_contents h3 {
    font-size: clamp(1.4rem, 1.127rem + 1.16vw, 2rem);
}

ul.comparison_list {
    padding: 10px 0 0 5%;
}

/*批評リスト*/
ul.comparison_list li {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 20px;
    line-height: 3;
    border-bottom: 2px dotted #be0045;
    padding-bottom: 20px;
    font-weight: bold;
    font-size: clamp(1.2rem, 1.018rem + 0.78vw, 1.6rem);
}
ul.comparison_list li:nth-child(3) {
    border: none;
    padding: 0;
}
/*批評左*/
.list_title_left {
    width: 100%;
}

.list_title_left {
    font-size:16px;
}

.list_title_right {
    font-size:16px;
}



/*批評数字*/
.taste_bar {
    width: 100%;
    text-align: center;
    color: #fff;
}
/*1*/
.taste_bar.one{
background: #F1C4D4;
}
/*2*/
.taste_bar.two{
background: #ec96b5;
}
/*3*/
.taste_bar.three{
background: #e46e98;
}
/*4*/
.taste_bar.fore {
    background: #d2507f;
}
/*5*/
.taste_bar.five.triangle {
    background: #cd2562;
}
/*批評数字非表示*/
.taste_bar.active {
    background: #ffffff;
    color: transparent;
}
/*三角*/
.taste_bar.triangle {
    clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 50%, calc(100% - 16px) 100%, 0 100%);
}

/*---------白ワイン---------------------*/
/*枠*/
.item_container.white {
    border-color: #79B46C;
}
/*商品名*/
.item_container.white span.tag {
    background: #79b46c;
}
/*価格*/
.item_container.white .money {
    color: #5ea150;
}
/*1*/
ul.comparison_list.white li .taste_bar.one{
background: #CBEAC4;
}
/*2*/
ul.comparison_list.white li .taste_bar.two{
background: #A7D19E;
}
/*3*/
ul.comparison_list.white li .taste_bar.three{
background: #79B46C;
}
/*4*/
ul.comparison_list.white li .taste_bar.fore {
    background: #5f9f51;
}
/*5*/
ul.comparison_list.white li .taste_bar.five.triangle {
    background: #489139;
}
/*ポイント*/
.item_container.white .point span{
    color: #79b46c;    
    border-bottom: 1px solid #79b46c;

}
/*表*/
.item_container.white table.wine_detail-table tr:first-child th{
border-top: 1px solid #a7d19e;
}
.item_container.white table.wine_detail-table tr:first-child td{
border-top: 1px solid #a7d19e;
}
.item_container.white table.wine_detail-table td {
    vertical-align: middle;
    border-bottom: 1px solid #a7d19e;
    border-right: 1px solid #a7d19e;
}
.item_container.white table.wine_detail-table tr:last-child th {
    border-bottom: 1px solid #a7d19e;
}
.item_container.white table.wine_detail-table th {
    background: #e7fae2;
    color: #5f9f51;
}
.item_container.white p.explanation {
    border: 1px solid #79b46c;
}
/*批評数字非表示*/
ul.comparison_list.white li .taste_bar.active {
    background: #ffffff;
    color: transparent;
}
/*三角*/
ul.comparison_list.white li .taste_bar.triangle {
    clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 50%, calc(100% - 16px) 100%, 0 100%);
}
/*----------------------------------*/



/*批評右*/
.list_title_right {
    width: 60%;
    display: inline-block;
    margin-left: 3%;
}


/*===========商品フッター==================*/
.detail {
    margin-top: 20px;
}
/*------ポイント文章------*/
.point {
    width: 100%;
    font-size: clamp(1.35rem, 1.236rem + 0.48vw, 1.6rem);
    background: #fefff0;
    padding: 20px 20px;
    margin: 2% 0;
    /* border: 1px solid #c63268; */
    border-radius: 5px;
}
.point span {
    display: block;
    border-bottom: 1px solid #c63268;
    margin-bottom: 10px;
    font-weight: bold;
    color: #c63268;
    font-size:20px;
}

.point p {
    font-weight: bold;
    font-size:20px !important;
    line-height: 1.5em;
    margin-bottom: 0 !important;
}



/*------表------*/

table.wine_detail-table th {
    background: #ffe8f0;
    color: #c63268;
    padding: 10px 10px;
    vertical-align: middle;
    border-bottom: 1px solid #fff;
}
table.wine_detail-table tr:first-child td {
    border-top: 1px solid #f1c4d4;
}
table.wine_detail-table tr:first-child th {
    border-top: 1px solid #ffe8f0;
}
table.wine_detail-table tr:last-child th {
    border-bottom: 1px solid #ffe8f0;
}

table.wine_detail-table td {
    vertical-align: middle;
    border-bottom: 1px solid #f1c4d4;
    border-right: 1px solid #ffe8f0;
    padding-left: 1%;
    text-align: left;
}

p.explanation {
    padding: 20px;
    border: 1px solid #c63268;
    margin-top: 20px;
    border-radius: 5px;
    font-size: clamp(1.35rem, 1.236rem + 0.48vw, 1.6rem);
}
/*===========リンクボタン==================*/
.purchase_link {
    text-align: center;
    font-size: clamp(1.7rem, 1.564rem + 0.58vw, 2rem);
    font-weight: bold;
}
.purchase_link a {
    display: block;
    background: #d5a548;
    color: #fff;
    padding: 5px 0;
    margin: 40px 0 0 0;
    box-shadow: -5px 5px 0 0 #7a5f2b;
}
.purchase_link a:hover {
    box-shadow: none;
    transform: translateX(4px) translateY(5px);
}

/*===========リンクボタン　在庫なし==================*/
.purchase_link_soldout {
    text-align: center;
    font-size: clamp(1.7rem, 1.564rem + 0.58vw, 2rem);
    font-weight: bold;
}
.purchase_link_soldout a {
    display: block;
    background: #8e8169;
    color: #fff;
    padding: 5px 0;
    margin: 40px 0 0 0;
    box-shadow: -5px 5px 0 0 #7a5f2b;
}
.purchase_link_soldout a:hover {
    box-shadow: none;
    transform: translateX(4px) translateY(5px);
}


/*===========アコーディオン==================*/
/* チェックボックス本体は非表示 */
.table_toggle {
    display: none;
}

/* 表のラッパー: 最初は半分だけ見える */
.table_wrap {
    max-height: 240px;/* ココの部分で隠したい要素の高さを指定 */
    overflow: hidden;
    position: relative;
    transition: max-height 0.5s ease;
}

/* 隠れている部分にフェードグラデーションをかける（任意・画像のような薄れる効果） */
.table_wrap::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
    pointer-events: none;
    transition: opacity 0.3s;
}

/* 丸い三角ボタン */
.table_toggle_btn {
    display: inline-block;
    width: 100%;
    margin: 15px auto 0;
    cursor: pointer;
    position: relative;
    transition: background 0.3s;
}

/* 三角アイコン（▼）を疑似要素で */
.table_toggle_btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 58%;
    width: 8px;
    height: 8px;
    border-right: 3px solid #be0045;
    border-bottom: 3px solid #be0045;
    transform: translate(-50%, -70%) rotate(45deg);
    transition: transform 0.3s;
}

/* ========== チェック時（展開時）========== */

/* 表を全部表示 */
.table_toggle:checked ~ .table_wrap {
    max-height: 1000px;  /* 表の高さより十分大きい値 */
}

/* グラデーションを消す */
.table_toggle:checked ~ .table_wrap::after {
    opacity: 0;
}


/* 三角を上向きに */
.table_toggle:checked ~ .table_toggle_btn::after {
    transform: translate(-50%, -30%) rotate(-135deg);
    border-right: 3px solid #be0045;
    border-bottom: 3px solid #be0045;
}

/* テキストを ::before に直接 */
.table_toggle_btn::before {
    content: "続きを見る";
    color: #be0045;
    font-size: 1.5rem;
    position: relative;
    left: 0%;
}
.table_toggle:checked ~ .table_toggle_btn::before {
    content: "閉じる";
    position: relative;
    left: 0%;
}
/*白ワイン*/
.item_container.white .table_toggle_btn::before {
    color: #5f9f51;
}
.item_container.white .table_toggle_btn::after,.item_container.white .table_toggle:checked ~ .table_toggle_btn::after {
    border-right: 3px solid #5f9f51;
    border-bottom: 3px solid #5f9f51;
}
/*===========改行スマホだけ==================*/
.sp_br {
    display: none;
}

.spec-box {
    width:100%;
    text-align: left;
}


/*===========表==================*/
table.wine_detail-table th {
    width: 27%;
}









/* ========== スマホ専用（幅600px以下） ========== */
@media screen and (max-width: 600px) {
/*===========コンテンツ余白==================*/
.entry-content.page {
    padding: 0;
}
/*===========アイキャッチ==================*/
.eye_catch {
    width: 100%;
}
/*==================文字サイズ==================*/
.entry-content.page p {
    font-size: 15px;
}
/*-----箇条書き-----*/
.list_box li {
    font-size: 15px;
}
.list_box {
    padding: 10px;
}

/*-----関連記事-----*/
.list_box_contents ul li a {
    font-size: 15px;
}
.list_box_contents {
    padding: 10px 20px;
}
.connection_page_last_box {
    padding: 10px;
}
.list_box_contents ul {
    margin-top: 5px;
}

/*==================表==================*/
/*======表　横見出し======*/
table.page_table th,table.page_table td {
    padding: 10px;
    /*font-size: 13px;*/
    font-size: 1.4rem;
}

/*======表 キャプション======*/
table.page_table caption {
    /*font-size: 14px;*/
    font-size: 1.4rem;
}
    
/*===========商品枠==================*/
.item_container {
    margin: 35% 0px 10px 0px;
    padding: 10px;
}
/*===========商品名==================*/
span.sub {
    display:inline-block;
}

.item_title_contents p {
    display: inline-block;
    font-size: clamp(1.4rem, 1.264rem + 0.58vw, 1.7rem);
    margin-right: 2%;
}
    
h3.item_title {
    font-size: 18px;
}
/*===========価格==================*/
.money {
     margin-left: 0;
}
    
    
/*===========味わい==================*/
.item_taste {
    font-size:16px !important;
    margin: 0;
} 
    
/*===========ワイン画像・比較グラフ==================*/
.item_contents_wine {
    flex-flow: column;
}
/*---画像---*/
.wine_img {
    width: 50%;
    margin: auto;
}
/*---グラフ---*/
ul.comparison_list li {
    line-height: 2;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border: none;
}
ul.comparison_list {
    padding: 0;
}
.comparison_contents {
    margin-top: 20px;
}

/*===========アコーディオン==================*/
/* 表のラッパー: 最初は半分だけ見える */
.table_wrap {
    max-height: 210px;/* ココの部分で隠したい要素の高さを指定 */
}
/* 三角アイコン（▼）を疑似要素で */
.table_toggle_btn::after {
    left: 63%;
}
/* テキストを ::before に直接 */
.table_toggle_btn::before {
    left: -3%;
}
.table_toggle:checked ~ .table_toggle_btn::before {
    left: 0%;
}


/*===========表==================*/
table.wine_detail-table th {
    width: 27%;
}
/*===========商品フッター==================*/
.detail {
    flex-flow: column;
    margin-top: 0px;
}
.point {
    width: 100%;
    margin: 10px 0 10px 0;
    padding: 10px;
}
table.wine_detail-table td {
    padding: 1%;
}
/*===========リンクボタン==================*/
.purchase_link a {
    padding: 5px 0;
    margin: 20px auto 10px;
    width: 97%;
}
    
    
/*===========リンクボタン在庫なし==================*/
.purchase_link_soldout a {
    padding: 5px 0;
    margin: 20px auto 10px;
    width: 97%;
}  
    
    
.sp_br {
    display: block;
}
    
/*批評数字*/
.taste_bar {
    width: 70%;
}  
    
    
.list_title_left {
    font-size:15px;
}
    
.list_title_right {
    font-size:15px;
}
    
.point span {
  font-size:17px;
}
    
    
.point p {
  font-size:16px !important;
    font-weight: bold;
    line-height: 1.7em;
}
    
    
}
    
    
/*==================★★★★★★★★★★★★ここから下WCで追記★★★★★★★★★★★★=================*/

.txt-001 {
font-size: 1.6rem;
line-height: 1.5;
margin: 0 0 24px 0;
text-align:left;
 }

.txt-002 {
font-size: 1.6rem;
line-height: 1.5;
margin: 24px 0 0px 0;
text-align:left;
 }


.linkbase-001 {
font-size: 1.6rem;
line-height: 2;
margin: 0 0 80px 0;
text-align:left;
background:   #f3ead7;
padding:8px 15px;
 }
    
.ttl-001 {
font-size: 2rem;
line-height: 2;
margin: 30px 0 24px 0;
background: #333;
color: #fff;
font-weight: bold;
padding: 10px;
 }    
    
.p-cap {
text-align:center;
background: #fff;
padding:10px 5px;
font-weight: bold;
font-size: 1.8rem;
    }
    
    
.bh-box {
/*border: 10px solid #d2b655;*/
background: #fbf0c3;
padding: 10px;
margin-bottom: 10px;
text-align:left;
font-size: 1.6rem;
    }
    
    
.bh-box2 {
border: 1px solid #666;
padding: 10px;
margin-bottom: 10px;
text-align:left;
font-size: 1.6rem;
    }


.bh-box3 {
/*border: 10px solid #d2b655;*/
background: #fbf0c3;
padding: 10px;
margin-bottom: 20px;
text-align:left;
font-size: 1.6rem;
    }


.bh-box4 {
border: 1px solid #d2b655;
padding: 5px;
margin: 0px;
text-align:left;
font-size: 1.6rem;
display: block;
    }

.bh-box5 {
border: 2px dotted #000;
padding: 10px;
margin-bottom: 20px;
text-align:left;
font-size: 1.6rem;
padding: 10px;
    }
    
img.msimg {
width:100%;      
margin:0px auto 10px auto;
    }
    
img.msimg2 {
width:50%;      
margin:20px auto;
    
 }

#cont01 {padding-top: 130px}
#cont02 {padding-top: 130px}
#cont03 {padding-top: 130px} 
    
ul.bb-link {  
  display: flex;  
  gap: 10px;  
  padding: 0;  
  margin: 0;  
  list-style: none;  
}  
  
ul.bb-link li {  
  width: calc(33.3% - 10px);  
}  
  
ul.bb-link li a {  
  display: block;  
  border: 1px #ccc solid;  
  background: #bde5f2;  
  padding: 20px 5px;  
  font-weight: bold;  
  text-decoration: none;  
  color: inherit;  
  text-align: center;  
}   
    
.box-arrenge01 {
width:700px;
margin: 0 auto;
    }
    
.box-arrenge02 {
width:800px;
margin: 0 auto;
    }
    
.inner p {font-size:1.6rem;line-height: 1.5;}

/*目次部分ここから*/
.accordion-2 {
  width: 90%;
  margin: 0 auto 1em;
  border: 2px solid #d0d0d0;
  border-radius: 5px;
    background: #ffffff;  
    text-align: left;
}

.accordion-2 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  color: #333333;
  font-weight: 600;
  cursor: pointer;
}

.accordion-2 summary::-webkit-details-marker {
  display: none;
}

.accordion-2 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #333333b3;
  border-right: 3px solid #333333b3;
  content: '';
  transition: transform .3s;
}

.accordion-2[open] summary::after {
  transform: rotate(225deg);
}

.accordion-2 div {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: .3em 2em 1.5em;
  color: #333333;
  transition: transform .5s, opacity .5s;
  width: 100%;
}

.accordion-2[open] div {
  transform: none;
  opacity: 1;
      width: 100%;
}
/*目次部分ここまで*/


.breadcrumb-001 {
    display: flex;
    gap: 0 22px;
    list-style: none;
    padding: 0;
    font-size: .9em;
}

.breadcrumb-001 li {
    display: flex;
    align-items: center;
}

.breadcrumb-001 li:not(:last-child)::after {
    display: inline-block;
    transform: rotate(45deg);
    width: .3em;
    height: .3em;
    margin-left: 10px;
    border-top: 1px solid #333333;
    border-right: 1px solid #333333;
    content: '';
}

.breadcrumb-001 a {
    color: #333333;
    text-decoration: none;
}


.breadcrumb002 {
  margin: 20px 0;
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
}

.breadcrumb002-list {
  color: #666;
}

.breadcrumb002 a,
.breadcrumb002 .current,
.breadcrumb002 .separator {
  display: inline;
}

.breadcrumb002 a {
  color: #666;
  text-decoration: none;
  transition: opacity 0.3s;
}

.breadcrumb002 a:hover {
  opacity: 0.7;
}

.breadcrumb002 .current {
  color: #333;
  font-weight: 500;
}

.breadcrumb002 .separator {
  margin: 0 6px;
  color: #999;
}

    
#FirstView .inner h1 {
    font-size: 3.4rem;
    margin-bottom: 30px;
}
    
    
a.link01 {  
  text-decoration: underline !important;  
}  
    
table.page_table {
margin-bottom: 10px; 
    }
    
    
.wine-links-wrap {
   margin: 40px auto;
    text-align: left;
    font-size:16px;
    }
    
.wine-button-wrap {  
  width: 100%;  
  max-width: 850px;  
  margin: 30px auto;  
  display: grid;  
  grid-template-columns: repeat(2, 1fr);  
  gap: 16px;  
}  
  
.wine-button {    
  position: relative;    
  display: flex;    
  align-items: center;    
  justify-content: center;    
  min-height: 72px;    
  padding: 16px 18px;    
  padding-right: 2.6em; /* 右端の三角分の余白 */    
  background: #be0045; /* 薄いベージュ */    
  color: #fff;    
  text-decoration: none;    
  text-align: center;    
  border-radius: 60px;    
  box-sizing: border-box;    
  line-height: 1.5;    
  font-size: 16px;    
  font-weight: bold;    
  transition: opacity 0.2s ease;    
}    
    
.wine-button:hover {    
  opacity: 0.85;    
}   


.wine-button:visited {    
  color: #fff;   
}    
  
.wine-button::after {    
  content: "";  
  position: absolute;  
  top: 50%;  
  right: 3em;  
  width: 0.7em;  
  height: 0.7em;  
  border-top: 0.18em solid currentColor;  
  border-right: 0.18em solid currentColor;  
  transform: translateY(-50%) rotate(45deg);  
}  


.wine-button-wrap a:link{    
  color: #fff !important;     
}  

.wine-button-wrap a:visited{    
  color: #fff !important;     
} 


.wine-contents-wrap  {
    width: 100%;
    background: #f3ead7; /* 薄いベージュ */ 
    padding: 15px;
    text-align: left;
    border-radius: 8px; 
    margin-bottom: 80px;
    } 

    
.wine-contents-wrap .c-ttl {
     font-size:1.8rem;
    font-weight: bold;
    margin: 5px auto;
    }
    
.wine-contents-wrap ul  {
    padding-left: 20px;
    }    
    
    
.wine-contents-wrap ul li  {
    list-style: disc;
    margin-bottom: 2px;
    } 
    
.wine-contents-wrap ul a:link  {
    text-decoration: underline !important;
    }   
    
.wine-button-wrap2 {    
  width: 100%;    
  max-width: 500px;    
  margin: 30px auto;    
  display: grid;    
  grid-template-columns: 1fr;    
  gap: 16px;    
}    
    
.wine-button2 {    
  position: relative;    
  display: flex;    
  align-items: center;    
  justify-content: center;    
  min-height: 72px;    
  padding: 16px 18px;    
  padding-right: 2.6em; /* 右端の三角分の余白 */    
  background: #ff; /* 薄いベージュ */    
  color: #be0045;    
  text-decoration: none;    
  text-align: center;    
  border-radius: 60px;    
  box-sizing: border-box;    
  line-height: 1.5;    
  font-size: 16px;    
  font-weight: bold;    
  transition: opacity 0.2s ease;  
    border: 3px solid #be0045;
}    
    
.wine-button2:hover {    
  opacity: 0.85;    
}

.wine-button2:visited {    
  color: #be0045;      
}   
  
.wine-button2::after {    
  content: "";  
  position: absolute;  
  top: 50%;  
  right: 3em;  
  width: 0.7em;  
  height: 0.7em;  
  border-top: 0.18em solid currentColor;  
  border-right: 0.18em solid currentColor;  
  transform: translateY(-50%) rotate(45deg);  
}  


.wine-button-wrap2 a:link{    
  color: #be0045 !important;     
}  

.wine-button-wrap2 a:visited{    
  color: #be0045 !important;       
} 

    
    
.wine-button-wrap3 {  
  width: 100%;  
  max-width: 580px;  
  margin: 10px auto;  
  display: grid;  
  grid-template-columns: 1fr;  
  gap: 16px;  
}  
  
.wine-button3 {    
  display: flex;    
  align-items: center;    
  justify-content: center;    
  min-height: 72px;    
  padding: 16px 18px;    
  background: #be0045; /* 薄いベージュ */    
  color: #fff;    
  text-decoration: none;    
  text-align: center;    
  border-radius: 60px;    
  box-sizing: border-box;    
  line-height: 1.5;    
  font-size: 16px;    
  font-weight: bold;    
  transition: opacity 0.2s ease;    
}    
  
.wine-button3:hover {    
  opacity: 0.85;    
}    


.wine-button3:visited{    
  color: #fff;     
}   
  
.wine-button-wrap3 a {    
  position: relative;    
  display: flex;    
  align-items: center;    
  justify-content: center;    
  padding-right: 2em;    
  width: 100%;  
  box-sizing: border-box;  
}    

.wine-button-wrap3 a::after {  
  content: "";  
  position: absolute;  
  top: 50%;  
  right: 3em;  
  width: 0.7em;  
  height: 0.7em;  
  border-top: 0.18em solid currentColor;  
  border-right: 0.18em solid currentColor;  
  transform: translateY(-50%) rotate(45deg);  
} 

.wine-button-wrap3 a:link{    
  color: #fff !important;     
}  

.wine-button-wrap3 a:visited{    
  color: #fff !important;     
}   


.wine-button-wrap4 {  
  width: 100%;  
  max-width: 500px;  
  margin: 10px auto;  
  display: grid;  
  grid-template-columns: 1fr;  
  gap: 16px;  
}  
  
.wine-button4 {    
  display: flex;    
  align-items: center;    
  justify-content: center;    
  min-height: 72px;    
  padding: 16px 18px;    
  background: #f3ead7; /* 薄いベージュ */    
  color: #000;    
  text-decoration: none;    
  text-align: center;    
  border-radius: 8px;    
  box-sizing: border-box;    
  line-height: 1.5;    
  font-size: 16px;    
  font-weight: bold;    
  transition: opacity 0.2s ease;    
}    
  
.wine-button4:hover {    
  opacity: 0.85;    
}    


.wine-button4:visited{    
  color: #000;     
}   
  
.wine-button-wrap4 a {    
  position: relative;    
  display: flex;    
  align-items: center;    
  justify-content: center;    
  padding-right: 2em;    
  width: 100%;  
  box-sizing: border-box;  
}    

.wine-button-wrap4 a {  
  position: relative;  
}  
  
.wine-button-wrap4 a::after {  
  content: "";  
  position: absolute;  
  top: 50%;  
  right: 3em;  
  width: 1.2em;  
  height: 1.2em;  
  background: #000;  
  border-radius: 50%;  
  transform: translateY(-50%);  
}  
  
.wine-button-wrap4 a::before {  
  content: "";  
  position: absolute;  
  top: 50%;  
  right: 3.35em;  
  width: 0;  
  height: 0;  
  border-top: 0.22em solid transparent;  
  border-bottom: 0.22em solid transparent;  
  border-left: 0.34em solid #fff;  
  transform: translateY(-50%);  
  z-index: 1;  
}  


.strong_orenge {
font-weight: bold;
color: #ff4900;
}

.h3_box {
    margin-bottom: 80px;
}


.box-ar01 {
border:1px solid #000;
padding:10px;
margin: 5px auto;
font-size:16px;  
text-align: left;
line-height: 1.5;
}



/* ========================================
   商品番号
======================================== */

.item_container {
  position: relative;
}

/* PC */
.wine-number {
  position: absolute;
  top: -45px;
  left: -20px;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 56px;
  height: 56px;

  background: #81afa3;
  color: #fff;
  border-radius: 50%;

  font-size: 26px;
  font-weight: 700;
  line-height: 1;

  z-index: 10;

  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.14);
}


.wine-number-bangai {
  position: absolute;
  top: -45px;
  left: -20px;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 56px;
  height: 56px;

  background: #a5b071;
  color: #fff;
  border-radius: 50%;

  font-size: 26px;
  font-weight: 700;
  line-height: 1;

  z-index: 10;

  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.14);
}


.circle-01 {font-size:12px;padding-right: 3px;}


/* ========================================
   味わい 5段階チャート
======================================== */

.taste-list {
  margin: 0;
  padding: 0;
  list-style: none;
    margin: 10px;
}


/* 1項目 */
.taste-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}


/* 左右のテキスト */
.taste-label {
  flex-shrink: 0;
  font-size: 13px;
  line-height: 1.4;
  white-space: nowrap;
}

.taste-label-left {
  width: 48px;
  text-align: right;
  font-size:16px;
  font-weight: bold;
}

.taste-label-right {
  width: 48px;
  text-align: left;
  font-size:16px;
  font-weight: bold;
}


/* 5段階ゲージ */
.taste-scale {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;

  width: 280px;
  flex-shrink: 0;
}


/* 丸をつなぐライン */
.taste-scale::before {
  content: "";
  position: absolute;

  left: 5px;
  right: 5px;
  top: 50%;

  height: 2px;
  background: #d8d8d8;

  transform: translateY(-50%);
}


/* 通常の丸 */
.taste-scale span {
  position: relative;
  z-index: 1;

  display: block;

  width: 10px;
  height: 10px;

  border-radius: 50%;
  background: #cfcfcf;
}


/* 現在位置 */
.taste-scale.score-1 span:nth-child(1),
.taste-scale.score-2 span:nth-child(2),
.taste-scale.score-3 span:nth-child(3),
.taste-scale.score-4 span:nth-child(4),
.taste-scale.score-5 span:nth-child(5) {
  width: 20px;
  height: 20px;

  background: #d5a548;

  /* ラインと選択丸の境界をきれいに */
  box-shadow: 0 0 0 3px #fff;
}

/* ========================================
   おすすめ番号
======================================== */

.wine-number {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  width: 65px;
  height: 65px;

  border-radius: 3px;

  line-height: 1;
  box-sizing: border-box;
}
    
.wine-number-bangai {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  width: 65px;
  height: 65px;

  border-radius: 3px;

  line-height: 1;
  box-sizing: border-box;
}


/* 「おすすめ」 */
.wine-number-label {
  display: block;

  margin-bottom: 7px;

  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
}


/* 数字 */
.wine-number-num {
  display: block;

  font-size: 28px;
  font-weight: 600;
  line-height: 0.9;
}



.wine-tags {
  display: flex;
  align-items: center;
  gap: 7px;
  flex-wrap: nowrap;
  margin-bottom: 7px;
}

.country-flag {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.country-flag img {
  display: block;
  width: 30px;
  height: auto;
}

.wine-tags .tag {
  flex-shrink: 0;
}


    
    
/* =========================
   商品詳細を見る
========================= */

.purchase_link {
    width: 100%;
    margin: 30px auto 0;
    text-align: center;
}

.purchase_link a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    max-width: 380px;
    min-height: 58px;
    margin: 0 auto;
    padding: 14px 55px 14px 30px;
    box-sizing: border-box;

    background: #d5a548;
    border: 1px solid #d5a548;
    color: #fff;

    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1.5;
    text-decoration: none;

    transition: background-color .25s ease,
                color .25s ease;
}


/* 右端の三角 */
.purchase_link a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 22px;

    width: 0;
    height: 0;

    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #fff;

    transform: translateY(-50%);
    transition: border-left-color .25s ease,
                transform .25s ease;
}


/* PC：マウスを乗せたとき */
@media (hover: hover) and (pointer: fine) {

    .purchase_link a:hover {
        background: #fff;
        color: #d5a548;
    }

    .purchase_link a:hover::after {
        border-left-color: #d5a548;
        transform: translate(3px, -50%);
    }
}


/* =========================
   商品詳細を見る　在庫なし
========================= */

.purchase_link_soldout {
    width: 100%;
    margin: 30px auto 0;
    text-align: center;
}

.purchase_link_soldout a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    max-width: 380px;
    min-height: 58px;
    margin: 0 auto;
    padding: 14px 55px 14px 30px;
    box-sizing: border-box;

    background: #8e8169;
    border: 1px solid #8e8169;
    color: #fff;

    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1.5;
    text-decoration: none;

    transition: background-color .25s ease,
                color .25s ease;
}

.purchase_link_soldout a span {
    font-weight: normal;
}



/* 右端の三角 */
.purchase_link_soldout a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 22px;

    width: 0;
    height: 0;

    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #fff;

    transform: translateY(-50%);
    transition: border-left-color .25s ease,
                transform .25s ease;
}


/* PC：マウスを乗せたとき */
@media (hover: hover) and (pointer: fine) {

    .purchase_link_soldout a:hover {
        background: #fff;
        color: #8e8169;
    }

    .purchase_link_soldout a:hover::after {
        border-left-color: #8e8169;
        transform: translate(3px, -50%);
    }
}



.box-ar01 ul {
padding-left: 1em;
margin: 15px 0;
    }
    
.box-ar01 ul li {
list-style-type: disc;  
    }



.highlight_01{
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: bold;
    text-decoration: underline;
}


    
/* ========== スマホ専用（幅600px以下） ========== */
@media screen and (max-width: 600px) {
    
#FirstView .inner h1 {
    font-size: 2.6rem;
    margin-bottom: 30px;
}
    
	.txt-001 {
     font-size: 1.5rem;
    line-height: 1.5;
    margin: 0 0 24px 0;
	} 
    
	.txt-002 {
    font-size: 1.5rem;
    line-height: 1.5;
    margin: 20px 0 0px 0;
	} 
    
	.linkbase-001  {
     font-size: 1.5rem;
    line-height: 2;
    margin: 0 0 80px 0;
    background:   #f3ead7;
    padding:5px 8px;
	} 
    
        
    .ttl-001 {
    font-size: 1.5rem;
    line-height: 2;
    margin: 20px 0 24px 0;
    background: #333;
    color: #fff;
     font-weight: bold;
    padding: 8px;
 }   
        
.movie-sp {
    display: block;
    width:320px;
    margin: 50px auto;
    } 
        
.movie-pc {
    display: none;
    } 
        
        
.p-cap {
text-align:center;
background: #fff;
padding:5px 3px;
font-weight: bold;
font-size: 1.2rem;
    }   
        
img.msimg {
width:100%;      
margin:0px auto 20px auto;
    }
        
        
img.msimg2 {
width:100%;      
margin:20px auto;
    }
        
        
#cont01 {padding-top: 50px}
#cont02 {padding-top: 50px}
#cont03 {padding-top: 50px} 
        
  ul.bb-link {  
    display: block; 
  }  
  
  ul.bb-link li {  
    width: 100%;  
    margin-bottom: 10px; 
  }  
  
  ul.bb-link li:last-child {  
    margin-bottom: 0;  
  }  
        
        
.box-arrenge01 {
width:100%;
margin: 0 auto;
    }
        
        
.box-arrenge02 {
width:100%;
margin: 0 auto;
    }
        
.inner p {font-size:1.5rem;line-height: 1.5}
    
h2.heading_title_h2 {
   font-size:20px !important;         
        } 
        
h3.heading_title_h3 {
   font-size:17px !important;         
        } 
        
h4.heading_title_h4 {
   font-size:16px !important;         
        } 
        
table.page_table caption {
        font-size: 13px !important;
    
 }    
        
        
/*目次部分ここから*/
.accordion-2 {
  width: 100%;
  margin: 0 auto 1em;
  border: 2px solid #d0d0d0;
  border-radius: 5px;
    background: #fff;  
}      
    
    
  .wine-button-wrap {  
    grid-template-columns: 1fr;  
  }   
    
    
.wine-button {  
    font-size:15px;
  }     
    
.wine-button2 {  
    font-size:15px;
  }     
    
.wine-button3 {  
    font-size:15px;
  }    
    
.wine-button4 {  
    font-size:15px;
  }    
    
.breadcrumb-001 {  
        display: block;  
        font-size: 0.85em;  
        line-height: 1.5;  
        padding: 0;  
    }  
  
    .breadcrumb-001 li {  
        display: inline;  
    }  
  
    .breadcrumb-001 li:not(:last-child)::after {  
        display: inline-block;  
        transform: rotate(45deg);  
        width: .3em;  
        height: .3em;  
        margin: 0 10px 0 8px;  
        border-top: 1px solid #333333;  
        border-right: 1px solid #333333;  
        content: '';  
        vertical-align: middle;  
    }  
  
    .breadcrumb-001 a {  
        color: #333333;  
        text-decoration: none;  
        white-space: normal;  
        word-break: break-word;  
    }  
    
  .breadcrumb002 {
    font-size: 12px;
  }
    
.wine-contents-wrap{
font-size: 1.4rem;
 }
    
    
.wine-contents-wrap .c-ttl {
font-size: 1.5rem;
 }
    
.bh-box {
font-size: 1.5rem;
} 

.bh-box2 {
font-size: 1.5rem;
} 
    
.bh-box3 {
font-size: 1.5rem;
}
    
.bh-box4 {
font-size: 1.5rem;
} 
    
.bh-box5 {
font-size: 1.5rem;
} 

.wine-links-wrap {
font-size: 1.5rem;
line-height: 1.6em;
} 
    
    
.wine-button-wrap3 a {    
  position: relative;    
  display: flex;    
  align-items: center;    
  justify-content: center;    
  padding-right: 2em;    
  width: 100%;  
  box-sizing: border-box;  
   font-size:1.5rem;
}    

.wine-button-wrap3 a::after {  
  content: "";  
  position: absolute;  
  top: 48%;  
  right: 1.5em;  
  width: 0.6em;  
  height: 0.6em;  
  border-top: 0.18em solid currentColor;  
  border-right: 0.18em solid currentColor;  
  transform: translateY(-50%) rotate(45deg);  
} 
    

    
.h3_box {
    margin-bottom: 50px;
}
    
    
.box-ar01 {
font-size:15px;  
}
    
    
  .wine-number {
    top: -50px;
    left: -8px;

    width: 40px;
    height: 40px;

    font-size: 20px;

    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
  }
    
    
  .wine-number-bangai {
    top: -50px;
    left: -8px;

    width: 40px;
    height: 40px;

    font-size: 20px;

    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
  }
    
.circle-01 {font-size:10px;padding-right: 3px;}
    
    
    
 .wine-number {
    width: 55px;
    height: 55px;
  }
    
  .wine-number-bangai {
    width: 55px;
    height: 55px;
  }

  .wine-number-label {
    margin-bottom: 6px;
    font-size: 10px;
  }

  .wine-number-num {
    font-size: 24px;
  }



  .taste-list {
    width: 100%;
  }

  .taste-item {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 10px;
    margin-bottom: 16px;
  }

  /* 左右ラベル */
  .taste-label {
    flex-shrink: 0;
    font-size: 12px;
    line-height: 1.3;
    white-space: nowrap;
  }

  .taste-label-left {
    width: 44px;
    text-align: right;
    font-size:14px;
    font-weight: bold;
  }

  .taste-label-right {
    width: 44px;
    text-align: left;
    font-size:14px;
    font-weight: bold;
  }

  /* ゲージは残った横幅を全部使う */
  .taste-scale {
    flex: 1;
    width: auto;
    min-width: 0;
  }

  /* 通常の丸 */
  .taste-scale span {
    width: 9px;
    height: 9px;
  }

  /* 選択中の丸 */
  .taste-scale.score-1 span:nth-child(1),
  .taste-scale.score-2 span:nth-child(2),
  .taste-scale.score-3 span:nth-child(3),
  .taste-scale.score-4 span:nth-child(4),
  .taste-scale.score-5 span:nth-child(5) {
    width: 17px;
    height: 17px;
    box-shadow: 0 0 0 3px #fff;
  }



  .country-flag img {
    width: 21px;
  }



    .purchase_link {
        margin-top: 24px;
    }

    .purchase_link a {
        width: 100%;
        max-width: none;
        min-height: 54px;

        padding: 13px 48px 13px 20px;

        font-size: 15px;
        letter-spacing: 0.06em;
    }

    .purchase_link a::after {
        right: 18px;

        border-top-width: 5px;
        border-bottom-width: 5px;
        border-left-width: 7px;
    }
    
    
    .purchase_link_soldout {
        margin-top: 24px;
    }

    .purchase_link_soldout a {
        width: 100%;
        max-width: none;
        min-height: 54px;

        padding: 13px 48px 13px 20px;

        font-size: 15px;
        letter-spacing: 0.06em;
    }

    .purchase_link_soldout a::after {
        right: 18px;

        border-top-width: 5px;
        border-bottom-width: 5px;
        border-left-width: 7px;
    }


.highlight_01{
    font-size: 1.7rem;
    line-height: 1.5;
    font-weight: bold;
    text-decoration: underline;
}

    

    
    
 }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
