

/* -----------------------------------------------------------------
   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: inherit;
  vertical-align: middle;
  box-sizing: border-box;
}
html {
  font-size: 62.5% ; 
}
body {
  font-size: 1.4rem ;
  line-height: 1.4;
}

@media screen and (min-width: 768px){
    .sp{
        display: none;
    }
}
@media screen and (max-width: 768px){
    .sp-none,
    .pc{
        display: none;
    }
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  overflow-x: hidden;
}

:focus {
  outline: none;
}

.poppins {
  font-family: 'Poppins', sans-serif;
}

.fw700{
  font-weight: 700;
}

.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;
  max-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: #fff;
  color: #2f2f2f;
}

select,
input,
textarea {
  border:1px solid #d2d2d2;
  background-color: #fff;
}

header {
}

.base-color {
  background: #fff;
}

.sub-color {

}

.sub-border-color {
  border:#d2d2d2;
}

.annotation {
 
}

.nav-item.now > div > span:first-of-type,
.nav-item > div > span.login,
.sp-menunavi.open {
 color:#ccc;
}

/*通常*/
.cart-btn {
}

.cart-badge {
  background:#fff;
}

.re-stock {

}

.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: #a7002a;
}

.sale-price-color span {
  color: #a7002a!important;
}

.accent-color {
  background-color: #a7002a;
  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: #aeaeae;
}

/*レビュー*/

.reviewRateStar.starOn {
  color: #000;
}

.review-post-btn {

}

.review-list-score .reviewRateStar.starOn {
  color: #d2d2d2;
}

.reviewRateStar.starOff {
  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;
}

/*リンクテキスト*/
a {
  color: #2f2f2f;
}

a:hover {
  color: #616161;
}

/*未訪問のリンク*/
a.a:link {
  color: #23abdd;
}

/*訪問済みのリンク*/
a.a:visited {
  color: #1b91bd;
}

/*ポイント時のリンク*/
a.a:hover {
  color: #43beeb;
}

/*選択中のリンク*/
a.a:active {
  color: #43beeb;
}

/*アローつきリンクボタン*/
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: #000;
}

/*フッター*/
.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%);
}

/* nomal */
@font-face {
  font-family: "Arquitecta";
     src: url("https://gigaplus.makeshop.jp/lecouvent/font/ArquitectaThin.otf") format("opentype");
    font-weight: 100;
    font-style: normal;
}

/* nomal */
@font-face {
  font-family: "Arquitecta";
     src: url("https://gigaplus.makeshop.jp/lecouvent/font/ArquitectaLight.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
}


/* nomal */
@font-face {
  font-family: "Arquitecta";
     src: url("https://gigaplus.makeshop.jp/lecouvent/font/ArquitectaMedium.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}
/* bold */
@font-face {
  font-family: "Arquitecta";
  src: url("https://gigaplus.makeshop.jp/lecouvent/font/ArquitectaBold.otf") format("opentype");
      font-weight: bold;
    font-style: normal;
}





body {
  letter-spacing: 0.15em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", "YuGothic", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Roboto, "Droid Sans", sans-serif;

  height: 100%;
  position: relative;
}

h2{
    font-family:'Arquitecta', 'Noto Sans JP', sans-serif;
}

a {
  text-decoration: none;
}
a:hover{
      opacity: 0.7;
}
.g-nav li a.nav-menu:hover{
  opacity: inherit;
}
hr {
  border:none;
}

select,
input,
textarea {
  outline: none;
  vertical-align: middle;
  padding: 8px;
  font-family: 'Noto Sans JP', sans-serif;
  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;
}

.two-column-view {
  max-width: 980px;
}

.main-contents {
  width: 100%;
  background: #FFF;
}

.expand.up {
  transform: rotate(180deg);
}

.annotation {
  display: inline-block;

  vertical-align: baseline;
  margin-left: 0.1rem;
}

/*カートボタン*/
.cart-btn {
  width: 90%;
  margin: 0 auto;
  text-align: center;font-family: 'Arquitecta', 'Noto Sans JP', sans-serif;
}

.cart-btn a {
  display: block;

  height: 100%;
  color: #fff;
  padding: 1rem 2rem;
  font-size: 1.4rem;
  font-weight: bold;
  overflow: hidden;
  position: relative;
  background: #000;
}
.cart-btn.re-stock a{
  background:#777;
}
.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;
}

/*カートボタン ホワイト*/
.cart-btn-white a{
    border: 1px solid;
    color: #fff;
    background: none;
}
.cart-btn-white a::after{
    background-color: rgb(255 255 255 / 25%);
}


/*レビュースター*/
.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;
}

.reviewRateStar.starOn::before {
  content: "star";
}

.reviewRateStar.starOff::before {
  content: "star_border";
}
.reviewRate {
  display: flex;
}

/*アローつきリンクボタン*/
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";
}


/* -----------------------------------------------------------------
   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: 5rem !important;
    height: 2px;
    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 {

  width: 30px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}

.pager-list li a {
  display: block;
  text-decoration: underline;
  height: 100%;
}

.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: 25px;
  position: relative;
}

.product-list::before,
.product-list::after {
  content: "";
  width: 29%;
  order: 1;
}


.product-item-image-wrap {
  position: relative;
  width: 100%;
  display: block;
aspect-ratio: 1/1;
  overflow: hidden;
  margin-bottom: 1rem;
}

@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 {

}

.product-item-name {
    display: block;
    margin: 0 auto;
    padding: 0.25rem 0;
}

.product-item-pankuzu {
  display: block;

  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;
}

.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;
}

/* -----------------------------------------------------------------
   Guide page
----------------------------------------------------------------- */
.guide-title-wrap {
  width: 80%;
  margin: 36px auto;
  text-align: center;
}
.guide-title {
  font-size: calc(1rem * 2);
  font-weight: bold;
}
.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: 1.6;
}

.contents-body dl:last-of-type {
  border: none;
  margin-bottom: 3rem;
}

.contents-body dt {
width: 20%;
    /* text-indent: 10%; */
    font-weight: bold;
}

.contents-body dd {
  width: 80%;
}

.contents-body .gmap {
  width: 100%;
  max-height: 500px;
  aspect-ratio: 16/9;
}


.contents-body p {
      line-height: 1.8;
    font-size: 1.6rem;
}

