@charset "shift_jis";
/* CSS Document */

/*-----------------------------------------------*/
/*ベース*/
/*-----------------------------------------------*/
#fryingpan{
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
	padding-bottom: 1%;
	background: #fffde9;
}

#fryingpan img{
    width: 100%
}
#fryingpan a{
    display: block;
    /* position: relative; */
}  

/*-----------------------------------------------*/
/*全体枠*/
/*-----------------------------------------------*/
#fryingpan .inner{
    max-width:1000px; 
    margin: 0 auto;
}
#fryingpan section{
   margin: -7em auto 4em ;
   max-width: 1000px;
   padding-top: 7em;
}
#fryingpan section .bg{
   background: #eaf1f5;
   padding:20px 50px;
}

#fryingpan section#pickup .bg{
   background:#fcffe9;
}


/*-----------------------------------------------*/
/*見出し*/
/*-----------------------------------------------*/

#fryingpan h3{
    font-size: 31px;
    padding:15px 0;
    color: #7e6b4a;
    position: relative;
    /* background:#222; */
}
#fryingpan .txt{
    font-size: 19px;
    margin:15px 0;
    color: #7e6b4a;
    font-weight: lighter;
    letter-spacing: 2px;
}
/*-----------------------------------------------*/
/*アンカー*/
/*-----------------------------------------------*/
#fryingpan #navi{
    padding:0;
    z-index: 2;
    /*top: 140px;*/
    /* background: #222; */
    position:sticky;
    box-sizing: border-box;
    top: 141px;
    margin-bottom: 2em;
}
#fryingpan #navi p{
    color: #917e5d;
    font-size: 14px;
    line-height: 1.2;
    margin: 5px 0;
}
#fryingpan #navi ul.col_5 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 5px;
    margin: 0 5px ;
    background-color: #fcffe9;
    padding: 5px 0 5px;
    transition: .3s;
}
#fryingpan #navi ul.col_5 li:hover{
    opacity: .7;
    transition: .3s;
}
#fryingpan #navi ul li a img{
    border-radius:5px;
}
#fryingpan #navi ul li a{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 100%;
    color: #fff;
    font-size: 17px;
    box-sizing: border-box;
    position: relative;
    transition: 0.3s all;
    position: relative;
}
#fryingpan #navi ul li:last-child a{
    border-right:none;
}
#fryingpan #navi ul .name{
    display: flex;
    justify-content: center;
    font-size: 16px;
    align-items: center;
    flex-grow: 1;
    margin: 5px 0;
    line-height: 1.2em;
    position: absolute;
    top: 35%;
    text-shadow: 3px 3px 5px #383730;
    height: 43px;
}
/* #fryingpan #navi ul li a::after {
    font-family: "Material Icons";
    color: inherit;
    font-size: 1.2rem;
    position: absolute;
    content: "expand_more";
    transform: rotate(0deg);
    right:41%;
    bottom:0;
    transition: 0.3s all;
} */
/*hover*/
#fryingpan #navi ul li a:hover{

}
/* #fryingpan #navi ul li a:hover::after {
    bottom: -4px;
} */
/*ピックアップ用*/
#fryingpan #navi ul.col_1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
    margin-bottom:10px;
}
#fryingpan #navi ul.col_1 li a{
    font-size: 22px;
    /* background: #222; */
    padding-bottom:20px;
}
#fryingpan #navi ul.col_1 li a::after {
    right: 40%;
    bottom:20%;
}
#fryingpan #navi ul.col_1 li a:hover::after {
    bottom:15%;
}


/* セット */

#fryingpan .lineup {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin: 15px 0;
}

#fryingpan .lineup_col2 {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    /* padding: 1%; */
}

#fryingpan .lineup_col2 > li {
    /* width: calc(calc(100% - 1%) / 2); */
    width: calc((100% - 2%) / 3);
}

#fryingpan .lineup.col2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin: 15px 0;
}

#fryingpan .pan_img img{
    border-radius: 5px;
}

#fryingpan .pan_btn a{
    font-size: 20px;
    padding: 10px 0;
    width: 80%;
    text-align: center;
    margin: 40px auto 20px;
    border-radius: 50px;
    background-color: #b35642;
    color: #fff;
    position: relative;
    border: #b35642 solid 1px;
}
#fryingpan .pan_btn a::after {
    content: '';
    position: absolute;
    right: 50px;
    top: 50%;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translate(0, -50%) rotate(45deg);
    transition: 0.3s all;
  }

  #fryingpan .pan_btn_all a{
    font-size: 17px;
    padding: 11px 0;
    width: 91%;
    text-align: center;
    margin: 15px auto 20px;
    border-radius: 50px;
    background-color: #917e5d;
    color: #fff;
    position: relative;
    border: #917e5d solid 1px;
}

#fryingpan .pan_btn_all a::after {
    content: '';
    position: absolute;
    right: 50px;
    top: 50%;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translate(0, -50%) rotate(45deg);
    transition: 0.3s all;
  }
  #fryingpan .pan_btn a:hover {
    background-color: #fff;
    border: #b35642 solid 1px;
    color: #b35642!important;
  }
  #fryingpan .pan_btn a:hover::after {
    right:20px;
    border-top: 2px solid #b35642;
    border-right: 2px solid #b35642;
  }

  #fryingpan .point_text {
    padding: 0 0 15px;
    font-size: 20px;
    color: #7e6b4a;
    font-weight: lighter;
}

