@charset "utf-8";
/* CSS Document */

a:hover {
    text-decoration: none;
}

h1 {
    position: relative;
    /*display: inline-block;*/
    margin-bottom: 0.5em;
    line-height: 1.1;
    text-align: center;
}


h1 span {
    font-size: 15px;
    color: #999900;
    font-family: 'Monotype Corsiva';
}


h2.t_title {
    font-size: 20px;
    display: inline-block;
    padding: 10px 13px 5px 10px;
    border-left: 5px solid #999900;
    background: #f4f4f4;
}

h2.t_title_2 {
    font-size: 1.15em;
    text-align: center;
    border-radius: 25px;
    padding: 10px 13px 5px 10px;
    color: #fff;
    background: #999900;
}

h2.t_title_red {
    background-color: #7f0000 !important
}

h3 {
    font-family: "Averia Serif Libre";
    border-bottom: solid 1px #333;
    text-align: left;
}

h3.item {
    font-family: "Averia Serif Libre";
    border-bottom: solid 1px #333;
    padding-top: 10px;
    text-align: left;
    font-size: 110%;
}


h4.title {
    font-family: "Averia Serif Libre";
    font-size: 115%;
    font-weight: bold;
    border-bottom: solid 1px #333;
    line-height: 1.3;
    padding-bottom: 10px;
    margin-right: 10px;
}

h4.title02 {
    font-family: "Averia Serif Libre";
    font-size: 115%;
    font-weight: bold;
    border-bottom: solid 1px #333;
    line-height: 1.3;
    padding-bottom: 10px;
    margin-bottom: -10px;
}

hr {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #bbbbb7;
}

.t_box hr {
    border-top: 1px dashed #bbbbb7;
    border-bottom: none;
    border-right: none;
    border-left: none;
}

.t_box_red hr {
    border-top: 1px dashed #7f0000 !important;
}

.t_price_hr {
    text-align: center;
    overflow: visible;
}

.t_price_hr::after {
    content: attr(title);
    display: inline-block;
    position: relative;
    top: -12px;
    padding: 0 3px;
    background: #fff;
    color: #bbbbb7;
    font-size: 1.2em;
    font-weight: bold;
}

.t_box,
.t_box_2 {
    max-width: 940px;
    margin: auto;
    padding: 15px;
}

.t_box div {
    padding-bottom: 3%;
}

.t_category_anchor {
    display: inline-block;
    margin-top: -130px;
    padding-top: 130px;
}

/*FV*/

.b_banner {
    width: 100%;
    margin-bottom: -10px;
    max-width: 940px
}

.div_title {
    font-family: "HG明朝E";
    font-size: 22px;
    border-bottom: solid 1px #333;
    margin: 20px 0;
    padding: 10px 2px!important;
    text-align: left;
}

.t_txt table {
    padding-bottom: 30px;
}

.t_txt td {
    padding: 0px 20px 0px 20px;
}

.t_producer {
    margin: 5px 0 30px 0;
}

.t_taste {
	padding-right: 2em;
    margin: 0 0 30px 0;
}

.contents {
    font-size: 1em;
    color: #bbbbb7;
    border-top: solid #bbbbb7 8px;
    border-bottom: solid #bbbbb7 1px;
    margin-bottom: 1em;
    padding: 10px 0 10px 20px;
}

.contents ul li:first-child{padding-top: 10px}

.contents li {
    line-height: 1.0;
    padding: 6px 0;
}

.contents a {
    color: #333;
    text-decoration: underline;
}

.contents_f1 {
    font-size: 1.2em;
    color: #ffffff;
    border-top: solid #ffffff 8px;
    border-bottom: solid #ffffff 1px;
    margin-bottom: 50px;
    padding: 10px 0 10px 20px;
}

.contents_f1 li {
    line-height: 1.0;
    padding: 10px 0;
}

.contents_f1 a {
    color: #ffffff;
    text-decoration: underline;
}

.contents_red {
    color: #7f0000 !important;
    border-top: solid #7f0000 8px !important;
    border-bottom: solid #7f0000 1px !important;
}


.price {
    color: #660000;
    font-size: 180%;
    margin-top: 0.2em;
}

/*
.price span {
	font-size:0.4em;
}
*/

.price_name :before {
    content: "販売価格：";
}

.retail_price {
    color: #999;
}

.retail_price.topic :before {
    content: "輸入元希望小売価格：";
    font-size: 0.3em;
}

/*生産者紹介*/
.s_banner {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 20px;
    display: block;
}

.t_left {
    height: 150px;
    float: left;
    padding: 10px 30px 10px 0;
}


.t_flag {
    width: 20px;
    margin: -20px 10px 0px 0;
}


.button,
.button2 {
    background: #fff;
    text-align: center;
    margin: 15px auto;
    display: block;
    text-decoration: none;
}

.button {
    padding: 15px 0 12px 0;
    border: solid 1px #979795;
    font-size: 16px;
    width: 100%;
}

.button a {
    color: #979795;
}

.button2 {
    padding: 12px 0 10px 0;
    color: #990000;
    border: solid 1px #990000;
    font-size: 14px;
}

.button2 a {
    color: #990000;
}

.button:hover {
    color: #fff;
    background-color: #979795;
}

.button2:hover {
    color: #fff;
    background-color: #990000;
}

.t_box .btn {
    position: relative;
    width: 100%;
}

.t_box .btn a {
    border: solid 1px #979795;
    color: #979795;
    display: block !important;
    padding: 5px !important;
    text-align: center;
}

.t_box .btn a:hover {
    color: #fff;
    background-color: #979795;
}

