@charset "utf-8";
  #itemList_wrap { display: block; } /* 商品一覧表示 */
  .header_area { width: 1024px; margin: 0 auto; }


/***********カテゴリヘッダー*/
#categorylp_header{
  margin:0px;
  padding:0px;
}

.headerimg img{
  width:100%;
  margin-bottom: 2rem;
}
.contents_area_title {
    text-align: center;
}


/*キャッチコピー*/
.line {
  width:100%;
  margin: auto;
  text-align: center;
  padding:0px 0 0 0;
}


/***********終了アテンション*/
.attention_area {
  border: solid 1px;
  max-width: 800px;
  margin: auto;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  background-color: #fffccb;
  padding: 1rem;
}


/***********背景関連*/
/*オリジナル*/
.bg {
  width: 100%;
  margin: auto;
  background-image: url("https://www.eitarosouhonpo.co.jp/pic-labo/oseibo23_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/*にほんばしえいたろう*/
.bg03 {
width: 100%;
margin: auto;
background-color: #c3464b;
}

/*東京ピーセン*/
.bg04 {
width: 100%;
margin: auto;
background: url("https://www.eitarosouhonpo.co.jp/img/bg04-bg.jpg") center top/100% no-repeat;
}

/*からだにえいたろう*/
.bg05 {
width: 100%;
margin: auto;
background: url("https://www.eitarosouhonpo.co.jp/img/bg05.jpg") center top/100% repeat;
}


/***********アイコン関連*/
/*ブランド　榮太樓*/
.item_op_e{
width:100;
background-color: #043459;
color:#fff;
padding:5px;
text-align: center;
display: inline-block;
margin-bottom: 4px;
}

/*ブランド　NE*/
.item_op_ne{
width:100;
background-color: #c3464b;
color:#fff;
padding:5px;
text-align: center;
display: inline-block;
margin-bottom: 4px;
}

/*ブランド　TP*/
.item_op_tp{
width:100;
background-color: #1d2088;
color:#fff;
padding:5px;
text-align: center;
display: inline-block; 
margin-bottom: 4px;
}

/*ブランド　KE*/
.item_op_ke{
width:150;
background-color: #785134;
color:#fff;
padding:5px;
text-align: center;
display: inline-block; 
margin-bottom: 4px;
}

/*季節限定*/
.item_op1{
width:130;
background-color: #850502;
color:#fff;
padding:5px;
text-align: center;
display: inline-block; 
margin-bottom: 4px;
}


/*送料無料*/
.item_op2{
background-color: #ff0c00;
color:#fff;
padding:5px;
margin-bottom: 4px;
text-align: center;
display: inline-block; 
}

/*オンライン限定*/
.item_op3{
background-color: #00a0ff;
color:#fff;
padding:5px;
margin-bottom: 4px;
text-align: center;
display: inline-block; 
}

/*早割対象*/
.item_op4{
width:150;
background-color: #d03551;
color:#fff;
padding:5px;
text-align: center;
display: inline-block; 
}

/*熨斗限定*/
.item_op5{
background-color: #008402;
color:#fff;
padding:5px;
margin-bottom: 4px;
text-align: center;
display: inline-block; 
}

/*季節限定商品*/
.item_op6{
background-color: #970103;
color:#fff;
padding:5px;
margin-bottom: 4px;
text-align: center;
display: inline-block; 
}


/***********コンテンツエリア*/
/*コンテンツ全体設定*/
.contents_area {
  width: 100%;
  margin: auto;
  text-align: center;
}

.item_area{
  width: 1024px;
  margin: auto;
}

span.ctgy_title {
    color: #420002;
    margin: 2rem 0;
    display: block;
    font-size: 1.2rem;
}


/************1カラム用*/
.item_all{
  display: flex;
  justify-content: space-between;
}

.item_box {
    position: relative;
    width: 1024px;
    background-color: #fff;
    display: flex;
}

.item_right {
    width: 524px;
    padding: 10px;
    text-align: left;
    list-style: none;
}

.item_box a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
}

.item_img {
    padding: 10px;
    width: 500px;
    list-style: none;
}

.item_iconbox {
    height: 55px;
    padding: 10px;
    margin: 0px;
    text-align: left;
    list-style: none;
}

.item_title {
    margin: 0px;
    font-size: 1.3em;
    padding: 0px;
    list-style: none;
}

li.item_title2 {
    font-size: 15px;
    margin: 0;
    padding: 0;
    list-style: none;
}

li.item_setumei {
    height: 190px;
	list-style: none;
	text-align: center;
}

.item_titlebox {
	height: 130px;
	text-align: center;
}

.item_kakaku {
    height: 50px;
    color: #919191;
    margin: 0px;
    padding: 0px;
    font-size: 1.2em;
    font-weight: bold;
    display: block;
    text-align: center;
}

.item_kakaku2 {
    color: #919191;
    margin: 0px;
    padding: 20px 0 0 0;
    font-weight: normal;
    font-size: 0.8em;
    display: inline-block;
}

li.item_kakakubtn {
    width: 73%;
    font-size: 1.1rem;
    background-color: #850502;
    color: #fff;
    padding: 0.5rem 4rem;
    text-align: center;
    display: inline-block;
    font-weight: normal;
}


/************2カラム用*/
.item_all{
  display: flex;
  justify-content: space-between;
}

.item2_box {
    position: relative;
    width: 505px;
    height: 630px;
    background-color: #fff;
}

.item2_box a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
}

