*,*::before,*::after{box-sizing:border-box}
@media screen and (min-width: 1031px) { .sp { display:none !important; } }
@media screen and (max-width: 1030px) { .pc { display:none!important; } } 

/*下記240921追記*/
html {
   overflow-x: hidden;
}

body {
  max-width:100%;
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;  
  line-height: 1.7;
  color: #313131;
  background:#fff;
  margin-top:160px;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.Android {
  box-sizing: border-box!important;
  overflow-x: hidden!important;
}
.serif {
   font-family: 'Noto Serif JP', serif; 
}
@media screen and (max-width: 1030px) {
  body {
    margin-top: 70px;
    font-size: 14px;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
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: #313131;
  transition: all 0.1s ease;
}
a:hover {
  color: #717171;
}
[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: 1300px;
}
.u-container_m {
  box-sizing: border-box;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 1300px;
}
@media screen and (max-width: 1030px) {
  .u-container {
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .u-container_m {
    width: auto;
  }  
}
.u-contents {
  padding-top: 75px;
  padding-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .u-contents {
    padding-top: 45px;
    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;
  }
}


/*CSS削除　u-attention〜u-overflow-slideまで*/

/******************************/
/* Layout */
/******************************/
.l-main {
  margin-top:0em !important;
  padding-top: 0;
  width:75.769%;
  max-width: 985px;
  margin: 0 auto;
}
@media screen and (max-width: 1029px) {
  .l-main {
    width:100%;
    margin-top: 0px !important;
    padding-top: 0;
  }
}

.l-contents-main{
  width: 100%;
}

.l-bottom {
  width:100%;
  margin-top: 60px;
  background:#f5f5f5;
  padding-bottom:7em;
}
@media screen and (max-width: 767px) {
  .l-bottom {
    margin-top: 30px;
    background:#fff;
    padding-bottom:0;
  }
}
.l-contents-wrap {
  width:100%;
  max-width:1300px;
  margin:4em auto 0;
  padding:0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1030px) {
  .l-contents-wrap {
    display: block;
  }
}

@media screen and (min-width: 1031px) {
  .l-contents-wrap {
    padding: 0 2%;
  }
}

/*追記*/
/*tabsize 768以上1029以下に変更20240921*/
@media screen and  (max-width: 1029px) and (min-width: 768px) {
  .l-bottom {
    margin-top: 30px;
    background:#fff;
    padding-bottom:0;
  }
}



/******************************/
/* SLIDER */
/******************************/

@media screen and (max-width: 1030px) {
  .slider {
    margin-left: -20px;
    margin-right: -20px;
    position: relative;
  }
}
#slider div {
  width: 100% !important;
  max-width: 1300px;
  height: auto;
}
#slider > div {
  display: none;
}
.bx-viewport #slider > div {
  display: block;
}
.bx-wrapper {
  z-index: 0;
}
.bx-wrapper img {
  width: 100%;
  height: auto;
}
.bx-wrapper .bx-viewport {
  box-shadow: none !important;
  border: 0 !important;
  left: 0 !important;
}
.bx-wrapper .bx-pager {
  bottom: -27px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  margin: 0 3px !important;
  padding-top: 15px;
  width: 50px !important;
  height: 1px !important;
  background: transparent !important;
  border-bottom: 1px solid #cccccc;
  border-radius: 0 !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: transparent !important;
  border-bottom: 1px solid #000000;
}



/*
@media screen and (max-width: 1030px) {
  .slider {
    margin-left: -20px;
    margin-right: -20px;
    position: relative;
  }
}
#slider div {
  width: 100% !important;
  max-width: 1300px !important;
  height: auto;
  margin:0 auto;
}
#slider > div {
  display: none;
}
.bx-viewport #slider > div {
  display: block;
}
.bx-wrapper {
  z-index: 0;
}
.bx-wrapper img {
  width: 100%;
  height: auto;
}
.bx-wrapper .bx-viewport {
  box-shadow: none !important;
  border: 0 !important;
  left: 0 !important;
}
.bx-wrapper .bx-pager {
  bottom: -27px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  margin: 0 3px !important;
  padding-top: 15px;
  width: 50px !important;
  height: 1px !important;
  background: transparent !important;
  border-bottom: 1px solid #cccccc;
  border-radius: 0 !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: transparent !important;
  border-bottom: 1px solid #000000;
}
*/

/******************************/
/* top_banner */
/******************************/
.top_banner_area {
  width:100%;
  max-width:1300px;
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
  margin:-2em auto -7em;
  padding:auto 0;
}
.top_banner {
  width:31.538%; 
  max-width:410px;
  margin-bottom:1.75em !important;
}
@media screen and (max-width:1030px) {
  .top_banner {
    display:none
  }  
}

.l-contents-side {
  order: -1;
  width:20%;
  max-width: 260px;
  margin-top:-4em;
}
@media screen and (max-width: 1030px) {
  .l-contents-side {
    margin-top: 60px;
    margin-left: -20px;
    margin-right: -20px;
    width: auto;
  }
}



/***** s-bottom-navi *****/

@media screen and (max-width:1030px) {
  .s-bottom-navi__ttl {
    margin: 40px 0 0;
    padding: 10px .95em 10px;
    font-size: 16px;
    font-weight: 500;
    border-bottom:none;
    background:#2d3060;
    color:#fff;
  }
  .s-bottom-navi-list {
    border-bottom:1px solid #000;
  }
  .s-bottom-navi-list__item {
    border-top: 1px solid #000;
  }
  .s-bottom-navi-list__link {
    box-sizing: border-box;
    display: block;
    position: relative;
    padding: 10px 1em 10px;
    border:none;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    background: #e9e9e9;
    color: #2d3060;
    text-align: left;
    font-family:'Noto Sans JP', sans-serif;
  }
  .s-bottom-navi-list__link.is-link:before {
    margin-top: -5px;
    transform: rotate(-45deg);
  }
  .s-bottom-navi-list__link:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -6px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #2d3060;
    border-bottom: 1px solid #2d3060;
    transform: rotate(45deg);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .s-bottom-navi-list__link.is-on:before {
    transform: rotate(-135deg);
    margin-top: -4px;
  }

  .s-bottom-navi-sub-list {
    display: none;
    padding: 5px 0;
    background: #fff;
  }
  .s-bottom-navi-sub-list__item {
    border-bottom: 1px solid #000;
  }
  .s-bottom-navi-sub-list__item:last-child {
    border-bottom: none;
  }
  .s-bottom-navi-sub-list__link {
    box-sizing: border-box;
    display: block;
    position: relative;
    padding: 10px 1em 10px 2.15em;
    font-size:16px;
    font-weight:400;
    background:#fff;
    color:#2d3060;
    text-align:left;
  }
  .s-bottom-navi-sub-list__link:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -6px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #2d3060;
    border-bottom: 1px solid #2d3060;
    transform: rotate(-45deg);
  }  

  .s2-bottom-navi__ttl {
    margin: 0 0;
    padding: 10px .95em 10px;
    font-size: 16px;
    font-weight: 500;
    border-bottom:none;
    background:#2d3060;
    color:#fff;
  }
}



