@charset "UTF-8";
*{box-sizing:border-box}
.serif{font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;}

#container {
    background-color: #ede9e8;/*⇐⇐⇐⇐⇐⇐⇐⇐⇐⇐⇐⇐⇐⇐⇐⇐⇐⇐ページ背景色⇐⇐⇐⇐⇐⇐⇐⇐⇐⇐⇐⇐⇐⇐⇐⇐⇐⇐*/
    background-attachment: fixed;
}

/*----▼ナビゲーション▼----*/
.top_navigation {
    display: flex;
    justify-content: center;
    position: sticky;
    top: 110px;
    z-index: 2;
    background:#abac2d;
}

.top_navigation .button a {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    background: #abac2d;
    padding: 20px 100px;
}

.top_navigation .button {
    border-left: 1px solid #ffffff;
}

.top_navigation .button:last-child {
    border-right: 1px solid #ffffff;
}

.anker {
    padding-top: 113px;
    margin-top: -113px;
}

/*----▼リード▼----*/

.lead{
	text-align: left;
	padding: 60px 60px;
}

.lead strong{
    color:#000000;
}

.lead strong.under{
    color:#977f43;
    font-weight: bold;
}

.lead h3 {
    color: #000000;/*⇐⇐⇐⇐⇐⇐⇐⇐⇐⇐⇐⇐⇐⇐⇐⇐⇐⇐タイトル文字色⇐⇐⇐⇐⇐⇐⇐⇐⇐⇐⇐⇐⇐⇐⇐⇐⇐⇐*/
	font-size:2em;
	border-bottom:dashed 1px #CCC;
}

.lead .text_area,
.lead .text_area3{
    display:flex;
    justify-content: space-between;
    margin:15px 0;
}

.lead .text_area1{
    display:flex;
    justify-content: center;
    margin-top:20px;
}

.lead .text_area_toku{
    display:flex;
    justify-content: center;
    margin-top:20px;
}



.lead .text_area p {
    line-height: 1.8em;
    font-size: 14.5px;
    padding-bottom: 16px;
}

.lead .text_area p a{
    color:#333;
    text-decoration:underline;
}

.lead .text_area p strong{
    color:#B32A61;
}



.lead .text_area figure{
    margin:1.5em;
}

.lead .text_area figure img{
    
}

.lead .text_area3 figure img{
    width:350px;
}

.lead .wait_area{
    text-align:center;
}

.lead .wait_area img{width:800px;
    margin-top:50px;}


.lead h4{
    font-size:2em;
    margin-top:50px;
	border-bottom:dashed 1px #CCC;
}

.free_shipping .text_area{
    margin-top:10px;
}

.free_shipping .text_area figure img{
    width:500px;
}





.items{padding:10px 50px;}


.items .item_box{
}

.items .item_box figure{
	margin-right:20px;
	width:300px;
	text-align:center;
}

.items .item_box figure img{
	max-height:300px;
	width:auto;
}

.items .item_box .item_ttl{
	font-size:20px;
	line-height:150%;
	margin-bottom:0.5em;
	padding-bottom:0.5em;

	border-bottom:1px dashed #CCC;
}

.items .item_box .item_ttl a{
	color:#7a2459;/*←←←←←←←←←←←←←←←←←←←←商品名文字色←←←←←←←←←←←←←←←←←←←←*/
	font-weight:bold;
}

.items .item_box .item_ttl a:hover{
	color:#c94700;/*←←←←←←←←←←←←←←←←←←←←商品名ロールオーバー文字色←←←←←←←←←←←←←←←←←←←←*/
}

.items ul {
}

.items ul li{
	display:flex;
	width:100%;
	margin:0 auto 30px auto;
	padding-bottom:20px;
	border-bottom:1px solid #CCC;
}

.items ul li:last-child{
	border-bottom:none;
}

.items ul li img{width:330px;}

.item_box .item_conts{width:100%;}

