@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  letter-spacing: 1px;
  color: #666666;
}
a, p {
  text-decoration: none;
  font-size: 12px;
}
a:hover {
  text-decoration: none;
}
dt, dd {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.warrper {
  width: 100%;
}
.warrper img {
  width: 100%;
	height: auto;
}
img {
  vertical-align: bottom;
	height: auto;
}
.eng {
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-style: normal;
}
.engBtn {
  font-family: mr-eaves-modern, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
/*--------------------
ヘッダー
---------------------*/
header {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
}

.headerInner {
  height: 70px;
  position: relative;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: rgba(255, 255, 255, 1.0);
}
.logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}
.headBtn {
  position: absolute;
  right: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  z-index: 101;
  max-width: 300px;
  margin: 0 0 0 auto;
  top: 45%;
  transform: translateY(-50%);
}
.headBtn div {
  margin-right: 25px;
  position: relative;
}
.headBtn div:nth-child(3) {
  margin-right: 0;
  padding-right: 20px;
}
/*--------------------------
searchBtn
--------------------------*/
.modal-open {
  cursor: pointer;
  color: #fff;
}
.modal {
  width: 100%;
  height: 100%;
  border: 1px solid #3e3a39;
  position: fixed;
  overflow-y: scroll;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  display: none;
  z-index: 9998;
  padding: 70px 0;
}
.modal-close__wrap {
  position: absolute;
  right: 15px;
  top: 15px;
}
.modal-close {
  background: transparent;
  border-color: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  width: 22px;
  display: block;
  height: 22px;
}
.modal-close span {
  position: relative;
  width: 100%;
  height: 1px;
  background: #3e3a39;
  display: block;
}
.modal-close span:nth-child(1) {
  transform: rotate(45deg);
}
.modal-close span:nth-child(2) {
  transform: rotate(-45deg);
}
.modal.open {
  display: block;
}
/*-------------------------
検索
--------------------------*/
.searchBox {
  max-width: 800px;
  margin: 0 auto;
}
.searchTxt {
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  margin-top: 20px;
}
.search_top {
  min-width: 200px;
  width: 70%;
  margin: 20px auto 0;
  position: relative;
}
.search_top label {
  display: block;
  margin: 0 auto;
}
.search_top input {
  margin: 3px 0;
  border-radius: 3px;
  border: 1px solid #3e3a39;
  color: #999;
  font-size: 12px;
  padding: 2px 10px;
  width: 100%;
}
.search_btn {
	text-align: center;
}
.search_btn button {
  font-size: 11px;
  text-align: center;
  margin: 2% auto;
  padding: 1% 2%;
  border: 1px solid #3e3a39;
  width: 40%;
  cursor: pointer;
  max-width: 300px;
 display: block;
}
.search_btn button:hover {
  border-radius: 10px;
  transition: .4s;
}
.searchWord {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  margin: 2% auto;
}
.searchWord li {
  padding: 0.5rem 1rem;
  border: 1px solid #666;
  border-radius: 3px;
  margin-right: 1%;
  margin-bottom: 1%;
}
.searchWord li a {
  display: block;
  font-size: 11px;
}
/*------------------ 絞り込み検索 ---------------------*/
.s_body {
  width: 100%;
  max-width: 800px;
  margin: 50px auto;
  text-align: center;
}
.s_ttl {
  font-size: 12px;
  letter-spacing: 1.5px;
  font-weight: 600;
  padding-bottom: 5px;
  position: relative;
  text-align: left;
}
.s_ttl:before {
  position: absolute;
  bottom: -3px;
  width: 40px;
  height: 2px;
  content: '';
  border-radius: 3px;
  background: #ccc;
}
.s_cate, .s_size, .s_keyword {
  width: 100%;
  margin: 3% auto 5%;
  padding: 0;
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.s_cate li, .s_size li, .s_keyword li {
  padding: 2px;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
}
.s_keyword li {
  margin: 5px 2px;
}
.s_keyword li a {
  font-size: 13px;
  padding: 3px 7px;
  border: 1px solid #666;
  text-decoration: none;
  border-radius: 3px;
}
.s_keyword li a:hover {
  background: #666;
  color: #fff;
}
.button_box {
  margin: 3% auto 1%;
  text-align: center;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
.s_submitbutton {
  border: 1px solid #666;
  border-radius: 3px;
  background: #fff;
  color: #666;
  padding: 1.3% 6%;
  font-size: 13px;
  margin: 0 1%;
}
.s_submitbutton:hover {
  color: #fff;
  background: #666;
}
.s_input {
  margin: 3% auto 5%;
  text-align: left;
  display: flex;
}
.s_pricefield {
  padding: 5px;
  font-size: 13px;
  max-width: 250px;
  border: 1px solid #999;
  width: 50%;
  margin: 0 2% 0;
}
.s_siborikomi {
  width: 70%;
  margin: 2% auto;
}
/*------------------------
カテゴリ
------------------------*/
.radio-inline__input {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
.radio-inline__label {
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 3px;
  transition: all .2s;
  border: 1px solid;
  font-size: 11px;
  cursor: pointer;
}
.radio-inline__label_2 {
  display: inline-block;
  padding: 1px;
  border-radius: 3px;
  transition: all .2s;
  font-size: 12px;
}
.radio-inline__input:checked + .radio-inline__label {
  background: #999;
  color: #fff;
  text-shadow: 0 0 1px rgba(0, 0, 0, .7);
}
.radio-inline__input:focus + .radio-inline__label {
  outline-color: #555;
  outline-offset: -2px;
  outline-style: auto;
  outline-width: 5px;
}
.radio-inline__input:checked + .radio-inline__label_2 {
  background: #000;
  color: #fff;
  text-shadow: 0 0 1px rgba(0, 0, 0, .7);
}
.radio-inline__input:focus + .radio-inline__label_2 {
  outline-color: #000;
  outline-offset: -2px;
  outline-style: auto;
  outline-width: 5px;
}
/*-----------------------------------------------
カラー検索
------------------------------------------------*/
.color_search {
  width: 100%;
  margin: 3% auto 5% !important;
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}
.color_search li {
  width: 37px;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  padding: 1% 0.5%;
}
/*----------------------------------------------*/
.s_colortip {
  display: block;
  width: 32px;
  height: 32px;
  border: 1px solid #333;
}
.s_colortip:hover {
  cursor: pointer;
}
/*----------------
帯
-------------------*/
.ribbon {
  margin-top: 70px;
  text-align: center;
}
.ribbon a {
  color: #fff;
  display: block;
  background: #999;
  padding: 10px 0;
}

/*-------------------------
コンテンツ
-------------------------*/
.InnerContents {
  max-width: 1400px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 auto 5%;
}
.liftContents {
  width: 20%;
}
.rightContents {
  width: 80%;
  margin-left: 3%;
	overflow: auto;
  max-width: 1200px;
	overflow-x: hidden;
}
/*-------------------------
レフトナビ
-------------------------*/
.naviMember {
    padding: 5% 1% 3%;
    background: #ccc;
    width: 100%;
    margin: 1% auto;
    text-align: center;
  }
  .loginBtn div a, .Member a {
    padding: 8px 18px;
    background: #fff;
  }
  .loginBtn div, .Member div {
    border: 1px solid #fff;
  }

.loginBtn {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.loginBtn div {
  margin: 3% 1%;
  border: 1px solid #3e3a39;
}
.loginBtn div a {
  padding: 8px 18px;
  display: block;
  color: #3e3a39;
  font-size: 11px;
}
.Member {
  margin: 5% auto;
}
.Member div {
  border: 1px solid #3e3a39;
  display: inline-block;
  margin: 3% 1%;
}
.Member a {
  display: block;
  padding: 8px 18px;
}
.naviContents {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 10% auto;
}
.naviContents li {
  width: 49%;
  border: 1px solid #3e3a39;
  margin: 0.5%;
  text-align: center;
}
  
.naviContents a {
  font-size: 11px;
  display: block;
  padding: 12px 0;
}
.navi-ttl {
  font-size: 14px;
  margin-bottom: 2%;
  font-weight: 600;
  color: #3e3a39;
}
.naviCategory, .naviType, .naviBrand, .naviGuide {
  margin: 0 auto 10%;
	border-bottom: 1px solid #ccc;
    padding-bottom: 5%;
}
.naviCategory li, .naviType li, .naviBrand li, .naviGuide li {
  margin-bottom: 1%;
}
.naviCategory a, .naviType a, .naviGuide a {
  font-size: 12px;
  display: block;
  padding: 5px;
}
.naviCategory a:hover, .naviType a:hover, .naviGuide a:hover {
  background: rgba(0, 0, 0, .1);
  transition: .4s;
}
.naviBrand li {
  margin-top: 5%;
}
img.brandLogo {
  width: 80px;
  margin-bottom: 5px;
}
img.pierrot {
  width: 200px;
}
.naviBrand dl {
  margin: 1% auto 7%;
}
.naviBrand dt {
  font-size: 11px;
}

/*-----------------------
カテゴリ
----------------------*/
.accordion-click {
  display: block;
  margin: 0 auto;
  width: 90%;
  padding: 1%;
  border: 2px solid #666666;
  border-radius: 3px;
  cursor: pointer;
  font-size: 13px;
  text-align: left;
  position: relative;
  max-width: 600px;
}
.accordion-click:after {
  content: '';
  display: block;
  position: absolute;
  margin-top: -20px;
  right: 7%;
  width: 10px;
  height: 10px;
  border-right: 1px solid #666666;
  border-bottom: 1px solid #666666;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.accordion-content {
  width: 90%;
  margin: 0 auto;
  border: 1px solid #666666;
  border-radius: 3px;
  max-width: 600px;
  border-top: none;
  border-top-left-radius: none;
  border-top-right-radius: none;
}
.accordion-content ul {
  width: 100%;
  list-style: none;
}
.accordion-content ul li {
  font-size: 13px;
}
.accordion-content a {
  display: block;
  padding: 10px;
}
.accordion-content a:hover {
  background: rgba(0, 0, 0, .1);
  transition: .4s;
}
.top_keyword {
  width: 90%;
  max-width: 600px;
  margin: 1% auto;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.top_keyword li {
  padding: 2px;
  display: contents;
}
.top_keyword li a {
  padding: 2% 3%;
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  border-radius: 3px;
  font-size: 11px;
  margin-right: 1%;
  margin-bottom: 3px;
}
/*----------------------
ハンバーガーメニュー
----------------------*/
#overlay {
  display: none;
}
/*------------------
footer
--------------------*/
footer {
  background: #f2f2f2;
}
.foot_ribbon {
  width: 100%;
  text-align: center;
  background: #3e3a39;
}
.foot_ribbon a {
  display: block;
  padding: 1%;
  color: #fff;
  letter-spacing: 2px;
}
.footerAccordion {
  display: none;
}
.footerList {
  width: 97%;
  max-width: 900px;
  margin: 5% auto 2%;
}
.footerList ol {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
}
.footerList ol li p {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.footerList ol li a {
  font-size: 12px;
  line-height: 2.2;
}
.footerList ol li a:hover {
  text-decoration: underline;
  transition: .4s;
}
.footerSns ol {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footerSns ol li {
  margin: 1%;
}
.footerSns ol li a:hover {
  opacity: 0.5;
  transition: .4s;
}
.footerApp {
  margin: 3% auto;
  width: 100%;
}
.appinfo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.appIcon {
  border-radius: 15px;
}
.appinfo div:nth-child(2) {
  margin-left: 2%;
}
.appinfo div dt {
  font-size: 13px;
  margin-bottom: 5px;
}
.appinfo div dd {
  font-size: 11px;
}
.appLink {
  display: flex;
  justify-content: center;
  align-items: center;
}
.appLink div {
  margin: 1%;
}
.fotter_attention {
  text-align: center;
  font-size: 11px;
  margin: 5% auto 1%;
}
.copys {
  text-align: center;
  font-size: 10px;
  color: #666;
  padding-bottom: 3%;
}
.soldout .fs-c-productListItem__imageContainer a {
		position: relative;
	}	
.soldout .fs-c-productListItem__imageContainer a::after {
	content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.5);
		top: 0;
		left: 0;
	}
@media all and (min-width: 1500px) {}
@media all and (max-width: 1500px) {
  .liftContents {
    width: 28%;
    padding-left: 1%;
    padding-right: 1%;
  }

  .loginBtn div {
    margin: 3% 0.5%;
  }
  .loginBtn div a {
    padding: 5px 12px;
  }
  .Member a {
    padding: 5px 12px;
  }

  
}
@media all and (max-width: 1040px) {
 .naviContents {
    display: block;
    margin-bottom: 15%;
  }
  .naviContents li {
    width: 70%;
    margin: 3% 0;
  } 
  .naviCategory, .naviType, .naviBrand, .naviGuide {
	    margin: 0 auto 15%;
	border-bottom: none;
    padding-bottom: 0;
}
}
@media all and (max-width: 990px) {
  .footerList {
    width: 80%;
  }
  .ribbon a {
    font-size: 12px;
  }
  .foot_ribbon a {
    font-size: 12px;
  }
/*----------------------
ハンバーガーメニュー
----------------------*/
.liftContents {
    display: none;
  }
  .rightContents {
    width: 97%;
    margin: 0 auto;
  }
 /*----------------------
ハンバーガーメニュー	
----------------------*/
  #overlay {
    top: 70px;
    width: 100%;
	  max-width: 600px;
    height: 100%;
    background: #fff;
    z-index: 100;
    visibility: hidden;
    position: fixed;
    display: block;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 70px;
  }
  #overlay-button {
    position: absolute;
    left: 1%;
    top: 50%;
    transform: translateY(-50%);
    padding: 26px 11px;
    z-index: 101;
    cursor: pointer;
    user-select: none;
    z-index: 102;
  }
  #overlay-button span {
    height: 1px;
    width: 25px;
    background-color: #666;
    position: relative;
    display: block;
    transition: all .2s ease-in-out;
  }
  #overlay-button span:before {
    top: -10px;
    visibility: visible;
  }
  #overlay-button span:after {
    top: 10px;
  }
  #overlay-button span:before, #overlay-button span:after {
    height: 1px;
    width: 25px;
    background-color: #666;
    position: absolute;
    content: "";
    transition: all .2s ease-in-out;
  }
  #overlay-button:hover span, #overlay-button:hover span:before, #overlay-button:hover span:after {
    background: #666;
  }
  input[type=checkbox] {
    display: none;
  }
  input[type=checkbox]:checked ~ #overlay {
    visibility: visible;
  }
  input[type=checkbox]:checked ~ #overlay-button:hover span, input[type=checkbox]:checked ~ #overlay-button span {
    background: transparent;
  }
  input[type=checkbox]:checked ~ #overlay-button span:before {
    transform: rotate(45deg) translate(7px, 7px);
  }
  input[type=checkbox]:checked ~ #overlay-button span:after {
    transform: rotate(-45deg) translate(7px, -7px);
  }
  .overlayInner {
    margin: 2% 15% 10%;
  }
  #overlay.active {}
  #overlay ul {}
  #overlay ul li {
    padding: 1em;
  }
  #overlay ul li a {
    color: #666;
  }
  .naviContents {
    display: flex;
    margin-bottom: 1%;
    margin: 2% auto 5%;
  }
  .naviContents li {
    width: 47.3%;
    margin: 1%;
    border: 1px solid #999;
  }
  .naviMember {
    text-align: center;
  }
  .loginBtn {
    justify-content: center;
  }
  .Member {
    margin: 2% auto;
  }
  .loginBtn div a, .Member a {
    padding: 8px 18px;
  }
  .naviCategory, .naviType {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 5%;
  }
  .naviCategory li, .naviType li {
    border: 1px solid #999;
    padding: 8px 18px;
    margin-right: 1%;
  }
  .navi-ttl {
    text-align: center;
  }
  .naviBrand li {
    text-align: center;
    padding: 3%;
    width: 80%;
    margin: 0 auto 1%;
  }
  .naviBrand dl {
    margin: 1% auto 0;
  }
  .naviBrand dt {
    text-decoration: underline;
  }
  .naviCategory a, .naviType a, .naviGuide a {
    text-align: center;
  }	
}
@media all and (max-width: 769px) {
.headBtn div {
  margin-right: 20px;
}	
  .overlayInner {
    margin: 2% 3% 10%;
  }
  .naviCategory li {
    padding: 5px 0px;
    margin-right: 1%;
    width: 32.3%;
  }
  .naviCategory a, .naviType a, .naviGuide a {
    font-size: 11px;
  }
  .slider img {
    opacity: 1!important;
  }
  .rightContents {
    width: 98%;
  }
  .logo {
    position: absolute;
    top: 50%;
    left: 55px;
    transform: translate(0, -50%);
    z-index: 100;
  }
  
  /*-----------------------
footer	
-------------------------*/
  .foot_ribbon a {
    padding: 3%;
  }
  .footerList {
    display: none;
  }
  .footerAccordion {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 3em auto;
    flex-wrap: wrap;
  }
  .footerAccordion div {
    margin: 1%;
  }
  .toggle {
    display: none;
  }
  .option {
    position: relative;
    margin-bottom: 1em;
    width: 45%;
  }
  .title, .content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
  }
  .title {
    border: solid 1px #999;
    padding: 1em;
    display: block;
    color: #3e3a39;
    font-size: 13px;
    text-align: center;
  }
  .content {
    max-height: 0;
    overflow: hidden;
  }
  .content p a {
    font-size: 12px;
    padding: 10px;
    display: block;
    border-bottom: 1px solid #999;
  }
  .toggle:checked + .title + .content {
    max-height: 700px;
    transition: all 1.5s;
  }
  .SPfooterInfo {
    width: 45%;
  }
  .SPfooterInfo a {
    font-size: 11px;
    line-height: 2.0;
  }
  .footerSns ol li {
    margin: 3%;
  }
  .appLink div {
    margin: 3%;
  }
  .fotter_attention {
    margin: 10% auto;
    width: 75%;
  }
  .copys {
    padding-bottom: 5%;
  }
}
@media all and (max-width: 500px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  section {
    margin: 0 auto 25%;
  }
.logo {
    width: 20%;
}	
#overlay-button span:before, #overlay-button span:after {
    width: 25px;
}	
.naviContents li {
    width: 48%;
    margin: 1% auto;
}	
/*-------------------
search	
--------------------*/
  .search_top, .searchWord, .s_siborikomi {
    width: 90%;
  }
  .overlayInner {
    margin: 2% 0% 10%;
  }
  .naviCategory {
    display: block;
    border-top: 1px solid #ccc;
  }
  .naviCategory li {
    padding: 5px 0px;
    margin: 0;
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
  }
  .naviCategory a {
    text-align: left;
    padding-left: 20px;
    position: relative;
  }
  .naviCategory a::after {
    content: "";
    display: block;
    position: absolute;
    right: 3%;
    top: 33%;
    width: 10px;
    height: 10px;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .naviType {
    width: 95%;
  }
  .naviType li {
    padding: 8px 5px;
  }
  .navi-ttl {
    margin-top: 10%;
    text-align: center;
  }
  .naviBrand li {
    text-align: left;
    width: 100%;
  }
  .navi-ttl {
    margin-top: 10%;
    text-align: left;
    width: 95%;
    margin: 10% auto 3%;
  }
  .naviCategory a, .naviType a, .naviGuide a {
    text-align: left;
  }
  .naviGuide {
    width: 95%;
  }
  .Member {
    margin: 2% auto 0;
  }
  .naviMember {
    background: #ccc;
    width: 100%;
    margin: 1% auto;
    text-align: center;
  }
  .loginBtn div a, .Member a {
    padding: 8px 18px;
    background: #fff;
  }
  .loginBtn div, .Member div {
    border: 1px solid #fff;
  }
  .naviContents {
    width: 98%;
  }

  .ribbon a {
    font-size: 11px;
  }
 
	
}