/***** side navi *****/
.l-side-navi__ttl {
  margin: 40px 0 7px;
  padding: 10px 10px;
  font-size: 16px;
  font-weight: 600;
  border-bottom:1px solid #868686;
}
@media screen and (max-width: 767px) {
  .l-side-navi__ttl {
    font-size: 16px;
  }
}
.l-side-navi-list {
  border-bottom: none;
}
.l-side-navi-list__item {
  border-top: none;
}

.l-side-navi-list__item button{
  font-family:"Noto Sans JP", sans-serif;
}

.l-side-navi-list__link {
  box-sizing: border-box;
  display: block;
  position: relative;
  padding: 4px 20px 4px 20px;
  border: 0;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  background: transparent;
  color: #313131;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .l-side-navi-list__link {
    padding: 20px 20px;
    width: 100%;
    font-size: 14px;
    background: #ffffff;
    text-align: left;
  }
}
.l-side-navi-list__link.is-link:before {
  margin-top: -4px;
  transform: rotate(-45deg);
}
.l-side-navi-list__link:hover, .l-side-navi-list__link.is-on {
  background: transparent;
  color: #313131;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .l-side-navi-list__link:hover, .l-side-navi-list__link.is-on {
    background: #ffffff;
  }
}
.l-side-navi-list__link:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -7px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #313131;
  border-bottom: 1px solid #313131;
  transform: rotate(45deg);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 767px) {
  .l-side-navi-list__link:before {
    right: 20px;
    margin-top: -4px;
    border-color: #313131;
  }
}
.l-side-navi-list__link.is-on:before {
  transform: rotate(-135deg);
  margin-top: -4px;
}
.l-side-navi-sub-list {
  display: none;
  padding: 5px 0;
  background: #fbfbfb;
}
.l-side-navi-sub-list__link {
  display: block;
  padding: 4px 15px 4px 30px;
}

.side_bottom_banner {
  margin-top:3.75em;
}
.side_bottom_banner_1 {
  margin-bottom:1.5em;
}



/******************************/
/* fade animation */
/******************************/
.fadeIn {
  opacity: 0;
  transition: all 1.3s cubic-bezier(0.07, 0.92, 0.46, 0.95) 0.4s;
}
.fromLeft {
  transform: translate(-20px, 0);
}
.fromRight {
  transform: translate(20px, 0);
}
.fromTop {
  transform: translate(0, -20px);
}
.fromBottom {
  transform: translate(0, 20px);
}
.fromForeground {
  transform: scale(1.6);
}
.faded {
  opacity: 1;
}
.fadedWithTransform {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}


/******************************/
/* Color me icons */
/******************************/
/* 24px black */
.icon-lg-b.icon-instagram {
  background-position: -168px -288px;
}
.icon-lg-b.icon-twitter {
  background-position: -144px -264px;
}
.icon-lg-b.icon-facebook {
  background-position: -192px -264px;
}
.icon-lg-b.icon-video {
  background-position: -456px -144px;
}
.icon-lg-b.icon-pinterest {
  background-position: -312px -264px;
}
.icon-b,
.icon-w {
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b,
.icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_b.png);
}
.icon-w {
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_w.png);
}
.icon-lg-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png);
}
.icon-lg-w {
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-b,
  .icon-w {
    background-size: 368px 320px;
  }
  .icon-lg-b,
  .icon-lg-w {
    background-size: 552px 480px;
  }
  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_b.png);
  }
  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_w.png);
  }
  .icon-lg-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png);
  }
  .icon-lg-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png);
  }
}
@media (max-width: 768px) {
  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png);
  }
  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png);
  }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png);
  }
  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png);
  }
}


/******************************/
/* Components */
/******************************/
/********** title **********/
.c-ttl-main {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 45px;
  line-height: 1.4;
  font-size: 30px;
  letter-spacing: 0.3em;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 767px) {
  .c-ttl-main {
    margin-bottom: 30px;
    font-size: 21px;
  }
}
.c-ttl-main__ja {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 14px;
  color: #313131;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .c-ttl-main__ja {
    margin-bottom: 2px;
    font-size: 12px;
    white-space: wrap;
  }
}
.c-ttl-sub {
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: left;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 767px) {
  .c-ttl-sub {
    margin-bottom: 30px;
    font-size: 14px;
  }
}
.c-ttl-sub__ja {
  display: block;
  margin-top: 15px;
  font-size: 12px;
  font-weight: normal;
  color: #909090;
  letter-spacing: 0;
}
.c-ttl-second {
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 1.4;
  font-size: 21px;
  letter-spacing: 0.3em;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 767px) {
  .c-ttl-second {
    margin-bottom: 20px;
    font-size: 18px;
  }
}


/******************************/
/* product共通 */
/******************************/
.c-item-list,
.c-item-list_top {
  width:100% ;
  max-width:985px;
  box-sizing:border-box;
  display:flex;
  justify-content:flex-start;  
  flex-wrap: wrap;
}
 .c-item-list__item,
 .c-item-list__item_top {
 /* width:22.335%;*/
  /*max-width:220px;*/
   flex-basis: 50%;
  margin-bottom:3em;
  box-sizing:border-box;
   padding: 10px;
}
@media screen and (min-width:600px ){
 .c-item-list__item,
   .c-item-list__item_top {
   /* width:45%;*/
      flex-basis: 33.33%;
    margin-bottom:2.25em;
    box-sizing:border-box;
  }
}
@media screen and (min-width:1030px ){
 .c-item-list__item,
   .c-item-list__item_top {
   /* width:45%;*/
      flex-basis: 25%;
    margin-bottom:2.25em;
    box-sizing:border-box;
  }
}

.c-item-list__img_top img {
  max-width:220px;
  width:100% ; 
}
@media screen and (max-width:1030px ) {
  .c-item-list,
  .c-item-list_top {
    width:100% ;   
    padding:0 .86em;
  }
  
  .c-item-list__img_top img {
    max-width:170px;
    width:100%; 
    display:block;
    margin: 0 auto;
  }  
}

