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;
	
	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;
}
body {
	line-height: 1;
}
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 {
  vertical-align: bottom;
  max-width: 100%;
}
body {
  min-width: 375px;
  font-size: 14px;
  font-family: "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  letter-spacing: 0em;
  line-height: 1.7;
  color: #000000;
}
@media screen and (max-width: 1030px) {
  body {
    font-size: 14px;
  }
}
body.is-scroll-hidden {
  overflow: hidden;
}
img {
  max-width: 100%;
  vertical-align: top;
}
ul, ol, dl {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  color: #000000;
  transition: all 0.1s ease;
}
a:hover {
  color: #444444;
}
[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 {
  padding-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .u-contents {
    padding-bottom: 45px;
  }
}
.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;
  }
}
/* overflow slide */
@media screen and (max-width: 1030px) {
  .u-overflow-slide {
    overflow-x: scroll;
    white-space: nowrap;
    padding-bottom: 30px;
    width: 100%;
  }
}
@media screen and (max-width: 1030px) {
  .u-overflow-slide.is-product-thumb {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 1030px) {
  .u-overflow-slide.is-option-tbl {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 1030px) {
  .u-overflow-slide::-webkit-scrollbar {
    height: 1px;
  }
}
@media screen and (max-width: 1030px) {
  .u-overflow-slide::-webkit-scrollbar-track {
    background: #f0f0f0;
  }
}
@media screen and (max-width: 1030px) {
  .u-overflow-slide::-webkit-scrollbar-thumb {
    background: #999899;
  }
}

@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");a{-webkit-transition:0.2s ease-in-out;transition:0.2s ease-in-out}a:hover{opacity:0.7}*{font-weight:normal}.slick-slide .AQ_Favorites_Product{display:none!important}html{font-size:62.5%}body{color:#333;font-family:"Noto Sans JP",sans-serif}.bold{font-weight:bold}.header{background:#fff;width:100%;font-family:"Noto Sans JP",sans-serif}.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}}@media (max-width:1024px){.header{-webkit-box-shadow:none;box-shadow:none;position:fixed;top:0;left:0;background:#6DA130;z-index:9999}}.header .inner{margin:0 auto;padding:9px 13px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative}.header__size{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;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:#333}.header__size a.active{color:#fff;background:#FF7700}.header__logo{background:#6DA130;padding:30px 94px 30px;text-align:center;max-width:500px;margin:0 auto 15px;-webkit-transition:0.3s ease-in-out;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:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:1.8rem}@media (max-width:1450px){.header-shopmenu{-ms-flex-wrap:wrap;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:30px;font-family:"Noto Sans JP",sans-serif;color:#333;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 button{background:none;border:none}.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:#FF7700;font-size:1.2rem;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{width:100%;border-bottom:1px solid #707070}@media (max-width:1024px){.header__main-nav{display:none;overflow:scroll!important;max-height:calc(100vh - 15vw)}}.header__main-nav__lists{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (max-width:1024px){.header__main-nav__lists{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:left;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.header__main-nav li{margin:0 3%;padding-bottom:10px}@media (max-width:1024px){.header__main-nav li{margin:0;padding:0}}.header__main-nav a{color:#333;font-size:1.8rem;text-align:center;display:block;font-weight:bold}@media (max-width:1024px){.header__main-nav a{text-align:left;border-bottom:1px solid #fff;padding:15px 20px;color:#fff}}.header__main-nav img{vertical-align:-3px;padding-right:9px}@media (max-width:1024px){.header__main-nav img{vertical-align:-5px}}.header__dropdown__lists{visibility:hidden;opacity:0;-webkit-transition:all 0.3s;transition:all 0.3s;min-width:200px;text-align:left;position:absolute;z-index:10;top:60px;left:0}@media (min-width:1025px){.header__dropdown__lists{background:#fff}}.header__dropdown__lists a{-moz-text-align-last:left;text-align-last:left;text-indent:1.5em}@media (max-width:1024px){.header__dropdown__lists{position:inherit;top:unset;left:unset;min-width:100%;width:100%;max-height:0;overflow:hidden;visibility:visible;opacity:1}.header__dropdown__lists.open{max-height:100vh}}.header__gnavi__dropdown{padding-left:5px}.header__gnavi__list{position:relative}.header__gnavi__list:hover .header__dropdown__lists{visibility:visible;opacity:1}.header .header__btn{font-size:2rem;text-align:center}@media (max-width:1024px){.header .header__btn{font-size:1.2rem}}.header .header__btn a{display:block;margin-top:2px}@media (max-width:1024px){.header .header__btn a{vertical-align:-11px;display:inline-block;width:110px;margin-left:10px}}.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%;-webkit-transform:rotate(45deg);transform:rotate(45deg);height:25px}.header .menu-trigger.active span:nth-child(2){top:-3px;right:50%;-webkit-transform:rotate(-45deg);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__logo{width:238px;max-width:100%}@media (max-width:1024px){.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}}@media (max-width:1024px){.footer{padding:45px 20px 30px}}.footer__nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;max-width:1280px;margin:0 auto 28px}@media (max-width:1024px){.footer__nav{padding:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.footer__nav_inner{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:1024px){.footer__nav_inner{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}.footer__nav ul{margin-right:160px}@media (max-width:1024px){.footer__nav ul{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0;margin-right:0;width:50%}}.footer__nav ul:last-child{margin-right:0}.footer__nav li{margin-bottom:14px}@media (max-width:1024px){.footer__nav li{width:100%;margin-right:0;text-align:center}}.footer__nav a{color:#333;font-size:1.8rem}@media (max-width:1024px){.footer__nav a{padding:20px 0;display:block;font-size:1.4rem;text-align:left;padding:0}}.footer #pagetop{width:68px;height:90px;position:fixed;bottom:30px;right:30px;cursor:pointer}.footer #pagetop:hover{opacity:1}@media (max-width:1024px){.footer #pagetop{right:10px;bottom:10px;width:40px;height:60px}}.footer #pagetop span{display:block;border-right:1px solid #fff;border-bottom:1px solid #fff;position:absolute;-webkit-transform:rotate(-135deg);transform:rotate(-135deg);width:20px;height:20px;left:20px;top:25px}.footer #copyright{font-size:1.8rem;text-align:center}@media (max-width:1024px){.footer #copyright{font-size:1.4rem;line-height:1.5}}.module__bg{background:#FFF2CC}.breadcrumb{font-family:"Noto Sans JP",sans-serif}.breadcrumb ul{padding:20px 40px 50px;}@media (max-width:1024px){.breadcrumb ul{line-height:1.6;padding-left:20px;padding-bottom: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-cat{width:245px}.side-cat__ttl{font-size:2rem;font-weight:bold;border-bottom:1px solid #AAAAAA;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:"Noto Sans JP",sans-serif;line-height:2.5;padding:10px 18px;margin-bottom:40px}
.side-cat__lists li{margin-bottom: 1em}
.side-cat__lists a{color:#333;text-decoration:none;display:block;position:relative;padding-right:20px;line-height: 1.5}.side-cat__lists a:after{content:"";position:absolute;right:0px;top:calc(50% - 7px);display:block;background:url("https://img21.shop-pro.jp/PA01485/334/etc/ic_arrow.png") no-repeat left;width:10px;height:15px}.l-header-search__btn{width:6rem}.top-cmn__ttl{font-family:"Architects Daughter",cursive;font-size:4rem;text-align:center;font-family:"Sofadi One",cursive}@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:-webkit-gradient(linear,left top,left bottom,color-stop(51%,transparent),color-stop(40%,#fff),color-stop(72%,#fff),color-stop(74%,transparent));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:"●";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__mv{position:relative;top:-22px;margin-top:114px}.top__mv__lead{font-size:3.2rem;position:absolute;left:60%;top:49%}.top__mv__lead p{font-weight:bold}.top__mv__slider{height:375px}.top__mv-01{height:375px!important;width:100%;background:url("../img/top/mv01.png") no-repeat center;background-size:auto 100%}.top__mv-02{height:375px!important;width:100%;background:url("../img/top/mv02.png") no-repeat center;background-size:auto 100%}@media (max-width:1024px){.top__mv{margin-bottom:40px;margin-top:60px;top:0}.top__mv img{width:100%}.top__mv p{font-weight:bold}}.top-intro{position:relative}.top-intro__ttl{text-align:center;font-size:3.2rem;line-height:1.75;font-weight:bold;padding:30px;font-family:"Kosugi Maru",sans-serif}@media (max-width:1024px){.top-intro__ttl{font-size:1.8rem;letter-spacing:0.5vw;padding:20px}}@media (max-width:1024px){.top-catch{margin-top:0px}}
.top-catch__slider{
  margin-bottom:85px
}
.top-catch__slider img{
  overflow:hidden;
  border-radius:15px;
  border: 1px solid #aaa
}
@media (max-width:1024px){.top-catch__slider{padding:0 20px;margin-bottom:60px}}.top-pickup{padding:46px 0 64px}@media (max-width:1024px){.top-pickup{padding:26px 20px 0px}}
.top-pickup__lists{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  max-width:987px;
  margin:0 auto;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;/*BRFORE EDITING: center*/
  -ms-flex-wrap:wrap;
  flex-wrap:wrap
}@media (max-width:1024px){.top-pickup__lists{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}
.top-pickup__lists:after{content:"";width:calc(33.333% - 14px)}
.top-pickup__lists li{
  width:calc(33.333% - 14px);
  /*margin:0px 30px WIDTH EDITING*/
}@media (max-width:1024px){
  .top-pickup__lists li{
    width:100%;
    margin-bottom:40px;
    margin:0 0 40px /*SMARTPHONE SCREEN*/
  }}.top-pickup__thumb{margin-bottom:14px;overflow:hidden;border-radius:15px;border: 1px solid #aaa}@media (max-width:1024px){.top-pickup__thumb img{width:100%}}.top-pickup__name{font-size:1.8rem;font-weight:bold;color:#333;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-cat{margin-bottom:60px}@media (max-width:1024px){.top-cat{padding:0 20px;margin-bottom:10px}}
.top-cat__lists{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  max-width:1280px;
  margin:0 auto;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  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;color:#333;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;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);border-right:2px solid #6DA130;border-bottom:2px solid #6DA130;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:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  max-width:1280px;
  margin:0 auto;
  padding:0 20px;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
  -ms-flex-wrap:wrap;
  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:#333;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}}.top-infor{max-width:987px;margin:0 auto;padding-bottom:90px}@media (max-width:1024px){.top-infor{padding:0 20px 45px}}.top-infor__lists{font-size:1.8rem;max-width:630px;margin:0 auto}@media (max-width:1024px){.top-infor__lists{width:100%;font-size:1.4rem}}.top-infor__lists li{border-bottom:1px dotted #707070;padding:16px 0;font-family:"Noto Sans JP",sans-serif}@media (max-width:1024px){.top-infor__lists li{padding:12px 0}}.top-infor__lists span{font-weight:bold;line-height:1.75}.top-infor__lists a{color:#333;font-weight:bold;display:-webkit-box;display:-ms-flexbox;display:flex;line-height:1.75}@media (max-width:1024px){.top-infor__lists a{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.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;color:#333;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;
  font-family:"Noto Sans JP",sans-serif;
  line-height:1.75;color:#333
}
/* 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:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:1024px){.top-infor__pickupflex{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.top-infor__day{margin-right:20px;color:#333}.top-shopguide{padding:55px 0 75px}@media (max-width:1024px){.top-shopguide{padding:35px 0 45px}}.top-shopguide__lists{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:2rem}@media (max-width:1024px){.top-shopguide__lists{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;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:#6DA130;display:inline-block;width:310px;text-align:center;border:1px solid #6DA130;border-radius:8px;padding:13px 0;font-weight:bold}@media (max-width:1024px){.top-shopguide__lists a{width:100%}}.content__2column{max-width:1280px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (max-width:1024px){.side{display:none}}.item{}.item__flex{width:calc(100% - 300px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.item__flex-list{width:calc(100% - 300px)}@media (max-width:1024px){.item__flex{width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0 20px;-webkit-box-sizing:border-box;box-sizing:border-box}}.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 #707070}@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 #707070}.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:#6DA130;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:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;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;font-family:"Noto Sans JP",sans-serif}
.item__infor-favorite{
  display:block;
  border-radius:8px;
  border:1px solid #6DA130;
  padding:15px;
  text-align:center;
  width:100%;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  font-size:2rem;
  color:#6DA130;
  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 #FF7700;padding:15px;text-align:center;width:100%;-webkit-box-sizing:border-box;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:#FF7700;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:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.item__infor-support{font-size:1.8rem;line-height:2}@media (max-width:1024px){.item__infor-support{font-size:1.4rem;margin-bottom:20px}}.item__infor-support a{display:block;color:#333;font-family:"Noto Sans JP",sans-serif}.item__infor-support a:after{content:"";display:inline-block;margin-left:12px;background:url("https://img21.shop-pro.jp/PA01485/334/etc/ic_arrow.png") no-repeat;width:12px;height:14px}.item__detail{max-width:700px;width:100%;margin:0 auto 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:#6DA130;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:#6DA130;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}
.item__detail-vr{width:80%;margin-bottom:20px;border:1px solid #707070;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;-webkit-box-sizing:border-box;box-sizing:border-box}}.itemlist__ttl{font-size:4rem;position:relative;padding-left:30px;font-family:"Noto Sans JP",sans-serif;line-height:1.2;margin-bottom:20px}@media (max-width:1024px){.itemlist__ttl{font-size:2rem}}.itemlist__ttl-2{font-size:2.4rem;color:#6DA130;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}}@media (max-width:1024px){.itemlist__ttl{padding-left:20px}}.itemlist__ttl:before{content:"";width:6px;height:100%;display:block;position:absolute;left:0;top:0;bottom:0;background:#6DA130;border-radius:5px}.itemlist__head{font-size:1.8rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;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:-webkit-box;display:-ms-flexbox;display:flex}.itemlist__sortbtn{margin-left:2em}.itemlist__sortbtn:first-child{margin-left:0}.itemlist__sort a,.itemlist__sort span{color:#6DA130}.itemlist__wrap{display:-ms-grid;display:grid;-ms-grid-columns:1fr 35px 1fr 35px 1fr;grid-template-columns:repeat(3,1fr);-ms-grid-rows:1fr;grid-template-rows:repeat(1,1fr);grid-column-gap:35px;grid-row-gap:40px;margin-bottom:60px}.itemlist__wrap>:first-child{-ms-grid-row:1;-ms-grid-column:1}.itemlist__wrap>:nth-child(2){-ms-grid-row:1;-ms-grid-column:3}.itemlist__wrap>:nth-child(3){-ms-grid-row:1;-ms-grid-column:5}@media (max-width:1024px){.itemlist__wrap{-ms-grid-columns:1fr 18px 1fr;grid-template-columns:repeat(2,1fr);grid-column-gap:18px;grid-row-gap:30px}}.itemlist__img{border:1px solid #707070;margin-bottom:7px}.itemlist__img img{width:100%;height:233px;-o-object-fit:cover;object-fit:cover}
@media (max-width:1024px){
  .itemlist__img img{
    height:100%;
  }
}
.itemlist__name{margin-bottom:4px}.itemlist__name a{font-size:1.8rem}@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}}.itemlist__pager{font-size:1.8rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:60px}@media (max-width:1024px){.itemlist__pager{font-size:1.8rem;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media (max-width:1024px){.itemlist__pager-btn{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:50%}}.itemlist__pager-link{display:block;width:18rem;border:2px solid #6DA130;border-radius:8px;color:#6DA130;padding-top:9px;padding-bottom:9px;position:relative;margin:0 20px}@media (max-width:1024px){.itemlist__pager-link{margin:0;width:98%}}.itemlist__pager-link.is-prev{padding-right:10px;padding-left:10px}.itemlist__pager-link.is-prev:hover{color:#6DA130}.itemlist__pager-link.is-prev:before{content:"";display:inline-block;margin-right:12px;background:url("https://img21.shop-pro.jp/PA01485/334/etc/ic_arrow.png") no-repeat;width:6px;height:12px;background-size:contain;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.itemlist__pager-link.is-prev.is-disabled{border-color:#999;color:#999}.itemlist__pager-link.is-prev.is-disabled:before{background:url("https://img21.shop-pro.jp/PA01485/334/etc/ic_arrow_disabled.png") no-repeat;background-size:contain}.itemlist__pager-link.is-next{padding-right:10px;padding-left:20px}@media (max-width:1024px){.itemlist__pager-link.is-next{padding-left:15px}}.itemlist__pager-link.is-next:hover{color:#6DA130}.itemlist__pager-link.is-next:after{content:"";display:inline-block;margin-left:12px;background:url("https://img21.shop-pro.jp/PA01485/334/etc/ic_arrow.png") no-repeat;width:6px;height:12px;vertical-align:-2px;background-size:contain}.itemlist__pager-link.is-next.is-disabled{border-color:#999;color:#999}.itemlist__pager-link.is-next.is-disabled:after{background:url("https://img21.shop-pro.jp/PA01485/334/etc/ic_arrow_disabled.png") no-repeat;background-size:contain}@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}}.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]{color:#6DA130;text-decoration:underline}.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}.img__horizonal{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:30px;margin-bottom:66px}@media (max-width:1024px){.img__horizonal{-ms-flex-wrap:wrap;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}}.about__flex{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:66px}@media (max-width:1024px){.about__flex{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;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}}.about__feature__ttl{margin-bottom:40px}.about__feature__flex{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:30px}.about__feature__flex .itemlist__ttl-2{width:100%;line-height:1.2}.about__feature__flex__img{width:270px;margin-right:25px}@media (max-width:1024px){.about__feature__flex__img{width:80%;margin-right:auto;margin-left:auto;margin-bottom:10px}}.about__feature__flex__txt{width:calc(100% - 295px)}@media (max-width:1024px){.about__feature__flex__txt{width:100%}}.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 #707070;vertical-align:top}.tokutei-table__td{width:74%;padding:20px 0;border-bottom:1px solid #707070}@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 #707070;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:-webkit-box;display:-ms-flexbox;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{width:100%;text-align:left}#option_tbl .cell_1{width:auto;max-width:13rem}#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-block!important;vertical-align:middle}#option_tbl label br{display:none}#option_tbl label span{padding-right:15px}#option_tbl .t_stock_num:after{content:"個"}#option_tbl [type=checkbox],#option_tbl [type=radio]{margin-top:0}.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:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  max-width:1280px;
  margin:0 auto;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  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: #B8DAAA;
    text-align: center;
}
.itemlist__nav_lists{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.itemlist__nav_link{
    padding: 1rem 0;
    font-weight: bold;
    display: inline-block;
    vertical-align: 0px;

}
.itemlist__nav_list{
  padding: 0px 1.5em;
  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: #333;
}
.itemlist__nav_list:last-child:after{
    content:none;
}
@media (max-width:1024px){
    .itemlist__nav{
        margin-top: 58px;
    }
    .itemlist__nav_lists{
        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%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .itemlist__nav_list:nth-child(4n){
        border-right:none;
    }
    .itemlist__nav_link{
        width: 100%;
        display: block;
    }
}
.free_delivery{
  font-size: 1.6rem;
  background: #ff7700;
  color:#fff;
  padding: 1rem;
  text-align: center;
}
.free_delivery span{
  font-weight: bold;
  font-size: 110%;
}
  
.xmas_campaign{
  background:#C10000 url('https://img21.shop-pro.jp/PA01485/334/etc/xmas03.png') repeat top;
  padding:1.3rem 2rem 1.8rem;
  color:#fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.xmas_campaign:before{
  content:'';
  display: inline-block;
  width: 22.6rem;
  height: 18rem;
  background: url(https://img21.shop-pro.jp/PA01485/334/etc/xmas01.png) no-repeat;
  background-size:contain;
  margin-left: 5rem;
}
.xmas_campaign:after{
  content:'';
  display: inline-block;
  width: 24.8rem;
  height: 18rem;
  background: url(https://img21.shop-pro.jp/PA01485/334/etc/xmas02.png) no-repeat;
  background-size:contain;
}
.xmas_campaign__ttl{
  font-size: 3.2rem;
  font-weight: bold;
  line-height: calc(46/23);
}
.xmas_campaign__wrapping{
  font-size: 2.4rem;
  line-height: calc(34/24);
  font-weight: bold;
  margin-bottom: 0.7rem;
}
.xmas_campaign__wrapping span{
  font-size: 1.6rem;
}
.xmas_campaign__lead{
  font-size: 1.8rem;
  line-height: calc(27/18);
}
@media (max-width:1024px){
  .xmas_campaign{
    background:#C10000 url('https://img21.shop-pro.jp/PA01485/334/etc/xmas03.png') repeat top;
    padding:1.3rem 0rem 1.8rem;
  }
  .xmas_campaign__ttl{
    font-size: 1.8rem;
    line-height: calc(26/18);
  }
  .xmas_campaign__wrapping{
    font-size: 1.6rem;
    line-height: calc(34/24);
  }
  .xmas_campaign__wrapping span{
    font-size: 1.2rem;
  }
  .xmas_campaign__lead{
    font-size: 1.4rem;
    line-height: calc(22/14);
  }
  .xmas_campaign:before{
    content:'';
    display: inline-block;
    width: 5rem;
    height: 20rem;
    background: url(https://img21.shop-pro.jp/PA01485/334/etc/xmas01_sp.png) no-repeat;
    background-size:contain;
    margin-left: 0;
  }
  .xmas_campaign:after{
    content:'';
    display: inline-block;
    width: 5rem;
    height: 20rem;
    background: url(https://img21.shop-pro.jp/PA01485/334/etc/xmas02_sp.png) no-repeat;
    background-size:contain;
  }

}
/* 202208 商品詳細のSOLD OUTの表示 */
  .is-soldout{
    color:red;
    font-weight: bold;
    font-size:1.8rem;
    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 #707070;
        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;
}
.link_item a{
  color:blue;
}

.top-closeup__thumb_main img{
  width:50%;
  margin:0 auto 30px auto;
  display:block;
}
@media (max-width:1024px){
  .top-closeup__thumb_main img{
    width:100%
  }
}
.itemlist__ttl-2center{
  text-align:center;
  color:#6DA130;
  font-size:2em;
  margin-bottom:30px;
}
@media (max-width:1024px){
  .itemlist__ttl-2center{
    font-size:1.2em;
  }
}
.top-closeup__lists{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  max-width:987px;
  margin:0 auto 50px auto;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-around;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap
}
.top-closeup__lists::after{
  content:"";
  display: block;
  width:46%;
}
@media (max-width:1024px){
  .top-closeup__lists{
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column
  }
}
/*.top-closeup__lists:after{content:"";width:calc(33.333% - 14px)}*/
.top-closeup__lists li{
  width:calc(46%);
  /*margin:0px 30px WIDTH EDITING*/
}
@media (max-width:1024px){
  .top-closeup__lists li{
    width:100%;
    margin-bottom:40px;
    margin:0 0 40px /*SMARTPHONE SCREEN*/
  }
}
.top-closeup__thumb img{
  width:100%;
  margin-bottom:14px;
  overflow:hidden;
  border: 1px solid #828081;
}
@media (max-width:1024px){
  .top-pickup__thumb img{
    width:100%
  }
}
.top-closeup__name{
  font-size:1.8rem;
  color:#333;
  display:table;
  line-height:1.4444444444;
  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__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;
}
/* カテゴリー */
.top-category__lists{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  max-width:1280px;
  margin:0 auto;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap
}
.top-category__lists:after{
  content:"";
  width:calc(33% - 14px)
}
.top-category__lists li{
  width:calc(33% - 14px)
}
@media (max-width:1024px){
  .top-category__lists li{
    width:100%;
    margin-bottom:40px
  }
}
.top-category__thumb{
  margin-bottom:14px;
  overflow:hidden;
  border-radius:15px
}
.top-category__thumb div{
  width:100%
}
.top-category__thumb img{
  width:100%
}
.top-category__name{
  font-size:1.8rem;
  font-weight:bold;
  color:#333;
  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-category__name{font-size:1.4rem}
}
/*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 #707070;
  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 #707070;
    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-closeup_bnr img{
  border: 1px solid #ccc!important;
}
/*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-weight: bold;
  font-size: 0.8em;
  color: #E60013;
  font-family: 'Fredoka', cursive;
  margin-right: 0.8em;
}
.restock-text {
  font-weight: bold;
  font-size: 0.8em;
  color: #E60013;
  font-family: 'Kosugi Maru', cursive, sans-serif;
  margin-right: 0.8em;
}
/* グレーのハート */
.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('data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbD0iI0RERCIgZD0iCk01MCwyNQpDMzUsMCwtMTQsMjUsMjAsNjAKTDUwLDkwCkw4MCw2MApDMTE0LDIwLDY1LDAsNTAsMjUKIj48L3BhdGg+Cjwvc3ZnPg==')!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('data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbD0iI0YxNzJBMyIgZD0iCk01MCwyNQpDMzUsMCwtMTQsMjUsMjAsNjAKTDUwLDkwCkw4MCw2MApDMTE0LDIwLDY1LDAsNTAsMjUKIj48L3BhdGg+Cjwvc3ZnPg==')!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;
}
/* 文字拡大のアニメーション */
.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: inline-block;
  background-color: #FFFF80;
  padding:0 1em;
}
.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: #6DA130;
  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: #6DA130;
}
.archive_pager button:disabled {
  background-color: #cccccc;
  cursor: not-allowed;
}
