@charset "utf-8";
.wrapper { width: 100% ; height: 100%; margin: 0;  }

.contents_wrap { width: 90%; max-width: 1200px; margin: 0 auto; }
img { max-width: 100%; vertical-align: bottom; }
a:hover { opacity: .7; }

.box-section{ padding: 100px 0; }
.box-section-t{ padding-top: 100px; }

@media screen and (max-width: 900px) {
  .box-section{ padding: 60px 0; }
  .box-section-t{ padding-top: 60px; }
  
}


.header { padding-top: 1em; background: #EDEDED; position: relative;  }
.header .contents_wrap { display: flex; justify-content: space-between; flex-wrap: wrap; }

.head-logo { width: 150px; font-size: .5rem; text-align: center; }
.head-logo span { display: block; }
.head-desc { font-size: .5rem; width: calc(50% - 80px); }
.head-shop-menu { width: calc(50% - 80px); text-align: right; margin-top: 1em; display: flex; align-items: center; justify-content: flex-end;  }
.head-shop-menu > li { display: inline-block; vertical-align: middle; position: relative;  }
.head-shop-menu > li + li { margin-left: 10px; }
.head-shop-menu a { display: block; padding: .5em 1em; border-radius: 5px; box-shadow: 0 5px rgba(0,0,0,.1); font-size: .875rem; line-height: 150%;  }
.head-shop-menu .icon { display: inline-block; vertical-align: middle; margin-right: .5em; width: auto; height: 1em;}

.head-shop-menu .shopinfo { background: #FFF; }
.head-shop-menu .sitemap { background: #631E34;color: #FFF;  }
.head-shop-menu .search { background: #333333; border-radius: 50%; width: 2.5rem; height: 2.5rem; text-align: center; box-shadow: none;  border: none; padding: 0; position: relative; }
.head-shop-menu .search .icon { margin: 0; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 1rem; height: 1rem; display: block; }
.head-shop-menu .cart { background: #333333; color: #FFF;  }

.head-search { display: none; position: absolute; top: 100%; right: 0; margin: auto; width: 270px; padding-top: 20px; z-index: 99;  }
.head-search.open { display: block; }
.head-search input { border: none; outline: none; padding: .5em; line-height: 200%;  border-radius: 0; width: 100%; display: block; background: #FFF url("../img/search-red.svg") no-repeat right 1em center; }


.head-tab { margin-top: -1em; display: flex; }
.head-tab > li { display: inline-block; vertical-align: middle; position: relative; }
.head-tab > li + li { margin-left: 10px; }
.head-tab > li > a { display: block; padding: 1em 2em; border-radius: 5px 5px 0 0; box-shadow: 5px 0 rgba(0,0,0,.15);  }
.head-tab .product { background: #631E34; color: #FFf; }
.head-tab .contact { background: #986978; color: #FFf; 
    box-shadow: none;}
.head-tab .icon { width: 1em; height: auto; vertical-align: middle; display: inline-block; margin-left: .5em; }

.head-tab .sublist { display: none; position: absolute; left: 0; top: 100%; margin: auto; background: #FFF; z-index: 3; font-size: .85rem; width: 18em;  }
.head-tab .sublist.open {display: block;  padding: 1.5em; }
.head-tab .sublist a { padding: .3em 0; }
.head-tab .sublist .hierarchy1 { display: flex; padding-left: 1em; position: relative;}
.head-tab .sublist .hierarchy2 { padding-left: 1.5em; }
.head-tab .sublist .hierarchy3 { padding: .2em 0 .2em 2.5em; font-size: .8rem; }
.head-tab .sublist .hierarchy2 p::before,
.head-tab .sublist .hierarchy3 p::before { content: '-';}
.head-tab .sublist p { display: inline; }
.hierarchy11,.hierarchy12 { display: block; margin-left: auto; position: relative; z-index: 10;}
.list-open { width: 50px;}

@media screen and (max-width: 1200px) {
  .head-shop-menu a  { font-size: .7rem; }
  .head-tab a { padding: .8em 1em; font-size: .6rem; }
}

@media screen and (max-width: 1000px) {
  .head-shop-menu > li + li { margin-left: 5px; }
  .head-tab a { padding: .8em 1em; font-size: .9rem; }
  .header { 
    padding-top: 25px;
    height: 70px; }
  .header .head-desc { position: absolute; top: 1em; left: 5%; width: 90%; line-height: 120%; font-size: .4rem;}
  .head-logo {     width: 100%;
    text-align: left;
    padding-left: 50px; }
  .head-logo span { display: none; }
  .head-logo img { width: 90px; }
   .head-shop-menu { width: calc(50%);}
  
  .head-shop-menu { position: absolute; top: 1.5em; right: 5%; margin-top: 0;  }
  .head-shop-menu .nosp { display: none; }
  .head-shop-menu a { width: 1.8rem ;height: 1.8rem; font-size: 1em; display: flex; justify-content: center; align-items: center; padding: .5em;  }
  .head-shop-menu .search { width: 2.2rem ;height: 2.2rem; padding-top: .6em; }
  .head-shop-menu .icon{ margin-right: 0; line-height: 1.5rem; }
  .head-shop-menu .cart { width: 4em; font-size: .7em;  }
  .head-shop-menu .cart .icon { margin-right: .5em;  }
  
  .head-tab { margin: .5em 0 0 auto; }
  .head-tab a { padding: .5em 1em; font-size: .6rem; }
}

.footer { background: url("../img/bg-footer.jpg") no-repeat center bottom / cover; color: #FFF; padding: 8rem 0 30vw; position: relative; margin-top: 200px; }
.footer:before { content: ''; width: 100%; height: 100%; display: block; background: rgba(34,34,34,.7) ; position: absolute; top: 0; left: 0; margin: auto; }
.footer-top { border-bottom: 1px solid #626262; padding-bottom: 5em; margin-bottom: 3em; position: relative; z-index: 2; }
.foot-info { display: flex; flex-wrap: wrap; justify-content: space-between; }
.foot-info > li { width: 30%; font-size: .875rem; }
.foot-info .title { text-align: center; margin-bottom: 2em; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; font-size: .6rem; position: relative; z-index: 2; }

.footer-menu  > li,
.foot-navi > li { display: inline-block; vertical-align: middle; }
.footer-menu  > li + li,
.foot-navi > li + li { margin-left: 2em; }


@media screen and (max-width: 900px) {
  .footer { padding: 4rem 0 15vw; margin-top: 100px;  }
  .foot-info > li { width: 100%; margin-bottom: 3em; }
}


.gotop { width: 3.4rem; height: 3.4rem; background: #631E34; display: block; position: absolute; left: 0; right: 0; top: -1.7rem; margin: 0 auto; }
.gotop:before { content: ''; width: .6em; height: .6em; display: block; border-top: 2px solid #FFF; border-left: 2px solid #FFF; transform: translateY(50%) rotate(45deg); position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; }


button.sp-btn{
	display: none;
}

@media (max-width: 1000px){
/*モバイル用ハンバーガーメニュー*/
button.sp-btn {
    position: absolute;
    bottom: 5px;
    left: 10px;
    width: 50px;
    height: 50px;
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.sp-btn-inner {
    width: 30px;
    height: 2px;
    background: #631f34;
    position: relative;
    transition: .4s all ease;
}
.sp-btn-inner::before, 
.sp-btn-inner::after {
    content: "";
    width: 100%;
    height: 100%;
    background: #631f34;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    transition: .4s all ease;
}
.sp-btn-inner::before {
    top: -10px;
}
.sp-btn-inner::after {
    bottom: -10px;
}
button.sp-btn.is-open .sp-btn-inner {
    background: transparent;
}

button.sp-btn.is-open .sp-btn-inner::before, 
button.sp-btn.is-open .sp-btn-inner::after {
    bottom: 0;
    top: 0;
}

button.sp-btn.is-open .sp-btn-inner::before {
    transform: rotate(135deg);
}

button.sp-btn.is-open .sp-btn-inner::after {
    transform: rotate(-135deg);
}
.head-tab > li + li {
    margin: 0;
}
.head-tab {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    position: absolute;
    top: 70px;
    left: -100%;
    z-index: 1000;
    background: #fff;
    margin: 0;
    width: 90vw;
    height: 100vh;
    transition: .6s all ease;
}
.head-tab.is-active {
    left: 0;
}
.head-tab::before {
    content: "";
    width: 100vw;
    height: 100%;
    background: rgba(0,0,0,.7);
    position: fixed;
    top: 70px;
    left: 0;
    z-index: -1;
    opacity: 0;
	 visibility: hidden;
    transition: .6s all ease;
}
.head-tab.is-active::before {
    opacity: 1;
	visibility: visible;
}
.head-tab .sublist li{ padding: 0; }
.head-tab .sublist p{ padding: 1em; display: inline-block; }
	
.head-tab > li > a {
    border-radius: 0;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    font-size: 1em;
    padding: 1em;
}
.head-tab .icon {
    margin: 0 .5em 0 0;
}
.head-tab > li > a {
    border-radius: 0;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    font-size: 1em;
    padding: 1em;
}
.head-tab .icon {
    margin: 0 .5em 0 0;
}
.head-tab .product {
    display: none;
}
.head-tab .sublist {
    display: block;
    font-size: 1rem;
    width: 100%;
}
.head-tab .sublist li {
    border-bottom: 1px solid #B9B9B9;
}
.head-tab .sublist .hierarchy3{
	padding-left: 3em;
}
.head-tab .sublist a {
    padding: 0;
    font-size: 1em;
}
.head-tab .sublist .hierarchy2, 
.head-tab .sublist .hierarchy3 {
    display: none;
}
.head-tab .sublist .hierarchy2.is-display,
.head-tab .sublist .hierarchy3.is-display{
    /* display: block; */
    display: flex;
}

.hierarchy11,.hierarchy12 { 
    display: block; 
    width: 55px; 
    height: 55px; 
    margin-left: auto; 
    position: relative; 
    z-index: 10;
}

.has-children {
    position: relative;
}
.has-children::before,
.has-children::after {
	content: "";
	width: 1.5em;
	height: 1px;
	background: #631f34;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	transition: .4s transform ease;
}
.has-children::after {
    transform: rotate(90deg);
}
.has-children.is-active::after {
    transform: rotate(180deg);
}
}

@media (min-width: 1000px){
/*PC用アコーディオンメニュー*/
.head-tab .sublist .hierarchy2, 
.head-tab .sublist .hierarchy3 {
    display: none;
}
.head-tab .sublist .hierarchy2.is-display,
.head-tab .sublist .hierarchy3.is-display{
    display: flex;
}
.has-children {
    position: relative;
}
.has-children::before,
.has-children::after {
	content: "";
	width: 1.5em;
	height: 1px;
	background: #631f34;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	transition: .4s transform ease;
}
.has-children::after {
    transform: rotate(90deg);
}
.has-children.is-active::after {
    transform: rotate(180deg);
}
/* .list-open:hover {
    cursor: pointer;
} */
}