#fryingpan p.picup {
text-align: center;
color: #6f574c;
padding-top: 7px;
display: flex;
position: relative;
align-items: center;
font-size: 1.5em;
}

#fryingpan p.picup::before, #fryingpan p.picup::after {
    content: "";
    height: 2px;
    flex-grow: 1;
    background: #96908d;
}

/* 価格 */
.buy_price::after {
    content: '';
    position: absolute;
    right: 50px;
    top: 50%;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translate(0, -50%) rotate(45deg);
    transition: 0.3s all;
}

#fryingpan .buy_price:hover::after {
    right:40px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }

  #fryingpan section .lineup li .buy_price ,#fryingpan .lineup_col2 li .buy_price {
    background-color: #917e5d;
    position: relative;
    border-radius: 0 0 10px 10px;
    color: #fff!important;
}

#fryingpan section .lineup li .buy_price > ul .price, #fryingpan section .lineup_col2 li .buy_price > ul .price {
    font-size: 28px;
    color: #fff!important;
}

.spesicalprice, .intax{
    display: none!important;
}

#fryingpan .sale_icon {
    margin: 5px auto 0 ;
}
#fryingpan .sale_icon_2col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 5px auto 0;
    background-color: #fff;
}
  #fryingpan .p_sale{
    background-color: #de2d2d;
    color: #fff;
    font-size: 14px;
  }

  #fryingpan .p_point{
    background-color: #9bbd17;
    color: #fff;
    font-size: 14px;
  }

  #fryingpan .p_coupon{
    background-color: #16a592;
    color: #fff;
    font-size: 14px;
  }

  #fryingpan .p_review{
    background-color: #e2487d;
    color: #fff;
    font-size: 14px;
  }

/* ページトップ */

#fryingpan .top_anchor{
    position: fixed;
    right: 5%;
    bottom: 5%;
    font-size: 24px;
    color: #fff!important;
    background: #917e5d;
    padding: 15px 10px 7px;
    cursor: pointer;
    transition: .3s;
    height: 80px;
    width: 80px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    line-height: 1.2;
  }

  #fryingpan .top_anchor a{
    color: #fff;
  }
  

  .item_icon {
    background-color: #f6eaa1;
    color: #917e5d;
}
.item_icon.gas {
    background-color: #ffebcb;
    color: #917e5d;
}
  /*このクラスが付与されると表示する*/
  #fryingpan .active{
    opacity: 1;
    visibility: visible;
  }

  #itemzone #c_item li{
    margin: 10px 0 0 0;
    padding: 0 5px;
    box-sizing: border-box;
}
.category_base {
    margin-bottom:10px!important;
}
#itemzone ul li:hover{
    opacity: .8;
    transition:.2s;
}/* ----------------- */

#itemzone .wrap_tab {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding: 5px 20px 10px;
}

/* メニューボタン */
#itemzone .tab-container{
    width: 100%;
    display: flex;
}

#itemzone .tab-container > li.tab{
    color: #222;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    flex-grow: 1;
    height: 3em;
    border: #222 1px solid;
    text-align: center;
    cursor: pointer;
    margin-right: 3px;
    margin-top: 20px;
    transition: 0.5s all;
    line-height: 1.2em;
    background-color: #fff;
    border-radius: 50px;
}

#itemzone .tab-container > li.tab:last-child{
    margin-right: 0;
}
#itemzone .tab-container > li.tab.current{
    color: #fff;
    background-color: #ed9d38;
    transition: 0.5s all;
}
#itemzone .arrow{
    position: relative;
    display: inline-block;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
}

#itemzone .arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
#itemzone .tab-container > li.tab::after{
    right: 12px;
    width: 5px;
    height: 5px;
    border-top: 2px solid #222;
    border-right: 2px solid #222;
    -webkit-transform: rotate(45deg);
    transform: rotate(135deg);
}

#itemzone .tab-container > li.tab.current::after{
    right: 12px;
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(135deg);
}
#itemzone .tab-container > li.tab:hover,
#itemzone .tab-container > li.tab.current:hover{
    opacity: 1;
}

#itemzone .menu-container{
    position: relative;
    width: 100%;
    padding: 0;
}
#itemzone .menu-container > .menu-box{
    display: none;
    background-color: #fffde9;
    margin:20px 0;
    padding: 20px 25px;
}
#itemzone .menu-container > .menu-box.current{
    display: block;
}


/*タブの中身*/
#itemzone .menu-box{
    box-sizing: border-box;
    padding: 30px 20px 20px;
}
#itemzone .content > ul{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}
#itemzone .content > ul > li img {
    width: 100%;
}

#itemzone .content > ul > li a{
    display: block;
    text-align: center;
}
#itemzone .content > ul > li a > div{
    overflow: hidden;
}
#itemzone .content > ul > li:nth-child(n+5){
    margin-top: 10px;
}

#itemzone .content .col_3 li{
    border:solid #222 1px;
    border-radius:5px;
    padding: 10px 0;
    background-color:#fff;
}
#itemzone .col_2 {
    grid-template-columns: repeat(2, 1fr)!important;
}
#itemzone .content .col_2 > li{
    border:solid #222 1px;
    border-radius:5px;
    padding: 10px 0;
    background-color:#fff;
}