button {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 80px;
  right:2vw;
  bottom: -160px;
  color: #fff;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  border: 0;
  background: #330000;
  transition: .2s;
  letter-spacing: 3px;
  font-weight: bold;
  border-radius: 100px 100px 0 0;
  z-index:10000;
}

button i{
  position: absolute;
  font-size: 25px;
  color: #FFF;
  top: 15px;
  font-weight: 300;
}

button p{
  margin: 0;
  font-size: 15px;
  bottom: 13px;
  position: absolute;
}
@media screen and (max-width: 599px) {
button {
  width: 120px;
  height: 60px;
  right:2vw;
  bottom: -120px;
  color: #fff;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  border: 0;
  background: #330000;
  transition: .2s;
  letter-spacing: 3px;
  font-weight: bold;
  border-radius: 100px 100px 0 0;
  z-index:10000;
}

button i{
  position: absolute;
  font-size: 20px;
  color: #FFF;
  top: 10px;
  font-weight: 300;
}

button p{
  margin: 0;
  font-size: 10px;
  bottom: 13px;
  position: absolute;
}
}
.is-active {
  opacity: 1;
  visibility: visible;
}

button.is-active {
  bottom: 0px;
  right:2vw;
}


.wave{
   margin-bottom: -5px;
}



/********** メインナビ **********/
.l-main-navi {
  z-index: 100;
  height: 50px;
}
@media screen and (max-width: 599px) {
.l-main-navi {
  height: 100px;
}
}
.is-fixed .l-main-navi {
  height: auto;
}

.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: 780px) {
  .l-main-navi.is-open {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 780px) {
  .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: 599px) {
  .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 {

}

.l-main-navi.is-open .l-main-navi-list__ttl {
  display: block;
}
@media screen and (max-width: 599px) {
  .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: 780px) {
  .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: 780px) {
  .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: 780px) {
  .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 (max-width: 780px) {
  .l-main-navi.is-open .l-mega-menu {
    display: none;
  }
}
@media screen and (max-width: 780px) {
  .l-main-navi.is-open .l-mega-menu-list {
    display: block;
  }
}
.l-main-navi-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
  padding-left: 80px;
  padding-right: 80px;
  box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .l-main-navi-list {
    padding-left: 0;
  }
}
.l-main-navi-list__ttl {
  display: none;
  font-weight: bold;
  margin-bottom: 10px;
}
.l-main-navi-list__item {
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (max-width:780px) {
  .l-main-navi-list__item {
    border-top: 1px solid #eeeeee;
  }
}
.l-main-navi-list__link {
  display: block;
  position: relative;
  padding: 15px 40px 15px 30px;
  border: 0;
  font-size: 14px;
  font-weight: bold;
  background: transparent;
  text-align: center;
  color: #4b2e1c;
}
span0{
-webkit-text-stroke: 2px #fff;
  text-stroke: 2px #fff;
  paint-order: stroke;
}
@media screen and (max-width: 780px) {
  .l-main-navi-list__link {
    padding: 20px 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: 780px) {
  .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: 15px;
  margin-top: -7px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  transform: rotate(45deg);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
  }
@media screen and (max-width: 780px) {
  .l-main-navi-list__link:before {
    right: 20px;
    margin-top: -4px;
    border-color: #000000;
  }
}
.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;
  }
}
@media (max-width: 780px) {
.l-main-navi-list li.pc-obj {
  display: none;
  }
.l-main-navi-list li.sp-obj {
  display: block;
  }
}


.header_link {
  position: absolute;
  top: -67px;
  right: 0;
}
.header_link ul {
  display:flex;
}
.header_link ul li {
  margin-left: 20px;
  line-height: 16px;
  vertical-align: middle;
}
.header_link ul li:first-child {
  border-right: 1px solid #ddd;
  padding-right: 20px;
  margin: 0;
}
@media screen and (max-width: 780px) {
.header_link {
  top: -45px;
  right: 15px;
}
.header_link ul li {
  line-height: 1;
  margin-left: 10px;
}
.header_link ul li:first-child {
  padding-right: 10px;
}
}
@media screen and (max-width: 442px) {
.l-header {
  right: 15px;
}
.header_link ul li a .icon {
  height: 26px;
}
}
.header_link ul li a {
  font-size: 12px;
}
.header_link ul li a .icon{
  display: block;
  height: 30px;
  width: auto;
  margin-bottom: 5px;
}
.header_link ul li a .icon img{
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  width: auto;
  display: block;
}
.view_cart {
  position:relative; 
}
.header-tools__count {
position:absolute;
  font-size: 14px;
  top:16px;
  right:9px;
  color: #930808;
}
@media screen and (max-width: 780px) {
.header_link ul li a{
font-size: 0;
}
.header-tools__count {
  right: -5px;
}
}
.l-main-navi__link {
  display: block;
  margin: 30px 60px 10px 0px;
  border: 0;
  font-size: 17px;
  font-weight: bold;
  background: transparent;
  text-align: center;
  color:#330000;
   box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .l-main-navi__link{
    font-size: 14px;
    margin:25px 40px 10px 0;
  }
}
@media screen and (max-width: 599px) {
  .l-main-navi__link{
    font-size: 13px;
    margin:25px 25px 10px 0;
  }
}
.l-main-navi__link:hover{
  text-decoration: none;
  color:#330000;
}
@media screen and (min-width: 1025px) {
.youkoso{
  display:none;
  }}
@media screen and (max-width: 1024px) {
.youko{
  display:none;
  }}
@media screen and (max-width:599px) {
.l-main-navi__link p{
  font-size:2.5vw;
  }}
.l-main-navi__link p{
  -webkit-text-stroke: 2px #fff;
    text-stroke: 2px #fff;
    paint-order: stroke;
}

/******************************/
/* header */
/******************************/
.l-header {
  top: 0;
  z-index: 100000;
  width: 80%;
  margin: auto;
  transition: all 0.3s ease;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .l-header {
  width:95%;
  }
}
@media screen and (max-width: 599px) {
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  }
  .l-header.transform{
    background-color:transparent;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(6px);
  }
}
.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);
}
.l-header.is-fixed .l-header-main__in, .l-header.is-open .l-header-main__in {
  display: flex;
  justify-content: space-between;
  padding-top: 0;
}
.l-header.is-fixed .l-header-logo, .l-header.is-open .l-header-logo {
  margin-bottom: 0;
}
.l-header.is-fixed .l-header-logo__img, .l-header.is-open .l-header-logo__img {
  display: flex;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 40px;
  max-width: 750px;
}
.l-header.is-fixed .l-header-logo__img.is-txt, .l-header.is-open .l-header-logo__img.is-txt {
  margin-bottom: 0;
}
.l-header.is-fixed .l-header-logo__img img, .l-header.is-open .l-header-logo__img img {
  max-width: 450px;
  max-height: 40px;
}
@media screen and (max-width: 780px) {
  .l-header.is-fixed .l-header-logo__img img, .l-header.is-open .l-header-logo__img img {
    max-width: 170px;
  }
}
.l-header.is-fixed .l-header-logo__type-txt, .l-header.is-open .l-header-logo__type-txt {
  font-size: 12px;
}
.l-header.is-fixed .l-header-logo__txt, .l-header.is-open .l-header-logo__txt {
  display: none;
}
.l-header.is-fixed .l-main-navi-list, .l-header.is-open .l-main-navi-list {
  display: none;
}
.l-header.is-fixed .l-header-search, .l-header.is-open .l-header-search {
  right: 80px;
}
.l-header.is-fixed .l-header-search__box, .l-header.is-open .l-header-search__box {
  right: -65px;
}
@media screen and (max-width: 1140px) {
  .l-header.is-fixed .l-header-search__box, .l-header.is-open .l-header-search__box {
    right: 0px;
  }
}
.l-header.is-fixed .l-menu-btn, .l-header.is-open .l-menu-btn {
  display: block;
}
.l-header-main {
  position: relative;
}

