@charset "UTF-8";

/*
 common
======================================================= */
html{
  overflow: auto;
}
body{
  position: relative;
  overflow-x: hidden;
  min-width: 960px;
}
.main_contents{
  color: #333;
}
.win960{
  width: 960px;
  transform: translateX(-50%);
  margin-left: 50%;
}

#a01{
  padding-bottom: 120px;
}

/*
 kanban
======================================================= */
/* tab01 */
.tab01 ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  width: 625px;
  transform: translateX(-50%);
  margin-left: 50%;
  padding-top: 8px;
  gap: 10px;
}
.tab01._women {
  border-bottom: 2px solid #C88989;
}
.tab01._men {
  border-bottom: 2px solid #5a8bb8;
}
.tab01 ul>li {
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 100%;
  height: 51px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.tab01 ul>li:nth-child(2) {
  position: relative;
  overflow: hidden;
}
.tab01 ul>li:nth-child(2).active {
  position: relative;
  overflow: visible;
  border-right: none;
  border-left: none;
}
.tab01 ul>li:nth-child(3) {
  border-top-left-radius: 10px;
  border-top-right-radius: 0!important;
  overflow: hidden;
}
.tab01 ul>li:nth-child(3).active {
  overflow: visible;
}
.tab01 ul>li.border {
  position: relative;
  overflow: hidden;
  border: 1px solid #cccccc;
  border-bottom: none;
}
.tab01 ul>li.active {
  border: none;
  font-weight: bold;
  width: 107%;
}
.tab01 ul>li>* {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #494949 !important;
  background-color: #fff;
}
.tab01 ul>li.active>* ,
.tab01._men .content01 a:hover {
  background-color: #fff;
  padding-top: 4px;
  padding-bottom: 1px;
  margin-top: -5px;
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
  border-top: solid 1px #C88989;
  border-right: solid 1px #C88989;
  color: #fff !important;
  background-color: #C88989;
  box-sizing: content-box;
}
.tab01._men .content01 a:hover ,
.tab01._women .content02 a:hover {
  border: none;
  text-decoration: none;
  color: #fff!important;
}
.tab01 ul>li:first-child.active {
  border-right: solid 1px #C88989;
}
.tab01 ul>li:nth-child(2).active>* ,
.tab01._women .content02 a:hover {
  border-right:none;
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
  width:calc(100% - 1px);
  border-top: solid 1px #5a8bb8;
  background-color: #5a8bb8;
}

/* kanban_lead_box */
.kanban_lead_text{
  font-size: 20px;
  letter-spacing: 0.4px;
  text-align: center;
  color: #494949;
  margin-bottom: 54px;
  line-height: 1.5;
}

/* .index01 */
.index01{
  width: 678px;
  margin: 0 auto;
  margin-bottom: 126px;
}
.index01 .index_box{
  gap: 24px;
}
.index01 a.anchorNav__menuLink{
  display: flex;
  flex-wrap:wrap;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 66px;
  font-size: 18px;
  text-align: center;
  color: #fff!important;
  border-radius: 5px;
  background: #b29c83;
  box-sizing: border-box;
  padding: 12px 0 29px;
}
.index01 a.anchorNav__menuLink::before{
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 18px;
  right: 0;
  left: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: rotate(136deg);
}
.index01 .anchorNav__menuItem a:hover{
  opacity: .8;
  text-decoration: none;
}

/*
 section
======================================================= */
.section__heading {
  position: relative;
  padding: 32px 0 27px;
  font-weight: bold;
  text-align: center;
  color: #685741;
  line-height: 1.5;
  letter-spacing: 0.64px;
}
.section__heading::before{
  content: "";
  background-color: #eee9e3;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 500%;
  margin: 0 -500%;
  z-index: -1;
}
.section__headingInner{
  font-size: 30px;
}
.section__headingaccent {
  display: block;
  text-align: center;
  width: 145px;
  margin: 0 auto 7px;
}
.section__description {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #685741;
}
.section[data-layout=default] .section__description > span{
  display: inline-block;
  justify-content: center;
  align-items: center;
  padding: 0 14px;
}
.section[data-layout=default] .section__description > span::before,
.section[data-layout=default] .section__description > span::after{
  content: '';
  display: block;
  width: calc(100% + 96px);
  margin-left: -50px;
  height: 1px;
  background-color:#B29C83;
}
.section[data-layout=default] .section__description > span::before{
  margin-bottom: 14px;
}
.section[data-layout=default] .section__description > span::after{
  margin-top: 16px;
}
.section[data-layout=default] .section__inner {
  margin-top: 32px;
  /* margin-top: 55px; */
  position: relative;
}
#a02.section[data-layout=default] .section__inner {
  margin-top: 55px;
}
#a03.section[data-layout=default] .section__inner {
  margin-top: 55px;
}
.section__inner--brand + .section__inner--brand {
  margin-top: 40px;
}
.section__inner--brand::after{
  display: block;
  content: "";
  border-bottom: 1px solid #b29c83;
  width:800px;
  margin:56px auto 46px; 
}
.section__inner--brandSearch {
  position: relative;
  padding: 10px 0;
  margin-top: 0!important;
}
.section[data-layout=highlight] {
  position: relative;
  padding: 101px 0 48px;
}
.section[data-layout=highlight]::before {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  width: 100vw;
  height: 100%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}
