
/* -----------------------------------------------------------------
   reset
----------------------------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, address, em, img, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, section, summary,input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: middle;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  overflow-x: hidden;
}

:focus {
  outline: none;
}

.poppins {
  /*font-family: 'Poppins', sans-serif;*/
}

.fw700{
  font-weight: 700;
}

.jost {
	font-family: 'Jost', sans-serif;
	letter-spacing: 2px;
	font-weight: 500;
}

.material-icons,
.material-icons-outlined {
  transition: 200ms 0s;
}

ol, ul {
  list-style: none;
}

button, select, input, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

img {
  vertical-align: middle;
  width: 100%;
  border: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img[width="1"],
img[width="0"] {
  display: none;
}

@keyframes cartbadge {
  0% {
    top: -10px;
    right: -10px;
    width: 25px;
    height: 25px;
    line-height: 25px;
  }

  60% {
    top: -4px;
    right: -4px;
    width: 13px;
    height: 13px;
    line-height: 17px;
  }

  70% {
    top: -16px;
    right: -16px;
    width: 37px;
    height: 37px;
    line-height: 31px;
  }

  100% {
    top: -10px;
    right: -10px;
    width: 25px;
    height: 25px;
    line-height: 25px;
  }
}

/*-------------------*/

html {
  min-height: 100%;
}

body {
  /*background: #fafafa;*/
  background: #fff;
  color: #2f2f2f;
}

select,
input,
textarea {
  border:1px solid #d2d2d2;
  background-color: #fff;
}

header {
  /*background-color: rgba(250,250,250,0.9);*/
  background-color: rgba(255,255,255,0.9);
}

.base-color {
  /*background: #fafafa;*/
   background: #fff;
}

.sub-color {
  /*background: #d2d2d2;*/
  background: #C3B28C;
  color: #FFF;
}

.sub-border-color {
  border:#d2d2d2;
}

.annotation {
  color:#2f2f2f;
}

.nav-item.now > div > span:first-of-type,
.nav-item > div > span.login,
.sp-menunavi.open {
  /*background: linear-gradient(to right, #b465da 0%, #cf6cc9 33%, #ee609c 66%, #ee609c 100%);*/
  background: #C3B28C;
}

/*通常*/
.cart-btn {
  background-color: #C3B28C;
  background-image: linear-gradient(289deg, #C3B28C 0%, #C3B28C 100%);
}

.cart-badge {
  /*background-image: linear-gradient(to right, #b465da 0%, #cf6cc9 33%, #ee609c 66%, #ee609c 100%);*/
  background: #C3B28C;
}

.re-stock {
  background-color: #C3B28C;
  background-image: linear-gradient(289deg, #C3B28C 0%, #C3B28C 100%);
}

.is-reducedrate {
  background-color: #23abdd;
  background-image:none;
}

.is-soldout {
  background-color: #d2d2d2;
  background-image: none;
}

.out-cart-btn {
  background-color: #d2d2d2;
  background-image:none;
}

.continue-shopping {
  background-color: #d2d2d2;
  background-image: none;
}

/*セール*/
.sale-price-color {
  color: #f65372;
}

.sale-price-color span {
  color: #f65372!important;
}

.accent-color {
  background-color: #f65372;
  background-image:none;
}

.accent-border-color {
  border:#f65372;
}

/*予約*/
.reservation-color {
  background-color: #eca241;
  background-image: linear-gradient(289deg, #eca241 0%, #ebab58 100%);
}

/*定期*/
.subscription-color {
  color: #475f9c;
}

.is-subscription {
  background-color: #6f85bd;
  background-image: linear-gradient(289deg, #475f9c 0%, #6f85bd 100%);
}

/*お気に入り追加アイコン*/
.item-name-wrap .favorite a .material-icons {
  color: #f65372;
}

/*リンクテキスト*/
a {
  color: #2f2f2f;
}

a:hover {
  /*color: #616161;*/
  color: #D5C8AF;
}

/*未訪問のリンク*/
a.a:link {
  /*color: #23abdd;*/
   color: #C3B28C;
}

/*訪問済みのリンク*/
a.a:visited {
  /*color: #1b91bd;*/
  color: #C3B28C;
}

/*ポイント時のリンク*/
a.a:hover {
  /*color: #43beeb;*/
  color: #D5C8AF;
}

/*選択中のリンク*/
a.a:active {
  /*color: #43beeb;*/
  color: #D5C8AF;
}

/*アローつきリンクボタン*/
a.link-arrow:hover,
a.link-arrow:hover i,
a.link-arrow:hover i::before {
  color:#23abdd;
  border-color: #23abdd;
}

.menunavi-body {
  background: #fff;
}

@media screen and (max-width: 768px) {
  .menunavi-wrap::after,
  .menunavi-search .menunavi-body {
    background: #fff;
  }
  
  .menunavi-body {
    background: none;
  }
}

/*スライダー*/
.slick-dots li {
  background: #d2d2d2;
}

.slick-dots li.slick-active {
  background-color: #f65372;
}

/*フッター*/
.footer-section h2:after {
  background-color: #2f2f2f;
}

.calendar .sunday,
.calendar .holiday {
  color:#f65372;
}

.calendar .saturday,
.calendar .shipping {
  color:#23abdd;
}

/*.calendar .today::after{border:1px solid #eca241;}*/
.calendar .today {
  background: linear-gradient(transparent 60%, #f3d631 40%);
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 100%;
  line-height: 1.6;
  height: 100%;
  position: relative;
  /*padding: 105px 16px 0;*/
  padding: 105px 0 0;
}

a {
  text-decoration: none;
}

hr {
  border:none;
  height: 3px;
  background-image: repeating-linear-gradient(135deg, #ccc 0, #ccc 1px, transparent 0, transparent 50%);
  background-size: 5px 5px;
}

select,
input,
textarea {
  outline: none;
  vertical-align: middle;
  padding: 8px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: calc(1rem * 0.75);
  border-radius: 4px;
  cursor: pointer;
}

.wrap {
  max-width: 1220px;
  margin: 36px auto;
}

.body-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.side-contents {
  max-width: 220px;
  min-width: 180px;
  position: relative;
  margin-right: 32px;
}
@media only screen and (max-width: 1252px){
	.side-contents {
	  margin-right: 16px;
	  margin-left: 16px;
	}
}

.two-column-view {
  max-width: 980px;
}

.main-contents {
  width: 100%;
}

.expand.up {
  transform: rotate(180deg);
}

.annotation {
  display: inline-block;
  font-size: 75%;
  vertical-align: baseline;
  margin-left: 0.1rem;
}

/*カートボタン*/
.cart-btn {
  width: 90%;
  margin: 0 auto;
  /*border: 2px solid rgba(0,0,0,0.1);*/
  border-radius: 3px;
  text-align: center;
}

.cart-btn a {
  display: block;
  white-space: nowrap;
  height: 100%;
  color: #fff;
  padding: 1rem;
  font-size: 1rem;
  font-weight: bold;
  overflow: hidden;
  position: relative;
}

.cart-btn a i {
  vertical-align: text-bottom;
  margin-left: 0.5rem;
}

.cart-btn a::after {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  top: 0;
  mix-blend-mode: overlay;
  background-color: rgba(0,0,0,0.25);
  content: "";
  left: -100%;
  transition: left 200ms 0s;
}

.cart-btn a:hover::after {
  left: 0;
  opacity: 1;
  visibility: visible;
  transition: all 200ms 0s;
}

/*アローつきリンクボタン*/
a.link-arrow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  border: 1px solid #999;
  font-size: calc(1rem * 0.85);
  padding: 1rem;
  height: 100%;
  transition: 300ms;
}

a.link-arrow i {
  position: relative;
  order: 0;
  color: #666;
  font-size: 24px;
  height: 24px;
  width: 24px;
  transition: 300ms;
}

a.link-arrow i::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: -2px;
  width: 12px;
  height: 12px;
  border: 2px solid #666;
  border-radius: 50%;
  transition: 300ms;
}

a.link-arrow i::after {
  content: "arrow_right_alt";
}

/* -----------------------------------------------------------------
   Review
----------------------------------------------------------------- */
/*レビュー*/
.reviewRate {
  display: flex;
}
.reviewRateStar.starOn {
  color: #f3d631;
}
.reviewRateStar.starOff {
  color: #d2d2d2;
}
.reviewRateStar.starHalf {
  color: #f3d631;
}

.review-post-btn {
  width: max-content !important;
  margin: 0 auto !important;
  background-color: #C3B28C;
  background-image:linear-gradient(289deg, #C3B28C 0%, #C3B28C 100%);
  /*background-color: #f3d631;*/
  /*background-image:linear-gradient(289deg, #f3d631 0%, #f1d94d 100%);*/
}
.review-list-score .reviewRateStar.starOn {
  /*color: #d2d2d2;*/
}
/*.review-list-content:before,
.review-list-content:after {
  border-left: 1px solid #d2d2d2;
  border-top: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
}*/

/*.review-list-score:before,
.review-list-score:after,
.out-line:before,
.out-line:after {
  border-left: 1px solid #d2d2d2;
  border-top: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
}*/

/*レビュースター*/
.reviewRateStar {
	position: relative;
	width: 22px;
	font-size: 22px;
	text-indent: 30px;
	white-space: nowrap;
	overflow: hidden;
}
.reviewRateStar::before {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: 0;
}
.reviewRateStar {
	width: 18px;
	/*font-size: 18px;*/
	font-size: 16px;
}
.reviewRateStar.starOn::before {
	/*content: "star";*/
	font-family: "Font Awesome 5 Pro";
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: 900;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	content: "\f005";
}
.reviewRateStar.starOff::before {
	/*content: "star_border";*/
	font-family: "Font Awesome 5 Pro";
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	content: "\f005";
}
.reviewRateStar.starHalf::before {
	font-family: "Font Awesome 5 Pro";
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: 900;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	content: "\f5c0";
}

/* -----------------------------------------------------------------
   Slick
----------------------------------------------------------------- */

.slick-track{
  margin-right: 0 !important;
  margin-left: 0 !important;
}

span.slick-arrow {
  position: absolute;
  background: none;
  top: 50%;
  margin-top: -100px;
  z-index: 98;
  font-size: calc(1rem * 2);
  padding: 0;
  color: #d2d2d2;
  height: 200px;
  line-height: 200px;
  text-align: center;
}

span.slick-arrow:hover {
  color: #2f2f2f;
}

.slick-prev {
  left: 8.5vw;
}

.slick-next {
  right: 8.5vw;
}

.slick-slide {
  margin: 0 16px;
}

.slick-dots {
  display: flex;
  margin: 10px auto;
  justify-content: center;
}

.slick-dots li[role="presentation"] {
  width: 15px !important;
  height: 15px;
  border-radius: 50%;
  overflow: hidden;
  text-indent: 15px;
  margin: 0 5px;
}

.slick-dots li button {
  opacity: 0;
}

/* -----------------------------------------------------------------
   Item List Navigation
----------------------------------------------------------------- */
.list-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.5rem 1rem;
}

.howmany-number {
  display: flex;
  gap: 1rem;
}

.pager-list {
  display: flex;
  justify-content: center;
  position: relative;
  gap: 8px;
}

.pager-list li {
  border: 1px solid #d2d2d2;
  border-radius: 1px;
  width: 30px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}

.pager-list li a {
  display: block;
  height: 100%;
  line-height: 2;
}

.sp-list-navigation {
  display: none;
}

/* -----------------------------------------------------------------
   Item List
----------------------------------------------------------------- */
p.empty {
  display: block;
  width: 100%;
  text-align: center;
  font-size: calc(1rem * 1.3);
  font-weight: bold;
  color: #d2d2d2;
  padding: 150px 0;
}

.product-list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.product-list li {
  width: 29%;
  /*margin-bottom: 35px;*/
  margin-bottom: 3rem;
  position: relative;
  padding-bottom: 100px;
}

.product-list::before,
.product-list::after {
  content: "";
  width: 29%;
  order: 1;
}


.product-item-image-wrap {
  position: relative;
  width: 100%;
  display: block;
  aspect-ratio: 4/4;
  overflow: hidden;
}

@supports not(aspect-ratio: 4/3) {
  .product-item-image-wrap {
    padding-top: calc((1 / (4/3)) * 100%);
  }
}

.item-icons {
  position: absolute;
  z-index: 1;
  top: 8px;
  right: 8px;
}

.item-icons img {
  display: block;
  margin-bottom: 8px;
  width: auto;
  margin-left: auto;
}

.status-soldout {
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.5rem;
  text-align: center;
  background: rgba(0,0,0,0.5);
  color: #fff;
}

.badge-sale {
  position: absolute;
  left: 0%;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 10;
  -webkit-transition: width 1s ease, height 1s ease;
  -moz-transition: width 1s ease, height 1s ease;
  -o-transition: width 1s ease, height 1s ease;
  transition: width 0.4s ease, height 0.4s ease
}

.badge {
  margin: 0;
  padding: 0;



  color: white;
  padding: 10px 10px;
  font-size: 1rem;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  line-height: normal;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 0;
  -ms-transform: translateX(-30%) translateY(0%) rotate(-45deg);
  -webkit-transform: translateX(-30%) translateY(0%) rotate(-45deg);
  transform: translateX(-30%) translateY(0%) rotate(-45deg);
  -ms-transform-origin: top right;
  -webkit-transform-origin: top right;
  transform-origin: top right;
}

.badge span {
  font-size: calc(1rem * 0.85);
  margin-left: 0.25rem;
}

.badge::before,
.badge::after {
  content: '';
  position: absolute;
  top: 0;
  margin: 0 -1px;
  width: 100%;
  height: 100%;
  background: inherit;
  min-width: 55px
}

.badge::before {
  right: 100%
}

.badge::after {
  left: 100%
}

.product-item-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transition: width 700ms 0s;
}

.product-list li:hover .product-item-image {
  width:120%;
}

.product-item-name {
  display:block;
  /*width:95%;*/
  margin:0 auto;
  padding:0.25rem 0;
  /*white-space: nowrap;
  overflow: hidden;*/
  font-size: calc(1rem * 0.85);
}

.product-item-pankuzu {
  display: block;
  width: 95%;
  margin: 0 auto;
  padding: 0.25rem 0;
  white-space: nowrap;
  overflow: hidden;
  font-size: calc(1rem * 0.65);
}

.product-item-price-wrap {
  text-align: right;
  padding-right: 0.5rem;
position: absolute;
bottom: 75px;
right: 0;
}

.product-item-sale-discount {
  font-size: calc(1rem * 0.85);
  border-radius: 5px;
  padding: 0.25rem 0.5rem;
  margin-right: 0.5rem;
  color: #fff;
}
.product-item-sale-discount span {
  font-size: calc(1rem * 0.65);
  margin-left: 0.25rem;
}

.product-item-review {
	margin-bottom: 0.5rem;
	text-align: right;
position: absolute;
bottom: 40px;
right: 0;

}
.product-item-review span.review-none {
	font-size: calc(1rem * 0.8);
	color: #CCC;
}

.product-item-cart {
	padding: 0.5rem;
	background: #C3B28C;
	box-sizing: border-box;
	border-radius: 3px;
position: absolute;
bottom: 0;
width: 100%;
}
.product-item-cart a {
	display: block;
	height: 100%;
	overflow: hidden;
	font-size: calc(1rem * 0.85);
	color: #FFF;
	text-align: center;
}
.product-item-cart a i {
    margin-left: 5px;
}

/* -----------------------------------------------------------------
   Guide page
----------------------------------------------------------------- */
.guide-title-wrap {
  width: 80%;
  margin: 36px auto;
  text-align: center;
}
.guide-title {
  font-size: calc(1rem * 2);
  font-weight: 400;
}
.contents-body {
  max-width: 880px;
  width: 80%;
  margin: 36px auto;
}

.contents-body dl {
  display: flex;
  width: 100%;
  border-bottom: 1px dotted #d2d2d2;
  padding: 1rem;
  line-height: 2.5;
}

.contents-body dl:last-of-type {
  border: none;
  margin-bottom: 3rem;
}

.contents-body dt {
  width: 40%;
  text-indent: 10%;
}

.contents-body dd {
  width: 60%;
}

.contents-body .gmap {
  width: 100%;
  max-height: 500px;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 550px) {
  .contents-body {
    width: 100%;
    margin:0 auto 24px;
  }
  .contents-body dl {
    display: block;
    padding: 1.5rem 1rem;
  }
  .contents-body dt {
    width: 100%;
    text-indent: 0;
    text-align: center;
    font-size: 1rem;
  }
  .contents-body dd {
    width: 100%;
    line-height: 1.8;
    font-size: calc(1rem * 0.85);
  }
}
@media screen and (max-width: 768px) {
	.guide-title-wrap {
		width: 100%;
		margin: 24px auto;
		padding: 0 16px;
		text-align: center;
	}
  .guide-title {
    font-size: calc(1rem * 1.3);
  }
	.contents-body pre {
		font-size: calc(1rem * 0.75);
		white-space: break-spaces;
	}
}
.guide-section {
	padding: 26px 16px 0;
	 /*padding-left: 16px;
	 padding-right: 16px;*/
}
@media only screen and (max-width: 768px){
	.guide-section {
		margin: 0 auto;
		padding: 16px 16px 0;
	}
}

.news-pager {
	display: flex;
	justify-content: center;
	margin: 3rem 0;
	padding: 0 16px;
	font-size: calc(1rem * 0.8);
}
.news-pager li {
	margin: 0 0.75rem;
	text-align: center;
}
.news-pager li.prev a i {
	margin-right: 3px;
}
.news-pager li.next a i {
	margin-left: 3px;
}
.news-pager li a {
	display: inline-block;
	padding: 0.5rem;
	background: #C3B28C;
	border-radius: 5px;
	color: #FFF;
}
.news-pager li.back a {
	background: #D5C8AF;
}
.news-pager li.none {
	background: #EFEFEF;
	padding: 0.5rem;
	border-radius: 5px;
}
@media only screen and (max-width: 414px){
	.news-pager {
		justify-content: space-between;
		font-size: calc(1rem * 0.7);
	}
	.news-pager li {
		margin: 0 0.4rem;
	}
}

/* -----------------------------------------------------------------
   CardBox Module
----------------------------------------------------------------- */
.card-box-area {
  width: 100%;
  margin: 48px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.card-box-area::after {
  content:"";
  display: block;
  width: 30%;
}
.card-box-area div {
  width: 30%;
  height: 220px;
  font-size: calc(1rem * 0.75);
  margin-bottom: 2.5rem;
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  transition: all 700ms 0s;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.card-box-area div::after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 2rem;
  text-align: center;
  transition: all 700ms 0s;
}

.card-box-area div figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  transition: all 700ms 0s;
}

.card-box-area div figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 700ms 0s;
}

.card-box-area div p {
  padding: 0.5rem 0.75rem;
  box-sizing: border-box;
  height: 90px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(255,255,255,1);
  transition: all 700ms 0s;
}

.card-box-area div h2 {
  display: block;
  text-align: center;
  font-size: calc(1rem * 0.85);
  font-weight: bold;
  line-height: 50px;
  background: rgba(255,255,255,1);
  height: 50px;
}

.card-box-area div.coment-box p {
  height: 170px;
}

.card-box-area div:hover {
  height: 230px;
  margin-top: -10px;
  width: 31%;
}

.card-box-area div:hover::after {
  opacity: 0;
}

.card-box-area div:hover figure img {
  width: 120%;
  height: 120%;
}

.card-box-area div:hover p {
  height: 140px;
  background: rgba(255,255,255,0.95);
}

.card-box-area div.coment-box:hover p {
  height: 190px;
  background: rgba(255,255,255,1);
}

/* -----------------------------------------------------------------
   Section Module
----------------------------------------------------------------- */
section.product-list-wrap {
  margin: 48px 0;
  width: 100%;
}
@media only screen and (max-width: 1220px){
	section.product-list-wrap {
		padding-left: 16px;
		padding-right: 16px;
	}
}

.product-list-wrap h2 {
  display: block;
  width: 200px;
  padding: 24px 0;
  text-align: center;
  font-size: 1.8rem;
  margin: 0 auto;
  position: relative;
}

.product-list-wrap h2::after {
  content: "";
  height: 1px;
  width: 900px;
  background-color: #2f2f2f;
  display: block;
  position: absolute;
  top: 50%;left:-350px;z-index:-1;
}

.product-list-wrap h2 .title {
	font-family: 'Jost', sans-serif;
	letter-spacing: 2px;
	font-weight: 500;
}

.product-list-wrap h2 .annotation {
  display: block;
  font-size: calc(1rem * 0.75);
  font-weight: normal;
}

.module-product-list.product-list::before,
.module-product-list.product-list::after {
  width:18%;
}

.module-product-list.product-list li {
  width:18%;
  position: relative;
}
.recommend-product-list li {
    width: 18%;
}
.module-product-list .product-item-hr {
  width:100%;
}

.module-product-list .product-item-price {
  font-size: 1rem;
  width: 100%;
  text-align: right;
}

.product-list.ranking-ul li {
  width: 30%;
  margin-bottom: 1.5rem;
  position: relative;
}
.product-list.ranking-ul li:nth-of-type(n+4){
  width: 22%;
}
.rank-num {
  position: absolute;
  top: 8px;
  right: 8px;
  text-align: center;
  background-color: #d2d2d2;
  border-radius: 50%;
  font-size: 12px;
  color: #333333;
  width: 30px;
  height: 30px;
  line-height: 2.5;
  z-index: 1;
}
.rank1 {
  background: #D1AF28;
  color: #fff;
}

.rank2 {
  background: #ABA8A8;
  color: #fff;
}

.rank3 {
  background: #D18858;
  color: #fff;
}

.product-list-wrap.half{
  display: flex;
  justify-content: space-around;
}

.product-list-wrap.half h2::after {
  width: 440px;
  left: -120px;
}

.product-list-wrap.half > div {
  width: 45%;
}

.information-list,.module-review-list a {
  display: flex;
  width: 100%;
  margin: 0 auto;
  padding: 1.5rem;
  font-size: calc(1rem * 0.85);
}

.information-list {
  border-bottom: 1px dotted #d2d2d2;
}

.information-label {

  width: 35%;
  text-indent: 1rem;
}

.information-contents {
  width: 65%;
}

.information-more {
  font-size: calc(1rem * 0.75);
  margin-top: 1rem;
  text-align: right;
}

.module-review-list a {
  padding: 1rem;
}

.module-review-list .review-image {
  width: 25%;
}

.module-review-list .review-text {
  width: 75%;
}

.module-review-list figure {
  margin: 0 auto;

  width: 70%;
  padding-top: 70%;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}

.module-review-list figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
}

.module-review-list .review-text span {
  display: inline-block;
  margin-right: 1.5rem;
}

/*商品一覧(オリジナル)*/
ul.common-item-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.5rem;
}
@media only screen and (max-width: 768px){
	ul.common-item-list {
		grid-template-columns: repeat(2, 1fr);
	}
}
ul.common-item-list li {
	position: relative;
	width: auto;
	padding-bottom: 50px;
}
ul.common-item-list li a {
	display: inline-block;
}
ul.common-item-list li a img {
	height: auto;
	width: auto;
	max-width: 100%;
	object-fit: cover;
	margin-bottom: 5px;
}
ul.common-item-list li a img:hover {
	animation: up 0.5s linear 1 0s normal;
}
ul.common-item-list li a h3 {
	font-size: calc(1rem * 0.85);
}
.item-section-box ul.common-item-list li a h3 {
	margin-bottom: 0;
}
ul.common-item-list li a h3.soldout {
	color: #CCC;
}
ul.common-item-list li a h3.soldout::after {
	margin-left: 5px;
	padding: 0 3px;
	background: #CC0000;
	border-radius: 5px;
	color: #FFF;
	content: "Sold Out";
}
ul.common-item-list li span.cat {
	display: block;
	padding: 0.25rem 0;
	font-size: calc(1rem * 0.85);
}
ul.common-item-list li .product-item-price-wrap {
	bottom: 25px;
	padding-right: 0;
}
ul.common-item-list li .product-item-review {
	bottom: 0;
	margin-bottom: 0;
}

/* -----------------------------------------------------------------
   menu navigation
----------------------------------------------------------------- */
.menunavi-wrap {
  position: relative;
  margin:0 auto;
}

.menunavi {
  position: absolute;
  z-index:99;
  height:0;
  width:100%;
  opacity: 0;
  overflow: hidden;
  box-sizing: border-box;
  transition: all 300ms 0s ease,opacity 500ms 0s;
}

.menunavi.open {
  opacity: 1;
  overflow: visible;
  transition: all 300ms 0s ease,opacity 200ms 0s;
}

.menunavi-body {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 100%;
  padding: 36px 16px 24px;
  min-height: 350px;
  max-height: 80vh;
  overflow-y: scroll;
}
.menunavi-items.open .menunavi-body {
  background-color: rgba(245,245,245,0.95);
}
.menunavi-guide.open .menunavi-body.half {
  background-color: rgba(245,245,245,0.95);
}

.main-menu-item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.main-menu-item::after {
  content:"";
  display: block;
  width: 30%;
}
.menunavi-body.half {
  width: 45%;
  margin-left: auto;
}
::-webkit-scrollbar{
  width: 10px;
}
::-webkit-scrollbar-track{
  background: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 2px #777; 
}
::-webkit-scrollbar-thumb{
  background: #ccc;
  border-radius: 10px;
  box-shadow: none;
}

.sp-menu,
.material-icons.menunavi-arrow {
  display: none;
}

/*items*/
.category-box {
  width: 30%;
}
.campaign-box {
  width: 97%;
  margin-top: 1.5rem;
}

.category-title,
.campaign-title {
  font-size: 1rem;
  font-weight: bold;
  border-bottom: 1px solid #999;
  display: block;
  padding-bottom: 0.8rem;
  margin-bottom: 0.8rem
}

.campaign-title {
  pointer-events: none;
}

.category-title a {
  display: block;
  padding: 0.8rem 0;
  margin: -0.8rem 0;
}

.sub-categories,
.campaign-list {
  display: flex;
  flex-wrap: wrap;
}

.campaign-list {
  gap: 1rem;
  padding: 0.5rem 0;
}

.sub-categories li {
  height: 36px;
  width: 45%;
  margin-right: 5%;
  margin-bottom: 1rem;
  white-space: nowrap;
  overflow: hidden;
  font-size: calc(1rem * 0.75);
}

.sub-categories li a {
  display: block;
  height: 100%;
}

.subCategoryImg {
  display: inline-block;
  width: 32px;
  height: 32px;
  overflow: hidden;
  margin-right: 0.8rem;
  box-sizing: border-box;
  background-size:100% auto;
  background-repeat: no-repeat;
  background-position: center;
}

.subCategoryImg img {
  width: 100%;
}

/*guide*/
.menunavi-guide .menunavi-body {
  justify-content: unset;
}

.menunavi-guide-list {
  padding: 0 1.5rem;
  width: 100%;
}

.menunavi-guide-list li {
  border-bottom: 1px dotted #d2d2d2;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
}

.menunavi-guide-list  i {
  margin-right: 1rem;
  vertical-align: middle;
}
.menunavi-guide-list .material-icons-outlined {
  font-size: 24px;
}

/*contents*/
.menunavi-contents .contents-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}