.item2_img {
    padding: 10px;
    width: 285px;
    margin: auto;
}

.item2_iconbox {
    height: 55px;
    padding: 10px;
    margin: 0px;
    text-align: left;
    list-style: none;
}

.item2_under {
    height: 225px;
    padding: 10px;
    margin: 0px;
    text-align: center;
    list-style: none;
}

.item2_under2 {
    height: 70px;
}

.item2_title {
    margin: 0px;
    font-size: 1.3em;
    padding: 0px;
    list-style: none;
}

li.item2_title2 {
    font-size: 15px;
    margin: 0;
    padding: 0;
    list-style: none;
}

li.item2_setumei {
    height: 70px;
    list-style: none;
}

.item2_kakaku {
    height: 50px;
    color: #919191;
    margin: 0px;
    padding: 0px;
    font-size: 1.2em;
    font-weight: bold;
    display: inline-block;
}

.item2_kakaku2 {
    color: #919191;
    margin: 0px;
    padding: 20px 0 0 0;
    font-weight: normal;
    font-size: 0.8em;
    display: inline-block;
}

li.item2_kakakubtn {
    width: 73%;
    font-size: 1.1rem;
    background-color: #850502;
    color: #fff;
    padding: 0.5rem 4rem;
    text-align: center;
    display: inline-block;
    font-weight: normal;
}


/************3カラム用*/
.item_all{
  display: flex;
  justify-content: space-between;
}

.item3_box {
    position: relative;
    width: 335px;
    height: 650px;
    background-color: #fff;
}

.item3_top {
    height: 55px;
    padding: 10px;
    margin: 0px;
    text-align: left;
    list-style: none;
}

.item3_box a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
}

.item3_img {
    padding: 10px;
    width: 310px;
    margin: auto;
}

.item3_iconbox {
    height: 55px;
    padding: 10px;
    margin: 0px;
    text-align: left;
    list-style: none;
}

.item3_under {
    height: 225px;
    padding: 10px;
    margin: 0px;
    text-align: center;
    list-style: none;
}

.item3_under2 {
    height: 70px;
}

.item3_title {
    margin: 0px;
    font-size: 1.3em;
    padding: 0px;
    list-style: none;
}

li.item3_title2 {
    font-size: 15px;
    margin: 0;
    padding: 0;
    list-style: none;
}

li.item3_setumei {
    height: 70px;
    list-style: none;
}

.item3_kakaku {
    height: 50px;
    color: #919191;
    margin: 0px;
    padding: 0px;
    font-size: 1.2em;
    font-weight: bold;
    display: inline-block;
}

.item3_kakaku2 {
    color: #919191;
    margin: 0px;
    padding: 20px 0 0 0;
    font-weight: normal;
    font-size: 0.8em;
    display: inline-block;
}

li.item3_kakakubtn {
    width: 59%;
    font-size: 1.1rem;
    background-color: #850502;
    color: #fff;
    padding: 0.5rem 4rem;
    text-align: center;
    display: inline-block;
    font-weight: normal;
}


/************4カラム用*/
.item4_box {
    position: relative;
    width: 250px;
    height: 630px;
    background-color: #fff;
}

.item4_top {
    height: 55px;
    padding: 10px;
    margin: 0px;
    text-align: left;
    list-style: none;
}

.item4_box a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -999px;
}

.item4_img {
    padding: 10px;
    width: 230px;
    height: 230px;
}

.item4_under {
    height: 160px;
    padding: 10px;
    margin: 0px;
    text-align: center;
    list-style: none;
}

