html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
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, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight:normal;
	vertical-align: bottom;
	text-decoration: none;
	box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
:root {
  --color-logo:#6DA130;
  --color-logo-light:#B8DAAA;
  --color-logo-pale:#F0F8EB;
  --gy:#707070;
  --bk:#333;
  --or:#FF7700;
  --rd:#E60013;
  --font-default:"Noto Sans JP",sans-serif;
}
body {
  min-width: 375px;
  font-size: 14px;
  font-weight:normal;
  font-family: var(--font-default);
  letter-spacing: 0em;
  line-height: 1.7;
  color: var(--bk);
}
body.is-scroll-hidden {
  overflow: hidden;
}
html{
  font-size:62.5%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
  max-width: 100%;
  vertical-align: top;
}
ul, ol, dl {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  color:var(--color-logo);
  text-decoration:underline;
  transition: opacity 0.2s ease-in-out;
}
a:hover {
  color:var(--color-logo);
  opacity:0.6;
}
[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *:focus {
  outline: none;
}
button {
  font-family: "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}
/******************************/
/* Utility */
/******************************/
.u-container {
  box-sizing: border-box;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 1030px;
}
@media screen and (max-width: 1030px) {
  .u-container {
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
}
.u-contents {
  font-size:1.8rem;
  line-height:2.25
}
@media (max-width:1024px){
  .u-contents{font-size:1.4rem}
}
.u-contents a[target=_blank]:after{
  content:"";
  width:14px;
  height:14px;
  background:url("https://img21.shop-pro.jp/PA01485/334/etc/blank.png");
  display:inline-block;
  margin-left:3px
}
.u-contents-s {
  padding-top: 45px;
  padding-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .u-contents-s {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.u-attention {
  font-weight: normal;
  font-style: normal;
  color: #b72424;
}
.u-bold {
  font-weight: bold;
  font-style: normal;
}
.u-text-right {
  text-align: right;
}
.u-marker {
  background: linear-gradient(transparent 70%, #fff284 70%);
}
.u-visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  margin: -1px;
}
.u-pc-only {
  display: block;
}
.u-pc-only-inline {
  display: inline;
}
.u-pc-only-inlineBlock {
  display: inline-block;
}
.u-pc-only-Flex {
  display: flex;
}
.u-sp-only {
  display: none;
}
.u-sp-only-inline {
  display: none;
}

.u-sp-only-inline-block {
  display: none;
}
.u-sp-only-flex {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-pc-only {
    display: none;
  }
  .u-pc-only-inline {
    display: none;
  }
  .u-pc-only-inlineBlock {
    display: none;
  }
  .u-pc-only-flex {
    display: none;
  }
  .u-sp-only {
    display: block;
  }
  .u-sp-only-inline {
    display: inline;
  }
  .u-sp-only-inline-block {
    display: inline-block;
  }
  .u-sp-only-flex {
    display: flex;
  }
}
.u-hidden {
  overflow: hidden;
}
.u-opa img {
  opacity: 1;
  transition: all 0.3s ease;
}
.u-opa img:hover {
  opacity: 0.8;
}
.u-img-scale {
  display: block;
  overflow: hidden;
  position: relative;
}
.u-img-scale img {
  display: inline-block;
  width: 100%;
  transform: scale(1, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (max-width: 767px) {
  .u-img-scale img {
    transform: none;
    transition: none;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
  }
}
.u-img-scale:hover img {
  transform: scale(1.05, 1.05);
}
@media screen and (max-width: 767px) {
  .u-img-scale:hover img {
    transform: none;
  }
}

@charset "UTF-8";
@import url("//fonts.googleapis.com/css2?family=Architects+Daughter&family=Noto+Sans+JP:wght@400;700&family=Zen+Maru+Gothic:wght@400;900&display=swap");
/* ヘッダー */
.header{
  background:#fff;
  width:100%;
}
.header.fixed{
  position:fixed;
  z-index:999;
  left:0;
  top:0;
}
.header.fixed .header__logo{
  max-width:400px;
  padding:12px 60px;
  margin-top:-40px;
  margin-bottom:10px;
}
@media (max-width:1450px){
  .header.fixed .header__logo{
    margin-top:-65px;
  }
}
@media (max-width:1024px){
  .header.fixed .header__logo{
    padding:5px 60px 10px;
    margin-top:0;
    margin-bottom:0px;
  }
}
.header.fixed .header__gnavi__list{
  padding-bottom:10px
}
@media (max-width:1024px){
  .header.fixed .header__gnavi__list{padding-bottom:0}
  .header{
    -webkit-box-shadow:none;
    box-shadow:none;
    position:fixed;
    top:0;
    left:0;
    background:var(--color-logo);
    z-index:9999
  }
}
.header .inner{
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1450px;
  padding: 9px 13px 0;
}
.header__size{
  display: flex;
  align-items: center;
  font-weight: bold;
}
@media (max-width:1024px){.header__size{display:none}}
.header__size:before{
  content:"文字サイズ";
  font-size:1.4rem;
  margin-right:16px;
}
.header__size li{margin-right:9px}
.header__size li:first-child{font-size:1rem}
.header__size li:nth-child(2){font-size:1.5rem}
.header__size li:last-child{font-size:1.8rem}
.header__size a{
  display:inline-block;
  width:30px;
  height:30px;
  border-radius:50%;
  background:#F6F6F6;
  text-align:center;
  line-height:30px;
  font-weight:bold;
  color:var(--bk);
  text-decoration:none;
}
.header__size a:hover{
  text-decoration:underline;
}
.header__size a.active{color:#fff;background:var(--or)}
.header__logo{
  background:var(--color-logo);
  padding:30px 94px 30px;
  text-align:center;
  max-width:500px;
  margin:0 auto 15px;
  transition:0.3s ease-in-out
}
@media (max-width:1024px){.header__logo{padding:5px 60px 10px;width:calc(100% - 71px);margin-bottom:0}}
/*ヘッダーメニュー右上*/
.header-shopmenu{
  display:flex;
  align-items:center;
  font-size:1.8rem;
}
@media (max-width:1450px){
  .header-shopmenu{
    flex-wrap:wrap;
    width:300px;
  }
}
@media (max-width:1024px){
  .header-shopmenu{
    position:absolute;
    right:10px;
    left:unset;
    width: 83px;
    top:10px;
  }
}
.header-shopmenu a,.header-shopmenu button{
  text-decoration:underline;
  margin-left:20px;
  font-family:var(--font-default);
  color:var(--bk);
  font-size:1.8rem;
}
@media (max-width:1110px){
  .header-shopmenu a,.header-shopmenu button{
    margin-left:15px;
    font-size:1.6rem;
  }
}
@media (max-width:1024px){
  .header-shopmenu a,.header-shopmenu button{
    margin-left:0;
  }
}
.header-shopmenu img{
  height:16px;
  width:auto;
  padding-right:8px;
  vertical-align:-2px;
}
@media (max-width:1024px){
  .header-shopmenu img{
    height:20px;
    vertical-align:2px;
  }
}
.header-shopmenu .l-header-cart a{
  position:relative;
}
.header-shopmenu .p-global-header__cart-count{
  position:absolute;
  top:-5px;
  left:12px;
  color:#fff;
  background:var(--or);
  font-size:1.3rem;
  width:14px;
  height:14px;
  text-align:center;
  line-height:14px;
  border-radius:50%;
  display:inline-block;
}
@media (max-width:1024px){
  .header-shopmenu .p-global-header__cart-count{
    left:30px;
  }
}
/* header__main-nav（ホーム/KURUMIRUについて 等） */
.header__main-nav{
  width:100%;
  border-bottom:1px solid var(--gy);
}
.header__main-nav__lists{
  display:flex;
  justify-content:center;
}
.header__main-nav li {
  margin: 0 3%;
  padding-bottom:10px;
}
.header__main-nav a{
  color:var(--bk);
  font-size:1.8rem;
  text-align:center;
  display:block;
  font-weight:bold;
  text-decoration:none;
}
.header__main-nav img{
  vertical-align:-3px;
  padding-right:9px;
}
@media (max-width:1024px){
  .header__main-nav{
    display:none;
    overflow:scroll!important;
    max-height:calc(100vh - 15vw);
  }
  .header__main-nav__lists{
    flex-direction:column;
    text-align:left;
    justify-content:flex-start;
  }
  .header__main-nav li {
    margin: 0;
    padding:0;
  }
  .header__main-nav a{
    text-align:left;
    border-bottom:1px solid #fff;
    padding:15px 20px;
    color:#fff;
  }
  .header__main-nav img{
    vertical-align:-5px;
  }
}
@media (max-width: 1450px){
  .header__main-nav li {
    margin: 0 clamp(21px, calc(5.2vw - 32px), 43px);
  }
}
.header__gnavi__list{
  position:relative;
}
.header .menu-trigger{
  position:fixed;
  left: 20px;
  top:15px;
  height:22px;
  width:30px;
  cursor:pointer;
  z-index:999;
}
.menu-trigger:after{
  content:'MENU';
  color:#fff;
  font-size: 10px;
  display: block;
  position: absolute;
  bottom:-13px;
  left:0;
  width: 100%;
  text-align:center;
}
.header .menu-trigger span{
  background:#fff;
  display:block;
  height:2px;
  width:100%;
}
.header .menu-trigger span:first-child{
  position:absolute;
  top:3px;
}
.header .menu-trigger span:nth-child(2){
  position:absolute;
  top:46%;
}
.header .menu-trigger span:last-child{
  position:absolute;
  bottom:3px;
}
.header .menu-trigger.active span{
  display:block;
  width:2px;
  background:#fff;
}
.header .menu-trigger.active span:first-child{
  top:-3px;
  right:50%;
  transform:rotate(45deg);
  height:25px;
}
.header .menu-trigger.active span:nth-child(2){
  top:-3px;
  right:50%;
  transform:rotate(-45deg);
  height:25px;
}
.header .menu-trigger.active span:last-child{
  opacity:0;
}
/*フッター*/
.footer{
  margin-top:10px;
  position:relative;
  background:#F7F7F7;
  padding:66px 0 70px;
}
.footer__nav{
  font-size:1.8rem;
  display:flex;
  justify-content:space-between;
  max-width:1280px;
  margin:0 auto 28px;
}
.footer__nav_inner{
  display:flex;
}
.footer__nav ul{
  margin-right:160px;
}
.footer__nav ul:last-child{
  margin-right:0;
}
.footer__nav li{
  margin-bottom:14px;
}
.footer__logo{
  width:238px;
  max-width:100%;
}
.footer #copyright{
  font-size:1.8rem;
  text-align:center;
}
@media (max-width:1024px){
  .footer{
    padding:45px 20px 30px;
  }
  .footer__nav{
    padding:0;
    flex-direction:column;
  }
  .footer__nav_inner{
    flex-wrap:wrap;
    justify-content:flex-end;
  }
  .footer__nav ul{
    flex-direction:column;
    padding:0;
    margin-right:0;
    width:50%;
  }
  .footer__nav li{
    width:100%;
    margin-right:0;
    text-align:center;
  }
  .footer__nav a{
    padding:20px 0;
    display:block;
    font-size:1.4rem;
    text-align:left;
    padding:0;
  }
  .footer__logo{
    max-width:100%;
    margin-bottom:20px;
    width:100%;
    text-align:center;
  }
  .footer__logo a{
    text-align:center;
  }
  .footer__logo img{
    width:70%;
    display:block;
    margin:0 auto;
  }
  .footer #copyright{
    font-size:1.4rem;
    line-height:1.5;
  }
}
.module__bg{background:#FFF2CC}
/*パンくずリスト*/
.breadcrumb ul{
  padding:20px clamp(0px, calc((1350px - 100vw) / 2), 20px) 40px;
  margin:0 auto;
  max-width:1280px;
}
@media (max-width:1024px){.breadcrumb ul{line-height:1.6;padding:10px 20px 20px}}
.breadcrumb li{display:inline-block;font-size:1.2rem}
.breadcrumb li br{display:none}
.breadcrumb li:last-child:after{content:none}
.breadcrumb li:after{display:inline-block;content:">";margin:0 2px}
.breadcrumb a{color:#000;text-decoration:underline}
/*サイドメニュー*/
.side, .side-cat{
  width:245px;
}
.side-cat__ttl{
  font-size:2rem;
  font-weight:bold;
  border-bottom:1px solid var(--gy);
  padding-bottom:10px;
}
.side-cat__ttl:before{
  content:"";
  display:inline-block;
  width:12px;
  height:12px;
  background:url("https://img21.shop-pro.jp/PA01485/334/etc/ic_circle.png") no-repeat left;
  margin-right:8px;
}
.side-cat__lists{
  font-size:1.6rem;
  font-family:var(--font-default);
  padding:10px 0px;
  margin-bottom:40px;
}
.side-cat__lists li{
  margin-bottom: 1em;
}
.side-cat__lists a{
  color:var(--bk);
  text-decoration:none;
  display:block;
  position:relative;
  line-height: 1.5;
}
/*TOPページ*/
.top-cmn__ttl{
  font-family:"Sofadi One","Architects Daughter",cursive;
  font-size:4rem;
  text-align:center;
}
@media (max-width:1024px){.top-cmn__ttl{font-size:2.8rem}}
.top-cmn__ttl-cap{
  padding:0 12px;
  display:block;
  text-align:center;
  line-height:1.3;
  font-weight:bold;
  margin-top:-10px;
  font-size:1.8rem;
  margin-bottom:30px;
}
@media (max-width:1024px){.top-cmn__ttl-cap{font-size:1.4rem}}
.top-cmn__ttl span{
  padding:0 12px;
  display:inline-block;
  background:linear-gradient(
    to bottom,
    transparent 51%,
    #fff 40%,
    #fff 72%,
    transparent 74%
  );
}
.top-cmn__ttl span:after,.top-cmn__ttl span:before{
  font-family:"Noto Sans JP",sans-serif;
  content:"\25CF"; /* ● */
  font-size:2.4rem;
  color:#FF8800;
  display:inline-block
}
@media (max-width:1024px){.top-cmn__ttl span:after,.top-cmn__ttl span:before{font-size:1.8rem}}
.top-cmn__ttl span:before{margin-right:20px}
@media (max-width:1024px){.top-cmn__ttl span:before{margin-right:10px}}
.top-cmn__ttl span:after{margin-left:20px}
@media (max-width:1024px){.top-cmn__ttl span:after{margin-left:10px}}
.top-intro{position:relative}
/* 暮らしにひとつ 笑顔をプラス */
.top-intro__ttl{
  text-align:center;
  font-size:3rem;
  line-height:1.5;
  font-weight:bold;
  padding:20px;
  font-family:"Kosugi Maru",sans-serif;
}
@media (max-width:1024px){.top-intro__ttl{font-size:1.8rem;letter-spacing:0.5vw;}}
/* カルーセル */
@media (max-width:1024px){.top-catch{margin-top:0px}}
.top-catch__slider{
  margin:0 auto 85px auto;
  max-width:1280px;
}
.top-catch__slider .slick-slide > div{
  padding:0 8px;  
}
.top-catch__slider img{
  overflow:hidden;
  border-radius:15px;
  border: 1px solid #aaa;
}
@media (max-width:1024px){
  .top-catch__slider{
    padding:0;
    margin-bottom:60px
  }
}
/* PICK UP */
.top-pickup{padding:46px 0 64px}
@media (max-width:1024px){.top-pickup{padding:26px 20px 0px}}
.top-pickup__lists{
  display:flex;
  max-width:987px;
  margin:0 auto;
  justify-content:space-between;
  flex-wrap:wrap;
}
.top-pickup__lists a, 
.top-cat__lists a, 
.top-recom__name a, 
.footer__nav_inner a,
.archive_item a {
  color:var(--bk);
  text-decoration:none;
}
.top-pickup__lists a:hover, 
.top-cat__lists a:hover, 
.top-recom__name a:hover, 
.footer__nav_inner a:hover,
.archive_item a:hover {
  color:var(--bk);
  text-decoration:underline;
}
@media (max-width:1024px){.top-pickup__lists{flex-direction:column}}
.top-pickup__lists:after{content:"";width:calc(33.333% - 14px)}
.top-pickup__lists li{
  width:calc(33.333% - 14px);
}
@media (max-width:1024px){
  .top-pickup__lists li{
    width:100%;
    margin-bottom:40px;
    margin:0 0 40px;
  }}
.top-pickup__thumb{
  margin-bottom:14px;
  overflow:hidden;
  border-radius:15px;
  border: 1px solid #aaa
}
.top-pickup__thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.top-pickup__name{font-size:1.8rem;font-weight:bold;color:var(--bk);text-align:center;display:block;line-height:1.4444444444}
.top-pickup__name-main{
  display:block;
  font-weight:bold;
  margin-bottom:2%;}
@media (max-width:1024px){
  .top-pickup__name{font-size:1.4rem}
  .top-pickup__name-main{margin-bottom:1%;}
}
/* TOP商品カテゴリー */
.top-cat{margin-bottom:60px}
@media (max-width:1024px){.top-cat{padding:0 20px;margin-bottom:10px}}
.top-cat__lists{
  display:flex;
  flex-wrap:wrap;
  max-width:1280px;
  margin:0 auto;
  justify-content:space-between;
}
.top-cat__lists li{
  width:calc(16% - 14px)
}
.top-cat__lists li img{
  width:100%;
}
@media (max-width:1024px){
  .top-cat__lists li{
    width:calc(50% - 13px);
    margin:0px auto 25px auto;
  }
}
.top-cat__thumb{margin-bottom:5px;border-radius:15px;overflow: hidden;}
.top-cat__name{
  font-size:1.8rem;
  font-weight:bold;
  display:block;
  line-height:1.4444444444;
  position:relative;
  padding-right:20px;
}
@media (max-width:1024px){.top-cat__name{font-size:1.4rem}}
.top-cat__name:after{
  content:"";
  width:5px;
  height:5px;
  transform:rotate(-45deg);
  border-right:2px solid var(--color-logo);
  border-bottom:2px solid var(--color-logo);
  position:absolute;
  right:5px;
  top:calc(50% - 3px);
}
.top-recom{margin-bottom:64px}
@media (max-width:1024px){.top-recom{padding:0 20px;margin-bottom:10px}}
.top-recom__lists{
  display:flex;
  max-width:1280px;
  margin:0 auto;
  padding:0 20px;
  justify-content:space-between;
  flex-wrap:wrap
}
.top-recom__lists:after{content:"";width:calc(50% - 14px)}
.top-recom__lists li{width:calc(50% - 14px)}
@media (max-width:1024px){
  .top-recom__lists{
    padding:0;
  }
  .top-recom__lists li{
    width:100%;
    margin-bottom:40px
  }
}
.top-recom__thumb{margin-bottom:14px;overflow:hidden;border-radius:15px}
.top-recom__thumb div{width:100%}
.top-recom__thumb img{width:100%}
.top-recom__name{
  font-size:1.8rem;
  font-weight:bold;
  color:var(--bk);
  text-align:center;
  display:block;
  line-height:1.4444444444;
  background:url("https://img21.shop-pro.jp/PA01485/334/etc/360.png?cmsp_timestamp=20220719112912") no-repeat left;
  background-size:40px;
  padding-left:40px;
}
@media (max-width:1024px){.top-recom__name{font-size:1.4rem}}
/* INFORMATION */
.top-infor{max-width:987px;margin:0 auto;padding-bottom:90px}
@media (max-width:1024px){.top-infor{padding:0 20px 45px}}
.top-infor__pickup{padding-top:148px;margin-top:-148px;margin-bottom:60px}
@media (max-width:1024px){.top-infor__pickup{width:100%;margin-bottom:20px}}
.top-infor__pickupthumb{width:calc(100% - 516px);margin-right:34px}
@media (max-width:1024px){.top-infor__pickupthumb{margin-bottom:15px;width:100%}}
.top-infor__pickupthumb img{width:100%}
.top-infor__pickuptxt{width:541px}
@media (max-width:1024px){.top-infor__pickuptxt{width:100%}}
.top-infor__pickupname{font-size:2.4rem;font-weight:bold;margin-bottom:6px;}
.top-infor__pickupname-main{display:block}
@media (max-width:1024px){.top-infor__pickupname{font-size:2.2rem}}
.top-infor__pickupcatch{
  font-size:1.8rem;
  line-height:1.75;
}
/* informationの注釈 */
.top-infor__pickupcatch ul{
  list-style: none!important;
  margin-left: 1em;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom:40px;
}
@media (max-width:1024px){
  .top-infor__pickupcatch{font-size:1.4rem}
  .top-infor__pickupcatch ul{line-height:1.4}
}
.top-infor__pickupcatch table{
  margin:30px 0px 30px 0px
}
.top-infor__pickupcatch table tr td:nth-child(1){
  vertical-align:top;
  white-space: nowrap;
}

.top-infor__pickupflex{display:flex}@media (max-width:1024px){.top-infor__pickupflex{flex-direction:column}}
.top-shopguide{padding:55px 0 75px}
@media (max-width:1024px){.top-shopguide{padding:35px 0 45px}}
.top-shopguide__lists{
  display:flex;
  justify-content:center;
  font-size:2rem
}
@media (max-width:1024px){
  .top-shopguide__lists{
    flex-direction:column
  }
}
.top-shopguide__lists li{margin:0 14px;font-size:2rem;}
@media (max-width:1024px){
  .top-shopguide__lists li{margin-bottom:15px;font-size:1.4rem}
}
.top-shopguide__lists a{
  color:var(--color-logo);
  display:inline-block;
  width:310px;
  text-align:center;
  border:1px solid var(--color-logo);
  border-radius:8px;
  padding:13px 0;
  font-weight:bold;
  text-decoration:none
}
.top-shopguide__lists a:hover{text-decoration:underline}
@media (max-width:1024px){.top-shopguide__lists a{width:100%}}
.content__2column{
  max-width:1280px;
  margin:0 auto;
  padding: 0 clamp(0px, calc((1350px - 100vw) / 2), 20px);
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap
}
@media (max-width:1024px){
  .content__2column{
    padding:0
  }
}
@media (max-width:1024px){.side{display:none}}
.item__flex{
  width:calc(100% - 300px);
  display:flex;
  justify-content:space-between;
}
.item__flex-list{width:calc(100% - 300px)}
@media (max-width:1024px){.item__flex{width:100%;flex-direction:column;padding:0 20px;}}
.item__slider-wrap{width:calc(50% - 30px);margin-bottom:30px}
@media (max-width:1024px){.item__slider-wrap{width:100%;overflow:hidden;margin-bottom:15px}}
.item__slider-main{margin-bottom:23px;border:1px solid var(--gy)}
@media (max-width:1024px){.item__slider-main{margin-bottom:10px}}
.item__slider-thumb{margin-bottom:20px}
.item__slider-thumb .slick-slide{margin:0 5px}
.item__slider-thumb .slick-slide img{border:1px solid var(--gy)}
/* 商品詳細 */
.item__infor{width:calc(50% - 30px);margin-bottom:30px}
@media (max-width:1024px){.item__infor{width:100%}}
.item__infor-ttl{
  font-size:4rem;
  font-weight:bold;
  line-height:1.4;
  margin-bottom:20px;
  position:relative;
  padding-left:30px;
}
@media (max-width:1024px){.item__infor-ttl{padding-left:20px}}
.item__infor-ttl:before{content:"";width:6px;height:100%;display:block;position:absolute;left:0;top:0;bottom:0;background:var(--color-logo);border-radius:5px}
@media (max-width:1024px){.item__infor-ttl{font-size:2.2rem;margin-bottom:10px}}
.item__infor-catch{font-size:1.8rem;line-height:2;margin-bottom:20px}
@media (max-width:1024px){.item__infor-catch{font-size:1.6rem}}
.item__infor-catch br + br {
  line-height: 0.8;
}
.item__infor-price{font-size:2.2rem;font-weight:bold;margin-bottom:20px}
@media (max-width:1024px){.item__infor-price{font-size:1.8rem}}
.item__infor-value{
  margin-bottom:25px;
  font-size:1.6rem;
}
@media (max-width:1024px){
  .item__infor-value{
    margin-bottom:10px
  }
}
.item__infor-value input{padding:5px;font-size:1.8rem;width:3em}
.item__infor-zaiko{font-size:1.6rem;display:flex;align-items:flex-start;margin-bottom:18px}
@media (max-width:1024px){.item__infor-zaiko{margin-bottom:10px;font-size:1.8rem}}
.item__infor-zaiko dt{background:#F6F6F6;font-weight:bold;min-width:96px;padding:5px 15px}
.item__infor-zaiko dd{padding:5px 10px;}
.item__infor-favorite{
  display:block;
  border-radius:8px;
  border:1px solid var(--color-logo);
  padding:15px;
  text-align:center;
  width:100%;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  font-size:2rem;
  color:var(--color-logo);
  max-width:410px;
  font-family:"Zen Maru Gothic",sans-serif;
  font-weight:bold;
  cursor:pointer;
  background:#fff;
  margin-bottom:20px;
  line-height:1;
}
@media (max-width:1024px){.item__infor-favorite{padding:10px;margin-bottom:10px}}
.item__infor-favorite img{vertical-align:middle;padding-right:10px}
.item__infor-cart{
  display:block;
  border-radius:8px;
  border:1px solid var(--or);
  padding:15px;
  text-align:center;
  width:100%;
  box-sizing:border-box;
  font-size:2rem;
  color:#fff;
  max-width:410px;
  font-family:"Zen Maru Gothic",sans-serif;
  font-weight:bold;
  cursor:pointer;
  background:var(--or);
  margin-bottom:20px;
}
@media (max-width:1024px){.item__infor-cart{padding:10px}}
.item__infor-cart img{vertical-align:middle;padding-right:10px}
.item__infor-sns{margin-bottom:20px}
.item__infor-sns ul{display:flex;flex-wrap:wrap}
.item__detail{max-width:700px;width:100%;margin:0 0 168px;font-size:1.8rem;line-height:1.8;font-weight:bold}
@media (max-width:1024px){.item__detail{padding:0 20px;margin-bottom:30px}}
.item__detail-ttl{font-size:4rem;padding-left:20px;position:relative;font-weight:bold;margin-bottom:25px}
@media (max-width:1024px){.item__detail-ttl{font-size:2.8rem}}
.item__detail-ttl:before{
  content:"";
  width:6px;
  height:28px;
  display:block;
  position:absolute;
  left:0;
  top:22px;
  background:var(--color-logo);
  border-radius:5px;
}
@media (max-width:1024px){.item__detail-ttl:before{height:24px;top:5px}}
.item__detail-ttl2{font-size:4rem;text-align:center;margin-bottom:50px}
@media (max-width:1024px){.item__detail-ttl2{font-size:2.8rem}}
.item__detail-table{font-size:1.8rem;text-align:left;margin-bottom:40px}
@media (max-width:1024px){.item__detail-table{font-size:1.6rem;line-height:1.4}}
.item__detail-table th{color:var(--color-logo);font-weight:bold}
.item__detail-table td,.item__detail-table th{padding-bottom:14px}
@media (max-width:1024px){.item__detail-table td,.item__detail-table th{padding-bottom:7px}}
.item__detail-table td{font-weight:normal}
/* VR */
.item__detail-vr{
  width:80%;
  margin-bottom:20px;
  border:1px solid var(--gy);
  overflow:hidden;
  border-radius:17px;
  background:#FFF;
}
@media (max-width:1024px){.item__detail-vr{width:100%}}
.item__detail-vr iframe{
  width:100%;
  aspect-ratio: 4/3;
}
@media (max-width:1024px){
  .item__detail-vr iframe{
  aspect-ratio: 5/4;
  }
}
.itemlist__flex{width:calc(100% - 280px)}
@media (max-width:1024px){
  .itemlist__flex{
    width:100%;
    padding:0 20px;
  }
}
/* 商品リスト見出し */
.itemlist__ttl{
  font-size:4rem;
  position:relative;
  padding-left:30px;
  line-height:1.2;
  margin-bottom:20px;
}
.itemlist__ttl:before{
  content:"";
  width:6px;
  height:100%;
  display:block;
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  background:var(--color-logo);
  border-radius:5px;
}
@media (max-width:1024px){
  .itemlist__ttl{
    font-size:2rem;
    padding-left:20px;
  }
}
.itemlist__ttl-2{font-size:2.4rem;color:var(--color-logo);margin-bottom:20px}
@media (max-width:1024px){.itemlist__ttl-2{font-size:1.8rem;margin-bottom:5px}}
.itemlist__ttl-3{font-size:1.8rem;margin-bottom:40px}
@media (max-width:1024px){.itemlist__ttl-3{font-size:1.4rem;margin-bottom:20px}}
.itemlist__ttl-4{font-size:1.8rem}
@media (max-width:1024px){.itemlist__ttl-4{font-size:1.4rem}}
.itemlist__head{
  font-size:1.8rem;
  display:flex;
  justify-content:space-between;
  margin-bottom:28px;
}
.itemlist__head a{text-decoration:underline}
@media (max-width:1024px){.itemlist__head{margin-bottom:20px;font-size:1.4rem;}}
/* 商品ソート */
.itemlist__sort{display:flex;}
.itemlist__sortbtn{margin-left:2em;}
.itemlist__sortbtn:first-child{margin-left:0;}
.itemlist__sort span{font-weight:bold;}
/* 商品リスト */
.itemlist__wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 35px; /* row-gap column-gap */
  margin-bottom: 60px;
}
.subcate-itemlist__wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .itemlist__wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 18px;
  }
  .subcate-itemlist__wrap {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 30px;
  }
}
.itemlist__img{border:1px solid var(--gy);margin-bottom:7px}
.itemlist__img img{width:100%;height:233px;object-fit:cover;}
@media (max-width:1024px){
  .itemlist__img img{
    height:100%;
  }
}
.itemlist__name{margin-bottom:4px}
.itemlist__name a{
  color:#000;
  font-size:1.8rem;
  text-decoration:none
}
.itemlist__name a:hover{
  text-decoration:underline
}
@media (max-width:1024px){.itemlist__name a{font-size:1.8rem}}
.itemlist__price{font-size:1.8rem}
@media (max-width:1024px){.itemlist__price{font-size:1.2rem}}
@media (max-width:1024px){.itemlist__total{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0;width:100%;text-align:center;margin-bottom:10px}}
.img__horizonal{display:flex;
  justify-content:space-between;
  margin-top:30px;
  margin-bottom:66px;
}
@media (max-width:1024px){
  .img__horizonal{
    flex-wrap:wrap;
    margin-top:15px;
    margin-bottom:30px;
  }
  .img__horizonal img{width:calc(50% - 5px)}
}
@media (max-width:1024px){.img__horizonal-2 img{width:100%;display:block;margin-bottom:20px}}
/* KURUMIRUについて */
.about__flex{
  display:flex;
  margin-bottom:66px;
}
@media (max-width:1024px){
  .about__flex{
    flex-wrap:wrap;
    flex-direction:column-reverse;
    margin-bottom:30px;
  }
}
.about__flex__txt{margin-right:40px}
@media (max-width:1024px){.about__flex__txt{margin-right:0;width:100%}}
.about__flex__img{width:calc(100% - 440px)}
@media (max-width:1024px){.about__flex__img{width:100%;margin-bottom:20px}}
.about__concept__logo{margin-bottom:82px}
.about__concept__logo img{display:block}
.about__concept__logo p+p{margin-top:45px}
@media (max-width:1024px){.about__concept__logo p+p{margin-top:22px}}
.tokutei-table{width:100%;line-height:2.25}.tokutei-table__th{width:25%;margin-right:6%;padding:20px 0;text-align:left;border-bottom:1px solid var(--gy);vertical-align:top}.tokutei-table__td{width:74%;padding:20px 0;border-bottom:1px solid var(--gy)}@media (max-width:1024px){.tokutei-table{display:block}.tokutei-table tbody,.tokutei-table tr,.tokutei-table__td,.tokutei-table__th{display:block;width:100%}.tokutei-table__th{border-bottom:none;padding-bottom:0;font-weight:bold}.tokutei-table__td{padding-top:5px}}

.faq__main__ttl{
  font-size:2.4rem;
  color:#6DA130;
  font-family:"Kosugi Maru",sans-serif
}
@media (max-width:1024px){
  .faq__main__ttl{
    font-size:1.6rem;
    margin-bottom:5px
  }
}
.faq__main__ttl+.faq__box{padding-top:0}
.faq__box{
  border-bottom:1px dotted var(--gy);
  padding:20px 0;
  font-size:1.8rem
}
@media (max-width:1024px){
  .faq__box{font-size:1.5rem}
}
.faq__box+.faq__main__ttl{margin-top:60px}
.faq__ttl{
  position:relative;
  padding-left:3.2rem
}
.faq__ttl span{
  position:absolute;
  left:0;
  top:8px;
  color:#6DA130;
  display:inline-block;
  margin-right:10px;
  width:2.2rem;
  border-radius:6px;
  border:1px solid #6DA130;
  font-weight:bold;
  text-align:center;
  padding:0rem 0 0.3rem;
  line-height:1
}
.faq__answer{
  position:relative;
  padding-left:3.2rem
}
.faq__answer span{
  position:absolute;
  left:0;
  top:8px;
  color:#fff;
  background:#6DA130;
  display:inline-block;
  margin-right:10px;
  width:2.2rem;
  border-radius:6px;
  border:1px solid #6DA130;
  font-weight:bold;
  text-align:center;
  padding:0rem 0 0.3rem;
  line-height:1
}
.sitemap{display:flex}@media (max-width:1024px){.sitemap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.sitemap__list{margin-right:60px}@media (max-width:1024px){.sitemap__list{margin-right:0}}.sitemap a{color:#6DA130;text-decoration:underline}.c-ttl-second{color:#6DA130}.p-product-option{margin-bottom:30px}
#option_tbl{
  font-size:1.4rem;
  width:100%;
  text-align:left
}
#option_tbl .cell_1{
  max-width:15rem;
  padding-right:15px
}
#option_tbl .cell_1,#option_tbl .cell_2{
  vertical-align:middle
}
#option_tbl .cell_1 div,#option_tbl .cell_2 div{
  display:inline-block;
  margin-right:10px;
  vertical-align:middle
}
#option_tbl label{display:inline-flex!important;vertical-align:middle}
#option_tbl td br{
  display:none
}
#option_tbl td span{
  font-size:1.4rem;
  padding-right:15px
}
#option_tbl .t_stock_num:after{content:"個"}
#option_tbl [type=checkbox],#option_tbl [type=radio]{margin-top:0}
.stock_zero {
  white-space: nowrap;
}
/* ラジオボタンがないtdはダミーで空間を作る */
#option_tbl td.cell_2:not(:has(input[type="radio"]))::before {
  content: "";
  display: inline-block;
  width: 23px;
}
.mb-160{margin-bottom:160px}#delivery,#info,#news,#payment,#return{margin-top:-148px;padding-top:148px}@media (max-width:1024px){#delivery,#info,#news,#payment,#return{margin-top:-80px;padding-top:80px}}@media (min-width:1025px){.sp{display:none!important}}@media (max-width:1024px){.pc{display:none!important}}
.pc_none{
  display:none;
}
@media (max-width:1024px){
  .pc_none{
    display:inline;
  }
}
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.arrows {
  margin: 50px auto 0;
  width: 950px;
  display: flex;
  justify-content: space-between;
}
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    display: block;

    width: 50px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index:10;
    
    border-radius: 50%;
    top: calc(50% - 10px);
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    opacity: 0.7;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}