.c-ttl-main_news {
  width:100%;
  text-align:left;
  margin:0 auto .9em;
  font-family: 'Noto Serif JP', serif; 
  font-size:30px;
  font-weight:500;
  letter-spacing:.125em;
  border-bottom:1px solid #313131;
  height:1.875em;
}

@media screen and (max-width:767px) {
  .c-ttl-main_news,.c-ttl-main_top .head-border {
    font-size:20px;
    letter-spacing:.1em;
  }  
}
.c-ttl-main_top {
  width:100%;
  text-align:center;
  margin:0 auto 1.5em;
  font-family: 'Noto Serif JP', serif; 
  font-size:30px;
  font-weight:500;
  letter-spacing:.125em;
  line-height:.6;
}
.c-ttl-main__ja_news,.c-ttl-main__ja_top {
  display: inline-block;
  margin-bottom: 1.75em;
  font-family: 'Noto Serif JP', serif; 
  font-weight: 500;
  font-size: 16px;
  color: #313131;
  letter-spacing: .4em;
}
@media screen and (max-width: 767px) {
  .c-ttl-main__ja_top {
  display: inline-block;
  margin-bottom: 1.75em;
  font-family: 'Noto Serif JP', serif; 
  font-weight: 500;
  font-size: 16px;
  color: #313131;
  letter-spacing: .4em;
}
  .c-ttl-main__ja {
    margin-bottom: 2px;
    font-size: 12px;
    font-weight:500;
    white-space: wrap;
  }
  .c-ttl-main__ja_news {
    margin-bottom: 1.5em;
    font-size: 12px;
    font-weight:500;
    letter-spacing: 0;
 }  
  .c-ttl-main__ja_top {
    margin-bottom: 0;
    font-size: 12px;
    font-weight:500;
    letter-spacing: 0;
 } 
  .c-ttl-main_top .c-ttl-main__ja {
    margin-top:-.75em;
  }
}
.head-border {
    display: flex;
    align-items: center;
}
.head-border:before,
.head-border:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #313131;
}
.head-border:before {
    margin-right: 2rem;
}
.head-border:after {
    margin-left: 2rem;
}
.c-item-list__txt {
  font-size:1.143em;
  font-weight:500;  
  text-align:center;
  line-height:1.4;
  margin-top:.875em;
}
@media screen and (max-width:767px) {
  .c-item-list__txt {
    font-size:12px;
  }
}
.c-item-list__price {
  margin-top:.1em;  
  font-weight:600;
}
/*.c-item-list_top::before{
  content:"";
  display: block;
  width:22.335%;
  order:1;
}
.c-item-list_top::after{
  content:"";
  display: block;
  width:22.335%;
}*/

/********** パーツ **********/

@media screen and (min-width: 1031px) {
  .c-item-list {
   min-width:720px;
  }
}

.c-item-list__item {
  position: relative;
  box-sizing: border-box;
 /* margin-bottom: 60px;
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 25px;
  width: 25%;*/
  transition: opacity 0.2s;
  word-break: break-all;
}
/*@media screen and (max-width: 1030px) {
  .c-item-list__item {
    margin-bottom: 45px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-item-list__item {
    padding-left: 10px;
    padding-right: 10px;
    width: 50%;
  }
}*/
.c-item-list__item_top.is-hidden,
.c-item-list__item.is-hidden {
  display: none;
}
.c-item-list__img {
    max-width: 220px;
    width: 100% !important;
/*  position: relative;
  margin-bottom: 30px;*/
}

@media screen and (max-width: 1030px) {
	.c-item-list__img {
   		max-width: 170px;
        width: 100%;
        display: block;
        margin: 0 auto;
  }
}
  
.c-item-list__img:before {
 /* content: "";
  display: block;
  padding-top: 100%;*/
}
.c-item-list__img a {
/*  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;*/
}
.c-item-list__img img {
  /*display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  text-align: center;*/
}
.c-item-list__ttl img {
  vertical-align: middle;
}
.c-item-list__price {
  color: #313131;
  margin-top: 15px;
}
@media screen and (max-width:767px) {
  .c-item-list__price {
    margin-top: 12px;
  }
}
.c-item-list__price.is-strikethrough {
  margin-top: 0;
  text-decoration: line-through;
}
.c-item-list__expl {
  margin-top: 15px;
}
.c-item-list__btn {
  display: block;
  position: absolute;
  right: 30px;
  bottom: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #d8d8d8;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 1030px) {
  .c-item-list__btn {
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-item-list__btn {
    right: 10px;
  }
}
.c-item-list__btn.is-added {
  color: #313131;
}
.c-item-list__btn svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
svg:not(:root) {
  overflow: hidden;
}
.c-item-list__price.is-soldout{
  color: red;
}

/********** button **********/
.c-btn {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  padding: 18px 45px 18px 25px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-left: 0;
  border-right: 0;
  min-width: 150px;
  font-size: 14px;
  font-weight: bold;
  background: transparent;
  color: #313131;
  text-align: left;
  cursor: pointer;
  letter-spacing: 0.3em;
}
.c-btn:before, .c-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 9px;
  height: 1px;
  background: #000000;
  transition: all 0.3s ease;
}
.c-btn:after {
  transform: rotate(90deg);
}
.c-btn:hover {
  text-decoration: none;
}
.c-btn:hover:before {
  transform: rotate(90deg);
}
.c-btn:hover:after {
  transform: rotate(180deg);
}
.c-btn-cart {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  padding: 20px;
  border: none;
  border-radius: 4px;
  width: 100%;
  max-width: 386px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing:4px;
  background: #363636;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.c-btn-cart:hover {
  background: rgba(54, 58, 67, 0.8);
  color: #ffffff;
  text-decoration: none;
}
.c-btn-cart.is-disabled {
  background: #d8d8d8;
  cursor: default;
}
.c-btn-cart.is-disabled:hover {
  background: rgba(216, 216, 216, 0.8);
}
.c-btn-cart.is-soldout {
  background: #ac0000;
  cursor: default;
}
.c-btn-cart.is-soldout:hover {
  background: #ac0000;
}
.c-btn-cart.is-membersonly {
  background: #53a6a5;
  cursor: default;
}
.c-btn-cart.is-membersonly:hover {
  background: #53a6a5;
}
.c-icon-cart {
  display: inline-block;
  margin-right: 12px;
  width: 25px;
  height: 22px;
  background: url(https://img.shop-pro.jp/tmpl_img/84/icon-template-cart.png) no-repeat;
  background-size: 25px 22px;
  vertical-align: -3px;
}


.c-more {
  text-align: center;
}
.c-not-found {
  margin-bottom: 60px;
}


/********** table **********/
.c-tbl-list {
  border-top: 1px solid #b2b2b2;
}
.c-tbl-list__tr {
  /*display: flex;*/
  padding: 20px 0;
  /*border-bottom: 1px solid #b2b2b2;*/
}
@media screen and (max-width: 767px) {
  .c-tbl-list__tr {
    display: block;
  }
}
.c-tbl-list__th {
  margin: 0;
  width: 270px;
  font-size: 14px;
  font-weight: bold;
  border-bottom:1px solid #a4a6a5;
  width:100%;
  padding-bottom:.5em;
  margin-bottom:.5em;
}
@media screen and (max-width: 767px) {
  .c-tbl-list__th {
    margin-bottom: 10px;
    width: auto;
  }
}
.c-tbl-list__td {
  flex: 1;
  margin: 0 ;
}
@media screen and (max-width: 767px) {
  .c-tbl-list__td {
    margin-left: 0;
  }
}


/********** breadcrumbs **********/
.c-breadcrumbs + .u-contents {
  padding-top: 0px;
}
.c-breadcrumbs-list {
  padding-top: 0px;
  margin-bottom: 35px;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .c-breadcrumbs-list {
    font-size: 10px;
  }
}
.c-breadcrumbs-list__item {
  position: relative;
  display: inline-block;
  margin-right: 25px;
}
.c-breadcrumbs-list__item:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  margin-top: -3px;
  width: 5px;
  height: 5px;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  transform: rotate(-45deg);
}
.c-breadcrumbs-list__item:last-child:before {
  content: none;
}
.c-breadcrumbs-list a {
  color: #313131;
}