.l-header-main__in {
  padding-top: 3rem;
}
@media screen and (max-width: 599px) {
.l-header-main__in {
  padding-top: 1rem;
}
}
@media screen and (max-width: 1140px) {
  .l-header-main__in {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 1024px) {
.l-header-logo {
margin-left:20px;
}
}
@media screen and (max-width: 750px) {
  .l-header-logo {
    flex: 1;
    overflow: hidden;
  }
}
.l-header-logo__img {
  position: absolute;
  display: flex;
  align-items: center;
  word-break: break-all;
}
.l-header-logo__img img{
  height:8vw;
  width:auto;
}
@media screen and (max-width: 599px) {
  .l-header-logo__img img{
  height:13vw;
  }
}
@media screen and (max-width: 780px) {
  .l-header-logo__img {
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 40px;
    font-size: 12px;
  }
}
@media screen and (max-width: 599px) {
  .l-header-logo__img {
    padding:0;
    min-height: 80px;
    font-size: 12px;
  }
}
.l-header-logo__img.is-txt {
  margin-bottom: 35px;
}
@media screen and (max-width: 780px) {
  .l-header-logo__img.is-txt {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1100px) {
  .l-header-logo__img img {
    width: auto;
    height: 90px;
  }
}
.l-header-logo__txt {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 12px;
  color: #909090;
  max-width: 450px;
}
@media screen and (max-width: 1140px) {
  .l-header-logo__txt {
    display: none;
  }
}
.l-menu-btn {
  display: none;
  position: relative;
  z-index: 10000;
  width: 60px;
  height: 60px;
  border: 0;
  background: transparent;
}
@media screen and (max-width: 1140px) {
  .l-menu-btn {
    display: block;
  }
}
.l-menu-btn span {
  box-sizing: border-box;
  display: inline-block;
  transition: all 0.2s ease;
  position: absolute;
  left: 19px;
  width: 25px;
  height: 1px;
  background-color: #000000;
}
.l-menu-btn span:nth-of-type(1) {
  top: 25px;
}
.l-menu-btn span:nth-of-type(2) {
  top: 35px;
}
.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) {
  top: 50px;
  transform: translateY(-20px) rotate(45deg);
}


.balloon-001 {
    display: flex;
    justify-content: center;
    position: relative;
    max-width: 300px;
    margin-bottom:30px;
    padding: .8em 1.2em;
    border-radius: 20px;
    background-color: #ffffff;
  font-weight:bold;
  font-size:1.3em;
    color: #330000;
}

.balloon-001::before {
    position: absolute;
    bottom: -15px;
    width: 15px;
    height: 15px;
    background-color: #ffffff;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}


input[type=text]:focus {
    outline: none;
}

/*220417追加 トマトリコ特定商取引法に基づく表記 */
.tm_box table {
  width: 100%;
  border-collapse: separate;
  empty-cells:show;
}
.tm_box th {
  padding: 8px 10px 0 10px;
  border:2px solid #fff;
  width: 170px;
  background: #ffe4e7;  
  text-align: left;
}
.tm_box td {
  padding: 8px 10px 0 10px;
  border:2px solid #fff;
  zoom: 1;
  content: ' ';
  background: #efefef;
}
.tm_box .pnimg {
  width: 375px;
}
@media (max-width: 768px) {
.tm_box th {
  width: 30%;
}
}




.mod_billboardcontent{
  width:330px;
  height:auto;
  margin:0 auto;
  position:relative;
}
.mod_billboardcontent img{
  width:330px;
  height:auto;
}
#billboard {
  width:100%;
  height:400px;
  overflow:hidden;
  position:relative;
}
#billboard ul li{
  float:left;
  width:100%;
  display:block;
}
.mod_billboardcontent_btn #next{
  position:absolute;
  top:180px;
  left:340px;
  cursor:pointer;
}
.mod_billboardcontent_btn #prev{
  position:absolute;
  top:180px;
  left:-15px;  
  cursor:pointer;
}
@media (max-width: 768px) {
.mod_billboardcontent{
  width:100%;
}
.mod_billboardcontent_btn #next{
   display: none;
}
.mod_billboardcontent_btn #prev{
   display: none;
  }
}






.search_keyword {
  margin-bottom: 15px;
  font-size: 0.9em;
  letter-spacing: -0.05em;
  display: block;
}
.search_keyword a{
  color: #000;
}
.search_keyword a:hover{
  color: #000;
  opacity: 0.7;
}
.search_keyword span{
  border: 1px solid #000;
  padding: 0 10px 1px 10px;
  margin: 0 5px;
}


.header-search {
  position: relative;
  float: center;
  width: 100%;
  margin-bottom: 15px;
  border-radius: 30px;
  border: 3px solid #330000;
  background: #fff;
  box-sizing: border-box;
}
.header-search input {
  border: none;
  outline:none;
}
.header-search i {
  position: absolute;
  top: 16px;
  left: 15px;
}

.header-search-box {
  width: 100%;
  padding: 17px 11px 17px 51px;
  background:none; 
   border-radius: 30px;
  outline:none;
  box-sizing: border-box;
}

.tbl_calendar {
  border: none !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  width: 100%;
  margin: 5px 0 30px 0;
  background: #fff;
}
.tbl_calendar th, .tbl_calendar td {
  padding: 4px !important;
  text-align: center !important;
  border-bottom: 1px solid #ccc !important;
}

.tbl_calendar caption {
  text-align: center;
  font-weight: 700;
  font-size: 1.2em;
  padding: 5px 0;
}


/* お知らせ */
.info_block {
  width: 100%;
  padding: 8px 0 7px 0;
  text-align: center;
  background-color: #e4dccd;
}
h2.news {
  display: inline-block;
  padding: 5px 5px 3px 5px;
  font-size: 0.9em;
  font-weight: bold;
  color: #a58958;
  border: 1px solid #a58958;
  border-radius: 3px;
  background-color: #FFF;
}
.info_block div{
  display: inline-block;
}
.info_block a{
  color: #000;
  font-size: 1.1em;
  margin-left: 5px;
  margin-right: 5px;
}
@media (max-width: 520px) {
.info_block {
  padding: 8px 0 7px 0;
}
h2.news {
  display: inline-block;
  padding: 4px;
  margin-bottom: 5px;
  font-size: 0.6em;
}
.info_block div{
  line-height: 23px;
  display: inline-block;
  font-size: 0.6em;
}
.info_block a{
  margin: 0;
}
}



/* ************************************************
*  all
* ************************************************ */
* {
  margin: 0px;
  padding: 0px;
  box-sizing:border-box;
}

