/* Reset */
html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var,b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent;} article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {display:block;} audio, canvas, progress, video {display: inline-block; vertical-align: baseline;}
/* Basic settings */
br {letter-spacing:0;} ul, li {list-style:none;} img, a img {border:0; text-decoration:none; vertical-align:top;} mark {background:#ff0; color:#000;} b, strong {font-weight:bold;} table {border-collapse:collapse; border-spacing:0;} td, th {padding:0;} hr {box-sizing:content-box; height:0;} button, input, optgroup, select, textarea {color:inherit; font:sans-serif; margin:0;} button {overflow: visible;}
button, select {text-transform:none;} button, html input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance:button; cursor:pointer;} input[type="checkbox"], input[type="radio"] {box-sizing:border-box; padding:0;} textarea {overflow:auto;}

/* Base */
html {
-ms-text-size-adjust:100%;
-webkit-text-size-adjust:100%;
}
body {
color: #333;
font-family: sans-serif;
line-height: 1.0;
}

a {
  background-color:transparent;
  outline:0;
  text-decoration:none;
  transition: all .3s;
}
a:link    {color:#543f32;}
a:visited {color:#543f32;}
a:hover   {color:#ccc;}
a:active  {color:#99ccff;}

/* -------------------------------------------------------
Common Layout
---------------------------------------------------------- */
html,
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.footer {
  margin-top: auto;
}

.dsp_n {
  display: none;
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100vh;
}
body.fixed .side {
  z-index: -1;
}

/* btn */
.list_back_btn {
  margin-top: 80px;
  text-align: center;
}
.topics_btn a,
.list_back_btn a {
  display: inline-block;
  padding: 0 2em;
  background-color: #fbfaf5;
  border: 1px solid #a99e93;
  border-radius: 20px;
  color: #543f32;
  font-size: 90%;
  text-decoration: none;
  line-height: 40px;
}


/* pagepath */
.pagepath {
  background-color: #f7f7f7;
}
.pagepath ul {
  letter-spacing: -0.4em;
  box-sizing: border-box;
  padding: 12px 24px;
}
.pagepath li {
  letter-spacing: normal;
  display: inline-block;
  font-family: sans-serif;
}
.pagepath li + li {
  margin-left: 1em;
}
.pagepath li:after {
  content: "\f105";
  font-family: "ForkAwesome";
  margin-left: 1em;
}
.pagepath li:last-child:after {
  content: "";
}
.pagepath li .nv {
  font-weight: bold;
}

/* pagenav */
.pagenav ul {
  letter-spacing: -0.4em;
}
.pagenav li {
  letter-spacing: normal;
  display: inline-block;
  width: 32px;
  margin: 0 4px;
}
.pagenav li a {
  display: block;
  width: 100%;
  height: 32px;
  background-color: #ede4cd;
  border-radius: 3px;
  color: #543f32;
  font-size: 14px;
  text-decoration: none;
  line-height: 32px;
  text-align: center;
  opacity: 1;
}
.pagenav li a:hover {
  opacity: .3;
}
.pagenav li.nv a {
  background-color: #f5f2ed;
}
.pagenav li.nv2 a {
  color: #fff;
}

.topics_page_mv {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  padding: 0 16px;
}
.topics_page_mv .prev a,
.topics_page_mv .next a {
  display: inline-block;
  padding: 1em 2em;
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #543f32;
  font-size: 14px;
  opacity: 1;
}
.topics_page_mv .prev a:hover,
.topics_page_mv .next a:hover {
  opacity: .5;
}

/* detail */
.detail_spec select {
  padding: .5em;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 100%;
}
.detail_spec input[type="number"] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.detail_spec input {
  box-sizing: border-box;
  font-size: 100%;
}
.detail_spec input[type="number"] {
  padding: 1em;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.detail_spec input[type="number"]:focus {
  box-shadow: 0 0 4px #3498db;
  border: 1px solid #3498db;
}
.nostock {
  margin-bottom: 8px;
}
.nostock span {
  display: inline-block;
  padding: .5em 1em;
  background-color: #222;
  color: #fff;
  font-size: 90%;
  line-height: 1;
}

.footer {
  letter-spacing: .1em;
}
.footer .cp {
  padding: 1em 0;
  background-color: #f5f2ed;
  color: #543f32;
  font-size: 80%;
  text-align: center;
}


/* modal */
.popup_btn button {
  display: inline-block;
  padding: 0 2em;
  background-color: #fbfaf5;
  border: 1px solid #a99e93;
  border-radius: 4px;
  color: #543f32;
  font-size: 90%;
  text-decoration: none;
  line-height: 40px;
}
.shipping_link .popup_btn button {
  padding-right: 1em;
  padding-left: 1em;
}

.modal{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
}
.modal-bg{
  position: absolute;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.modal-content{
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  height: 60%;
  width: 60%;
  box-sizing: border-box;
  background: #fff;
  z-index: 999;
}
.close_btn {
  height: 50px;
  text-align: right;
}
.close_btn a {
  display: inline-block;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  background-color: #111;
  color: #fff;
  line-height: 50px;
  text-align: center;
}
.batsu {
  display: block;
  width: 50px;
  height: 50px;
  background: #111;
  position: relative;
}
.batsu::before,
.batsu::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  transform: rotate(45deg);
  transform-origin: 0% 50%;
  position: absolute;
  top: 14%;
  left: 14%;
}
.batsu::after {
  transform: rotate(-45deg);
  transform-origin: 100% 50%;
  left: auto;
  right: 14%;
}
.close_btn a i {
  font-size: 20px;
}
.modal_inner {
  width: 100%;
  height: calc(100% - 50px);
  box-sizing: border-box;
  padding: 0 40px;
  overflow-y: scroll;
  line-height: 1.8;
}
table.haisou_ng_table {
  width: 100%;
  margin-bottom: 40px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
table.haisou_ng_table th,
table.haisou_ng_table td {
  padding: 1em;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
table.haisou_ng_table th {
  background-color: #f5f5f5;
  font-weight: normal;
}
table.haisou_ng_table th.prefecture {
  width: 5em;
}
table.haisou_ng_table th.city {
  width: 7em;
}

.detail_txt table {
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.detail_txt table th,
.detail_txt table td {
	padding: 1em;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
  line-height: 1.8;
}
.detail_txt table th {
	text-align: left;
}

/* -------------------------------------------------------
for Mobile
---------------------------------------------------------- */
@media screen and (max-width:1024px){
  .pcv {
    display: none;
  }
  .wrap .side {
    display: none;
  }
  .wrap_single {
    padding-bottom: 40px;
  }

  /* header */
  .header {
    height: 60px;
    box-sizing: border-box;
    padding-top: 8px;
  }
  .header .title img {
    width: auto;
    height: 40px;
  }

  /* nav ------------------------- */
  /* navbar_toggle */
  .navbar_toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    padding: 16px 0 0 16px;
    background: #fff;
    z-index: 999;
  }
  .navbar_toggle_icon {
    position: relative;
    display: block;
    width: 30px;
    height: 2px;
    background: #33231c;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .navbar_toggle_icon:nth-child(1) {
    top: 0;
  }
  .navbar_toggle_icon:nth-child(2) {
    margin: 8px 0;
  }
  .navbar_toggle_icon:nth-child(3) {
    top: 0;
  }
  .navbar_toggle.open .navbar_toggle_icon:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .navbar_toggle.open .navbar_toggle_icon:nth-child(2) {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
  }
  .navbar_toggle.open .navbar_toggle_icon:nth-child(3) {
    top: -10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  /* nav */
  .nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 160px auto;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: ease .5s;
    transition: ease .5s;
    z-index: 998;
    overflow-y: hidden;
  }
  .nav ul li {
    border-bottom: 1px solid #a99e93;
  }
  .nav ul li i {
    margin-right: 10px;
  }
  .nav ul li.side_nav_title {
    height: 60px;
    padding: 0 1em;
    background-color: #f5f2ed;
    color: #6f5436;
    line-height: 60px;
  }
  .nav ul li a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 1em 1em;
    color: #543f32;
    text-decoration: none;
  }

  /* nav - option */
  .side_menu_header {
    display: flex;
    align-items: center;
    height: 60px;
    box-sizing: border-box;
    padding: 0 8px;
  }
  .side_menu_header .s_m_l_btn,
  .side_menu_header .s_m_r_btn {
    padding: 0 8px;
  }
  .side_menu_header .s_m_l_btn a,
  .side_menu_header .s_m_r_btn a {
    display: inline-block;
    padding: 0 2em;
    border-radius: 20px;
    font-size: 14px;
    line-height: 40px;
  }
  .side_menu_header .s_m_l_btn a {
    background-color: #fff;
    border: 1px solid #a99e93;
    color: #544a47;
  }
  .side_menu_header .s_m_r_btn a {
    background-color: #fff;
    border: 1px solid #00a3af;
    color: #00a3af;
  }

  .side_nav_title {
    box-sizing: border-box;
    padding: .5em 1em;
    background-color: #f5f2ed;
    border-bottom: 1px solid #a99e93;
    color: #6f5436;
    font-size: 12px;
  }
  .side_member_menu {
    padding: 16px;
  }
  .side_info {
    padding: 16px;
    color: #333;
  }
  .site_contents {
    margin-bottom: 16px;
  }
  .site_contents_title {
    padding: .5em 1em;
    background-color: #544a47;
    color: #fff;
    font-size: 80%;
    letter-spacing: .1em;
  }
  .site_contents table {
    width: 100%;
    border-top: 1px solid #a99e93;
    border-left: 1px solid #a99e93;
    box-sizing: border-box;
  }
  .site_contents td {
    width: 50%;
    padding: 1em 0;
    border-right: 1px solid #a99e93;
    border-bottom: 1px solid #a99e93;
    text-align: center;
  }

  .side_info .site_name {
    margin-bottom: .5em;
    font-weight: bold;
  }
  .side_info p {
    font-size: 14px;
    line-height: 1.4;
  }
  .side_info .side_contact {
    margin-top: 16px;
  }
  .side_contact .side_tel_box a {
    display: block;
    background: #fff;
    border-radius: 24px;
    color: #33231c;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    line-height: 48px;
    text-align: center;
  }

  /*OPEN時の動き*/
  .nav.open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  body.fixed .title {
    height: 60px;
  }


  /* title */
  .section_title {
    padding-bottom: 16px;
    padding-right: 8px;
    padding-left: 8px;
    border-bottom: 1px solid #eee;
  }
  .section_title h2 {
    color: #544a47;
    font-size: 20px;
  }
  .section_title h2 span {
    display: inline-block;
    margin-left: 16px;
    font-size: 14px;
    letter-spacing: .1em;
    vertical-align: middle;
  }
  .section_title h2 img {
    display: inline-block;
    width: auto;
    height: 20px;
    margin-right: 8px;
  }

  /* contents ---------- */
  /* topics */
  .topics_list li {
    padding: 1em;
    border-bottom: 1px solid #eee;
    line-height: 1.6;
  }
  .topics_list li .date {
    color: #a99e93;
    font-size: 12px;
  }
  .topics_list li .tt {
    font-family: sans-serif;
  }
  .topics_btn {
    margin-top: 16px;
    text-align: center;
  }

  .topics_wrap {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .topics_body {
    margin-top: 40px;
    padding: 0 16px;
  }
  .topics_body p {
    line-height: 1.8;
  }
  .topics_body p + p {
    margin-top: 1.5em;
  }
  .topics_body img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 480px;
  }

  /* pickup */
  .pickup_wrap {
    margin-top: 80px;
  }

  .item_list {
    width: 100%;
    box-sizing: border-box;
    margin-top: 40px;
    padding: 0 8px;
    display: flex;
    flex-wrap: wrap;
  }
  .item_list li a {
    color: #543f32;
    text-decoration: none;
    opacity: 1;
  }

  .item_list li .image img {
    width: auto;
    height: 100%;
  }
  .item_list li .name {
    height: 2.5em;
    overflow: hidden;
    margin-top: 8px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
  }
  .item_list li .price {
    margin-top: 1em;
    font-size: 14px;
    letter-spacing: .05em;
  }
  .item_list li .price span {
    font-size: 12px;
  }
  .item_list li .new,
  .item_list li .rec {
    display: inline-block;
    margin-top: 8px;
  }
  .item_list li .new span,
  .item_list li .rec span {
    display: inline-block;
    padding: .4em .8em;
    background-color: #a22041;
    color: #fff;
    font-size: 10px;
    letter-spacing: .1em;
  }

  .modal-content {
    top: 40px;
    width: 90%;
    height: 80%;
  }
  .modal_inner {
    padding: 0 16px;
  }
  table.haisou_ng_table th {
    font-size: 10px;
    vertical-align: middle;
  }
  table.haisou_ng_table td {
    font-size: 80%;
  }
  table.haisou_ng_table th.prefecture {
    width: 1em;
  }
  table.haisou_ng_table th.city {
    width: 6em;
  }

  .haisoryo_table table {
    width: 100%;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  .haisoryo_table th,
  .haisoryo_table td {
    padding: 1em;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    line-height: 1.8;
  }
  .haisoryo_table th {
    background-color: #f7f7f7;
    text-align: center;
  }

  .category_wrap,
  .common_wrap {
    margin-bottom: 40px;
  }

  /* pagepath */
  .pagepath {
    width: 100%;
    margin-bottom: 40px;
  }
  .pagepath ul {
    white-space: nowrap;
    overflow: auto;
    scrollbar-width: none;
  }
  .pagepath ul::-webkit-scrollbar {
    display: none;
  }
  .pagepath li {
    font-size: 80%;
  }

  /* pagenav */
  .pagenav {
    margin-top: 16px;
    padding: 0 8px;
    text-align: left;
  }


  /* footer */
  .footer {
    padding-bottom: 48px;
  }
  .footer_info_wrap {
    padding: 16px;
    background-color: #fbfaf5;
  }
  .footer_info {
    line-height: 1.8;
  }
  .footer_info .address,
  .footer_info .bh {
    font-size: 12px;
  }
  .footer_link {
    margin-top: 16px;
  }
  .footer_link .fl + .fl {
    margin-top: 16px;
  }
  .footer_link .fl a {
    text-decoration: none;
  }
  .footer_link .fl a:before {
    content: "\f105";
    font-family: "ForkAwesome";
    margin-right: 8px;
  }

  .footer_menu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    border-top: 1px solid #544a47;
  }
  .footer_menu .f_m {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footer_menu .f_m li {
    width: 50%;
    border-right: 1px solid #544a47;
  }
  .footer_menu .f_m li:last-child {
    border-right: 0;
  }
  .footer_menu .f_m li a {
    display: block;
    font-size: 12px;
    line-height: 48px;
    text-align: center;
  }

}/* end Mobile */
/* -------------------------------------------------------
for SmartPhone
---------------------------------------------------------- */
@media screen and (max-width:599px){
  .pctab {
    display: none;
  }
  .fv {
    width: 100%;
    height: 240px;
    overflow: hidden;
    margin-bottom: 40px;
  }
  .fv img {
    width: 100%;
    height: auto;
  }

  /* item_list */
  .item_list {
    justify-content: space-between;
  }
  .item_list li {
    position: relative;
    width: 48%;
    box-sizing: border-box;
    margin-bottom: 40px;
  }
  .item_list li .image {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    background-color: #f7f7f7;
    border: 1px solid #f3f3f3;
    text-align: center;
    overflow: hidden;
  }
  .item_list li .image:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .item_list li .image img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: auto;
    height: 100%;
  }

  /* topics */
  .topics_title {
    margin: 0 16px;
    padding-bottom: 1em;
    border-bottom: 1px solid #eee;
  }
  .topics_title h2 {
    color: #544a47;
    font-size: 140%;
    line-height: 1.4;
  }
  .topics_title .topics_date {
    margin-top: 1em;
    color: #666;
    font-size: 14px;
  }

  /* detail */
  .detail_wrap {
    padding-right: 8px;
    padding-left: 8px;
    margin-bottom: 80px;
  }
  .detail_title {
    padding-bottom: 16px;
    border-bottom: 1px solid #eee;
  }
  .detail_title h2 {
    color: #544a47;
    font-size: 120%;
    line-height: 1.4;
  }

  .detail_title .item_status {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
  }
  .detail_title .item_status .status {
    flex: 1;
  }
  .detail_title .item_status .fav {
    text-align: right;
  }
  .detail_title .item_status .new,
  .detail_title .item_status .rec {
    display: inline-block;
    margin-right: 8px;
  }
  .detail_title .item_status .new span {
    display: inline-block;
    padding: .4em .8em;
    background-color: #a22041;
    color: #fff;
    font-size: 12px;
    letter-spacing: .1em;
  }
  .detail_title .item_status .rec span {
    display: inline-block;
    padding: .4em .8em;
    /*background-color: #e95295;*/
    background-color: #a22041;
    color: #fff;
    font-size: 12px;
    letter-spacing: .1em;
  }
  .detail_title .item_status .fav span.on,
  .detail_title .item_status .fav span.off {
    display: inline-block;
    padding: .4em .8em;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #333;
    font-size: 12px;
    vertical-align: middle;
  }
  .detail_title .item_status .fav span.on i {
    color: #fcc800;
  }
  .detail_title .item_status .fav span.off i,
  .detail_title .item_status .fav span.off a i {
    color: #ddd;
  }

  .detail_body {
    margin-top: 40px;
    margin-bottom: 80px;
  }
  .detail_body p {
    line-height: 1.8;
  }
  .detail_body p + p {
    margin-top: 1em;
  }
  .detail_body img {
    max-width: 100%;
  }

  .detail_spec {
    margin-top: 80px;
  }
  .detail_body .slider {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .detail_body .slider li {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .detail_body .slider li:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .detail_body .slider img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0%;
    width: 100%;
    height: auto;
    margin: auto;
  }
  .slider_thumb {
    width: 100%;
    overflow: hidden;
    margin-top: 4px;
    display: flex;
    flex-wrap: wrap;
  }
  .slider_thumb .thumbnail {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .slider_thumb .thumbnail {
    flex: 0 1 10%;
    margin-right: 4px;
    margin-bottom: 8px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
  }
  .slider_thumb .thumbnail::before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .thumbnail:after {
    content:'';
    background-color: rgba(0,0,0,0.5);
    position:absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: .3s opacity linear;
  }
  .slider_thumb .thumbnail img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0%;
    width: 100%;
    height: auto;
    margin: auto;
  }
  .thumbnail.thumbnail-current:after{
    opacity: 0;
  }
  .thumbnail img{
    width: 100%;
    margin: 0 auto;
  }

  .detail_txt {
    margin-top: 40px;
  }

  .item_detail .num {
    margin-bottom: 8px;
    font-family: sans-serif;
  }
  .item_detail .name {
    margin-bottom: 1em;
    font-family: sans-serif;
    font-size: 120%;
    font-weight: bold;
    line-height: 1.6;
  }
  .detail_spec table {
    width: 100%;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
  }
  .detail_spec th,
  .detail_spec td {
    padding: 1em;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    line-height: 1.6;
    vertical-align: middle;
  }
  .detail_spec th {
    width: 5em;
    background-color: #f7f7f7;
    font-weight: normal;
  }

  .detail_spec input[type="radio"] {
    display: none;
  }
  .detail_spec label.op_label {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 8px;
    padding: 1em;
    border: 2px solid #ccc;
    line-height: 1;
    cursor: pointer;
  }
  .detail_spec input[type="radio"]:checked + label {
    background-color: #007bbb;
    border-color: #007bbb;
    color: #fff;
  }

  .pr {
    display: inline-block;
    margin-right: 4px;
    font-size: 150%;
  }
  .normal_price {
    margin-top: 8px;
    font-size: 14px;
  }

  .shopping_att {
    margin-top: 24px;
    text-align: center;
  }
  .guide_wrap .shopping_att {
    margin-top: .5em;
    text-align: left;
  }
  .shopping_att a {
    color: #a22041;
    text-decoration: underline;
    line-height: 1.6;
  }

  .cart_in_btn,
  .cart_in_btn_ng {
    margin-top: 24px;
    text-align: center;
  }
  .cart_in_btn a,
  .cart_in_btn button {
    display: inline-block;
    padding: 1.2em 2em;
    background-color: #a22041;
    border-radius: 4px;
    color: #fff;
    font-size: 120%;
    text-decoration: none;
    opacity: 1;
  }
  .cart_in_btn_ng button {
    display: inline-block;
    padding: 1.2em 2em;
    background-color: #ccc;
    border-radius: 4px;
    color: #333;
    font-size: 120%;
    text-decoration: none;
    opacity: 1;
  }
  .cart_in_btn button,
  .cart_in_btn_ng button {
  	border: 0;
	}
  .cart_in_btn a:hover,
  .cart_in_btn button:hover {
    opacity: .5;
  }

  .mailforitem {
    margin-top: 32px;
    text-align: center;
  }
  .mailforitem a {
    display: inline-block;
    padding: 1em 1.5em;
    background-color: #fbfaf5;
    border: 1px solid #a99e93;
    border-radius: 4px;
    color: #543f32;
    font-size: 100%;
    text-decoration: none;
    opacity: 1;
  }
  .mailforitem a:hover {
    opacity: .5;
  }

  .popup_btn {
    margin-left: 16px;
  }
  .shipping_link .popup_btn {
    margin-left: 0;
  }


  .shipping_link {
    margin-top: 32px;
    text-align: center;
  }
  .shipping_link a {
    text-decoration: underline;
  }

  .order_att {
    margin-bottom: 40px;
    padding: 1em;
    background-color: #a22041;
    color: #fff;
    line-height: 1.4;
  }

  .fav_regi {
    margin-bottom: 16px;
  }
  .fav_regi a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 1em 0;
    background-color: #fff1cf;
    border: 2px solid #f8b500;
    border-radius: 4px;
    color: #333;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }
  .fav_regi a i {
    color: #fcc800;
  }

}/* end SmartPhone */

/* -------------------------------------------------------
for TAB & PC
---------------------------------------------------------- */
@media print, screen and (min-width:600px){
  /* topics */
  .topics_wrap {
    margin-top: 40px;
  }
  .topics_title {
    padding-bottom: 16px;
    border-bottom: 1px solid #eee;
  }
  .pctab {
    display: block;
  }

  /* detail */
  .detail_wrap {
    padding-right: 16px;
    padding-left: 16px;
  }

  .detail_title .item_status {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
  }
  .detail_title .item_status .status {
    flex: 1;
  }
  .detail_title .item_status .fav {
    width: 30%;
    text-align: right;
  }
  .detail_title .item_status .new,
  .detail_title .item_status .rec {
    display: inline-block;
    margin-right: 8px;
  }
  .detail_title .item_status .new span {
    display: inline-block;
    padding: .4em .8em;
    background-color: #a22041;
    color: #fff;
    font-size: 12px;
    letter-spacing: .1em;
  }
  .detail_title .item_status .rec span {
    display: inline-block;
    padding: .4em .8em;
    /*background-color: #e95295;*/
    background-color: #a22041;
    color: #fff;
    font-size: 12px;
    letter-spacing: .1em;
  }
  .detail_title .item_status .fav span.on,
  .detail_title .item_status .fav span.off {
    display: inline-block;
    padding: .4em .8em;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #333;
    font-size: 12px;
    vertical-align: middle;
  }
  .detail_title .item_status .fav span.on i {
    color: #fcc800;
  }
  .detail_title .item_status .fav span.off i,
  .detail_title .item_status .fav span.off a i {
    color: #ddd;
  }

  .detail_dsp_flx {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
  }
  .detail_body {
    width: 50%;
  }
  .detail_spec {
    width: 50%;
    box-sizing: border-box;
    padding-left: 40px;
  }

  .detail_body .slider {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .detail_body .slider img {
    width: 100%;
    height: 50vw;
    object-fit: cover;
  }
  .slider_thumb {
    width: 100%;
    overflow: hidden;
    margin-top: 4px;
    display: flex;
    flex-wrap: wrap;
  }
  .slider_thumb .thumbnail {
    flex: 0 1 10%;
    margin-right: 4px;
    margin-bottom: 8px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
  }
  .thumbnail:after {
    content:'';
    background-color: rgba(0,0,0,0.5);
    position:absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: .3s opacity linear;
  }
  .thumbnail.thumbnail-current:after{
    opacity: 0;
  }
  .thumbnail img{
    width: 100%;
    margin: 0 auto;
  }

  .detail_txt {
    margin-top: 40px;
  }
  .detail_body p {
    line-height: 1.8;
  }
  .detail_body p + p {
    margin-top: 1em;
  }
  .detail_body img {
    width: 100%;
  }

  .item_detail .num {
    margin-bottom: 8px;
    font-family: sans-serif;
  }
  .item_detail .name {
    margin-bottom: 1em;
    font-family: sans-serif;
    font-size: 120%;
    font-weight: bold;
    line-height: 1.6;
  }
  .detail_spec table {
    width: 100%;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
  }
  .detail_spec th,
  .detail_spec td {
    padding: 1em;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    line-height: 1.6;
    vertical-align: middle;
  }
  .detail_spec th {
    background-color: #f7f7f7;
    font-weight: normal;
  }

  .detail_spec input[type="radio"] {
    display: none;
  }
  .detail_spec label.op_label {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 8px;
    padding: 1em;
    border: 2px solid #ccc;
    border-radius: 4px;
    line-height: 1;
    cursor: pointer;
  }
  .detail_spec input[type="radio"]:checked + label {
    background-color: #007bbb;
    border-color: #007bbb;
    color: #fff;
  }



  .pr {
    display: inline-block;
    margin-right: 4px;
    font-size: 150%;
  }
  .normal_price {
    margin-top: 8px;
    font-size: 14px;
  }

  .shopping_att {
    margin-top: 24px;
    text-align: center;
  }
  .guide_wrap .shopping_att {
    margin-top: 0;
    padding-left: 1em;
    text-align: left;
  }
  .shopping_att a {
    color: #a22041;
    text-decoration: underline;
    line-height: 1.6;
  }

  .cart_in_btn,
  .cart_in_btn_ng {
    margin-top: 24px;
    text-align: center;
  }
  .cart_in_btn a,
  .cart_in_btn button {
    display: inline-block;
    padding: 1.2em 2em;
    background-color: #a22041;
    border-radius: 4px;
    color: #fff;
    font-size: 120%;
    text-decoration: none;
    opacity: 1;
  }
  .cart_in_btn_ng button {
    display: inline-block;
    padding: 1.2em 2em;
    background-color: #ccc;
    border-radius: 4px;
    color: #666;
    font-size: 100%;
    text-decoration: none;
    opacity: 1;
  }
  .cart_in_btn button,
  .cart_in_btn_ng button {
  	border: 0;
	}
  .cart_in_btn a:hover,
  .cart_in_btn button:hover {
    opacity: .5;
  }
  .mailforitem {
    margin-top: 32px;
    text-align: center;
  }
  .mailforitem a {
    display: inline-block;
    padding: 1em 1.5em;
    background-color: #fbfaf5;
    border: 1px solid #a99e93;
    border-radius: 4px;
    color: #543f32;
    font-size: 100%;
    text-decoration: none;
    opacity: 1;
  }
  .mailforitem a:hover {
    opacity: .5;
  }

  .popup-inner {
    max-height: 80vh;
    overflow-y: scroll;
  }
  .popup_btn {
    margin-left: 16px;
  }
  .shipping_link .popup_btn {
    margin-left: 0;
  }

  .shipping_link {
    margin-top: 32px;
    text-align: center;
  }
  .shipping_link a {
    text-decoration: underline;
  }

  .fav_regi {
    margin-bottom: 16px;
  }
  .fav_regi a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 1em 0;
    background-color: #fff1cf;
    border: 2px solid #f8b500;
    border-radius: 4px;
    color: #333;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    opacity: 1;
  }
  .fav_regi a i {
    color: #f39800;
  }
  .fav_regi a:hover {
    opacity: .5;
  }

  .order_att {
    margin-bottom: 40px;
    padding: 1em;
    background-color: #a22041;
    color: #fff;
  }

  .haisoryo_table table {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 32px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  .haisoryo_table th,
  .haisoryo_table td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    line-height: 1.8;
  }
  .haisoryo_table th {
    padding: 0.5em 0;
    background-color: #f7f7f7;
    text-align: center;
  }
  .haisoryo_table td {
    padding: 1em;
    text-align: center;
  }
  .haisoryo_table td.pref {
    text-align: left;
  }


}/* end TAB & PC */

/* -------------------------------------------------------
for TAB
---------------------------------------------------------- */
@media screen and (min-width:600px) and (max-width:1024px){
  .sspv {
    display: none;
  }
  .side_calendar {
    display: none;
  }
  /* fv */
  .fv {
    width: 100%;
    overflow: hidden;
    margin-bottom: 54px;
  }
  .fv .slider .slick-list {
    height: 480px;
  }
  .fv .slider img {
    width: 100%;
    height: auto;
  }

  /* item_list */
  .item_list li {
    position: relative;
    width: 25%;
    box-sizing: border-box;
    margin-bottom: 40px;
    padding: 0 4px;
  }
  .item_list li .image {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    background-color: #f7f7f7;
    border: 1px solid #f3f3f3;
    text-align: center;
    overflow: hidden;
  }
  .item_list li .image:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .item_list li .image img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: auto;
    height: 100%;
  }

  /* topics */
  .topics_title {
    margin: 0 16px;
  }
  .topics_title h2 {
    color: #544a47;
    font-size: 140%;
  }
  .topics_title .topics_date {
    margin-top: 1em;
    color: #666;
    font-size: 14px;
  }

  /* detail */
  .detail_wrap {
    margin-bottom: 80px;
  }
  .detail_title {
    padding-bottom: 16px;
    border-bottom: 1px solid #eee;
  }
  .detail_title h2 {
    color: #544a47;
    font-size: 120%;
    line-height: 1.4;
  }

  .slider_thumb .thumbnail {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .slider_thumb .thumbnail:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .slider_thumb .thumbnail img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0%;
    width: 100%;
    height: auto;
    margin: auto;
  }

  .item_detail th {
    width: 4em;
    white-space: nowrap;
    font-size: 90%;
  }

  .modal-content {
    width: 80%;
  }

  /* footer */
  .footer_info_inner {
    display: flex;
  }
  .footer_info {
    line-height: 1.8;
  }
  .footer_info .address,
  .footer_info .bh {
    font-size: 12px;
  }
  .footer_link {
    padding-bottom: 16px;
    padding-left: 80px;
  }
  .footer_link .fl {
    font-size: 90%;
  }
}/* end TAB */



/* -------------------------------------------------------
for PC
---------------------------------------------------------- */
@media print, screen and (min-width:1025px){
  body {
    zoom:1;
    font-family: "Arial", 'Kiwi Maru', sans-serif;
  }
  .pcv {
    display: block;
  }
  .spv,
  .sspv {
    display: none;
  }
  .footer_menu {
    display: none;
  }

  h1, h2, h3, h4 {
    font-weight: normal;
  }

  /* header */
  .header {
    width: 100%;
    min-width: 1200px;
    padding-bottom: 56px;
  }
  .header_inner {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items:flex-end;
  }
  .header_inner .title {
    width: 320px;
    padding-top: 40px;
  }
  .header_inner .title img {
    width: 240px;
    height: auto;
  }
  .header_inner .h_nav {
    flex: 1;
    text-align: right;
  }
  .h_nav .member_link {
    margin-bottom: 24px;
  }
  .member_link .join_btn,
  .member_link .login_btn,
  .member_link .h_cart_btn,
  .member_link .logout_btn,
  .member_link .menber_info {
    display: inline-block;
  }
  .member_link .join_btn a,
  .member_link .login_btn a,
  .member_link .logout_btn a {
    display: block;
    padding: 0 1em;
    border-radius: 16px;
    font-size: 14px;
    text-decoration: none;
    line-height: 32px;
  }
  .member_link .join_btn a {
    background-color: #fff;
    border: 1px solid #00a3af;
    color: #00a3af;
  }
  .member_link .join_btn a:hover {
    background-color: #a2d7dd;
    color: #fff;
  }
  .member_link .login_btn a,
  .member_link .logout_btn a {
    background-color: #fff;
    border: 1px solid #a99e93;
    color: #544a47;
  }
  .member_link .login_btn a:hover,
  .member_link .logout_btn a:hover {
    background-color: #ede4cd;
  }
  .member_link .menber_info {
    margin: 0 8px;
  }
  .member_link .h_cart_btn {
    margin-left: 16px;
  }
  .member_link .h_cart_btn a {
    display: block;
    padding: 0 1em;
    background-color: #a22041;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    line-height: 40px;
    opacity: 1;
  }
  .member_link .h_cart_btn a img {
    display: inline-block;
    width: auto;
    height: 16px;
    vertical-align: middle;
  }
  .member_link .h_cart_btn a:hover {
    opacity: .5;
  }

  .h_nav ul {
    letter-spacing: -0.4em;
  }
  .h_nav li {
    letter-spacing: normal;
    display: inline-block;
    font-size: 100%;
  }
  .h_nav li + li {
    margin-left: 2em;
  }

  /* layout */
  .wrap {
    width: 1200px;
    margin: 0 auto 80px;
    display: flex;
    flex-direction: row-reverse;
  }
  .wrap .side {
    width: 240px;
  }
  .wrap .main {
    flex: 1;
    padding-left: 80px;
  }
  .wrap_single {
    width: 1200px;
    margin: 0 auto 80px;
  }

  /* title */
  .section_title {
    padding-bottom: 16px;
    border-bottom: 1px solid #eee;
  }
  .section_title h2 {
    color: #544a47;
    font-size: 28px;
  }
  .section_title h2 span {
    display: inline-block;
    margin-left: 16px;
    font-size: 14px;
    letter-spacing: .1em;
    vertical-align: middle;
  }
  .section_title h2 img {
    display: inline-block;
    width: auto;
    height: 28px;
    margin-right: 8px;
  }

  .detail_title {
    padding-bottom: 16px;
    border-bottom: 1px solid #eee;
  }
  .detail_title h2 {
    color: #544a47;
    font-size: 28px;
    line-height: 1.4;
  }

  /* main */
  .fv {
    width: 880px;
    height: 480px;
    overflow: hidden;
    margin-bottom: 80px;
  }
  .fv .slider .slick-list {
    height: 480px;
  }
  .fv .slider img {
    width: 100%;
    height: auto;
  }

  /* topics */
  .topics_list li {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    padding: 1em;
    border-bottom: 1px solid #eee;
    line-height: 1.6;
  }
  .topics_list li .date {
    width: 10em;
    font-size: 14px;
  }
  .topics_list li .tt {
    flex: 1;
    font-family: sans-serif;
  }
  .topics_btn {
    margin-top: 16px;
    text-align: right;
  }
  .topics_btn a:hover {
    background-color: #ede4cd;
  }

  .topics_title h2 {
    color: #544a47;
    font-size: 28px;
  }
  .topics_title .topics_date {
    margin-top: 1em;
    color: #666;
    font-size: 14px;
  }

  .topics_body {
    margin-top: 40px;
  }
  .topics_body p {
    line-height: 1.8;
  }
  .topics_body p + p {
    margin-top: 1.5em;
  }
  .topics_body img {
    width: auto;
    max-width: 880px;
    height: auto;
    max-height: 800px;
  }

  /* pickup */
  .pickup_wrap {
    margin-top: 80px;
  }
  .item_list {
    width: 100%;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
  }
  .item_list li {
    position: relative;
    width: 25%;
    box-sizing: border-box;
    margin-bottom: 40px;
    padding: 0 8px;
    font-family: sans-serif;
  }
  .item_list li a {
    color: #543f32;
    text-decoration: none;
    opacity: 1;
  }
  .item_list li a:hover {
    opacity: .5;
  }
  .item_list li .image {
    width: 204px;
    height: 204px;
    box-sizing: border-box;
    background-color: #f7f7f7;
    border: 1px solid #f3f3f3;
    text-align: center;
    overflow: hidden;
  }
  .item_list li .image img {
    width: auto;
    height: 100%;
  }
  .item_list li .name {
    height: 2.5em;
    overflow: hidden;
    margin-top: 8px;
    font-size: 80%;
    font-weight: bold;
    line-height: 1.4;
  }
  .item_list li .price {
    margin-top: 1em;
    font-size: 14px;
    letter-spacing: .05em;
  }
  .item_list li .price span {
    font-size: 12px;
  }
  .item_list li .new,
  .item_list li .rec {
    display: inline-block;
    margin-top: 8px;
  }
  .item_list li .new span,
  .item_list li .rec span {
    display: inline-block;
    padding: .4em .8em;
    background-color: #a22041;
    color: #fff;
    font-size: 10px;
    letter-spacing: .1em;
  }

  /* detail */
  .detail_wrap {
    padding: 0;
  }
  .detail_body .slider {
    width: 600px;
    height: 600px;
    overflow: hidden;
  }
  .detail_body .slider img {
    width: 100%;
    height: auto;
  }
  .slider_thumb {
    width: 600px;
    height: 80px;
    overflow: hidden;
    margin-top: 4px;
    display: flex;
    flex-wrap: wrap;
  }
  .slider_thumb .thumbnail {
    flex: 0 1 10%;
    margin-right: 4px;
    margin-bottom: 8px;
    box-sizing: border-box;
    height: 60px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
  }
  .thumbnail:after {
    content:'';
    background-color: rgba(0,0,0,0.5);
    position:absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: .3s opacity linear;
  }
  .thumbnail.thumbnail-current:after{
    opacity: 0;
  }
	.thumbnail.thumbnail-current {
		box-sizing: border-box;
		border: 2px solid #f00;
	}
  .thumbnail img{
    width: 100%;
    margin: 0 auto;
  }

  .detail_spec th {
    width: 8em;
  }


  /* side */
  .sidebar_title {
    margin-bottom: 16px;
  }
  .sidebar_title h3 {
    color: #544a47;
    font-size: 110%;
  }
  .sidebar_title img {
    display: inline-block;
    width: auto;
    height: 24px;
    margin-right: 8px;
    vertical-align: middle;
  }

  .sidemenu {
    background-color: #fbfaf5;
  }
  .sidemenu li {
    border-top: 1px dotted #a99e93;
  }
  .sidemenu li:first-child {
    border-top: 0;
  }
  .sidemenu li a {
    position: relative;
    display: block;
    padding: 1em .5em 1em 1.5em;
    color: #543f32;
    text-decoration: none;
    transition: all .3s;
  }
  .sidemenu li a:before {
    content: "\f105";
    font-family: "ForkAwesome";
    position: absolute;
    top: 50%;
    left: 12px;
    margin-top: -8px;
    color: #cbb994;
  }
  .sidemenu li a:hover {
    background-color: #ede4cd;
  }

  .sidebar_box {
    margin-top: 32px;
  }

  .side_calendar iframe {
    margin-top: 40px;
  }

  /* pagepath */
  .pagepath {
    margin-bottom: 40px;
  }
  .pagepath ul {
    width: 864px;
    white-space: nowrap;
    overflow: hidden;
  }
  .pagepath li {
    font-size: 12px;
  }

  /* pagenav */
  .pagenav {
    padding-top: 16px;
    text-align: right;
  }


  /* footer */
  .footer_info_wrap {
    width: 100%;
    padding: 16px 0;
    background-color: #fbfaf5;
  }
  .footer_info_inner {
    width: 1025px;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
  }
  .footer_info {
    line-height: 1.8;
  }
  .footer_info .address,
  .footer_info .bh {
    font-size: 12px;
  }
  .footer_link {
    padding-bottom: 16px;
    padding-left: 64px;
  }
  .footer_link .fl {
    display: inline-block;
    padding: 0 1em;
    font-size: 90%;
  }
  .footer_link .fl a {
    text-decoration: none;
  }
  .footer_link .fl a:before {
    content: "\f105";
    font-family: "ForkAwesome";
    margin-right: 8px;
  }


}/* end PC */



/* -------------------------------------------------------
Common
---------------------------------------------------------- */
.fs80 {font-size:80%;}
.fs90 {font-size:90%;}
.fs100 {font-size:100%;}
.fs120 {font-size:120%;}
.fs140 {font-size:140%;}
.fs150 {font-size:150%;}

.lh15 {line-height:1.5;}
.lh18 {line-height:1.8;}
.lh20 {line-height:2.0;}

.mgt1em {margin-top:1em;}
.mgt2em {margin-top:2em;}
.mgt3em {margin-top:3em;}
.mgb1em {margin-bottom:1em;}
.mgb2em {margin-bottom:2em;}
.mgb3em {margin-bottom:3em;}
.mgb4em {margin-bottom:4em;}

.tac {text-align:center;}
.tal {text-align:left;}
.tar {text-align:right;}

.red {color: #d7003a;}

b, strong, .bold {font-weight: bold;}

.deco_u {text-decoration: underline;}