.section[data-layout=highlight][data-bgc=f8f8f8]::before {
  content: "";
  background-color: #F8F8F8 !important;
}
.section[data-layout=highlight] .section__heading {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #494949;
  background: inherit!important;
  margin-bottom: 55px;
  padding: 0;
}
.section__inner--padding {
  padding-right: 16px;
  padding-left: 16px;
}
.section[data-layout=highlight][data-bgc=f8f8f8]::before {
  content: "";
  background-color: #F8F8F8 !important;
}
.section[data-layout=highlight] .section__heading::before{
  content: none;
}
.highlight ul li a:hover{
  opacity: .8;
}
/* ad_area */
.ad_area{
  padding: 0 16px;
}
/*
 brand
======================================================= */
.brand__logo{
  text-align: center;
  margin-bottom: 6px;
}
.brand__logotextEn{
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.brand__logotextJp{
  font-size: 14px;
  text-align: center;
  color: #000;
  margin-top: 9px;
  margin-bottom: 32px;
}
.viewmore{
  width: 137px;
  margin: 56px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.viewmore:hover{
  text-decoration: none;
  opacity: .8;
}
.viewmore__text{
  font-size: 14px;
  line-height: 1;
  color: #685741!important;
  display: block;
}
.viewmore__arrow{
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 11px;
  background-color: #eee9e3;
  margin-left: 4px;
  position: relative;
}
.viewmore__arrow::before{
  content: '';
  width: 7.33px;
  height: 7.33px;
  border-right: solid 1px #685741;
  border-bottom: solid 1px #685741;
  transform: rotate(-45deg);
  display: block;
  position: absolute;
  top: 7px;
  right: 8px;
}
/* ------------------------------------------------------------

heading [.heading]

------------------------------------------------------------ */
.heading[data-layout=default] {
  font-weight: bold;
  text-align: center;
  line-height: 1;
  font-size: 20px;
  color: #685741;
  margin-bottom: 27px;
}
/* ------------------------------------------------------------

officialbrand [.officialbrand]

------------------------------------------------------------ */
.officialbrand {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #eee9e3;
  border-radius: 5px;
  padding: 24px;
  gap: 24px;
}
.officialbrand__list {
  width: calc((100% - 96px) / 5 - 0.01px);
}
.officialbrand__link {
  box-sizing: border-box;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 78px;
  padding: 8px;
  background-color: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.officialbrand__link:hover{
  opacity: .8;
}
/* ------------------------------------------------------------

searchbrand [.searchbrand]

------------------------------------------------------------ */
.searchbrand__wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -10px 0 0 -10px;
  width: 100%;
}
.searchbrand__wrap2 {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -10px 0 0 -5px;
}
.searchbrand__list {
  margin: 10px 0 0 10px;
}
.searchbrand__link {
  color: #000 !important;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 9px 16px;
  border-radius: 22px;
  background-color: #fff;
  border:solid 1px #B29C83;
  box-sizing: border-box;
}
.searchbrand__link:hover{
  text-decoration: none;
  opacity: .8;
}
/* ------------------------------------------------------------

category [.category]

------------------------------------------------------------ */
.category {
  display: flex;
  flex-wrap: wrap;
  gap: 62px 24px;
  width: 640px;
  margin: 0 auto 120px;
}
.category__list {
  width: 141px;
}
.category > .category__list:nth-child(3n){margin-right: 0!important;}
.category__link {
  font-size: 16px;
  line-height: 1.25;
  text-align: center;
  color: #000!important;
}
.category__link:hover{
  opacity: .8;
  text-decoration: none;
}
.category__image{margin-bottom: 20px;}

/* ------------------------------------------------------------

menu [.menu]

------------------------------------------------------------ */
.menu[data-layout=default] {
  list-style: none;
  display: flex;
  align-items: flex-end;
  background-color: #E6E6E6;
}
.menu[data-layout=default] .menu__item {
  width: calc((100% - 0px) / 2 - 0.01px);
}
.menu[data-layout=default] .menu__button {
  font-size: 13px;
  color: #494949;
  position: relative;
  border-radius: 5px 5px 0 0;
  border: none;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 32px;
  padding: 0;
  background-color: #fff;
  -webkit-appearance: none;
          appearance: none;
  cursor: pointer;
}
.menu[data-layout=default] .menu__button.-active {
  color: #fff;
  z-index: 1;
  height: 40px;
  
  cursor: default;
}
#pitari_main_female .menu__button.-active{background-color: #C88989;}
#pitari_main_male .menu__button.-active{background-color: #5a8bb8;}
.menu[data-layout=floating] {
  list-style: none;
}
.menu[data-layout=floating] .menu__button {
  font-size: 13px;
  color: #fff;
  line-height: 1.5;
  position: relative;
  border-radius: 9.5px;
  border: none;
  outline: none;
  display: none;
  justify-content: center;
  align-items: center;
  width: 95px;
  height: 52px;
  padding: 0;
  background-color: #494949;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}
.menu[data-layout=floating] .menu__button:hover{
  opacity: .8;
  text-decoration: none;
}
.menu[data-layout=floating] .menu__button:not(.-active) {
  display: flex;
}
.menu[data-layout=floating] .menu__button[value="women"]{background-color: #C88989;}
.menu[data-layout=floating] .menu__button[value="men"]{background-color: #5a8bb8;}
/* ------------------------------------------------------------

floating_notification-1.2.0.js [.RJSFloatingNotification]

------------------------------------------------------------ */
.RJSFloatingNotification[data-layout=default] {
  position: fixed;
  z-index: 100;
  bottom: 64px;
  right: 8px;
}

/*
rule
======================================================= */
.rule{
  padding: 40px 16px;
  background-color: #f7f7f7;
}
/*
floating navi
======================================================= */
.ecm-floating-navi-container{
  background-color: #B29C83;
}
.ecm-floating-navi{
  box-sizing: border-box;
  height: auto;
  padding: 7px 0;
  background-color: #B29C83;
  box-shadow: none;
  gap: 21.5px;
  width: 673px;
  margin: 0 auto;
}
.ecm-floating-navi-item{
  font-size: 18px;
  color: #fff;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  height: 50px;
}
.ecm-floating-navi-item.ecm-floating-navi-item-anchor[data-in-viewport=true],
.ecm-floating-navi-item.ecm-floating-navi-item-anchor:hover{
  color: #B29C83;
  background-color: #fff;
  border: none;
}

.kanban_lead_text-sub {
    font-size: 16px;
    margin-bottom: 54px;
    margin-top: 12px;
    color: #595959;
    text-align: center;
}