html {
  overflow-y: scroll;
  height: 100%;
}
a {
  outline: none;
  color: #333;
}
a:visited,:link {
  text-decoration: none;
}
/*a:hover {
  text-decoration: underline;
  color: #fff6f2;
}*/
img {
  width: 100%;
  border: none;
  vertical-align: middle;
}
.for-sp {
  display: none;
}

ul, li {
  list-style: none;
  padding-left: 0;
}

.br-2{
    display: block;
    content: '';
    height: 1.5em;
}

@media (max-width: 599px) {
.for-pc {
  display: none;
}
.for-sp {
  display: block;
}
}

/* ************************************************
*  clearfix
* ************************************************ */

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}

/* ************************************************
*  itembox
* ************************************************ */

#box_recommend, #box_new-item, #box_list{
  width:100%;
  display: relative;
  padding: 20px 30px 50px 30px;
  background-color:#fff;
  box-sizing: border-box;
}
#box_recommend{
  margin-top:70px;
}
 #box_new-item{
   border-radius:0 0 10px 10px;
}
#box_list{
  border-radius:10px;
  padding-top:30px;
  box-sizing: border-box;
}
#box_recommend ul, #box_new-item ul, #box_list ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;   
}
#box_recommend ul li, #box_new-item ul li{
  width: 23.6%;
  margin: 15px 0;
}
#box_list ul li{
  width: 32%;
  margin: 15px 0;
}
#box_recommend ul::after, #box_recommend ul::before,
#box_new-item ul::after, #box_new-item ul::before {
  content: "";
  display: block;
  width: 23.6%;
  height: 0;
}
#box_list ul::after, #box_list ul::before {
  content: "";
  display: block;
  width: 32%;
  height: 0;
}
#box_recommend ul::before,
#box_new-item ul::before,
#box_list ul::before{
  order: 1;
}
.item_box .item_detail {
  margin: 15px 0 0;
  padding-left: 10px;
  border-left: solid 1px #ddd;
}
.item_box .item_detail p{
  overflow: hidden;
  width: 100%;
}
.item_box .item_detail p.item_name {
  margin-bottom: 5px;
  font-size: 15px;
}
@media (max-width: 1024px) {
#box_recommend, #box_new-item, #box_list{
   padding: 20px 0px 50px 0px;
  margin: auto;
}
#box_recommend ul li, #box_new-item ul li, #box_list ul li{
  width: 48%;
}
}

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

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

.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;
}
@media (max-width: 1100px) {
.sub_category_area,
.sub_group_area {
  margin: auto;
  margin-bottom: 20px;
  width: 90%;
}
}

/* ************************************************
*  layout
* ************************************************ */

/*ページ全体の幅、レイアウトをセンタリング*/
#container {
  margin:0px auto;
  width:100%;
}

#contents{
  max-width:100%;
  padding:0 4vw;
  display: grid;
  margin:auto;
  grid-template-columns: 290px auto;
}
@media screen and (max-width: 1024px) {
  #contents{
  width:100%;
  padding:0 5vw;
  display: initial;
  margin:auto;
  grid-template-columns: none;
}
}
@media screen and (max-width: 599px) {
  #contents{
  width:100%;
    display: initial;
  padding:0 12em;
  margin:auto;
    grid-template-columns: none;
}
}
/*サイド*/
/* ************************************************
*  side
* ************************************************ */



#side .box {
  clear: both;
  word-wrap: break-word;
  position: relative;
  background-color:#fff;
  padding:15px;
  border:3px solid #330000;
  border-radius: 10px;
  width:100%;
  box-sizing: border-box;
}
#side .box h3 {
  padding:10px;
  border-radius: 50px;
  background: #330000;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.5em;
  line-height: 30px;
  margin:10px 0 10px 0;
  box-sizing: border-box;
}
#side .box p {
  color: #330000;
  text-align: left;
}
#side .cate1 p {
  font-weight: bold;
  font-size: 1.4em;
  margin-top: 10px;
  margin-left: 35px;
}
#side .cate p {
  font-weight: 400;
  font-size: 1.3em;
  margin-top: -10px;
  margin-left:30px;
}
#side .cate2 p {
  font-weight: bold;
  font-size: 1.3em;
  margin-top: -5px;
}
#side .box ul {
  list-style: none;
}

#side ul{
  margin:0 auto;
}
#side ul li {
  margin: 0;
}
#side .btncen li{
  position: relative;
  margin:10px auto;
  padding:0 2px;
  text-align: center;
  box-sizing: border-box;
}
#side .cen{
  text-align: center;
}
.box_default ul li div{
  position: relative;
  padding: 7px 0 7px 15px;
  text-align: left;
  box-sizing: border-box;
}
.box_default ul li div img{
  height: 25px;
  width:auto;
  position: absolute;
  top: 20px;
  
  box-sizing: border-box;
}
.box_default ul li div p{
  line-height : 1.6;
}

/*サイド*/
#side_back {
  float: left;
  padding-top:80px;
}

#side {
  height:auto;
  padding: 20px;  
  margin:0 10px;
  box-sizing: border-box;
}
.side_bn {
  border-radius: 5px;
  margin-bottom: 10px;
  box-shadow: 1px 1px 2px 1px #BBBBBB;
}
a.more p{
  text-align: right;
  color: orange; 
  font-size: 1.2em;
  font-weight: bold;
}
#side a {
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
#side{
  display:none;
  }
}
.clear {
  clear: both;
} 
/*メイン*/
#main2 {
  float: right;
  background-color:#fff;
  border-radius: 10px;
  padding: 20px 30px;
  margin-top:50px;
}
#main {
  float: right;
}
@media screen and (max-width: 1024px) {
  #main2 {
  float: none;
    margin: 5vw 30px;
}
#main {
  float: none;
  margin: 20px 30px;
}
}
@media screen and (max-width: 599px) {
#main2 {
    margin: 90px 0px;
    border-radius: 0px;
}
}
/*フッター（コピーライト）*/
#footer {
  clear:both;
  margin-top: 60px;
  padding: 30px 0 20px;
  width:100%;
  border-top: 1px solid #ccc;
  color: #666;
  text-align: center;
}


/* ************************************************
*  header
* ************************************************ */
#header{
  width:100%;
  padding:0 12em;
  height:200px;
}

#header .header_menu {
  width:100%;
  float: left;
  font-size: 1.2em;
  font-weight: bold;
}
#header .header_menu ul {
  width: 100%;
  display: flex;
}
#header .header_menu ul li {
  margin-left: 0;
  font-weight: bold;
  position: relative;
  display: inline-block; 
  padding: 1.1em 0;
  text-align: center;
  text-decoration: none;
  color: #2f0f04;
  border-top: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  border-right: solid 1px #d2c4ab;
}
#header .header_menu ul .menu {
  flex-basis:12%; 
}
#header .header_menu ul .space {
  flex-basis: 18%; 
}
#header .header_menu ul .home {
  flex-basis: 4%; 
}