.t_box .btn2{
background-color: #660000;
color: #FFFFFF;
font-weight: bold;
padding: 15px 10px 10px;
margin-top: 30px!important;
text-align: center;
margin-left: auto;
margin-right: auto;
width: 90%;

}

.t_box .btn2 a,.btn2 a:hover,.btn2 a:visited{
display: block;
text-decoration: none;
color: #FFFFFF
}

/*おすすめ商品・味わい方*/

#osusume table {
    padding-bottom: 3em;
    font-size: 0.9em;
}

#osusume table th {
    padding-right: 2em;
}

#osusume02 table {
    font-size: 0.9em;
}

/*#osusume,#osusume02 th{
	width:35%;
}*/

.osusume_color_r,
.osusume_color_w,
.osusume_color_s,
.osusume_color_ro {
    width: 40px;
	padding-right: 0.5em;
}

.osusume_color_w_s {
    width: 45px;
	padding-right: 0.5em;
}

.osusume_color_ro_s,
.osusume_color_o {
    width: 60px;
	padding-right: 0.5em;
}

.ranking .osusume_color_r,
.ranking .osusume_color_r_s,
.ranking .osusume_color_w,
.ranking .osusume_color_w_s,
.ranking .osusume_color_s,
.ranking .osusume_color_ro,
.ranking .osusume_color_ro_s,
.ranking .osusume_color_o,
.osusume_color_g {
    width: auto;
    margin-bottom: 0.5em;
}

/*赤ワイン*/
.osusume_color_r span {
    font-weight: bold;
    color: #ffffff;
    background-color: #CC3333;
    border-radius: 100vh;
    padding: 0.3em 0.4em;
}

/*赤ワイン 泡*/
.osusume_color_r_s span {
    font-weight: bold;
    color: #ffffff;
    background-color: #CC3333;
    border-radius: 100vh;
    padding: 0.3em 0.7em;
    font-size: 0.8em;
}

/*白ワイン*/
.osusume_color_w span {
    font-weight: bold;
    color: #ffffff;
    background-color: #434343;
    border-radius: 100vh;
    padding: 0.3em 0.4em;
}

/*白ワイン 泡*/
.osusume_color_w_s span {
    font-weight: bold;
    color: #ffffff;
    background-color: #789e2d;
    border-radius: 100vh;
    padding: 0.3em 0.7em;
    font-size: 0.8em;
}

.type .osusume_color_w_s span {
    font-weight: bold;
    color: #ffffff;
    background-color: #789e2d;
    border-radius: 100vh;
    padding: 0;
    font-size: 1em;
	display: block;
}

/*スパークリングワイン*/
.osusume_color_s span {
    font-weight: bold;
    color: #ffffff;
    background-color: #789e2d;
    border-radius: 100vh;
    padding: 0.3em 0.7em;
}

/*ロゼワイン*/
.osusume_color_ro span {
    font-weight: bold;
    color: #ffffff;
    background-color: #d76481;
    border-radius: 100vh;
    padding: 0.3em 0.6em;
    font-size: 0.8em;
}

.type .osusume_color_ro span {
    font-weight: bold;
    color: #ffffff;
    background-color: #d76481;
    border-radius: 100vh;
    padding: 0;
	font-size: 1em;
	display: block;
}

/*ロゼワイン 泡*/
.osusume_color_ro_s span {
    font-weight: bold;
    color: #ffffff;
    background-color: #d76481;
    border-radius: 100vh;
    padding: 0.3em 0.6em;
    font-size: 0.8em;
    display: inline-block;
}

.type .osusume_color_ro_s span {
    font-weight: bold;
    color: #ffffff;
    background-color: #d76481;
    border-radius: 100vh;
    padding: 0;
    font-size: 1em;
	display: block;
}

/*オレンジワイン*/
.osusume_color_o span {
    font-weight: bold;
    color: #ffffff;
    background-color: #FF7E00;
    border-radius: 100vh;
    padding: 0.3em 0.7em;
    font-size: 0.7em;
    line-height: 1.8;
    padding-bottom: 0;
    display: inline-block;
}

.type .osusume_color_o span {
    font-weight: bold;
    color: #ffffff;
    background-color: #FF7E00;
    border-radius: 100vh;
    padding: 0;
    font-size: 1em;
	display: block;
}

/*グラッパ ウィスキー*/
.osusume_color_g span {
    font-weight: bold;
    color: #ffffff;
    background-color: #815a2b;
    border-radius: 100vh;
    padding: 0.3em 0.8em;
    font-size: 0.7em;
    line-height: 1.8;
    padding-bottom: 0;
    display: inline-block;
}

/*
.osusume_color_r_s, .osusume_color_w_s, .osusume_color_ro_s span{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
    }
*/
.osusume_name {
	font-size: 115%;
    text-align: left;
}

	/* 20250820 追加 */

    .osusume_award {
	color: #FFFFFF;
	font-weight: bold;
	display: inline-block;
	margin: 1em 1em 1em 0;
    }

    .category .osusume_award {
	color: #FFFFFF;
	font-weight: bold;
	display: inline-block;
	margin: 0.75em 0 0 0;
	padding: 0!important
    }

    .flex {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    gap: 5px;
    }
	
	.osusume_award span {
	background-color: #999900;
	padding: 0.3em 0.6em;
	border-radius: 100vh;
    }
	
	.osusume_speck {
	font-weight: bold;
	background-color: #EBEBCC;
	padding: 10px;
	}



.t_osusume {
    margin-bottom: 2em;
    padding: 0;
    font-size: 14px;
    line-height: 1.5;
}

.t_speck {
    font-size: 14px;
    background: #EBEBCC;
    box-sizing: border-box;
    width: 280px;
    margin: 5px 0 -5px 0;
    padding: 10px;
    text-align: left;
}

