body {
	background-color: #fff;
	width: 100%;
	height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
  font-family: neue-haas-grotesk-display, heisei-kaku-gothic-std, sans-serif;
  color: #222;
  font-weight: normal;
  font-feature-settings: "palt";
  overflow-y: scroll;
}
h1,
h2,
h3,
h4,
h5,
h6{
  font-weight: normal;
}
body.is-active {
  opacity: 1;
}
body.fixed{
  position: fixed;
  overflow-y: scroll;
}
#globalheader {
  height: 80px;
  position: relative;
  z-index: 1001;
  display: flex;
  align-items: center;
  top: 0;
}
#globalheader .inner {
  position: fixed;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  background-color: #fff;
  border-bottom: 1px solid #DDD;
}
body.fixed #globalheader .inner {
  top: 0;
}
#globalheader .inner .header-icon {
  position: relative;
  text-align: center;
  left: 20px;
}
#globalheader .inner .header-icon img {
  width: 51px;
  position: relative;
  top: 0;
}
#globalheader .inner .header-menu{
  margin: 0 0 0 30px;
}
#globalheader .inner .header-menu a{
  position: relative;
  width: 22px;
  height: 8px;
  display: block;
  padding: 10px;
  box-sizing: border-box;
}
#globalheader .inner .header-menu span{
  display: block;
  background: #000000;
  width: 22px;
  height: 2px;
  position: absolute;
  left: 0;
  transition: all 0.4s;
}
#globalheader .inner .header-menu span:first-child {
  top: 5px;
}
#globalheader .inner .header-menu span:last-child {
  bottom: 5px;
}
#globalheader .inner .header-menu a:hover span:first-child {
  transform: translateY(-2px);
}
#globalheader .inner .header-menu a:hover span:last-child {
  transform: translateY(2px);
}
#globalheader .inner .header-content{
  display: flex;
  align-items: center;
  margin: 0 25px 0 0;
}
#globalheader .inner .header-content a {
  transition: opacity 0.3s ease;
}
#globalheader .inner .header-content a:hover {
  opacity: 0.4;
}
#globalheader .inner .header-content .header-cart{
  margin: 0 0 0 26px;
}
.search-wrapper{
  position: fixed;
  top: 80px;
  z-index: 500;
  width: 100%;
  height: calc(100% - 80px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.search-wrapper.is-active {
  opacity: 1;
  pointer-events: all;
}
.search-box{
  width: 100%;
  height: 70px;
  background: #eaeaea;
  position: relative;
}
.search-box form.search{
  position: relative;
}
.search-box input[type="search"]{
  all: unset;
  width: 100%;
  border: none;
  font-size: 13px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #111;
  padding: 26px 36px;
  box-sizing: border-box;
}
.search-box input[type="search"]::-webkit-search-cancel-button {
  display: none;
}
.search-box button[type="submit"]{
  all: unset;
  position: absolute;
  right: 24px;
  top: 29px;
  cursor: pointer;
}
#searchCover{
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  cursor: pointer;
}

.breadcrumb{
  position: absolute;
  top: 96px;
  left: 1.2%;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #999;
  z-index: 100;
}
.breadcrumb a{
  color: #999;
}
.breadcrumb .breadcrumb__inner {
  display: flex;
}
.breadcrumb .breadcrumb__icon {
  margin: 0 3px 0;
}
.breadcrumb .breadcrumb__link img{
  display: none!important;
}




.maincontents {
  margin: 0 auto;
}
.item_section h2 {
  font-size: 1.3rem;
  color: #000000;
  letter-spacing: 1.89px;
  text-align: center;
  margin-bottom: 17px;
}
.item_section p {
  text-align: center;
  margin-bottom: 29px;
}
.item_section p a {
  font-size: 1.2rem;
  color: #9B9B9B;
  letter-spacing: 1.5px;
  position: relative;
  padding-bottom: 9px;
}
.item_section p a {
  position: relative;
}
.item_section p a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #9B9B9B;
  width: 100%;
}
.item_section p.prd_lst_none {
  height: calc(100vh - 340px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.item_section ul {
  display: grid;
  grid-template-columns: 23.08% 23.08% 23.08% 23.08%;
  grid-gap: 0 2.5%;
}
.item_section ul li {
  -webkit-transition: all 1.0s ease;
  transition: all 1.0s ease;
  opacity: 0;
  vertical-align: top;
  position: relative;
  margin: 0 0 49px;
}
.item_section ul li.slideAnim {
  opacity: 1;
}
.item_section ul li .images {
  margin: 0 0 15px;
  position: relative;
}
.item_section ul li .images:before {
  content: "";
  display: block;
  padding: 125% 0 0;
}
.item_section ul li .images img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.item_section ul li .images img:nth-child(2) {
  opacity: 0;
  transition: opacity .5s ease;
}
.item_section ul li .images a:hover img:nth-child(2) {
  opacity: 1;
}
.item_section ul li.soldout {
  
}
.item_section ul li.new:before {
  content: "NEW";
  position: absolute;
  z-index: 10;
  display: block;
  top: 0px;
  left: 0px;
  font-size: 13px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #222;
  background-color: #fff;
  padding: 6px 10px;
}
.item_section ul li.commingsoon:before {
  content: "COMMING SOON";
  position: absolute;
  z-index: 10;
  display: block;
  top: 0px;
  left: 0px;
  font-size: 13px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #222;
  background-color: #fff;
  padding: 6px 10px;
}
.item_section ul li.sale:before {
  content: "SALE";
  position: absolute;
  z-index: 10;
  display: block;
  top: 0px;
  left: 0px;
  font-size: 13px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #222;
  background-color: #fff;
  padding: 6px 10px;
}
.item_section ul li .item_name,.item_section ul li .item_price {
  font-size: 12px;
  letter-spacing: 0.06em;
  line-height: 19px;
  color: #222;
}
.item_section ul li.commingsoon .item_name,
.item_section ul li.commingsoon .item_price,
.item_section ul li.soldout .item_name,
.item_section ul li.soldout .item_price{
  color: #AAA;
}

.item_section ul li.soldout .box-text {
  color: #AAAAAA;
}

.item_section ul li .item_price span.prd_lst_regular.prd_lst_span {
  text-decoration: line-through;
  display: inline-block;
}

.item_section ul li .item_price span.prd_lst_price_sale.prd_lst_span {
  text-decoration: none;
  color: #F45959;
  margin: 0 0 0 3px;
  display: inline-block;
}

#sideber_wrapper{
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 4000;
  pointer-events: none;
  top: 0;
}
#sideber_close{
  position: absolute;
  top: 31px;
  left: 30px;
  z-index: 5000;
  opacity: 0;
  transition: opacity 0.5s ease;
}
#sideber_wrapper_cover {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease;
}
#sidebar {
  /*-webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);*/
  position: absolute;
  z-index: 1001;
  background-color: #EAEAEA;
  height: 100%;
  width: 400px;
  padding: 67px 10px 0 41px;
  overflow-y: auto;
  left: -400px;
  transition: left 0.5s ease;
  box-sizing: border-box;
}
#sideber_wrapper.is-active {
  pointer-events: all;
}
#sideber_wrapper.is-active #sideber_wrapper_cover {
  opacity: 1;
}
#sideber_wrapper.is-active #sidebar{
  left: 0;
}
#sideber_wrapper.is-active #sideber_close {
  opacity: 1;
}

