<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.t-text-title {
  color: #5A0D12;
  font-size: 120%;
  font-weight: bold;
}

.bottom-img-wrapper {
  margin: 0px auto 10px;
}

.bottom-img-wrapper&gt;img {
  width: 100%;
  height: 100%;
}

/* PC画面用（ウィンドウ幅が769px以上の場合に適用） */

@media print,screen and (min-width: 769px) {
	
	
  .top_img {
    width: 940px;
    height: auto;
	margin-top:-10px;  
  }	
	
	
	
/* ナビボタン */	
.navi_area {
	width: 940px;
	display: flex;
	justify-content: center;
  }
		
.navi_area ul{
	display: flex;
	align-items: center;
	padding-top: 1.5%;
}	
	

.navi_area li{
	width: auto;
	margin: 5px 7px;
}	
	
.navi_btn a {	
    position: relative;
    display: block;
    justify-content: space-around;
    align-items: center;	
	background:#fff;
	width: auto;	
	border: solid #ce3e00 1px;
    border-radius: 5px;
    color: #ce3e00;
    transition: 0.3s ease-in-out;
    font-weight: 800;	
    font-size: 12px;
    text-decoration: none;	
    padding: 10px 15px;		
}
	
.navi_btn a:hover {
	background: #ce3e00;
    color:#fff;
}

.navi_btn a:hover:after {
    color:#008080;
}		

.navi_btn span{
  font-size: 13px;
  padding-left: 5px;	
}		
/* ナビボタン */		
	
	
	
.winter h2 {
  font-weight: 700;
  font-size: 13px;	
  color:#5f1527;	
  text-align: center;	
  }	
	

	
.winter h3 {
  padding: 0.5em;/*文字周りの余白*/
  color: #8b4513;/*文字色603813*/
  font-size: 150%;	
  background:#ffefd5;/*背景色*/
  border-left: solid 20px #f4a460;/*左線（実線 太さ 色）*/
  margin-top: 30px;
  text-align: left;	
  }	
		
.winter h4 {
	background:url(/novelty-winter/images/winter_h4.gif) no-repeat;
	margin:10px 0px 0px 0px;
	padding:20px 0px 0px 0px;
	width:940px;
	height:60px; 
	color: #4b5eb0;
	font-size:22px;
	text-align: center;
}
	

 .top_text {
	text-align: center;
	margin:5px 0px 10px 0px; 
	line-height: 1.7em; 
	 
  }	
	
 .top_text p {
	color:red;
	width: 90%;
	text-align: center;
	margin: auto;
	margin-top:5px;	
	margin-bottom: 10px; 
  }		
		
	
	
 .t_text {
	width: 900px;  
    margin: 5px 30px 0px 25px;
    padding: 5px 5px 0px 5px;
    line-height: 1.8em;
  }
	
 .t_text2 {
	width: 900px;  
    margin: 10px 30px 10px 25px;
    padding: 5px 5px 0px 5px;
    line-height: 1.8em;
  }	
	

/* 商品テーブル(横4つ) */				
 .item_table {
    /* 残*/
    margin: 0px auto;
    width: 910px;
	margin-top: -7px; 
  }

  /* 残*/
  .item_table td {
    /* 残*/
    padding: 5px;
    margin: 0px 5px;
    border: #efefef solid 1px;
    vertical-align: top;
  }		

  .item_table_press&gt;a&gt;img {
    width: 100%;
    height: auto;
    margin: 0 auto 5px auto;
    padding: 0;
  }			
		
	
	/* 商品6個配置テーブル */			
  .item_table_mini {
    /* 残*/
    margin: 3px auto;
	margin-top: -7px;  
    width: 910px;
  }
  .item_table_mini tr {
    margin-left: 20px;
  }

  .item_table_mini td {
    padding:5px;
    margin: 0px 5px;
    border: #efefef solid 1px;
  }
  .item_table_mini_td  {
    width: 15%;
	vertical-align:top;  
  }
	
  .item_table_mini_td&gt;a&gt;img {
    width: 100%;
    height: auto;
    margin: 0 auto 5px auto;
    padding: 0;
  }	

/* 商品横2個配置テーブル */		
 	
 .item_table_big {
    /* 残*/
    margin: 3px auto;
	margin-top: 3px;  
    width: 910px;
  }
  .item_table_big tr {
    margin-left: 20px;
  }
  /* 残*/
  .item_table_big td {
    /* 残*/
    padding: 5px;
    margin: 0px 5px;
    border: #efefef solid 1px;
    width: 380px;
    vertical-align: top;
  }
  .item_table_press_big {
    width: 15%;
  }	
	
	
.item_table_press_big_price_r {
	color:#F00;
	font-weight:bold;
}

.item_table_press_big_price_r span {
	font-weight:normal;
	font-size:10px;
}
	
.item_table_press_big_price_k {
	color:#000;
	font-weight:bold;
}

.item_table_press_big_price_k span {
	font-weight:normal;
	font-size:10px;
}
	
	
  .btn_line {
    border: #CCC solid 1px;
  }
  /* その他 */
  .icon {
    margin: 50px 10px;
    padding: 10px;
    border: #CCC solid 1px;
  }
  .sale_price {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    color: red;
    font-weight: bold;
    text-align: left;
    font-size: 12px!important;
    padding-top: 10px;
  }
  .sale_price span {
    letter-spacing: normal;
    box-sizing: border-box;
    vertical-align: bottom;
  }
  .sale_price span.special_price_text, .price_Heading span {
    font-size: 12px;
  }
  .price_Heading span {
    padding: 0 3px;
    box-sizing: border-box;
  }
  .price_Heading {
    font-size: 2em;
    letter-spacing: -2px;
    padding-right: 0px;
  }
  .tax_text {
    font-size: 10px!important;
    font-weight: normal;
    padding: 0!important;
  }
  .img_link&gt;img {
    width: auto;
  }
  .item_table_press&gt;a&gt;img {
    width: 100%;
    height: auto;
    margin: 0 auto 5px auto;
    padding: 0;
  }
  .item_table_press_mini&gt;a&gt;img {
    width: 100%;
    height: auto;
    margin: 0 auto 5px auto;
    padding: 0;
  }
  /* .item_table_press_mini &gt; a &gt; div,
.item_table_press &gt; a &gt; div{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 0 5px 0 ;
} */
  /* .item_table_press_mini &gt; a &gt; div &gt;img ,
.item_table_press &gt; a &gt; div &gt; img {
	display: block;
	width: auto;
	max-height: 14px;
	margin-right: 2px;
} */
  .name_campaign {
    text-align: center;
    margin: 20px 0px 0px 0px;
  }
  .item_campaign {
    text-align: center;
    margin: 10px 0px 30px 0px;
  }
	
 .header_banner  {
    text-align: center; 
    display: flex;
    justify-content: center;	 
  }	
	
 .header_banner img  {
    width:210px;
	margin-top:2em;  
	padding-right:0.5em;  
  }		
	
  .other_btn {
    text-align: center;
    margin: 10px 45px 30px 45px;
    display: flex;
    justify-content: center;
  }
  .other_btn&gt;a&gt;img {
    width: 740px;
    height: 50px;
  }
  .icon-s {
    padding: 2px 2px 0px 0px;
  }
  .info {
    font-weight: bold;
    background-color: #FFEEEE;
    padding: 10px;
    margin: 20px;
    text-align: center;
    font-size: 14px;
    color: red;
  }
  .t-topics {
    margin: 15px 30px 30px 30px;
    text-align: left;
    padding: 10px;
    line-height: 1.8em;
    color: #630;
    background-image: url(/images/text_bg.gif);
  }
  .t-topics p {
    margin: 5px 5px 5px 20px;
  }
  .details_btn {
    text-align: center;
    margin: 70px auto 0 auto;
  }
  .details_btn&gt;p {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
  }
  .details_btn&gt;a&gt;img {
    width: 500px;
    height: 50px;
  }
  .contact_box {
    text-align: center;
    margin-top: 100px;
  }
  .contact_box&gt;img {
    width: 890px;
    height: 320px;
    border: 0;
  }
	
/* バナー横並び */
.recommend {
	width: 100%;
	text-align: center;
  }
	
.recommend p{
	font-size: 1.1em;
	font-weight: bold;
  }

.recommend_banner {
	width: 95%;
	display: flex;
	justify-content: center;
	list-style: none;
	margin: 0 auto;
}
	
.recommend_banner li{
	padding: 1%;
}
	
.recommend_banner img{
	width: 210px;
	height: 95px;
}	
	
	
	
}