.t_speck_l {
    font-size: 14px;
    background: #EBEBCC;
    box-sizing: border-box;
    margin: 5px 0 -5px 0;
    padding: 20px;
    text-align: left;
}


.t_speck dl,
.t_speck_l dl {
    margin: 0;
    padding: 0;
}

.t_speck dt,
.t_speck_l dt {
    font-weight: bold;
    float: left;
}

.t_speck dd::before {
    content: "|";
    padding: 0 10px;
}

.t_speck_l dd::before {
    content: "|";
    padding: 0 10px;
}

.t_speck dd {
    padding-left: 12%;
}

.t_speck_l dd {
    padding: 0;
}

.t_speck dd span,
.t_speck_l dd span {
    display: inline-block;
    padding-left: 25px;
}

.taste_r span {
    font-weight: bold;
    color: #ffffff;
    background-color: #CC3333;
    border-radius: 50%;
    padding: 0.3em 0.5em;
    margin: 10px 0;
}

.taste_w span {
    font-weight: bold;
    color: #ffffff;
    background-color: #434343;
    border-radius: 50%;
    padding: 0.3em 0.5em;
    margin: 10px 0;
}

.taste_item img {
    width: 15%;
}

.taste_item :hover {
    opacity: .5;
}

/*メルマガ*/

.ezine {
    padding: 0 5em;
    margin: 0 auto;
}

.ezine img {
    vertical-align: bottom;
    width: 100%;
}

.ezine_item_main {
    padding-left: 5%;
    margin: 8% 0 10% 0;
    border-left: solid 5px #20b2aa;
}

.ezine_item_main p {
    font-size: 1.2rem;
    margin: 0;
    padding: 0;
    font-family: 'Hiragino Mincho Pro';
    font-weight: bold;
}

.ezine_item_main_txt {
    font-size: 0.9rem;
    line-height: 1.2;
}

.ezine_item_main_contents p {
    font-size: 1rem;
    border-spacing: 0;
    font-family: 'Hiragino Mincho Pro';
    text-align: left;
    padding: 0 5%;
}

.ezine_item_main_spec {
    background: #eeeeee;
    margin: 0;
    padding: 10px;
}

.ezine_item_main_spec img {
    float: left;
    width: 10%;
    border-style: none;
    border: 0;
    margin-top: -10px;
}

.ezine_item_main_spec p {
    padding-left: 14%;
    font-size: 0.9rem;
    line-height: 1.5;
}

.ezine_item_main_contents span {
    font-size: 1.2rem;
    font-weight: bold;
}

.ezine_item_main_chart {
    background: #eeeeee;
    margin: 0;
    text-align: center;
}

.ezine_item_main_chart img {
    width: 70%
}

.ezine_item_main_comment {
    font-size: 0.8rem;
    line-height: 1.8;
}

.ezine_item_second_contents p {
    line-height: 1.5;
    font-size: 0.8rem;
    line-height: 1.5;
    color: #20b2aa;
    font-weight: bold;
    margin: 0;
    padding: 10px;
}

.ezine_item_second_contents img {
    width: 90%;
}

.ezine_item_second_spec {
    font-size: 0.9rem;
    line-height: 1.5;
    height: 210px;
    background: #eeeeee;
    margin: 0;
    padding: 10px;
}

ul.ezine_backnumber {
    font: 14px/3.5;
    list-style: none;
    padding: 0.5em 0.7em;
}

ul.ezine_backnumber li {
    position: relative;
    color: #555555;
    margin: 20px 0;
    padding-left: 30px;
    line-height: 70px;
    font-size: 15px;
    font-weight: bold;
    border-bottom: 1px dashed #bbbbb7;
}

ul.ezine_backnumber li:before {
    content: "▶";
    position: absolute;
    left: 5px;
    font-size: 1em;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

ul.ezine_backnumber li:hover:before {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    background-position: bottom;
    color: #bbbbb7;
}

ul.ezine_backnumber li span {
    font-size: 0.5em;
    color: #bbbbb7;
    margin-left: 1em;
}

ul.ezine_backnumber li img {
    position: absolute;
    width: 130px;
    margin: 0.5em;
    right: 0px;
}

/*メルマガここまで*/

/* 特集一覧 */

ul.topic_list {
    width: 100%;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

ul.topic_list li {
    width: 48%;
    background: #eee;
    list-style: none;
    padding-bottom: 45px;
    margin-bottom: 2em;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 5px 10px 0 #ccc;
}

ul.topic_list li:nth-child(odd) {
    margin-right: 4%;
}

ul.topic_list li img {
    width: 100%;
    margin: 0;
    padding: 0;
}

ul.topic_list li h4 {
    font-weight: bold;
    font-size: 110%;
    text-align: center;
    padding: -2em 1em;
}

ul.topic_list li p {
    text-align: center;
    padding: 0;
    margin-top: -1.5em;
    font-size: 80%;
    color: #bbbbb7;
}

ul.topic_list li p.topic_list_button {
    text-align: center;
    padding: 0;
    display: block;
    position: absolute;
    bottom: 5px;
    width: 100%;
}

ul.topic_list li p.topic_list_button span {
    text-align: center;
    padding: 0;
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    background-color: #555;
}

ul.topic_list li p.topic_list_button :hover {
    color: #fff;
    background-color: #bbbbb7;
    font-weight: bold;
}

/* 特集一覧ここまで */

.f1_table_item td {
    max-width: 450px;
    padding: 10px;
    text-align: center;
}

.f1_table_item img {
    max-width: 450px;
    padding: 10px;
    text-align: center;
}


.title_formula1_t {
    width: 80%;
    display: block;
    margin: 0 auto;
    background-color: #B41D23;
    padding: 0.5em;
}

.title_formula1_t img {
    margin-top: 10px;
    width: 80%;
}

.item_link {
    width: 150px;
    padding: 10px 100px;
    margin: -10px 0px 20px 0px;
    position: relative;
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #313131;
    text-decoration: none;
}

.toggle_title {
    font-weight: bold;
    line-height: 42px;
    margin: 0;
    padding: 0 0 0 10px;
    position: relative;
    cursor: pointer;
    transition: 0.3s;
}

.toggle_title:after {
    content: "▼";
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    transition: 0.2s;
}

.toggle_title.selected:after {
    transform: translateY(-50%) rotateX(180deg);
}

.toggle_txt {
    display: none;
}

/*****
目次ボタンクリックでtoc_containerを開く
******/

#tocopen:checked+.toc_container {
    display: block;
    padding: 45px;
}

.toc_container,
.l_toc input[type="checkbox"] {
    display: none;
}

.contents_table,
.contents_table td {
    border: 0;
}

/* youtube貼り付け */

.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}


