@charset "UTF-8";

/*ポップアップ */
.popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: .6s;
  }
  .popup.is-show {
    opacity: 1;
    visibility: visible;
  }
  .popup-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
    max-width: 600px;
    padding: 50px;
    background-color: #fff;
    z-index: 2;
  }
  .popup-inner a:hover {
      text-decoration: none;
  }
  .popup-txt {
      color: #333;
      line-height: 2.0;
  }
  .close-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
      font-size: 40px;
  }
  .black-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
    z-index: 1;
    cursor: pointer;
  }
  /*ポップアップここまで */

/****** ryuumu css ******/

/* common size */


/*******************/
/* header */
/*******************/



/* login */
.ec-headerNav .ec-headerNav__item.headerNav_facorite,  .ec-headerNav .ec-headerNav__item.headerNav_mypage {
    display:  none;
}


/*******************/
/* コンテンツページ */
/*******************/
/* ページタイトル */
.ec-pageHeader h1 {
    color: #3A2C1E;
    font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", serif;
}
.ec-role {
    color: #242415;
}




.section {
    font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", serif;
    margin-bottom: 50px;
    position: relative;
}
.section h2 {
    font-size: 20px;
    font-weight: bold;
    padding: 15px 0 15px 0;
    margin-top: 0;
    margin-bottom: 35px;
    border-bottom: 1px solid #000;
}
.section .inner_cont {
    padding-left: 0;
    margin-bottom: 40px;
}
.section h3 {
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 5px 0;
    border-bottom: 1px dotted #ccc;
}
.section .txt_wrap {
    padding: 0 10px;
    line-height: 1.8;
    font-size: 14px;
}
.section h4 {
    font-size: 16px;
    font-weight: bold;
    padding: 15px 0 5px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #ccc;
}
.section ol {
	/* padding-left: 30px;
	padding-right: 20px; */
    padding: 0;
}
.section ol li {
	font-size: 15px;
	margin-bottom: 1em;
	list-style: none;
	line-height: 1.6;
}
.section dl {
    margin-bottom: 15px;
}
.section dl dt.em {
    padding: 15px 0;
}
.section dl dd {
    line-height: 1.8;
}
.section img {
    width: auto;
    height: auto;
}
.section span.asterisk {
    display: block;
    margin: 0.5em 0;
    padding-left: 1.2em;
    position: relative;
}
.section span.asterisk em {
    font-weight: bold;
    font-style: normal;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}
.section a {
    color: inherit;
    text-decoration: underline;
}

.ps_span {
    position: absolute;
    left:0;
}


/*******************/
/* 特定商 */
/*******************/
#page_help_tradelaw {
    font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", serif;
}
.ec-borderedDefs dd.multiple {
    line-height: 1.6;
    padding: 14px 0;
}
.ec-borderedDefs dd.multiple p {
    margin: 0.8em 0;
}
.ec-borderedDefs dd a {
    color: inherit;
    text-decoration: underline;
}
.ec-borderedDefs dd ul {
    padding-left: 0;
    margin-bottom: 0;
}
.ec-borderedDefs dd ul li {
    list-style: none;
    margin-bottom: 0.8em;
}
.ec-borderedDefs dd ul li:last-child {
    margin-bottom: 0;
}
.ec-borderedDefs dd span.asterisk {
    display: block;
    margin: 0.5em 0;
    padding-left: 1.2em;
    position: relative;
}
.ec-borderedDefs dd span.asterisk em {
    font-weight: bold;
    font-style: normal;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}

/*******************/
/* ご利用ガイド */
/*******************/
.payment_detail img {
    margin: 15px 0;
}
.guide_cancel .guide_cancel01 p, .guide_cancel .guide_cancel02 p {
    margin-bottom: 15px;
}
.guide_cancel .guide_cancel01 dt, .guide_cancel .guide_cancel02 dt {
    margin-bottom: 0.5em;
}

.calender_block_section h2 {
    font-size: 20px;
    font-weight: bold;
    font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", serif;
    padding: 15px 0 15px 0;
    margin-top: 0;
    margin-bottom: 35px;
    border-bottom: 1px solid #000;
}

.guide_conf_p {
    margin: 1em 0;
}

/* 営業日カレンダー */
.apg_sc_calender {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: 30px;
}
.apg_sc_table {
    border-collapse: collapse;
    margin-top: 30px;
}
.apg_sc_table th, .apg_sc_table td {
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    padding: 8px;
    text-align: center;
    vertical-align: middle;
}

.apg_sc_header {
   border:  none !important;
   height: 2em;
}

.apg_sc_table .apg_sc_sunday_header {
    background: #F8F8F8;
    color: #DE5D50;
}
.apg_sc_table .apg_sc_saturday_header {
    background: #F8F8F8;
    color: #5CB1B1;
}
.apg_sc_table .apg_sc_monday_header, .apg_sc_table .apg_sc_tuesday_header, .apg_sc_table .apg_sc_wednesday_header, .apg_sc_table .apg_sc_thursday_header, .apg_sc_table .apg_sc_friday_header {
    background: #F8F8F8;
    color: #333;
}