.slick-prev
{
    left: calc(50% - 550px);
    position: absolute;
}



.slick-prev:after{
    display: block;
    content: "";
    position: absolute;
    left: 19px;
    top:16px;
    width: 25px;
    height: 25px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}


.slick-next
{
    right: calc(50% - 544px);
    
    position: absolute;
}



.slick-next:after{
    display: block;
    content: "";
    position: absolute;
    left: 12px;
    top:16px;
    width: 25px;
    height: 25px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}




.slick-dots
{
    position: absolute;
    bottom: -32px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
    left:0;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 16px;
    height: 16px;
    margin: 0 16px;
    padding: 0;

    cursor: pointer;

}


.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 16px;
    height: 16px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-size: 6px;
    line-height: 13px;

    position: absolute;
    top: 0;
    left: 0;

    width: 16px;
    height: 16px;

    content: '';
    display: block;
    border-radius: 50%;
    
    text-align: center;

    opacity: 1;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #C4C4C4;
}
.slick-dots li.slick-active button:before
{
    opacity: 1;
    color: black;
    background: #6DA130;
}
@media screen and (max-width: 1024px){
    .slick-dots{
        bottom:-22px;
    }
    .slick-dots li{
        width: 8px;
        height: 8px;
        margin: 0 8px;
        padding: 0;
    
    }
    .slick-dots li button{
        width: 8px;
        height: 8px;
    }
    .slick-dots li button:before{
        width: 8px;
        height: 8px;
    }
}

