@charset "UTF-8";
html{scroll-behavior: smooth;}




div#delivery {
    margin-top: 67px;
}

/* ************************************************ 
 *  ハンバーガーメニュー
 * ************************************************ */
.visible-phone{
	display:none;
}
.hrogo1{
	padding:10px;
}
.hrogo1 h1.logo {
    max-width: 100px;
    margin: 0 auto;
}

  .header-dropdown {
    position: absolute;
    top: 0;
    z-index: 200;
    width: 100%;
    border-bottom: 1px solid #dbdbdb;
    background-color: #fff;
  }
  .header-dropdown.affix {
    position: fixed;
  }
.dropdown-nav{
  background-color: #ffffff;
}
    .header-dropdown .dropdown-nav li {
      border-bottom: 1px solid #ddd;
      text-align: center;
    }
    .header-dropdown .dropdown-nav a {
      display: block;
      padding: 12px;
      color: #444;
    }
    .header-dropdown .btn-dropdown {
      padding-left: 34px;
      font-size: 15px;
      line-height: 1.6;
    }
    .header-dropdown .btn-dropdown-close {
      background: #fff100;
    }
  .view-cart {
    position: static;
  }
    .view-cart a {
      background-color: <{$btn_bgcolor}>;
      color: <{$btn_font_color}>;
    }
    .view-cart span {
      display: block;
      width: 130px;
      margin: 0 auto;
    }
  .incart-delivery {
    margin: 0 0 1em;
  }
  .ttl-h2 {
     padding: 0 1.3%;
   }
  .prd-lst-cap{
    position: static;
    background: transparent;
    background-image: none;
  }
    .unit-inner:hover .prd-lst-cap{
      background: transparent;
      background-image: none;
    }
    span.prd-lst-span{
       -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
      filter: alpha( opacity=100 );
      opacity: 1;
      * display: block;
      color: #464e54;
      -webkit-backface-visibility: visible;
      backface-visibility: visible;
    }
    .unit-inner:hover span.prd-lst-span{
      color: #464e54;
    }
  .prd-lst-cap-inner {
    position: static;
    padding: 15px 0;
  }
  .prd-lst-sort {
    font-size: 13px;
  }
.btn-dropdown{
  	display: flex;
}

.container-section{margin:0 auto;    width: 95%;}

@media screen and (max-width: 1030px) {
  .visible-phone{
	display: block;
    display: inherit !important;
	}
    .header-dropdown {
        
        top: 0;
        z-index: 200;
        width: 100%;
        border-bottom: 1px solid #dbdbdb;
        background-color: #fff;
    }
  h1.logo {
    margin: 0 auto;
    align-items: center;
    width: 80px;
}
 }

.logo{
	display:flex;
}


.icon-lg-b {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/74/icon24_b_hover.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .icon-lg-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/74/icon24_2x_b_hover.png);
  }
  .icon-lg-b,
  .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }
}

.icon-lg-b.icon-list { background-position: -288px -144px; }
.icon-lg-b.icon-chevron_up { background-position: -0px -216px; }
.icon-lg-b.icon-cart { background-position: -264px -95px; }
.icon-lg-b.icon-circled_minus { background-position: -216px -120px; }
.icon-lg-b.icon-paper_plane { background-position: -120px -0px; }
/* ************************************************ 
 *  all
 * ************************************************ */
/*
 * icon
 */
.icon-b,
.icon-w {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  position: relative;
  top: -.11em;
  *display: inline;
  *zoom: 1;
}

.icon-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/77/icon16_b.png);
}

.icon-w {
  background-image: url(https://img.shop-pro.jp/tmpl_img/77/icon16_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 (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz--device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), 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/77/icon16_2x_b.png);
  }

  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/77/icon16_2x_w.png);
  }

  .icon-lg-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/77/icon24_2x_b.png);
  }

  .icon-lg-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/77/icon24_2x_w.png);
  }
}

* {margin:0; padding:0; box-sizing:border-box;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
	}
h1, h2, h3, h4, h5, h6, p, address,
ol, dl, dt, dd,
caption, img, form {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	}
caption, th{
    text-align:center;
	}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	}
textarea { font-size: 100%; }
img { vertical-align: bottom;border:0px;}
table{border-collapse:collapse;border-spacing:0;}

/*CLEARFIX*/
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
	}
 
.clearfix:after {
    clear: both;
}
 