.apg_sc_table .apg_sc_holiday {
    background: #FFF;
    color: #DE5D50 !important;
}
.apg_sc_h2 h2 {
    font-size: 20px;
    font-weight: bold;
    font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", serif;
    padding: 15px 0 15px 0;
    margin-top: 0;
    margin-bottom: 35px;
    border-bottom: 1px solid #000;
}




/*******************/
/* ご購入の流れ */
/*******************/
.section.flow ol li {
    margin-bottom: 30px;
}
.flow_chart .fc_title {
    font-size: 15px;
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 0.25em 1em;
}
.flow_chart .fc_ol {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.flow_chart .fc_ol li {
    padding: 15px;
    position: relative;
}
.fc_number {
    position: absolute;
    left: 10px;
    top: -27px;
    font-size: 30px;
}
.flow_chart .fc_ol li h3 {
    font-size: 16px;
    border-bottom: none;
    line-height: 1.4;
    margin-top: 10px;
    min-height: 3.2em;
}
.flow_chart .fc_ol li p {
    font-size: 13px;
    line-height: 1.4;
}
.flow_chart .fc_ol li .notice {
    font-size: 11px;
}
.flow_chart .fc_ol li dl {
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 0;
}
.flow_chart .fc_ol li dt {
    font-weight: bold;
    border-bottom: 1px solid #000;
    display: inline-block;
}
.flow_chart .fc_ol li dd {
    line-height: 1.4;
}
.flow_chart .fc_ol li em {
    font-weight: bold;
    font-style: normal;
    border-bottom: 1px solid #000;
}
.fls01 .flow_chart .fc_ol li em {
    display: inline-block;
}

#fls02_return {
    background: none;
    padding: 0;
}
#fls02_return div {
    background: #D4CDC9;
    padding: 15px;
}
#fls02_return div.return_inner02 {
    position: relative;
}
#fls02_return div.return_inner h3 {
    font-size: 14px;
}


.flow_shipping > p {
    margin-bottom: 45px;
}
.flow_shipping dl {
    margin-top: 15px;
}

/*******************/
/* よくあるご質問 */
/*******************/
.faq ul {
    padding-left: 0;
}
.faq ul li {
    list-style: none;
    margin-bottom: 40px;
}
.faq ul li dt {
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 5px 0;
    margin-bottom: 10px;
    border-bottom: 1px dotted #ccc;
}


/*******************/
/* 商品一覧 */
/*******************/
.ec-pageHeader.p_list_header h1.cat_title {
    text-align: center;
    margin-bottom: 0;
    border-bottom: none;
}

.ec-topicpath .ec-topicpath__item a, .ec-topicpath .ec-topicpath__item--active a {
    color: #333;
    text-decoration: underline;
}
.ec-topicpath .ec-topicpath__item a:hover, .ec-topicpath .ec-topicpath__item--active a:hover {
    text-decoration: underline;
    opacity: 0.7;
}
.ec-shelfGrid .ec-shelfGrid__item p {
    font-size: 15px;
    margin-bottom: 0.5em;
}
#page_product_list .ec-shelfGrid .ec-shelfGrid__item .pl_product_desc {
    font-size: 14px;
}
#page_product_list .ec-shelfGrid .ec-shelfGrid__item .pl_product_name {
    font-size: 15px;
    font-weight: bold;
}

/* オプション非表示 */
#page_product_list .ec-shelfGrid .ec-shelfGrid__item .ec-productRole__actions {
    display: none;
}
#page_product_list .ec-shelfGrid .ec-shelfGrid__item .ec-numberInput {
    display: none;
}
#page_product_list .ec-shelfGrid .ec-shelfGrid__item .ec-productRole__btn button[type="submit"] {
    display: none;
}



/* 購入ボタン */

.ec-shelfGrid .ec-shelfGrid__item .ec-productRole__btn {
    margin-top: 30px;
}

.ec-blockBtn--action {
    background: #624F40;
    border-color: #624F40;
}
.ec-blockBtn--action:hover {
    background: #000;
    border-color: #000;
}
.ec-blockBtn--action:active, .ec-blockBtn--action.active, .open > .ec-blockBtn--action.dropdown-toggle {
    background: #000 !important;
    border-color: #000 !important;
}
.ec-blockBtn--action:active:hover, .ec-blockBtn--action:active:focus, .ec-blockBtn--action:active.focus, .ec-blockBtn--action.active:hover, .ec-blockBtn--action.active:focus, .ec-blockBtn--action.active.focus, .open > .ec-blockBtn--action.dropdown-toggle:hover, .open > .ec-blockBtn--action.dropdown-toggle:focus, .open > .ec-blockBtn--action.dropdown-toggle.focus {
    background: #000 !important;
    border-color: #000 !important;
}
.ec-blockBtn--action:focus, .ec-blockBtn--action.focus {
    background: #000 !important;
    border-color: #000 !important;
}
.ec-blockBtn--action[disabled] {
    background: #000 !important;
    border-color: #000 !important;
}