.news-pager {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.news-pager .pager-left {
  display: flex;
  align-items: flex-end;
}
.news-pager .pager-left .prev {
  margin-right: 20px;
}

@media screen and (max-width: 550px) {
  .contents-body {
    width: 100%;
    margin:0 auto 24px;
    padding:16px;
  }
  .contents-body dl {
    display: block;
    padding: 1.5rem 1rem;
  }
  .contents-body dt {
    width: 100%;
    text-indent: 0;
    /* text-align: center; */
    /* font-size: 1rem; */
    font-weight: bold;
  }
  .contents-body dd {
    width: 100%;
    line-height: 1.8;
  }
    .contents-body  img{
    display:block;
    margin:0 auto;
  }
}

@media screen and (max-width: 768px) {
	.guide-title-wrap {
		width: 100%;
		margin: 24px auto;
		text-align: center;
                padding: 0 1rem;
	}
  .guide-title {
  }
	.contents-body pre {
		white-space: break-spaces;
	}
}


.entry-body a {
    text-decoration: underline;
    color:#36c;
}


/* -----------------------------------------------------------------
   CardBox Module
----------------------------------------------------------------- */
.card-box-area {
      display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/*
.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: 100px 0;
  width: 100%;
}
@media (min-width: 1200px){
section.product-list-wrap.section-content{
    width:860px;
    margin:10rem auto;
    
}
}

.product-list-wrap h2 {
font-size: 4.8rem;
margin-bottom: 2rem;
}
.product-list-wrap h2 span{
    font-weight:300;
        vertical-align: baseline;
}

.product-list-wrap h2 .annotation {
  display: block;
  font-size: calc(1rem * 0.75);
  font-weight: 100;
}

.module-product-list.product-list::before,
.module-product-list.product-list::after {
  width:30%;
}

.module-product-list.product-list li {
  width:30%;
  position: relative;

}
#new-arraival-area .module-product-list.product-list li {
 
}
.recommend-product-list li {

}
.module-product-list.recently-ul li{
  width:16%
}

.module-product-list .product-item-hr {
  width:100%;
}

.module-product-list .product-item-price {

  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 0;
}

.information-list {
    border-bottom: 1px solid #e9e9e9;
}

.information-label {
    font-family: 'Arquitecta', 'Noto Sans JP', sans-serif;
    width:13rem;
}

.information-contents {
 width: calc(100% - 13rem);
}

.information-more {
  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;
}

/* -----------------------------------------------------------------
   menu navigation
----------------------------------------------------------------- */
.menunavi-wrap {
  position: relative;
  margin:0 auto;
}

.menunavi {
  position: absolute;
  z-index:1001;
  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;
}

  @media only screen and (min-width: 62.5rem){
      .menunavi.open{
          top:100px;
    left: 0;
    position: fixed;   
          
      }
 }
    
    
    

.menunavi-body {
display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
    padding: 5rem 0;
}
.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%;
}
.category-box.category-all_items,
.category-title.sp-menunavi.category-ct55,
.category-title.sp-menunavi.category-ct62{
 display:none;
}


.campaign-box {
  width: 97%;
  margin-top: 1.5rem;
}

.category-title,
.campaign-title {
  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: 50%;
    /* margin-right: 5%; */
    margin-bottom: 1rem;
    padding: 0 1rem 0 0;
}

.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%;
}

.sub-categories li .mago{
padding: 0.5rem 0 0 0;
}

.sub-categories li .mago li{
width: 100%;
    margin-bottom: 0.5rem;
    padding: 0;
}

/*guide*/
.menunavi-guide .menunavi-body {
  justify-content: unset;
}

.menunavi-guide-list {
  padding: 0;
  width: 100%;
}

.menunavi-guide-list li {
margin:0 0 1rem;
}
.menunavi-guide-list li a{
display: block;
  border:1px solid #CCC;
  padding:1.5rem;
  font-weight:bold;
  font-size:1.2rem;
}

.menunavi-guide-list  i {
  margin-right: 1rem;
  vertical-align: middle;
}
.menunavi-guide-list .material-icons-outlined {
  font-size: 24px;
}

@media only screen and (min-width: 62.5rem){
      .menunavi h2{
    display:none;
  }
  .menunavi-guide-list{
    margin:0 5rem;
  }
  .menunavi-guide-list li a{
    display:block;
  }
}

/*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%;
  margin: 0 auto;
   color:#fff;
}
@media screen and (min-width: 768px){
    header {
          padding:0;
 }   
}

header.header--dark{
    border-bottom: 1px solid #b7b7b7;
 position:relative;
}
@media screen and (max-width: 768px){
   header.header--dark{ 
  	position:relative;
	}
}
header.header--dark.fixed {
  border-bottom: none;
  padding-bottom: 0;
}

header.fixed {
  position: fixed;
}

header.fixed{
    background:#FFF;
    color:#000;
}

header.header--dark,
header.cursor-active{
     background:#FFF;
     color:#000;
}

h1{
  width: 100%;
  text-align: right;
    padding: 5px 1rem 0 1rem;

  font-size: 0.75rem;
}

.topbar_messages,
header.fixed .topbar_messages{
display:none;
}

.headnavi {
  padding: 24px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header.fixed .headnavi {
 /* padding: 16px;*/
}

.headnavi .spacer {
  flex-grow: 1;
}

.shop-logo {
    max-width: 200px;
    height: 50px;
    width: 50%;

}


.shop-logo .logo{
      fill:#FFF;
}
header.cursor-active .shop-logo .logo,
header.header--dark .shop-logo .logo,
header.fixed .shop-logo .logo{
       fill:#000;
}


.shop-logo img {
  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-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;
  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;
  cursor: pointer;
}

.cart-icon {
  position: relative;
}

.search-icon i,
.accont-icon i,
.cart-icon i{
  font-size:3rem;    
  vertical-align: middle;
}
.cart-icon a{
  color:#FFF;
}







header.fixed .g-nav li a,
header.cursor-active .accont-icon i, 
header.cursor-active .search-icon i, 
header.cursor-active .cart-icon i, 
header.header--dark .accont-icon i, 
header.header--dark .cart-icon i, 
header.fixed .accont-icon i, 
header.fixed .search-icon i, 
header.fixed .cart-icon i{
       color:#000;
}






.cart-badge {

  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: calc(1rem * 0.75);
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  color: #000;
  font-weight: bold;
  vertical-align: middle;
}

.cart-badge.add {
  animation: cartbadge 200ms linear 100ms;
}


header.cursor-active .cart-badge, 
header.header--dark .cart-badge, 
header.fixed .cart-badge{
    color: #fff;
    background: #000;
}





.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;
    justify-content: center;
}

.menunavi-search.open .menunavi-body {
  height: 100px;
  opacity: 1;
  padding: 30px;
  z-index: 98;
}

.menunavi-search .search-keyword {
  flex-grow: 1;
    max-width: 500px;
}

.menunavi-search .search-btn {
 /* width: 45px;
  height: 45px;
  margin-left: 1rem;*/
}

.menunavi-search .search-btn a {
  justify-content: center;
}


@media screen and (max-width: 768px){
 /*   header,
    .search-icon i,
    .accont-icon i,
    .cart-icon i{
        color:#000;
    }
    .shop-logo .logo{
        fill: #000;
    }
    
    .cart-badge{
    background: #000;
    color: #FFF;
    }*/
}


/* -----------------------------------------------------------------
   Side Module
----------------------------------------------------------------- */
.side-contents h3 {
  display: block;
  width: 100%;
  margin-top: 1.5rem;
  font-size: calc(1rem * 1.3);
}

.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;
        font-size: 1.6rem;
    width:80%;
}
.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-bottom: 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;
}

.side-contents .search-btn {
  width: 80%;
  margin: 0.25rem auto;
}

.side-contents .search-btn a span {
  flex-grow: 1;
}

.watched-box li {
  width: 90%;
  margin: 0.75rem 5% 1.5rem;
}

.watched-box .product-item-name {
  font-size: calc(1rem * 0.75);
}

