@charset "UTF-8";

#producer .top{
			margin-top: 112px;
		}
	._additional_text6{
		overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
	}
	
	
#producer .top_article {
		margin-top: -80px;
    	margin-bottom: 40px;
		padding-bottom:5%;
}
	
	.top_navigation .button a{
		padding: 20px 100px;
	}

	#continue {
		margin-bottom: -60px;
}
	#footermenu .no1 {
    background: none;
}

.main_title{
	padding: 40px 50px ;
}

.main_title h3 {
    color: #641137;
	font-size:3em;
}

.main_title h3+p{
	margin-top:1em;
}

hr{width:90%;
   margin:0 auto;}

	
 @media only screen and (max-width: 850px) {
		#producer .top{
			margin-top: 142px;
		}
		
		.top_article {
    	margin-top: -140px;
		margin-bottom: 0px;
}
      
    }
	
#container {
    background-color: #fbf7f4;/*←←←←←←←←←←←←←←←←←←←←ページ背景色←←←←←←←←←←←←←←←←←←←←*/
    background-attachment: fixed;
	background-image: 
    url(../images/recommend/unagi_bg2.png),
    url(../images/recommend/unagi_bg1.png);

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

  background-repeat:
    /* 1枚目の背景画像の設定 */
    repeat-y,
    /* 2枚目の背景画像の設定 */
    repeat-y;
}

#footermenu {
    background-color: #4a4a4a;
}

#footermenu .appeal{
    background-color: #4a4a4a;
}

.top .txt h3 {
    font-size: 2em;
    /*color: #a6aa2f;*/
}

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

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

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

.top strong{
    color:#000000;
}

._additional_text6 strong {
    font-size: 1.2em;
    color: #977f43;
    font-weight: bold;
}

.top_article .txt {
    margin: 50px 80px 0;
    text-align: left;
}

.top_navigation {
    display: flex;
    justify-content: center;
    position: sticky;
    top: 110px;
    z-index: 2;
    background:#1a477e;/*←←←←←←←←←←←←←←←←←←←←メニュー背景色←←←←←←←←←←←←←←←←←←←←*/
}

.top_navigation .button a {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    background: #1a477e;/*←←←←←←←←←←←←←←←←←←←←メニューボタン背景色←←←←←←←←←←←←←←←←←←←←*/
	transition : .3s;
}

.top_navigation .button a:hover{
    background: #0075a6;/*←←←←←←←←←←←←←←←←←←←←メニューボタンロールオーバー背景色←←←←←←←←←←←←←←←←←←←←*/
	transition : .3s;
}

.vw_navigation .button {
    padding-right: 10px;
}

.vw_navigation img {
    width: 100%;
    max-width: 130px;
}

.txt_box {
    padding: 0px;
	padding-bottom: 20px;
}

.txt_box.section_it {
    box-sizing: border-box;
    padding: 20px;
    text-align: left;
}

.txt_box.section_it img {
    width: 240px;
}

.txt_box.section_it p {
    font-size: 14px;
}

#main #continue section p {
    margin-top: 0px;
}

#main #continue h2 {
    font-size: 20px;
    margin-bottom: 0px;
}

.searchRight #sr_body ._searchresults ._items ._item ._wrap ._layoutgroup1_1 ._layoutgroup1_1_1 {
    width: 100%;
    flex-direction: column;
}

.searchRight #sr_body ._searchresults ._items ._item ._wrap ._layoutgroup1_1 ._layoutgroup1_1_1 {
    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 {
    height: 15px;
    width: 23px;
    margin-right: 5px;
}

.searchRight #sr_body ._searchresults ._items ._item ._wrap ._layoutgroup1_1 ._layoutgroup1_1_1 {
    height: auto;
}

._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: #993300;
}

._additional_text6 {
    padding-top: 7px;
}

._additional_text7 {
    display: none;
}

.searchRight #sr_body ._searchresults ._items ._item ._wrap ._layoutgroup1_1 ._image a {
    width: 220px;
    height: 220px;
    padding: 2px;
}

.img img {
    width: 300px;
}

/*--------------辻本追加ここから-------------*/

.main_title .main_title_box{
	/*display:flex;*/
}
.main_title .main_title_box .main_txtbox{
	
}

.main_title .main_title_box figure{
	width:40%;
	margin-left:30px;
}
.main_title .main_title_box 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: #990400;/*←←←←←←←←←←←←←←←←←←←←見出し下線色←←←←←←←←←←←←←←←←←←←←*/
	}


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

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

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

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

.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_txt{font-size:16px;}

.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:15px;
    margin-bottom:15px;
	justify-content: flex-end;
}

.item_price p.fs{font-size:16px;
	background-color:#dd0000;/*←←←←←←←←←←←←←←←←←←←←送料無料アイコン背景色←←←←←←←←←←←←←←←←←←←←*/
    color:#FFF;
    font-weight:bold;
    padding:0.6em 0.3em;
}

.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:2px solid #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;
}


a.btn_10 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 300px;
	margin: auto;
	padding: 1rem 4rem;
	font-size:24px;
	font-weight: bold;
	background-image: linear-gradient(to bottom, #ffcc00 0%, #ff5400 100%);
	border-radius: 100vh;
	color: #fff;
	border: 2px solid #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	transition: 0.5s;
}
a.btn_10:hover {
	color: #fff;
	background-image: linear-gradient(to top, #ffcc00 0%, #ff5400 100%);
}

/*--------------辻本追加ここまで-------------*/

.is-fixed {
    position: fixed;
    top: 50px;
    width: 1200px;
    z-index: 100;
}

#main #continue.search_result .insert_contents h2 {
    color: #ead691;
    background-color: #bf342c;
}

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

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

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

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