.ec-blockBtn--cancel {
    background-color: #999;
    border-color: #999;
}
.ec-blockBtn--cancel:hover {
    background-color: #ccc !important;
    border-color: #ccc !important;
}
.ec-blockBtn--cancel:focus {
    background-color: #ccc !important;
    border-color: #ccc !important;
}

/* 数量ボタン */
#page_product_list .product_num_form {
    display: none;
}


/*******************/
/* 商品詳細 */
/*******************/
.ec-productRole .ec-productRole__title .ec-headingTitle {
    font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", serif;
}
.ec-productRole__description {
    color: #333;
    font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", serif;
    margin-top: 40px;
}
.ec-productRole .ec-productRole__price {
    color: #000;
    font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", serif;
}

.ec-price.inc_tax .ec-price__price {
    font-size: 0.57em;
}


.ec-productRole__description div.item_detail {
    padding: 15px 0;
    border-top: 1px dashed #555;
    border-bottom: 1px dashed #555;
}
.ec-productRole__description a {
    text-decoration: underline;
}

#option_price_box {
    margin-bottom: 1em;
}

#page_product_detail #option_price_box {
    display: none;
}


/* 商品画像 */
.ec-productRole .ec-sliderItemRole .slide-arrow {
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    opacity: 0.7;
    z-index: 10;
}
.ec-productRole .ec-sliderItemRole .slide-arrow:hover {
    cursor: pointer;
}
.ec-productRole .ec-sliderItemRole .slide-arrow.prev-arrow {
    left: 0;
}
.ec-productRole .ec-sliderItemRole .slide-arrow.next-arrow {
    right: 0;
}


/*******************/
/* 最近チェックした商品 */
/*******************/
.product_page .ec-layoutRole__mainBottom {
    margin-top: 20px;
    background: none;
}
.product_page .recently_check {
    padding-top: 50px;
    font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", serif;
}
.product_page .recently_check h2 {
    font-size: 20px;
    font-weight: bold;
    padding: 15px 0 15px 0;
    margin-top: 0;
    margin-bottom: 35px;
    border-bottom: 1px solid #000;
}

/* 4番目以降は隠す */
.product_page .recently_check ul li:nth-child(n + 5) {
    display: none;
}


/*******************/
/* プライバシーポリシー */
/*******************/
#page_help_privacy {
    font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", serif;
    font-size: 15px;
}
#page_help_privacy h2 {
    font-size: 20px;
    font-weight: bold;
    padding: 15px 0 15px 0;
    margin-top: 0;
    margin-bottom: 35px;
    border-bottom: 1px solid #000;
}
#page_help_privacy h3 {
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 5px 0;
    margin-bottom: 1em;
    border-bottom: 1px dotted #ccc;
}
.privacyul {
    padding-left: 1.5em;
}
.privacyul ol {
    padding-left: 1.5em;
}
.privacyul ol li {
    margin-bottom: 1em;
}

/*******************/
/* 購入画面 */
/*******************/
.ec-orderPayment img {
    width: auto;
    height: auto;
}

/* 配送方法選択 */
.ec-orderDelivery__actions {
    display: none;
}