/* -----------------------------------------------------------------
   Footer Module
----------------------------------------------------------------- */
.footermodule {
    background: #000;
    margin: 100px auto 0;

    text-align: left;
    /* padding: 16px; */
    /* font-size: calc(1rem * 0.75); */
    color: #FFF;
}
.footermodule a:link,
.footermodule a:visited{
  color:#FFF;
}
.footer-section {
    padding:8rem 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.foot-col{
    
}
.foot-intro{
    width:30%;
}

.foot-guide,
.foot-contact-box,
.foot-calendar {
    width: 25%;
}
.footer-section h2 {

  font-weight: bold;
  margin-bottom: 12px;

  position: relative;
}



.footer-section h3 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.footer-section p {
  padding-left: 0.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
}

.footer-section-navi {
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  margin-bottom: 16px;

}

nav.footnavi {
  flex-wrap: wrap;
}

.footer-section-navi li {
padding:.25rem 0;
  box-sizing: border-box;

}
.foot-navi-spacer {
  width: 100%;
}
.footer-section-navi li a {

    
    height: 100%;
    /* color: #2f2f2f; */
    /* border: 1px solid #716969; */
    transition: 300ms;
}
.footer-section-navi li a:hover {
  color: #fff;
  background-color: hsla(0,0%,100%,0.2);

}
.footer-section .support-text {
  display: block;

  font-weight: bold;
  margin-bottom: 0.75rem;
  margin-top: 1.75rem;
}

.footer-section .support-text:last-of-type {

}

.footer-section .support-text span {
  display: inline-block;
  margin-right: 0.5rem;
}


/*sns*/
.sns-icon li{
    display:inline-block;
}
.sns-icon li i{
    font-size:3rem;
}

/*カレンダー*/
.calendar-wrap {
  width: 100%;
}

.calendar-slick li > div {
  display: block;
  text-align: center;
}
.calendar-slick h4 {
  font-size: calc(1rem * 2);
  font-weight: bold;
}
.calendar-slick h4 span {
  display: block;
  font-size: calc(1rem * 0.75);
  text-align: center;
  text-indent: 1rem;
}

.calendar-left {
  width: 100%;
  min-width: 50px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 0.75rem;
}

.calendar-right {
  width: 100%;
}

.calendar-right table {
  margin: 0 auto;
  font-size: calc(1rem * 0.85);
}

.calendar-slick .slick-slide {
  margin: 0;
}
.calendar-slick .slick-prev{
  left:-10px;
  font-size: 38px;
}
.calendar-slick .slick-next {
  right: -10px;
  font-size: 38px;
}
.calendar-slick td {
  padding: 0.55rem;
}

.calendar-attention {
  text-align: left;
  min-width: 120px;
  width: 30%;
  margin-left: auto;
  margin-top: 8px;
  font-size: calc(1rem * 0.75);
}

.calendar-sp {
  display: none;
}

.copyright {
  padding-bottom: 1rem;
  font-size: calc(1rem * 0.75);
  text-align: center;
    font-family: 'futura-pt', 'Arquitecta', 'Noto Sans JP', sans-serif;
    font-weight: 500;
    letter-spacing: 0;
}
.slick-disabled {
  display: none!important;
}
/* -----------------------------------------------------------------
  tablet1 & mobile
----------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  body {
    min-width: auto;
    padding: 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: 0 12px;
  }

  header.fixed .headnavi {
    padding: 0 12px;
  }
    header.fixed {
    
    }
  .menunavi-search {
    display: block;
  }

  .sp-header-nav {
    display: flex;
  }

  .sp-header-nav > div {
    margin-left: 10px;
    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 {
 
    text-indent: 0;
    margin-bottom: 0.25rem;
  }

  .information-contents {

  }

  /*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;
  }
/*
  .product-list-wrap h2::before {
    content: "";
    width: 180px;
    height: 100%;
    display: block;
    background: #fafafa;
    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:440px;
    left: -440px;
    top: 0;
    transition: all 500ms 0s;
  }

  .menunavi-wrap {
    display: flex;
    flex-wrap: wrap;
    position: fixed;
    z-index: 1000;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 1rem 16px 25px;
    height: 100vh;
  }

  
  /*
  .menunavi-wrap::before {
    content: "MENU";
        font-family: 'Arquitecta', 'Noto Sans JP', sans-serif;
    position: absolute;
    z-index: 99;
    top: 0;
    width: calc(100% - 32px);
    text-align: center;
    font-weight: bold;
    color: #fff;
    background: #000;
    padding: 1rem;
    box-sizing: border-box;
     left: 0;
  }
*/
  .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-items {
  order: -2;
  }
.menunavi-contents{
  order: -1;
}
      
    .menunavi-account {
  order: -1;
  }

    .menunavi h2{
    font-size: 2rem;
        margin: 3rem 0 1rem 0;
    padding: 0 1.5rem;
      text-align: center;
    }
  .menunavi-body {
    min-height: auto;
    width: 100%;
    padding: 0;
    max-height: 100vh;
    display: block;
  }
    ::-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-weight: bold;
    border-bottom: 1px solid #999;
    display: block;
    height: 50px;
    line-height: 50px;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-left: 0.5rem;
  }
  
  .sp-menu-button{
     display:block;
         margin: 3rem 0;
  }
  .sp-menu-button a{
     background:#eaeaea;
    padding:1rem;
    text-align:center;
    font-size:1.2rem;
    font-weight:bold;
  }

 .sp-menu-contents a{
      background:#fff;
      border:1px solid #CCC;
    padding:1.75rem 0;
  }
  
  .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;

    width: 100%;
    opacity: 0;
    overflow: hidden;
    display: block;
    transition: all 500ms 0s ease;
  }

  .campaign-box {
    width: 100%;
    margin-top: 0;
  }

  .sub-categories.open,
  .campaign-list.open,
  .sp-menu-hide.open {
    max-height: 100vh;
    opacity: 1;
    overflow: visible;
    padding-top: 0.8rem;
  }

  .sub-categories li{
    width: 100%;
    
  }
    .sub-categories li a{
    padding: 0 0 0.75rem;

  }

header.cursor-active .sub-categories .mago li a{
  color: #747474;}


    .sub-categories li .mago{
    display: flex;
    flex-wrap: wrap;
    /* border-top: 1px solid #d2d2d2; */
    padding: 1.5rem;


    }
    .sub-categories li .mago li{
 
        margin: 0;
    }

  .sub-categories li .mago li:nth-child(odd){

  }


  .sp-menu-hide li {
    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: #000;
    margin: 0 auto ;
    display: flex;
    text-align: left;
    padding: 3rem;
    flex-direction: column;
  }

  .foot-contact-box,
  .foot-calendar {
    display: none;
  }
  .footer-section h2 {
    font-size: 1.8rem;
  }

  .footer-section {
    margin: 0;
    width: 100%;
    padding: 0;
    flex-direction: column;
  }
  .foot-guide,.foot-intro {
    width: 100%;
    padding: 0;
    margin-bottom:3rem;
  }
  .footer-section-navi {
    display: flex;
    font-size: 1.2rem;
    padding: 0;
    flex-direction: column;
  }

  .footer-section-navi li {
  }
  
  .footer-section p{
      padding:0;
      maring:0 0 3rem 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: 0 2rem 2rem 2rem;
  }

  .menunavi-wrap::before {
       width: 100%;
  }

  .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 {

    margin-bottom: 0;
  }
  .information-contents {

  }

  
  
  .information-more{
          text-align: center;

    padding: 2rem;
  }
  /*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 0 0.5rem 0.5rem;
  }
  .howmany-number,
  .pager-list {
    display: none;
  }
  .sort-select-bottom {
    display: none;
  }
  .main-subcategory-list {
    padding-left: 0!important;
  }
  @media only screen and (min-width: 62.5rem){
  .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;
  }
}

/*--------------------*/
.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}



.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px){
    .container {
        width: 750px;
    }
}

@media (min-width: 992px){
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px){
    .container {
        width: 1170px;
    }
}


/*--------------------*/
#fullOverlay{
  position: fixed;
  left: 0; top: 0;
  width: 100vw; height: 100vh;
  background: rgb(0 0 0 / 80%);
  z-index:99;
}
.bx-wrapper {
  overflow: hidden;
  border: none!important;
  box-shadow: none!important;

  background: #fafafa!important;
}
.bx-viewport {
  overflow: visible!important;

  margin: 0 auto;            
}
.bx-wrapper li img {

  object-fit: cover;

}
.bx-wrapper .bx-pager {
  position: inherit!important;
}
.main-visual .bx-prev {
  background: none!important;
  width: 0!important;
  height: 0!important;
  border-style: solid;
  border-width: 7px 7px 7px 0;
  border-color: transparent #d2d2d2 transparent transparent;
}
.main-visual .bx-prev:hover {
  border-color: transparent #2f2f2f transparent transparent;
}
.main-visual .bx-next {
  background: none!important;
  width: 0!important;
  height: 0!important;
  border-style: solid;
  border-width: 7px 0 7px 7px;
  border-color: transparent transparent transparent #d2d2d2;
}
.main-visual .bx-next:hover {
  border-color: transparent transparent transparent #2f2f2f;
}