/* 20220421追加 */

.toggle_contents ol {
    list-style-type: disc;
	padding-inline-start: 20px!important;
}

/* 20220510追加 */

.foods_category {
    font-size: 0.9rem;
    text-align: center;
    margin: 0;
}

.foods_category ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-inline-start: 0;
    margin: 0 5px;
}

.foods_category li {
    width: calc((100% - 40px * 2) / 4);
    margin: 15px 10px 15px 10px;
}

.foods_category li img {
    width: 100%;
    border-radius: 50%;
    transition-duration: .5s;
}

.foods_category li img:hover {
    border-radius: 10%;
    cursor: pointer;
}

.foods_category li img:active {
    border-radius: 10%;
    cursor: pointer;
    opacity: 0.3;
}

/* 20220817追加 タブメニュー */

.tab_container {
    padding-bottom: 1em;
    background-color: #fff;
    margin: 0 auto;
}

.tab_item {
    width: calc(100%/3);
    padding: 15px 0;
    margin-bottom: 2em;
    border-bottom: 3px solid #999900;
    background-color: #ececec;
    text-align: center;
    color: #999900;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    border-radius: 10px 10px 0px 0px;
}

.tab_item:hover {
    opacity: 0.5;
}

input[name="tab_item"] {
    display: none;
}

.tab_content {
    display: none;
    padding: 1em 1em 0;
    justify-content: center;
    clear: both;
    overflow: hidden;
}

#tab1:checked~#tab1_content,
#tab2:checked~#tab2_content,
#tab3:checked~#tab3_content {
    display: block;
}

.tab_container input:checked+.tab_item {
    background-color: #999900;
    color: #fff;
}

.btn_item {
    position: relative;
    width: 100%;
}

.btn_item a {
    display: block !important;
    border: 1px solid #660000;
    color: #660000;
    background-color: #ffffff;
    font-weight: bold;
    padding: 5px !important;
    text-align: center;
}

.btn_item_r a {
    display: block !important;
    border: 1px solid #660000;
    border-radius: 25px;
    color: #660000;
    background-color: #ffffff;
    font-weight: bold;
    padding: 5px !important;
    text-align: center;
}

.btn_item a:hover {
    color: #ffffff;
    background-color: #660000;
}

.btn_item_info {
    font-size: 0.9em;
}

.btn_item_info a {
    display: inline-block;
    width: 20px;
    height: 20px;
    color: #ffffff;
    background-color: #660000;
    padding: 5px !important;
    margin: 5px;
    font-size: 10px;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
}

.btn_item_info span {
    font-weight: bold;
    margin-right: 5px;
}

.btn_item_soldout {
    display: block !important;
    background-color: #888888;
    font-weight: bold;
    padding: 5px !important;
    border-radius: 25px;
    text-align: center;
}

.sold_out_item {
    position: relative;
}

.sold_out_item::after {
    content: 'SOLD OUT';
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 60px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-color: #000;
    opacity: 0.7;
    position: absolute;
}

/* 2211_01 用追加 */

.container,
.container_01 {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 2.0rem;
    position: relative;
    text-align: center;
    margin-bottom: 4rem;
    border-radius: 25px;
}

.container img {
    max-width: 80%;
    height: auto;
    border-radius: 10px;
}

.container_01 img {
    max-width: 80%;
    height: auto;
    border-radius: 5%;
}

.container_shadow {
    display: inline-block;
    box-shadow: 0px 0px 20px -5px #f1dab4;
}

.back_color {
    background-color: rgba(255, 255, 255, 0.3);
}

.back_color_01 {
    background-color: rgba(255, 255, 255, 0.5);
}

.back_color_gray {
    background-color: #eee;
}

.back_color_2311 {
    background-color: #e5c5ac;
}

.back_color_2312 {
    background-color: #f9f5eb;
}

.back_color_2412 {
    background-color: #f8e6b6;
}



.row {
    display: flex;
    flex-direction: row;
    padding: 2em 0;
    flex-wrap: wrap;
}

.col {
    margin-left: 4%;
}

.col:first-child {
    margin-left: 0;
}

.col:nth-child(4) {
    margin-left: 17%;
}

.col_spacer:first-child {
    margin-left: 17%;
}

.col_spacer {
    width: 100%;
}

.row_nav {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}

.col_nav_t {
    width: 150px;
    display: block !important;
    color: #fff;
    border-radius: 10px;
    background-color: #7f0000;
    font-weight: bold;
    padding: 10px !important;
    font-size: 0.8em;
    text-align: center;
    line-height: 1.4;
    margin: 0.5em;
    position: relative;
}

