@import url("https://file003.shop-pro.jp/PA01463/018/css/top.css");

/* 20221028 add st */
#main_cont_search{
  display: none;
}
.original_item_search_top{
  margin-top: 5px;
  text-align: center;
}
.original_item_search_top input, button, select, textarea{
  font-family: 'Noto Sans JP', sans-serif, Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.original_item_search_top>.search_select{
  width: 200px;
}
.original_item_search_top>.search_keyword{
  width: 200px;
  height: 30px;
}
.original_item_search_top>.search_button{
  padding: 6px 10px;
  background-color: #ea4843;
  color: #fff;
  border-radius: 5px;
  border: none;
  filter: drop-shadow(1px 3px 2px rgba(0, 0, 0, 0.1));
}
.original_item_search_top>.search_select,.original_item_search_top>.search_keyword,.original_item_search_top>.search_button{
  display: block;
  margin: 5px auto 0;
  width: 100%!important;
}
    @media screen and (max-width: 980px){
      #main_cont_search{
      	display: block;
      }
    }
/* 20221028 add ed */

.main_cont_ranking .recommend-items .prd-lst .prd-lst-unit .prd-lst-name {
    /*font-size: 138%;*/
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
    padding: 4px 0;
    font-size:110%;
    line-height:1.4;
    text-align: left;
}

.main_cont_ranking .recommend-items .prd-lst .prd-lst-unit .prd-lst-price {
    color: #c73e3a;
    font-size: 113%;
}

.main_cont_ranking  .recommend-items .prd-lst .prd-lst-unit .prd-lst-expl {
    font-size: 82%;
    text-align: left;
    margin: 1em 0;
}

.main_cont_ranking h2, .main_cont_category h2{
    font-size: 130%;
    color: #333333;
    text-align: center;
    line-height: 1.2em;
    margin-bottom: 20px;
}

.main_cont_ranking h2 span , .main_cont_category h2 span{
    font-size: 66.6%;
    color: #bca17f;
}

.main_cont_category .categorylist{
  	background-color:#fff;
}

.row .categorylist{
    padding: 0 10px;
    margin-bottom: 20px;
}

a.iconButton, .iconButton {
    display: flex;
    font-size: 100%;
    padding: 0px;
}



.iconButton span:nth-child(2), a.iconButton span:nth-child(2) {
    padding: 5px 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 40px);
    flex: 0 0 calc(100% - 40px);
    font-size: 100%;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

a.iconButton::after{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 6px;
    height: 6px;
    border-top: 2px solid #1b1b1b;
    border-right: 2px solid #1b1b1b;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    transition: 0.15s;
}

.a.iconButton:after{
   right: 15px;
}

.top_info{
	padding: 15px 20px;
   padding-bottom: 50px;
}

 .top_info dt {
    display: inline-block;
    margin-right: 2.5em;
}

.top_info dt span {
    color: #ffffff;
    background-color: #e60000;
    padding: 0 0.8em;
    margin-right: 1.5em;
}

.top_info dd {
    display: inline-block;
}

/* 2024 0115 kwc add */
.snsicon ul li img{
  width: 50px;
}
.snsicon ul li a{
  transition:0.3s;
}
.snsicon ul li a:hover{
  opacity:0.5;
}
.snsicon ul{
  text-align: center;
  border-bottom: solid 1px #bca17f;
  padding-bottom: 20px;
}
.snsicon ul li{
  display:inline-block;
  margin: 10px 20px;
}

.top_info dt span{
  margin-bottom: 0.3rem;
  display: inline-block;
}

.infoarchivebtn{
  text-align:center ;
}
.infoarchivebtn a{
    display: inline-block;
    transition:0.3s;
    background-color: #b99f7f;
    color: #fff;
    font-weight: bold;
    padding: 8px 50px;
    border-radius: 5px;
    margin: 20px auto;
}
.infoarchivebtn a:hover{
    background-color: #fff;
    color: #b99f7f;
    border: solid 1px  #b99f7f;
}

.product-list__fav-items button {
  display: block;
  width: 100%;
  padding: 5px 0;
  cursor: pointer;
  transition: .2s;
  text-align: center;
  color: #999;
  border: 0;
  outline: none;
  background: transparent;
}

.product-list__fav-items .fav-items {
  color: #ff7373;
}

.product-list__fav-items svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.prd-lst-unit{
    position: relative;
}
.product-list__fav-items {
    left: 0px;
    top: -1px;
    position: absolute;
}

.prd-lst-span{
position: relative;
}

