@charset "UTF-8";
.nav_sp {
  display: none;
}
@media screen and (max-width: 1500px) {
  .nav_left {
    margin: 0
  }
  .p_header_nav_top_right {
    width: 60%;
  }
  .p_header_nav_top_left {
    width: 40%;
  }
  #p_header_nav_top {
    height: 88px
  }
  .megaMenu__content {
    top: 183px;
  }
}
@media screen and (max-width: 1100px) {
  .nav_pc {
    display: none !important;
  }
  .nav_sp {
    display: block;
  }
  .h_fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
    transition: top 0.5s;
  }
  .h_fixed.hide {
    position: fixed;
    top: -100%; /* ヘッダの高さに応じて調整してください */
    transition: top 0.5s;
  }
  #fixedphonenumber {
    position: fixed;
    bottom: 70px;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
    transition: bottom 0.5s;
  }
  #fixedphonenumber.hide {
    position: fixed;
    bottom: -60px;
    transition: bottom 0.5s;
  }
  .open .h_fixed {
    position: fixed;
    top: -100%; /* ヘッダの高さに応じて調整してください */
    transition: top 0.5s;
  }
  .open #fixedphonenumber {
    position: fixed;
    bottom: -60px;
    transition: bottom 0.5s;
  }
  #p_header_member {
    background: #FFD752;
    font-size: 10px;
  }
  #p_header_member img {
    margin-right: 3px;
  }
  /*---------------------------------------
p_header_nav_top / [header]タイトルとサブナビゲーション
---------------------------------------*/
  .site_logo {
    margin-right: 10px;
        width: min(162px, 29vw);
  }
  #p_header_nav_top {
    justify-content: flex-start;
    align-items: center;
    height: 60px
  }
  .nav_right {
    position: absolute;
    right: 2%;
/*	  top: 51px*/
  }
  .btn01 {
    padding: 0;
    color: #000 !important;
    background: none;
    font-family: YakuHanJP, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    flex-direction: column;
    font-weight: 700;
    font-size: 10px
  }
  .btn03 {
    border: none;
  }
  .btn01 img {
    margin-right: 5px;
    margin-bottom: 3px;
  }
  .nav_right .btn01 img {
    position: absolute;
    top: 0;
  }
  .nav_right .btn01 {
    padding: 2.5em 0.5em 0;
  }
  .nav_left {
    display: none;
  }
  .p_header_nav_top_right, .p_header_nav_top_left {
    width: auto;
  }
  .p_header_nav_top_left .ico-wrap {
    width: calc(100% - 180px);
  }
  .main_nav_list__ttl > a {
    font-size: 14px;
  }
  .search_container {
    width: 160px
  }
  .arrow_bottom > a {
    padding: 1em 2.8em 1em 2em;
  }
  .ranking_genre_ttl {
    font-size: 18px;
  }
  .ico-free-shipping {
    max-width: 80px
  }
  .ico-open-daily {
    max-width: 130px;
  }
  /*---------------------------------------
sp_header / [header]スマホ用ナビゲーション
---------------------------------------*/
  .screen {
    display: none;
    opacity: .6;
    position: fixed;
    top: 95px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    transition: .3s;
    z-index: 100;
  }
  .open .screen {
    display: block;
  }
  /*
    .drower {
        text-align: center;
        padding-top: 6px;
        padding: 16px 14px 7px;
        position: absolute;
        top: 35px;
        left: 0px;
        font-size: 8px;
        width: 80px;
        height: 60px;
        border-radius: 0;
        z-index: 999;
        transition: 300ms;
        text-align: center;
    }

    .drower b {
        position: relative;
        top: -2px;
    }

    .drower span {
        display: block;
        height: 3px;
        margin: 0 auto 4px;
        transition: .3s;
        width: 45%;
        background-color: #adac9b;
    }
*/
  /*
    .open .drower span:nth-of-type(1) {
        transform: rotate(45deg) translate(5px, 4px);
    }

    .open .drower span:nth-of-type(2) {
        transform: scaleX(0);
        transform-origin: center;
    }

    .open .drower span:nth-of-type(3) {
        transform: rotate(-45deg) translate(6px, -5px);
    }
*/
  .sp_header_ham_contents {
    width: calc(100% - 68px);
    position: fixed;
    z-index: 999;
    height: calc(100vh - 70px);
    display: block !important;
    background: #fff;
    left: -100%;
    top: 0px;
    overflow-y: auto;
    transition: .3s;
    transition-timing-function: ease-out;
    padding: 0 0 10px;
  }
  .open .sp_header_ham_contents {
    left: 0;
    padding-bottom: 80px
  }
  .ham_contents_mainnav {
    background: var(--be);
  }
  .ham_contents_mainnav li {
    border-bottom: 1px solid #e2e2e1;
  }
  .ham_contents_mainnav .c-accordion__title {
    font-size: 16px;
    padding: .8em 1em;
  }
  .ham_contents_mainnav .c-accordion__content {
    padding: 0 0.8em 1em;
  }
  .ham_contents_mainnav .category_title {
    font-size: 11px;
  }
  .ham_contents_mainnav .category_box a {
    padding: 10px 0;
  }
  .ham_contents_mainnav .c-accordion__content > a {
    display: block;
    padding: .7em 1em;
    position: relative;
  }
  .ham_contents_mainnav .c-accordion__content > a:before {
    position: relative;
    content: '';
    width: 0.6em;
    height: 1px;
    top: -7px;
    left: -7px;
    background: #000;
    display: inline-block;
  }
  .sp_header_ham_contents .p_search-box {
    padding: 1em;
    margin-left: 0;
  }
  .sp_header_ham_contents .search_container {
    width: 100%;
    border: 1px solid #cfcfcf;
    background: #fafafa;
    padding: 0.5em;
    height: auto;
    border-radius: 3em;
  }
  .search_container input[type="text"] {
    background: none;
  }
  .ham_contents_subnav li {
    border-bottom: 1px solid #e2e2e1;
  }
  .ham_contents_subnav li a {
    font-size: 16px;
    padding: 0.8em 1em;
    display: block;
  }
  .ham_contents_contact {
    background: url(./img/ham_contents_contact.jpg)no-repeat;
    background-size: cover;
    padding: 2em 4% 8em;
    color: #000;
  }
  .ham_contents_contact .title01 {
    font-size: 16px;
    margin-bottom: 1em;
  }
  .ham_contents_contact .txt_box {
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 1.5em;
  }
  .ham_contents_contact .contact_box {
    text-align: center;
    background: rgba(255, 255, 255, .7);
    border: 2px solid #fff;
    padding: 10px 10px 14px;
  }
  .ham_contents_contact .tel-no {
    font-size: 27px;
  }
  section.right {
    width: 100%;
  }
  .my-false {
    display: none;
  }
  .my-true {
    display: block;
  }
  .login.my-true {
    display: none;
  }
  .login.my-false {
    display: block;
    border-left: 1px solid #9e9e9e;
    padding-left: 3px;
  }
}
@media screen and (max-width: 819px) {
  body {
    font-size: 14px;
    margin-bottom: 180px;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  /*-----------------------
/*font
---------------------------------*/
  .title01, #p_footer_contact .contact_box .tel-no {
    font-size: 27px;
  }
  .about_link_txt_ttl {
    font-size: 24px;
  }
  .title02, .btn02 {
    font-size: 18px
  }
  .category_title {
    font-size: 16px;
  }
  /*-----------------------
/*layout
---------------------------------*/
  .l-row.l-row__1_sp > * {
    width: 100%;
  }
  .l-row.l-row__2_sp > * {
    width: 49%;
  }
  .l-row.l-row__3_sp > * {
    width: calc(100% / 3 - 1.6em);
  }
  .l-row.l-row__4_sp > * {
    width: calc(100% / 4 - 1.6em);
  }
  .l-row.l-row__5_sp > * {
    width: calc(100% / 5 - 1.6em);
  }
  /*-----------------------
ALL
-----------------------*/
  .season-item_list li:not(:last-child) {
    margin-bottom: 5em;
  }
  .container {
    padding: 50px 0;
  }
  .title01 img {
    width: 48px;
    margin-top: -10px;
  }
  .btn02 {
    margin: 20px auto;
  }
  .arrow-right:before {
    top: 46%
  }
  .jp_sp {
    font-family: YakuHanJP, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  }
  .tal_sp {
    text-align: left;
  }
  /*---------------------------------------
p_header_topinfo / [header]インフォメーション
---------------------------------------*/
  #p_header_topinfo {
    font-size: 10px;
  }
  /*---------------------------------------
p_header_member /  [header]SP用ログイン時メンバー情報
---------------------------------------*/
  .top_mainslider .slick-slide {
    margin: 0;
  }
  /*---------------------------------------
p_top_season-item /  [TOP]季節のおすすめ商品
---------------------------------------*/
  .season-item_list li:before {
    top: -60px;
    left: 0;
    width: 84px;
    height: 84px;
  }
  /*---------------------------------------
p_top_ranking / [TOP]ランキング
---------------------------------------*/
  .c-tab__content {
    display: block;
  }
  .c-tab__content:not(:last-child) {
    margin-bottom: 50px
  }
  .ranking_genre_ttl {
    font-size: 20px;
    text-align: left;
    padding: 0 0 8px;
    border-bottom: 1px solid #000;
    margin-bottom: 24px;
  }
  .ranking_wrap {}
  .ranking_box_wrap .item_box, .recommend_box_wrap .item_box {
    margin-bottom: 10px;
  }
  .ranking_box_wrap .item_box:nth-child(-n+2), .recommend_box_wrap .item_box:nth-child(-n+2) {
    width: 48%;
  }
  .ranking_box_wrap .item_box:nth-last-child(-n+3), .recommend_box_wrap .item_box:nth-last-child(-n+3) {
    width: 32%;
  }
  .ranking_wrap:last-child {
    margin-bottom: 0;
  }
  /*---------------------------------------
p_top_future / [TOP]特集
---------------------------------------*/
  #p_top_future .future_list li {
    margin: 0 10px;
  }
  /*---------------------------------------
p_top_category / [TOP]商品一覧(カテゴリー)
---------------------------------------*/
  .category_list {
    justify-content: flex-start;
	  gap: 4px;
  }
  .category_list.l-row.l-row__5 li {
            width: calc(100% / 4 - 4px);
        margin: 0;
	  text-align: center;
  }