#header .header_menu ul li a {
  text-decoration: none;
  color: #a58958;	
}
.my-gold {
  color: #a58958;
}
#header .header_menu ul li a:hover{
  opacity: 0.7;
}
@media (max-width: 1340px) {
#header .header_menu {
  font-size: 1em;
}
#header .header_menu ul .menu {
  flex-basis:22.5%; 
}
#header .header_menu ul .space {
  flex-basis: 0%; 
}
#header .header_menu ul .home {
  flex-basis: 10%; 
}
#header .header_menu ul li:first-child {
  border-left: none;
}
#header .header_menu ul li:last-child {
  border-right: none;
}
}


/* header global nav */
.header_global_nav {
  margin-top: 3px;
  margin-bottom: 2em;
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
}
.header_nav_lst {
  text-align: center;
}
.header_nav_menu {
  position: relative;
  display: inline;
  margin: 0 1em;
  padding: 0 1em;
  text-align: center;
  font-weight: bold;
  line-height: 4;
}
.header_nav_menu a,
.header_nav_menu span {
  display: inline;
  color: #444;
  text-decoration: none;
  cursor: pointer;
}
.header_nav_menu_category img {
  position: relative;
  width: 16px;
  height: 16px;
}
.header_category_lst {
  position: absolute;
  left: 0;
  z-index: 101;
  display: none;
  min-width: 100%;
  width: auto;
  border-top: 1px solid #aaa;
  background-color: #fff;
}
.header_category_lst li {
  display: block;
  float: none;
  border-right: 1px solid #888;
  border-bottom: 1px solid #888;
  border-left: 1px solid #888;
  text-align: left;
  white-space: nowrap;
  word-break: break-all;
  line-height: 1.4;
}
.header_category_lst a {
  display: block !important;
  padding: 1em;
  background-color: #fff;
}











/* ************************************************
*  footer
* ************************************************ */

#footer a {
  color: #666;
}
#footer .footer_menu {
  width: 750px;
  margin: auto;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
#footer .footer_menu li {
  width: 20%;
  margin: 0 5px;
}
.copyright {
  clear: both;
  padding: 1em 0 2em 0;
  text-align: center;
  font-size: 76.923%;
}
@media (max-width: 750px) {  
#footer {
  margin: 0;
  border-top: none;
  padding: 15px 0 10px 0;
}
#footer .footer_menu {
  width: 90%;
  flex-wrap: wrap;
}
#footer .footer_menu li {
  width: 30%;
  margin: 0 5px;
}
#footer .footer_menu {
  margin-bottom: 0;
}
#footer .footer_menu li {
  font-size: 0.7em;
  margin: 10px 0;
}
.copyright {
  font-size: 0.6em;
  padding: 1em 0;  
}
}


.foot_sk_box{
  float: left;
  padding: 0 25px;
  width: 200px;
  text-align: left;
}
.foot_sk_box h3{
  margin: 0 0 1em;
}
.foot_sk_box h4{
  font-size: 13px;
}
.foot_sk_box dt{
  margin: 0 0 .5em;
}
.foot_sk_box dd{
  margin: 0 0 1.5em;
}








/* ************************************************
*  search_page
* ************************************************ */

.search_result {
  margin: 20px 0;
  padding: 10px 0;
  background: #fff;
  text-align: center;
  border-radius:5px;
}

.none {
  margin: 50px 0;
  text-align: center;
}

/* ************************************************
*  policy
* ************************************************ */

#policy {
  line-height: 1.8;
  font-size: 14px;
}
#policy h2 {
  font-size: 2em;
  margin-top: 15px;
  margin-bottom: 30px;
}
.policy_box,
#policy_lead{
  margin-bottom: 30px;
}
.sk_box {
  margin-bottom: 70px;
}
.sk_box h3 {
  margin-bottom: 1em;
  font-size: 16px;
}
.sk_box table {
  width: 100%;
  border-top: 1px solid #ccc;
  border-collapse: separate;
  empty-cells:show;
}
.sk_box th {
  padding: 20px 40px 20px 0;
  width: 170px;
  text-align: left;
}
.sk_box th img.poricy_img {
  margin-bottom: 5px;
}
.sk_box td {
  padding: 20px 0;
  zoom: 1;
  content: ' ';
}
.sk_box th,
.sk_box td {
  vertical-align: top;
  line-height: 1.8;
  position: relative;
  border-bottom: solid 1px #ccc;
}
.sk_box img {
  width: 240px;
  margin-bottom: 10px;
}
.sk_box .npimg {
  width: 468px;
}
.sk_box .payment_img {
  width: 30px;
}
@media (max-width: 599px) {
  .sk_box img {
  width: 100%;
}
.sk_box {
  width: 100%;
}
}

#payment_method {
  margin-top: 40px;
}
#payment_method table.table {
  width: 100%;
}
#payment_method table.table th {
  width: 200px;
  text-align: center;
}

#shipping_method {
  margin-top: 40px;
}
#shipping_method table.table {
  width: 100%;
}
#shipping_method table.table th {
  width: 200px;
  text-align: center;
}
@media (max-width: 1024px) {
#policy h2 {
  font-size: 1.4em;
  margin: 15px 0;
}
#policy .inner{
  width: 90%;
  margin: auto;
}
} 
.cenimg{
  text-align: center;
}
.inner img{
  height:auto;
  position: relative;
}
@media (max-width: 1024px) {
.sk_box th {
  display: block;
  padding: 10px 0;
  width: 100%;
}
.sk_box td {
  display: block;
  padding: 10px 0;
  width: 100%;
}
.sk_box p {
  word-break: break-all;
}
.sk_box .npimg {
  width: 100%;
}
}

/* ************************************************
*  side
* ************************************************ */

.more_btn{
  padding: 8px 0;
  border-top: solid 1px #999;
  text-align: center;
  cursor: pointer;
}