.menu .menu-title{
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 40px;
  text-align: left;
  color: #aaa;
  margin: 0 0 14px;
  transform: translate(-15px, 0);
  opacity: 0;
  transition: .75s ease opacity, 1s ease transform;
}
#sideber_wrapper.is-active .menu .menu-title{
  transform: translate(0, 0);
  opacity: 1;
  transition: .75s ease opacity .2s, 1s ease transform .2s;
  transition-delay: .1s;
}
.menu>ul>li {
  margin-bottom: 13px;
  position: relative;
  transform: translate(-15px, 0);
  opacity: 0;
  transition: .75s ease opacity .2s, 1s ease transform .2s;
}
#sideber_wrapper.is-active .menu>ul>li {
  transform: translate(0, 0);
  opacity: 1;
  transition: .75s ease opacity .2s, 1s ease transform .2s;
}
#sideber_wrapper.is-active .menu:not(.submenu)>ul>li:nth-child(1) {
  transition-delay: .1s;
}
#sideber_wrapper.is-active .menu:not(.submenu)>ul>li:nth-child(2) {
  transition-delay: .15s;
}
#sideber_wrapper.is-active .menu:not(.submenu)>ul>li:nth-child(3) {
  transition-delay: .2s;
}
#sideber_wrapper.is-active .menu:not(.submenu)>ul>li:nth-child(4) {
  transition-delay: .25s;
}
#sideber_wrapper.is-active .menu:not(.submenu)>ul>li:nth-child(5) {
  transition-delay: .3s;
}
#sideber_wrapper.is-active .menu:not(.submenu)>ul>li:nth-child(6) {
  transition-delay: .35s;
}

.menu>ul>li>a,
.menu>ul>li>span {
  color: #000000;
  position: relative;
  padding-bottom: 7px;
  cursor: pointer;
  font-size: 20px;
  color: #222;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
}
.menu>ul>li.is-active a:before{
  content: "";
  width: 12px!important;
  height: 1px!important;
  display: inline-block!important;
  background-color: #000000!important;
  margin: 0 8px 0 0!important;
}
.submenu {
}

