.c-breadcrumbs {
    margin: 0 2rem 1rem auto;
    background: #f0f0f0;
    width: fit-content;
    padding: 0.5rem 0;
    padding-left: 25px;
    border-radius: 50px;
}

@media screen and (max-width: 767px) {
  .c-breadcrumbs {
      margin-right:0;
    }
  .pc_top{
    display:none!important;
  }
}
@media screen and (min-width: 768px) {
  .sp_top{
  display:none!important;
  }
}
.ft-spnm{
display:flex;
}
@media screen and (max-width: 767px) {
  .ft-spnm{
display:block;
}
  .opening{
    margin-left:0!important;
    margin-bottom:1rem;
  }
}
.opening{
margin-left: 3rem;
    font-family: sans-serif;
    line-height: 1.7;
    font-size: 0.8rem;
    color: gray;
    height: fit-content;
    border-radius: 6px;
}
.opening p{
margin:0;
}

.logo_noren{
max-width: 150px;
    z-index: 1000;
    position: fixed;
    left: 3rem;
    top: -0.2rem;
    filter: drop-shadow(0px 5px 7px rgba(0, 0, 0, 0.1));
  display:block;
}
@media screen and (max-width: 1500px) {
  .logo_noren{
  left:2rem;
  }
}
@media screen and (max-width: 767px) {
  .logo_noren{
    display:none;
  }
}
/* ************************************************
*  all
* ************************************************ */
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
  height: 100%;
  scroll-padding-top: 7rem;
}

body {
   font-family: "ten-mincho", "YuMincho","Shippori Mincho", serif;
  font-style: normal;
  background-color: #fff;
  background-image: url(https://img.shop-pro.jp/tmpl_img/84/bg.gif);
  color: #464e54;
  -webkit-font-smoothing: antialiased;
}

img{
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: middle;
}

a {
  text-decoration:none;
  color: #464e54;
}
a:hover {
  color: #5e5e5e;
  text-decoration: none;
}

.btn {
  border-radius: 0;
}

p {
  margin: 0 0 10px;
}

ul, ol, form {
  margin: 0;
}

ul, li {
  list-style: none;
  padding-left: 0;
}

.l-main {
  padding-top: 8rem;
}
@media screen and (max-width: 1110px) {
  .l-main {
    margin-top: 0px !important;
    padding-top: 0;
  }
}

@charset "euc-jp";
.c-breadcrumbs{
 text-align:right;
  font-family:sans-serif;
}
#wrapper{
  width: 100%;
    position: relative;
}
#main{
  padding:0 3rem;
padding-top:9rem;
  max-width: 1500px;
    margin: auto;
}
@media screen and (max-width: 1024px) {
  #main{
    padding:0 1rem!important;
padding-top:7rem!important;   
}
}

/* ************************************************
*  clearfix
* ************************************************ */