.category_img {
    max-width: 35px;
    margin: 0 auto 5px;
    height: 30px;
}
	.c-accordion__content{
		display: block
	}
  /*---------------------------------------
p_top_about / [TOP]店舗情報
---------------------------------------*/
  #p_top_about {
    padding: 50px 0;
  }
  #p_top_about .txt_box {
    text-align: left;
    font-size: 13px;
    line-height: 1.8;
    width: 80%;
    margin: 0 auto;
  }
  .about_link_img {
    margin-bottom: 16px;
  }
  .about_link_txt_ttl {
    margin-bottom: 1em;
  }
  /*---------------------------------------
p_top_column / [TOP]コラム一覧
---------------------------------------*/
  .column_category_list {
    margin-bottom: 1em;
  }
  .column_category_list li a {
    font-size: 12px;
    border: 1px solid #cfcfcf;
  }
  .column__box__title {
    -ms-writing-mode: initial;
    writing-mode: initial;
    font-size: 20px;
    letter-spacing: initial;
    margin-bottom: 20px
  }
  .column__box__title_ico {
    margin-right: 8px;
    margin-bottom: 0;
    width: 48px;
  }
  .column__box__list li {
    margin-bottom: 20px
  }
  .column__box__list li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .column__box__list .post_thumbnail {
    width: 120px;
  }
  .column__box__list .post_txt {
    width: calc(100% - 130px);
  }
  .post_cate {
    font-size: 10px;
    top: -10px;
  }
  .post_date {
    font-size: 10px;
    text-align: left;
  }
  .post_title {
    font-size: 14px;
    text-align: left;
  }
  .post_txt p {
    display: none;
  }
  .column__box__link img, .column__box__link br {
    display: none;
  }
  .column__box__link a {
    border: 1px solid #000;
    display: block;
    padding: 1em;
    border-radius: 3em;
    width: 70%;
    margin: 0 auto;
  }
  .column__box.mb90 {
    margin-bottom: 0;
  }
  /*---------------------------------------
p_top_voice / [TOP]お客様の声
---------------------------------------*/
  #p_top_voice .title01 {
    font-size: 20px;
    line-height: 1.4;
  }
  .voice_area {
    height: 375px;
  }
  .voice_area:not(:last-child) {
    margin-bottom: 20px;
  }
  /*---------------------------------------
p_footer_guide / [footer]お買い物ガイド
---------------------------------------*/
  .guide_box__inner {
    padding-left: 0;
    width: 82%;
    margin: 0 auto 20px;
  }
  .pay_list {
    padding: 1em 0 0;
  }
  .pay_list li {
    margin-bottom: 0;
  }
  .ico-guide {
    font-size: 13px;
  }
  .guide_box__inner .guide_box__inner {
    width: 100%;
  }
  /*---------------------------------------
p_footer_contact / [footer]お問合せ
---------------------------------------*/
  #p_footer_contact {
    padding: 50px 8%;
  }
  #p_footer_contact .title01 {
    font-size: 20px;
    line-height: 1.4;
  }
  #p_footer_contact .txt_box {
    font-size: 14px;
  }
  #p_footer_contact .contact_box .tel-no img {
    width: 40px
  }
  /*---------------------------------------
p_footer_nav / [footer]ナビゲーション
---------------------------------------*/
  #p_footer_nav {
    padding: 30px 0;
  }
  #p_footer_nav .site_title {
    max-width: 150px;
    width: 70%;
    margin: 0 auto 10px;
  }
  #p_footer_nav .ico-wrap {
    width: 92%;
    margin: 0 auto 30px;
    justify-content: center;
  }
  .p_footer_nav_left .contact_box {
    max-width: 100%;
    width: 100%;
    margin: 0 auto 30px;
  }
  .p_footer_nav_right {
    padding: 0;
  }
  .title04 {
    margin-bottom: 1em;
  }
  .popup_btn, .checkhistory_fixed {
    width: 60px
  }
  .checkhistory_fixed {
    bottom: 124px;
  }
  .popup_btn {
    bottom: 56px;
  }
}
/*20240327改修*/
@media screen and (max-width: 819px) {
  .floating_bnr_phone {
    background: #fff;
    padding: 0;
    bottom: 70px;
  }
  .floating_bnr_phone a {
    display: block;
    width: 100%;
  }
  span.fixedphonenumber_top {
    background: #FF6C00;
    width: 100%;
    display: block;
    padding: 10px;
    color: #fff;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
  }
  span.fixedphonenumber_top img {
    margin: 0 8px
  }
  span.fixedphonenumber_bottom {
    justify-content: center;
    color: #BC4148;
    font-size: 9vw;
    text-align: center;
    padding: 10px 30px 10px 0;
    position: relative
  }
  span.fixedphonenumber_bottom .ico {
    width: 60px;
    margin-top: 10px;
  }
  span.fixedphonenumber_bottom .num {
    width: calc(100% - 100px);
    font-family: serif;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
  }
  span.fixedphonenumber_bottom .memo {
    font-size: 14px
  }
  #fixedphonenumber .ico-click {
    width: 40px;
    position: absolute;
    right: 10px;
    bottom: 10px;
  }
  #footernav {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #0B3810;
    z-index: 9999;
    width: 100%;
    display: flex;
    height: 70px;
    align-items: center;
  }
  #footernav .ico {
    height: 24px;
    width: auto;
    margin-bottom: 5px
  }
  .footernav_btn, a.footernav_btn {
    width: calc(100% / 5);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    font-weight: 300;
    font-size: 10px;
    border-right: 1px solid #517C56
  }
/*	sns*/
	.side-snsarea {
    padding: 2em 1em 0;
}
	.side-snsarea-ttl {
    margin-bottom: .5em;
}

}