.item_box .cart_bt{
	display:flex;
	justify-content: flex-end;
	margin-top: auto;
    font-size:16px;}

.item_price{
	display:flex;
	align-items: center;
	line-height:100%;
	margin-top:30px;
    margin-bottom:20px;
	justify-content: flex-end;
}
.item_price p{padding:0;}
.item_price p.fs{font-size:16px;
	background-color:#dd0000;/*←←←←←←←←←←←←←←←←←←←←送料無料アイコン背景色←←←←←←←←←←←←←←←←←←←←*/
                 display:inline-block;
                 color:#FFF;
                 font-weight:bold;
                 padding:0.6em 0.5em;}

.item_price p.fs:nth-child(n+2){
    margin-left:10px;
}


.item_price p.price{font-size:24px !important;
                font-weight:bold;
                margin-left:10px;}
.item_price p.price span{font-size:0.6em;}

.item_box a.btn_cart1{
  display:block;
  width:200px;
  height:45px;
  margin:0.5em;
  line-height:45px;
  background:#FFF;
  color:#000000;/*←←←←←←←←←←←←←←←←←←←←詳細を見るボタン文字色←←←←←←←←←←←←←←←←←←←←*/
  font-weight:bold;
  border-radius:30px;
  text-decoration:none;
  text-align:center;
  border-width:1px;
  border-style:solid;
  border-color: #EFB500;/*←←←←←←←←←←←←←←←←←←←←詳細を見るボタン線色←←←←←←←←←←←←←←←←←←←←*/
  transition : .1s
}

.item_box a.btn_cart2{
  display:block;
  width:200px;
  height:45px;
  margin:0.5em;
  line-height:45px;
  background:#edb500;/*←←←←←←←←←←←←←←←←←←←←カートに入れるボタン背景色←←←←←←←←←←←←←←←←←←←←*/
  color:#000;
  font-weight:bold;
  border-radius:30px;
  text-decoration:none;
  text-align:center;
  transition : .1s
}

.item_box a.btn_cart1:hover{
	opacity: 0.7;
	transition : .1s;
}

.item_box a.btn_cart2:hover{
	opacity: 0.7;
	transition : .1s;
}

.item_box a.sold{
      color:#FFF;
      background:#000000;
}
.item_box a.sold:hover{
    	opacity: 1;
}

.item_box .item_conts .item_txt{
    font-size:15px;
    line-height:180%;
}

.item_box .item_conts .item_txt a{
    color:#e76d00;
    font-weight:bold;
}
.item_box .item_conts .item_txt a:hover{
    text-decoration: none;
    color:#c61065;
}

.item_box .item_conts .item_txt p strong{
    color:#bd0748;
}


/*----▼popfind▼----*/

.searchRight #sr_body ._searchresults ._items ._item ._wrap ._layoutgroup1_1 ._layoutgroup1_1_1 {/*国旗・国名エリア*/
    width: 100%;
    height: auto;
    flex-direction: column;
    padding-left: 7px;
}

._layoutgroup1_1_1_1_1 {/*国名*/
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}

._layoutgroup1_1_1_1 ._title {/*商品名*/
    font-size: 1.1em;
}

._layoutgroup1_1_1_1_1 ._icon img {/*国旗*/
    height: 15px;
    width: 23px;
    margin-right: 5px;
}

._layoutgroup1 ._summary {
    display: none;
}

._layoutgroup1 {/*商品画像エリア＆国名～商品テキストエリア*/
    width: 83%;
}

/*
._layoutgroup2_1 ._title a:before {
    background: #edb500;
    border: 1px solid #d8a424;
    color: #222;
    font-size:14px;
}

._layoutgroup2_1 ._title a:hover {
    text-decoration:none;
}
*/

._additional_text5 {/*送料無料*/
    background: #cc0000;
    display: inline-block;
    height: 22px;
    padding: 3px 5px 0;
    margin-right: 5px;
    line-height: 1;
    color: #FFF;
    
}

