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

/* ヘッダー
====================================================*/
#categorylp_header{
  margin:0px;
  padding:0px;
}


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

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


/* アイコン
====================================================*/
/*全体*/
.etr_iconarea {
  min-height: 56px;
  padding: 5px;
}
.etr_iconarea ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: flex-start;
  font-size: 12px;
}

/*ブランド　榮太樓*/
.item_op_e{
background-color: #043459;
color:#fff;
padding:3px;
text-align: center;
display: inline-block;
font-size: 0.6rem;
}

/*ブランド　あめやえいたろう*/
.item_op_ae{
background-color: #c9004c;
color:#fff;
padding:3px;
text-align: center;
display: inline-block;
font-size: 0.6rem;
}

/*ブランド　NE*/
.item_op_ne{
background-color: #c3464b;
color:#fff;
padding:3px;
text-align: center;
display: inline-block;
font-size: 0.6rem;
}

/*ブランド　TP*/
.item_op_tp{
background-color: #1d2088;
color:#fff;
padding:3px;
text-align: center;
display: inline-block;
font-size: 0.6rem;
}

/*ブランド　KE*/
.item_op_ke{
background-color: #785134;
color:#fff;
padding:3px;
text-align: center;
display: inline-block;
font-size: 0.6rem;
}

/*季節限定*/
.item_op1{
background-color: #9a0a0a;
color:#fff;
padding:3px;
text-align: center;
display: inline-block;
font-size: 0.6rem;
}

/*送料無料*/
.item_op2{
background-color: #ff0c00;
color:#fff;
padding:3px;
text-align: center;
display: inline-block;
font-size: 0.6rem;
}

/*オンライン限定*/
.item_op3{
background-color: #00a0ff;
color:#fff;
padding:3px;
text-align: center;
display: inline-block;
font-size: 0.6rem;
}

/*早割対象*/
.item_op4{
background-color: #d03551;
color:#fff;
padding:3px;
text-align: center;
display: inline-block;
font-size: 0.6rem;
}

/*熨斗限定*/
.item_op5{
background-color: #008402;
color:#fff;
padding:3px;
text-align: center;
display: inline-block;
font-size: 0.6rem;
}

/*季節限定商品*/
.item_op6{
background-color: #970103;
color:#fff;
padding:3px;
text-align: center;
display: inline-block;
font-size: 0.6rem;
}