.menunavi-contents .menunavi-guide-list .material-icons-outlined {
  font-size: 32px;
}

/* -----------------------------------------------------------------
   Header Module
----------------------------------------------------------------- */
header {
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  /*max-width: 1220px;*/
  /*margin: 0 auto;*/
}
header.fixed {
  position: fixed;
}

h1{
  /*width: 100%;
  text-align: right;
  padding: 0 1rem;
  margin-top: 5px;
  font-size: 0.75rem;*/
}

header.fixed h1 {
  /*height: 0;*/
  /*overflow: hidden;*/
}

.headnavi {
  padding: 24px 16px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1220px;
  margin: 0 auto;
}

header.fixed .headnavi {
  padding: 16px;
}

.headnavi .spacer {
  flex-grow: 1;
}

.shop-logo {
	height: auto;
	/*height: 55px;*/
	max-width:250px;
	width:40%;
}
.shop-logo h1 {
	width: 100%; 
	margin: 0; 
	padding: 0; 
	text-align: right; 
	font-size: inherit; 
}
.shop-logo img {
	height: auto;
	/*height: 55px;*/
	max-width: 250px;
	object-fit: contain;
}

.nav-list {
 display: flex;
}

.nav-list li {
    margin: 0 16px;
    min-width: 80px;
    display:flex;
    cursor: pointer;
}