.bx-wrapper .bx-pager {
  position: inherit;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  width: 15px!important;
  height: 15px!important;
  border-radius: 50%!important;
  background: #d2d2d2!important;
}
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #f65372!important;
}
.module-product-list {
  justify-content: flex-start;
  max-width: 1220px;
}
.module-product-list li {
  /* margin-right: 30px; */
}
.module-product-list li:nth-child(5n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .bx-viewport {
    width: 100%!important;
  }
  .bx-wrapper li img {
    height: 200px;
    padding: 0;
  }
  .main-visual .bx-prev {
    display: none;
  }
  .main-visual .bx-next {
    display: none;
  }
}


/*-----------------------*/
.bx-wrapper {
  overflow: hidden;
  border: none!important;
  box-shadow: none!important;

  background: #fafafa!important;
}
.bx-viewport {
  overflow: visible!important;

  margin: 0 auto;            
}
.bx-wrapper li img {

  object-fit: cover;

}
.bx-wrapper .bx-pager {
  position: inherit!important;
}
.main-visual .bx-prev {
  background: none!important;
  width: 0!important;
  height: 0!important;
  border-style: solid;
  border-width: 7px 7px 7px 0;
  border-color: transparent #d2d2d2 transparent transparent;
}
.main-visual .bx-prev:hover {
  border-color: transparent #2f2f2f transparent transparent;
}
.main-visual .bx-next {
  background: none!important;
  width: 0!important;
  height: 0!important;
  border-style: solid;
  border-width: 7px 0 7px 7px;
  border-color: transparent transparent transparent #d2d2d2;
}
.main-visual .bx-next:hover {
  border-color: transparent transparent transparent #2f2f2f;
}

.bx-wrapper .bx-pager {
  position: inherit;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  width: 15px!important;
  height: 15px!important;
  border-radius: 50%!important;
  background: #d2d2d2!important;
}
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #f65372!important;
}
.module-product-list {
  justify-content: flex-start;
  max-width: 1220px;
}
.module-product-list li {
/*margin-right: 30px; */
}
.module-product-list li:nth-child(5n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .bx-viewport {
    width: 100%!important;
  }
  .bx-wrapper li img {
    height: 200px;
    padding: 0;
  }
  .main-visual .bx-prev {
    display: none;
  }
  .main-visual .bx-next {
    display: none;
  }
}
/*-----------------------------------*/

.main{

    background: #FFF;
    top: 0;
    width: 100%;
}
.main.freepage{

  
}

.sp-fixed{
 /*  position: fixed;*/
}

@media only screen and (min-width: 48rem){
    .hero-full {
 
    }
}

.hero {
    z-index: 2;
    position: relative;
        display: flex;
        align-items: center;
    flex-wrap: wrap;
        background: #DDD;
        height: 80vh;
}
.hero.hero-txtbottom{
        align-content: flex-end;
}

.hero.hero-space-between {
	align-content: space-between;
    padding: 16vh 0 3vh 0;
}

.hero.hero-txtbottom .hero__title{
    padding:2rem;
}
@media only screen and (min-width: 48rem){
    .hero {

    padding-top: 5rem;
    height: 100vh;
    align-items: center;
    background-color: #f7f7f7;
}
    .hero.hero-txtbottom .hero__title{
        padding:5rem;
    }
    .hero.hero-space-between{
         padding: 20vh 0 3vh 0;
    }

}



.visual-item{
    z-index: 2;
    position: absolute;
   width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    background-repeat: no-repeat;
         -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;   
    
    
      display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  overflow: auto;
}
 .hero .container-fluid,
 .hero .container {
    z-index: 4;
    position: relative;
}
.hero__header {
    color: #fff;
}
.hero__title h2{
    font-size: 4.5rem;
    line-height: 1;
    margin-bottom:2rem;
}
.hero__text{
    font-size: 2rem;
    font-family: 'Arquitecta', 'Noto Sans JP', sans-serif;
        word-break: break-all;
        margin-bottom: 0rem;
    font-weight: 100;
}

@media only screen and (min-width: 48rem){
    .hero__text{
    font-size: 3rem;
    }
}


.hero__text .new{
color: #bc2a0e;
    font-size: 2.25rem;
    display: block;
    font-weight: 400;
    margin-bottom: 0.5rem;
}

.category-mainv .hero__text{
    font-size: 2rem;
}


.hero_discover a{
  background-color: #fff;
  padding:1.5rem 1rem;
 display: inline-block;
}
.hero__header_black{
color:#000;
}
.hero__header_black .hero_discover a {
    background-color: #000;
    color: #FFF;
    text-align: center;
}
@media only screen and (max-width: 47.9375rem){

    .visual-item{
    height: 80vh;

     }
     .category-mainv .cate-hello{
       flex-flow: column;
    }
    .hero .hero__header {
     /* color:#000;*/
    }
    .hero .container {
        padding:3rem 15px;
    }
  .hero__title h2{
    font-size: 5rem;
  }
    .hero__text{
    margin-bottom:1rem;
  }
  .hero_discover a{

      text-align:center;
      display:block;
  }

}

@media only screen and (min-width: 48rem){
      .hero_discover a{
	padding: 1.5rem 10rem;
    font-weight: bold;
    }
}





@media (min-width: 768px){

}

@media (min-width: 992px){

}
@media (min-width: 1200px){
    .hero__title h2{
     font-size: 4.5rem;
 }
}


.bx-wrapper {
    position: relative;
    margin: 0 !important;
    padding: 0;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    background: transparent !important;
}

#M_slider li{
      display: flex;
    align-items: center;
    flex-wrap: wrap;  
            z-index: 2;
    position: relative;
}

.bx-wrapper .bx-caption{
    background: none !important;
    color:#FFF !important;
    bottom: auto !important;
    
}
.bx-wrapper .bx-caption span{
font-family: inherit !important;
font-size: inherit !important;
padding: 1.5rem !important;
box-sizing: border-box;
}


@media screen and (max-width: 900px){
   #M_slider img {
    width: 100%;
    height: 80vh;
    object-fit: cover;
} 
}



@media screen and (min-width: 901px){
   #M_slider img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
}



@media only screen and (min-width: 62.5rem){
    .bx-wrapper .bx-caption{
    font-size: 2.8125rem;
    line-height: 2.8125rem;
}
}

@media only screen and (min-width: 75rem){
   .bx-wrapper .bx-caption{
    font-size: 3.125rem;
    line-height: 3.125rem;
}
 
}
.bx-controls{
    display: none;
}

/*----------------------*/

ul.g-nav {
    display: flex;

}
.g-nav li.ct62,
.g-nav li.ct55,
.g-nav li.all_items {
    display:none;
}
.g-nav li a {
    display: block;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
}
header.header--dark a,
header.cursor-active a{
    color:#000;
}
header.header--dark .topbar_messages a,
header.cursor-active .topbar_messages a{
    color:#FFF;
}

.g-nav li:hover > ul {
    visibility: visible;
    opacity: 1;
}
.g-nav .category_container {
    position: absolute;
    width: 100%;
    left: 0;    background:#FFF;
    padding:3rem 0;
}
.g-nav .category_container li  a:hover {

    
}


.g-nav ul ul{
  opacity: 1;
}
.g-nav li a.nav-menu:hover {
    border:1px solid #fff;
}

header.cursor-active .g-nav li a.nav-menu{
    border:1px solid #fff;
}