/* SP画面用（ウィンドウ幅が768px以下の場合に適用） */

@media screen and (max-width: 768px) {
	
	
.winter h2 {
  font-weight: 700;
  font-size: 0.9em;	
  color:#5f1527;
  text-align: center;
  margin-bottom:2%;	
  }	
	
	
	
  .top_img {
    width: 100%;
    height: auto;
    margin: 0% 0 15px 0;
  }
		
	
	
/* ヘッダーナビボタンここから */	
.navi_area{
	width: 90%;
	margin: 0 auto;
	margin-top: 1%;
	
}
		
.navi_area ul{
  display:flex;
  flex-wrap: wrap;	
  list-style: none;
  padding-left: 0;
  text-align:center;
}	
	
.navi_area li{
	width:47%;
	padding: 1% 1% 1% 1.5%;
	
}
	
.navi_btn a{
	display: block;
	padding: 9% 2%;	
	text-decoration: none;
	font-size: 0.8em;
	font-weight: bold;
	color: #ce3e00;
	border-radius: 5px;
	border: solid 1px #ce3e00;
	background: white;
}

	
.navi_btn a:hover {
	background: #ce3e00;
    color:#fff;
}

.navi_btn a:hover:after {
    color:#008080;
}		
	
	
	
	

	
.winter h3 {
  padding: 0.6em 0.6em 0.4em 0.6em;/*文字周りの余白*/
  color: #822e18;/*文字色603813*/
  font-size: 130%;	
  background: #f6e5d9;/*背景色*/
  border-left: solid 15px #b86868;/*左線（実線 太さ 色）*/	
  margin-top: 5%;
  margin-bottom: 2%;
  text-align: left;	
  }	
	

.winter h4 {
    border: none;
    font-weight: bold;
    background: #E6EBFA;
    color: #333333;
    font-size: 12px;
    padding: 3% 3%;
	margin-bottom: 3%;
	margin-top: 5%;
	text-align: center;
  }	

.top-text-link-list {
    margin-top: 2%;
    width: 95%;
    font-size: 100%;
  }	

  .top_text  {	
   width: 95%;
   line-height: 1.5em;  
   margin: auto; 
   text-align: center;  
　　box-sizing: border-box;	
    line-height: 1.7em;
    font-size: 3vw;	  
  }	
		
 .top_text p {
	color:red;
	width: 90%;
	text-align: center;
	margin: auto;
	margin-top: 3%;		 	 
  }
	
 .item_text {
    line-height: 1.7em;
    font-size: 3vw;
  }		
	
	
	
 .t_text {
    width: 90%; 
    margin: 1% auto !important;
	margin-top:-1%;   
    padding: 5px;
    line-height: 1.7em;
    font-size: 3vw;
  }	
	
 .t_text2 {
    width: 90%; 
    margin: 1% auto !important;
	margin-top:-1%;   
    padding: 5px;
    line-height: 1.5em;
    font-size: 3vw;
  }		
	

.nav_btn_area {
	width: 100%;
	padding: 0 1%;
	margin: auto;
	box-sizing: border-box;
  }
	
.nav_btn table {
	width: 100%;
  }	
	
.nav_btn td {
	width:45%;
	display: inline-block;
	margin-top: 2%;
	margin-left: 3%;
  }		

.nav_btn img {
	width: 100%;
  }	
				

	/* 商品一覧 */
  .item_table {
    /* 残 */
    margin: auto;
	margin-top: -2%;
	margin-left: 1.5%;   
    width: 96%;
    display: block;
  }
  .item_table tr {
    display: inline;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  /* 残 */
  .item_table td {
    /* 残 */
    padding: 2px;
    margin: 0px 0px 10px 0px;
    border: 0;
    width: 47%;
	margin-left: 0.5%;  
    display: inline-block;
    vertical-align: top;
  }

  .item_table img {
    border: 0.5px; 
  }
	
 
	
  /* 商品一覧横3つ(小)並び */
  .item_table_mini {
    margin: 0% auto;
    width: 97%;
	margin-top: -1%;
	margin-bottom:0%;  
    display: block;
  }
  .item_table_mini tr {
	display: inline;
    margin: 0;
    padding: 0;
    width: 100%;  
  }
  /* 残 */
   .item_table_mini td {
    /* 残 */
    padding: 1%;
    margin: -5px 0px 5px 1px;
    border: 0;
    width: 30%;
    display: inline-block;
    vertical-align: top;
  }

 .item_table_mini_img {
   border: 0.5px; ;  
  }	

	
/* 商品テーブル大 */		
 .item_table_big {
    /* 残 */
    margin: auto;
    width: 98%;
    margin-left: 1.4%;  
    justify-content: center;
	 
  }
  .item_table_big tr {
    display: inline;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .item_table_big td {
    padding: 3px;
    margin: 0px 0px 10px 0px;
    border: 0;
    width:47%;
    display: inline-block;
    vertical-align: top;
  }
	
  .item_table_press_big&gt; img {
    border: #efefef solid 1px;
    width: 100%;
	margin-bottom: 1%;  
  }
	
/* バナー横並び */
.recommend {
	width: 100%;
	text-align: center;
  }
	
.recommend p{
	font-size: 0.9em;
	font-weight: bold;
  }

.recommend_banner {
	width: 95%;
	display: flex;
	justify-content: center;
	list-style: none;
	margin: 0 auto;
	flex-wrap: wrap;
}
	
.recommend_banner li{
	width: 45%;
	padding: 1%;
}
	
.recommend_banner img{
	width: 100%;
	object-fit: cover;
}
	
/* スマホ全体のリンクに使えるボタン */
.sp_btn {
  margin: 7% auto;
  padding: 8px 0px 7px 0px;
  background: #FFD96D;
  width: 90%;
  text-align: center;
  font-size: 3.5vw;
  line-height: 1.2em;
  font-weight: bold;
  border: solid 1px #F1B524;
  border-radius: 10px;
  box-shadow: 2px 2px #F18324;
}

.sp_btn a {
  display: block;
}

.sp_btn a:link {
  color: #603813;
}

.sp_btn a:visited {
  color: #603813;
}

.sp_btn a {
  text-decoration: none;
}
	
.block-link-icon-line2 img	{
 margin-left: 1%;	
}
}</pre></body></html>