.nav-list li span {
    display: block;
    text-align: center;
}
.nav-list li span.jost {
	letter-spacing: 1px;
	font-weight: 600;
}

.nav-item.now > div > span:first-of-type,
.nav-item > div > span.login,
.sp-menunavi.open {
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

.nav-item.now > div > span.expand,
.sp-menunavi .expand {
  /*color: #2f2f2f;*/
  color: #C3B28C;
  background: none;
}

@media all and (-ms-high-contrast: none) {
  .nav-item.now > div > span:first-of-type,
  .nav-item > div > span.login,
  .sp-menunavi.open {
    background: none;
    color: #2f2f2f;
  }
}

.account-cart-box {
  margin-left: 16px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.account-cart-box li {
  margin: 0 0.5rem;
  position: relative;
}
.account-cart-box .material-icons-outlined {
  /*font-size: 36px;*/
  font-size: 30px;
  cursor: pointer;
}

.cart-icon {
  position: relative;
}

.cart-badge {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: calc(1rem * 0.75);
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
}

.cart-badge.add {
  animation: cartbadge 200ms linear 100ms;
}

.sp-header-nav,
.menunavi-search {
  display: none;
}

.menunavi-search {
  position: relative;
  width: 100%;
  display: flex;
}

.menunavi-search .menunavi-body {
  position: absolute;
  height: 0;
  overflow: hidden;
  opacity: 0;
  width: 100%;
  padding: 0;
  display: flex;
  transition: all 500ms 0s;
}

.menunavi-search.open .menunavi-body {
  height: 100px;
  min-height: auto;
  opacity: 1;
  padding: 30px;
  z-index: 98;
}

.menunavi-search .search-keyword {
  flex-grow: 1;
}

.menunavi-search .search-btn {
  width: 45px;
  height: 45px;
  margin-left: 1rem;
}

.menunavi-search .search-btn a {
  justify-content: center;
  border-radius: 5px;
  color: #FFF;
}
/*検索ボックス＋キーワード*/
section.common-search {
	width: 100%;
	margin: 48px auto;
}
@media only screen and (min-width: 768px){
	section.common-search {
		width: 700px;
	}
}
section.common-search .search-box {
	display: flex;
	width: 100%;
	margin-bottom: 1rem;
	padding: 0.5rem;
	background: #FFF;
}
section.common-search .search-box .search-btn {
	width: 45px;
	height: 45px;
	margin-left: 1rem;
}
section.common-search .search-box .search-btn a {
	justify-content: center;
	border-radius: 5px;
	color: #FFF;
}
section.common-search .keyword-list {
}
section.common-search .keyword-list p {
	margin-bottom: 0.5rem;
	font-weight: 500;
	text-align: center;
}
section.common-search .keyword-list ul {
	display: flex;
	flex-wrap: wrap;
}
section.common-search .keyword-list ul li {
	margin: 0 0.35rem 1rem;
}
section.common-search .keyword-list ul li a {
	display: inline-block;
	padding: 0.4rem 0.5rem;
	background: #C3B28C;
	border-radius: 3px;
	font-size: calc(1rem * 0.85);
	font-weight: 300;
	color: #FFF;
}
/*追加*/
.search-icon .material-icons-outlined::after {
	content: "search";
	transition: all 300ms 0s;
}
.search-icon .material-icons-outlined.up::after {
	content: "clear";
}
.account-cart-box li.sns-icon i {
	font-size: 30px;
}

/* -----------------------------------------------------------------
   Side Module
----------------------------------------------------------------- */
.side-contents h3 {
	display: block;
	width: 100%;
	margin-top: 1.5rem;
	font-size: calc(1rem * 1.3);
	font-family: 'Jost', sans-serif;
	letter-spacing: 2px;
	font-weight: 600;
}

.search-box input {
  width: 100%;
  margin: 5px auto;
  font-size: calc(1rem * 0.75);
  box-sizing: border-box;
}

.search-keyword {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #d2d2d2;
}
.search-keyword:active {
  border-bottom: 1px solid #999;
}

.search-keyword:focus {
  border-bottom: 1px solid #999;
}

.search-filter {
  margin: 0.5rem 0;
}

.search-filter span {
  display: block;
  font-size: calc(1rem * 0.85);
}

.search-price-ul {
  display: flex;
  font-size: calc(1rem * 0.75);
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}

.search-price {
  width: 100%;
  min-width: 72px;
  box-sizing: border-box;
}

.search-btn {
  /*border: 1px solid #d2d2d2;*/
  border-radius: 5px;
  font-size: calc(1rem * 0.85);
  width: 100%;
  text-align: center;
}

.search-btn a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  /*background-color:#fff;*/
  background-color: #C3B28C;
}

.side-contents .search-btn {
  width: 80%;
  margin: 0.25rem auto;
}

.side-contents .search-btn a span {
  flex-grow: 1;
  color: #FFF;
}
.side-contents .search-btn a i {
  color: #FFF;
}

.watched-box li {
  width: 90%;
  margin: 0.75rem 5% 1.5rem;
position: relative;
padding-bottom: 1em;
}
.watched-box li .product-item-price-wrap {
	bottom: 0;
}

.watched-box .product-item-name {
  font-size: calc(1rem * 0.75);
}

/* -----------------------------------------------------------------
   Footer Module
----------------------------------------------------------------- */
footer {
	background: #f6f1ea;
}
footer #footer-wrapper {
	display: flex;
	justify-content: space-between;
	max-width: 1000px;
	margin: 0 auto;
	padding: 2rem 1rem;
}
footer #footer-wrapper #footer-main {
	width: 70%;
}
footer #footer-wrapper #footer-main #footer-box {
	display: flex;
	margin-bottom: 0.5rem;
}
footer #footer-wrapper #footer-main #footer-box nav.footer-menu {
	width: 50%;
	padding-right: 2rem;
}
footer #footer-wrapper #footer-main #footer-box nav.footer-menu h3 {
	margin-bottom: 0.5rem;
	font-weight: 500;
}
footer #footer-wrapper #footer-main #footer-box nav.footer-menu ul {
	font-size: calc(1rem * 0.85);
}
footer #footer-wrapper #footer-main #footer-box nav.footer-menu ul li {
	position: relative;
	margin-bottom: 0.5rem;
	padding-left: 1em;
}
footer #footer-wrapper #footer-main #footer-box nav.footer-menu ul li::before {
	position: absolute;
	left: 0;
	top: 0;
	content: "・";
}
footer #footer-wrapper #footer-main #footer-box nav.footer-menu ul li a {
}
footer #footer-wrapper #footer-main #footer-box nav.footer-menu ul + h3 {
	margin-top: 1.5rem;
}
footer #footer-wrapper #footer-main ul#footer-sns {
}
footer #footer-wrapper #footer-main ul#footer-sns li {
	display: inline-block;
}
footer #footer-wrapper #footer-main ul#footer-sns li:first-of-type {
	margin-right: 0.5rem;
}
footer #footer-wrapper #footer-main ul#footer-sns li a {
	font-size: 2rem;
}
footer #footer-wrapper #footer-main ul#footer-sns li a i {
}