/* 20240115 add */
.hotwordtitle{
    margin: 0;
    margin-top: 10px;
    font-weight: bold;
    font-size: 90%;
}
 .hotword{
   	border: solid 1px #bca17f;
    border-radius: 5px;
    margin-top: 10px;
    padding: 10px;
  }
  
 .hotword a{
   	color: #bca17f;
    font-weight: bold;
    border: solid 1px #bca17f;
    border-radius: 5px;
    padding: 3px 20px;
    margin: 3px;
    display: inline-block;
  }


/*ベース*/
.accordion .toggle {
	display: none;
}

.accordion{
    border: solid 1px #bca17f;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 30px;
}

.accordion dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.accordion dt {
  width: 20%;
  padding: 20px;
  margin-bottom: 10px;
}

.accordion dd {
  width: 75%;
  padding: 20px;
  background-color: #F3F3F3;
  margin-bottom: 10px;
}

.Label {		/*タイトル*/
	padding: 1em;
	display: block;
	color: #333;
	font-weight: bold;
	border-bottom: solid 1px #bca17f;
}
.Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.5s;
}
.content {		/*本文*/
	max-height: 0;
	overflow: hidden;
	margin-bottom:10px;
	padding:0 20px;
}
.accordion .toggle:checked + .Label + .content {	/*開閉時*/
	max-height: 2500px;
	transition: all .5s;
   padding:20px;
}
.accordion .toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}



@media screen and (max-width: 530px){
.accordion dt{
   width: 100%;
}

.accordion dd{
   width: 100%;
}

}

.top-bunner{
  margin-bottom: 50px;
  margin-top: 10px;
}

.top-bunner img{
  display: block;
  width: 100%;
}

#postage{
		border-collapse: collapse;
		border: 1px solid #371804;
	}
#postage th, #postage td {
    padding: 5px;
    text-align: center;
}
#postage, #postage td, #postage th{
    border-collapse: collapse;
    border: 1px solid #371804;
}
.postage_01 {
    width: 40%;
}
#postage th{
	background-color: #7A5D49;
    color: #fff;
}

#postage td{
	background-color: #fff;
}

.guide_ul{
  list-style:circle;
  margin-left:20px;
}

.guide_ul li{
  	margin-bottom:10px;
}

/* 20240528 kawano add  */

.checkitem .img {
    height: 200px;
    width: 100%;
    background-size: cover;
}

@media screen and (max-width: 530px){
  	.checkitem .img {
    height: 100px;
    width: 100%;
    background-size: cover;
}
}

.checkitem .img img{
  	opacity: 0;
}

.checkitem{
   padding: 5px;
}

a.iconButton::after{
	display: none;
}

.top-banner a img{
  	display: block;
   width: 100%;
   margin-bottom: 20px;
}

.top-banner{
   margin-bottom: 30px;
}

.otyugentitle{
	background-image: url("https://file003.shop-pro.jp/PA01463/018/img/otyugenumibg2.jpg");
	background-size: cover;
	background-position: center;
	position: relative;
    width: 100%;
    height: 59.0625vw;
    max-height: 500px;
}
.otyugentitle img{
	margin: auto;
	display: block;
	height: auto;
	width: auto;
    max-width: 600px;
    height: 100%;
    max-height: 500px;
}

@media screen and (max-width: 768px){

.otyugentitle{
  margin-top: 30px;
   height: 75vw;
}
  
}

/*　Hiro追加分　*/
ul#TopbnrmenyuBox {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    list-style: none;
    padding: 0;
	justify-content: space-between;
}
ul#TopbnrmenyuBox li {
    width: calc(100% / 3 - 10px);
	margin-bottom: 10px;
}
ul#TopbnrmenyuBox li img {
    width: 100%;
}
.top1080Bnr{
  margin-bottom:20px;  
}
.top1080Bnr img{
  width:100%;
}
@media screen and (max-width: 768px){
ul#TopbnrmenyuBox li {
    width: 100%;
}
}

#yahoobnr{
  margin:20px 20px 0 20px;
}
#yahoobnr img{
  width:100%;
}

a.iconButton {
    display: block;
    text-align: center;
}
a.iconButton:hover {
}

/*　Hiro追加分　*/

.nedanbetu h2{
  position: relative;
    font-family: 'Noto Serif JP', '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    font-size: 200%;
    font-weight: 400;
    padding-top: 0px;
    text-align: center;
    line-height: 1.2em;
    z-index: 10;
}
.nedanbetu{
  margin-bottom: 50px; 
}
.nedanbetu ul{
    margin: 10px;
    border-top: solid 1px #aaa;
    padding-top: 15px;
}

.nedanbetu ul li{
    margin-bottom: 10px;
}

.nedanbetu ul li a{
    display: block;
    padding: 15px;
    border: solid 1px #bcbcbc;
}

.prd-lst-price{
    padding-left: 30px;
    text-align: left;
}