@media only screen and (max-width: 767px) {
 /* sp only style  */   

.pc {
    display: none;
}



/*******************/
/* header */
/*******************/
.ec-headerNaviRole {
    padding-top: 0;
}
.ec-headerTitle__title h1 {
    margin: 15px 0;
}

.ec-headerNaviRole .ec-headerNaviRole__right {
    width: auto;
    margin-right: 0;
}

/* heder hamberger menu defalt */
.ec-headerNavSP {
    left: auto;
    right: 10px;
}
.ec-drawerRoleClose {
    left: auto;
    right: 10px;
    z-index: 100001;
}

.ec-drawerRole {
    transform: translateX(100vw);
}
.ec-drawerRole.is_active {
    transform: translateX( calc(100vw - 260px) );
}

.ec-drawerRole .ec-headerSearch {
    padding-top: 60px;
}


.ec-drawerRole .ec-headerLinkArea .ec-headerLink__item.spnavi_favorite {
    display: none;
}
.ec-drawerRole .ec-headerLinkArea .ec-headerLink__item.spnavi_entry {
    display: none;
}



/* heder hamberger menu pc original */
.h-menu_wrap {
    display:  none;
}

/*******************/
/* main */
/*******************/
.ec-layoutRole__contents {
    padding-top: 25px;
}



/*******************/
/* footer */
/*******************/
.ec-layoutRole__footer {
    margin-top: 60px;
}
.ec-footerRole {
    margin-top: 0;
}
.ec-layoutRole__footer {
  background: #2B1B0B;
}

.ec-footerRole .ec-footerRole__inner {
    max-width: 100%;
}

.fcontents {
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
}
.flogo_wrap {
    margin-right: 0;
    text-align: center;
    order: 2;
    color: #eee;
}
.flogo {
    margin-top: 20px;
    margin-bottom: 30px;
}
.flogo img {
    width: 128px;
    height: auto;
}
.fadd, .ftel {
    margin-bottom: 15px;
}
.fmail a, .ftel a {
    color: #eee;
}

.fmenu_wrap {
    margin: 0 0 30px;
    order: 1;
}
.fmenu {
    padding-left: 0;
    margin: 0;
}
.fmenu li {
    list-style: none;
    font-size: 14px;
    border-top: 1px solid #bbb;
    font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", serif;
}
.fmenu li a {
    color: #eee !important;
    display: block;
    padding: 3.125%;
    position: relative;
}
.fmenu li a::after {
    border-right: 2px solid #bbb;
    border-top: 2px solid #bbb;
    border-radius: 1px;
    content: "";
    height: 0.7em;
    width: 0.7em;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    right: 1em;
    top: 0;
    bottom: 0;
    margin: auto;
}
.fmenu li.fmenu_title {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    padding: 3.125%;
}
.fmenu01 li:first-child {
    border-top: none;
}
.fmenu02 li:last-child {
    border-bottom: 1px solid #bbb;
}



.ec-footerTitle {
    padding-bottom: 40px;
}

.ec-footerTitle .ec-footerTitle__logo img {
    width: 120px;
    height:  auto;
}

.ec-footerNavi {
    margin-bottom: 0;
    border-top: #7d7d7d 1px solid;
}


.ec-footer_corporatelink {
    margin-bottom: 50px;
}
.ec-footer_corporatelink a {
    display: block;
    border-bottom: 1px solid #7d7d7d;
    padding: 15px 0;
    font-size: 14px;
    color: #eee;
    text-decoration: none;
    text-align: center;
}

.ec-footerTitle__copyright {
    text-align: center;
    padding-bottom: 15px;
}
.ec-footerTitle__copyright a {
    color: #eee;
    font-size: 10px;
    display: inline-block;
    line-height: 1.2;
}



/* pagetop */
.ec-blockTopBtn {
    width: 50px;
    height: 50px;
    background: none;
    right: 10px;
}
.ec-blockTopBtn img {
    width: 100%;
    height:  auto;
}



/*******************/
/* TOPページ */
/*******************/
.ec-sliderRole {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}
.main_visual {
    position: relative;
    background: url(../img/top/mainpic_sp.jpg) no-repeat center top/cover;
}
.main_visual::after {
    content: "";
    display: block;
    width: 100%;
    height: 15px;
    background: url(../img/common/border_b.jpg);
    left: 0;
    bottom: -15px;
}

#mainpic {
    padding-top: 300px;
    padding-bottom: 36px;
    text-align: center;
}
#mainpic .inner_box {
    padding: 0 10px;
}
#mainpic h2 {
    font-size: 34px;
    color: #3A2C1E;
    font-weight: bold;
    line-height: 1.4;
    font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", serif;
    letter-spacing: 0.05em;
}
#mainpic p {
    font-size: 16px;
    color:#3A2C1E;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", serif;
}

#page_homepage .ec-layoutRole__contents {
    padding-top: 0;
}


/* section title */
.top_secTitle_wrap {
    padding-top: 30px;
    margin-bottom: 30px;
}
.top_secTitle {
    font-size: 20px;
    font-weight: 500;
    font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", serif;
    text-align: center;
    position: relative;
    margin: 0 auto 30px;
    color: #333;
}
.top_secTitle::after {
    content: "";
    display:  block;
    position: absolute;
    bottom: -27px;
    left: 50%;
    margin-left: -10px;
    width: 20px;
    height: 20px;
    background: url(../img/common/sec_title_logo.png);
}
.top_secTitle_jp {
    font-size: 12px;
    font-weight: 300;
    font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", serif;
    text-align: center;
    color: #333;
}
/* メインコンテンツ */
#page_homepage .ec-layoutRole__mainBottom {
    background: url(../img/common/ri_bg.jpg);
}

/* おすすめ商品 */
.ec-shelfRole_wrap {
    padding-bottom: 100px;
  }
  
  .ec-shelfGrid .ec-shelfGrid__item img {
      border: #999 1px solid;
      margin-bottom: 10px;
  }
  .ec-shelfGrid .ec-shelfGrid__item p {
      font-size: 12px;
      font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", serif;
  }
  .ec-shelfGrid .ec-shelfGrid__item .item_name {
      margin: 0 0 0.5em;
      font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", serif;
  }
  .ec-shelfGrid .ec-shelfGrid__item  .price_tax{
      display: block;
  }


  .ec-shelfRole .a_wrap a {
      display: block;
      width: 100%;
      font-size: 16px;
      color: #fff;
      font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", serif;
      background: #624F40;
      padding: 20px 0;
      margin: 0 auto;
      text-align: center;
  }



  /* 商品カテゴリー */
  #top_category {
      background: url(../img/top/pcat_bg3.jpg) no-repeat center top/cover;
      padding-bottom: 30px;
  }
  .top_cat_list {
      width: 100%;
      display: flex !important;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-bottom: 0;
      padding: 0 15px;
  }
  .top_cat_list li {
      list-style: none;
      width: 48%;
      background: #000;
      opacity: 0.7;
      margin-bottom: 20px;
  }

  .top_cat_list li a {
      display: block;
  }
  .top_cat_list li a:hover {
      text-decoration: none;
  }
  .top_cat_list li a span {
      opacity: 1;
      font-size: 15px;
      font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", serif;
      color: #fff;
      display: block;
      text-align: center;
      padding: 20px 0;
  }