.updown{
  display: inline-block;
  margin: 0 3px 0 0;
  width: 13px;
  height: 8px;
  background: url(https://img.shop-pro.jp/tmpl_img/67/down_icon.png);
  background-repeat: no-repeat;
}

.more_up{
  background: url(https://img.shop-pro.jp/tmpl_img/67/up_icon.png);
}

/* ************************************************
*  Common Elements
* ************************************************ */
/* @group Common Elements */

table {
  border-spacing: 0;
  border-collapse: collapse;
}
table.table {
  margin-bottom: 20px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
table.table th {
  padding: 5px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background: #f5f5f5;
}
table.table td {
  padding: 5px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.footstamp  {
  margin-top: 30px;
  padding-bottom: 5px;
}
.footstamp span {
  margin: 0 5px;
  color: #999;
}
.sort {
  float: right;
  padding: 5px 10px 5px 10px;
  margin-bottom: 20px;
  text-align: right;
  background:#fff;
  border-radius:5px;
}
.sort strong {
  margin-right: 5px;
}
.sort a {
  margin-right: 5px;
  text-decoration: underline;
}
.sort span {
  margin-right: 5px;
  background: #eee;
  text-decoration: none;
  font-weight: bolder;
}
.sort a:hover{
  color: #333;
}
.pager {
  clear: both;
  margin: 20px 0;
  text-align: center;
}
.pager a{
  margin: 15px;
}
@media (max-width: 1100px) {
.footstamp, .sort, .pager {
  width: 90%;
  margin: auto;
}
}

/* @group button */
.btn {
  display: block;
  margin-top: 1em;
  border: none;
  border-radius: 0;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  font-family:'Lucida Grande',
  'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
  Meiryo, メイリオ, sans-serif;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance:none;
}
.btn:link,
.btn:visited,
.btn:hover,
.btn:active{
  color: #fff;
  text-decoration: none;
}
.btn-primary {
  margin: 1.2em 0 .9em;
  padding: 1.4em 0;
  background-color: #c86464;
}
.btn-contact {
  margin: 0.5em 0.3em;
  padding: 1.3em 0;
  background-color: #a0a0a0;
  font-weight: normal;
  font-size: 13px;
}
.btn-quick {
  margin: 0.9em 0;
  padding: 1.3em 0;
  background-color: #64b4c8;
  font-size: 13px;
}













.contact {
  text-align: center;  
  font-weight: 600;
  color: #a58958;
}
.contact p{
  line-height: 23px;
}
.fa-envelope {
  font-size: 37px;
  color: #330000;
  margin: auto;
  text-align: center;
}
.logo {
  height: 57px;
  margin-left:100px;
}

.mail_magazine {
  width: 100%;
  text-align: center;
  background: #a58958;
}


@charset "euc-jp";

/* reset */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, pre, code,
form, fieldset, legend, input, textarea,
p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
.none_border_table,
.product_option_table table {
  border-spacing: 0;
  border-collapse: collapse;
}
fieldset,
img {
  border: 0;
  width: 100%;
}
}
address, caption, cite, code,
dfn, em, strong, th, var {
  font-weight: normal;
  font-style: normal;
}
 
ol, ul {
  list-style: none;
  margin: 0;
}
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}
q:before,
q:after {
  content: '';
}
abbr, acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-weight: inherit;
  font-size: inherit;
  font-family: 'Noto Sans JP', sans-serif;
}
input,
textarea,
select {
  *font-size: 100%;
}
legend {
  color: #000;
}

/* font size */
body {
  font: 13px/1.231 arial,helvetica,clean,sans-serif;
  letter-spacing: 0.05em;
  *font-size: small; /* for IE */
  *font: x-small; /* for IE in quirks mode */
}
select, input, button, textarea {
  font: 99% arial,helvetica,clean,sans-serif;
  letter-spacing: 0.05em;
}
table {
  font: 100%;
  letter-spacing: 0.05em;
  font-size: inherit;
}
pre, code, kbd, samp, tt {
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.05em;
  line-height: 100%;
  *font-size: 108%;
}

/* common */
body {
  color: #333;
  font-family: 'Noto Sans JP', sans-serif;
}



/* icons */
.icon:before,
.ie_icon {
  display: block;
  float: left;
  margin-right: 4px;
  width: 16px;
  height: 16px;
  background-image: url(https://img.shop-pro.jp/tmpl_img/62/icons16.png);
  background-repeat: no-repeat;
  content: "";
}
  .icon_myaccount:before,
  .ie_icon_myaccount {
    background-position: left -96px;
  }
  .icon_regist:before,
  .ie_icon_regist {
    background-position: left -192px;
  }
  .icon_login:before,
  .ie_icon_login {
    background-position: left -224px;
  }
  .icon_logout:before,
  .ie_icon_logout {
    background-position: left -208px;
  }
  .icon_search:before,
  .ie_icon_search {
    background-position: left -16px;
  }
  .icon_viewcart:before,
  .ie_icon_viewcart {
    background-position: left -0px;
  }
  .icon_sort:before,
  .ie_icon_sort {
    background-position: left -112px;
  }
  .icon_prev:before,
  .ie_icon_prev {
    margin-right: 0;
    background-position: left -32px;
  }
  .icon_next:before,
  .ie_icon_next {
    float: right;
    margin-right: 0;
    background-position: right -48px;
  }
  .icon_prev_dis:before,
  .ie_icon_prev_dis {
    margin-right: 0;
    background-position: left -64px;
  }
  .icon_next_dis:before,
  .ie_icon_next_dis {
    float: right;
    margin-right: 0;
    background-position: right -80px;
  }
  .icon_lst:before,
  .ie_icon_lst {
    margin-right: 0;
    background-position: left -176px;
  }
    .footer_lst .icon_lst:before,
    .footer_lst .ie_icon_lst {
      margin-left: -16px;
    }
  .icon_down:before,
  .ie_icon_down {
    display: none;
  }
  .icon_category_lst:before,
  .ie_icon_category_lst {
    display: none;
  }
  .icon_review:before,
  .ie_icon_review {
    background-position: left -240px;
  }
  .icon_review_post:before,
  .ie_icon_review_post {
    background-position: left -256px;
  }

body{
  background-size: cover;  
　background-repeat: no-repeat;
  min-height: 100%;
}
/* layout */
.layout_wrapper {
  margin: 0px auto;
}

.layout_container {
  margin: 0px auto;
  width: 1200px;
  padding: 0;
}


.header_btn {
  font-size: 5em;  
  margin-right:10px;
  font-weight: bold;
  color: #330000;
  box-sizing: border-box;
}
.header_btn a{
  text-decoration: none;
}
.header_member_nav {
  position: absolute;
  display: flex;  
  justify-content: flex-end;
  align-items: center;
  margin-top:70px;
}
.header_member_nav a {
  margin-right: 7px;
  text-decoration: none;
}
.header_member_nav a:hover {
  opacity: 0.7;
}
.member_login_name {
  margin-bottom: .5em;
  text-align: right;
}

.header_headline_nav {
  display:flex;
  align-items: center;  
  position: relative;
  padding: 10px 0;
  margin: 0px auto;
  width: 1200px;
}

/* product search form */
.prd_search_block {
  float: left;
  margin: -6px 0 0 0;
  padding: 6px 0 0 1px;
  width: 30.212%;
  font-size: 92.307%;
}
  .prd_search_block.open {
    padding: 5px 0;
    border: 1px solid #888;
  }
  .prd_search_form_btn {
    cursor: pointer;
    display: inline-block;
    margin-left: 5px;
    padding: .3em .5em;
    border: 1px solid #a0a0a0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  .prd_search_form {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: none;
    overflow: hidden;
    margin-top: 5px;
    padding: 5px;
    border-top: 1px solid #888;
    width: 97%;
  }
  .prd_search_keyword {
    float: left;
    padding: .5em 0;
    width: 80%;
    border: 1px solid #888;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-indent: 5px;
  }
  .prd_search_btn {
    float: right;
    width: 18%;
    border: 1px solid #444;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #444;
    color: #fff;
    cursor: pointer;
  }
  .prd_search_optioncategory {
    margin-top: 10px;
    line-height: 1.5;
  }
  .prd_search_select {
    display: inline-block;
    width: 100%;
    font-size: 120%;
  }
  .prd_search_select option {
    word-break: break-all;
  }
/* shopname logo */


.header_headline_nav {
  width: 100%;
}
.shop_name {
  margin: 60px 5px 30px;
    position: absolute;
    max-width: 450px;
}
  .shop_name img {
    width: auto;
  height: 130px;
  position: absolute;
  }
.header_btn {
  font-size: 0.9em;
  height: auto;
  padding:100px 7px 7px 7px;
}
.contact p{
  line-height: 15px;
  font-size: 0.7em;
  letter-spacing: -0.01em;
}
.fa-envelope {
  font-size: 27px;
}
.header_member_nav {
  right: 10px;
}

@media (max-width: 375px) {
#header .header_menu {
}
}
.footer-logo{
  flex:1;
}
.footerimg{
  text-align:center;
}
@media (min-width: 1025px) {
 .footerimg{
   display: none;
}
}
.footer-logo img{
  height:200px;
  width:auto;
  margin-right:180px;
}
@media (max-width: 1024px) {
  .footer-logo img{
  display:none;
  }}
.l-footer {
  padding: 20px 0 50px 0;
  background-color:#fff9f2;
}
.l-footer .u-container {
  width: 1024px;
  margin: auto;
  padding: 0 1vw;
    box-sizing: border-box;
}
.l-footer-main {
  display: flex;
  flex-wrap: wrap;
}
.flex-item{
flex-basis: 10%;
}
@media screen and (max-width: 1024px) {
.l-footer .u-container {
  width: 100%;
}
  .l-footer-main {
    display: block;
  }
}
.l-footer-shopinfo {
  flex: 1;
  margin-right: auto;
  word-break: break-all;
}


@media screen and (max-width: 1024px) {
  .l-footer-shopinfo {
    margin-bottom: 60px;
    text-align: center;
  }
}
.l-footer-shopinfo__logo img {
  max-width: 230px;
}
.l-footer-shopinfo__txt {
  font-size: 1.2em;
  color: #330000;
  line-height: 25px;
}
.mark img {
  margin-top: 10px;
  max-width: 100px;
}
.mark　ul {
    display: inline-block;
    justify-content: center;
  flex-wrap:no-wrap;
    list-style: none;
  }

.mark li {
  width:60px;
  display: inline-block;
  vertical-align: top;
  }

.mark li:nth-child(2) {
    margin: 3px 10px 0 10px;
  width:58px;
  }
.mark li:nth-child(3) {
   margin-top: 6px;
  width:50px;
  }

.l-footer-sns-list {
  display: flex;
  margin-top: 30px;
}
@media screen and (max-width:1024px) {
  .l-footer-sns-list {
    margin-top: 50px;
    justify-content: center;
  }
}
.l-footer-sns-list__item {
  margin-right: 20px;
}
.l-footer-qrcode {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .l-footer-qrcode {
    display: none;
  }
}
.l-footer-navi {
  display: flex;
  flex:0.5;
}
@media screen and (max-width: 1024px) {
  .l-footer-navi {
    display: block;
    margin-top: 50px;
  }
}
.l-footer-navi-list {
  margin: auto 0;
}
/*@media screen and (max-width: 1024px) {
  .l-footer-navi-list {
    margin-left: 0;
    width: 33.3333%;
  }
}*/
@media screen and (max-width: 1024px) {
  .l-footer-navi-list {
    width: auto;
  }
}
.l-footer-navi-list__item {
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .l-footer-navi-list__item {
    margin-bottom: 0;
  }
}
 .l-footer-navi-list__link {
   color:#330000;
   font-size: 1.2em;
}
.l-footer-navi-list__link:hover {
   color:#330000;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .l-footer-navi-list__link {
    display: block;
    position: relative;
    padding: 14px 20px;
  }
}
@media screen and (max-width: 1024px) {
  .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-copyright {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 12px;
  text-align: center;
  color:#330000;
  background-color:#fff9f2;
}
@media screen and (max-width: 767px) {
  .l-copyright {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}









.modal-open{
  display: block;
  width: 100%;
  margin: 30px 0;
}
.modal-open a{
  display: inline-block;
  padding: 5px 0;
  font-size: 0.8em;
  width: 100%;
  text-decoration: none;
  color: #505050;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.modal{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
}
.modal-open .fa-chevron-right{
  position: absolute;
  right: 0;
  top: 15px;
}
.modal:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
}
.modal:target{
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s, visibility 0.5s;
}
.modal .overlay{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #000;
  opacity: 0.7;
  top: 0;
  left: 0;
}
.modal-wrapper{
  width: 100%;
  max-width: 1100px;
  min-width: 320px;
  height: 100%;
  max-height: 450px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal-contents{
  overflow: auto;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
}
.modal-content{
  margin: 25px;
}
.modal-close{
  font-size: 35px;
  color:#fff;
  position: fixed;
  top: -50px;
  right: 23px;
  text-decoration: none;
}

.info {
display:flex;
flex-wrap: wrap;
}
.info li{
width:33%;
padding: 0 10px;
box-sizing:border-box;
}
@media (max-width: 768px) {
.info li{
width:50%;
margin-bottom:15px;
}
}

/* ************************************************
*  ショップ内ヘッダー
* ************************************************ */

#shopcategory_headnavi_t {
  margin:0px auto;
  padding-bottom: 20px;
}

#shopcategory_headnavi_t .header_menu {
  width:100%;
  float: left;
  font-size: 1.2em;
  font-weight: bold;
}
#shopcategory_headnavi_t .header_menu ul {
  width: 100%;
  display: flex;
}
#shopcategory_headnavi_t .header_menu ul li {
  margin-left: 0;
  font-weight: bold;
  position: relative;
  display: inline-block; 
  padding: 1.1em 0;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  border-bottom: solid 2px #ffffff;
  border-left: solid 2px #ffffff;
  background: #d61518;
}