footer #footer-wrapper #footer-calendar {
	width: 30%;
}
footer #footer-wrapper #footer-calendar h3 {
	margin-bottom: 0.5rem;
	font-weight: 500;
	text-align: center;
}
#copyright {
	padding: 1rem 0;
	background: #c3b28c;
	font-size: calc(1rem * 0.8);
	text-align: center;
	color: #FFF;
}
@media only screen and (max-width: 768px){
	footer #footer-wrapper #footer-main {
		width: 60%;
	}
	footer #footer-wrapper #footer-calendar {
		width: 40%;
	}
}
@media only screen and (max-width: 599px){
	footer #footer-wrapper {
		display: block;
	}
	footer #footer-wrapper #footer-main {
		width: 100%;
	}
	footer #footer-wrapper #footer-main #footer-box {
		display: block;
	}
	footer #footer-wrapper #footer-main #footer-box nav.footer-menu {
		width: 100%;
		padding-right: 0;
	}
	footer #footer-wrapper #footer-main #footer-box nav.footer-menu ul {
		display: flex;
		flex-wrap: wrap;
	}
	footer #footer-wrapper #footer-main #footer-box nav.footer-menu ul li {
		width: 50%;
	}
	footer #footer-wrapper #footer-main #footer-box nav#footer-guide {
		margin-bottom: 1rem;
	}
	footer #footer-wrapper #footer-main ul#footer-sns {
		margin-bottom: 1rem;
		text-align: center;
	}
	footer #footer-wrapper #footer-calendar {
		width: 80%;
		margin: 0 auto;
	}
}
@media only screen and (max-width: 480px){
	footer #footer-wrapper #footer-calendar {
		width: 90%;
	}
}