/********** pager **********/
.c-pager {
  margin-top: 75px;
  margin-bottom: 75px;
  text-align: center;
}
.c-pager__total {
  margin-bottom: 30px;
}
.c-pager-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}
.c-pager-list__item {
  box-sizing: border-box;
  overflow: hidden;
  margin-left: 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: #313131;
  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: #a1a0a0;
  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;
  }
}


/******************************/
/* header */
/******************************/
.header_fix { 
  width:100%;
  margin:0 auto;
  position:fixed; 
  top:0;
  z-index:1100;
}

.promo__seciton {
  background-color: #e9eaea;
  width: 100%;
  min-height: 40px;
  margin:-2px auto -16px ;
  box-sizing:border-box;
}
.promo__text a {
  color: #2b2b2b;
  font-size:1.0em;
  letter-spacing: 0em;
  font-weight: 500;
}
.header_menu {
  width:100%;
  max-width:1300px;
  margin: 0px auto -4px;
  padding:.75em 0 .75em;
  box-sizing:border-box;
}
.menu_flow {
  list-style: none;
  display:flex;
  justify-content:flex-end;
}
.menu_flow_items {
  width:auto;
  text-align:center;
  border-right:1px solid #fff;
  font-size:1.0em;
  box-sizing:border-box; 
  padding-top:5px;
  margin-top:-5px;
}
.menu_flow_items:first-child { 
  border-left:1px solid #fff; 
  padding-top:5px;
  margin-top:-5px;  
}
.menu_flow .it_0{ width:8.3%; }
.menu_flow .it_1{ width:8.69%; }
.menu_flow .it_2{ width:9%; }
.menu_flow .it_3{ width:12%; }
.menu_flow .it_4{ width:5.9%; }

.menu_flow_items .menu_icon_mypage::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 23px;
  background: url(https://img03.shop-pro.jp/PA01004/968/etc_base64/aWNvbl9hY2NvdW50.png) no-repeat;
  background-size: contain;
  margin-right: 2px;
}
.menu_flow_items .menu_icon_cart::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 29px;
  height: 22px;
  background: url(https://img03.shop-pro.jp/PA01004/968/etc_base64/aWNvbl9jYXJ0.png) no-repeat;
  background-size: contain;
  margin-right: 2px;
}
.s-sub-menu .menu_icon_cart::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 29px;
  height: 22px;
  background: url(https://img03.shop-pro.jp/PA01004/968/etc_base64/aWNvbl9jYXJ0.png) no-repeat;
  background-size: contain;
  margin-right: 2px;
  margin-bottom:-1.5em;
}

.p-global-header__cart-count {
  position:relative;
  top:-27px;
  right:-43px;
  background:#313131;
  width:15px;
  height:15px;
  line-height:12px;
  border-radius: 50%;
}
.s-sub-menu__cart-count {
  position:relative;
  top:-9px;
  right:-27px;
  background:#313131;
  width:16px;
  height:16px;
  line-height:12px;
  border-radius: 50%;
}
  
@media screen and (max-width: 1030px) {
  .p-global-header__cart-count {
    position:relative;
    top:-30px;
    left:4px;
    background:#ff9021;
    width:20px;
    height:20px;
    line-height:20px;
    border-radius: 50%;
  }
  .iphone .p-global-header__cart-count { position:relative; left:33px !imporatnt; }  
}
@media screen and (max-width: 767px) {
  .p-global-header__cart-count {
    position:relative;
    top:-30px;
    left:22px;
    background:#ff9021;
    width:20px;
    height:20px;
    line-height:20px;
    border-radius: 50%;
  } 
}
.p-global-header__cart-count span,
.s-sub-menu__cart-count span {
  position:absolute;
  top:1px;
  left:4px;
  color: #fff;
  font-weight: 600;
}



.l-header {
  top: 0; 
  margin-bottom:.5em !important;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 1000;
  width: 100%;
  background: #ffffff;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1030px) {
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 65px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    min-width: 375px;
  }
}
.l-header.is-fixed, .l-header.is-open {
  position: fixed;
  top: 0;
  z-index: 10000;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 1030px) {
  .l-header.is-fixed .l-header-search__box, .l-header.is-open .l-header-search__box {
    right: 0px;
  }
}