#shopcategory_headnavi_t .header_menu ul li:first-child {
  border-left: none;
}
  #shopcategory_headnavi_t .header_menu ul .menu {
  flex-basis: 25% ; 
}

#shopcategory_headnavi_t .header_menu ul li a {
  text-decoration: none;
  color: #ffffff;	
}
#shopcategory_headnavi_t .header_menu ul li a:hover{
  opacity: 0.7;
}
@media (max-width: 1340px) {
#shopcategory_headnavi_t {
  margin-left: 0px;
  width: 100%;
}
#shopcategory_headnavi_t .header_menu {
  font-size: 1em;
}
#shopcategory_headnavi_t .header_menu ul .menu {
  flex-basis:25%; 
}
#shopcategory_headnavi_t .header_menu ul li:first-child {
  border-left: none;
}
#shopcategory_headnavi_t .header_menu ul li:last-child {
  border-right: none;
}
}


/*TOP＆side ショップリスト */
.shop_list{
  padding-bottom: 30px;
}
.shop_list ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;  
}
.shop_list li{
  margin: 5px 0;
  position: relative;
  width: 47%;
}
.shop_list span{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;  
  color:#FFF;
  text-align: center;
  width: 95%;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.001em
}
.shop_list .zoom-grayscale-link {
    color: #fff;
    display: flex;
    font-size: 0.87em;
    font-weight: bold;
    top:-5px; 
    left: 0;
    position: absolute;
    text-decoration: none;
    height: 100%;
    width: 100%;
    z-index: 2;
}
.zoom-grayscale-photo {
    display: block;
    filter: grayscale(100%);
    transition: all .2s ease-in-out;
    z-index: 1
}
.zoom-grayscale-link:hover {
    text-shadow: 0 0 35px rgba(0,0,0,.8);
}
.zoom-grayscale-link:hover +.zoom-grayscale-photo {
    filter: grayscale(0%);
}
@media (max-width: 1100px) {
.shop_list .zoom-grayscale-link {
    font-size: 1.2em;
}
}