/* -----------------------------------------------------------------
   calendar
----------------------------------------------------------------- */
div.cal_wrapper {
}
div.cal_wrapper table.cal {
	width: 100%;
}
div.cal_wrapper table.cal tr th p {
    float: left;
    /*padding: 5px;*/
    margin: 0 0 0.5rem;
    color: #230706;
    /*font-size: 1.5rem;*/
    font-weight: 400;
}
div.cal_wrapper table.cal tr th div.cal_ui {
	float: right;
}
div.cal_wrapper table.cal tr th div.cal_ui input {
	border: none;
	background-color: #C3B28C;
	/*font-size: 12px;*/
	margin: 0px 1px;
	padding: 0.2rem 0.5rem;
	border-radius: 3px;
	color: #FFF;
}
div.cal_wrapper table.cal tr td {
	border-top: solid 1px #F6F3EE;
	font-size: 10px;
	text-align: center;
	padding: 2px
}
div.cal_wrapper table.cal tr.headline {
	/*background-color: #EEE;*/
}
div.cal_wrapper table.cal tr.headline td {
	padding: 2px 0;
	color: #230706;
	/*font-weight: bold;*/
	/*font-size: 1.4rem;*/
}
div.cal_wrapper table.cal tr.headline td:nth-of-type(1) {
	color: #F00;
}
div.cal_wrapper table.cal tr.headline td:nth-of-type(7) {
	color: #00F;
}
div.cal_wrapper table.cal tr td div {
    position: relative;
    padding: 3px;
    /*font-size: 13px;*/
    text-align: center;
    background-color: #FFF;
    border-radius: 3px;
    font-weight: bold;
}
div.cal_wrapper table.cal tr td div span {
	display: none;
    position: absolute;
    top: 36px;
    left: 0px;
    width: 40px;
    border: solid 2px #230706;
    background-color: #FFF;
    text-align: left;
    padding: 5px;
    z-index: 10;
    color: #000;
    font-weight: bold;
    line-height: 1.5em;
    box-shadow: 1px 1px 3px #666;
    font-size: 1rem;
}
div.cal_wrapper table.cal tr td div span:before {
	content:"▲";
    position: absolute;
    top: -12px;
    left: 0px;
}
/* カレンダーセルの色変更 */
div.cal_wrapper table.cal tr td div.Today {
    border: 3px solid #C3B28C;
    padding: 0;
}
/*div.cal_wrapper table.cal tr td div.Mon {
    color: #FFF;
    background: #cc3366;
}
div.cal_wrapper table.cal tr td div.Wed {
    color: #FFF;
    background: #cc3366;
}
div.cal_wrapper table.cal tr td div.Fri {
    color: #FFF;
    background: #cc3366;
}*/
div.cal_wrapper table.cal tr td div.Sat {
    color: #FFF;
    background: #230706;
}
div.cal_wrapper table.cal tr td div.Sun {
    color: #FFF;
    background: #230706;
}
div.cal_wrapper table.cal tr td div.Deli {
	background-color: #EFE;
}
div.cal_wrapper table.cal tr td div.Holyday {
	font-weight: bolder;
    color: #FFF;
    background: #230706;
}
div.cal_wrapper table.cal tr td div.Birthday {
	font-weight: bolder;
	background-color: #EEF;
	color: #090;
	border-radius: 3px;
}
div.cal_wrapper table.cal tr td div.Businessday {
	font-weight: bolder;
    color: inherit!important; 
     background: #FFF!important; 
}
div.cal_wrapper table.cal tr td div.Pink {
	font-weight: bolder;
    color: #FFF;!important; 
    background: #cc3366!important; 
}
div.cal_wrapper table.cal tr td div.backward {
	color: #CCC;
	font-weight: normal;
	background-color: #FFF;
	border-radius: 3px;
}
div.cal_wrapper table.cal tr td div.pointer {
}
div.cal_wrapper table.cal tr td div.pointer:hover {
	background-color: #EEE;
}