._additional_text6{
    padding-top: 7px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
	}

._additional_text6 strong {
    font-size: 1.2em;
    color: #a40919;/*⇐⇐⇐⇐⇐⇐⇐⇐⇐⇐⇐⇐⇐⇐⇐⇐⇐⇐商品情報太字色⇐⇐⇐⇐⇐⇐⇐⇐⇐⇐⇐⇐⇐⇐⇐⇐⇐⇐*/
    font-weight: bold;
}

._additional_text7 {
    display: none;
}

.searchRight #sr_body ._searchresults ._items ._item ._wrap ._layoutgroup1_1 ._image a {/*商品画像*/
    width: 220px;
    height: 220px;
    padding: 2px;
    border-color:#ddd8cd;
}

._layoutgroup1_1_1_1_1_2_1 ._text {/*ワインの種類*/
    font-size: 0.95em;
    color: #555;
    margin-right: 7px;
    display: inline;
}

._layoutgroup1_1_1_1_1_2_1 ._additional_text1 {/*品種*/
    display: inline;
}

.searchRight #sr_body ._searchresults ._items ._item ._wrap ._layoutgroup2_1 ._layoutgroup2_1_1 {/*価格*/
    display: block;
}

.searchRight #sr_body ._searchresults ._items ._item{
    border-top:solid 1px #FFF;/*商品と商品の間の罫線*/
}

._layoutgroup1{
    border-right:solid 1px #e4dfd3;/*商品テキストと価格部分の縦線*/
}

._display_text1 .btn_wrapper .btn,
._display_text1 .btn_wrapper .cart,
._display_text1 .btn_wrapper .detail,
._display_text1 .btn_wrapper .soldout{
      width:125px !important;
      padding:0.6em 0 !important;
}

._display_text1 .btn_wrapper .btn a{
      padding:0 !important;
    }

/*----▼フッターメニュー▼----*/
#footermenu {
    background-color: #f5f5f5;
}

#footermenu .appeal{
    background-color: #f5f5f5;
}

#footermenu .no1 {
    background: none;
}


/*KVレスポンシブ*/
.pc { display: block !important; }
.sp { display: none !important; }

/*スマホのみ改行*/
.brsp{display: none;}


/*==============================以下スマホ==============================*/