.submenu-line{
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: #cccccc;
  margin: 24px 0 30px;
  transform: translate(-15px, 0);
  opacity: 0;
  transition: .75s ease opacity, 1s ease transform;
}
#sideber_wrapper.is-active .submenu-line{
  transform: translate(0, 0);
  opacity: 1;
  transition: .75s ease opacity .5s, 1s ease transform .5s;
  transition-delay: .4s;
}

#sideber_wrapper.is-active .menu.submenu>ul>li:nth-child(1) {
  transition-delay: .45s;
}
#sideber_wrapper.is-active .menu.submenu>ul>li:nth-child(2) {
  transition-delay: .5s;
}
#sideber_wrapper.is-active .menu.submenu>ul>li:nth-child(3) {
  transition-delay: .55s;
}
#sideber_wrapper.is-active .menu.submenu>ul>li:nth-child(4) {
  transition-delay: .6s;
}
#sideber_wrapper.is-active .menu.submenu>ul>li:nth-child(5) {
  transition-delay: .65s;
}
#sideber_wrapper.is-active .menu.submenu>ul>li:nth-child(6) {
  transition-delay: .7s;
}
#sideber_wrapper.is-active .menu.submenu>ul>li:nth-child(7) {
  transition-delay: .75s;
}

.submenu.menu>ul>li>a,
.submenu.menu>ul>li>span {
  font-size: 16px;
}

#sidebar .menu a:before {
  content: "";
  width: 0;
  height: 0;
  border-radius: 0;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0);
  margin: 0 0 0 0;
  transition: 0.5s all ease;
}
#sidebar .menu a:hover:before {
  content: "";
  width: 12px;
  height: 1px;
  display: inline-block;
  background-color: #000000;
  margin: 0 8px 0 0;
}

.menu-sns {
  padding: 22px 0 22px;
  transform: translate(-15px, 0);
  opacity: 0;
  transition: .75s ease opacity, 1s ease transform;
}
#sideber_wrapper.is-active .menu-sns{
  transition: .75s ease opacity .5s, 1s ease transform .5s;
  transition-delay: .8s;
  transform: translate(0, 0);
  opacity: 1;
}
.menu-sns ul {
  display: flex;
  align-items: center;
}
.menu-sns ul li {}
.menu-sns ul li.instagram {
  width: 14px;
}
.menu-sns ul li.facebook {
  width: 8px;
  margin: 0 0 0 39px;
}
.menu-sns ul li.youtube {
  width: 19px;
  margin: 0 0 0 40px;
}
.menu-sns ul li.line{
  margin: 0 0 0 38px;
  width: 19px;
}
.menu-sns ul li img {
  width: 100%;
}
#footer {
  padding: 30px 40px;
  box-sizing: border-box;
  min-width: 1050px;
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  letter-spacing: 0.08em;
}
#footer a{
  transition: opacity 0.3s ease;
}
#footer a:hover{
  opacity: 0.4;
}
#footer .box-left{
  display: flex;
  align-items: center;
}
#footer .box-left .footerlink{
  display: flex;
  align-items: center;
}
#footer .box-left .footerlink a{
  color: #222;
}
#footer .box-left .footerlink li+li{
  margin: 0 0 0 30px
}
#footer .box-left .sns {
  display: flex;
  align-items: center;
  margin: 0 0 0 50px;
}
#footer .box-left .sns li+li{
  margin: 0 0 0 30px;
}
#footer .box-left .sns svg{
  width: 100%;
}
#footer .box-left .sns .instagram{
  width: 12px;
}
#footer .box-left .sns .facebook {
  width: 8px;
}
#footer .box-left .sns .youtube {
  width: 15px;
}
#footer .box-left .sns .line {
  width: 14px;
}
#footer .box-right {
  display: flex;
  align-items: center;
  color: #AAA;
}