.col_nav {
    width: 250px;
    display: block !important;
    border: 1px solid #333;
    color: #333;
    border-radius: 10px;
    background-color: #ffffff;
    font-weight: bold;
    padding: 10px 5px 30px 5px !important;
    font-size: 0.8em;
    text-align: center;
    line-height: 1.4;
    margin: 0.5em;
    position: relative;
}

.col_nav::before {
    content: "";
    display: block;
    position: absolute;
    top: 2.5em;
    right: 45%;
    width: 10px;
    height: 10px;
    border-top: 2px solid #aaa;
    border-right: 2px solid #aaa;
    transform: translateX(-50%) rotate(135deg);
}


.item_info {
    padding: 1em
}

.item_name {
    padding: 0.5em 0;
    height: 3.5em;
}

.item_name span {
    display: block;
    font-family: "Averia Serif Libre";
    font-size: 1.1em;
    font-weight: bold;
    color: #999900;
    line-height: 1.5;
}

.item_info p {
    line-height: 1.4;
    font-feature-settings: "palt";
}

.item_name_red span {
    color: #7f0000 !important;
}

.under {
    height: 370px;
	line-height: 1.6;
}

.under_l {
    height: 420px;
	line-height: 1.6;
}

.under_m {
    height: 300px;
	line-height: 1.6;
}

.under_s {
    height: 270px;
	line-height: 1.6;
}

.under_ss {
    height: 230px;
	line-height: 1.6;
}

.item_limit {
    width: 50%;
    font-size: 80% !important;
    font-weight: bold;
    letter-spacing: .2em;
    padding: 0;
    margin: 0 auto;
    margin-bottom: 0.5em;
    border: 2px solid #7f0000;
    color: #7f0000 !important;
    border-radius: 25px
}

.item_limit:after {
    content: " ";
    margin-left: -.2em;
}

.under:before, .under_l:before, .under_m:before, .under_s:before, .under_ss:before {
    background-color: #333;
    border-radius: 2.5px;
    content: "";
    display: block;
    height: 5px;
    margin-bottom: 1em;
}

.btn_item {
    position: relative;
    width: 100%;
    padding: 0 !important;
}

.btn_item a {
    display: block !important;
    border: 1px solid #660000;
    color: #660000;
    background-color: #ffffff;
    font-weight: bold;
    padding: 5px !important;
    text-align: center;
}

.btn_item a:hover {
    color: #ffffff;
    background-color: #660000;
}

.comment {
    position: relative;
    display: inline-block;
    margin: 1.5em 0 1em;
    padding: 1em;
    width: 100%;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-weight: bold;
    line-height: 1.5;
    background: #eaeae7;
    border-radius: 5px;
    box-sizing: border-box;
}

.comment:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #eaeae7;
}

.comment p {
    margin: 0;
    padding: 0;
}

/* 売れ筋ランキング */

.ranking_red {
    background-color: #ffefef;
    border-radius: 10px;
}

.ranking_white {
    background-color: #f5f5ea;
    border-radius: 10px;
}

.ranking_sparkling {
    background-color: #fff9ec;
    border-radius: 10px;
}

.ranking_ro {
    background-color: #fff3f3;
    border-radius: 10px;
}

.ranking_g {
    background-color: #fffae7;
    border-radius: 10px;
}

.ranking_other {
    background-color: #f3f3f3;
    border-radius: 10px;
}

.ranking_1{position: relative;}

.best .ranking_1 ::before, .ranking_1 ::before,
.best .ranking_2 ::before, .ranking_2 li::before,
.best .ranking_3 ::before, .ranking_3 li::before,
.best .ranking_4 ::before, .ranking_4 li::before,
.best .ranking_5 ::before, .ranking_5 li::before {
    position: absolute;
    display: block;
    content: '';
    width: 0px;
    font-size: 1.2em;
    height: 10px;
}


.best .ranking_1 ::before, .ranking_1 ::before {
    border: #e6c300 35px solid;
    border-bottom: 15px solid transparent;
	margin-left: 10px;
}

.best .ranking_2 ::before, .best .ranking_3 ::before,
.best .ranking_4 ::before, .best .ranking_5 ::before{
	margin-left: 10px;
}

.best .ranking_2 ::before, .ranking_2 li::before {
    border: #a9a9a9 35px solid;
    border-bottom: 15px solid transparent;
}

.best .ranking_3 ::before, .ranking_3 li::before {
    border: #815a2b 35px solid;
    border-bottom: 15px solid transparent;
}

.best .ranking_4 ::before, .ranking_4 li::before,
.best .ranking_5 ::before, .ranking_5 li::before {
    border: #7f0000 35px solid;
    border-bottom: 15px solid transparent;
}

.best .ranking_1,.best .ranking_2,.best .ranking_3,.best .ranking_4,.best .ranking_5 {
	position: relative;
    line-height: 1.7;}

.best .ranking_1::before, .best .ranking_2::before, .best .ranking_3::before,
.best .ranking_4::before, .best .ranking_5::before{
    margin-left: 10px;
    height: 20px;
}

.nextrank.ranking_2::before,
.nextrank.ranking_3::before,
.nextrank.ranking_4::before,
.nextrank.ranking_5::before {
    height: 10px;
}

.best .ranking_1::after,
.best .ranking_2::after,
.best .ranking_3::after,
.best .ranking_4::after,
.best .ranking_5::after {
    position: absolute;
    font-size: 1.2em;
    font-weight: bold;
    top: 10px;
    left: 26px;
}

.best .ranking_2::after {
    content: 'No.2';
    color: #fff;
}

.best .ranking_3::after {
    content: 'No.3';
    color: #fff;
}

.best .ranking_4::after {
    content: 'No.4';
    color: #fff;
}

.best .ranking_5::after {
    content: 'No.5';
    color: #fff;
}

.ranking_item{
	padding: 10px;
	padding-bottom: 0 !important;}