/* ページリンク */
#top_pagelink {
    background: #fff;
}
.top_pagelink_list {
    padding: 50px 15px;
    margin: 0;
}
.top_pagelink_list li {
    list-style: none;
    width: calc(100vw - 30px);
    height: calc((100vw - 30px) / 3.485);
    background: url(../img/top/bn_bg.png) no-repeat left top/100% auto;
}

.top_pagelink_list li:first-child {
    margin-right: 0;
    margin-bottom: 25px;
}
.top_pagelink_list a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.top_pagelink_list a:hover {
    text-decoration: none;
}
.top_pagelink_list span {
    font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", serif;
    color: #000;
}
.top_pagelink_list span:nth-child(1) {
    font-size: 20px;
    font-weight: bold;
    margin-right: 22px;
}
.top_pagelink_list span:nth-child(2) {
    font-size: 12px;
}

/* footer */
#page_homepage .ec-layoutRole__footer {
    margin-top: 60px;
}


/*******************/
/* コンテンツページ */
/*******************/
/* ページタイトル */
.ec-pageHeader h1 {
    font-size: 18px;
    text-align: center;
}

/*******************/
/* 特定商 */
/*******************/
.ec-borderedDefs dl {
    padding-bottom: 10px;
}
.ec-borderedDefs dd {
    line-height: 1.6;
}

/*******************/
/* ご購入の流れ */
/*******************/
.flow_chart {
    margin-bottom: 45px;
}

.flow_chart .fc_ol {
    display: block;
}
.flow_chart .fc_ol li {
    width: 100%;
    background: #D4CDC9;
    margin: 0 0 30px;
}
.flow_chart .fc_ol li::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 12px 0 12px;
    border-color: #00000f transparent transparent transparent;
    bottom: -20px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
}
/* .flow_chart .fc_ol li:nth-child(n + 4)::after {
    content:  none;
} */
.flow_chart .fc_ol li:last-child::after {
    content:  none;
}
.fls02 .flow_chart .fc_ol li:nth-child(4)::after {
    content: "";
}
.flow_chart .fc_ol li h3 {
    min-height: auto;
}
.fc_number {
    top: -20px;
    font-size: 24px;
}

#fls02_return {
    display: flex;
    justify-content: space-between;
}
#fls02_return div.return_inner {
    width: 48%;
}
#fls02_return::after, .fls02 .flow_chart .fc_ol li:nth-child(2)::after {
    left: 25%;
}
.fls02 .flow_chart .fc_ol li:nth-child(2)::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 12px 0 12px;
    border-color: #00000f transparent transparent transparent;
    bottom: -20px;
    left: 75%;
    margin-left: -20px;
    position: absolute;
}


/*******************/
/* 商品詳細 */
/*******************/
.ec-price.ex_tax .ec-price__price {
    font-size: 24px;
}
/* 商品画像 */
.ec-productRole .ec-sliderItemRole {
    padding-left: 0;
    padding-right: 0;
}


}


@media only screen and (min-width: 767px) {
/* pc style  */

.sp {
	display: none;
}

/* pc common style */

/*******************/
/* header */
/*******************/
.ec-layoutRole__header {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 20;
}
.ec-headerNaviRole {
    padding-bottom: 46px;
    display: block;
    text-align: right;
    transition: 0.5s;
}
.ec-headerNaviRole.headerscroll  {
    padding-bottom: 20px;
}

.ec-headerNaviRole .ec-headerNaviRole__left {
    position: absolute;
    left: 50%;
    top: 0;
    width: auto;
    margin-left: -58.5px;
}


/* logo */
.ec-headerNaviRole  .ec-headerNaviRole__right {
    width: auto;
    margin-right: 0;
}

  @media only screen and (max-width: 1250px) {
    .ec-headerNaviRole  .ec-headerNaviRole__right {
        margin-right: 30px;
    } 
  }

.ec-headerNaviRole .ec-headerNaviRole__search {
	display: none;
}
.ec-headerTitle__title h1 {
	font-size: 1em;
    margin: 0;
    padding: 15px 0;
}
.ec-headerNaviRole.headerscroll .ec-headerTitle__title h1 {
    padding-top: 25px;
}

.ec-headerTitle__title h1 a {
    width: 117px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: 0.5s;
}
.ec-headerNaviRole.headerscroll .ec-headerTitle__title h1 a {
    height: 28px;
}
.ec-headerTitle__title h1 a:hover {
    opacity: 0.7;
}
.ec-headerTitle__title h1 a::before {
    content: "";
    display: block;
    width: 81px;
    height: 75px;
    background: url(../img/common/hlogo_bg.png) no-repeat center center/81px 75px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -37px;
    z-index: -1;
    opacity: 1;;
    transition:  0.3s;
}
.ec-headerNaviRole.headerscroll .ec-headerTitle__title h1 a::before {
    opacity: 0;
}
.ec-headerTitle__title h1 img {
	width: 117px;
    height:  auto;
    z-index: 2;
}


/* login */
.ec-headerNav .ec-headerNav__item.headerNav_mypage {
    display:  none;
}
.ec-headerNav .ec-headerNav__item.headerNav_facorite {
    display:  none;
}

/* cart */
.ec-cartNavi {
    background: none;
    padding-top: 16px;
}


 /* heder hamberger menu */
 .h-menu_wrap {
    float: right;
}

.menu--btn {
 position: absolute;
 top: 0;
 right: 0;
 display: flex;
 height: 82px;
 width: 82px;
 justify-content: center;
 align-items: center;
 z-index: 90;
 /* background-color: #9F1822; */
}
.menu--btn:hover {
    cursor: pointer;
}


.menu--btn span,
.menu--btn span:before,
.menu--btn span:after {
 content: '';
 display: block;
 height: 2px;
 width: 44px;
 border-radius: 2px;
 background-color: #000;
 position: absolute;
}
.menu--btn span {
 transform: translateY(0);
}

.menu--btn span:before {
 bottom: 12px;
 transition: 0.2s ease-in;
}
.menu--btn span:after {
 top: 12px;
 transition: 0.2s ease-in;
}

.menu--btn em {
 display:  none;
 font-size: 12px;
 color: #fff;
 font-style: normal;
 transform: translateY(25px);
 letter-spacing: 0.2em;
}

#menu-btn-check {
 display: none;
 outline:none;
}