@media only screen and (max-width: 767px) {
  #globalheader {
    height: 60px;
  }
  #globalheader .inner {
    height: 60px;
  }
  #globalheader .inner .header-menu {
    margin: 0 0 0 20px;
  }
  #globalheader .inner .header-icon img {
    width: 41px;
  }
  #globalheader .inner .header-content {
    margin: 0 20px 0 0;
  }
  #globalheader .inner .header-content a:hover {
    opacity: 1;
  }
  #globalheader .inner .header-content .header-cart {
    margin: 0 0 0 20px;
  }


  .search-wrapper {
    top: 60px;
    height: calc(100% - 60px);
  }
  .search-box input[type="search"] {
    padding: 26px 25px;
  }
  .search-box button[type="submit"] {
    right: 14px;
  }

  #sideber_close {
    top: 23px;
    left: 21px;
  }
  #sidebar {
    padding: 56px 10px 0 21px;
    width: 300px;
  }
  .menu .menu-title {
    margin: 0 0 9px;
  }
  .menu>ul>li {
    margin-bottom: 13px;
  }
  .submenu-line {
    background: #ccc;
    margin: 18px 0 26px;
  }
  #sidebar .menu a:hover:before {
    content: none;
  }

  .breadcrumb {
    top: 68px;
    left: 2.3%;
    width: 96%;
  }
  .breadcrumb .breadcrumb__inner {
    display: inherit;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .breadcrumb .breadcrumb__icon {
    display: inline;
  }
  .breadcrumb__link{
    display: inline;
  }

  .item_section ul {
    display: grid;
    grid-template-columns: 47.88% 47.88%;
    grid-gap: 0 0;
    justify-content: space-between;
  }

  .item_section ul li {
    margin: 0 0 37px;
  }

  .item_section ul li .images {
    margin: 0 0 10px;
  }

  .item_section ul li .item_name,
  .item_section ul li .item_price {
    letter-spacing: 0.05em;
  }

  .item_section ul li.new:before {
    font-size: 11px;
    padding: 4px 8px;
  }
  .item_section ul li.commingsoon:before {
    font-size: 11px;
    padding: 4px 8px;
  }

  .item_section p.prd_lst_none {
    height: calc(100vh - 550px);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #footer {
    display: block;
    padding: 150px 19px 18px;
    min-width: auto;
  }
  #footer a:hover {
    opacity: 1;
  }
  #footer .box-left {
    display: block;
  }
  #footer .box-left .footerlink {
    display: block;
    font-size: 12px;
    letter-spacing: 0.06em;
    color: #222;
  }
  #footer .box-left .footerlink li+li {
    margin: 16px 0 0 0;
  }
  #footer .box-left .sns {
    margin: 39px 0 0 0;
  }
  #footer .box-left .sns li+li {
    margin: 0 0 0 34px;
  }
  #footer .box-left .sns .instagram {
    width: 14px;
  }
  #footer .box-left .sns .facebook {
    width: 9px;
  }
  #footer .box-left .sns .youtube {
    width: 17px;
  }
  #footer .box-left .sns .line {
    width: 16px;
  }
  #footer .box-right {
    font-size: 10px;
    letter-spacing: 0.08em;
    margin: 35px 0 0;
  }
}



/*new*/
.maincontents.new{
  width: 93.75%;
  margin: 70px auto 0;
}
.maincontents.new .box-image {
  position: relative;
}

.maincontents.new .box-image:before {
  content: "";
  display: block;
}

.maincontents.new .box-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.maincontents.new .box-image-background {
  background-size: cover;
  background-position: center;
}

.maincontents.new .box-image-background img{
  opacity: 0;
}

.maincontents.new .btn a,.maincontents.new .btn span {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  transition: all 0.5s ease;
  font-size: 12px;
  letter-spacing: 0.06em;
}

.maincontents.new .btn.btn_white a,.maincontents.new .btn.btn_white span {
  color: #222;
  border: 1px solid #DDD;
  background-color: #fff;
}

.maincontents.new .btn.btn_white a:hover,.maincontents.new .btn.btn_white span:hover {
  color: #fff;
  border: 1px solid #000;
  background-color: #000;
}

.maincontents.new .btn.btn_black a,.maincontents.new .btn.btn_black span {
  color: #fff;
  border: 1px solid #fff;
  background-color: #000;
}

.maincontents.new .btn.btn_black a:hover,.maincontents.new .btn.btn_black  span:hover {
  color: #222;
  border: 1px solid #DDD;
  background-color: #fff;
}

.maincontents.new .btnmin {
  width: fit-content;
}

.maincontents.new .btnmin a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.maincontents.new .btnmin>span {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.maincontents.new .btnmin .text {
  font-size: 12px;
  letter-spacing: 0.1em;
  margin: 0 6px 0 0;
}

.maincontents.new .btnmin .image {
  display: flex;
  align-items: center;
}

.maincontents.new .btnmin.btn_white .text {
  color: #fff;
}

.maincontents.new .btnmin.btn_white .image svg path {
  fill: #fff;
}

.maincontents.new .btnmin.btn_black .text {
  color: #222;
}

.maincontents.new .btnmin.btn_black .image svg path {
  fill: #222;
}

@media only screen and (max-width: 767px) {
  .maincontents.new{
    width: 89.57%;
    margin: 0 auto 0;
  }
  .maincontents.new .btn a,.maincontents.new .btn span {
    font-size: 10px;
  }

  .maincontents.new .btn.btn_white a:hover,.maincontents.new .btn.btn_white span:hover {
    color: #222;
    border: 1px solid #DDD;
    background-color: #fff;
  }

  .maincontents.new .btn.btn_black a:hover,.maincontents.new .btn.btn_black span:hover {
    color: #fff;
    border: 1px solid #fff;
    background-color: #000;
  }
}