.l-header-search__contents {
  
  display: none;
}
.l-header-search__box {
  box-sizing: border-box;
  display: flex;
  position: absolute;
  top: 60px;
  right: 0;
  padding: 15px 0 20px 25px;
  width: 1000px;
  background: #fafafa;
  /* 枠線の指定 (#6da130 がKURUMIRU背景色) */
   border: solid 2px #000;
  /* 重なり順を指定 */
  z-index: 1;
}
@media screen and (max-width: 1030px) {
  .l-header-search__box {
    padding: 20px 0 20px 20px;
    width: 100%;
    top:60px;
    right: 0;
  }
}
.l-header-search__form {
  position: relative;
  flex: 1;
  margin: 0;
}
.l-header-search__btn {
  box-sizing: border-box;
  padding: 0;
  height: 40px;
  border: 0;
  background: none;
}
@media screen and (max-width: 767px) {
  .l-header-search__btn {
    width: 40px;
  }
}
.l-header-search__btn.is-on {
  background: #fafafa;
}
.l-header-search__input {
  flex: 1;
  border-bottom: 1px solid #7d7d7d;
}
.l-header-search__input input {
  box-sizing: border-box;
  padding-right: 60px;
  width: 100%;
  height: 40px;
  border: none;
  background: transparent;
}
.l-header-search__submit {
  position: absolute;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  padding: 0;
  width: 50px;
  height: 40px;
  border: 0;
  background: none;
}
.l-header-search__close {
  box-sizing: border-box;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  width: 45px;
  border: 0;
  background: transparent;
}
.l-header-search__close span {
  position: absolute;
  content: "";
  left: 13px;
  width: 20px;
  height: 1px;
  background: #858585;
}
.l-header-search__close span:nth-child(1) {
  top: 0px;
  transform: translateY(20px) rotate(-45deg);
}
.l-header-search__close span:nth-child(2) {
  top: 40px;
  transform: translateY(-20px) rotate(45deg);
}

    