.zoomin-link {
    color: #fff;
    display: flex;
    font-size: 0.87em;
    font-weight: bold;
    top:0; 
    left: 0;
    position: absolute;
    text-decoration: none;
    height: 100%;
    width: 100%;
    z-index: 2;
}
.zoomin-photo {
    display: block;
    transition: all 0.2s ease-in-out;
    z-index: 1;
    transform: scale(1);
  　-webkit-transform: scale(1);
}
.zoomin-link:hover {
    text-shadow: 0 0 35px rgba(0,0,0,.8);
}
.zoomin-link:hover +.zoomin-photo {
    transform: scale(1.1);
  　-webkit-transform: scale(1.1);
}
@media (max-width: 1100px) {
.shop_list .zoomin-link {
    font-size: 1.2em;
}
}

/* ************************************************
*  フリーページ
* ************************************************ */
#free_page {
  padding: 30px 0;
  line-height: 1.8;
  font-size: 14px;
  margin: auto;
  text-align: left;
}

#free_page .free_title {
  width: 100%;
  font-size: 30px;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
  margin-top: 20px;
}
#free_page p {
  font-size: 1.1em;
  margin: 20px 0;
}
#free_page img {
  width: 100%;
  margin: 10px 0;
}
#free_page .attention {
  color: red;
  text-decoration: underline;
}
#free_page .information {
  background-color: #fbfbe9;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 20px;
}
#free_page .information span{
  display: block;
  margin: 2.5px 0;
}
@media (max-width: 768px) {
#free_page {
  width: 95%;
  margin: auto;
  padding-bottom: 50px;
}
#free_page .free_title {
  margin-bottom: 0.8em;
  padding-bottom: 0.2em;
  font-size: 20px;
}
}


/* 20240110 なりすまし注文ページ */
.attention_order h2 {
  background: url("https://img07.shop-pro.jp/PA01438/298/etc/exclamation_mark.png") no-repeat;
  background-size: 33px;
  padding-left:37px;
  text-align: left;
  background-position: left top 12px;
  font-size: 1.8rem;
  color: red;
}

@media (max-width: 768px) {
.attention_order h2 {
  background-size: 30px;
  padding-left:34px;
  background-position: left top 2px;
}
}

#free_page .entrytime {
  display: block;
  margin: 10px 0;
  text-align: right;
}
#free_page .entrytime p {
  font-size: 1em;
}
.l-footer-main .caution {
  margin-top: 10px;
  padding-top: 0;
}
.caution{
  margin:15px 0;
}
.l-footer-main .caution a {
  align-items: center;
  text-align: left;
  color: red;
  font-size: 1em;
  text-decoration:underline;
  height: 20px;
  width: 70%;
  margin: 10px 0 20px 0;
  padding: 0 0 0 28px;
  position: relative;
}

.l-footer-main .caution a::before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  background-image: url("https://img07.shop-pro.jp/PA01438/298/etc/exclamation_mark.png");
  background-size: contain;
  background-repeat: no-repeat;
  text-decoration:underline;
}




/* SocialMedia案内 */
/* ボタン全体 */
.flowbtn11{
 font-family:'Verdana',sans-serif;	
 border-radius:4px;
 position:relative;
 display:flex;
 width:100%;
 height:50px;
 font-size:25px;
 color:#fff!important;
 text-decoration:none;
 text-align:center;
 justify-content: center;
 margin-bottom:5px;
  padding-top:2px;
  box-sizing: border-box;
}
/* Twitter */
.fl_tw1{
 background:#55acee;
}
/* X */
.fl_x1{
 background:#000000;
}


.fa-x:before {
 content: url(https://img07.shop-pro.jp/PA01439/920/etc_base64/eF9sb2dv.png?cmsp_timestamp=20240123150721);
}
/* Instagramアイコン位置 */
.insta_btn11 .fa-instagram{
 position:relative;
 z-index:1;	
}
/* Instagram紫グラデ背景色 */
.insta_btn11{
 background:-webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
 background:linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
 overflow:hidden;
}
/* Instagramオレンジグラデ背景色 */
.insta_btn11:before{
content: '';
position:absolute;
top:17px;
left:-75px;
width:100%;
height:100%;
background:-webkit-radial-gradient(#ffdb2c 5%, rgba(255, 105, 34, 0.65) 45%, rgba(255, 88, 96, 0) 80%);
background:radial-gradient(#ffdb2c 5%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 80%);
}
/* アイコンボタンホバー時 */
.flowbtn11:hover span{
-webkit-transform: rotateX(360deg);
-ms-transform: rotateX(360deg);
transform: rotateX(360deg);
text-decoration:none;
}
/* ボタン内テキスト調整 */
.flowbtn11 span{
font-size:20px;	
position:relative;
left:4px;
bottom:2px;
transition:.6s;	
padding: 20px 0 13px 0;
display:inline-block;	
}
/* ulタグの内側余白を０にする */
ul.snsbtn{
padding:0!important;
}

/* アイコンボタン同士の余白調整 */


@media (max-width: 1100px) {
.snsbtn{
  display: block;
}
.snsbtn li{
  flex:0 0 100%;
}
}

/* 20240201 運営代行案内 */
.about_recruit{
  background-image:url(https://img07.shop-pro.jp/PA01439/920/etc/about_img01.jpg);
background-repeat: no-repeat;
background-size: 100% auto; 
padding: 5px 0 ;
  font-size: 1em;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
}

/*============
nav
=============*/
nav {
  display: block;
  position: fixed;
  top: 0;
  left: -300px;
  bottom: 0;
  width: 300px;
  background: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all .5s;
  z-index: 2147483647;
  opacity: 0;
  visibility: hidden;
}
.openn nav {
  left: 0;
  opacity: 1;
  visibility: visible;
}
nav .innerr {
  padding: 25px;
}
nav .innerr ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav .innerr ul li {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #330000;
}
nav .innerr ul li a {
  display: block;
  color: #330000;
  font-size: 14px;
  font-weight:bold;
  padding: 1em;
  text-decoration: none;
  transition-duration: 0.2s;
}
nav .innerr ul li a:hover {
  background: #e4e4e4;
}
@media screen and (max-width: 420px) {
  #navArea nav {
    width: auto;
    height:100vh;
  }
}
/*============
.toggle_btn
=============*/
 .toggle_btn {
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  transition: all .5s;
  cursor: pointer;
  z-index: 99998;
}
.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 60px;
  height: 6px;
  background-color: #330000;
  border-radius: 4px;
  transition: all .5s;
   border: 0.5px solid #fff;
  box-sizing: border-box;
}
.toggle_btn::after {
	content: "MENU";
	font-size: 18px;
  font-weight:bold;
	position: absolute;
	bottom: -15px;
  left: 3px;
  color:#330000;
  -webkit-text-stroke: 2px #fff;
  text-stroke: 2px #fff;
  paint-order: stroke;
}
.openn .toggle_btn::after {
	content: "CLOSE";
  color:#fff;
  left: 1px;
  -webkit-text-stroke: 0px;
  text-stroke:0px;
  border:none;
}
.toggle_btn span:nth-child(1) {
  top: 16px;
}
.toggle_btn span:nth-child(2) {
  top: 28px;
}
.toggle_btn span:nth-child(3) {
  bottom: 14px;
}
@media screen and (max-width: 599px) {
   .toggle_btn {
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  transition: all .5s;
  cursor: pointer;
  z-index: 99998;
}
.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 50px;
  height: 5px;
  background-color: #330000;
  border-radius: 4px;
  transition: all .5s;
   border: 0.5px solid #fff;
  box-sizing: border-box;
}
.toggle_btn::after {
	content: "MENU";
	font-size: 15px;
  font-weight:bold;
	position: absolute;
	bottom: -15px;
  left: 3px;
  color:#330000;
  -webkit-text-stroke: 2px #fff;
  text-stroke: 2px #fff;
  paint-order: stroke;
}
.openn .toggle_btn::after {
	content: "CLOSE";
  color:#fff;
  left: 1px;
  -webkit-text-stroke: 0px;
  text-stroke:0px;
  border:none;
}
.toggle_btn span:nth-child(1) {
  top: 16px;
}
.toggle_btn span:nth-child(2) {
  top: 28px;
}
.toggle_btn span:nth-child(3) {
  bottom: 6px;
}
}
.openn .toggle_btn span {
  background-color: #fff;
  border:none;
}
.openn .toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
}
.openn .toggle_btn span:nth-child(2) {
  opacity: 0;
}
.openn .toggle_btn span:nth-child(3) {
  -webkit-transform: translateY(-14px) rotate(315deg);
  transform: translateY(-14px) rotate(315deg);
}
@media screen and (max-width: 360px) {
  .openn .toggle_btn{
    display:none;
  }
}
@media screen and (min-width: 421px) {
  .tozi{
    display:none;
  }
}
.tozi{
  border-bottom:none!important;
  margin-bottom:10px!important;
}
.tozi a{
  font-size:17px!important;
}
/*============
#mask
=============*/
#mask {
  display: none;
  transition: all .5s;
}
.openn #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #000;
  opacity: .8;
  z-index: 99997;
  cursor: pointer;
}