/* 装飾
====================================================*/
.etr_lpread img {
    max-width: 500px;
    width: 100%;
    display: block;
    margin: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.ctgy_titlearea img {
    max-width: 350px;
    width: 60%;
    margin-bottom: 1rem;
}
.etr_lplinkbnr img {
	margin-bottom: 3rem;
	width: 97%;
}


/* リードエリア
====================================================*/
.titlearea {
  position: relative;
  width: 100%;
  margin-top: 6rem;
}

.titlearea .titlearea_bg {
  width: 100%;
  display: block;
}

.titlearea .titlearea_img {
    position: absolute;
    top: -40%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 500px;
    width: 90%;
}


/* ページ内遷移
====================================================*/
.pagelinkarea {
    display: flex;
    gap: 0 20px;
    justify-content: center;
    margin-bottom: 0.5rem;
    flex-wrap: wrap;
}
.pagelinkarea a {
    width: calc((100% / 2) - 15px);
    text-align: center;
    line-height: 20px;
    padding: 0.2rem 0;
}
.section {
    display: block;
    padding-top: 80px;
    margin-top: -80px;
}

/* 商品エリア
====================================================*/
.contents_area {
  width: 100%;
  margin: auto;
  text-align: center;
}
.etr_container {
    max-width: 1024px;
    margin: 0 auto;
   width: 98%;
   margin-bottom: 1.5rem;
}
.etr_grid{
  display:grid;
  align-items:stretch;
  gap: var(--gap-pc);
  background: #fff;
}
.etr_card{
  display:flex;
  flex-direction: column;
  height:100%;
  text-decoration: none;
  color: inherit;
  overflow:hidden;
  transition: opacity .2s ease, transform .06s ease;
  will-change: opacity;
}
.etr_card:hover {
  opacity: .85;
  cursor: pointer
}
.etr_card:focus-visible{ outline: 2px solid #aaa; outline-offset: 2px; }
.etr_card__img:hover,
.etr_card__body:hover,
.etr_btnlike:hover {
  opacity: 1 !important;
}
a.etr_card {
    text-decoration: none;
    background: #fff;
}
p.etr_card__desc {
    text-align: left;
}
.etr_card__img img{
    display: block;
    width: 100%;
    margin: auto;
}
h3.etr_card__title {
    min-height: 3.5em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 0.9rem;
    padding: initial;
    font-weight: 100;
}
.etr_card__body{
  display:flex;
  flex-direction: column;
  gap:12px;
  padding: 5px;
  flex:1;
}
.etr_card__title{
  font-size:1rem;
  line-height:1.5;
  font-weight:700;
  margin:0;
}
.etr_card__desc{
  font-size:0.8rem;
  line-height:1.7;
  margin:0;
}
.etr_card__meta{
  margin-top:auto;
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap:12px;
  flex-direction: column;
}
.etr_price {
    font-size: 1.05rem;
    font-weight: 700;
}
.etr_btnlike{
  display:inline-block;
  padding:0.5rem 0;
  background: #9a0a0a;
  color:#fff;
  font-weight:700;
  white-space:nowrap;
  width: 100%;
  text-align: center;
  font-size: 0.7rem;
}
figure.etr_card__img {
  margin: inherit;
  padding: 5px;
}
span.etr_price small {
    font-size: 0.7rem;
}
a.etr_card-1col {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 5px;
    gap: 10px;
}
a.etr_card-1col img {
    width: 100%;
    margin: initial;
}
a.etr_card-1col .etr_card__body {
    width: 60%;
    flex: inherit;
    padding: inherit;
}
.etr_grid--1col {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 10px;
  background: transparent;
}
.etr_grid--2col {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  background: transparent;
}
.etr_grid--3col {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  background: transparent;
}
.etr_grid--3colrank {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 5px;
  background: transparent;
}
.etr_grid--4col{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  background: transparent;
}
a.etr_card:hover .etr_card__desc {
  color: #inherit;
}

/*soldout*/
a.etr_card.etr_soldout {
    position: relative;
    pointer-events: none;
}
.etr_card__etr_soldout-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 1.1rem;
    font-weight: bold;
    z-index: 3;
    white-space: nowrap;
}
a.etr_card.etr_soldout:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    z-index: 2;
}

/* HTML記述分 */


.etrlp_attention {
  border: solid 1px;
  max-width: 800px;
  margin: auto;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  background-color: #fffccb;
  padding: 0.2rem;
}