@media screen and (max-width: 767px){
.top-catch{
  padding-top:0px;
}

}

/* 簡易説明のハッシュタグ用 */
.has{
  text-align: left;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
/* 商品の注釈 */
.list__notice {
  list-style-type: none!important;/*ポチ消す*/
  font-size:1.8rem;
  margin-left: 1em;
  text-indent: -1em; 
  padding:0px;
  margin-bottom:40px;
  }
@media (max-width:1024px){
  .list__notice{
    font-size:1.6rem;
    line-height:1.4
    }
  }
.list__notice li:before{
  content:"■";/*ポチ変更*/
}
/* 商品についてのテキスト */
.item__text{
  text-align: left;
  font-size:1.8rem;
  font-weight:normal;
  padding:0px;
  margin-bottom:40px;
}
@media (max-width:1024px){
  .item__text{
    font-size:1.6rem;
    line-height:1.4
    }
  }
/* トップページ カテゴリー直下 */
.top-cat__lists_add{
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  max-width:1280px;
  margin:0 auto;
  justify-content:center; /* 中央寄せ */
}
.top-cat__lists_add li{
  width:calc(16% - 14px);
  margin:13px; /* 変更 */
}
.top-cat__lists_add li img{width:100%}
@media (max-width:1024px){
  .top-cat__lists_add li{
    width:calc(50% - 13px);
    margin-bottom:25px}
}
/*20221102追記*/
.itemlist__nav{
    margin-top:142px;
    background: var(--color-logo-light);
    text-align: center;
}
.itemlist__nav_lists{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size:1.5rem
}
.itemlist__nav_link{
  font-weight: bold;
  display: inline-block;
  vertical-align: 0px;
}
.itemlist__nav_list{
  position: relative;
  z-index: 1;
}
.itemlist__nav_list:after{
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 40%; 
  width: 1px;
  background-color: var(--bk);
}
.itemlist__nav_list:last-child:after{
    content:none;
}
.itemlist__nav_list a{
  color:#000;
  text-decoration:none;
}
.itemlist__nav_list a:hover{
  color:#000;
  text-decoration:underline;
}
.ltemlist__nav_link2{
  font-weight:bold;
  padding: 0px clamp(0.65em, 1.1vw, 1.5em);
  height: 4em;
  display: flex;
  align-items: center;
  justify-content:center;
}
@media (max-width:1024px){
    .itemlist__nav{
        margin-top: 58px;
    }
    .itemlist__nav_lists{
        flex-wrap: wrap;
        align-items: unset;
        font-size: 1.1rem;
    }
    .itemlist__nav_list:after{
        content:none;
    }
    .itemlist__nav_list{
        border-bottom:1px solid #fff;
        border-right:1px solid #fff;
        box-sizing: border-box;
        padding:0;
        width: 25%;
        height: 4em;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .itemlist__nav_list a{font-size:1.2rem}
    .itemlist__nav_list:nth-child(4n){
        border-right:none;
    }
    .itemlist__nav_link{
        width: 100%;
        display: block;
    }
  .ltemlist__nav_link2{
  		padding:0;
  	}
}
.free_delivery{
  font-size: 1.6rem;
  background: var(--or);
  color:#fff;
  padding: 1rem;
  text-align: center;
}
.free_delivery span{
  font-weight: bold;
  font-size: 110%;
}

/* 202208 商品詳細のSOLD OUTの表示 */
  .is-soldout{
    color:red;
    font-weight: bold;
    font-size:1.8rem;
  }
.c-btn-cart.is-soldout{
    margin-bottom:18px;
}
/* 202301 表示時間の設定用 */
.js-time_limited{
  display: none;
}
.js-time_limited_fire{
  display: block;
}
/********** pager **********/
.c-pager {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
}
.c-pager__total {
  margin-bottom: 30px;
}
.c-pager-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}
.c-pager-list__item {
  box-sizing: border-box;
  overflow: hidden;
  margin-left: 3px;
  margin-right: 3px;
  min-width: 30px;
  line-height: 30px;
  background: #ffffff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-pager-list__item {
    display: none;
    min-width: 45px;
    line-height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .c-pager-list__item.is-visible {
    display: block;
    margin-left: 15px;
    margin-right: 15px;
    width: auto;
  }
}
.c-pager-list__link {
  display: block;
  position: relative;
  border: 1px solid #ffffff;
  background: #ffffff;
  color: #000000;
  min-width: 30px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 767px) {
  .c-pager-list__link {
    min-width: 45px;
  }
}
.c-pager-list__link:hover {
  border-color: #d8d8d8;
  background: #d8d8d8;
  color: #000000;
  text-decoration: none;
}
.c-pager-list__link.is-current {
  border-color: #535353;
}
@media screen and (max-width: 767px) {
  .c-pager-list__link.is-current {
    border-color: #ffffff;
  }
}
.c-pager-list__link.is-current:hover {
  border-color: #535353;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .c-pager-list__link.is-current:hover {
    border-color: #ffffff;
  }
}
.c-pager-list__link.is-prev, .c-pager-list__link.is-next {
  border-color: #d8d8d8;
  background: #d8d8d8;
  text-indent: -99999px;
}
.c-pager-list__link.is-prev:before, .c-pager-list__link.is-next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -2px;
  margin-top: -4px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