.l-header-main {
  box-sizing:border-box;
  width:100%;
  max-width:1300px;
  margin:0 auto;
  padding-top:1px;
  background:#fff;
}
@media screen and (max-width: 1030px) {
  .l-header-main {
    max-width:100%;
    padding: 0;
  }
}
.l-header-main__in {　
  padding-top: 30px;
}
@media screen and (max-width: 1030px) {
  .l-header-main__in {
    padding-top: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
  }
}
.l-header-logo {
  margin-top:1.1rem;
  margin-bottom: -2.25rem;
}
@media screen and (max-width: 1030px) {
  .l-header-logo {
    margin-right: auto;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-header-logo {
    flex: 1;
    overflow: hidden;
    margin-left:.5em;
  }
}
.l-header-logo__img {
  margin: 0;
  max-width: 450px;
  word-break: break-all;
}
@media screen and (max-width: 1030px) {
  .l-header-logo__img {
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 40px;
    font-size: 12px;
  }
}

.l-header-logo__img img {
  max-width: 450px;
  max-height: 150px;
}
@media screen and (max-width: 1030px) {
  .l-header-logo__img img {
    max-width: 170px;
    max-height: 40px;
  }
}

.l-menu-btn {
  display: none;
  position: relative;
  z-index: 10000;
  width: 60px;
  height: 60px;
  border: 0;
  background: transparent;
}
@media screen and (max-width: 1029px) {/*1029まで表示*/
  .l-menu-btn {
    display: block;
  }
}
.l-menu-btn span {
  box-sizing: border-box;
  display: inline-block;
  transition: all 0.2s ease;
  position: absolute;
  left: 9px;
  width: 38px;
  height: .0925rem;
  background-color: #1f1f1f;
}
.l-menu-btn span:nth-of-type(1) {
  top: 20px;
}
.l-menu-btn span:nth-of-type(2) {
  top: 29px;
}
.l-menu-btn span:nth-of-type(3) {
  top: 38px;
}
.l-menu-btn.is-on span:nth-of-type(1) {
  top: 10px;
  transform: translateY(20px) rotate(-45deg);
}
.l-menu-btn.is-on span:nth-of-type(2) {
  display:none;
}
.l-menu-btn.is-on span:nth-of-type(3) {
  top: 50px;
  transform: translateY(-20px) rotate(45deg);
}

.s-header {
  width:100%;
  display:flex;  
  padding-bottom:.325em;
}
.s-sub-menu {
  width:100%;
  display:flex;
  justify-content:space-around;
  padding:0 .25em 0 0.25em!important;
  align-items:center;
  background:#e9e9e9;
  box-sizing:border-box;
}  
@media screen and (min-width: 1030px) {
  .s-sub-menu {
    display: none;
  }
}
.s-sub-menu div {
  text-align:center;
}  
.s-sub-menu div a {
  font-size:13px;
  font-weight:500;
  text-align:center;
  line-height:1.5;
}

/********** メインナビ **********/
.l-main-navi {
  position: relative;
  z-index: 100;
  height: 50px;
}
.is-fixed .l-main-navi {
  height: auto;
}
@media screen and (max-width: 1029px) {
  .l-main-navi {
    display: none;
  }
  .l-main-navi.is-on {
    display: block;
  }
}
@media screen and (min-width: 1030px) {
  .l-main-navi {
    display: block !important;
  }
}
.l-main-navi.is-open {
  box-sizing: border-box;
  overflow-y: auto;
  position: fixed;
  top: 60px;
  left: 0;
  display: block;
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
  height: calc(100% - 60px);
  background: #fafafa;
}
@media screen and (max-width: 1030px) {
  .l-main-navi.is-open {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-main-navi.is-open {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.l-main-navi.is-open .l-main-navi__in {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  width: 1000px;
}
@media screen and (max-width: 1030px) {
  .l-main-navi.is-open .l-main-navi__in {
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
}
.l-main-navi.is-open .l-main-navi-list {
  display: block;
}
.l-main-navi.is-open .l-main-navi-list__ttl {
  display: block;
}
@media screen and (max-width: 767px) {
  .l-main-navi.is-open .l-main-navi-list__ttl {
    display: none;
  }
}
.l-main-navi.is-open .l-main-navi-list__link {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-main-navi.is-open .l-main-navi-list__link {
    display: block;
  }
}
.l-main-navi.is-open .l-main-navi-list__item {
  margin: 0 0 30px 0;
}
@media screen and (max-width: 767px) {
  .l-main-navi.is-open .l-main-navi-list__item {
    margin: 0;
  }
}
.l-main-navi.is-open .l-help-navi-box {
  display: block;
}
.l-main-navi.is-open .l-help-navi-list {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .l-main-navi.is-open .l-help-navi-list {
    margin-top: 0;
  }
}
.l-main-navi.is-open .l-sns-navi-list {
  margin-top: 60px;
  margin-left: 0;
}
.l-main-navi.is-open .l-mega-menu {
  position: static;
  padding: 0;
  width: auto;
}
/*@media screen and (min-width: 768px) {*/
/*pcsize 1030以上に変更20240921*/
@media screen and (min-width: 1030px) {
  .l-main-navi.is-open .l-mega-menu {
    display: block !important;
  }
}
/*tabsize 768以上1029以下に変更20240921*/
@media screen and  (max-width: 1029px) and (min-width: 768px) { 
  .l-main-navi.is-open {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    /*overflow: hidden;*/
  }

  .l-main-navi.is-open .l-main-navi-list__ttl {
    display: none;
  }

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

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

  .l-main-navi.is-open .l-help-navi-list {
    margin-top: 0;
  }
  .l-main-navi.is-open .l-mega-menu {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .l-main-navi.is-open .l-mega-menu {
    display: none;
  }
}
/*
@media screen and (max-width: 767px) {
  .l-main-navi.is-open .l-mega-menu-list {
    display: block;
  }
}*/
.l-main-navi-list {
  width:78.154%;
  max-width:1016px;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .l-main-navi-list {
    width:100%;
    max-width:100%;
    display: block;
  }
}
@media screen and (min-width: 1030px)and (max-width: 1200px) {
  .l-main-navi-list {
    width: 85%;
    display: flex;
    justify-content: center;
  }
}
.l-main-navi-list__ttl {
  display: none;
  font-size:1.14em;
  font-weight: 500;
  margin-bottom: 10px;
}
.l-main-navi-list__item {
  margin-left: .825em;
  margin-right: .825em;
}
.l-main-navi-list__item:last-child {
  margin-left:-2.75em;
  margin-right:0;
}  
@media screen and (max-width: 767px) {
  .l-main-navi-list__item {
    border-top: 1px solid #eeeeee;
  }
}
@media screen and (min-width: 1030px)and (max-width: 1200px) {
  .l-main-navi-list__item {
   font-size: 0.7rem;
  }
}
.l-main-navi-list__link {
  display: block;
  position: relative;
  padding: 10px 10px 10px 10px;
  border: 0;
  font-size: 1.14em;
  font-weight: 500;
  background: transparent;
  color: #313131;
  font-family: 'Noto Sans JP', sans-serif;  
  letter-spacing:-.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-main-navi-list__link {
    font-size: 1.14rem;
    padding: 12px 20px;
    width: 100%;
    background: #ffffff;
    text-align: left;
  }
}
.l-main-navi-list__link:hover, .l-main-navi-list__link.is-on {
  background: #fafafa;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .l-main-navi-list__link:hover, .l-main-navi-list__link.is-on {
    background: #ffffff;
  }
}
.l-main-navi-list__link:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -8px;
  margin-top: -5px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #313131;
  border-bottom: 1px solid #313131;
  transform: rotate(45deg);
  transform-origin:50% 70% 0;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 1029px) { /*768から変更追記240921*/
.l-main-navi-list__link:before {
    right: 30px;
    margin-top: -4px;
    border-color: #313131;
  }
}
.l-main-navi-list__link.is-on:before {
  transform: rotate(-135deg);
  margin-top: -4px;
}
.l-main-navi-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fafafa;
  opacity: 0;
}
.l-main-navi-overlay.is-on {
  animation: anime-overlay 0.2s ease forwards;
}
@keyframes anime-overlay {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


/*追記 */
/*tabsize 768以上1029以下に変更20240921*/
@media screen and  (max-width: 1029px) and (min-width: 768px) {
  .l-main-navi-list {
    width:100%!important;
    max-width:100%;
    display: block;
  }
@media screen and  (min-width: 1030px){  
  section.section--search{
    display: none;
  }
  }
  .l-main-navi-list__item {
    border-top: 1px solid #eeeeee;
  }
  .l-main-navi-list__link {
    font-size: 1.14rem;
    padding: 12px 20px;
    width: 100%;
    background: #ffffff;
    text-align: left;
  }
  .l-main-navi-list__link:hover, .l-main-navi-list__link.is-on {
    background: #ffffff;
  }
}


/********** メガメニュー **********/
.l-mega-menu {
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  padding: 40px 60px;
  width: 100%;
  background:#f6f5eb;font-size:16px;
}
@media screen and (max-width: 767px) {
  .l-mega-menu {
    position: static;
    width: auto;
    height: auto;
    border-top: 0;
  }
}
.l-mega-menu-list {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .l-mega-menu-list {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    width: auto;
    background: #fafafa;
  }
}

.l-mega-menu-list__item {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 15px;
  padding-left: 10px;
  padding-right: 20px;
  width: 25%;
}

@media screen and (max-width: 767px) {
  .l-mega-menu-list__item {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100% !important;
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;  
  }
}
/*
.l-mega-menu-list__item:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 5px;
  height: 1px;
  background: #313131;
  transition: all 0.3s ease;
}
*/
@media screen and (max-width: 767px) {
  .l-mega-menu-list__item:before {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .l-mega-menu-list__link {
    box-sizing:border:box;
    display: block;
    padding: 0;
    padding:14px 20px;
  }
  .mega-menu-list_w {
    width:100% !important;
    box-sizing:border-box;
    font-weight:500;
    font-size:1.14rem;
    padding-left: 4px;
    margin-top:0 !important;
    margin-bottom:0 !important;
    background:#e9e9e9;
  }
  .mega-menu-list_n {
    width:50% !important;
    box-sizing:border-box;
    border:1px solid #eee;
    font-weight:500;
    font-size:1em;
    text-align:center;
    padding:12px 20px;
    background:#f9f9f9;
    margin-top:0 !important;
    margin-bottom:0 !important;
  }
  .sp-empty { display:none; }
}

.l-mega-menu-list__link {
  position:relative;
  font-weight:600;
}
.l-mega-menu-list__link:before {
    content: "";
    position: absolute;
    top: 13px;
    left: -8px;
    width: 6px;
    height: 1px;
    background: #000;
    transition: all 0.3s ease;
}
@media screen and (max-width:767px) {
  .l-mega-menu-list__link:before {
    content: none;
  }  
}

.mega-menu_box {
  width:100%;
  display:flex;
  justify-content:space-between;
}

@media screen and (max-width:767px) {
  .s-flex {
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    width:100%;
    box-sizing:border-box;
  }
}
.same_colmn {
  margin-top:2em;
}

.l-mega-menu-list__item div {
  margin-bottom:.575em;
}
.flex_item_w20 { width:20%; }
.flex_item_w22 { width:22%; }
.flex_item_w24 { width:24%; }
.flex_item_w30 { width:32%; }

/*追記 */
/*tabsize 768以上1029以下に変更20240921*/
@media screen and  (max-width: 1029px) and (min-width: 768px) {
  .s-flex {
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    width:100%;
    box-sizing:border-box;
  }
  
  .l-mega-menu {
    position: static;
    width: auto;
    height: auto;
    border-top: 0;
  }
  .l-mega-menu-list {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    width: auto;
    background: #fafafa;
  }

  .l-mega-menu-list__item {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100% !important;
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;  
  }
  .l-mega-menu-list__item:before {
    content: none;
  }
  .l-mega-menu-list__link {
    box-sizing:border:box;
    display: block;
    padding: 0;
    padding:14px 20px;
  }
  .mega-menu-list_w {
    width:100% !important;
    box-sizing:border-box;
    font-weight:500;
    font-size:1.14rem;
    padding-left: 4px;
    margin-top:0 !important;
    margin-bottom:0 !important;
    background:#e9e9e9;
  }
  .mega-menu-list_n {
    width:50% !important;
    box-sizing:border-box;
    border:1px solid #eee;
    font-weight:500;
    font-size:1em;
    text-align:center;
    padding:12px 20px;
    background:#f9f9f9;
    margin-top:0 !important;
    margin-bottom:0 !important;
  }
  .sp-empty { display:none; }

  .l-mega-menu-list__link:before {
    content: none;
  }  

  .s-flex {
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    width:100%;
    box-sizing:border-box;
  }
}


/********** 検索・カート **********/
.l-header-search {
  display: flex;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 1000;
}
@media screen and (max-width: 1030px) {
  .l-header-search {
    position: static;
  }
}

.header-search {
  position: relative;
  float: left;
  margin-top: 18px;
  width: 200px;
}
.l-header-search .button {
  position: absolute;
  top: 6px;
  left: 6px;
}

.header-search__box {
  min-width: 200px;
  margin-bottom:-4px;
  padding: 18px 10px 18px 40px;
  background: #dddddb;
  border: none;
  font-weight: normal;
  border-radius: 2px;
  color: #2b2b2b;
  box-sizing:border-box;
}


.l-header-search__contents {
  display: none !important;
}
.l-header-search__box {
  box-sizing: border-box;
  display: flex;
  position: absolute;
  top: 100%;
  right: 0;
  padding: 15px 0 20px 25px;
  width: 1000px;
  background: #fafafa;
}
@media screen and (max-width: 1030px) {
  .l-header-search__box {
    padding: 20px 0 20px 20px;
    width: 100%;
    right: 0;
  }
}
.l-header-search__form {
  position: relative;
  flex: 1;
  margin: 0;
}
.l-header-search__btn {
  box-sizing: border-box;
  padding: 0;
  width: 60px;
  height: 60px;
  border: 0;
  background: none;
}
@media screen and (max-width: 767px) {
  .l-header-search__btn {
    width: 60px;
  }
}
.l-header-search__btn img {
  width: 22px;
}
.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__submit img {
  width: 18px;
}
.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);
}


.l-header-cart a {
  box-sizing: border-box;
  display: block;
  padding-top: 20px;
  width: 60px;
  height: 60px;
  text-align: center;
}
.l-header-cart a:hover {
  text-decoration: none;
}
.l-header-cart button {
  box-sizing: border-box;
  display: block;
  padding: 0;
  width: 60px;
  height: 60px;
  text-align: center;
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (max-width: 767px) {
  .l-header-cart a {
    width: 50px;
  }
  .l-header-cart button {
    width: 50px;
  }
}
.l-header-cart a img {
  width: 19px;
}
.l-header-cart button img {
  width: 19px;
}
.l-header-cart form {
  margin: 0;
}
.p-global-header__cart-count {
  margin-left: 4px;
  font-weight: bold;
}



/********** ヘルプナビ **********/
.l-help-navi-box {
  display: flex;
  position: absolute;
  top: -60px;
  right: 0;
}
@media screen and (max-width: 1030px) {
  .l-help-navi-box {
    display: block;
    position: static;
  }
}
.l-help-navi-box a {
  color: #313131;
}

.l-help-navi-list {
  display: flex;
}
@media screen and (max-width: 767px) {
  .l-help-navi-list {
    display: block;
    border-top: 1px solid #eeeeee;
  }
}
.l-help-navi-list__item {
  margin-left: 30px;
}
.l-help-navi-list__item:first-child {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .l-help-navi-list__item {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-help-navi-list__link {
    display: block;
    position: relative;
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-help-navi-list__link:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    transform: rotate(-45deg);
  }
}
.l-sns-navi-list {
  display: flex;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .l-sns-navi-list {
    justify-content: center;
  }
}
.l-sns-navi-list__item {
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .l-sns-navi-list__item {
    margin-right: 20px;
  }
}
.l-sns-navi-list__item:last-child {
  margin: 0;
}
/***** セール情報 *****/
.p-sale-info {
  margin-top: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  background: #990000;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 1030px) {
  .p-sale-info {
    margin-top: 0;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

/******************************/
/* ショッピングガイド */
/******************************/
.p-shopguide {
  width:100%;
  max-width:1300px;
  margin: 0 auto;  
}
@media screen and (max-width: 767px) {
  .p-shopguide {
    display: none;
  }
}
.p-shopguide-wrap {
  display: flex;
  justify-content:center;
  flex-wrap: nowrap;
  /*margin-left: -23px;
  margin-right: -23px;*/
}
@media screen and (max-width: 1030px) {
  .p-shopguide-wrap {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (max-width: 767px) {
  .p-shopguide-wrap {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}
.bottom_link {
  display:flex;
} 
.p-shopguide-column_1,.p-shopguide-column_2,.p-shopguide-column_3 {
  box-sizing: border-box;
  padding-left: 23px;
  padding-right: 23px;
  width: 33.3333%;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 1030px) {
  .p-shopguide-column_1,.p-shopguide-column_2,.p-shopguide-column_3 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-shopguide-column_1,.p-shopguide-column_2,.p-shopguide-column_3 {
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
}
.p-shopguide-column_1 { width:54.5%; }
.p-shopguide-column_2 { width:20.23%; }
.p-shopguide-column_3 { width:21.15%;padding-right:5em; }

.p-shopguide-head {
  margin-bottom: 2em;
  padding-top: 0px;
  border-bottom: 1px solid #313131;
  text-align: left;
}
.p-shopguide-head .c-ttl-sub {
  margin-bottom: 6px;
}
.p-shopguide__icon {
  margin-bottom: 20px;
}
.p-shopguide__ttl {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: normal;
  line-height:.9;
}
.p-shopguide-txt {
  font-size:16px; 
  margin-top:-.5em;
}  
.p-shopguide__body {
  margin-bottom: 35px;
  margin-left: 0;
  color: #909090;
  overflow-wrap: break-word;
}
.p-shopguide__img {
  margin-bottom: 15px;
}
.p-shopguide__point-ttl {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: bold;
}
.p-shopguide-cregit-list {
  display: flex;
  flex-wrap: wrap;
}
.p-shopguide-cregit-list__item {
  margin-right: 7px;
  margin-bottom: 10px;
}
.p-shopguide__attention {
  font-size: 12px;
}




/******************************/
/* footer */
/******************************/
.l-footer { 
  color:#fff;
  width:100%;
  padding: 7.0em 0 13em ;
  background: url(https://img03.shop-pro.jp/PA01004/968/etc_base64/Zm9vdGVyX2JhY2s.jpg)no-repeat;
  background-size: cover;
  background-position: center center;
}

.l-footer-main {
  width:100%;
  max-width:1300px;
  margin:0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .l-footer {
    margin-top:-3.675em;
    padding:0 0 .25em;
  }
  .l-footer-main {
    max-width:auto;
    display: block;
  }
}
.l-footer-shopinfo {
  flex: 1;
  margin-right: auto;
  margin-top:-1em;
  margin-bottom:3.25em;
  word-break: break-all;
}
@media screen and (max-width: 1030px) {
  .l-footer-shopinfo {
    margin-bottom: 3.0em;
    text-align: center;
  }
}
.l-footer-shopinfo__logo img {
  max-width: 170px;
  margin-top: 50px;
}
@media screen and (max-width:767px) {
  .l-footer-shopinfo__logo img {
    width:70%;
    max-width:130px;
    margin-top: 10px;
  }  
}
.l-footer-navi {
  width:100%;
  display: flex;
  justify-content:space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-footer-shopinfo {
    margin: 2em auto 3em ;
    text-align: center;
  }
  .l-footer-navi {
    display: block;
    margin-top: 50px;
  }
}
.l-footer-navi-list {
  width:50%;
}
.footer_guide {
  margin-top:3.57em;
  margin-left:12.14em;
}
.footer_guide a {
    color:#fff;
    font-size:16px;
 }



@media screen and (max-width: 1030px) {
  .l-footer-navi-list {
    margin-left: 0;
    width: 33.3333%;
  }
}
@media screen and (max-width: 767px) {
  .footer_guide {
    margin:-2em auto 2em;
  }
  .l-footer-navi-list {
    width: auto;
    text-align:center;
  }
}
.l-footer-navi-list__item {
  position:relative;
  margin-bottom: 1.14em;
 }
.l-footer-navi-list__link:before {
    content: '';
    width: 7px;
    height: 7px;
    margin-top: -3px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: -1.25em;
} 
.l-footer-navi-list__item a {
  color:#fff;
  margin-left:.25em;
}
.l-footer-navi-list__item:last-child {
  margin-left:-1.25em;
}
.l-footer-navi-list__item:last-child:before {
  content:none;
}


.l-footer-navi-list__item a:hover {
  color:#ccc;  
}  
.l-footer__address { 
  line-height:.95;
  letter-spacing:.225em; 
  margin-bottom:3.285em;
  font-size:1.14em;
}
.notice_20 {
  display:flex;
  align-items:center;
}
.notice_20 img {
  margin-right:2.15em;  
}  
.l-footer-navi-list__item form {
  margin: 0;
}
.l-footer-navi-list__item button {
  color: #464e54;
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  line-height: 1.7;
}
.l-footer-navi-list__item button:hover {
  text-decoration: underline;
  color: #5e5e5e;
}
@media screen and (max-width: 767px) {
  .l-footer-navi-list__item {
    margin-bottom: 0;
  }
  .l-footer-navi-list__item:last-child {
    margin-left: 0;
  }
  .s-footer-navi {display:block;
    width:100% !important;
    margin:0 auto;
  }

  .s-footer-contents {
    display:flex;
    /*flex-direction: column;*/
    justify-content:center;
    flex-wrap:wrap;
    margin:0 auto;
    /*align-items: flex-start;*/
  }
  .l-footer__address { 
    line-height:.95;
    letter-spacing:.225em; 
    margin-bottom:3.285em;
    text-align:center;
  }
  .s-footer-stop {
    width:100%;
    max-width:370px;
    margin:0 auto 0 14.8%;
    text-align:center;    
}

.l-footer-navi-list__link {
    position:relative;
    font-size:1.143em;
    color:#fff;
    line-height:1.5;
} 
.l-footer-navi-list__link::before {
    content: '';
    width: 7px;
    height: 7px;
    margin-top: -3px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: -1.25em;
} 

@media screen and (max-width: 767px) {
  .l-footer-navi-list__link {
    display: block;
    position: relative;
    padding: 14px 20px;
  }
  .l-footer-navi-list__item button {
    padding: 14px 20px;
    width: 100%;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-navi-list__link:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    transform: rotate(-45deg);
  }
}
.l-footer-copyright {
  padding-top: 10px;
  padding-bottom: 60px;
  font-family: "游明朝体", "Yu Mincho", YuMincho;
}
@media screen and (max-width: 767px) {
  .l-footer-copyright {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
.l-copyright {
  padding-top: 1.25em;
  font-size: 12px;
  margin-left:-1.375em;
}
@media screen and (max-width: 767px) {
  .l-copyright {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.l-copyright__txt {
  font-variant-ligatures: none;
  letter-spacing: .075em;
}


/***** CSS編集内style *****/
/*
@charset "euc-jp";
body {
  background-color: #fff;
  background-image: url(https://img.shop-pro.jp/tmpl_img/84/bg.gif);
  color: #464e54;
}
a {
  color: #464e54;
}
a:hover {
  color: #5e5e5e;
}
*/

/** icons **/
.icon-user { background-position: -208px 0px; }
.icon-lg-b.icon-user { background-position: -312px 0px; }
.icon-adduser { background-position: -240px 0px; }
.icon-lg-b.icon-adduser { background-position: -360px 0px; }
.icon-login { background-position: -48px -80px; }
.icon-lg-b.icon-login { background-position: -72px -120px; }
.icon-logout { background-position: -32px -80px; }
.icon-lg-b.icon-logout { background-position: -48px -120px; }
.icon-home { background-position: -176px -16px; }
.icon-lg-b.icon-home { background-position: -264px -24px; }
.icon-mail { background-position: -64px 0px; }
.icon-lg-b.icon-mail { background-position: -96px 0px; }
.icon-pencil { background-position: -96px 0px; }
.icon-lg-b.icon-pencil { background-position: -144px 0px; }
.icon-help { background-position: -272px -80px; }
.icon-lg-b.icon-help { background-position: -408px -120px; }
.icon-cart { background-position: -176px -64px; }
.icon-lg-b.icon-cart { background-position: -264px -96px; }
.icon-search { background-position: -208px -16px; }
.icon-lg-b.icon-search { background-position: -312px -24px; }
.icon-chevron_up { background-position: -0px -144px; }
.icon-lg-b.icon-chevron_up { background-position: -0px -216px; }
.icon-chevron_down { background-position: -352px -128px; }
.icon-lg-b.icon-chevron_down { background-position: -528px -192px; }
.icon-b,
.icon-w {
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b,
.icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_b.png); }
.icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_w.png); }
.icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
.icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-b,
  .icon-w {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }
  .icon-lg-b,
  .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_w.png); }
  .icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}
@media (max-width: 768px) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}
/******************************/
/* free page */
/******************************/
.p-freepage__attention {
  margin-top: 15px;
  margin-bottom: 30px;
  color: #ff0000;
  font-weight: bold;
  text-align: center;
}
.p-freepage__img {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}
.p-freepage__img img {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.p-freepage-ol {
  padding-left: 25px;
  list-style-type: decimal;
}
.p-freepage-ol__item {
  margin-top: 20px;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}


/*** font ***/
.fs_12 { font-size:12px; }
.fs_16 { font-size:16px; }
.fs_18 { font-size:18px; }
.fs_20 { font-size:20px; }
.fs_24 { font-size:24px; }

/*** margin ***/
.mar_t_2 { margin-top:2em !important; }
.mar_t_3 { margin-top:3em !important; }
.mar_t_4 { margin-top:4em !important; }


/* 予約販売用スタイル調整 */
.is-strikethrough {
    text-decoration: line-through;
    font-size: 80%;
    color: #7a7a7a;
}
.p-product-price__sell {
    font-size: 21px;
}