/* -----------------------------------------------------------------
   下部固定バナー
----------------------------------------------------------------- */
@media only screen and (min-width: 600px){
	#fixed-banner {
		display: none;
	}
}
@media only screen and (max-width: 599px){
	#fixed-banner {
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		z-index: 10;
	}
	#fixed-banner img {
		height: auto;
		width: 100%;
	}
	#fixed-banner + #copyright {
		padding-bottom: 120px;
	}
}

/* -----------------------------------------------------------------
  tablet1 & mobile
----------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  body {
    min-width: auto;
    /*padding: 85px 16px 0;*/
	padding: 65px 0 0;
  }

  .full-navi,
  .account-cart-box,
  .side-contents {
    display: none;
  }

  a {
    display: block;
  }

  a.a {
    display: inline-block;
    vertical-align: baseline;
    height: auto;
  }


  .pager-list {
    gap: 15px;
  }

  /* -----------------------
    Header
  ------------------------ */
  h1 {
    margin-bottom: 10px;
    /*white-space: nowrap;
    overflow: hidden;*/
  }

  .headnavi {
    padding: 15px 12px 0;
  }

  header.fixed .headnavi {
    padding: 15px 12px;
  }

  .menunavi-search {
    display: block;
  }

  .sp-header-nav {
    display: flex;
  }

  .sp-header-nav > div {
    margin-left: 15px;
    cursor: pointer;
  }

  .sp-header-nav .material-icons-outlined {
    font-size: 36px;
  }

  .search-icon .material-icons-outlined::after {
    content: "search";
    transition: all 300ms 0s;
  }

  .menu-icon .material-icons-outlined::after {
    content: "menu";
    transition: all 300ms 0s;
  }

  .search-icon .material-icons-outlined.up::after {
    content: "clear";
  }

  .menu-icon .material-icons-outlined.up::after {
    content: "clear";
  }

  .campaign-title {
    pointer-events: all;
  }

  .category-title a {
    padding: 0;
    margin: 0;
  }

  .wrap {
    width: 100%;
    margin: 24px auto;
    max-width: auto;
  }


  .card-box-area {
    margin: 24px auto;
    display: block;
  }

  .card-box-area div {
    width: 47%;
  }

  .card-box-area div.coment-box {
    width: 100%;
    height: auto;
  }

  .card-box-area div p {
    height: 130px;
    background: rgba(255,255,255,0.9);
  }

  .card-box-area div.coment-box p {
    height: auto;
    position: static;
    padding-bottom: 1rem;
  }

  .card-box-area div::after {
    display: none;
  }

  .card-box-area div:hover {
    height: 220px;
    margin-top: 0;
    width: 47%;
  }

  .card-box-area div.coment-box:hover {
    height: auto;
    width: 100%;
  }

  .card-box-area div:hover figure img {
    width: 100%;
    height: 100%;
  }

  .card-box-area div:hover p {
    height: 130px;
    background: rgba(255,255,255,0.9);
  }

  .card-box-area div.coment-box:hover p {
    height: auto;
    background: rgba(255,255,255,1);
  }

  /*ranking*/
  .product-list-wrap .product-list.ranking-ul li {
    width: 47%;
    margin: 1rem 0;
    max-width: 450px;
  }

  /*news*/
  .information-list {
    flex-wrap: wrap;
    padding: 1rem;
  }

  .information-label {
    width: 100%;
    text-indent: 0;
    margin-bottom: 0.25rem;
  }

  .information-contents {
    width: 100%;
  }

  /*review*/
  .module-review-list a {
    padding: 1rem 0;
  }

  .module-review-list .review-image {
    width: 35%;
  }

  .module-review-list .review-text {
    width: 65%;
  }

  .module-review-list p {
    max-height: 40px;
    overflow-y: hidden;
    font-size: calc(1rem * 0.75);
  }

  /* -----------------------
    Slick
  ------------------------ */
  .slick-slide {
    margin: 0;
  }

  .section-item-ul .slick-dots {
    display: flex;
  }

  .section-item-ul .slick-dots li {
    width: 10px;
    height: 10px;
    min-width: 10px;
    display: block;
    border-radius: 50%;
    margin: 0 5px;
    background: #d2d2d2;
    border: #d2d2d2;
  }

  .section-item-ul .slick-dots li.slick-active {
    background: #f65372;
    border: #f65372;
  }

  .slick-dots {
    margin:20px auto;
  }

  /* -----------------------
    ItemList
  ------------------------ */
  section.product-list-wrap {
    margin-top: 24px;
  }

  .product-list-wrap h2 {
    width:100%;
    background:none;
    padding:16px 10px;
    font-size:calc(1rem * 1.3);
  }

  .product-list-wrap h2::before {
    content: "";
    width: 180px;
    height: 100%;
    display: block;
    /*background: #fafafa;*/
	background: #FFF;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index:-1;
  }

  .product-list-wrap h2::after,
  .product-list-wrap.half h2::after {
    width: 100%;
    top: 50%;
    left: 0;
    z-index: -2;
  }

  .product-list-wrap .product-list .slick-slide {
    margin: 0 1vw 16px;
  }
  
  /* -----------------------
    menu navigation
  ------------------------ */
  .menunavi-wrap,
  .menunavi-wrap::after {
    width: 240px;
    left: -240px;
    top: 0;
    transition: all 500ms 0s;
  }

  .menunavi-wrap {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    z-index: 99;
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 100px 16px 25px;
  }

  .menunavi-wrap::before {
    content: "MENU";
   /* font-family: 'Poppins', sans-serif;*/
    position: absolute;
    z-index: 99;
    top: 20px;
    width: calc(100% - 32px);
    text-align: center;
    font-size: calc(1rem * 1.7);
    font-weight: bold;
    color: #2f2f2f;
    border-bottom: 4px double #2f2f2f;
  }

  .menunavi-wrap::after {
    position: fixed;
    content: "";
    top: 0;
    z-index: 98;
    height: 100vh;
  }

  .menunavi-wrap.open,
  .menunavi-wrap.open::after {
    left: 0;
  }

  .menunavi {
    position: static;
    margin: 0;
    height: auto;
    opacity: 1;
    overflow: visible;
    display: block;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    background: none;
  }

  .menunavi-account {
    order: -1;
  }

  .menunavi-body {
    min-height: auto;
    width: 100%;
    padding: 0;
    max-height: 100vh;
  }
    ::-webkit-scrollbar{
      display: none;
    }

  .menunavi-body.half {
    width: 100%;
    height: auto;
  }

  .category-box {
    width: 100%;
  }
  .pc-link {
    pointer-events: none;
  }

  .sp-menunavi {
    position: relative;
    width: 100%;
    font-size: 1rem;
    font-weight: bold;
    border-bottom: 1px solid #999;
    display: block;
    height: 50px;
    line-height: 50px;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-left: 0.5rem;
  }

  .material-icons.menunavi-arrow {
    display: block;
    position: absolute;
    font-size: calc(1rem * 1.3);
    top: 50%;
    margin-top: -10px;
    height: 20px;
    font-size: 20px;
    right: 1rem;
    transition: transform 300ms 0s ease;
  }
  .sub-categories,
  .campaign-list,
  .sp-menu-hide {
    max-height: 0;
    font-size: calc(1rem * 0.85);
    width: 100%;
    opacity: 0;
    overflow: hidden;
    display: block;
    padding-left: 1rem;
    transition: all 500ms 0s ease;
  }

  .campaign-box {
    width: 100%;
    margin-top: 0;
  }

  .sub-categories.open,
  .campaign-list.open,
  .sp-menu-hide.open {
	max-height: -webkit-fit-content;
	max-height:-moz-fit-content;
    max-height: fit-content;
    opacity: 1;
    overflow: visible;
    padding-top: 0.8rem;
  }

  .sub-categories li,
  .sp-menu-hide li {
    height: 36px;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }

  .campaign-list a.link-arrow {
    border: none;
    padding: 0;
    margin-bottom: 1.5rem;
  }

  .campaign-list li a::before,
  .campaign-list li i {
    display: none;
  }

  .sub-categories li:last-of-type,
  .sp-menu-hide li:last-of-type {
    margin-bottom: 2rem;
  }

  .subCategoryImg {
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: unset;
    overflow: hidden;
    border: none;
    margin-right: 0.8rem;
    box-sizing: border-box;
  }

  .subCategoryImg img {
    width: 100%;
  }


  /* -----------------------
    Footer
  ------------------------ */
  .footermodule {
    width: 100%;
    background: none;
    margin: 0 auto 18px;
    display: flex;
    text-align: left;
    padding: 0;
  }

  .foot-contact-box,
  .foot-calendar {
    display: none;
  }
  .footer-section h2 {
    display: none;
  }

  .footer-section {
    margin: 0;
    width: 100%;
    padding: 0;
  }
  .foot-guide {
    width: 100%;
    padding: 0;
  }
  .footer-section-navi {
    display: flex;
    font-size: 1rem;
    padding: 0;
  }

  .footer-section-navi li {
    padding: 0;
    font-size: calc(1rem * 0.85);
    width: 48%;
    box-sizing: border-box;
    border: 1px solid #716969;
    border-radius: 2px;
    margin-bottom: 0.5rem;
    margin: 0.5rem 0;
  }

  .foot-navi-spacer {
    display: none;
  }

  .footer-section-navi li a.a {
    display: block;
    padding: 0.75rem;
    height: 100%;
    color: #2f2f2f;
  }

  .calendar-sp {
    display: block;
    margin: 48px auto 0;
    padding: 32px 32px 0;
    background: #fff;
    text-align: center;
  }

  .calendar-slick li > div {
    display: flex;
  }

  .calendar-left {
    width: 28%;
    display: block;
    margin-bottom: 0;
  }

  .calendar-right {
    width: 72%;
  }

  .calendar-slick td {
    padding: 0.65rem;
  }
}