header.header--dark a.nav-menu:hover,
.g-nav li.first a.nav-menu:hover {
   border:1px solid #000;
   color:#000;
}


.g-nav li a.nav-menu{
    text-align:center;
        box-sizing: content-box;
        border: transparent 1px solid;
}
.g-nav li a.nav-menu b{
    font-size:1.6rem;
    font-family: 'futura-pt', 'Arquitecta', 'Noto Sans JP', sans-serif;
    font-weight: 500;
}
.g-nav li a.nav-menu span {
     display: block;
     font-size: .75rem;
}

.g-nav .category_tree{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: left;
}

.g-nav .category_tree .disable{
    font-weight:bold;
}
.g-nav .category_tree ul a {
    padding: 8px 20px;    letter-spacing: 0;
}
.g-nav .category_tree ul a:hover{
     color: #000;
}
/*----背景が淡い時-----*/

.headnavi_black .cart-icon a,
.headnavi_black,
.headnavi_black .g-nav li a {
color:#000;
}
.headnavi_black .shop-logo .logo {
    fill: #000;
}

.headnavi_black .g-nav li a.nav-menu:hover {
    border: 1px solid #000;
}
.headnavi_black .cart-badge {
    background: #000;
  color:#fff;
}

/*-----*/
ul.sub-menu {
    margin: 80px 0 0;
    font-family: 'Spectral SC', serif;
    font-size: 1.4rem;
    letter-spacing: 0.25rem;
    width: 220px;
}
.sub-menu li {
    width: 180px;
    padding: 5px 20px;
    text-align: right;
}
.sub-menu li a {
    color: #b5b5b5;
    text-decoration: none;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.sub-menu li a:hover {
    color: #fff;
    text-decoration: underline;
}
.topbar_messages{
        background: #000;
    padding: 0.75rem;
    text-align:center;
}
.topbar_messages a{
    color:#FFF;
}
/*------cate-----*/
.category-mainv .cate-small {
    background: #f7f7f7;
    /* color: #000; */
    padding: 8rem 0;
}
.category-mainv .cate-small .hero__title h2{
    font-size: 2.5rem;
     margin: 0;
}

.category-mainv .cate-small .hero__title.en h2{
    font-size: 4.5rem;

}
/*------story-----*/

.story-container{
    text-align:center;
    padding-top:4rem;
}

.story-container h2{
    text-align: center;
    font-size: 4rem;
    margin: 1rem 0;
    font-weight: 300;
    
}
.story-container h2.contents-tit{
  font-weight:300;
  font-size:4.5rem;
}
@media screen and (max-width: 768px) {
.story-container h2.contents-tit{
 font-size: 3.5rem;

}
}
.story-container h3{
font-size: 3rem;
    margin-bottom: 5rem;

}
.story-container p,
.story-container ul{
  font-size:1.6rem;
}
.story-container p .notice{
    font-size:1.2rem;
    color: #838383;
}

.story-container-section ul{
   list-style: disc;
   padding-left: 3rem; 
}

.story-container-section{
    margin-bottom: 10rem; 
  line-height: 1.8;
}
.story-container-section-video{
    max-width:870px;
    margin:0 auto 10rem;
}
.story-container p.sub_tit{
    margin:2rem 0 0 0;
    color:#000;
}

.story-container-section a{
  text-decoration: underline;
}
@media (min-width: 1200px){
    .story-container {
    
    }
}

.kiyaku-container .story-container-section{
    text-align:left;
  color:#000;
}


/*-------shoplist-------*/

.search-box_label {
  font-weight: bold;
}
.is-hide {
  display: none;
}
.shoplist {
  margin:3rem 0;
  font-size:1.6rem;
}
.shoplist li.list_item{
  /* margin:0 0 3rem; */
  border-bottom: 1px solid #dcdcdc;
  padding: 4rem 1rem;
  line-height: 2.25;
  overflow: hidden;
}
.shoplist li.list_item h3{
  font-weight:bold;
      margin-bottom: 2.5rem;
}
.shoplist li.list_item dl{
  color:#737373;
  display:flex;
  flex-wrap:wrap;
  line-hight:1.8;

}
.shoplist li.list_item dl dt{
  width:15%;
  
}
.shoplist li.list_item dl dd{
  width:85%;
}

.shoplist li.list_item p.shop_kind{
margin-bottom: 1rem;
    line-height: 1.8;
}
.shoplist li.list_item p.shop_kind span{
    font-size: 1.3rem;    
    color: #000;
    border: 1px solid;
    padding: 0.5rem;
    margin: 0 1rem 0 0;
}
.shoplist li.list_item figure{
 
}
.shoplist li.list_item figure img{
    width: 360px;
       float:left;
       margin:0 2rem 0 0;
}



.search-shop ul{
  display:flex;
  flex-wrap:wrap;
    justify-content: center;
}
.search-shop ul li{
  margin:0 1rem  0;
}


.search-shop label{
 background: #f7f7f7;
  padding:1rem 2rem;
  display:block;
  cursor:pointer;
  transition: .3s;
}
.search-shop label:hover{
  background:#e8e8e8;
}

.search-shop input{
   border-color: transparent;
}
.search-shop input:checked+label {
    background: #000;
    border-color: transparent;
    color: #fff;
}

@media (min-width: 768px){
    .shoplist{
        display:flex;
        flex-wrap:wrap;
    }
    .shoplist li.list_item{
     width:50%;   
    }
    .shoplist li.list_item.kind-chokuei{
        width:100%;
    }
    
    
    
}




/*-----------video----------------*/

.video{
        width: 100%;
        position: relative;
        padding-top: 56.25%;
}

.video iframe{
        width: 100% !important;
        height: 100% !important;
        position: absolute;
        top: 0;
        right: 0;
}

/*----------------------*/
.tree_img_list {
  display:
  flex;
  flex-wrap:
  wrap;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  }   

.tree_img_list > *{
  width: calc(100%/5);
}
.tree_img_list img{
    display:block;
        margin-bottom: 1rem;
}


/*------------collection-list----------*/

.collection-list{
    display:
    flex;
    flex-wrap:
    wrap;
    justify-content: space-around;
}

.collection-list li{width: 22%;/* margin: 0 5rem 0 0; */box-sizing: border-box;overflow: hidden;}
.collection-list li:last-child{
  margin:0;
}

.collection-list .block-image{
    min-height: 265px;
    background-repeat: no-repeat;
    /* display: flex; */
    /* align-items: flex-end; */
    position: relative;
    justify-content: center;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out;
   }
.collection-list .block-image:hover {

-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}

.collection-list a{
position: relative;
    overflow: hidden;
    display: block;
}


.collection-list h4{
 position: absolute;
 z-index: 5;
 font-size: 1.4rem;
 text-align: center;
  color:#FFF;
 padding-bottom: 1rem;
 bottom: 0;
 width: 100%;
}
.collection-list .block-image:before{
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0,0,0,0)), color-stop(1, rgba(0,0,0,1)));
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    width: 100%;
    height: 100%;
    z-index: 0;
}
@media (max-width: 768px){
    .collection-list li{
        width: 45%;
      margin-bottom:3rem;
        
    }
    
}
/*------------------------*/
.shoplit-box{
  padding:5rem 0;
}
.shoplit-box h2{
  /* font-size:1.8rem; */
  margin:0 0 1rem;
  padding:1rem;
  font-weight:bold;
  background:#000;
  color:#FFF;
}


.shoplit-box h3{
    margin: 0 ;
    padding: 1rem 0.5rem;
    border-bottom: 1px solid;
    color: #818080;
}

.table-shoplit{
  margin:0 0 5rem 0;
}
.table-shoplit ul{
  display:flex;
  flex-wrap:wrap;
  border-bottom: 1px solid #d9d9d9;
  padding: 2.5rem 1rem;
  line-height:1.6;
  flex-direction: column;
    letter-spacing: 0.1rem;
}