.ranking_item table{
	padding: 10px;
	padding-bottom: 0 !important;}


.ranking_1 table {
    padding-bottom: 0 !important;
}

.ranking_1 .btn_item {
    padding: 0 !important;
}

.nexnrank {
    padding-bottom: 0 !important;
}

.nextrank li {
    padding-bottom: 0 !important;
}

.ranking_2 dd:first-child,
.ranking_3 dd:first-child,
.ranking_4 dd:first-child,
.ranking_5 dd:first-child {
    min-height: 160px;
}

.ranking, .ranking .slick-track, .ranking .slick-list, .ranking .slick-slide {padding-bottom: 0!important}

.ranking li {
    position: relative;
    margin-bottom: 2em;
}

.ranking li:not(:last-child) {
    margin-bottom: 10px;
}

.ranking li::before {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    left: 10px;
    width: 0px;
    height: 10px;
}

.ranking li::after {
    content: '';
    position: absolute;
    top: 10px;
    left: 25px;
    font-size: 1.2em;
    color: #fff;
}

.ranking_1 ::after {
    content: 'No.1';
    position: absolute;
    top: 10px;
    left: 26px;
    font-size: 1.25em;
    color: #7f0000;
	font-weight: bold;
}

.ranking_2 li::after {
    content: 'No.2';
}

.ranking_3 li::after {
    content: 'No.3';
}

.ranking_4 li::after {
    content: 'No.4';
}

.ranking_5 li::after {
    content: 'No.5';
}

.ranking li dt {
    margin-bottom: 2em;
}

.col_nav_ranking {
    width: 250px;
    display: block !important;
    border: 1px solid #333;
    color: #333;
    border-radius: 10px;
    background-color: #ffffff;
    font-weight: bold;
    padding: 10px 5px !important;
    font-size: 0.8em;
    text-align: center;
    line-height: 1.4;
    margin: 0.5em;
    position: relative;
}

.col_nav_ranking::before {
    content: "";
    display: block;
    position: absolute;
    top: 30%;
    right: 10px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #aaa;
    border-right: 2px solid #aaa;
    transform: translateX(-50%) rotate(135deg);
}


@media screen and (min-width: 1280px) {
    .item_info p {
        height: 19em;
    }
}

/* タブレットレイアウト : 768 px ～ 1024 px*/
@media screen and (max-width:1024px) {
	.TBnone {
		visibility: hidden;
    }
    #bread  {
        padding-top: 25px!important;
    }
	
    .color {
        width: 16%;
    }
}

/*---PC---*/
@media screen and (min-width: 768px) {

    .PCnone {
        display: none;
    }

    #bread {
        padding-top: 10px;
    }

    .t_img {
        width: 380px;
        text-align: center;
        margin: 0;
        background-color: #fff;
		vertical-align: super;
    }

    .t_img2 {
        height: 300px;
    }

    .t_img2_2 {
        width: 250px;
    }

    .t_img3 {
        width: 300px;
    }

    .t_img4 {
        width: 350px;
        text-align: center;
        margin: 0 0 -30px -100px;
    }

    .t_img_label {
        width: 250px;
        text-align: center;
        border: 1px solid #dddddd;
        padding: 5px;
        background-color: #fff;
		margin-right: 20px;
    }

    .t_ch {
        width: 250px;
        margin: 30px 10px 0px 10px;
    }

    .t_price {
        padding: 5px;
    }

    .t_price div {
        margin: 0 0 -10px 10px;
    }

    .btn2 {
        padding: 30px 0 10px 0;
    }

    .button2 {
        width: 100%;
    }

    .t_flag {
        width: 30px;
        margin: -20px 10px -1px 0;
    }

    .column_circle {
        margin-bottom: 30px;
        display: table;
        position: relative;
    }

    .column_circle img {
        float: left;
        width: 220px;
        border-radius: 50%;
        margin-right: 20px;
    }

    .column_circle p {
        display: table-cell;
        vertical-align: middle;
        line-height: 1.4;
        margin-top: 10px;
    }

    .column_circle_number {
        position: absolute;
        bottom: 80px;
        color: #fff;
        background: rgba(0, 0, 0, .6);
        width: 100%;
        max-width: 600px;
        padding: 1em 0;
    }

    .row .col.span-1 {
        flex: 0 0 4.66666666667%;
        max-width: 4.66666666667%;
    }

    .row .col.span-2 {
        flex: 0 0 13.3333333333%;
        max-width: 13.3333333333%;
    }

    .row .col.span-3 {
        flex: 0 0 22%;
        max-width: 22%;
    }

    .row .col.span-4 {
        max-width: 30.6666666667%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .row .col.span-5 {
        flex: 0 0 39.3333333333%;
        max-width: 39.3333333333%;
    }

    .row .col.span-6 {
        flex: 0 0 48%;
        max-width: 48%;
    }

    .item_name span {
        font-size: 0.9em
    }

    .item_info p {
        font-size: 0.9em;
        height: 18em;
    }
}