.clearfix {
    *zoom: 1; /* for IE 6/7 only */
	overflow:hidden;/* for DreamWeaver */
}

/*a:link{text-decoration: none;color:#565656;}*/
a:visited {text-decoration: none;color:#565656;}
/*a:hover{text-decoration: underline;color: #333;}*/
a:active {text-decoration: underline;color: #333;}

header a:link{text-decoration: none;color:#410a0b;}
header a:visited {text-decoration: none;color:#410a0b;}
header a:hover{text-decoration: underline;color: #681c1d;}
header a:active {text-decoration: underline;color: #681c1d;}

.footer-btn a:link{text-decoration: none;color:#ffffff;}
.footer-btn a:visited {text-decoration: none;color:#ffffff;}
.footer-btn a:hover{text-decoration: underline;color: #681c1d;}
.footer-btn a:active {text-decoration: underline;color: #681c1d;}

footer .footer-all2 a:link{text-decoration: none;color:#ffffff;}
footer .footer-all2 a:visited {text-decoration: none;color:#ffffff;}
footer .footer-all2 a:hover{text-decoration: underline;color: #ffffff;}
footer .footer-all2 a:active {text-decoration: underline;color: #ffffff;}


a img{transition:0.7s;}
a img:hover{opacity:0.8;}

img{max-width:100%;height:auto;}

* {
  margin: 0px;
  padding: 0px;
}

html {
  height: 100%;
  overflow-y: scroll;
}

body {
  color: #410a0b;
  font-size: 12px;
  font-family: "Noto Serif JP", serif;
  
}

a {
  outline: none;
  color: #000;
}

a:visited {
  text-decoration: underline;
}

a:hover {
  color: #666;
  text-decoration: underline;
}

br.clear {
  clear: both;
  font: 0pt/0pt sans-serif;
  line-height: 0;
}

img {
  border: none;
  vertical-align: middle;
}

img.new_mark_img1 {
  margin-right: 5px !important;
}

img.new_mark_img2 {
  margin-left: 5px !important;
}

.sold_out {
color: #FF0000;
}

/* ************************************************ 
 *  layout
 * ************************************************ */
a:link{text-decoration: none;color:#565656;}
a:visited {text-decoration: none;color:#565656;}
a:hover{text-decoration: underline;color: #333;}
a:active {text-decoration: underline;color: #333;}

header a:link{text-decoration: none;color:#410a0b;}
header a:visited {text-decoration: none;color:#410a0b;}
header a:hover{text-decoration: underline;color: #681c1d;}
header a:active {text-decoration: underline;color: #681c1d;}

.footer-btn a:link{text-decoration: none;color:#ffffff;}
.footer-btn a:visited {text-decoration: none;color:#ffffff;}
.footer-btn a:hover{text-decoration: underline;color: #681c1d;}
.footer-btn a:active {text-decoration: underline;color: #681c1d;}

footer .footer-all2 a:link{text-decoration: none;color:#ffffff;}
footer .footer-all2 a:visited {text-decoration: none;color:#ffffff;}
footer .footer-all2 a:hover{text-decoration: underline;color: #ffffff;}
footer .footer-all2 a:active {text-decoration: underline;color: #ffffff;}


a img{transition:0.7s;}
a img:hover{opacity:0.8;}

img{max-width:100%;height:auto;}

/* ************************************************
*  cloud_zoom
* ************************************************ */
/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
  margin:-4px;  /* Set this to minus the border thickness. */
  border: 4px solid #888;
  background-color:#fff;
  cursor:move;
}

/* This is for the title text. */
.cloud-zoom-title {
  position:absolute !important;
  top:0px;
  padding:3px;
  width:100%;
  background-color:#000;
  color:#fff;
  text-align:center;
  font-weight:bold;
  font-size:10px;
  font-family:Arial, Helvetica, sans-serif;
}

/* This is the zoom window. */
.cloud-zoom-big {
  overflow:hidden;
  border: 4px solid #c86464;
}

/* This is the loading message. */
.cloud-zoom-loading {
  padding:3px;
  border:1px solid #000;
  background:#222;
  color:white;
}

/* Feature section in ZoomEngine page */
.zoom-section {
  clear:both;
}

* html .zoom-section {
  display:inline;
  clear:both;
}

.zoom-small-image {
  float: left;
  margin-top: 4px;
  width: 400px;
}
.zoom-small-image #wrap {
  position: relative;
  top: 0px;
  z-index: 9999;
}

.cloud-zoom {
  margin-bottom: 20px;
}

.zoom-small-image .mousetrap {
  position: absolute;
  top:0px;
  left:0px;
  z-index:999;
  width: 100%;
}

/* Feature descriptions in ZoomEngine page */
.zoom-desc {
  clear: left;
  width: 100%;
}

a.cloud-zoom-gallery {
  display: block;
  float: left;
  margin: 0 22px 20px 0;
  width: 82px;
  height: 82px;
  cursor: pointer;
}
.zoom-tiny-image {
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
  background: #efefef;
}
.zoom-tiny-image.selected {
  border: 1px solid #c86464;
  background: #c86464;
}
.zoom-tiny-image:hover {
  border: 1px solid #c86464;
}

a.gallery_last{
  margin-right: 0;
}

/* ************************************************
*  product_option_window
* ************************************************ */

#product_option {
  margin: 20px;
  padding: 20px;
  background: #fff;
}
#product_option h2 {
  margin-bottom: 20px;
}

table.table_option {
  margin-bottom: 20px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background: #fff;
}
table.table_option th {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background: #f5f5f5;
}
table.table_option td {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

/* ************************************************
*  product_list_page
* ************************************************ */

.sub_category_area,
.sub_group_area {
  margin-bottom: 20px;
  padding: 10px 10px 0px 10px;
  height: 100%;
  border: solid 1px #ccc;
}

.sub_category_area div.sub_category,
.sub_group_area div.sub_group {
  float: left;
  margin: 0 20px 10px 0;
}

.sub_category_area div.sub_category img,
.sub_group_area div.sub_group img {
  margin-right: 10px;
  border: solid 1px #ccc;
}


/*------------------------------- 

           全ページ共通設定 

 ----------------------------------*/
.wrapper{
    color: #410a0b;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
 }
li{
    list-style:none
}
.bold{
    font-weight: bold;
}
.ttl-h2{
    font-size: 24px;
    text-align: center;
    font-weight: bold;
}

@media screen and (max-width: 1030px) {
    body {
      font-size: 14px;
    }
  }
  /******************************/
/* Utility */
/******************************/

/*------------------------------- 

              header 

 ----------------------------------*/
 header{
    font-size: 14px;
    font-weight: bold;
    background-image:url("https://img21.shop-pro.jp/PA01511/642/etc_base64/aGVhZGVyLWJnXzAx.jpg?cmsp_timestamp=20240802121349");
    background-repeat: repeat-x;
    width: 100%; 
   max-height:110px;
    z-index: 100;
 }
.header-all{
    max-width: 1400px;
    display: flex;
    justify-content: space-between;
    padding-left:50px;
    padding-top: 18px;
    margin: 0 auto;
}
.header-all .hrogo img{
    resize: none; 
    min-width: 136px;
    padding-bottom: 8px;
}
.header-all ul{
    display: flex;
    margin-top: 50px;
}

.headerul1 {
    width: 526px;
    justify-content: space-between;
}
.headerul2{
    width: 277px;
    margin-right: 70px;
    justify-content: space-between;
}
.headerul1 a{
    max-width: 220px;
}
.headerul2 a{
    max-width: 220px;
}
.header-line-nav .header-link {
    float: right;
    padding: 0;
  }
  
  .header-link a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
@media screen and (max-width: 1030px) {
header{
        display: none;
    }
  }
/*------------------------------- 

                nav 

----------------------------------*/

/*------------------------------- 

               footer

----------------------------------*/

footer{
    width: 100%;
    
    background-color: #410a0b;
}
footer .footer-bolder{
    width: 100%;
   
}
footer .footer-all{
    max-width: 0 50px;
}
.footertop{
    display: flex;
    margin: auto;
    padding-top: 73px;
}
footer .footerrogo{
    width: 14%;
    margin: 0 auto;
    padding-bottom: 50px;
}
footer .footerul{
    width: 80%;
    
    margin: 0 2%;
}
footer .footerul ul{
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
    margin: 0 auto;
}
footer .footer-ul1 li{
    max-width: 830px;
    width:calc(100%/3);
    margin: 0 auto;
    margin-bottom: 55px;
}

footer .calendar{
    width: 20%;
    margin-right: 40px;
    font-size: 12px;
    align-items: center;
    text-align: center;
    
}
.calendar1 {
    margin-bottom: 15px;
}
.calendar2 {
    margin-bottom: 15px;
}
footer li h2{
    color: #b81b26;
    font-weight: 900;
    margin-bottom: 20px;
    text-align: center;
    font-size: 14px;
}
footer li p{
    font-size: 12px;
    font-weight: 700;
    text-align: center;
  	color: #410a0b;
}
footer .footer-all2{
    
    background-repeat: repeat-x;
    color: #ffffff;
    padding-top: 20px;
    background-color: #410a0b;
}
footer .footer-ul3{
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin: 0 auto;
    width: 90%;
    padding-top: 14px;
    padding-bottom: 37px;
    border-top:1px solid #ffffff;
  color:#410a0b;

    
}
footer .footer-copyright p{
    font-size: 11px;
    text-align: center;
    padding-bottom: 17px;
}

@media screen and (max-width: 1300px) {

    footer .footer-ul3{
        font-size: 16px;
        margin: 0 auto;
        width: 90%;
        padding-top: 14px;
        padding-bottom: 37px;
        border-top:1px solid #ffffff;
        flex-direction: column;
        align-items: center;
    }
    footer .footer-ul3 li{
        margin:5px 0 ;
    }

}
@media screen and (max-width: 1100px) {
    footer{
        width: 100%;
        background-image:url("../img/bg-img1_13.jpg");
        background-repeat: repeat;
        background-color: transparent;
    }
    
    footer .footer-all {
        margin: 0;
        padding-top: 10px;
        padding-bottom: 32px;
        max-width: 1400px;
        flex-direction: column;
        align-items: center;
    }
    footer .footerrogo{
        width: 80%;
        margin:0;
        text-align: center;
        margin-bottom: 50px;
    }
    footer .footerul{
        margin: 0 auto;
        width: 90%;
    }
    .footer .footerul ul {
        flex-direction: column;
        align-items: center;
    }
    footer .footer-ul1 li {
        width: 100%;
        margin-bottom: 50px;
    }
    footer li p {
        font-size: 16px;
        text-align: center;
        font-weight: SemiBold;
    }
    footer li h2 {
        font-size: 18px;
        color: #b81b26;
        font-weight: 800;
        margin-bottom: 15px;
        text-align: center;
    }
    footer .calendar-calendar{
        display: flex;
        font-size: 12px;
        align-items: center;
        text-align: center;
    }
    
    .footer-ul1 .footer-le{
        text-align: start;
    }
    .footer-ul1 .footer-re{
        text-align: end;
    }
    .calendar.footerbox {
        width: 95%;
        margin: 0 auto;
      }
      
      .calendar-calendar {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
      }
      .calendar-p{
        text-align: center;
      }

      footer .footer-ul3{
        font-size: 16px;
        margin: 0 auto;
        width: 90%;
        padding-top: 14px;
        padding-bottom: 37px;
        border-top:1px solid #ffffff;
        flex-direction: column;
        align-items: center;
    }
    footer .footer-ul3 li{
        margin:5px 0 ;
    }
    }

    @media screen and (max-width: 900px) {
        footer{
            width: 100%;
            background-image:url("../img/bg-img1_13.jpg");
            background-repeat: repeat;
            background-color: transparent;
        }
        .footertop {
            display: flex;
            margin: auto;
            padding-top: 10px;
            flex-direction: column;
        }
        footer .footer-all {
            margin: 0;
            padding-top: 10px;
            padding-bottom: 32px;
            max-width: 1400px;
            flex-direction: column;
            align-items: center;
        }
        footer .footerrogo{
            width: 100%;
            margin:0;
            text-align: center;
            margin-bottom: 50px;
        }
        footer .footerul{
            margin: 0 auto;
            width: 90%;
        }
        .footer .footerul ul {
            flex-direction: column;
            align-items: center;
        }
        footer .footer-ul1 li {
            width: 100%;
            margin-bottom: 50px;
        }
        footer li p {
            font-size: 16px;
            text-align: center;
            font-weight: SemiBold;
        }
        footer li h2 {
            font-size: 18px;
            color: #b81b26;
            font-weight: 800;
            margin-bottom: 15px;
            text-align: center;
        }
        footer .calendar-calendar{
            display: flex;
            font-size: 12px;
            align-items: center;
            text-align: center;
        }
        
        .footer-ul1 .footer-le{
            text-align: start;
        }
        .footer-ul1 .footer-re{
            text-align: end;
        }
        .calendar.footerbox {
            width: 95%;
            margin: 0 auto;
          }
          .calendar-calendar {
            display: flex;
            justify-content: space-between;
            flex-direction: column;
          }
          .calendar-p{
            text-align: center;
          }
        }
  /* --------------ボタン------------------ */

  .button a {
    background: #410a0b;
    border-radius: 9999px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 20px auto;
    max-width: 150px;
    height: 33px;
    padding: 10px 25px;
    font-family: "Noto Sans Japanese";
    color: #ffffff;
    line-height: 1.4;
    text-decoration: none;
    text-align: center;
    transition: 0.3s ease-in-out;
    font-weight: normal;
    font-size: 10px;
}
.button a:hover {
    background: #6b2223;
    color: #ffffff;
}
.button a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button a:hover:after {
    border-color: #ffffff;
}

.button2 a {
    background: #410a0b;
    border-radius: 9999px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 20px auto;
    max-width: 180px;
    height: 33px;
    padding: 10px 25px;
    font-family: "Noto Sans Japanese";
    color: #ffffff;
    line-height: 1.4;
    text-decoration: none;
    text-align: center;
    transition: 0.3s ease-in-out;
    font-weight: normal;
    font-size: 10px;
}
.button2 a:hover {
    background: #6b2223;
    color: #ffffff;
}
.button2 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button2 a:hover:after {
    border-color: #ffffff;
}


/*------------------------------- 

               footer

----------------------------------*/

footer{
    width: 100%;
    background-image:url("https://img21.shop-pro.jp/PA01512/148/etc_base64/YmctaW1nMV8xMw.jpg?cmsp_timestamp=20240820130806");
    background-repeat: repeat,repeat-x;
    background-color: #410a0b;
}
footer .footer-bolder{
    width: 100%;
    background-image:url("https://img21.shop-pro.jp/PA01512/148/etc_base64/Zm9vdGVyLWJvbGRlcl8xMg.jpg?cmsp_timestamp=20240820130806");
    background-repeat: repeat-x;
    background-position: top;
}
footer .footer-all{
    max-width: 0 50px;
}
.footertop{
    display: flex;
    margin: auto;
    padding-top: 73px;
}
footer .footerrogo{
    width: 10%;
    margin-left: 40px;
    padding-right: 1%;
}
footer .footerul{
    width: 80%;
    
    margin: 0 3%;
}
footer .footerul ul{
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
    margin: 0 auto;
}
footer .footer-ul1 li{
    max-width: 830px;
    width:calc(100%/3);
    margin: 0 auto;
    margin-bottom: 55px;
}

footer .calendar{
    width: 20%;
    margin-right: 40px;
    font-size: 12px;
    align-items: center;
    text-align: center;   
}

@media screen and (max-width: 1260px) {
	footer .calendar{
		margin: 0 auto;
		max-width: 200px;
		width: 100%;
      padding-right: 20px;
	}
}

.calendar1 {
    margin-bottom: 15px;
    padding: 8px;
    background-color: #fff;
  	width: 220px;
}
.calendar2 {
    margin-bottom: 15px;
    padding: 8px;
    background-color: #fff;
  	width: 220px;
}
.tbl_calendar {
    width: 200px;
    height: 200px;
    border: none !important;
    border-collapse: collapse !important;
    border-spacing: 0 !important;
	background: #FFFFFF;
	margin-bottom: 15px;
  }
  .tbl_calendar th, .tbl_calendar td {
    padding: 4px !important;
    text-align: center !important;
    border-bottom: 1px solid #ccc !important;
  }
  .calendar-cap {
    text-align: center;
    font-size: 12px;
}
footer li h2{
    color: #b81b26;
    font-weight: 900;
    margin-bottom: 20px;
    text-align: center;
    font-size: 14px;
}
footer li p{
    font-size: 12px;
    font-weight: 700;
    text-align: center;
}
footer .footer-all2{
    background-image:url("https://img21.shop-pro.jp/PA01512/148/etc_base64/Zm9vdGVyLWJnMl8wMg.jpg?cmsp_timestamp=20240820130806");
    background-repeat: repeat-x;
    color: #ffffff;
    padding-top: 20px;
    background-color: #410a0b;
}
footer .footer-ul3{
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin: 0 auto;
    width: 90%;
    padding-top: 14px;
    padding-bottom: 37px;
    border-top:1px solid #ffffff;
	color: #ffffff;
    
}
footer .footer-copyright p{
    font-size: 11px;
    text-align: center;
    padding-bottom: 17px;
}

@media screen and (max-width: 1000px) {
    footer{
        width: 100%;
        background-image:url("https://img21.shop-pro.jp/PA01511/642/etc_base64/YmctaW1nMV8xMw.jpg?cmsp_timestamp=20240802122126g");
        background-repeat: repeat;
        background-color: transparent;
    }
    .footertop {
        display: flex;
        margin: auto;
        padding-top: 10px;
        flex-direction: column;
    }
    footer .footer-all {
        margin: 0;
        padding-top: 10px;
        padding-bottom: 32px;
        max-width: 1400px;
        flex-direction: column;
        align-items: center;
    }
    footer .footerrogo{
        width: 100%;
        margin:0;
        text-align: center;
        margin-bottom: 50px;
    }
    footer .footerul{
        margin: 0 auto;
        width: 90%;
    }
    .footer .footerul ul {
        flex-direction: column;
        align-items: center;
    }
    footer .footer-ul1 li {
        width: 100%;
        margin-bottom: 50px;
    }
    footer li p {
        font-size: 16px;
        text-align: center;
        font-weight: SemiBold;
    }
    footer li h2 {
        font-size: 18px;
        color: #b81b26;
        font-weight: 800;
        margin-bottom: 15px;
        text-align: center;
    }
    footer .calendar-calendar{
        display: flex;
        font-size: 12px;
        align-items: center;
        text-align: center;
    }
    
    .footer-ul1 .footer-le{
        text-align: start;
    }
    .footer-ul1 .footer-re{
        text-align: end;
    }
    .calendar.footerbox {
        width: 95%;
        margin: 0 auto;
      }
      .calendar-calendar {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
      }
      .calendar-p{
        text-align: center;
      }
    }

    @media screen and (max-width: 900px) {
        footer{
            width: 100%;
            background-image:url("https://img21.shop-pro.jp/PA01511/642/etc_base64/YmctaW1nMV8xMw.jpg?cmsp_timestamp=20240802122126");
            background-repeat: repeat;
            background-color: transparent;
        }
        .footertop {
            display: flex;
            margin: auto;
            padding-top: 10px;
            flex-direction: column;
        }
        footer .footer-all {
            margin: 0;
            padding-top: 10px;
            padding-bottom: 32px;
            max-width: 1400px;
            flex-direction: column;
            align-items: center;
        }
        footer .footerrogo{
            width: 100%;
            margin:0;
            text-align: center;
            margin-bottom: 50px;
        }
        footer .footerul{
            margin: 0 auto;
            width: 90%;
        }
        .footer .footerul ul {
            flex-direction: column;
            align-items: center;
        }
        footer .footer-ul1 li {
            width: 100%;
            margin-bottom: 50px;
        }
        footer li p {
            font-size: 16px;
            text-align: center;
            font-weight: SemiBold;
        }
        footer li h2 {
            font-size: 18px;
            color: #b81b26;
            font-weight: 800;
            margin-bottom: 15px;
            text-align: center;
        }
        footer .calendar-calendar{
            display: flex;
            font-size: 12px;
            align-items: center;
            text-align: center;
        }
        
        .footer-ul1 .footer-le{
            text-align: start;
        }
        .footer-ul1 .footer-re{
            text-align: end;
        }
        .calendar.footerbox {
            width: 95%;
            margin: 0 auto;
          }
          .calendar-calendar {
            display: flex;
            justify-content: space-between;
            flex-direction: column;
          }
          .calendar-p{
            text-align: center;
          }
        }
  /* --------------ボタン------------------ */

  .button a {
    background: #410a0b;
    border-radius: 9999px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 20px auto;
    max-width: 150px;
    height: 33px;
    padding: 10px 25px;
    font-family: "Noto Sans Japanese";
    color: #ffffff;
    line-height: 1.4;
    text-decoration: none;
    text-align: center;
    transition: 0.3s ease-in-out;
    font-weight: normal;
    font-size: 10px;
}
.button a:hover {
    background: #6b2223;
    color: #ffffff;
}
.button a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button a:hover:after {
    border-color: #ffffff;
}

.button2 a {
    background: #410a0b;
    border-radius: 9999px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 20px auto;
    max-width: 180px;
    height: 33px;
    padding: 10px 25px;
    font-family: "Noto Sans Japanese";
    color: #ffffff;
    line-height: 1.4;
    text-decoration: none;
    text-align: center;
    transition: 0.3s ease-in-out;
    font-weight: normal;
    font-size: 10px;
}
.button2 a:hover {
    background: #6b2223;
    color: #ffffff;
}
.button2 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button2 a:hover:after {
    border-color: #ffffff;
}

/*------------------------------- 

             商品一覧

 ----------------------------------*/
.main-item-list .prd-lst-sort {
    margin: 60px auto;
    color: #410a0b;
    text-align: center;
    font-size: 14px;
}
.main-item-list .prd-lst-pager {
    text-align: center;
}
.main-item-list ul.page-list, ol.page-list {
    list-style: none;
}
ul.page-list {
    width: 50%;
    margin: 0 auto;
    padding: 0 auto;
    text-align: center;
}
.main-item-list ul.row.unstyled {
    display: flex;
    flex-wrap: wrap;
}
.main-item-list li.prd-lst-unit.col.col-xs-12.col-sm-6.col-lg-4 {
    display: flex;
    flex-direction: column;
}
.main-item-list .prd-lst-unit {
    margin-bottom: 60px;
    padding: 0 30px;
    text-align: center;
}
.main-item-list h2.google-font {
    text-align: center;
    margin-top: 80px;
    font-size: 26px;
    font-weight: 700;
}
.main-item-list div#product-srh {
  max-width: 1200px;
  margin: auto;
  margin-bottom: 100px;
}
.main-item-list ul.page-list > li, ol.page-list > li {
    display: inline-block;
    padding-right: 15px;
    padding-left: 15px;
}
.prd-lst-sort {
    margin: 3em 0;
    color: #888;
    text-align: center;
    font-size: 18px;
}
ul.page-list {
    width: 50%;
    padding: 0 auto;
    text-align: center;
}
.main-item-list  .btn-02:hover, .btn-02:focus, .btn-02:active, .btn-02.active, .btn-02.disabled, .btn-02[disabled] {
  	width:100px;
    border: 1px solid #410a0b;
    background-color:#410a0b;
    color: #ffffff;
  	padding: 10px 15px;
}

/*------------------------------- 

             商品一覧

 ----------------------------------*/


/* カテゴリ・グループのフリースペース内全体の指定 */
.cg_freespace_01 {
  padding:0;
  margin:20px 0 20px 0;
}
.cg_freespace_02 {
  padding:0;
  margin:20px 0 20px 0;
}
/* カテゴリ・グループのフリースペース内の<p>タグの余白設定 */
.cg_freespace_01 p,
.cg_freespace_02 p {
  margin:0 0 10px 0;
}
/* カテゴリ・グループのフリースペース内の<ul>タグの余白設定 */
.cg_freespace_01 ul,
.cg_freespace_02 ul {
  margin:0 0 10px 20px;
  padding:0;
}


/*------------------------------- 

             商品一覧

 ----------------------------------*/
.main-item-list .item_image {
    border: 1px solid #a8a8a8;
}
.main-item-list .item_detail {
    border-left: 1px solid #a8a8a8;
  	margin-top: 15px;
    padding-left: 5px;
}
.main-item-list .item_box {
  	width: 380px;
    margin-bottom: 60px;
    padding: 0 30px;
    text-align: center;
}
.main-item-list .item-list {
    display: flex;
    flex-wrap: wrap;
  	margin-bottom: 50px;
}
.main-item-list  p.item_name {
    font-size: 16px;
    font-weight: bold;
  	margin-bottom: 8px;
}
.main-item-list p.item_price {
    font-size: 16px;
  	color: #410a0b;
}
.main-item-list p.prd-lst-pos {
    margin-top: 50px;
    text-align: center;
}

/*------------------------------- 

             aタグ

 ----------------------------------*/
.main-item-list .page-list a:link{text-decoration: none;color:#ffffff;}
.main-item-list .page-list a:visited {text-decoration: none;color:#ffffff;}
.main-item-list .page-list  a:hover{text-decoration: underline;color:#ffffff;}
.main-item-list .page-list  a:active {text-decoration: underline;color: #ffffff;}








.pro-border-top a:link{text-decoration: none;color:#410a0b;}
.pro-border-top a:visited {text-decoration: none;color:#410a0b;}
.pro-border-top a:hover{text-decoration: underline;color: #952224;}
.pro-border-top a:active {text-decoration: underline;color: #952224;}

.pro-border-top2 a:link{text-decoration: none;color:#410a0b;}
.pro-border-top2 a:visited {text-decoration: none;color:#410a0b;}
.pro-border-top2 a:hover{text-decoration: underline;color: #952224;}
.pro-border-top2 a:active {text-decoration: underline;color: #952224;}
/*------------------------------- 

             パンくず 

 ----------------------------------*/
.footstamp-all{
	margin: auto 5%;
    margin-bottom: 100px;
}
/*------------------------------- 

              商品詳細 

 ----------------------------------*/
#prod-all{
    margin: 0 auto;
    max-width: 1100px ;
    font-size: 14px;
    font-weight: 700;
    color: #410a0b;
    margin-top: 60px;
    margin-bottom: 160px;
}
.pro-left{
    
    width: 550px;
}
caption, th {
    text-align: center;
    /*padding-left: 10px;*/
	background: #fff;
    padding-top: 8px;
}

.pro-border-top{
    border-top: 1px solid #410a0b;
    padding-top: 50px;
}
.pro-border-top li{
    margin-bottom: 5px;
}
.pro-border-top2{
    border-top: 1px solid #410a0b;
    padding-top: 50px;
  	display:none;
	text-align: end;
}
.pro-border-top2 li{
    margin-bottom: 5px;
}
.pro-right{
    width: 450px;
}
.pro-right p{
    line-height: 32px;
}
.pro-right .product_name{
    color: #410a0b;
    font-size: 18px;
    font-weight: 700;
}
.pro-right-h1{
    padding-bottom: 20px;
    border-bottom: 2px solid #410a0b;
    color: #410a0b;
}
.pro-left-right{
    display: flex;
    justify-content: space-between;
    width: 1100px;
    margin-top: 22px;
}
.pro-big{
    width: 550px;
}
.pro-big img{
  width: 550px;
  text-decoration: none;
  color: #565656;
    border: solid 1px #ddd;
}
.proimg-s{
    margin-top: 30px;
    margin-bottom: 45px;
    display: flex;
    justify-content: space-between;
    
}
.pro-smoll{
    width: 125px;
}

a.cloud-zoom-gallery{
  width: 120px;
}


@media screen and (max-width: 1030px) {
#prod-all{
  width: 80%;
    }
.pro-left-right{
  width: 80%;
    }
.pro-big img{
  width: auto;
  text-decoration: none;
  color: #565656;
}
.proimg-s {
   max-width: 330px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
  .pro-right {
    margin-top: 50px;
    width: auto;
}
  .pro-border-top{
    border-top: 1px solid #410a0b;
    padding-top: 50px;
    display: none;
}
.pro-border-top li{
    margin-bottom: 5px;
}
.pro-border-top2{
    padding-top: 120px;
  	display: block;
  	border-top:none;
}
.pro-border-top2 li{
    margin-bottom: 5px;
}
.prod-reco h3 {
    width: 100%;
    
}
}
/* ----------------商品詳細個数----------------- */

table.add_cart_table {
    margin-top: 30px;
    margin-bottom: 20px;
    width: 100%;
    border-left: solid 1px #ccc;
    table-layout: fixed;
    font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}
.button_area input {
    width: 90%;
    height: 45px;
}
.btn-primary {
    margin: 1.2em 0 .9em;
    color: #fff;
    background-color: #410a0b;
}

/*------------------------------- 

              おすすめ 

 ----------------------------------*/

.prod-reco .item_image{
  	max-width: 180px;
  	border: 1px solid #a8a8a8;
}
.prod-reco .item_detail {
    border-left: 1px solid #a8a8a8;
    padding-left: 4%;
}
.prod-reco  .item_price {
  	margin-top:10px;
    max-width: 180px;
    font-size: 14px;
}
.prod-reco  p.item_name {
    max-width: 180px;
    font-size: 14px;
  	margin-top: 10px;
}
.prod-reco .item-all {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  	margin:0 auto;
  
}
.prod-reco h3{
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  padding-bottom: 6px;
   border-bottom: 1px solid #410a0b;
   color: #410a0b;
	width: 40%;
  	margin:0 auto;
}
.prod-reco .title {
    margin-bottom: 50px;
}
section.prod-reco {
    margin-top: 160px;
}

@media screen and (max-width: 1030px) {
.pro-left-right {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    }
.prod-reco .item-all {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
    }
.prod-reco .item_image {
    width: 100%;
  }
.prod-reco  .item_box{
  	margin-bottom: 5%;
  }
  #prod-all {
    width: auto;
    margin: 0 5%;
}
  section.prod-reco {
    margin-top: 100px;
}
}