.table-shoplit ul li:nth-child(1){
font-weight:bold;
font-size: 1.6rem;
margin-bottom: 1rem;
}
.table-shoplit ul li:nth-child(2){
  display:none;
  
}
.table-shoplit ul li:nth-child(3){

}
.table-shoplit ul li:nth-child(4){

}

.shoplit-box .kind-chokuei{
  display:flex;
  flex-wrap:wrap;

  margin-bottom:2rem
}
.shoplit-box .kind-chokuei figure{
  width:100%;
  text-align:center;
}
    .search-shop ul{
        margin-bottom:5rem;
    }
@media (min-width: 768px){

.table-shoplit ul{
  flex-direction: row;
}
.table-shoplit ul li:nth-child(1){
  width:40%;
  padding:0 1rem 0 0;
  margin: 0;
}

.table-shoplit ul li:nth-child(3){
  width:45%;
  padding:0 1rem;
  
}
.table-shoplit ul li:nth-child(4){
  width:15%;
  padding:0 1rem;
}

.shoplit-box .kind-chokuei{
  padding:2rem;

}
.shoplit-box .kind-chokuei figure{
  width:400px;
  margin:0 2rem 0 0
}  
.shoplit-box .kind-chokuei .table-shoplit ul{
  flex-direction: column;
  border:none;
}
  
.shoplit-box .kind-chokuei .table-shoplit ul li{
  width:100%;
  padding:0
}
.shoplit-box .kind-chokuei .table-shoplit ul li:first-child{
  margin-bottom:1rem;
}
}
.area-shoplist{
  font-size:1.6rem;
  display:flex;
  margin-bottom:2rem;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.area-shoplist li{
  margin: 0 1rem 0 0;
}
.area-shoplist a{
    background: #f7f7f7;
    padding: 1rem 2rem;
    display: block;
    cursor: pointer;
    transition: .3s;
}

/*-----*/
.box-wh {
    background-color: #fff;
    border: 0;
    color: #000000;
    box-shadow: -3px 5px 24px 3px rgba(121,121,121,0.1);
    padding: 3rem;
     margin-bottom: 6rem;   
     position: relative;
     z-index: 1;
}
@media (min-width:768px){
    .box-wh {
      padding: 6rem;  
    }
    .box-wh .flex-box{
        margin: 0;
    }
}
@media (min-width: 992px){
    .box-wh {
     margin-bottom: 12rem;   
    }
}
/*-----------LP用----------------*/


/*-2024summer--*/



.lp-summer-campaign .hero{
    align-items: flex-end;
    height:60vh;
}

.lp-summer-campaign .hero__title{
   color:#FFF;
    text-align: center;
}
.lp-summer-campaign .hero__title h2 {
    font-size: 4.5rem;
}
@media (min-width: 1200px) {
    .lp-summer-campaign .hero__title h2 {
        font-size: 10.5rem;
        letter-spacing: 0.5rem;
    }
    .lp-summer-campaign .hero__title strong{
    font-size: 8.5rem;
    }
}

.lp-summer-campaign .hero__title em{
}
.lp-summer-campaign .hero__title strong{
display:block;
    font-weight: 300;
}
.notice_days{
    background: #529877;
    color: #FFF;

    font-size: 1.6rem;
    letter-spacing: .5rem;
    text-align: center;
    padding: 1.75rem;
}
.lp-summer-campaign .main{
    background: #d99c4d;
	background-image: url(../image/summer2024bg-100.jpg);
}

.lp-summer-campaign .main-contents{
        color:#1b1b1b;    background: none;
}


.lp-summer-campaign .campaign-block{
	max-width:800px;
    margin:0 auto 7rem;
    font-size: 1.6rem;
}
.lp-summer-campaign .campaign-block p{
    margin-bottom:1rem;
}
.campaign-block {
	position: relative;
}

.campaign-block::before, .campaign-block::after {
    content: '';
    width: 100px;
    height: 100px;
    position: absolute;
}

.campaign-block::before {
    border-left: solid 4px #5d9779;
    border-top: solid 4px #5d9779;
    top: -2px;
    left: -2px;
}

.campaign-block::after {
    border-right: solid 4px #5d9779;
    border-bottom: solid 4px #5d9779;
    bottom: -2px;
    right: -2px;

}

.lp-summer-campaign .head_flex{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2rem;
    align-items: center;
}
.lp-summer-campaign .head_flex h3{
width: calc(100% - 100px);
    color: #3d8c63;
    font-size: 2.25rem;
    padding: 0 0 0 2rem;
    font-weight: bold;
}

@media (min-width: 1200px) {
    .lp-summer-campaign .head_flex h3{
        font-size: 3.25rem;
        }
}

.campaign-point{
background: #5d9779;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    color: #FFF;
    text-align: center;
    font-family: 'Arquitecta', 'Noto Sans JP', sans-serif;
display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.campaign-point i{
    font-style:normal;
}
.campaign-point span{
    display: block;
    font-size: 3.5rem;
    line-height: 1;
}
.coupon-code {
    margin: 4rem 0 0 0;
    text-align: center;
}
.coupon-code span{
	text-align:center;
    border:1px solid #5d9779;
    padding:1.5rem 4rem;
    font-weight:bold;
     color:#5d9779;
    font-size:2.2rem;
    font-family: futura-pt, sans-serif;
font-weight: 500;
font-style: normal;
}

.flex-images{
    display: flex;
    justify-content: center;
    margin: 5rem 0 3rem 0;
        flex-direction: column;
}
.flex-images .text{
    /* padding: 3rem 0; */
    border: 1px solid #66967b;
    /* padding: 0 3rem; */
    margin-top: 5rem;border-radius: 2px;
}
.flex-images .text h4{
    background: #66967b;
    padding: .5rem;
    text-align: center;
    color: #FFF;
    margin: 0 0 2rem;
}
.flex-images .text ul{
   padding: 0 2rem 1rem 3rem;
}

.flex-images .text ul li{
    position: relative;
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
}
.flex-images .text ul li:before {
    content: "\f105";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    display: inline-block;
    position: absolute;
    left: -2rem;
    font-size: 1.2rem;
    top: 3px;
    color: #6d957d;
}

@media (min-width: 1200px) {
    .flex-images{
            flex-direction: row;
    }
.flex-images .image{
    width:400px;
}
.flex-images .text{
    width: calc(100% - 400px);
            margin: 0 0 0 4rem;
}
    
}
.lp-summer-campaign .campaign-block p.notice{
 font-size:1.2rem;color:#666;   
}

.lp-summer-campaign .lineup-block{
        background: #ffe8c5;
    color: #000;
    padding: 5rem 0;
}
 
.lp.lp-summer-campaign .lineup-block h2{
    color:#000;
}

.recommend_list{}
.recommend_list_item{
display: flex;
    flex-wrap: wrap;
    margin-bottom: 3rem;
    align-items: center;
        padding: 0 3rem;
}

.recommend_list_item figure{
 margin:0 auto 2rem;   
}

@media (min-width: 968px) {
    .recommend_list .recommend_list_item:nth-child(even) {
        flex-direction: row-reverse;
    }

    .recommend_list_item figure{
        width:500px;
        margin:0;
    }
    .recommend_list_item .text{
        width: calc(100% - 500px);
        text-align: left;
        padding: 0 0 0 4rem;
     }
    
    .recommend_list .recommend_list_item:nth-child(even)  .text{
        padding: 0 4rem 0 0;
    }
}


.recommend_list_item h3{
text-align: left;
    font-size: 2.6rem;
    margin-bottom: 2rem;

}
.recommend_list_item p{
    font-size:1.6rem;
}
.recommend_list_item .button-block{
    margin:3rem 0;
}
.recommend_list_item .button-block a.buynow{
background: #000;
    color: #FFF;
    padding: 2rem 5rem;
    border-radius: 5rem;
    display: inline-block;

    font-size: 2rem;
    font-weight: 400;
}
.recommend_list_item .button-block a.buynow span{
        font-family: 'Arquitecta', 'Noto Sans JP', sans-serif;
}
.recommend_list_item .button-block a.buynow i{
    font-size: 3rem;
    vertical-align: middle;
}

.lp-summer-campaign .footermodule{
 margin-top:0;   
}


/*----------*/
.lp-sperone .main,
.lp-sperone .main-contents{
    background: #40b8bd;
color:#FFF;
}

.lp-peonia .main,
.lp-peonia .main-contents{
    background:#e2a9a8;
color:#FFF;
}
.lp-ilhabela .hero {
	height: 60vh;
	    align-content: flex-end;
    
}
.lp-ilhabela .hero .hero__title{
    color:#FFF;
    padding: 0 0 3rem;
}
.lp-ilhabela .hero .hero__title h3 span{
font-size: 1.4rem;
    border: 1px solid #FFF;
    padding: .5rem;
}

.lp-ilhabela .main,
.lp-ilhabela .main-contents{
    background:#9f607f;
color:#FFF;
}
.lp-ilhabela .detail_category{
    background-color: #7c4b64;
}


.lp-ilhabela .detail_category .category-tit{
    margin-bottom:3rem;
}
.lp-ilhabela .detail_category .category-tit span{
    font-size:1.3rem;
}
.lp-ilhabela .main-contents .detail_category h2{
    color: #333;
        margin-bottom: 1rem;
    text-align: left;
    border-bottom: 1px solid #FFF;
    padding: 0;
    line-height: 1.4;
    color:#FFF;
}
.lp-ilhabela .main-contents .detail_category dl{
    display:flex;
    flex-wrap:wrap;
}
.lp-ilhabela .main-contents .detail_category dl dt{
    width:12rem;
    margin-bottom:0.75rem;
}
.lp-ilhabela .main-contents .detail_category dl dd{
       width: calc(100% - 12rem);
    margin-bottom:0.75rem;
}

.lp-ilhabela .detail_category .cart-btn{
    margin:3rem auto;
}

.lp .new-products-block{
    display:flex;
    flex-wrap:wrap;
}

.lp .new-products-block .txt{
        width: 100%;
    padding: 3rem;
}
@media only screen and (min-width: 48rem){
    .lp-ilhabela .detail_category .cart-btn{
     margin:3rem 0 0 0;   
    }
.lp .new-products-block .new-products-image{
    width: 60rem;
}
    .lp .new-products-block .txt{
         width:calc(100% - 60rem);
               padding: 10rem 8rem;
    }
	.lp .new-products-block .txt .cart-btn{
             margin: 0;
    }

}

.lp .new-products-block .txt h3{
    font-size: 2.2rem;
    margin-bottom: 1rem;
    font-family: 'Arquitecta', 'Noto Sans JP', sans-serif;
}
.lp .new-products-block .txt .price{
    margin-bottom:3rem;
}
.lp .new-products-block .txt ul{
    padding:3rem;
    list-style:disc;
    margin-bottom:3rem;
}

.lp .new-products-block .txt .notice{
    font-size:1.3rem;
}






.lp .newproducts-info-block{
    border:1px solid #FFF;
    padding:3rem;
    color:#FFF;
    text-align:center;
}
.lp .newproducts-info-block .info-item{
    margin: 0 0 6rem 0;
}



.lp .newproducts-info-block h3{
    font-size:2rem;
    margin-bottom: 2rem;
}
.lp .newproducts-info-block h4{
    font-size: 1.8rem;
    margin-bottom: 3rem;
}
@media only screen and (min-width: 48rem){
    .lp .newproducts-info-block{
    	 width:80%;
        margin:0 auto;
         padding:6rem;
    }
  .lp .newproducts-info-block .info-item{
    margin: 0 0 12rem 0;
}  
    .lp .newproducts-info-block h3{
         font-size:3rem;
    }
    .lp .newproducts-info-block h4{
    font-size: 2rem;
    }
}



.lp .newproducts-info-block .info-item hr{
border-top: 1px solid #ffffff6e;
    margin-bottom: 3rem;
    width: 60%;
}
.lp .bn-center{
    text-align:center;
}
@media only screen and (min-width: 48rem){
.lp .bn-center img.bn{
    max-width:600px;
}
}
.lp .bn-center img.bn + p{
    
 margin:2rem;   
}
.lp .bn-center .cart-btn a{
    display: inline-block;
}


.lp-sperone .hero {
  background:#52c4c8
}

.lp-peonia .hero {
  background:#f4bebc;
}


@media only screen and (min-width: 48rem){
.lp .hero {
	height: 60vh;

}
.lp-sperone{
  background: initial;
}

}

.lp .visual-item{
	height: 60vh;
}


.lp-sperone .hero__title{
	color:#FFF;
}
@media (min-width: 1200px){
    .hero__title h2 {
        font-size: 6.5rem;
    }
}

    
    
    
.hero__title h2 span{
font-size: 1.8rem;
font-weight: 100;
}
.hero__title h3{
font-size: 2.8rem;
font-family: 'Arquitecta', 'Noto Sans JP', sans-serif;
    margin-bottom:1rem;
}


.lp .main-contents h2{
    text-align: center;
    font-size: 3.5rem;
    margin-bottom: 2rem;
    color: #FFF;
    font-family: 'Arquitecta', 'Noto Sans JP', sans-serif;
    font-weight: 300;
}

section.lp-block-wrap {
    width: 100%;
    margin: 5rem 0;
    padding: 0 1rem;
}
section.lp-block-wrap.video-block{
    max-width: 800px;
	margin:5rem auto;
}
@media only screen and (min-width: 48rem){
  .lp .main-contents h2{
      font-size: 5.2rem;
       margin-bottom: 5rem;
  }section.lp-block-wrap {
      padding: 0 ;
  }
}
.lp-start {

}

@media only screen and (min-width: 48rem){
  .lp-start {

    text-align: center;
  }
}

.lp-start p{
    letter-spacing: .25rem;
    color: #FFF;
    line-height: 1.8;
  padding:0 3rem;
  margin-bottom: 2rem;
}
.lp-start img{
  width: 100%;
  height: 280px;
  object-fit: cover; 
}
@media only screen and (min-width: 48rem){
section.lp-block-wrap {
    margin: 16rem 0;
  }
  .lp-start p{
    font-size: 1.6rem;
    padding:0;
    margin-bottom: 5rem;
  }
  .lp-start img{
     width: auto;
    height:auto;
  }
}

.lp .pyramid-material,
.lp .pyramid-flex-box{
    display: flex;
    flex-wrap: wrap;
}
.lp .pyramid-flex-box .pyramid-illust{
  padding:0 6rem 3rem;
}
.lp .pyramid-flex-box .material-image{
 text-align:center;   
}
@media only screen and (min-width: 48rem){
	.lp .pyramid-flex-box .pyramid-illust{
	width:45%;
    padding-right:5%
	}
  .lp .pyramid-flex-box .material-image{
   width:50%  
  }
}

.lp .pyramid-flex-box .material-image h3{
  text-align:center;
  font-size: 1.6rem;
  margin: 1rem;
}
.lp .pyramid-material > *{
	width:50%;

}
section.lp-block-wrap.lineup-block h3{
font-size: 1.8rem;
    text-align: center;
    margin-bottom: 3rem;
}

.trial-flex-box,
.lineup-flex-box{
	display: flex;
    flex-wrap: wrap;
    margin:0 0 6rem;
}

.lineup-flex-box > *{
    width:33%;
    text-align:center;
}

.lp-peonia .lineup-flex-box > *{
width:50%;

}
.lp-peonia .product-item a{
color:#FFF;
}
.lp-peonia .product-item-name strong{
    font-family: 'Arquitecta', 'Noto Sans JP', sans-serif;
}

.trial-flex-box{
align-items: center;
}

.trial-flex-box > *{
width:50%;

}
.trial-flex-box .detail{
padding:1rem;
}



@media only screen and (min-width: 48rem){
    .lineup-flex-box li img {
        max-width: 300px;
        margin: 0 auto;
        display: block;
    }
.products_text{
	max-width:60%;
	margin: 0 auto;
}
}
.lineup-flex-box li p{
border-top:1px solid #FFF;
padding-top:2rem;line-height: 3rem;
}

.lineup-flex-box li p span{
font-size:1.8rem;
}
section.lp-block-wrap.lineup-block .products_about{
   
    margin: 3rem 0;
}
@media only screen and (min-width: 48rem){
  section.lp-block-wrap.lineup-block .products_about{
      width:40rem;
      margin:3rem auto;
    }
}
section.lp-block-wrap.lineup-block .products_about span{
 	font-size:1rem;   
    display:block;
}
section.lp-block-wrap.lineup-block .cart-btn {
        text-align: center;
    margin: 3rem 0;
    width:100%;
}
section.lp-block-wrap.lineup-block .cart-btn a{
    display: inline-block;
    padding: 2rem 5rem;
}
/*----*/
.detail_category{
    display: flex;
    justify-content: space-between;
    align-items:
    center;
    flex-direction: column;
    background-color: #f7f7f7;
    padding: 3rem;margin-bottom: 4rem;
}
.detail_category .section-text{
  margin-bottom:2rem;
}
.detail_category .section-text h3{
  font-size:2rem;
  margin-bottom:2rem;
}

.detail_category .section-image{
 
      position: relative;
}
@media only screen and (min-width: 48rem){
    

.detail_category {
    flex-direction: row;
    /* padding-left: 3.125rem; */
    /* padding-right: 3.125rem; */
    /* background-color: #f7f7f7; */
    /* min-height: 37.1875rem; */
    padding: 0 10rem;margin-bottom: 10rem;
}
.detail_category .section-text {
    /* margin-left: 3.125rem; */
    /* padding-top: 2.5rem; */
    /* padding-bottom: 2.5rem; */
    width: 48.5rem;
    padding: 10rem 3rem;
  margin:0;
    line-height: 1.6;
}
.detail_category .section-image{
  width: 40rem;
}
.detail_category .section-image img {
    position: relative;
    top: 4rem;
    /* left: 0; */
    /* right: 0; */
    /* transform: translateZ(0); */
}
  .detail_category .section-text h3{
  font-size: 2.5rem;
  }
}

.holiday2024{
    text-align:center;  
}
.holiday2024 svg{
    display:none;
}
    .holiday2024 svg{
         display: inline;
        fill: #FFF;
        height: 9vh;
        max-width: 300px;
	}
.holiday2024 h2{
	font-size: 2rem;
    color: #FFF;
    letter-spacing: 0.75rem;
    font-family: 'futura-pt', 'Arquitecta', 'Noto Sans JP', sans-serif;
    font-weight: 500;
}
@media only screen and (max-width: 47.9375rem){
     .holiday2024 svg{
          display:none;
    }
    .holiday2024 h2{
		padding-top: 7rem;
        font-size: 2.5rem;
    }
}
@media (min-width: 1200px){
    .holiday2024 svg{
        fill: #FFF;
    }
    .holiday2024 h2{
   
    }
}


/*-----------*/
.hero_rmqbs{
    color:#FFF;   
    align-content: space-between;
}
.hero_rmqbs .hero__header{
     color:#FFF;  
}
    .hero_rmqbs .hero__title{
            padding-top: 8rem;
    }

.hero_btnql{
    color:#FFF;   
    align-items: flex-end;
}
.hero_btnql .hero__title{

}
.hero_rmqbs .container-fluid,
.hero_btnql .container-fluid{
padding: 5rem;
}
/*----------*/
.hero_peonia{
    background:#f4bebc;
}
/*----*/
.hero_trial{
 text-align:center;   
 color:#FFF;  
}

.hero_rmqbs,
.hero_discover,
.hero_trial,
.hero_trial .hero__text{
      font-family: 'Arquitecta', 'Noto Sans JP', sans-serif;  
}
.hero_rmqbs .hero__title h2{
 text-align:center;   
}

.hero_rmqbs .hero__title h2,
.hero_trial .hero__title h2{
        letter-spacing: 1.25rem;    
}
.hero_trial .hero__title h2 em{
    display:block;
}
.hero_trial .hero__title p{
    color: #ed1e79;
    letter-spacing: 1.25rem;
}

    .hero_trial .hero__title p{
          font-size: 4.2rem;
    }
	.hero_rmqbs .hero__title h2{
        font-size: 5rem;letter-spacing: 0.5rem;
}
    .hero_trial .hero__title h2 {
    	font-size: 7rem;

	}
    .hero_trial .hero__title h2 em{
	font-size: 5rem;
	}
.hero_trial .hero__text{
    font-size:2rem;
}
@media (min-width: 768px){
        .hero_rmqbs .hero__title{
            padding-top: 10rem;
    }
        .hero_rmqbs .hero__title h2{
        font-size: 7.5rem;
    }
}

@media (min-width: 992px){
}

@media (min-width: 1200px){
}
@media (min-width: 1200px){
    .hero_trial .hero__title p{
          font-size: 6.2rem;
    }
    
    .hero_rmqbs .hero__title{
            padding-top: 12rem;
    }
    
    .hero_rmqbs .hero__title h2{
        font-size: 9.5rem;letter-spacing: 1.25rem;
    }
    .hero_trial .hero__title h2 {
    	font-size: 10.5rem;

	}
    .hero_trial .hero__title h2 em{
	font-size: 7.5rem;
	}
    .hero_trial .hero__text{
    font-size:3rem;
}
}


/**---------top.css----------**/
.bx-wrapper {
  overflow: hidden;
  border: none!important;
  box-shadow: none!important;

  background: #fafafa!important;
}
.bx-viewport {
  overflow: visible!important;

  margin: 0 auto;            
}
.bx-wrapper li img {

  object-fit: cover;

}
.bx-wrapper .bx-pager {
  position: inherit!important;
}
.main-visual .bx-prev {
  background: none!important;
  width: 0!important;
  height: 0!important;
  border-style: solid;
  border-width: 7px 7px 7px 0;
  border-color: transparent #d2d2d2 transparent transparent;
}
.main-visual .bx-prev:hover {
  border-color: transparent #2f2f2f transparent transparent;
}
.main-visual .bx-next {
  background: none!important;
  width: 0!important;
  height: 0!important;
  border-style: solid;
  border-width: 7px 0 7px 7px;
  border-color: transparent transparent transparent #d2d2d2;
}
.main-visual .bx-next:hover {
  border-color: transparent transparent transparent #2f2f2f;
}

.bx-wrapper .bx-pager {
  position: inherit;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  width: 15px!important;
  height: 15px!important;
  border-radius: 50%!important;
  background: #d2d2d2!important;
}
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #f65372!important;
}
.module-product-list {
  justify-content: space-around;
  max-width: 1220px;
}
.module-product-list li {

}
.module-product-list li:nth-child(5n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .bx-viewport {
    width: 100%!important;
  }
  .bx-wrapper li img {
    height: 200px;
    padding: 0;
  }
  .main-visual .bx-prev {
    display: none;
  }
  .main-visual .bx-next {
    display: none;
  }
}
/*-----------------------------------*/