.item4_under2 {
    height: 70px;
}

li.item4_title {
    margin: 0px;
    font-size: 1.3em;
    padding: 0px;
}

li.item4_title2 {
    font-size: 15px;
    margin: 0px;
    padding: 0px;
}

li.item4_setumei {
    height: 125px;
}

li.item4_kakaku {
    height: 50px;
    color: #919191;
    margin: 0px;
    padding: 0px;
    font-size: 1.2em;
    font-weight: bold;
    display: inline-block;
}

span.item4_kakaku2 {
    color: #919191;
    margin: 0px;
    padding: 20px 0 0 0;
    font-weight: normal;
    font-size: 0.8em;
    display: inline-block;
}

li.item4_kakakubtn {
    width: 100%;
    font-size: 0.9rem;
    background-color: #850502;
    color: #fff;
    padding: 0.5rem 0;
    text-align: center;
    display: inline-block;
    font-weight: normal;
}


/* 3カラム(ランキング用)
====================================================*/
.item3rank_box {
    position: relative;
    width: 330px;
    height: 560px;
    background-color: #fff;
}

.item3rank_top {
    height: 55px;
    padding: 10px;
    margin: 0px;
    text-align: left;
    list-style: none;
}

.item3rank_box a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -999px;
}

.item3rank_img {
    padding: 10px;
    width: 310px;
    height: 310px;
}

.item3rank_under {
    height: 160px;
    padding: 10px;
    margin: 0px;
    text-align: center;
    list-style: none;
}

.item3rank_under2 {
    height: 70px;
}

li.item3rank_title {
    margin: 0px;
    font-size: 1.3em;
    padding: 0px;
}

li.item3rank_title2 {
    font-size: 15px;
    margin: 0px;
    padding: 0px;
}

li.item3rank_kakaku {
    height: 50px;
    color: #919191;
    margin: 0px;
    padding: 0px;
    font-size: 1.2em;
    font-weight: bold;
    display: inline-block;
}

span.item3rank_kakaku2 {
    color: #919191;
    margin: 0px;
    padding: 20px 0 0 0;
    font-weight: normal;
    font-size: 0.8em;
    display: inline-block;
}

li.item3rank_kakakubtn {
    width: 100%;
    font-size: 0.9rem;
    background-color: #850502;
    color: #fff;
    padding: 0.5rem 0;
    text-align: center;
    display: inline-block;
    font-weight: normal;
}


/* 開閉ボタン
====================================================*/
.toc_box *, .toc_box *:before, .toc_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.toc_box {
    position: relative;
    margin-top: 5rem;
}
.toc_box label {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 140px; 
	cursor: pointer;
	text-align: center;
	/* グラデーション */
	margin-bottom:0;
}
.toc_box input:checked + label {
	background: inherit; 
}
.toc_box label:after {
	line-height: 2.5rem;
	position: absolute;
	z-index: 2;
	bottom: 0px;
	left: 50%;
	width: 16rem;
	content: '>お歳暮とは・・・';
	transform: translate(-50%, 0);
	letter-spacing: 0.05em;
	border: 1px solid #909090;
	color: #ffffff;
	background-color: #420002;
    padding: 10px 10px 10px;
    width: 340px;
}
.toc_box input {
	display: none;
}
.toc_box .toc_container {
	overflow: hidden;
	height: 0px; 
	transition: all 0.5s;
	margin-bottom: 30px;
}
.toc_box input:checked ~ label:after {
	content: '閉じる';
}
.toc_box input:checked ~ .toc_container {
	height: auto;
	padding-bottom: 80px; 
  transition: all 0.5s;
}


/***********バナーエリア*/
.bnr_box {
    max-width: 500px;
    width: 100%;
}


/* ページ内リンク
====================================================*/
.pagelinkarea a {
    /*background-color: #890600;*/
    color: #fff;
    display: block;
    width: calc((1024px / 4) - 15px);
    text-align: center;
    font-size: 1rem;
    line-height: 20px;
    padding: 0.2rem 0;
}
.pagelinkarea a:hover {
    text-decoration: none;
    opacity: 0.5;
}
.pagelinkarea {
    display: flex;
    gap: 0 20px;
	justify-content: center;
    background: #850502;
}
.pagelinkarea img {
    max-width: 200px;
    width: 100%;
}
.pagelinkarea a:nth-child(1), .pagelinkarea a:nth-child(2) {
    border-right: 1px solid #fff;
    padding-left: 8px;
}