#menu-btn-check:checked ~ .menu--btn span {
 background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu--btn span::before {
 bottom: 0;
 transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu--btn span::after {
 top: 0;
 transform: rotate(-45deg);
}



#menu_window {
 width: 100%;
 height: 100%;
 position: fixed;
 top: 0;
 left: 100%;/*leftの値を変更してメニューを画面外へ*/
 z-index: 80;
 /* background-color: #fff; */
 background: rgba(255,255,255,0.95);
 transition: all 0.7s cubic-bezier(0.22, 1, 0.36, 1);/*アニメーション設定*/
}

#menu-btn-check:checked ~ #menu_window {
    left: 0;
}

 #menu_window .mw_cont_wrap  {
     width: 100%;
     height: 100%;
     display: flex;
     justify-content: center;
     align-items: center;
 }

 .mw_cont_inner .h-menu {
    text-align: center;
}

 #menu_window .mw_cont_wrap .h-menu li {
     list-style: none;
     line-height: 2;
 }
 #menu_window .mw_cont_wrap .h-menu li a {
     color: #000;
     display: block;
     padding: 10px 0;
     padding-left: 18px;
     position: relative;
     font-size: 18px;
     font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", serif;
 }
 /* #menu_window .mw_cont_wrap .h-menu li a::before {
     content: "";
     position: absolute;
     left: 0;
     top: 50%;
     margin-top: -3.5px;
     width: 7px;
     height: 7px;
     border-radius: 50%;
     background-color: #C99F3F;
 } */
 #menu_window .mw_cont_wrap .h-menu li a:hover {
     opacity: 0.7;
 }
 .mw_cont_inner {
     margin-bottom: 0;
     margin-right: 100px;
 }
 .mw_cont_inner:first-child {
     transform: translateY(20px);
 }
 .mw_cont_inner:last-child, .mw_cont_inner:nth-last-child(1){
     margin-right: 0;
 }
 .mw_cont_title {
     text-align: center;
     color: #fff;
     border-bottom: 1px solid #C99F3F;
     padding-bottom: 14px;
     padding-right: 18px;
     font-size: 2rem;
     margin: 0 auto;
 }

 




/*******************/
/* main */
/*******************/

.ec-layoutRole__contents {
    padding-top: 150px;
}

.ec_inner {
    max-width: 1130px;
    margin: 0 auto;
}

/*******************/
/* footer */
/*******************/
.ec-layoutRole__footer {
    margin-top: 100px;
}
.ec-footerRole {
    border: none;
    margin-top: 0;
    background: #2B1B0B;
    padding-top: 55px;
}

.ec-footerRole .ec-footerRole__inner {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.4;
    color: #fefefe;
    font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", serif;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    max-width: 1130px;
}

.fcontents {
    display: flex;
    justify-content: center;
    margin-bottom: 70px;
}
.flogo_wrap {
    margin-right: 170px;
    font-size: 13px;
}
.flogo {
    margin-bottom: 20px;
}
.ec-footerRole .ec-footerRole__inner .flogo img {
    width: 128px;
    height: auto;
}
.ec-footerRole .ec-footerRole__inner img {
    width: auto;
}
.fadd, .ftel {
    margin-bottom: 15px;
}
.fmail a, .ftel a {
    color: #fefefe;
}