@media screen and (max-width: 550px) {
  .menunavi-wrap,
  .menunavi-wrap::after {
    width: calc(100vw - 60px);
    left: calc((100vw + 60px) * -1);
  }

  .menunavi-wrap {
    padding: 100px 32px 100px 16px;
  }

  .menunavi-wrap::before {
    width: calc(100% - 48px);
  }

  .card-box-area div {
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
  }

  .card-box-area div a {
    display: flex;
  }

  .card-box-area div a.a {
    display: inline-block;
  }

  .card-box-area div figure {
    width: 100%;
    height: 150px;
  }

  .card-box-area div p {
    width: 70%;
    position: static;
  }

  .card-box-area div.coment-box {
    order: 1;
    margin-top: 24px;
  }

  .card-box-area div.coment-box p {
    width: 100%;
    height: auto;
  }

  .card-box-area div p {
    height: auto;
    background: rgba(255,255,255,1);
  }

  .card-box-area div:hover {
    height: auto;
    width: 100%;
  }

  .card-box-area div:hover p {
    height: auto;
    background: rgba(255,255,255,1);
  }

  .product-list-wrap.half {
    flex-wrap: wrap;
  }

  .product-list-wrap.half > div {

    width: 100%;
  }

  .product-list-wrap.half .information-list {
    padding: 1rem;
  }

  .section-wrap .information-list:nth-of-type(n+6) {
    display: none;
  }

  .item-icons {
    display: none;
  }

  /*news*/
  #news-area {
    margin-bottom: 48px;
  }
  .information-list {
    flex-wrap: nowrap;
  }
  .information-label {
    width: 35%;
    margin-bottom: 0;
  }
  .information-contents {
    width: 65%;
  }

  /*review*/
  .module-review-list a {
    padding: 1rem;
  }

  .module-review-list .review-image {
    width: 25%;
  }

  .module-review-list .review-text {
    width: 75%;
  }

  .module-review-list p {
    max-height: 60px;
    font-size: calc(1rem * 0.75);
  }
  .list-navigation {
    padding: 1.5rem 12px 1rem;
  }
  .howmany-number,
  .pager-list {
    /*display: none;*/
  }
  .list-navigation.top .howmany-number {
    display: block;
  }
  .sort-select-bottom {
    display: none;
  }
  .main-subcategory-list {
    padding-left: 0!important;
  }
  .main-subcategory-list ul li {
    width: 45%!important;
  }
  .category-product-list {
    margin-top: 24px;
  }

  .sp-list-navigation {
    display: flex;
    font-size: 1rem;
    margin: 0 auto;
  }

  .sp-list-navigation a {
    width: 45px;
    height: 36px;
    text-align: center;
  }

  .sp-list-navigation span.page-num {
    width: 120px;
    height: 36px;
    line-height: 36px;
    text-align: center;
  }

  .sp-list-navigation i.material-icons {
    font-size: 36px;
  }

  .product-list li,
  .product-list::before,
  .product-list::after {
    width: 45%;
  }

  .product-list li {
    margin-bottom:3 0px;
  }
}

