@charset "UTF-8";

.serif{font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;}

.item_txt{
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
	}

#static_container {
    width:100%;
    background-color: #000000;/*←←←←←←←←←←←←←←←←←←←←ページ背景色←←←←←←←←←←←←←←←←←←←←*/
    background-attachment: fixed;
    background-image: 
    url(../images/wineset2025/set2025_bg.jpg),
    url(../images/wineset2025/set2025_bg.jpg);

  background-position:
    /* 1枚目の背景画像の表示位置 */
    left bottom,
    /* 2枚目の背景画像の表示位置 */
    right bottom;

  background-repeat:
    /* 1枚目の背景画像の設定 */
    repeat-x,
    /* 2枚目の背景画像の設定 */
    repeat-x;
    
  background-size:auto !important;
}

#static_container #main{
    width:1200px;
    background-color:#FFF;
    margin:auto;
    margin-top:112px;
}

#static_container #main h1.tokushu_title{
    display:none;
}

#static_container #main section .read{
    padding: 40px 50px;
}

#static_container #main section .read h3{
    color: #641137;
	font-size:2.5em;
    line-height:150%;
    border-bottom: 1px dashed #CCC;
    margin-bottom:10px;
}

#kv_area{width:100%;}

.read .main_title_box{
	/*display:flex;*/
}
.read .read_txtbox{
	display:flex;
    width:100%;
    margin:0 auto;
}

.read .read_txtbox p{
    font-size:14.5px;
    line-height:2em;
}

.read .read_txtbox p strong{
    color:#D30003;
    font-size:130%;
}

.read figure{
	width:250px;
	margin-right:30px;
}
.read figure img{
	width:100%;
}

.items{padding:10px 50px;}

.items h2 {
	font-size:2em;
	position: relative;
	border-bottom: 5px solid #ddd;
	padding: 10px 0 10px 30px;;
	background-color:#FFF;
	color:#333333;
	text-align:left;
	background-image:url("../images/ico_bottle.png");
	background-repeat:no-repeat;
	background-position:left;
	margin-bottom:20px;
}

.items h2:before {
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 20%;
	height: 5px;
	content: '';
	background: #9f0b56;/*←←←←←←←←←←←←←←←←←←←←見出し下線色←←←←←←←←←←←←←←←←←←←←*/
	}


.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 .item_box .item_ttl span{
    font-weight:bold;
    color:#FF0000;
}

.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 .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;
}

/*リード部分の画像にスリックスライダーを使った場合のソース*/
.slickwrap{width:450px;margin:0 auto;}
.slide-items img{width:450px;
	         height:auto;}
.slick-dots ul{
    margin:0 !important;
    padding:0 !important;}
.slick-dots li {
    margin:0 !important;
    padding:0 !important;
}
.slick-dots li button:before{font-size:15px!important;}
.slick-dots{bottom: -20px!important;}

.slick-arrow{
    z-index:2!important;
    width:60px!important;
    height:60px!important;
}
.slick-next{
    right:-10px!important;
}

.slick-prev{
    left:10px!important;
}



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

/*スマホで改行*/
.sma{display: none;}

/*=====================================↓↓↓ここからスマホ版設定↓↓↓========================================*/

@media only screen and (max-width: 850px) {
    
.item_txt{
  overflow: hidden;
  box-sizing: border-box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5; /* 任意の行数を指定 */}    
    
    
    
#static_container{
        width:100%;
    }
    
#static_container #main{
        width:100%;
    } 

#static_container #main .kv img{
        width:100% !important;
    }    
    
    
#static_container #main section .read{
    padding:20px;
}

#static_container #main section .read h3{
	font-size:1.8em;
	margin-bottom:0.5em;
}
    
.read .read_txtbox{
	flex-direction:column-reverse;
}
.read .read_txtbox{
    width:100%;
    flex-direction:column;
    }    
    
.read .read_txtbox p{
	font-size:14px;
    line-height:1.5em;
}

.read figure{
	width:90%;
	margin:10px auto ;
}
.read figure img{
	width:100%;
}	

.items{padding:10px 10px;}

.items h2 {
	font-size:2em;
	position: relative;
	border-bottom: 5px solid #ddd;
	padding: 10px 0 10px 20px;;
	background-color:#FFF;
	text-align:left;
	background-image:url("../images/ico_bottle.png");
	background-repeat:no-repeat;
	background-position:left;
	margin-bottom:20px;
}

.items h2:before {
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 20%;
	height: 5px;
	content: '';
	}


.items .item_box{
	width:90%;
}


.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 .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;
}
    
/*KVレスポンシブ*/    
.pc { display: none !important; }
.sp { display: block !important; width:100%;}

/*スマホで改行*/ 
.sma{display: block;}
}