.fmenu_wrap {
    display: flex;
}
.fmenu {
    padding-left: 0;
    margin: 0 85px 0 0;
    width: 230px;
}
.fmenu li {
    list-style: none;
    font-size: 15px;
    margin-bottom: 1.2em;
}
.fmenu li a {
    color: #fefefe;
}
.fmenu li.fmenu_title {
    font-size: 18px;
    border-bottom: 1px solid #fefefe;
}

 @media screen and (max-width: 1000px) {
    .flogo_wrap {
        margin-right: 70px;
        font-size: 10px;
    }
    .fmenu {
        margin-right: 60px;
    }
    .fmenu li {
        font-size: 13px;
    }
 }



.ec-footer_copyright {
    text-align: center;
    font-size: 13px;
    color: #fefefe;
    padding-bottom: 20px;
}
.ec-footer_copyright a {
    color: #fefefe;
}
.ec-footer_copyright a:hover {
    text-decoration: none;
    opacity: 0.7;
}

/* pagetop */
.ec-blockTopBtn.pagetop {
    width: 78px;
    height: 78px;
    background: none;
    z-index: 20;
}






/*******************/
/* TOPページ */
/*******************/
#page_homepage .ec-layoutRole .ec-layoutRole__contents{
    max-width: 100%;
}

/* mainpic */
.ec-sliderRole {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}
.main_visual {
    background: #EDEDE5 url(../img/top/mainpic2.jpg) no-repeat center top/1920px auto;
    position: relative;
}
.main_visual::after {
    content: "";
    display: block;
    width: 100%;
    height: 15px;
    background: url(../img/common/border_b.jpg);
    left: 0;
    bottom: -15px;
}
#mainpic {
    /* max-width: 1130px; */
    height: 650px;
    display: flex;
    align-items: center;
    margin-top: 105px;
    padding-left: 50px;
    transition: 0.5s;
}

@media only screen and (max-width: 1000px) {
    .main_visual {
        background: #EDEDE5 url(../img/top/mainpic_tb.jpg) no-repeat center top/cover;
    }
}


@media only screen and (min-width: 1500px) {
    #mainpic {
        padding-left: 10vw;
    }
}

#mainpic h2 {
    font-size: 40px;
    color: #3A2C1E;
    font-weight: bold;
    line-height: 1.2;
    font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", serif;
    letter-spacing: 0.05em;
}
#mainpic p {
    font-size: 18px;
    color:#3A2C1E;
    line-height: 2;
    letter-spacing: 0.05em;
    font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", serif;
}




/* メインコンテンツ */
#page_homepage .ec-layoutRole__contents {
    padding-top: 0;
}
#page_homepage .ec-layoutRole__mainBottom {
    background: url(../img/common/ri_bg.jpg);
}

/* section title */
.top_secTitle_wrap {
    padding-top: 60px;
    margin-bottom: 60px;
}
.top_secTitle {
    font-size: 20px;
    font-weight: 500;
    font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", serif;
    text-align: center;
    position: relative;
    margin: 0 auto 30px;
    color: #333;
}
.top_secTitle::after {
    content: "";
    display:  block;
    position: absolute;
    bottom: -27px;
    left: 50%;
    margin-left: -10px;
    width: 20px;
    height: 20px;
    background: url(../img/common/sec_title_logo.png);
}
.top_secTitle_jp {
    font-size: 12px;
    font-weight: 300;
    font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", serif;
    text-align: center;
    color: #333;
}


/* おすすめ商品 */
.ec-shelfRole_wrap {
  /* background: url(../img/top/ri_bg_i.png) repeat-y top left 200px/307px auto; */
  background: url(../img/top/ri_bg_i2.png) no-repeat center top/auto 100%;
  padding-bottom: 100px;
}

.ec-shelfGrid .ec-shelfGrid__item a:hover img {
    opacity: 0.7;
}

.ec-shelfGrid .ec-shelfGrid__item img {
    border: #999 1px solid;
    margin-bottom: 10px;
}
.ec-shelfGrid .ec-shelfGrid__item p {
    font-size: 14px;
    font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", serif;
}
.ec-shelfGrid .ec-shelfGrid__item .item_name {
    margin: 0 0 0.5em;
    font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", serif;
}


.ec-shelfRole .a_wrap a {
    display: block;
    width: 570px;
    font-size: 16px;
    color: #fff;
    font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", serif;
    background: #624F40;
    padding: 20px 0;
    margin: 0 auto;
    text-align: center;
}
.ec-shelfRole .a_wrap a:hover {
    text-decoration: none;
    opacity: 0.7;
}

/* 商品カテゴリー */
#top_category {
    height: 477px;
    background: url(../img/top/pcat_bg3.jpg) no-repeat center top/cover;
}
.top_cat_list {
    width: 100%;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 40px;
    padding: 0 34px;
}
.top_cat_list li {
    list-style: none;
    width: 236px;
    background: #000;
    opacity: 0.7;
}
.top_cat_list li:hover {
    transition: 0.5s;
    opacity: 0.5;
}
.top_cat_list li a {
    display: block;
}
.top_cat_list li a:hover {
    text-decoration: none;
}
.top_cat_list li a span {
    opacity: 1;
    font-size: 16px;
    font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", serif;
    color: #fff;
    display: block;
    text-align: center;
    padding: 20px 0;
}
.top_cat_list.tcl2 li:last-child a span {
    letter-spacing: 0.1em;
}


 @media screen and (max-width: 1080px ){
    #top_category{
        height: auto;
        padding-bottom: 40px;
    }
    .top_cat_list {
        margin-bottom: 0;
    }
    .top_cat_list li {
        width: 48%;
        margin-bottom: 25px;
    }

 }