/*---SP---*/
@media screen and (max-width: 767px) {

    .SPnone {
        display: none;
    }

    .t_box {
        padding-top: 0px;
    }

    .t_box p {
        font-size: 0.9em;
		line-height: 1.8;
    }

    .contents {
        padding: 10px 10px 10px 0px;
    }

    .contents_f1 {
        padding: 10px 10px 10px 0px;
    }

    h2.t_title {
        box-sizing: border-box;
        width: 100%;
        margin: 20px 0;
        font-size: 1em;
        display: inline-block;
        padding: 10px 13px 5px 10px;
        border-left: 5px solid #999900;
        background: #f4f4f4;
    }

    h3 {
        font-size: 0.9em;
        margin: 0.5em 0;
    }

    h3.item {
        margin: -10px 0 20px 0;
    }

    h4.title {
        font-size: 105%;
        margin: 1em 0 1em 0 !important;
    }

    h4.title table {
        margin: 0 auto;
        text-align: center;
    }

    h4.title02 {
        margin: 0.5em 0em 1em;
    }


    #bread {
        width: 92%;
        margin-top: 190px;
    }

    #osusume #taste {
        width: 100%;
    }

    .contents {
        font-size: 0.9em;
    }

    .b_banner {
        width: 100%;
        margin: -0.5em 0 0.5em;
    }

    .s_banner {
        width: 100%;
    }
	
    .div_title {
    font-size: 18px;
}

    .t_img,
    .t_img_label {
        width: 98%;
        text-align: center;
        margin: 0;
        border: 1px solid #dddddd;
        padding: 1%;
    }

    .t_ch {
        width: 250px;
        text-align: center;
        margin: 20px 0px 5px 0px;
    }

    .t_img2 {
        width: 250px;
        text-align: center;
    }

    .t_img2_2 {
        width: 200px;
        text-align: center;
    }

    .t_img3 {
        height: 250px;
        text-align: center;
    }

    .t_img4 {
        height: 250px;
        text-align: center;
    }

    .t_speck,
    .t_speck {
        width: 100%;
    }

    .t_price {
        padding-top: 30px!important;
    }

    .t_price div {
        text-align: center;
        margin-bottom: -20px;
    }

    .t_left {
        width: 100%;
        height: auto;
        padding: 10px 10px 10px 0;
    }
	
	.t_taste{padding: 0;}

    .btn2 {
        margin: 0 auto;
        width: 100%;
        padding-top: 30px;
        display: block;
    }

    .btn2 img {
        width: 60%;
        height: auto;
    }

    .button2 {
        width: 100%;
    }

    #osusume table {
        margin: 0 auto;
    }

    #osusume table,
    #osusume02 table {
        margin: 0 auto;
    }

    #osusume th,
    #osusume02 th {
		padding: 0;
        border-bottom: none;
        display: block;
        width: 100%;
    }

    #osusume td {
		box-sizing: border-box;
        border-bottom: none;
        display: block;
        /*width: 100%;*/
        text-align: center;
        margin: 0 auto 0.5em;
        padding: 0;
    }

    #osusume02 td {
        border-bottom: none;
        text-align: center;
        display: block;
        margin: 0 auto;
    }

    .osusume02_sp {
        display: none !important
    }

    .osusume_color_r,
    .osusume_color_r_s,
    .osusume_color_w,
    .osusume_color_w_s,
    .osusume_color_s,
    .osusume_color_ro,
    .osusume_color_ro_s,
    .osusume_color_o {
        width: 100%;
		height: 30px;
		
    }

    .osusume_color_r,
    .osusume_color_r_s,
    .osusume_color_w,
    .osusume_color_w_s,
    .osusume_color_ro,
    .osusume_color_ro_s,
    .osusume_color_o {
        text-align: center;
        margin-top: -1.5em;
        padding-bottom: 0.5em;
    }

    /*赤ワイン 泡*/
    .osusume_color_r_s span {
        font-weight: bold;
        color: #ffffff;
        background-color: #CC3333;
        border-radius: 100vh;
        /*padding: 0 0.4em 1.5em*/
        font-size: 0.8em;
    }

    /*白ワイン 泡*/
    .osusume_color_w_s span {
        font-weight: bold;
        color: #ffffff;
        background-color: #789e2d;
        border-radius: 100vh;
        /*padding: 0 0.4em 1.5em*/
        font-size: 0.8em;
    }

    /*ロゼワイン 泡*/
    .osusume_color_ro_s span {
        font-weight: bold;
        color: #ffffff;
        background-color: #d76481;
        border-radius: 100vh;
        /*padding: 0 0.4em 1.5em*/
        font-size: 0.8em;
    }
    .type .osusume_color_ro_s span {
        font-weight: bold;
        color: #ffffff;
        background-color: #d76481;
        border-radius: 100vh;
        padding: 0 10px;
		display: inline-block;
    }
	
	
    /*ロゼ*/
    .osusume_color_ro span {
        font-weight: bold;
        color: #ffffff;
        background-color: #d76481;
        border-radius: 100vh;
        /*padding: 0 0.4em 1.5em*/
        font-size: 0.8em;
    }
	
	 .type .osusume_color_ro span {
        font-weight: bold;
        color: #ffffff;
        background-color: #d76481;
        border-radius: 100vh;
        padding: 0 10px;
		display: inline-block;
    }
	
	 .type .osusume_color_o span {
        font-weight: bold;
        color: #ffffff;
        background-color: #FF7E00;
        border-radius: 100vh;
        padding: 0 10px;
		display: inline-block;
    }

    .osusume_name {
        text-align: center;
        padding-left: 0em
    }
	
	/* 20250820 追加 */

    .osusume_award {
		height: 30px;
    }	
	
    .category .osusume_award {
	height: auto;
    }
	
    .flex {
    display: flex!important;
    flex-direction: row;
    justify-content: center;
    gap: 5px;
    }
	
    .ezine {
        width: 92%;
        padding: 0;
        margin: 0 auto;
    }

    .ezine td {
        display: table-cell;
    }

    .ezine_item_main p {
        font-size: 1rem;
        margin: 0;
        padding: 0;
        font-family: 'Hiragino Mincho Pro';
        font-weight: bold;
    }

    .ezine_item_main_txt {
        font-size: 0.8rem;
        line-height: 1.5;
    }

    .ezine_item_second_spec {
        font-size: 0.8rem;
        line-height: 1.5;
        height: 200px;
        background: #eeeeee;
        margin: 0;
        padding: 10px;
    }

    ul.ezine_backnumber {
        font: 14px/0.5;
        list-style: none;
        padding: 0.5em 0.3em;
    }

    ul.ezine_backnumber li {
        position: relative;
        color: #555555;
        margin: 20px 0;
        padding-left: 30px;
        line-height: 30px;
        font-size: 15px;
        font-weight: bold;
        border-bottom: 1px dashed #bbbbb7;
    }

    ul.ezine_backnumber li span {
        position: absolute;
        left: 85%;
        bottom: 5%;
        font-size: 0.8em;
        color: #bbbbb7;
    }

    ul.ezine_backnumber li img {
        visibility: hidden;
    }

    .title_formula1_t {
        width: 100%;
    }

    .title_formula1_t img {
        width: 90%;
    }

    .item_link {
        width: 40%;
        padding: 10px 30%;
    }

    .contents_table,
    .contents_table td {
        border: 0;
    }

    .contents_table td {
        display: block;
        width: 100%;
    }

    .toggle_txt ul:first-child {
        margin-left: -45px;
    }

    ul.topic_list li h4 {
        font-weight: bold;
        font-size: 80%;
        line-height: 1.4;
        text-align: center;
        margin: 0.5em;
    }

    ul.topic_list li p {
        text-align: center;
        padding: 0;
        margin: -0.5em 0;
        font-size: 70%;
        color: #bbbbb7;
    }

    .foods_category ul {
        flex-wrap: wrap;
    }

    table.set_spec,
    tbody.set_spec,
    tr.set_spec,
    th.set_spec,
    td.set_spec {
        display: block;
    }

	.row {padding: 2em 0 0 0 !important;}
	
    .row .row_nav {
        display: flex;
        flex-direction: column;
        padding: 0;
        width: 100%;
    }
	
    .col .col_nav_t .col_nav {
        display: block;
        flex: 1 1 auto;
        margin-left: 0;
        max-width: 100%;
        width: 100%;
    }

	.col {margin-left: 0!important;}
	
    .col:nth-child(4) {
        margin-left: 0;
    }

    .col_spacer:first-child {
        margin-left: 0;
    }
	
	.row .col.span-4 {padding-bottom: 3em;}

    .btn_item_info a {
        display: inline-block;
        width: 10px;
        height: 10px;
        color: #ffffff;
        background-color: #660000;
        padding: 5px !important;
        margin: 5px;
        font-size: 7px;
        border-radius: 50%;
        line-height: 11px;
        text-align: center;
        vertical-align: middle;
        text-decoration: none;
    }

    .comment {
        width: auto;
    }

    .ranking_1 {
        margin-bottom: 0;
    }

    .ranking_2 dd:first-child,
    .ranking_3 dd:first-child,
    .ranking_4 dd:first-child,
    .ranking_5 dd:first-child {
        min-height: 150px;
        margin-top: 2em !important;
        align-content: flex-start;
    }

    .ranking_red #block01,
    .ranking_white #block01,
    .ranking_sparkling #block01,
    .ranking_ro #block01,
    .ranking_other #block01 {
        padding-bottom: 0 !important
    }

}