@media screen and (max-width: 767px) {
  .c-pager-list__link.is-prev:before, .c-pager-list__link.is-next:before {
    margin-left: -4px;
    margin-top: -8px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
}
.c-pager-list__link.is-prev:hover, .c-pager-list__link.is-next:hover {
  background: rgba(216, 216, 216, 0.7);
}
.c-pager-list__link.is-prev.is-disabled:hover, .c-pager-list__link.is-next.is-disabled:hover {
  background: #d8d8d8;
}
.c-pager-list__link.is-prev:before {
  border-right: 4px solid #000000;
}
@media screen and (max-width: 767px) {
  .c-pager-list__link.is-prev:before {
    border-right: 8px solid #000000;
  }
}
.c-pager-list__link.is-prev.is-disabled:before {
  border-right-color: #aaaaaa;
}
.c-pager-list__link.is-next:before {
  border-left: 4px solid #000000;
}
@media screen and (max-width: 767px) {
  .c-pager-list__link.is-next:before {
    border-left: 8px solid #000000;
  }
}
.c-pager-list__link.is-next.is-disabled:before {
  border-left-color: #aaaaaa;
}

.c-pager-list__page {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-pager-list__page {
    display: inline-block;
  }
}
/* 商品PRに挿入する画像 */
.imgPR{
  width: 100%;
  background-image: url("https://img21.shop-pro.jp/PA01485/334/etc/carousel202303_closeup%21.jpg");
}
      .footer__partner{
        text-align: center;
        border-top: 1px solid var(--gy);
        padding-top: 3rem;
        max-width: 140rem;
        margin: 0 auto;
    }
    .footer__partner-lead{
        font-size: 1.8rem;
        font-weight: bold;
        margin-bottom: 2rem;
    }
    .footer__partner-lists{
        display: flex;
        justify-content: center;
        gap: 5rem;
        margin-bottom: 3rem;
    }
    .footer__partner-list img{
        display: block;
        margin: 0 auto 1rem;

    }
    @media (max-width:1024px){
        .footer__partner{
            padding: 2rem 2rem 0;
        }
        .footer__partner-lists{
            flex-direction: column;

        }
    }

/* Closeup */
.link_item{
  text-align:center;
  margin: 30px 0px 40px 0px;
}
.top-closeup__thumb_main img{
  width:50%;
  margin:0 auto 30px auto;
  display:block;
}
.itemlist__ttl-2center{
  text-align:center;
  color:var(--color-logo);
  font-size:2em;
  margin-bottom:30px;
}
.top-closeup__lists{
  display:flex;
  max-width:987px;
  margin:0 auto 50px;
  justify-content:space-around;
  flex-wrap:wrap;
}
.top-closeup__lists li{
  width:calc(46%);
}
.top-closeup__lists::after{
  content:"";
  display: block;
  width:46%;
}
.top-closeup__thumb img{
  width:100%;
  margin-bottom:14px;
  overflow:hidden;
  border: 1px solid var(--gy);
}
.top-closeup__name{
  font-size:1.8rem;
  display:table;
  line-height:1.5;
  margin:0px auto 40px;
}
.top-closeup__name-main{
  display:block;
  font-weight:bold;
  text-align:center;
  margin-bottom:2%;
}
.top-closeup__name-main::before{
  content:"―　";
}
.top-closeup__name-main::after{
  content:"　―";
}
@media (max-width:1024px){
  .top-closeup__thumb_main img{
    width:100%;
  }
  .itemlist__ttl-2center{
    font-size:1.2em;
  }
  .top-closeup__lists{
    flex-direction:column;
  }
  .top-closeup__lists li{
    width:100%;
    margin-bottom:40px;
    margin:0 0 40px;
  }
  .top-closeup__name{
    font-size:1.4rem;
  }
  .top-closeup__name-main{
    margin-bottom:1%;
  }
}
.new_mark_img1{
  width:max(1.2em, 35px)!important;
}
.new_mark_img2{
  width:max(1.2em, 35px)!important;
}

/*20231102追記*/

.limited-text{
    font-size: 24px;
    line-height: calc(42/24);
    color:#6EA13D;
    margin-bottom: 20px;

}
.limited-caution{
    font-size: 18px;
    line-height: calc(34/18);
    margin-bottom: 30px;
}
.limited-bnr{
    margin-bottom: 38px;
}
.limited-bnr img{
  border:1px solid var(--gy);
  width:100%;
}
.limited-items{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.limited-sec{
    width: calc(50% - 25px);
    margin-bottom: 47px;
}
.limited-thumb{
    display: flex;
    border:1px solid var(--gy);
    padding:0px ;
}
.limited-thumb__item{
    width: 50%;
    text-align: center;
}
.limited-ttl{
    font-size: 2rem;
    color:#000000;
    padding: 16px 0 11px;
    display: table;
    margin: 0 auto;
}
.limited-detail{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    font-size: 1.8rem;
}
.limited-detail dt{
    width: 4.7em;
    padding: 0 5px;
    background: #EDF2E8;
    color:#6EA13D;    
    line-height: calc(34/18);
    box-sizing: border-box;
    margin-bottom: 14px;
    font-weight: normal;
}
.limited-detail dd{
    line-height: calc(34/18);
    width: calc(100% - 5em);
    margin-bottom: 14px;
    padding-left: 22px;
    box-sizing: border-box;

}
@media screen and (max-width: 1030px){
    .limited-text{
        font-size: 18px;
        
    
    }
    .limited-caution{
        font-size: 12px;
        margin-bottom: 20px;
    }
    .limited-bnr{
        margin-bottom: 50px;
        text-align: center;
    }
    .limited-sec{
        width: 100%;
        margin-bottom: 40px;
    }
    .limited-thumb{        
        padding:0px ;
    }
    .limited-ttl{
        font-size: 1.8rem;
        padding: 5px 0 0px;
    }
    .limited-detail{
        font-size: 1.4rem;
    }
    .limited-detail dt{
        width: 5em;
        padding: 0 5px;
        margin-bottom: 8px;
    }
    .limited-detail dd{
        line-height: calc(34/18);
        width: calc(100% - 5em);
        margin-bottom: 8px;
        padding-left: 20px;
        
    
    }
}
.btm-limited_bnr, .btm-closeup_bnr{
  text-align:center;
  margin-bottom:30px;
}
.btm-limited_bnr img, .btm-closeup_bnr img{
  border: 1px solid #ccc;
  width: 240px;
}
/*20240809 営業日カレンダー*/
.tbl_calendar {
  border: none !important;
  border-collapse: collapse !important;
  border-spacing: 10 !important;
  margin:8px;
}
.tbl_calendar th, .tbl_calendar td {
  padding: 4px !important;
  text-align: center !important;
  border-bottom: 1px solid #ccc !important;
  width: 40px;
}
.side_section{
  font-size:2rem;
}
.side_cal{
  justify-content:center;
  margin:10px auto 10px;
  display: flex;
}
@media (max-width:1024px){
  .side_cal{
    display:table;
    margin:0px auto;
  }
}
.side_cal_memo{
  display:table;
  margin:0px auto;
}
/*20250327 NEW・再入荷アイコン*/
.new-text {
  font-family: 'Fredoka', cursive;
}
.restock-text {
  font-family: 'Kosugi Maru', cursive, sans-serif;
}
.new-text, .restock-text {
  font-size: 0.7em;
  color: #fff;
  margin: 0 0.4em 3px 0;
  display: inline-block;
  background-color: var(--color-logo);
  padding: 0em 0.5em;
  border-radius: 0.3em;
  vertical-align: middle;
}
/* グレーのハート */
.AQ_Favorites_Product_Device {
  float: none!important;
  display: inline-block!important;
  height: 25px!important;
  width: 25px!important;
  vertical-align:-2px!important;
  margin:5px!important;
  margin-right:10px!important;
  background-image: url('https://file003.shop-pro.jp/PA01485/334/images/heart_gray.svg')!important;
  background-repeat: no-repeat!important;
  cursor: pointer!important;
}
div.AQ_Favorites_Product.item__infor-favorite > span {
  margin:0 10px 0 0!important;
}
/* ピンクのハート */
.AQ_Favorites_Product_Device[data-filled="1"], .AQ_Favorites_Overlay_List_Device[data-filled="1"] {
  background-image: url('https://file003.shop-pro.jp/PA01485/334/images/heart.svg')!important;
  background-repeat: no-repeat;
}
/* お気に入りリストのハートの大きさ */
.AQ_Favorites_Overlay_List_Device[data-filled="1"] {
  min-height: 17px!important;
  min-width: 17px!important;
}
div[id="AQ_Favorites_List"] li {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
div[id="AQ_Favorites_List"] > ul >li > a {
  line-height: 1.5!important;
}
div[id="AQ_Favorites_List"] > ul > li > span {
  margin-top: 2px!important;
}
/* 商品詳細ページの画像一枚目のハートを非表示 */
.slick-slide .AQ_Favorites_Product{display:none!important}
/* 文字拡大のアニメーション */
.animation {
  animation: pulseScale 10s infinite ease-in-out;
  font-weight: bold;
}
@keyframes pulseScale {
  0% { transform: scale(1); }
  /* 1回目 */
  10% { transform: scale(1.3); }
  20% { transform: scale(1); }
  /* 2回目 */
  30% { transform: scale(1.3); }
  40% { transform: scale(1); }
  /* 3回目 */
  50% { transform: scale(1.3); }
  60% { transform: scale(1); }
  /* 残りは停止 */
  100%  { transform: scale(1); }
}
.marker {
  display: block;
  background-color: #FFFF80;
  padding:0 1em;
  height:1.8em;
}

.archive_container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 840px;
  margin: 20px auto;
  padding:0;
  line-height:1.5em;
}
.archive_item {
  flex: 1 1 calc(25% - 10px);
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 1030px) {
  .archive_item {
    flex: 1 1 calc(33.333% - 10px);
  }
}
.archive_item:empty {
  visibility: hidden;
}
.archive_item img {
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
}
.archive_pager {
  text-align: center;
  margin-top: 20px;
}
.archive_pager button {
  margin: 0 10px;
  padding: 8px 14px;
  background-color: var(--color-logo);
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.archive_pager button:hover:not(:disabled) {
  background-color: var(--color-logo);
}
.archive_pager button:disabled {
  background-color: #cccccc;
  cursor: not-allowed;
}

.angle_brackets {
  text-align:center;
  font-size:2em;
}
.angle_brackets::before{
  content:"〈";
}
.angle_brackets::after{
  content:"〉";
}

.scroll-area {
  position: relative;
  padding: 20px;
}
.scroll-top-btn { 
  margin-left: auto;
  display: block;

  padding: 10px 24px;
  background-color: var(--color-logo-pale);
  color: var(--bk);
  border: 1px solid var(--gy);

  border-radius: 9999px;
  cursor: pointer;

  font-size: 0.8em;
  font-weight: bold;
  line-height: 1;
}
.scroll-top-btn:hover {
  opacity: 0.7;
  transition: 0.2s;
}
.expl, .expl_short {
  font-size: 0.8em;
  margin: 10px 0px;
}
/* 小カテゴリー画像の表示 */
.subcate-itemlist__img{
  border:1px solid var(--gy);
}
.subcate-itemlist__img img{
  width:100%;
  aspect-ratio: 8/3;
  object-fit:cover;
}
@media (max-width:1024px){
  .subcate-itemlist__img img{
    height:auto;
  }
}

.category-title {
  padding: 10px;
  background-color: var(--color-logo-light);
  cursor: pointer;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.category-title:hover {
  opacity:0.7;
  transition:opacity 0.2s ease-in-out
}
.subcategory {
    list-style: none;
    margin: 0;
    background: #f0f0f0;
    /* アコーディオン動作用 */
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}
.subcategory.open {
    max-height: 1500px; /* 想定より大きめの値 */
}
.subcategory li {
    margin: 0;
}
.subcategory li:hover {
  background-color: #d9d9d9;
}
.subcategory li a{
  display: block;
  padding: 10px 10px 10px 20px;
}
.sub li{
  margin-left:20px;
  background-color: #fff;
}
.sub a::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 6px;

  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'><polygon points='0,0 10,5 0,10' fill='%23333'/></svg>");
  background-size: 80% 80%;
  background-repeat: no-repeat;
}
.c-arrow {
  width: 2em;
  font-weight: bold;
  font-size: 18px;
  align-items: center;
  display:flex;
}
.c-arrow-width {
  display: inline-block;
  width: 2em;
}
.c-arrow svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  transition: transform 0.3s ease;
}
/* 開いているときはアイコンを時計回りに90度回転（＞ → ∨） */
.category-title.open .c-arrow svg {
  transform: rotate(90deg);
}