.clearfix {
  *zoom: 1;
}
.clearfix:before {
  display: table;
  content: "";
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clear {
  clear: both;
}

/******************************/
/* Layout */
/******************************/
.l-contents-wrap {
  display: grid;
grid-template-columns: 1fr 4fr;
grid-template-rows: 1fr;
grid-column-gap: 20px;
grid-row-gap: 10px;
}
@media screen and (max-width: 767px) {
  .l-contents-wrap {
    display: block;
  }
}
.l-contents-main {
  grid-area: 1 / 2 / 2 / 3;
  padding: 0 50px;
}
@media screen and (max-width: 1110px) and (min-width:768px){
  .l-contents-wrap {
    grid-template-columns: 1.5fr 4fr;
}
  .l-contents-main {
  padding: 0 30px;
}
}
@media screen and (max-width: 767px) {
  .l-contents-main {
    width: auto;
    padding: 0;
  }
}
.l-contents-side {
  order: -1;
  grid-area: 1 / 1 / 2 / 2;
  margin-top:21px;
}
@media screen and (max-width: 767px) {
  .l-contents-side {
    margin-top: 60px;
    width:100%;
  }
}
/******************************/
/* category */
/******************************/
.p-category__ttl {
  margin: 10px 0 30px 0;
  line-height: 1.4;
  font-size: 30px;
  font-weight: normal;
  text-align: center;
}
.p-category-free {
  margin-bottom: 60px;
  line-height: 2;
}
/***** カテゴリ一覧 *****/
.p-category-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 767px) {
  .p-category-list {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}
.p-category-list__item {
  box-sizing: border-box;
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
  width: 33.3333%;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-category-list__item {
    margin-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
    width: auto;
    text-align: left;
  }
}
.p-category-list__link {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-category-list__link {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.p-category-list__link:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-category-list__link:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -6px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    transform: rotate(-45deg);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}
.p-category-list__img {
  display: block;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-category-list__img {
    margin-right: 10px;
    margin-bottom: 0;
    width: 75px;
  }
}
.p-category-list__name:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .p-category-list__name:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  .p-category-list__name {
    flex: 1;
  }
}
/***** カテゴリ一覧 *****/

/***** 商品件数・ソート *****/
.p-item-list-head {
  display: flex;
  justify-content: space-between;
  padding: 30px;
  border-top: 1px solid #7d7d7d;
}
@media screen and (max-width: 767px) {
  .p-item-list-head {
    padding: 30px 10px;
  }
}
.p-item-list-num {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-item-list-num {
    font-size: 14px;
  }
}
.p-item-sort-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.p-item-sort-list__item {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .p-item-sort-list__item {
    margin-left: 25px;
  }
}
.p-item-sort-list__item:first-child {
  margin-left: 0;
}
.p-item-sort-list__item span {
  text-decoration: underline;
}
/***** 商品件数・ソート *****/

.conwrap{
  display:flex;
  margin:50px auto;
}
.conwrap a{
  width:48%;
  margin:auto;
}
.conbot{
  width:auto;
   height:4em;
   border-radius:50px;
   background:#fff;
  display:flex;
   align-items:center;
   justify-content:center;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 10px;
  transition: .3s;
  padding: .9em 2em;
  margin:auto;
}
.conbot p{
  margin:0;
}
@media screen and (min-width: 768px) {
.conbot:hover{
  transform: translateY(4px);
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 0px;
}
}
@media screen and (max-width: 767px) {
  .conwrap{
  display:initial;
}
  .conbot{
    margin:10px auto;
    box-shadow:none;
    border:solid 1px;
  }
}



/******************************/
/* Utility */
/******************************/
.u-contents {
  padding-top: 75px;
  padding-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .u-contents {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.u-img-scale {
  display: block;
  overflow: hidden;
  position: relative;
}
.u-img-scale img {
  display: inline-block;
  width: 100%;
  transform: scale(1, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (max-width: 767px) {
  .u-img-scale img {
    transform: none;
    transition: none;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
  }
}
.u-img-scale:hover img {
  transform: scale(1.05, 1.05);
}
@media screen and (max-width: 767px) {
  .u-img-scale:hover img {
    transform: none;
  }
}

/***** FAVORITE *****/
.c-favorite-list {
  display: flex;
  flex-wrap: wrap;
  list-style:none;
}
.priceyose{
  text-align:right;
}
@media screen and (max-width: 1110px) {
  .c-favorite-list {
    margin-left: 0;
    margin-right: 0;
  }
}
.c-favorite-list__item {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 40px;
  padding-left: 9px;
  padding-right: 9px;
  width: calc(100% / 6);
}
@media screen and (max-width: 767px) {
  .c-favorite-list__item {
    width: calc(100% / 4);
  }
}
.c-favorite-list__img {
  position: relative;
  margin:auto;
      width: auto;
}
@media screen and (max-width: 1110px) {
  .c-favorite-list__img {
    margin-bottom: 10px;
    text-align: center;
  }
}
.c-favorite-list__img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.c-favorite-list__img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-favorite-list__img img {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  text-align: center;
}
.c-favorite-list__price {
  color: #909090;
  margin-top: 15px;
  white-space: normal;
  text-align:right;
}
.c-favorite-list__price.is-strikethrough {
  margin-top: 0;
  text-decoration: line-through;
}
.c-favorite-list__btn {
  position: absolute;
  right: 30px;
  bottom: 0;
}

/******************************/
/* Components */
/******************************/
/********** title **********/
.c-ttl-main {
      margin-top: 1vw;
    text-align: center;
    margin-bottom: 4vw;
      color: #103b1a;
  font-size: 2rem;
    letter-spacing: 0.05em;
    font-feature-settings: "palt" 1;
}
@media screen and (max-width: 767px) {
  .c-ttl-main {
    margin-bottom: 30px;
    font-size: 21px;
  }
}
.c-ttl-main__ja {
  display: block;
    margin-bottom: 5px;
    font-size: 1rem;
    letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .c-ttl-main__ja {
    margin-bottom: 2px;
    font-size: 12px;
    white-space: nowrap;
  }
}
.c-ttl-sub {
  margin-top: 0;
  margin-bottom: 45px;
  line-height: 1.4;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.3em;
  text-align: center;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 767px) {
  .c-ttl-sub {
    margin-bottom: 30px;
    font-size: 14px;
  }
}
.c-ttl-sub__ja {
  display: block;
  margin-top: 15px;
  font-size: 12px;
  font-weight: normal;
  color: #909090;
  letter-spacing: 0;
}
.c-ttl-second {
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 1.4;
  font-size: 21px;
  letter-spacing: 0.3em;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 767px) {
  .c-ttl-second {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
/********** パーツ **********/
.c-item-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
 padding-inline-start: 0;
  padding:0 10rem;
}
.c-item-list__item {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 40px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 0;
  width: 25%;
  transition: opacity 0.2s;
  word-break: break-all;
}
.c-item-list__img {
  position: relative;
    margin-bottom: 30px;
    border: solid 3px #103b1a;
    border-radius: 15px;
}
  @media screen and (max-width: 1110px) {
    .c-item-list{
        padding:0 4rem;
    }
    .c-item-list__img{
      margin-bottom:10px!important;
    }
    .c-item-list__ttl {
    font-size:0.9em;
    }
  .c-item-list__item {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 767px) {
  .c-item-list__item {
    padding-left: 10px;
    padding-right: 10px;
    width:50%;
  }
  .c-item-list__img {
    text-align: center;
  }
}
.c-item-list__item.is-hidden {
  display: none;
}

.c-item-list__img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.c-item-list__img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-item-list__img img {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  text-align: center;
  height: 100%;
    object-fit: cover;
}
.c-item-list__ttl img {
  vertical-align: middle;
}
.c-item-list__price {
  color: #909090;
  margin-top: 15px;
  text-align:left;
}
.c-item-list__price.is-strikethrough {
  margin-top: 0;
  text-decoration: line-through;
}
.c-item-list__expl {
  margin-top: 15px;
}
.c-item-list__btn {
  display: block;
  position: absolute;
  right: 30px;
  bottom: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #d8d8d8;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 1110px) {
  .c-item-list__btn {
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-item-list__btn {
    right: 10px;
  }
}
.c-item-list__btn.is-added {
  color: #000000;
}
.c-item-list__btn svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
svg:not(:root) {
  overflow: hidden;
}
.c-item-list__txt {
font-size:1rem;
  font-weight:bold;
}
/********** button **********/
.c-btn {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  padding: 18px 45px 18px 25px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-left: 0;
  border-right: 0;
  min-width: 150px;
  font-size: 14px;
  font-weight: bold;
  background: transparent;
  color: #000000;
  text-align: left;
  cursor: pointer;
  letter-spacing: 0.3em;
}
.c-btn:before, .c-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 9px;
  height: 1px;
  background: #000000;
  transition: all 0.3s ease;
}
.c-btn:after {
  transform: rotate(90deg);
}
.c-btn:hover {
  text-decoration: none;
}
.c-btn:hover:before {
  transform: rotate(90deg);
}
.c-btn:hover:after {
  transform: rotate(180deg);
}
.c-btn-cart {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  padding: 25px;
  border: none;
  border-radius: 0;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  background: #2c7258;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.c-btn-cart:hover {
  background: rgba(44, 114, 88, 0.8);
  color: #ffffff;
  text-decoration: none;
}
.c-btn-cart.is-disabled {
  background: #d8d8d8;
  cursor: default;
}
.c-btn-cart.is-disabled:hover {
  background: rgba(216, 216, 216, 0.8);
}
.c-btn-cart.is-soldout {
  background: #ac0000;
  cursor: default;
}
.c-btn-cart.is-soldout:hover {
  background: #ac0000;
}
.c-btn-cart.is-membersonly {
  background: #53a6a5;
  cursor: default;
}
.c-btn-cart.is-membersonly:hover {
  background: #53a6a5;
}
.c-icon-cart {
  display: inline-block;
  margin-right: 20px;
  width: 19px;
  height: 18px;
  background: url(https://img.shop-pro.jp/tmpl_img/86/icon-template-cart.png) no-repeat;
  background-size: 19px 18px;
  vertical-align: -2px;
}
.c-more {
  text-align: center;
}
.c-not-found {
  margin-bottom: 60px;
}
/********** table **********/
.c-tbl-list {
  border-top: 1px solid #b2b2b2;
}
.c-tbl-list__tr {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #b2b2b2;
}
@media screen and (max-width: 767px) {
  .c-tbl-list__tr {
    display: block;
  }
}
.c-tbl-list__th {
  margin: 0;
  width: 270px;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-tbl-list__th {
    margin-bottom: 10px;
    width: auto;
  }
}
.c-tbl-list__td {
  flex: 1;
  margin: 0 0 0 30px;
}
@media screen and (max-width: 767px) {
  .c-tbl-list__td {
    margin-left: 0;
  }
}
/********** breadcrumbs **********/
.c-breadcrumbs + .u-contents {
  padding-top: 30px;
}
.c-breadcrumbs-list {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .c-breadcrumbs-list {
    font-size: 10px;
  }
}
.c-breadcrumbs-list__item {
  position: relative;
  display: inline-block;
  margin-right: 25px;
}
.c-breadcrumbs-list__item:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  margin-top: -3px;
  width: 5px;
  height: 5px;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  transform: rotate(-45deg);
}
.c-breadcrumbs-list__item:last-child:before {
  content: none;
}
.c-breadcrumbs-list a {
  color: #000000;
}
/********** pager **********/
.c-pager {
  margin-top: 75px;
  margin-bottom: 75px;
  text-align: center;
}
.c-pager__total {
  margin-bottom: 30px;
}
.c-pager-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}
.c-pager-list__item {
  box-sizing: border-box;
  overflow: hidden;
  margin-left: 6px;
  margin-right: 6px;
  min-width: 30px;
  line-height: 30px;
  background: #ffffff;
  text-align: center;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .c-pager-list__item {
    display: none;
    min-width: 45px;
    line-height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .c-pager-list__item.is-visible {
    display: block;
    margin-left: 15px;
    margin-right: 15px;
    width: auto;
  }
}
.c-pager-list__link {
  display: block;
  position: relative;
  border: 1px solid #ffffff;
  background: #ffffff;
  color: #000000;
  min-width: 30px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .c-pager-list__link {
    min-width: 45px;
  }
}
.c-pager-list__link:hover {
  border-color: #d8d8d8;
  background: #d8d8d8;
  color: #000000;
  text-decoration: none;
}
.c-pager-list__link.is-current {
  border-color: #535353;
}
@media screen and (max-width: 767px) {
  .c-pager-list__link.is-current {
    border-color: #ffffff;
  }
}
.c-pager-list__link.is-current:hover {
  border-color: #535353;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .c-pager-list__link.is-current:hover {
    border-color: #ffffff;
  }
}
.c-pager-list__link.is-prev, .c-pager-list__link.is-next {
  border-color: #d8d8d8;
  background: #d8d8d8;
  text-indent: -99999px;
}
.c-pager-list__link.is-prev:before, .c-pager-list__link.is-next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -2px;
  margin-top: -4px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
@media screen and (max-width: 767px) {
  .c-pager-list__link.is-prev:before, .c-pager-list__link.is-next:before {
    margin-left: -4px;
    margin-top: -8px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
}
.c-pager-list__link.is-prev:hover, .c-pager-list__link.is-next:hover {
  background: rgba(216, 216, 216, 0.7);
}
.c-pager-list__link.is-prev.is-disabled:hover, .c-pager-list__link.is-next.is-disabled:hover {
  background: #d8d8d8;
}
.c-pager-list__link.is-prev:before {
  border-right: 4px solid #000000;
}
@media screen and (max-width: 767px) {
  .c-pager-list__link.is-prev:before {
    border-right: 8px solid #000000;
  }
}
.c-pager-list__link.is-prev.is-disabled:before {
  border-right-color: #aaaaaa;
}
.c-pager-list__link.is-next:before {
  border-left: 4px solid #000000;
}
@media screen and (max-width: 767px) {
  .c-pager-list__link.is-next:before {
    border-left: 8px solid #000000;
  }
}
.c-pager-list__link.is-next.is-disabled:before {
  border-left-color: #aaaaaa;
}

.c-pager-list__page {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-pager-list__page {
    display: inline-block;
  }
}

.now{
  width: calc(100vw - var(--scrollbar));
  overflow:hidden;
}

/* main */
.main__section {
  padding:0;
}

.main__section--product {
  padding: 0;
}

/* sidebar */
.sidebar__section {
  float: left;
  width: 270px;
  margin-right: 60px;
}

.menu__section {
  margin-bottom: 60px;
}

.more-prd span {
  cursor: pointer;
}

/* breadcrumb.sort */
.breadcrumb__section {
  padding-bottom: 60px;
}

.breadcrumb-list__unit {
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

.sort__section {
  position: absolute;
  top: 0;
  right: 0;
}

.sort--sub-layer {
  min-width: 200px;
  width: 100%;
}

/* contents */
.contents__section {
  width: 100%;
}

.info__section, .recommend__section, .new-item__section, .seller__section, .together__section, .product-list__section, .free-space__section, .product__image, .delivery__section, .payment__section, .cancel__section {
  margin-bottom: 60px;
}

.product-list__section {
  position: relative;
}


.recommend-list, .new-item-list, .seller-list, .together-list {
  margin-top: 40px;
}

.sub-list {
  padding-bottom: 60px;
  font-size: 0;
}

.sub-list__unit {
  display: inline-block;
  vertical-align: top;
  padding: 0 5px 20px;
  width: 32.3%;
  font-size: 14px;
}

.sub-list__img {
  padding-bottom: 10px;
}

.sub-list__link {
  display: block;
}

.sub-list__name {
  display: block;
}

.product-list__freespace-top {
  padding-bottom: 60px;
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

.product-list__freespace-bottom {
  padding-top: 60px;
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

.pagetop__btn {
  display: block;
  padding: 18px 0;
  width: 100%;
  max-width: 50px;
  float: right;
}

/* menu-list */
.menu-list {
  margin: 10px 0 0;
  list-style-type: none;
}

.menu-list--more-prd {
  margin: 10px 0 20px;
}

.menu-list__link {
  display: table;
  padding: 10px 0;
  width: 100%;
}

.menu-list__text {
  display: table-cell;
  padding-right: 20px;
  vertical-align: middle;
  width: 90%;
}

.menu-list__icon {
  display: table-cell;
  vertical-align: middle;
  width: 10%;
  text-align: right;
}

.category-list__unit {
  position: relative;
}

/* product-list */
.product-list {
  list-style-type: none;
  font-size: 0;
}

.product-list__unit {
  display: inline-block;
  font-size: 14px;
  margin: 0 10px 40px;
  vertical-align: top;
  position: relative;
  text-align: center;
}

.product-list__unit-sm {
  width: 110px;
}

.product-list__unit-md {
  width: 141px;
}

.product-list__unit-lg {
  width: 303px;
}

.product-list__unit--sidebar {
  display: block;
  margin: 0 0 20px;
}

.product-list__image:hover {
  opacity: 0.8;
}

.product-list__image--sm {
  max-width: 110px;
}

.product-list__text {
  display: block;
}

.product-list__name {
  font-weight: bold;
  margin-top: 20px;
  text-align: left;
}

.product-list__name--sidebar {
  margin-top: 0;
  margin-left: 10px;
}




/*hutta*/
.f-mybtn{
background: white;
        padding: 0.5rem 0.5rem 1rem;
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    border-radius: 0.5rem;
  transition: all 0.3s ease;
    border: 1px solid;
  
}
.f-mybtn .maru{
    width: 4rem;
    border: none;
    height: 4rem;
}
.footericon{
width:20%;
}
.m-footer{
background:#0b3755;
    padding-top: 6rem;
}
.f-button{
display:flex;
      gap: 0.8rem;
}
@media screen and (max-width: 767px) {
  .f-button{
flex-direction: column;
width:100%;
}
  .f-mybtn{
    flex-direction: row;
    justify-content: center;
     padding: 0.5rem;
  }
  .f-mybtn .maru{
    width: 2.5rem;
    height: 2.5rem;
}
   .f-mybtn p{
  margin:0;
  }
}
.saigo{
      position: relative;
    height: fit-content;
      margin-top: 5rem;
}
.saigo img{
      width: 45%;
    margin: auto;
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    text-align: center;
    left: 50%;
  bottom:0;
}
.sitemap .contact{
width:35%;
    border-left: solid 1px;
}

.sitemap .grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.contact p{
text-align: center;
    font-weight: bold;
    font-size: 1.5rem;
    margin: 0;
}
.contact .form{
font-size: 1.2rem;
    border: solid 1px;
    border-radius: 50px;
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
    margin: auto;
    align-items: center;
    justify-content: center;
    margin: 1rem auto;
    width: 80%;
}
.contact .form svg{
height: 1.6rem;
    margin-right: 0.5rem;
}
.contact .phfax{
    display: flex;
    height: auto;
    justify-content: space-around;
}
.contact .phfax div{
  text-align:center;
}

.sitemap{
  padding: 2rem;
    font-size: 15px;
    color: #333;
    background: #fff;
    width: 90%;
    margin: auto;
    border: solid 1px;
    border-radius: 10px;
      margin-top: 3rem;
  box-shadow: 10px 10px 20px #092d46, -10px -10px 20px #0d4164;
}

.sitemap .footer__navi-heading {
  font-weight: 600;
}


.sitemap .footer__navi li {
  margin-bottom: 0.75rem;
}
.l-copyright {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  text-align: center;
  position:relative;
  color:white;
}
@media screen and (max-width: 767px) {
  .l-copyright {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.footer_melon{
   background-image: url(https://img07.shop-pro.jp/PA01439/920/etc_base64/pdWlw6W_obyl4aXtpfM.png?cmsp_timestamp=20260127094813);
}
/* 注意喚起 */
.caution {
  padding-top: 4vw;
}
.caution a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  font-size: 0.8em;
  height: 40px;
  width: 1110px;
  margin: auto;
  padding: 10px;
  background: #fafafa;
  border: 1px solid #ddd;
  box-sizing: border-box;
  position: relative;
}

.caution a::before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -10px;
  background-image: url("https://img07.shop-pro.jp/PA01438/298/etc/exclamation_mark.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1110px) {
.caution a {
  width: 95%;
}
.caution a::before {
  left: 10px;
}
}
/*foota*/


.lineup {
   padding-top: 1rem;
}
.lineup .linettl{
    font-size: 1.5rem;
    padding-left: 1rem;
    border-left: solid 1px;
    margin: 1rem auto;
    width: 90%;
    z-index: 2;
    position: relative;
  color:white;
}
.lineup .melon div,.lineup .shopguide div{
  height: 10rem;
    width: 21vw;
    position: relative;
    border-radius: 10px;
      box-shadow: 10px 10px 20px #092d46, -10px -10px 20px #0d4164;
  transition: .2s;
  background:white;
}
.lineup .melon div{
background-size: cover;
    background-position: center;
}
.lineup .melon div:hover,.lineup .shopguide div:hover{
    transform: translateY(5px);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 0px;
      color: #666;
}
.lineup .shopguide div{
  cursor: pointer;
  border: 1px solid #e8e8e8;
  color:black;
  height:100%;
}
.lineup .shopguide p{
   margin: auto;
      padding: 0 1rem;
    margin-top: 1.5rem;
    width: fit-content;
  margin-bottom: 1.7rem;
  font-size: 0.8rem;
    padding: 0 1rem;
}
 .lineup .shopguide p:first-child{
    font-size: 1.2rem !important;
}
 .lineup .shopguide p:last-child{
    margin: 0.5rem 0.5rem 0.3rem auto;
    font-size: 0.8rem !important;
    position: absolute;
    right: 0;
    bottom: 0;
}

.lineup .shopguide div:hover svg{
  color:white;
      background: #de782c;
  border: solid 1px #de782c;
  transform: translateY(-5px);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.lineup .shopguide svg{
   width: 4rem;
    margin: auto;
    display: block;
    border-radius: 100%;
    padding: 1rem;
    border: solid 1px;
  transition: .3s;
}

.lineup .melon,.lineup .shopguide{
    display: flex;
        justify-content: space-between;
  width: 90%;
    margin: auto;
}
.lineup .melon p{
position: absolute;
    top: 0;
    color: white;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: fit-content;
    height: fit-content;
    font-size: 1.8rem;
  text-shadow: black 1px 0 10px;
}

    .sitemap .md-justify-between {
        justify-content: space-between;
    }

    .sitemap .md-flex {
        display: flex;
    }

    .sitemap .grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
@media (max-width: 767px) {
  .sitemap .grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 1024px) {
    .lineup .melon, 
    .lineup .shopguide {
        flex-wrap: wrap;
        gap: 20px;
    }

    .lineup .melon a, 
    .lineup .shopguide a {
        width: calc(50% - 20px);
        min-height: 150px; 
        height: auto;
    }
    
    .lineup .shopguide a div {
        width: 100%;
        height: 100%;
        padding-bottom: 2rem;
    }

    .lineup .melon p {
        font-size: 1.5rem; 
    }

    .lineup .shopguide svg {
        width: 60px; 
        height: 60px;
    }

    .sitemap .md-flex {
        flex-direction: column; 
        align-items: center;
    }

    .footericon, 
    .sitemap .grid, 
    .sitemap .contact {
        width: 100% !important;
        margin-bottom: 2rem;
        padding: 0;
        border: none; 
    }

    .sitemap .contact {
        border-top: 1px solid #ccc;
        padding-top: 2rem;
        border-left: none !important;
        padding-left: 0 !important;
    }

    .f-button {
        justify-content: right;
    }

}
@media (max-width: 1024px) and (min-width: 768px) {
.lineup .melon a div {
        width: 100%;
        height: 100%;
        padding-bottom: 2rem;
    }
}
@media (max-width: 767px) {
      .lineup .melon, .lineup .shopguide {
        display: block;
        width: 100%;
  }
  .lineup .melon div, .lineup .shopguide a {
          margin: auto;
            margin-top: 2rem;
    width: 90%;
  }
      .lineup .shopguide a div {
        width: 90%;
        margin: auto;
        margin-top: 2rem;
  }
}
.footericon {
    width: 100% !important;
    display: flex;
    justify-content: space-between; 
    flex-wrap: wrap;
}

.sitemap .grid {
    width: 60%;
    margin-bottom: 0; 
}


.contact .phfax-v2 {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 1rem;
}

.contact-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.contact .label {
  background: #333;
  color: #fff;
  font-size: 1rem;
  padding: 0.2rem 0.5rem;
  border-radius: 3px;
}

.contact .number {
  font-size: 1.8rem; 
  font-weight: bold;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.contact .caption {
  font-size: 0.75rem !important;
  font-weight: normal !important;
  color: #666;
  text-align: center;
  margin-top: 0.2rem;
}

.f-mybtn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12); 
}

.f-mybtn:hover .maru {
  transform: scale(1.1); 
}
.f-mybtn:active {
  transform: translateY(1px);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}



.pagetop-btn {
  position: fixed;
  width: 7vw;
  height: 7vw;
  cursor: pointer;
  right: 20px;
  bottom: 20px;
  z-index: 1000;
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.3s, transform 0.3s;
      border: none;
  background:none;
}

.pagetop-btn.visible {
  opacity: 1;
  transform: translateY(0);
}


/* ************************************************
*  ヘッダー
* ************************************************ */

.headwrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: transform 0.8s ease-in-out; 
  transform: translateY(0); 
}


.searchbox{
width:100%;
  height:13.5rem;
  background-color:#fff;
  z-index: 1;
  position: absolute;
  transform: translateY(-180px);
  opacity: 0;
  visibility: hidden;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), 
              opacity 1s ease, 
              visibility 1s;
}
.searchbox.active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.tag_search{
display: flex;
    gap: 1rem;
    margin: auto;
    align-items: center;
    width: fit-content;
    justify-content: space-around;
    margin-top: 2.5rem;
}
.tag_search div{
    font-size: 1rem;
    text-wrap: nowrap;
    padding: 0.5rem 1rem;
    border: solid 1px;
    border-radius: 50px;
  transition: .2s;
}
.tag_search div:hover{
 background-color: #0b3755;
 
}
.tag_search div:hover a{
   color:white;
}
.tag_search p{
font-size: 1rem;
    text-wrap: nowrap;
    margin: 0;
}

.header-search {
    position: relative;
    margin: 1rem auto 1.3rem auto;
    width: 60%;
    display: flex;       
    align-items: center;
    gap: 10px;        
}

.header-search i {
    position: absolute;
    left: 2rem;
    line-height: 3.5rem;
    font-size: 1.2rem;
    pointer-events: none; 
}
.header-search-box {
    flex: 1;             
    height: 3.5rem;
    border-radius: 100px;
    padding: 15px 2rem 15px 5rem;
    background: #f5f5f5;   
    border: 1px solid transparent;
    color: #333;
    font-size: 1rem;
    box-sizing: border-box;
}
.header-search-box:focus {
  background: #fff;
  border: 1px solid #e5e5e5;
}
.search {
    width: 20px;
    height: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.search svg{
  width:auto;
  height:100%;
}
.batu{
margin:auto;
  margin-bottom:1rem;
}
.l-header-search__submit {
    position: static;      
    transform: none;       
    margin: 0;            
    flex-shrink: 0;        
    width: 6rem;
    height: 3rem;
    border: 0;
    background: #103b1a;
    border-radius: 50px;
    color: white;
    font-weight: bold;
    font-size: 1.2rem;
    cursor: pointer;
}
#headcon {
    padding: 0rem 3rem 2rem 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
#headcon .logo{
       max-width: 7.5rem;
      padding: 0.3rem;
}
#headcon .logo img{
       filter: drop-shadow(0px 5px 7px rgba(0, 0, 0, 0.1));
    width: 100%;
    height: auto;
    display: block;
}
#headcon a:hover{
  color:#de782c;
}

#headcon .bar {
      background-color: #fff;
    border: 1px solid #000;
    border-radius: 8px;
    height: 4rem;
    width: 100%;
    max-width: 990px;
    padding-left: 15px;
    box-sizing: border-box;
}
#headcon .bar,.maru {
border: 1px solid #eee;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.08);
}
.hnav {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  height:100%;
      margin: 0;
    padding: 0;
    list-style: none;
}

.hnav-item,.hnav-item0 {
  list-style-type: none;
  position:relative;
}
.hnav-item a {
    text-decoration: none;
    color: #333;
    font-size: 1rem;
    white-space: nowrap;
    transition: all 0.3s;
}
.icon-group {
  display: flex;
  gap: 0.6rem;
}
.maru {
  width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: 0.3s;
}

.maru svg {
  width: 50%;
    transition: .2s;
    height: auto;
    text-align: center;
}

.icon1 .maru:hover { background: #83ba26; border-color: #83ba26; }
.icon2 .maru:hover { background: #de782c; border-color: #de782c; }
.icon3 .maru:hover { background: #E86A8A; border-color: #E86A8A; }
.maru:hover svg { fill: #fff !important; }

.icon1{
margin-left: 0.1rem;
}

.cartnum{
  position: absolute;
    top: 0.2rem;
    right: -0.1rem;
    background: #ff4500;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cartnum p{
  width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    margin: 0;
}
@media screen and (max-width: 1024px) {
  #headcon .bar {
    background-color: transparent;
    box-shadow:none;
    border: none;
    padding: 0;
  }
  #headcon .logo {
    margin: 0; 
    margin-left:0.5rem;
  }
  #headcon {
    padding: 0 1.5rem 1rem 1.5rem;
    justify-content: space-between; 
  }
      .hnav-item{
        display: none;
    }
}

.bottom_menu,.l-header{
display:none;
}


.mega-menu.tile-style {
  position: absolute;
  top: 100%;
  left: 25rem;
  transform: translateX(-50%) translateY(20px);
  width: 800px;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(5px);
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.hnav-item:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(5px);
}

.mega-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-bottom: 1rem;
}

.mega-item {
  text-align: center;
  text-decoration: none !important;
}

.mega-item .img-px {
  width: 100%;
  aspect-ratio: 1/1;
  background: #f9f9f9;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 0.5rem;
  transition: 0.3s;
}
.mega-item .img-px img{
width: 100%;
    height: 100%;
    object-fit: cover;
}
.mega-item:hover .img-px {
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(0,0,0,0.1);
}

.mega-item span {
  font-size: 0.9rem;
  color: #333;
  font-family: sans-serif;
    font-weight: bold;
}


.hnav-item.has-child {
  position: static; 
}

#headcon .bar {
  position: relative; 
}

.view-all-container {
  text-align: center;
  border-top: 1px solid #f0f0f0;
  padding-top: 1.5rem;
}

.view-all-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 40px;
  background: #103b1a; /* 濃い緑 */
  color: #fff !important;
  text-decoration: none;
  border-radius: 50px;
  font-size: 0.9rem;
  transition: all 0.3s;
}

.view-all-btn:hover {
  background: #83ba26; /* ホバーで明るい緑に */
  box-shadow: 0 5px 15px rgba(131, 186, 38, 0.4);
  transform: translateY(-2px);
}

.view-all-btn svg {
  transition: transform 0.3s;
}

.view-all-btn:hover svg {
  transform: translateX(5px);
}
/* ************************************************
*  ヘッダー SP版
* ************************************************ */
@media screen and (max-width: 768px) {
  .l-header-logo, 
    .l-header-search,
  .l-header .l-menu-btn,
    .l-header-cart,
  .l-header-search__btn:not(.is-on) {
        display: block !important;
    }
  .headwrap{
  display:none;
  }
  .sp-container {
    padding-left: 20px;
    padding-right: 20px;
    width: auto!important;
    height: auto!important;
  }
  .search_tags{
    display: flex;
    font-size: 0.7rem;
    gap: 5px;
    align-items: center;
    margin-bottom: 1rem;
}
.search_tags div{
padding: 5px 7px;
    box-sizing: border-box;
    border: solid 1px;
    border-radius: 50px;
}
.cart-wrapper {
  position: relative;
  display: inline-block;
}
.cart-badge {
position: absolute;
        top: 12px;
        right: 4px;
        background-color: orangered;
        color: #ffffff;
        font-weight: bold;
        align-items: center;
        border-radius: 10px;
        width: 17px;
        height: 17px;
        text-align: center;
        line-height: 17px;
        margin: 0 !important;
}
.l-main-navi-product {
  display: grid;
  grid-template-columns: repeat(2, 1fr); 
  gap: 10px;
  padding: 10px;
}

.product-item {
  width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: white;
    border-radius: 10px;
    border: 1px solid;
    text-align: center;
}

.product-item img {
  width: 80%;
    height: 80%;
    object-fit: cover;
    display: block;
    border-radius: 100%;
    margin: auto;
    margin-bottom: 0.5rem;
}
.product-box{
      height: 100%;
    padding: 1rem;
    box-sizing: border-box;
  align-content: center;
}
.product-name {
        color: black;
    font-size: 0.9rem;
    font-weight: bold;  
}

.js-mega-menu-contents > a {
   display: block;
        width: 100%;
        padding: 5px 10px;
        height: 4rem;
        clear: both;
}
.js-mega-menu-contents > a .product-item {
    display: block;
  height:100%;
}
.bottom_menu{
       position: fixed;
    bottom: 10px;
    left: 0;
    right: 0;
    display: block;
    z-index: 320;
    width: 95%;
    margin: auto;
    box-sizing: border-box;
  font-family:sans-serif;
}
.bottom_menu ul{ 
      display: flex;
        background: rgba(255, 255, 255, 0.8);
    z-index: 2000;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 50px;
    border: 1px solid;
    border-bottom: 0;
    box-sizing: border-box;
          justify-content: space-evenly;
}
.bottom_menu li{
  width: 20%;
 justify-content: center;
    display: flex;
  height:8vh;
}
.bottom_menu a{
        display: flex;
        color: #333 !important;
        padding: 17px 5% 5%;
  align-items: center;
  text-align: center;
    font-size: 0.55rem;
}
.bottom_menu svg{
width:1.7rem;
}
.bottom_menu p{
margin-top:5px;
}
  .l-header {
    position: fixed !important; 
    top: 0.5rem !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important; 
    width: 98% !important;
    z-index: 10000 !important;
    background: #ffffff!important;
    border-radius: 60px; 
    min-height: 60px;
    box-sizing: border-box;
    transition: transform 0.8s ease !important; 
    display: block!important;
}
.bottom_menu ul, .l-header, .alert{
  border: 1px solid #eee!important;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15)!important;
        backdrop-filter: blur(10px)!important;
  }

.l-header.hide {
    transform: translateY(-150%) !important; 
}

  .l-header.is-fixed .l-header-logo__img img, .l-header.is-open .l-header-logo__img img {
    max-width: 170px;
  }

.l-header.is-fixed .l-header-logo__type-txt, .l-header.is-open .l-header-logo__type-txt {
  font-size: 12px;
}
.l-header.is-fixed .l-header-logo__txt, .l-header.is-open .l-header-logo__txt {
  display: none;
}
.l-header.is-fixed .l-main-navi-list, .l-header.is-open .l-main-navi-list {
  display: none;
}
.l-header.is-fixed .l-help-navi-box, .l-header.is-open .l-help-navi-box {
  display: none;
  position: static;
}
.l-header.is-fixed .l-header-search, .l-header.is-open .l-header-search {
  right: 80px;
}
.l-header.is-fixed .l-header-search__box, .l-header.is-open .l-header-search__box {
  right: -65px;
}

  .l-header.is-fixed .l-header-search__box, .l-header.is-open .l-header-search__box {
    right: 0px;
  }


  .l-header-main {
    padding-right: 0;
  }

  .l-header-main__in {
    padding-top: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .l-header-logo {
    flex: 1;
    overflow: hidden;
  }

  .l-header-logo__img {
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 40px;
    font-size: 0.5rem;
    font-family: initial;
    gap:0.5rem;
  }

  .l-header-logo__img.is-txt {
    margin-bottom: 0;
  }

  .l-header-logo__img img {
    max-width: 170px;
    max-height: 31px!important;
  }

  .l-header-logo__txt {
    display: none;
  }

.l-menu-btn {
  display: block;
  position: relative;
  z-index: 10000;
  width: 60px;
  height: 60px;
  border: 0;
  background: transparent;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.l-menu-btn span {
  box-sizing: border-box;
  display: inline-block;
  transition: all 0.2s ease;
  position: absolute;
  left: 19px;
  width: 25px;
  height: 1.3px;
  background-color: #000000;
}
.l-menu-btn span:nth-of-type(1) {
  top: 18px;
}
.l-menu-btn span:nth-of-type(2) {
  top: 28px;
}
.l-menu-btn__txt {
  position: absolute;
  top: 32px;
    left: 2px !important;
    right: 0;
    width: 100% !important;
    height: auto !important;
    background-color: transparent !important;
    font-size: 8px;
    font-weight: bold;
    color: #000;
    text-align: center;
  transition: opacity 0.2s ease;
}
.l-menu-btn.is-on .l-menu-btn__txt {
  opacity: 0;
}
.l-menu-btn.is-on span:nth-of-type(1) {
  top: 30px;
  transform: rotate(-45deg);
}
.l-menu-btn.is-on span:nth-of-type(2) {
  top: 30px;
  transform: rotate(45deg);
}
/********** メインナビ **********/
.l-main-navi {
  position: relative;
  z-index: 100;
  height: 50px;
  display: none;
  font-family:sans-serif;
}
.is-fixed .l-main-navi {
  height: auto;
}
.l-main-navi.is-on {
    display: block;
  }

.l-main-navi.is-open {
 box-sizing: border-box;
    overflow-y: auto;
    position: fixed;
    top: initial;
    left: 0;
    margin: auto;
    right: 0;
    display: block;
    border: solid 1px;
    padding: 0;
  padding-bottom:50px;
    width: 85%;
    height: auto;
    max-height: calc(100vh - 190px);
    background: #fafafa;
    border-radius: 0 0 30px 30px;
      border: 1px solid #eee;
    box-shadow: 0 9px 13px rgba(0, 0, 0, 0.15);
  -webkit-overflow-scrolling: touch;
}

.l-main-navi.is-open .l-main-navi__in {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  width: auto;
}
.l-main-navi.is-open .l-main-navi-list {
  display: block;
}
.l-main-navi.is-open .l-main-navi-list__ttl {
  display: none;
}

.l-main-navi.is-open .l-main-navi-list__link {
  display: block;
}

.l-main-navi.is-open .l-main-navi-list__item {
  margin: 0;
}

.l-main-navi.is-open .l-help-navi-box {
  display: block;
}
.l-main-navi.is-open .l-help-navi-list {
  margin-top: 0;
  margin-bottom: 60px;
}
.l-main-navi.is-open .l-sns-navi-list {
  margin-top: 60px;
  margin-left: 0;
  display: block;
}
.l-main-navi.is-open .l-mega-menu {
  position: static;
  padding: 0;
  width: auto;
  display: none;
}
    .l-main-navi.is-open .l-mega-menu-list {
        display: block;
    }
.l-main-navi-list {
  flex-wrap: wrap;
  justify-content: center;
  display: block;
}

.l-main-navi-list__ttl {
  display: none;
  font-weight: bold;
  margin-bottom: 10px;
}
.l-main-navi-list__item {
  margin-left: 20px;
  margin-right: 20px;
  border-top: 1px solid #eeeeee;
}

.l-main-navi-list__link {
  display: block;
  position: relative;
  padding: 20px 20px;
    width: 100%;
    background: #ffffff;
  border: 0;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  text-align: left;
}

.l-main-navi-list__link:hover, .l-main-navi-list__link.is-on {
  background: #ffffff;
  text-decoration: none;
}

.l-main-navi-list__link:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  transform: rotate(45deg);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border-color: #000000;
}

.l-main-navi-list__link.is-on:before {
  transform: rotate(-135deg);
  margin-top: -4px;
}
.l-main-navi-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  height: 100vh;
}
.l-main-navi-overlay.is-on {
  display: block;
  animation: anime-overlay 0.2s ease forwards;
}
@keyframes anime-overlay {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/********** メガメニュー **********/
.l-mega-menu {
  box-sizing: border-box;
  display: none;
  top: 100%;
  left: 0;
  z-index: 1000;
  padding: 60px 85px;
  background: #fafafa;
  position: static;
    width: auto;
    height: auto;
    border-top: 0;
}

.l-mega-menu-list {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    width: auto;
    background: #fafafa;
}

.l-mega-menu-list__item {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  width: auto;
}

.l-mega-menu-list__item:before {
  content: none;
  position: absolute;
  top: 12px;
  left: 0;
  width: 5px;
  height: 1px;
  background: #000000;
  transition: all 0.3s ease;
}


  .l-mega-menu-list__link {
    padding: 20px 40px 20px 20px;
        align-items: center;
        display: flex;
  }
   .l-mega-menu-list__link svg{
  margin-right: 1rem;
}

  .l-mega-menu-list__link:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    transform: rotate(-45deg);
  }

/********** 検索・カート **********/
.l-header-search {
  display: flex!important;
  position: static;
  bottom: 0px;
  right: 15px;
  z-index: 1000;
}

.l-header-search__contents {
  display: none;
}
.l-header-search__box {
  box-sizing: border-box;
  display: flex;
  position: absolute;
  top: 100%; 
  background: white;
          border: 1px solid #eee;
        box-shadow: 0 9px 13px rgba(0, 0, 0, 0.15);
  padding: 20px 0 20px 20px;
        width: 85%;
        margin: auto;
        right: 0;
        left: 0;
        border-radius: 0 0 30px 30px;
}
.l-header-search__form {
  position: relative;
  flex: 1;
  margin: 0;
}
.l-header-search__btn {
  box-sizing: border-box;
  padding: 0;
  width: 50px;
  height: 60px;
  border: 0;
  background: none;
}

.l-header-search__btn img {
  width: 18px;
}

.l-header-search__input {
  flex: 1;
  border-bottom: 1px solid #7d7d7d;
}
.l-header-search__input input {
  box-sizing: border-box;
  padding-right: 60px;
  width: 100%;
  height: 40px;
  border: none;
  background: transparent;
}
.l-header-search__submit {
  position: absolute;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  padding: 0;
  width: 50px;
  height: 40px;
  border: 0;
  background: none;
}
.l-header-search__submit img {
  width: 18px;
}
.l-header-search__close {
  box-sizing: border-box;
  position: relative;
  margin: auto;
  margin-left: 10px;
  margin-right: 10px;
  width: 45px;
  border: 0;
  background: transparent;
}
.l-header-search__close span {
  position: absolute;
  content: "";
  left: 13px;
  width: 20px;
  height: 1px;
  background: #858585;
}
.l-header-search__close span:nth-child(1) {
  top: 0px;
  transform: translateY(20px) rotate(-45deg);
}
.l-header-search__close span:nth-child(2) {
  top: 40px;
  transform: translateY(-20px) rotate(45deg);
}
.l-header-cart a {
  box-sizing: border-box;
  display: block;
  padding-top: 20px;
  width: 50px;
  height: 60px;
  text-align: center;
}
.l-header-cart a:hover {
  text-decoration: none;
}
.l-header-cart a img {
  width: 26px;
}
.p-global-header__cart-count {
  margin-left: 4px;
  font-weight: bold;
}
/********** ヘルプナビ **********/
.l-help-navi-box {
  display: block;
    position: static;
  top: -60px;
  right: 0;
}

.l-help-navi-box a {
  color: #000000;
}

.l-help-navi-list {
  display: block;
    border-top: 1px solid #eeeeee;
}

.l-help-navi-list__item {
  margin-left: 0;
}
.l-help-navi-list__item:first-child {
  margin-left: 0;
}


  .l-help-navi-list__link {
    display: block;
    position: relative;
    padding: 20px;
  }


  .l-help-navi-list__link:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    transform: rotate(-45deg);
  }

}