/* *********************** */
/* *** Menu カルーセル *** */
/* *********************** */
      #menu { 
            overflow: hidden;
        width:720px;
      }

@media screen and (max-width: 1024px){#menu {
        width:580px;
  }}
@media screen and (max-width: 599px){ #menu{
  margin-top:80px;
 width:90vw;
  }}
      #menu .swiper-main {
        overflow: visible;
        border: 3px solid #330000;
        border-radius: 10px;
        background-color:#330000;
        box-sizing: border-box;
      }
#menu .img_Wrapper {
  overflow: hidden;
  border-radius: 10px;
}
.img_Wrapper img:hover{transform: scale(1.1);
}
      #menu .swiper-thumb {
        padding-top: 8px;
        
      }
      #menu .menu-container {
        width: 720px;
    position: relative;
      }
@media screen and (max-width: 1024px) {
  #menu .menu-container{
  width:580px;
  }}
@media screen and (max-width: 599px) {#menu .menu-container{
  width:90vw;
  }}
      #menu .swiper-main-area {
        display: flex;
        padding-bottom: 4%;
        
      }

      /* レイアウトのためのスタイル */
      #menu .swiper {
        width: 100%;
        padding: 0;
        box-sizing: border-box;
        
      }
      #menu .swiper-slide img {
        height: auto;
    width: 100%;
    object-fit: cover;
        transition: transform .6s ease;
       
      }

      /* スライド内のコンテンツを横並びに配置 */
      #menu .slide-content {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: 4%;
        
      }
     

      /* アニメーション */
      @keyframes fadeInMenu {
        from {
          opacity: 0;
        }
        to {
          opacity: 1;
        }
      }
      #menu .slide-content img {
        width: 100%;
        object-fit: cover;
        border-radius: 7px;
        box-sizing: border-box;
      }
      /* #menu .slider-thumbnail {
        margin: 0 calc(50% - 50vw);
        width: 100vw;
      } */
      #menu .slider-thumbnail img {
        width: 100%;
        cursor: pointer;
        border: 2px solid #330000;
        border-radius: 10px;
      }
      
      /* --------------------------
      SP
      --------------------------*/
      @media screen and (max-width: 1024px) {
              /* レイアウトのためのスタイル */
       #menu .swiper-main-area {
        padding-bottom: 6%;
      }
       #menu .swiper-slide img {
        width: 100%;
      }
      #menu .slide-content {
        flex-direction: column;
        gap: 20px;
      }
      #menu .slide-content-box {
        width: 100%;
        gap: 6%;
      }
      #menu .slide-content-box .slide-detail {
        min-height: 7em;
        font-size: 16px;
        padding-bottom: 8px; 
      }
    }
      @media screen and (max-width: 599px) {
        #menu .swiper {
        width:100%;
        padding: 0;
      }
      #menu .menu-container {
        padding: 0;
      }
      #menu .swiper-main-area {
        padding-bottom: 4%;
      }
      #menu .slide-content img {
        width:100%;
        object-fit: cover;
      }
      #menu .swiper-button {
        display: none;
      }
      }
      [class*=swiper]:focus {
        outline: none;
      }
  #menu .slide-media,
  #menu .thumb-media {
    position: relative;
    overflow: hidden;
  }
  #menu .slide-media img,
  #menu .thumb-media img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #menu .swiper-fade .swiper-slide {
    -webkit-transition-property: opacity, -webkit-transform !important;
    transition-property: opacity, -webkit-transform !important;
    transition-property: opacity, transform !important;
    transition-property: opacity, transform, -webkit-transform !important;
    pointer-events: none;
  }
  #menu .swiper-fade .swiper-slide-active {
    pointer-events: auto;
  }
  #menu .swiper-controller {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 62.5%;
  }
  
  #menu .slide {
    display: block;
    overflow: hidden;
  }
  #menu .slide-media {
    padding-top: 62.5%;
  }
  #menu .slide-media img {
    -o-object-fit: contain;
       object-fit: contain;
  }

  #menu .thumb-media {
    padding-top: 100%;
  }
  #menu .thumb-media img {
    height: calc(100% + 8px);
  }
  #menu .swiper-slide-thumb-active {
    opacity: 0.3;
  }

#info1 .news_date {
  text-align:center;
  font-size:0.9vw;
  color:#fff9f2;
  white-space: nowrap;
  background-color:#330000;
  width:70%;
  margin:auto;
  padding:8px 5px;
  box-sizing: border-box;
  border-radius: 10px; 
  border:2px solid #fff;
}
@media screen and (max-width: 1024px) {
  #info1 .news_date {
    font-size:1em;
    white-space: wrap;
    width:90%;
  }}
@media screen and (max-width: 599px) {
  #info1 .news_date {
    font-size:0.8em;
    white-space: wrap;
    width:90%;
  }}
#info1 span{
  font-size:1vw;
  font-weight:bold;
}
.concept{
  width:200px;
  height:400px;
  background-color:#330000;
  outline:5px solid #fff;
  border-radius: 40px 0 0 40px; 
  margin:70px -18px 0 0;
  color:#fff;
  writing-mode: vertical-rl;
  font-weight:bold;
  font-size:30px;
    text-align:center;
   text-orientation: upright;
  padding:0 30px 0 0;
  line-height:1.5;
   box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .concept{
    display:none;
  }}
.slideset{
  width:100%;
}
.slideset ul{
  display: flex;
  justify-content: center;
}
.slideset li{
  list-style: none;
  
}