.tokushu_txt {
    /* display: grid;
    grid-template-columns:1fr 3.5fr;
    grid-column-gap: 25px; */
    padding-bottom: 100px;
}

.tokushu_txt img {
    max-width: 200px;
    width: 100%;
}

.tokushu_txt p strong{
	color:#353535;
}

.searchRight #sr_body ._searchresults ._items ._item{
    border-top:solid 1px #e4dfd3;
}

._layoutgroup1{
    border-right:solid 1px #e4dfd3;
}
.searchRight #sr_body ._searchresults ._items ._item ._wrap ._layoutgroup1_1 ._image a{
    border-color:#ddd8cd;
}

#producer .cham_promo{
    padding:20px 0;
    background-color:#977f43;
    color: #fffcf5;
}

#producer .cham_promo a{
    text-decoration:underline;
    color: #fffcf5;
}

#column_body{
    border-top:unset;
}

@media only screen and (max-width: 850px) {
    ._layoutgroup1{
        border-right:unset;
    }
    #producer .cham_promo{
        font-size:14px
    }
    h1.tokushu_title {
    font-size: 0.7em;
    }
	
	.main_title{
		padding:20px;
	}
	.main_title h3{
	font-size:2em;
	margin:0;
	}
	
    .top p {
    font-size: 13px;
    }
    .top .txt h3 {
    font-size: 1.7em;
    }
    .items h2 {
    font-size: 18px;
    }
	
	
/*--------------辻本追加ここから-------------*/

.main_title .main_title_box{
	flex-direction:column-reverse;
}
.main_title .main_title_box .main_txtbox p{
	font-size:14px;

}

.main_title .main_title_box figure{
	width:90%;
	margin:10px auto ;
}
.main_title .main_title_box 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 li.item_box{
	width:90%;
}
    
 .items ul {
	display:flex;
	flex-wrap: wrap;
	align-items: center;
}

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

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

.items ul li:last-child{
	border-bottom:none;
}
    
.items .item_conts .item_ttl{
	line-height:150%;
	margin-bottom:0.5em;
	padding-bottom:0.5em;
	font-size:1.5em;
	border-bottom:1px dashed #CCC;
}

.items .item_conts .item_ttl a{
}

.items .item_conts .item_ttl a:hover{
	color:#ff9933;
}
	
.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{
	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:1em 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:100%;
  height:45px;
  margin:0.3em;
  line-height:45px;
  background:#FFF;
  color:#ff6633;
  border-radius:30px;
  text-decoration:none;
  text-align:center;
  border:1px solid #ff6633;
  transition : .1s
}

.item_box a.btn_cart2{
  display:block;
  width:100%;
  height:45px;
  margin:0.3em;
  line-height:45px;
  color:#FFF;
  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;
}
	
a.btn_10 {
width:90%;
padding: 0.5rem 0.5rem;
margin:0 auto;
}
a.btn_10:hover {
}
	
/*--------------辻本追加ここまで-------------*/
	
	
    .img.f_left {
    float: none;
    margin: 0;
    text-align: center;
    margin-bottom: 20px;
    }
    .img img {
    max-width: 300px;
    width: 100%;
    }
    .top_article .txt {
    padding: 20px 20px 10px;
    margin: 0;
    }
	
	.tokushu_txt {
    /* display: grid;
    grid-template-columns:1fr 3.5fr;
    grid-column-gap: 25px; */
    padding-bottom: 0;
}
    .mo_navigation {
    display: flex;
    justify-content: center;
    position: sticky;
    padding: 10px;
    top: 70px;
    z-index: 2;
    }
    .mo_navigation .button {
        padding:0;
    }
    
.slickwrap{width:95%;
          margin:0 auto;
          text-align:center;
    padding-right:10px;
}
.slide-items img{width:100%;
	             height:auto;
}    
    
	
    #main #continue.search_result .insert_contents h2 {
    font-size: 18px;
    }
    ._layoutgroup1 {
    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;
    }
    .top_navigation {
    padding:0;
    justify-content: space-between;
    }
    .top_navigation .button {
    width: 100%;
    }
    .top_navigation .button a {
    text-align: center;
    width: auto;
    padding: 15px 0;
    font-size: 12px
    }
    .anker {
    padding-top: 99px;
    margin-top: -99px;
    }
    .gift_img {
    grid-template-columns: 1fr 1fr 1fr;
    }
    #main #continue section p {
    font-size: 13.5px;
    }
    .gift_img div {
    font-size: 11px;
    }
    .top_navigation .button {
    border-left: 1px solid #FFFFFF;
    }
    .top_navigation .button:first-child {
    border-left: none;
    }
    .top_navigation .button:last-child {
    border-right: none;
    }
    .tokushu_txt {
    display: block;
    }
    .tokushu_txt img {
    max-width: 200px;
    width: 100%;
    text-align: center;
    margin: auto;
    display: block;
    margin-bottom: 10px;
    }
}

/*KVレスポンシブ*/
@media only screen and (min-width: 851px) {
.pc { display: block !important; }
.sp { display: none !important; }
}

/*KVレスポンシブ*/
@media only screen and (max-width: 850px) {
    .pc { display: none !important; }
    .sp { display: block !important;
          width:100%;}
}

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