@media screen and (max-width: 480px) {

    h1 {
        font-size: 1.8em
    }

    .ezine_item_main p {
        font-size: 0.8rem;
        margin: 0;
        padding: 0;
        font-family: 'Hiragino Mincho Pro';
        font-weight: bold;
        line-height: 1.5;
    }

    .ezine_item_main_txt {
        font-size: 0.3rem;
        line-height: 1.5;
    }

    .ezine_item_main_contents p {
        font-size: 0.8rem;
        line-height: 1.5;
        border-spacing: 0;
        font-family: 'Hiragino Mincho Pro';
        text-align: left;
        padding: 0 5%;
    }

    .ezine_item_main_contents span {
        font-size: 1rem;
        font-weight: bold;
    }

    .ezine_item_main_spec p {
        padding-left: 14%;
        font-size: 0.8rem;
        line-height: 1.5;
    }

    .ezine_item_main_comment {
        font-size: 0.7rem;
        line-height: 1.5;
    }

    .ezine_item_second_contents {
        line-height: 1.3;
        font-size: 0.8rem;
        line-height: 1.5;
        color: #20b2aa;
        font-weight: bold;
        margin: 0;
        padding: 10px;
    }

    .ezine_item_second_spec {
        font-size: 0.75rem;
        line-height: 1.5;
        height: 200px;
        background: #eeeeee;
        margin: 0;
        padding: 10px;
    }

    ul.ezine_backnumber li span {
        position: absolute;
        left: 80%;
        bottom: 5%;
        font-size: 0.8em;
        color: #bbbbb7;
    }

    .foods_category li {
        width: calc((100% - 20px * 2) / 2);
        margin: 10px;
    }

    .column_circle img {
        float: none;
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .item_info p {
        height: 17em;
    }

    .item_name {
        font-size: 0.9em;
        padding: 0.5em 0 0 !important;
        height: auto !important;
    }

    .item_name span {
        font-size: 0.9em;
    }

    .under, .under_l, .under_m, .under_s, .under_ss {
		height: auto!important;
        min-height: auto;
    }

    .ranking_1::after {
        position: absolute;
        top: 20px;
        left: 25px;
    }

}

/* 個別用スタイル */
/* バルミュゼット */
.balmusette_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.t_producer.balmusette_t_producer {
    display: block;
    width: 55%;
    box-sizing: border-box;
}

.t_img.balmusette_t_img {
    display: block;
    margin-top: 5px;

}

.s_img {
    display: inline-block;
    width: calc(50% - 10px);
    padding-top: 20px;

}