@media only screen and (max-width: 850px) {
    
    .kv{}
    .kv img{width:100%;}

    .lead{width:100%;
      padding:5%;}  
    
    .lead h3{font-size:1.5em;}
    
    .lead .text_area{
        flex-direction: column;
    }
    
.lead .text_area,
.lead .text_area3{
    margin:0;
}

.lead .text_area1{
    margin-top:0;
}

.lead .text_area_toku{
    margin-top:0;
} 
    
    .lead .text_area figure,
    .lead .text_area1 figure,
    .lead .text_area_toku figure,
    .lead .text_area3 figure{
    margin:0 0 10px 0;
    }
    
    .lead .text_area3{
    flex-direction:column;
}

    .lead .text_area figure img,
    .lead .text_area1 figure img,
    .lead .text_area_toku figure img,
    .lead .text_area3 figure img{
    width:100%;
    }
    
    .lead .wait_area img{width:100%;
    margin-top:0;}    
    
    .free_shipping h4{
         white-space: nowrap;
        font-size:5vw;
    }

    
.items {padding:0;}

.items .item_box{
	width:100%;
    margin:0 auto;
}

.items .item_box figure{
	margin:0 auto 10px auto;
}
.items ul li img{width:100%}

.items .item_box .item_ttl{
	line-height:150%;
	margin-bottom:0.5em;
	padding-bottom:0.5em;
	font-size:1.3em;
	border-bottom:1px dashed #CCC;
}

.items .item_box .item_ttl a{
}

.items .item_box .item_ttl a:hover{
	color:#ff9933;
}

.items ul {
	display:flex;
	flex-wrap: wrap;
	align-items: center;
}

.items ul li{
	list-style: none;
	margin:0 auto 40px auto;
	flex-direction: column;
}

.items ul li:last-child{
	border-bottom:none;
}



.item_box .item_conts{}
	
.item_box .item_conts .item_txt{
  /*overflow: hidden;*/
  /*box-sizing: border-box;*/
  /*height:7.5em;
  display: -webkit-box;
  -webkit-box-orient: vertical;*/
  -webkit-line-clamp: 10; /* 任意の行数を指定 */}


.item_box .cart_bt{flex-direction: column;}
    
    
.item_price{justify-content: center;white-space: nowrap;}
.item_price p.fs{font-size:12px;white-space: nowrap;}
.item_price p+p{margin-left:5px;}

.item_box a.btn_cart1{
  display:block;
  width:100%;
  height:45px;
  margin:0.3em;
  line-height:45px;
  border-radius:30px;
  text-decoration:none;
  text-align:center;
  border-width:1px;
  transition : .1s
}

.item_box a.btn_cart2{
  display:block;
  width:100%;
  height:45px;
  margin:0.3em;
  line-height:45px;
  border-radius:30px;
  text-decoration:none;
  text-align:center;
  transition : .1s
}

.item_box a.btn_cart1:hover{
	opacity: 0.7;
	transition : .1s;
}

.item_box a.btn_cart2:hover{
	opacity: 0.7;
	transition : .1s;
} 
    
    
    
    
    
   
    
    
    
/*----▼popfind▼----*/
    ._layoutgroup1 {
    border-right:unset;
    width: 100%;
    padding: 0;
    }
    ._layoutgroup1_1 {
    display: flex;
    flex-direction: column;
    }
    .searchRight #sr_body ._searchresults ._items ._item ._wrap ._layoutgroup1_1 ._image {
    width: 240px;
    height: 240px;
    margin: auto;
    }
    .searchRight #sr_body ._searchresults ._items ._item ._wrap ._layoutgroup1_1 ._image a {
    margin: 0 auto;
    }
    .searchRight #sr_body ._searchresults ._items ._item ._wrap ._layoutgroup1_1 ._layoutgroup1_1_1 {
    padding: 0px;
    margin: 0;
    width: 100%;
    }
    .searchRight #sr_body ._searchresults ._items ._item ._wrap ._layoutgroup1_1 ._layoutgroup1_1_1_1 {
    width: 100%;
    margin: 0;
    }
    .searchRight #sr_body ._searchresults ._items ._item ._wrap ._layoutgroup1_1 ._image::before {
    height: auto;
    width: auto;
    margin: 0!important;
    z-index: 1;
    left: 15px;
    top: 5px;
    }
    .searchRight #sr_body ._searchresults ._items ._item ._wrap ._layoutgroup2_1 ._layoutgroup2_1_1 {
    display: flex;
    }
    
    ._display_text1 .btn_wrapper .btn,
    ._display_text1 .btn_wrapper .cart,
    ._display_text1 .btn_wrapper .detail,
    ._display_text1 .btn_wrapper .soldout
    {
      width:70% !important;
      padding:1em 0 !important;
    }
    
    ._display_text1 .btn_wrapper .btn a{
      padding:0 !important;
    }
    
/*----▼ナビゲーション▼----*/
    .top_navigation {
    padding:0;
    justify-content: space-between;
    }
    .top_navigation .button {
    width: 100%;
    border-left: 1px solid #FFFFFF;
    }
    .top_navigation .button a {
    text-align: center;
    width: auto;
    padding: 15px 0;
    font-size: 12px
    }
    .top_navigation .button:first-child {
    border-left: none;
    }
    .top_navigation .button:last-child {
    border-right: none;
    } 
    
    .anker {
    padding-top: 99px;
    margin-top: -99px;
    }

/*KVレスポンシブ*/
    .pc { display: none !important; }
    .sp { display: block !important;
          width:100%;}
    
/*スマホのみ改行*/
    .brsp{display: block;}
    
}