@media screen and (max-width: 480px) {
  .calendar-slick td {
    padding: 0.35rem;
  }
}

/* -----------------------------------------------------------------
   Common
----------------------------------------------------------------- */
.clearfix:after { content: " "; display: block; clear: both; height: 0; visibility: hidden;}
.clearfix { display: inline-table; min-height: 1%;}
* html .clearfix { height: 1%;}
.clearfix { display: block;}

/* -----------------------------------------------------------------
   Modal Window
----------------------------------------------------------------- */
.mdlw {
}
/* 閉じるボタン */
.modaal-close-btn {
	margin: 1.5rem 0;
	text-align: center;
}
.modaal-close-btn .modaal-confirm-btn {
	padding: 1rem 1.5rem;
	background: #C3B28C !important;
	border-radius: 5px;
	color: #FFF;
}

/* -----------------------------------------------------------------
   Animation
----------------------------------------------------------------- */
@keyframes up {
	0%, 100% { transform: translateY(0px);}
	50% { transform: translateY(-10px);}
}

/* ----------------- ▲ 全ページ共通ここまで ▲ ----------------- */

/* -----------------------------------------------------------------
  トップ
----------------------------------------------------------------- */
/* ブランドバナー */
#brand-banner-area {
}
#brand-banner-area ul {
	display: flex;
	justify-content: space-between;
}
#brand-banner-area ul li {
	width: 48%;
}
#brand-banner-area ul li a {
}
#brand-banner-area ul li a img {
	height: auto;
}
@media only screen and (max-width: 1220px){
	#brand-banner-area {
		padding-left: 16px;
		padding-right: 16px;
	}
}
@media only screen and (max-width: 599px){
	#brand-banner-area ul {
		flex-wrap: wrap;
	}
	#brand-banner-area ul li {
		width: 100%;
	}
	#brand-banner-area ul li:first-of-type {
		margin-bottom: 2rem;
	}
}
/* Information */
#top-information {
	margin: 48px auto;
	padding: 1rem 1rem 0;
	width: 100%;
	max-width: 800px;
	border: 1px solid #CCC;
	box-sizing: border-box;
}
@media only screen and (max-width: 840px){
	#top-information {
		width: 90%;
	}
}
#top-information h2 {
	margin-bottom: 0.5rem;
	font-size: 1.4rem;
	font-family: 'Jost', sans-serif;
	font-weight: 600;
	letter-spacing: 2px;
	text-align: center;
}
#top-information > p {
	margin-bottom: 1rem;
	font-size: calc(1rem * 0.85);
	line-height: 1.8;
}
#top-information > ol {
	font-size: calc(1rem * 0.85);
}
#top-information > ol li {
	margin-bottom: 1rem;
}
#top-information > ol li a {
	color: #C3B28C;
}
#top-information > ol li a::before {
	margin-right: 3px;
	font-family: "Font Awesome 5 Pro";
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	content: "\f105";
}
/* Instagram */
#instagram-list {
	margin-bottom: 96px;
}
#instagram-list h2 i {
	margin-right: 3px;
}
#instagram-list ol {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 10px;
	width: 100%;
	margin-top: 0.5rem;
}
#instagram-list ol li {
	position: relative;
	overflow: hidden;
}
#instagram-list ol li::before {
	display: block;
	padding-top: 100%;
	content: "";
}
#instagram-list ol li a {
	display: block;
}
#instagram-list ol li a img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
}
@media only screen and (max-width: 699px){
	#instagram-list ol {
		grid-template-columns: repeat(3, 1fr);
	}
	#instagram-list ol li:nth-of-type(4),
	#instagram-list ol li:nth-of-type(5) {
		display: none;
	}
}

/* FAQバナー */
#faq-banner-area {
	margin: 48px 0;
	text-align: center;
}
#faq-banner-area a {
	display: inline-block;
}
#faq-banner-area a img {
	height: auto;
	max-width: 585px;
}
@media only screen and (max-width: 1220px){
	#faq-banner-area {
		margin-top: 2rem;
		padding-left: 16px;
		padding-right: 16px;
	}
}

/* -------------------- ▲ トップここまで ▲ -------------------- */