/* ページリンク */
#top_pagelink {
    padding: 0;
    background: #fff;
}
.top_pagelink_list {
    display: flex;
    justify-content: center;
    padding: 120px 0;
    margin: 0;
}
.top_pagelink_list li {
    list-style: none;
    width: 467px;
    height: 143px;
    background: url(../img/top/bn_bg.png) no-repeat left top;
}
.top_pagelink_list li:hover {
    transition: 0.5s;
}
.top_pagelink_list li:first-child {
    margin-right: 80px;
}
.top_pagelink_list a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.top_pagelink_list a:hover {
    text-decoration: none;
}
.top_pagelink_list span {
    font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", serif;
    color: #000;
}
.top_pagelink_list a:hover span {
    opacity: 0.7;
}
.top_pagelink_list span:nth-child(1) {
    font-size: 20px;
    font-weight: bold;
    margin-right: 22px;
}
.top_pagelink_list span:nth-child(2) {
    font-size: 12px;
}

@media screen and (max-width: 1080px ){
    .top_pagelink_list {
        padding: 80px 15px;
    }
    .top_pagelink_list li:first-child {
        margin-right: 15px;
    }
    .top_pagelink_list li {
       width: calc(48vw - 45px);
       height: calc((48vw - 45px) / 3.485);
       background-size: cover;
    }
}

/* footer */
#page_homepage .ec-layoutRole__footer {
    margin-top: 0;
}



/*******************/
/* コンテンツページ */
/*******************/
/* ページタイトル */
.ec-pageHeader h1 {
    font-size: 26px;
}

.ps_span {
    top: -90px;
}



/*******************/
/* 特定商 */
/*******************/
.ec-borderedDefs dl {
    font-size: 15px;
    padding: 6px 0;
}
.ec-borderedDefs dt {
    width: 28%;
}
.ec-borderedDefs dd {
    width: 72%;
}

/*******************/
/* ご利用ガイド */
/*******************/

/* 営業日カレンダー */
.apg_sc_calender {
    flex-direction: row;
    margin-left: -30px;
}
.apg_sc_table {
    margin-top: 0;
    margin-left: 30px;
}

/*******************/
/* ご購入の流れ */
/*******************/
.flow_chart .fc_ol li {
    width: 20%;
    background: #D4CDC9;
    margin: 0 2.5% 30px;
}
.flow_chart .fc_ol li::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 20px;
    border-color: transparent transparent transparent #000000;
    top: 50%;
    right: -33px;
    margin-top: -10px;
    position: absolute;
}
/* .flow_chart .fc_ol li:nth-child(n + 4)::after {
    content:  none;
} */
.flow_chart .fc_ol li:last-child::after {
    content:  none;
}
.fls02 .flow_chart .fc_ol li:nth-child(4)::after {
    content: "";
}
#fls02_return div.return_inner h3 {
    margin: 0;
    min-height: auto;
}
#fls02_return div.return_inner01 {
    margin-bottom: 20px;
}
#fls02_return::after, .fls02 .flow_chart .fc_ol li:nth-child(2)::after {
    top: 25%;
}
.fls02 .flow_chart .fc_ol li:nth-child(2)::before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 20px;
    border-color: transparent transparent transparent #000000;
    top: 75%;
    right: -33px;
    margin-top: -10px;
    position: absolute;
}


/*******************/
/* 商品一覧 */
/*******************/



/*******************/
/* 商品詳細 */
/*******************/
/* #page_product_detail .ec-headerNaviRole {
    padding-bottom: 20px;
}
#page_product_detail .ec-headerNaviRole .ec-headerTitle__title h1 {
    padding-top: 25px;
}
#page_product_detail .ec-headerNaviRole .ec-headerTitle__title h1 a::before {
    opacity: 0;
}
#page_product_detail .ec-headerNaviRole .ec-headerTitle__title h1 a {
    height: 28px;
} */
#page_product_detail .ec-layoutRole__contents {
    padding-top: 125px;
}
#page_product_detail .ec-layoutRole .ec-layoutRole__contents {
    max-width: 1280px;
}
#page_product_detail .ec-productRole {
    max-width: 1280px;
}
.ec-productRole .ec-productRole__profile {
    background: #f7f7f7;
    padding: 15px;
    padding-top: 30px;
}
.ec-productRole .ec-productRole__btn {
    width: 80%;
}



/* 商品画像 */
.ec-productRole .ec-sliderItemRole .item_visual {
    width: 80%;
    margin-left: 10%;
}
.ec-sliderItemRole .slideThumb {
    width: 20%;
}


}