.etrlp_sectionnavoffset {
    scroll-margin-top: 80px;
}
.etrlp_cont_bg {
  width: 100%;
  margin: auto;
  background-image: url(https://www.eitarosouhonpo.co.jp/pic-labo/wd26_bg.jpg);
  /* background-color: #ede7d7; */
  background-repeat: repeat-y;
  background-position: top center;
  background-size: 100% auto;
  background-attachment: scroll;
  
  padding: 1px 0;
}


.etrlp_sectionnav {
    max-width: 800px;
    margin: 20px auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
}

/* .etrlp_read img {
    width: 80%;
    display: block;
    margin: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
} */

/* 追加 */
/* .etrlp_read_bg{
    width: 100%;
    margin: auto;
    background-image: url(https://www.eitarosouhonpo.co.jp/pic-labo/spr26_read_bg.jpg);
    padding: 40px 0 10px 0;
    background-size: cover;
    background-repeat: no-repeat;
} */


a img {
  transition:     
    opacity 0.3s ease,
    transform 0.1s ease;
}

a:hover img {
  opacity: 0.7;
  cursor: pointer;
}

.etrlp_card img {
  transition:     
    opacity 0.3s ease,
    transform 0.01s ;
}

.etrlp_card:hover img {
  opacity: 0.7;
  cursor: pointer;
  transform: translateY(-3px); 
}


.etr_catbtn{
  display: block;
  text-align: center;
}


.etr_catbtn img{
    margin-bottom: 2rem;
    width: 95%;     

}


.etrlp_img {
  display: block;
  margin: 0 auto;
}

img.etrlp_title {
    max-width: 75%;
    /* height: 120px;  */
    width: auto;
    display: block;
    margin: auto;
    margin-bottom: 1rem;
    padding-top:1rem;
    object-fit: contain;
}

/* 追加 */


/* img.etrlp_title {
    width: 60%;
    display: block;
    margin: auto;
    margin-bottom: 1rem;
} */

img.etrlp_cttitle {
    /* max-width: 350px; */
    max-height: 23px;
    width: auto;
    display: block;
    margin: auto;
    margin-top: 1.5rem;    
    margin-bottom: 2rem;
}
img.etrlp_cttitle_price {
    /* max-width: 350px; */
    max-height: 50px;
    width: auto;
    display: block;
    margin: auto;
    margin-top: 1.5rem;    
    margin-bottom: 2rem;
}

.etrlp_grid {
    display: grid;
    align-items: stretch;
    gap: 5px;
    background: #fff;
    border-radius: 10px;
    margin: auto 10px;
}

.etrlp_container {
    max-width: 1024px;
    margin: 0 auto;
    width: 100%;
    margin-top: 2rem;    
    margin-bottom: 2rem;;
  /* 追加 */
  background: #fff;
  padding: 10px 0;
  border-radius: 20px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
  box-shadow: 0 3px 6px rgba(0, 0, 0, .1);  
  /* 追加 */    
}

.etrlp_grid--3col {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    background: transparent;
}

a.etrlp_card {
    text-decoration: none;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.etrlp_card img{
  width: 100%;
  height: auto;
  display: block;
}

.etrlp_grid--1col {
    display: grid;
    grid-template-columns: 1fr;
    background: transparent;
}

.etrlp_grid--2col {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    background: transparent;
}




/* アコーディオンメニュー
====================================================*/
    .demo {
      margin-bottom: 1em;
}  
.code.demo {
    max-width: 100%;
}
    
    a[target="_blank"]::after {
      font-size:0.8em;
      color:#080;
      content:'（外部リンク）'; } 

    /* Accordion Style */
    .Item { position:relative; 
    z-index: 1;
    width: 80%;
    color: #1a62aa;
    }
    input[type='checkbox'], input[type='radio'] {
      display:block;
      position:absolute;
      opacity:0;
      height:35px;
      top:0;
      left:0;
      border:none;
      border-radius:0; }
    
    .Accordion {
      background-color:#fff;
      display: flex;
      height: 35px;
text-align: center;
    }
    
    .AccordionItem {
      line-height:35px;
      height:35px;
      display:block;
      background: #fff;
      border:1px solid #1a62aa;
      white-space:nowrap;
      overflow:hidden;
      text-overflow:ellipsis;
      cursor:pointer;
      margin-top:-1px; }

.AccordionItem:hover {
    opacity: 0.5;
}
    
    .AccordionPanel {
      height:0px;
      transition: all ease-in-out 0.3s;
      -o-transition: all ease-in-out 0.3s;
      -moz-transition: all ease-in-out 0.3s;
      -webkit-transition: all ease-in-out 0.3s;
      overflow:auto; margin-top:-1px;
      background-color: #e7f2ff;
color: #919191;     
}
.AccordionPanel::-webkit-scrollbar {
    display: none;
}    
    .AccordionPanel div { padding:10px; }
    
    input:checked + label .AccordionPanel { height:auto; }
.AccordionPanel div {
    padding: 10px 0;
    border: solid 1px #1a62aa;
}

.etr_btnsweet {
    height: 50px;
    padding: 0px;
    text-align: center;
    list-style: none;
    margin: auto;
    background-color: #fff;
    padding: 1rem 0 2rem 0;
}
li.etr_btnsweet01 {
    font-size: 1.1rem;
    width: 85%;
    background-color: #0d78a6;
    color: #fff;
    padding: 10px 20px 10px 20px;
    text-align: center;
    display: inline-block;
     font-size: 1rem;
}
.item3_underWD01 {
    height: 30px;
    padding: 0px 15px 15px 0px;
    margin: 0px;
    text-align: left;
    list-style: none;
    text-align: center;
    font-size: 0.7rem;
}
.item3_underWD01:before {
    content: "＞";
    position: absolute;
    right: 2px;
    top: 95px;
}
span.wdtitle02 {
    display: block;
    height: 19px;
    font-size: 0.85rem;
}
.item3_under3 {
    height: 70px;
}
.AccordionItem a {
    color: #1a62aa;
}
.AccordionItem.icon01:before {
    content: "∨";
    right: 2px;
    position: absolute;
    margin: 0px;
}
.item2_op4 {
    width: 100%;
    background-color: #0d78a6;
    color: #ffffff;
    padding: 2px;
    font-size: 0.8rem;
    text-align: center;
    display: inline-block;
}
img.AEWDimg {
    object-fit: cover;
    height: 65px;
    width: 200px;
}
.pglinkWD{
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}
.AccordionItem.icon01 {
    padding-right: 13px;
}
