/** Shopify CDN: Minification failed

Line 2129:8 Expected ":"
Line 2162:8 Expected ":"

**/
.shopify-section--slideshow {
  background-color: #222222;
  height: 100vh;
  overflow: hidden;
}
.shopify-section--slideshow .Slideshow__Slide img {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 7000ms;
  transition: 7000ms;
}
.shopify-section--slideshow .Slideshow__Slide .animate_scale {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.shopify-section--slideshow .Slideshow__Slide .Slideshow__Image,
.shopify-section--slideshow .Slideshow__Slide .SectionHeader {
  opacity: 1;
}
.shopify-section--slideshow .Slideshow .slick-slide.slick-active .Slideshow__Content {
  opacity: 1;
}
.shopify-section--slideshow .Slideshow__Content {
  padding: 0 80px;
  opacity: 0;
  -webkit-transition: 2000ms;
  transition: 2000ms;
}
@media screen and (max-width: 999px) {
  .shopify-section--slideshow .Slideshow__Content {
    padding: 0 20px;
  }
}
.shopify-section--slideshow .Slideshow__Content--bottomCenter, .shopify-section--slideshow .Slideshow__Content--bottomLeft, .shopify-section--slideshow .Slideshow__Content--bottomRight {
  bottom: 137px;
}
@media screen and (max-width: 999px) {
  .shopify-section--slideshow .Slideshow__Content--bottomCenter, .shopify-section--slideshow .Slideshow__Content--bottomLeft, .shopify-section--slideshow .Slideshow__Content--bottomRight {
    bottom: 66px;
  }
}
.shopify-section--slideshow .Slideshow__Content--bottomRight .SectionHeader {
  text-align: left;
}
.shopify-section--slideshow .Slideshow__Content--bottomRight .ButtonGroup {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.shopify-section--slideshow .Slideshow__Content--middleRight .SectionHeader {
  text-align: left;
}
.shopify-section--slideshow .Slideshow__Content--middleRight .ButtonGroup {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.shopify-section--slideshow .Slideshow__ImageContainer {
  opacity: 0.8;
  height: 100vh;
}
.shopify-section--slideshow .SectionHeader {
  display: inline-block;
}
.shopify-section--slideshow .SectionHeader__SubHeading {
  font-size: 15px;
  letter-spacing: 1.2px;
  line-height: 18px;
  font-family: roboto, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 999px) {
  .shopify-section--slideshow .SectionHeader__SubHeading {
    font-size: 12px;
    letter-spacing: 0.96px;
    line-height: 14px;
  }
}
.shopify-section--slideshow .SectionHeader__Heading {
  font-size: 64px !important;
  letter-spacing: 0.05em;
  line-height: 62px;
  font-family: classico-urw, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  margin-top: 11px;
}
@media screen and (max-width: 999px) {
  .shopify-section--slideshow .SectionHeader__Heading {
    font-size: 32px !important;
    letter-spacing: 0.05em;
    line-height: 34px;
  }
}
.shopify-section--slideshow .SectionHeader__Information {
  font-size: 15px;
  letter-spacing: 2.2px;
  line-height: 30px;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  margin-top: 29px;
}
@media screen and (max-width: 999px) {
  .shopify-section--slideshow .SectionHeader__Information {
    font-size: 13px;
    letter-spacing: 2.6px;
    line-height: 22px;
/*     margin-top: 39px; */
        margin-top: 10px;
  }
}
.shopify-section--slideshow .SectionHeader__ButtonWrapper {
  margin-top: 22px;
}
@media screen and (max-width: 999px) {
  .shopify-section--slideshow .SectionHeader__ButtonWrapper {
    margin-top: 10px;
  }
}
.shopify-section--slideshow .SectionHeader__ButtonWrapper .ButtonGroup {
  margin: 0;
}
.shopify-section--slideshow .SectionHeader__ButtonWrapper .ButtonGroup__Item {
  font-size: 15px;
  letter-spacing: 0.6px;
  line-height: 18px;
  font-family: roboto, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff !important;
  background-color: transparent;
  border: none;
  text-transform: inherit;
  padding: 0;
  margin: 0;
  position: relative;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.shopify-section--slideshow .SectionHeader__ButtonWrapper .ButtonGroup__Item:before {
  display: none;
}
.shopify-section--slideshow .SectionHeader__ButtonWrapper .ButtonGroup__Item:after {
  position: absolute;
  content: "";
  background: url(/cdn/shop/files/arrow-circle-white.png?v=1634002717) no-repeat center;
  background-size: contain;
  width: 29px;
  height: 29px;
  right: -38px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.shopify-section--slideshow .SectionHeader__ButtonWrapper .ButtonGroup__Item:hover:after {
  background: url(/cdn/shop/files/arrow-circle-white-2.png?v=1634002717) no-repeat center;
  background-size: contain;
  width: 29px;
  height: 29px;
}
@media screen and (max-width: 999px) {
  .shopify-section--slideshow .SectionHeader__ButtonWrapper .ButtonGroup__Item {
    font-size: 13px;
    letter-spacing: 0.52px;
    line-height: 15px;
  }
  .shopify-section--slideshow .SectionHeader__ButtonWrapper .ButtonGroup__Item:after {
    width: 18px;
    height: 18px;
    right: -27px;
  }
}
.shopify-section--slideshow .slider-dots-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 80px;
  bottom: 42px;
}
@media screen and (max-width: 999px) {
  .shopify-section--slideshow .slider-dots-box {
    left: auto;
    bottom: 22px;
    right: 20px;
  }
}
.shopify-section--slideshow .slider-dots-box button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 25px;
}
@media screen and (max-width: 999px) {
  .shopify-section--slideshow .slider-dots-box button {
    width: 18.33px;
    line-height: 18.33px;
    overflow: visible;
  }
  .shopify-section--slideshow .slider-dots-box button svg {
    position: absolute;
    top: 48%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    overflow: visible;
  }
}
.shopify-section--slideshow .slider-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 40px;
}
.shopify-section--slideshow .slider-dots button {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: block;
  border: 0;
  background-color: transparent;
  margin: 0 10px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  position: relative;
  z-index: 0;
}
.shopify-section--slideshow .slider-dots-box .slick-active button {
  width: 40px;
  height: 40px;
}
.shopify-section--slideshow .slider-dots-box .slick-active button:after {
  content: none;
  display: none;
}
.shopify-section--slideshow .slider-dots-box .slick-active button:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  border: 2px solid rgba(0, 0, 0, 0.05);
  border-radius: 50%;
}
.shopify-section--slideshow .circle-bg {
  fill: rgba(255, 255, 255, 0);
  stroke: rgba(0, 0, 0, 0.05);
  stroke-width: 2;
  stroke-linecap: butt;
}
.shopify-section--slideshow .circle-go {
  fill: rgba(255, 255, 255, 0);
  stroke: #f7ff09;
  stroke-width: 2;
  stroke-linecap: round;
  -webkit-animation: progress 22s;
          animation: progress 22s;
  stroke-dasharray: 360px;
  stroke-dashoffset: 360;
}
.shopify-section--slideshow .circle-tx {
  fill: #000;
  stroke-width: 1;
  font: bold 16px "Arial";
  text-anchor: middle;
}
@-webkit-keyframes progress {
  from {
    stroke-dashoffset: 360;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes progress {
  from {
    stroke-dashoffset: 360;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@media screen and (max-width: 999px) {
  .c-news {
    padding-bottom: 24px;
    border-bottom: solid 1px #efefef;
  }
}
.c-news__main {
  width: 49.23%;
  margin-left: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -70px;
  background-color: #fff;
  border-top-right-radius: 30px;
  border-top-left-radius: 3px;
  padding: 21px 75px 21px 40px;
  -webkit-box-shadow: 0px 3px 30px 30px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 3px 30px 30px rgba(0, 0, 0, 0.04);
}
@media screen and (max-width: 999px) {
  .c-news__main {
    margin: 0;
    width: 100%;
    padding: 0 0px;
    display: block;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.c-news__heading {
  font-size: 16px;
  font-family: classico-urw, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
  color: #000;
  margin-right: 30px;
}
@media screen and (max-width: 999px) {
  .c-news__heading {
    font-size: 24px;
    letter-spacing: 0px;
    line-height: 34px;
    margin: 0;
    margin-top: 19px;
    margin-bottom: 8px !important;
  }
}
.c-news__itemLink {
  display: block;
}
.c-news__itemTitle {
  font-size: 14px;
  letter-spacing: 1.7px;
  line-height: 28px;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #888888;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 999px) {
  .c-news__itemTitle {
    display: block;
    max-width: 288px;
    font-size: 13px;
    letter-spacing: 1.39px;
    line-height: 20px;
  }
}
.c-news__close {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 13px;
  height: 13px;
  line-height: 0;
  cursor: pointer;
}
@media screen and (max-width: 999px) {
  .c-news__close {
    right: 20px;
    top: 10px;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.shopify-section--c-featured-collections {
  overflow: hidden;
  margin-top: 87px;
}
@media screen and (max-width: 999px) {
  .shopify-section--c-featured-collections {
    margin-top: 50px;
  }
  .shopify-section--c-featured-collections .slick-slide {
    width: 260px;
  }
}
.shopify-section--c-featured-collections .c-featured-collections__main {
  position: relative;
}
.shopify-section--c-featured-collections .c-featured-collections__slide .slick-list {
  overflow: visible;
  margin: 0 -12px;
}
@media screen and (max-width: 999px) {
  .shopify-section--c-featured-collections .c-featured-collections__slide .slick-list {
    margin: 0 -5px;
  }
}
.shopify-section--c-featured-collections .c-featured-collections__item {
  padding: 0 12px;
}
@media screen and (max-width: 999px) {
  .shopify-section--c-featured-collections .c-featured-collections__item {
    width: 260px;
    padding: 0 5px;
  }
}
.shopify-section--c-featured-collections .c-featured-collections__item .AspectRatio {
  overflow: hidden;
}
.shopify-section--c-featured-collections .c-featured-collections__item .AspectRatio .ProductItem__Image {
  -webkit-transition: 2000ms;
  transition: 2000ms;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.shopify-section--c-featured-collections .c-featured-collections__item:hover .ProductItem__Image {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.shopify-section--c-featured-collections .c-featured-collections__arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
.shopify-section--c-featured-collections .c-featured-collections__arrow .slick-arrow {
  width: 64px;
  height: 64px;
  -webkit-transition: 300ms;
  transition: 300ms;
}
@media screen and (max-width: 999px) {
  .shopify-section--c-featured-collections .c-featured-collections__arrow .slick-arrow {
    width: 32px;
    height: 32px;
  }
}
.shopify-section--c-featured-collections .c-featured-collections__arrow .slick-arrow:before {
  display: none;
}
.shopify-section--c-featured-collections .c-featured-collections__arrow .slick-arrow:after {
  position: absolute;
  content: "";
  background: url(/cdn/shop/files/slick-arrow.png?v=1634018997) no-repeat center;
  background-size: contain;
  width: 64px;
  height: 64px;
  top: 0;
  left: 0;
  -webkit-transition: 300ms;
  transition: 300ms;
}
@media screen and (max-width: 999px) {
  .shopify-section--c-featured-collections .c-featured-collections__arrow .slick-arrow:after {
    width: 32px;
    height: 32px;
  }
}
@media print, screen and (min-width: 1000px) {
  .shopify-section--c-featured-collections .c-featured-collections__arrow .slick-arrow:hover:after {
    background: url(/cdn/shop/files/slick-arrow-hover.png?v=1634018997) no-repeat center;
    background-size: contain;
    width: 64px;
    height: 64px;
  }
}
.shopify-section--c-featured-collections .c-featured-collections__arrow .slick-arrow.slick-next {
  right: -32px;
}
@media screen and (max-width: 999px) {
  .shopify-section--c-featured-collections .c-featured-collections__arrow .slick-arrow.slick-next {
    right: 0;
  }
}
.shopify-section--c-featured-collections .c-featured-collections__arrow .slick-arrow.slick-prev {
  left: -32px;
}
.shopify-section--c-featured-collections .c-featured-collections__arrow .slick-arrow.slick-prev:after {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media screen and (max-width: 999px) {
  .shopify-section--c-featured-collections .c-featured-collections__arrow .slick-arrow.slick-prev {
    left: 0;
  }
}
.shopify-section--c-featured-collections .c-featured-collections__arrow .slick-arrow.slick-disabled {
  opacity: 0;
}

.c-featured-collections__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 49px;
}
@media screen and (max-width: 999px) {
  .c-featured-collections__head {
    margin-bottom: 26px;
  }
}
.c-featured-collections__btn {
  font-size: 13px;
  letter-spacing: 0.8px;
  line-height: 18px;
  color: #222;
  font-family: roboto, sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  top: 6px;
  display: block;
  padding-right: 39px;
}
.c-featured-collections__btn:before {
  position: absolute;
  content: "";
  background: url(/cdn/shop/files/arrow-circle.png?v=1634001742) no-repeat center;
  background-size: contain;
  width: 29px;
  height: 29px;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: 300ms;
  transition: 300ms;
}
.c-featured-collections__btn:hover:before {
  background: url(/cdn/shop/files/arrow-circle-2.png?v=1634001742) no-repeat center;
  background-size: contain;
  width: 29px;
  height: 29px;
}
@media screen and (max-width: 999px) {
  .c-featured-collections__btn {
    font-size: 12px;
    letter-spacing: 0.6px;
    line-height: 15px;
    top: -4px;
    padding-right: 28px;
  }
  .c-featured-collections__btn:before {
    width: 22px;
    height: 22px;
  }
}

.c-section-title {
  font-size: 36px;
  letter-spacing: 1.008px;
  line-height: 50px;
  font-family: classico-urw, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  display: inline-block;
}
@media screen and (max-width: 999px) {
  .c-section-title {
    font-size: 24px;
    letter-spacing: 0.672px;
    line-height: 34px;
  }
}
.c-section-titleJP {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.39px;
  line-height: 27px;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #9f9f9f;
  margin-left: 17.5px;
  vertical-align: 2px;
}
.c-section-titleJP:before {
  position: relative;
  content: "";
  display: inline-block;
  width: 1px;
  height: 26px;
  background-color: #dddddd;
  -webkit-transform: rotate(34deg);
          transform: rotate(34deg);
  vertical-align: -3px;
  margin-right: 12px;
}
@media screen and (max-width: 999px) {
  .c-section-titleJP {
    font-size: 12px;
    letter-spacing: 0.36px;
    line-height: 16px;
    margin: 0;
    display: block;
    vertical-align: unset;
  }
  .c-section-titleJP:before {
    display: none;
  }
}

.ProductItem__ImageWrapper {
  position: relative;
}
.ProductItem__ColorSwatchList {
  margin: 0;
  position: absolute;
  right: 17px;
  bottom: 18px;
  height: 9px;
  margin-right: -3.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 999px) {
  .ProductItem__ColorSwatchList {
    bottom: 16px;
  }
}
.ProductItem__ColorSwatchItem {
  height: 9px;
  margin: 0 3.5px;
}
.ProductItem__ColorSwatchItem label {
  width: 9px;
  height: 9px;
  border-radius: 100%;
}
.ProductItem__ColorSwatchItem label:after {
  display: none;
}
.ProductItem__ColorSwatchMore {
  display: inline-block;
  width: 21px;
  height: 21px;
  vertical-align: 3px;
}
.ProductItem__Info {
  margin-top: 17px;
}
@media screen and (max-width: 999px) {
  .ProductItem__Info {
    margin-top: 9px;
  }
}
.ProductItem__Title {
  margin-bottom: 0;
}
.ProductItem__Title a {
  font-size: 18px;
  letter-spacing: 1.08px;
  line-height: 21px;
  font-family: classico-urw, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #222;
  text-transform: uppercase;
}
@media screen and (max-width: 999px) {
  .ProductItem__Title a {
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 21px;
  }
}
.ProductItem__Price {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  color: #666;
  font-family: roboto, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 999px) {
  .ProductItem__Price {
    font-size: 13px;
    line-height: 1;
  }
}
@media screen and (max-width: 999px) {
  .ProductItem__PriceList {
    position: relative;
/*     top: -7px; */
  }
}
.ProductItem__PriceList .c-tax {
  font-size: 10px;
  letter-spacing: 0;
  line-height: 28px;
  color: #666;
  font-family: roboto, sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-left: 5px;
}
@media screen and (max-width: 999px) {
  .ProductItem__PriceList .c-tax {
    font-size: 8px;
  }
}
.ProductItem__Label {
  font-size: 13px;
  letter-spacing: 0.52px !important;
  line-height: 24px;
  color: #fff;
  font-family: roboto, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: capitalize !important;
  border-radius: 100px;
  padding: 0 14.5px;
  margin: 0;
  margin-bottom: 5px;
}
@media screen and (max-width: 999px) {
  .ProductItem__Label {
    font-size: 8px;
    letter-spacing: 0.32px !important;
    line-height: 17px;
    padding: 0 8px;
  }
}
.ProductItem__LabelList {
  top: 10px;
  left: 10px;
}
@media screen and (max-width: 999px) {
  .ProductItem__LabelList {
    top: 8px;
    left: 8px;
  }
}
.ProductItem__Label--soldOut {
  background-color: #c2c9cc;
}
.ProductItem__Label--limit {
  background-color: #432825;
}
.ProductItem .AspectRatio:before {
  padding-bottom: 125.730994%;
  position: relative;
  display: block;
}
.ProductItem .AspectRatio img {
  -o-object-fit: cover;
     object-fit: cover;
}

.c-semi-order {
  position: relative;
  margin: 94px 0 87px;
}
@media screen and (max-width: 999px) {
  .c-semi-order {
    margin: 46px 0 48px;
  }
}
.c-semi-order__linkTo {
  display: block;
}
.c-semi-order__banner {
  background-color: #222222;
  width: 100%;
}
.c-semi-order__bannerBox {
  opacity: 0.8;
}
@media screen and (max-width: 999px) {
  .c-semi-order__bannerBox {
    position: relative;
    display: block;
    padding-bottom: 147.7333333%;
  }
  .c-semi-order__bannerBox img.sp {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.c-semi-order__container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-semi-order__main {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 59px 0 72px;
}
@media screen and (max-width: 999px) {
  .c-semi-order__main {
    padding: 35px 0 41px;
  }
}
.c-semi-order__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-semi-order__top--left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
}
.c-semi-order__top--right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
}
.c-semi-order__topText {
  font-size: 50px;
  letter-spacing: 0;
  line-height: 58px;
  color: #fff;
  font-family: classico-urw, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 999px) {
  .c-semi-order__topText {
    font-size: 23px;
    letter-spacing: 0.23px;
    line-height: 27px;
  }
}
.c-semi-order__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
}
.c-semi-order__bottom--left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
}
.c-semi-order__bottom--right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
}
.c-semi-order__preHeading {
  font-size: 15px;
  letter-spacing: 1.2px;
  line-height: 18px;
  font-family: roboto, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 32px;
  text-transform: capitalize;
}
@media screen and (max-width: 999px) {
  .c-semi-order__preHeading {
    font-size: 13px;
    letter-spacing: 1.04px;
    line-height: 15px;
    margin-bottom: 15px;
  }
}
.c-semi-order__heading {
  font-size: 36px;
  letter-spacing: 0;
  line-height: 50px;
  font-family: ten-mincho-text, serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 7px;
}
@media screen and (max-width: 999px) {
  .c-semi-order__heading {
    font-size: 22px;
    letter-spacing: 1.4px;
    line-height: 30px;
    margin-bottom: 2px;
  }
}
.c-semi-order__text {
  font-size: 15px;
  letter-spacing: 1.7px;
  line-height: 32px;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 19px;
}
@media screen and (max-width: 999px) {
  .c-semi-order__text {
    font-size: 13px;
    letter-spacing: 1.4px;
    line-height: 22px;
    margin-bottom: 15px;
  }
}
.c-semi-order__btn {
  font-size: 15px;
  letter-spacing: 0.6px;
  line-height: 18px;
  font-family: roboto, sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  top: 6px;
  display: block;
  padding-right: 39px;
}
.c-semi-order__btn:before {
  position: absolute;
  content: "";
  background: url(/cdn/shop/files/arrow-circle-white.png?v=1634002717) no-repeat center;
  background-size: contain;
  width: 29px;
  height: 29px;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: 300ms;
  transition: 300ms;
}
.c-semi-order__btn:hover:before {
  background: url(/cdn/shop/files/arrow-circle-white-2.png?v=1634002717) no-repeat center;
  background-size: contain;
  width: 29px;
  height: 29px;
}
@media screen and (max-width: 999px) {
  .c-semi-order__btn {
    font-size: 13px;
    letter-spacing: 0.52px;
    line-height: 15px;
    top: -4px;
    padding-right: 28px;
  }
  .c-semi-order__btn:before {
    width: 18px;
    height: 18px;
  }
}

.c-collection-list {
  margin-bottom: 140px;
  overflow: hidden;
}
@media screen and (max-width: 999px) {
  .c-collection-list {
    margin-bottom: 70px;
  }
  .c-collection-list .slick-slide {
    width: 260px;
  }
}
.c-collection-list__main {
  position: relative;
}
.c-collection-list__slide .slick-list {
  overflow: visible;
  margin: 0 -16px;
}
@media screen and (max-width: 999px) {
  .c-collection-list__slide .slick-list {
    margin: 0 -5px;
  }
}
.c-collection-list__item {
  padding: 0 16px;
}
@media screen and (max-width: 999px) {
  .c-collection-list__item {
    width: 260px;
    padding: 0 5px;
  }
}
.c-collection-list__itemLink {
  display: block;
  position: relative;
  overflow: hidden;
}
.c-collection-list__itemLink img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 2000ms;
  transition: 2000ms;
      position: absolute;
    top: 0;
    left: 0;
}
.c-collection-list__itemLink:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.c-collection-list__itemTitle {
  position: absolute;
  bottom: 32px;
  right: 67px;
  font-size: 24px;
  letter-spacing: 0.96px;
  line-height: 29px;
  color: #fff;
  font-family: roboto, sans-serif;
  font-weight: 400;
  font-style: normal;
  z-index: 2;
}
.c-collection-list__itemTitle:before {
  position: absolute;
  content: "";
  background: url(/cdn/shop/files/arrow-circle-white.png?v=1634002717) no-repeat center;
  background-size: contain;
  right: -39px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 29px;
  height: 29px;
}
@media screen and (max-width: 999px) {
  .c-collection-list__itemTitle {
    font-size: 16px;
    letter-spacing: 0.64px;
    line-height: 19px;
    bottom: 17px;
    right: 40px;
  }
  .c-collection-list__itemTitle:before {
    width: 18px;
    height: 18px;
    right: -25px;
    top: 60%;
  }
}
.c-collection-list__itemImg {
  position: relative;
  display: block;
    padding-bottom: 125.764192%;
}
.c-collection-list__itemImg:before {
  position: absolute;
  content: "";
  background: url(/cdn/shop/files/overlay.png?v=1634286931) no-repeat center;
  background-size: contain;
  width: 100%;
  height: 36.8055556%;
  left: 0;
  bottom: 0;
  z-index: 1;
}
@media screen and (max-width: 999px) {
  .c-collection-list__itemImg {
    position: relative;
    display: block;
    padding-bottom: 126%;
  }
  .c-collection-list__itemImg img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.c-collection-list__arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
.c-collection-list__arrow .slick-arrow {
  width: 64px;
  height: 64px;
  -webkit-transition: 300ms;
  transition: 300ms;
}
@media screen and (max-width: 999px) {
  .c-collection-list__arrow .slick-arrow {
    width: 32px;
    height: 32px;
  }
}
.c-collection-list__arrow .slick-arrow:before {
  display: none;
}
.c-collection-list__arrow .slick-arrow:after {
  position: absolute;
  content: "";
  background: url(/cdn/shop/files/slick-arrow.png?v=1634018997) no-repeat center;
  background-size: contain;
  width: 64px;
  height: 64px;
  top: 0;
  left: 0;
  -webkit-transition: 300ms;
  transition: 300ms;
}
@media screen and (max-width: 999px) {
  .c-collection-list__arrow .slick-arrow:after {
    width: 32px;
    height: 32px;
  }
}
@media print, screen and (min-width: 1000px) {
  .c-collection-list__arrow .slick-arrow:hover:after {
    background: url(/cdn/shop/files/slick-arrow-hover.png?v=1634018997) no-repeat center;
    background-size: contain;
    width: 64px;
    height: 64px;
  }
}
.c-collection-list__arrow .slick-arrow.slick-next {
  right: -32px;
}
@media screen and (max-width: 999px) {
  .c-collection-list__arrow .slick-arrow.slick-next {
    right: 0;
  }
}
.c-collection-list__arrow .slick-arrow.slick-prev {
  left: -32px;
}
.c-collection-list__arrow .slick-arrow.slick-prev:after {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media screen and (max-width: 999px) {
  .c-collection-list__arrow .slick-arrow.slick-prev {
    left: 0;
  }
}
.c-collection-list__arrow .slick-arrow.slick-disabled {
  opacity: 0;
}
@media screen and (max-width: 999px) {
  .c-collection-list .c-featured-collections__head {
    margin-bottom: 28px;
  }
}

.c-story {
  margin-bottom: 45px;
}
.c-story__main {
  background-color: #f7f9fa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 999px) {
  .c-story__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.c-story__information {
  min-width: 654px;
  width: 40.875%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 113px 164px 113px 100px;
}

@media screen and (max-width: 1200px) {
  .c-story__information {
    min-width: 550px;
    padding-right: 80px;
  }
}

@media screen and (max-width: 999px) {
  .c-story__information {
    width: 100%;
    display: block;
    min-width: auto;
    padding: 51px 31px 45px 31px;
    background-color: #f7f9fa;
  }
}
.c-story__banner {
  width: 59.125%;
}
@media screen and (max-width: 999px) {
  .c-story__banner {
    width: 100%;
  }
}
.c-story__bannerBox {
  line-height: 0;
  height: 100%;
}
@media screen and (max-width: 999px) {
  .c-story__bannerBox {
    position: relative;
    display: block;
    padding-bottom: 66.666667%;
  }
  .c-story__bannerBox img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.c-story__preHeading {
  font-size: 15px;
  letter-spacing: 1.2px;
  line-height: 18px;
  color: #000000;
  font-family: roboto, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 25px;
}
@media screen and (max-width: 999px) {
  .c-story__preHeading {
    font-size: 13px;
    letter-spacing: 1.04px;
    line-height: 15px;
    opacity: 0.7;
    margin-bottom: 11px;
  }
}
.c-story__heading {
  font-size: 36px;
  letter-spacing: 0;
  line-height: 50px;
  font-family: ten-mincho-text, serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  margin-bottom: 21px;
}
.c-story__heading span {
  letter-spacing: 5.2px;
}
@media screen and (max-width: 999px) {
  .c-story__heading {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 28px;
    margin-bottom: 14px;
  }
  .c-story__heading span {
    letter-spacing: 3px;
  }
}
.c-story__text {
  font-size: 15px;
  letter-spacing: 2.46px;
  line-height: 32px;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #666666;
  margin-bottom: 16px;
}
@media screen and (max-width: 999px) {
  .c-story__text {
    font-size: 13px;
    letter-spacing: 1.5px;
    line-height: 24px;
    margin-bottom: 14px;
  }
}
.c-story__btn {
  font-size: 15px;
  letter-spacing: 0.6px;
  line-height: 18px;
  color: #222;
  font-family: roboto, sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  top: 6px;
  display: inline-block;
  width: 116px;
}
.c-story__btn:before {
  position: absolute;
  content: "";
  background: url(/cdn/shop/files/arrow-circle.png?v=1634001742) no-repeat center;
  background-size: contain;
  width: 29px;
  height: 29px;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: 300ms;
  transition: 300ms;
}
.c-story__btn:hover:before {
  background: url(/cdn/shop/files/arrow-circle-2.png?v=1634001742) no-repeat center;
  background-size: contain;
  width: 29px;
  height: 29px;
}
@media screen and (max-width: 999px) {
  .c-story__btn {
    font-size: 13px;
    letter-spacing: 0.52px;
    line-height: 15px;
    top: -4px;
    padding-right: 28px;
    width: 96px;
  }
  .c-story__btn:before {
    width: 22px;
    height: 22px;
  }
}

@media print, screen and (min-width: 1000px) {
  .ShopTheLook {
    max-width: 100%;
    padding: 0;
    padding-left: 80px;
  }
  .ShopTheLook__Inner {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ShopTheLook__ImageWrapper {
    width: 57.5% !important;
  }
  .ShopTheLook__ImageWrapper .AspectRatio {
    background-color: #222222;
  }
  .ShopTheLook__ImageWrapper .AspectRatio img {
    opacity: 0.9;
  }
  .ShopTheLook__ImageWrapper .AspectRatio::before {
    padding-bottom: 83.524027% !important;
  }
  .ShopTheLook__ProductList {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 42.5% !important;
    margin: 0;
/*     min-height: 550px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    background-color: #f7f9fa;
    padding-top:5px;
  }
  .ShopTheLook__Item.is-selected {
    background-color: #f7f9fa;
  }
  .ShopTheLook__ViewButton {
    display: none;
  }
  .ShopTheLook .ProductItem__ImageWrapper {
    max-width: 342px;
    bottom: 15px;
  }
  .ShopTheLook .ProductItem__ImageWrapper .AspectRatio::before {
    padding-bottom: 125.73099415%;
  }
  .ShopTheLook .ProductItem__Info {
    max-width: 342px;
    margin: 0 auto;
  }
  .ShopTheLook .flickity-page-dots {
    margin-top: 37px;
  }
  .ShopTheLook .flickity-page-dots .dot.is-selected {
    background-color: #6a6a6a;
    border-color: #6a6a6a;
  }
  .ShopTheLook .flickity-page-dots .dot {
    background-color: rgba(106, 106, 106, 0.2);
    border: none;
    margin: 0 5px;
  }
}
@media screen and (max-width: 999px) {
  .ShopTheLook__Item {
    padding: 0;
    opacity: 0;
    -webkit-transition: 300ms;
    transition: 300ms;
    width: calc(100% - 40px);
  }
  .ShopTheLook__Item.is-selected {
    opacity: 1;
  }
  .ShopTheLook__ImageWrapper {
    width: 100% !important;
  }
  .ShopTheLook__ImageWrapper .AspectRatio:before {
    padding-bottom: 83.5920895%;
  }
  .ShopTheLook__DiscoverButtonWrapper {
    margin: 0 auto;
    margin-top: 20px;
  }
  .ShopTheLook__ViewButton {
    max-width: 246px;
    width: 100%;
    margin: 0 auto;
    border: solid 1px #dedede;
    border-radius: 100px;
    font-size: 13px;
    letter-spacing: 0.52px;
    line-height: 42px;
    font-family: dnp-shuei-gothic-kin-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    position: relative;
    -webkit-transition: 300ms;
    transition: 300ms;
  }
  .ShopTheLook__ViewButton:before {
    position: absolute;
    content: "";
    background: url(/cdn/shop/files/shop-the-look-arrow.png?v=1634183088) no-repeat center;
    background-size: contain;
    width: 5px;
    height: 4px;
    right: 14px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .ShopTheLook span.Popover__Title.Heading.u-h4 {
    font-size: 24px;
    letter-spacing: 0.672px;
    line-height: 34px;
    font-family: classico-urw, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: capitalize;
  }
}
.ShopTheLook__Dot {
  width: 14px;
  height: 14px;
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}
.ShopTheLook__Dot:after {
  left: -27px;
  top: -27px;
  width: 68px;
  height: 68px;
  -webkit-animation: none;
          animation: none;
  background: rgba(255, 255, 255, 0.1);
}
.ShopTheLook__ImageWrapper .AspectRatio {
  background-color: #222222;
}
.ShopTheLook__ImageWrapper .AspectRatio img {
  opacity: 0.9;
}
.ShopTheLook .flickity-prev-next-button.previous {
  left: 49px;
  top: calc(50% - (66px / 2));
}
@media screen and (max-width: 999px) {
  .ShopTheLook .flickity-prev-next-button.previous {
    left: 4px;
    top: calc(50% - (33px / 2));
  }
}
.ShopTheLook .flickity-prev-next-button.next {
  left: calc(57.5% + 1px);
  top: calc(50% - (66px / 2));
}
@media screen and (max-width: 999px) {
  .ShopTheLook .flickity-prev-next-button.next {
    left: auto;
    right: 4px;
    top: calc(50% - (33px / 2));
  }
}
.ShopTheLook .flickity-prev-next-button {
  background: unset;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 64px;
  height: 64px;
  border-radius: 0;
}
@media screen and (max-width: 999px) {
  .ShopTheLook .flickity-prev-next-button {
    width: 32px;
    height: 32px;
  }
}
.ShopTheLook .flickity-prev-next-button svg {
  display: none;
}
.ShopTheLook .flickity-prev-next-button:before {
  position: absolute;
  content: "";
  background: url(/cdn/shop/files/slick-arrow.png?v=1634018997) no-repeat center;
  background-size: contain;
  width: 64px;
  height: 64px;
  left: 0;
  top: 0;
  -webkit-transition: 300ms;
  transition: 300ms;
}
@media screen and (max-width: 999px) {
  .ShopTheLook .flickity-prev-next-button:before {
    width: 32px;
    height: 32px;
  }
}
.ShopTheLook .flickity-prev-next-button.previous:before {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.ShopTheLook .flickity-prev-next-button:hover:before {
  background: url(/cdn/shop/files/slick-arrow-hover.png?v=1634018997) no-repeat center;
  background-size: contain;
  width: 64px;
  height: 64px;
}
@media screen and (max-width: 999px) {
  .ShopTheLook .flickity-prev-next-button:hover:before {
    width: 32px;
    height: 32px;
  }
}

@media screen and (max-width: 999px) {
  .Section[data-section-type="shop-the-look"] {
    padding: 12px 0;
  }
}
.Section[data-section-type="shop-the-look"] .SectionHeader {
  margin-bottom: 50px;
}
@media screen and (max-width: 999px) {
  .Section[data-section-type="shop-the-look"] .SectionHeader {
    margin-bottom: 28px;
  }
}
.Section[data-section-type="shop-the-look"] .SectionHeader__SubHeading {
  font-size: 15px;
  letter-spacing: 0.6px;
  line-height: 18px;
  font-family: roboto, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #888888;
  text-transform: capitalize;
}
@media screen and (max-width: 999px) {
  .Section[data-section-type="shop-the-look"] .SectionHeader__SubHeading {
    font-size: 13px;
    letter-spacing: 1.04px;
    line-height: 15px;
    color: #000;
    opacity: 0.7;
  }
}
.Section[data-section-type="shop-the-look"] .SectionHeader__Heading {
  font-size: 36px;
  letter-spacing: 1.008px;
  line-height: 50px;
  font-family: classico-urw, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #222222;
  text-transform: capitalize;
  margin-top: 8px;
}
@media screen and (max-width: 999px) {
  .Section[data-section-type="shop-the-look"] .SectionHeader__Heading {
    font-size: 24px;
    letter-spacing: 0.672px;
    line-height: 34px;
    margin-bottom: 0;
    margin-top: 3px;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1599px) {
  .ShopTheLook__ProductList {
    min-height: auto;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1300px) {
  .ShopTheLook__Inner {
    min-height: auto;
  }
  .ShopTheLook__ProductList {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ShopTheLook .ProductItem__ImageWrapper, .ShopTheLook .ProductItem__Info {
    max-width: 220px;
  }
  .ShopTheLook .ProductItem__ImageWrapper {
    max-width: 220px;
    bottom: 0;
    padding-top: 40px;
  }
  .ShopTheLook .flickity-page-dots {
    margin-top: 0;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1300px) {
  .ShopTheLook .ProductItem__ImageWrapper {
    padding-top: 20px;
  }
}
.c-blog-post {
  margin: 47px 0 61px;
}
@media screen and (max-width: 999px) {
  .c-blog-post {
    margin: 30px 0;
  }
}
.c-blog-post__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -16.5px;
}
@media screen and (max-width: 999px) {
  .c-blog-post__main {
    display: block;
    margin: 0;
  }
  .c-blog-post__main .c-featured-collections__btn {
    width: 82px;
    margin-left: auto;
    margin-top: 32px;
  }
  .c-blog-post__main .c-featured-collections__btn:before {
    width: 22px;
    height: 22px;
  }
}
.c-blog-post__item {
  width: calc(100% / 3);
  padding: 0 16.5px;
}
@media screen and (max-width: 999px) {
  .c-blog-post__item {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 999px) {
  .c-blog-post__item:first-child {
    margin-bottom: 30px;
  }
  .c-blog-post__item:first-child .c-blog-post__imageBox {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 999px) and (max-width: 999px) {
  .c-blog-post__item:nth-child(2) {
    border-top: solid 1px #efefef;
  }
}
@media screen and (max-width: 999px) {
  .c-blog-post__item:not(:first-child) .c-blog-post__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: solid 1px #efefef;
  }
  .c-blog-post__item:not(:first-child) .c-blog-post__imageBox {
    width: 104px;
    margin: 0;
  }
  .c-blog-post__item:not(:first-child) .c-blog-post__category {
    display: none;
  }
  .c-blog-post__item:not(:first-child) .c-blog-post__info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: 26px;
    padding-left: 21px;
    padding-right: 5px;
    padding-bottom: 25.5px;
  }
  .c-blog-post__item:not(:first-child) .c-blog-post__title {
    padding-right: 0;
  }
}
.c-blog-post__link {
  display: block;
}
.c-blog-post__link:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.c-blog-post__image {
  line-height: 0;
  display: block;
  position: relative;
  padding-bottom: 100%;
}
.c-blog-post__image img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.3s ease, -webkit-transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.3s ease, transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.3s ease, transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.c-blog-post__imageBox {
  position: relative;
  margin-bottom: 23px;
  overflow: hidden;
}
.c-blog-post__category {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 14px;
  letter-spacing: 0.392px;
  line-height: 33px;
  font-family: roboto, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  background-color: #432825;
  padding: 0 14px;
  padding-bottom: 2px;
}
@media screen and (max-width: 999px) {
  .c-blog-post__category {
    font-size: 12px;
    letter-spacing: 0.336px;
    line-height: 25px;
    padding: 0 10.5px;
  }
}
.c-blog-post__title {
  font-size: 15px;
  letter-spacing: 0;
  line-height: 28px;
  font-family: dnp-shuei-4go-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #222222;
  max-width: 342px;
  margin-bottom: 7px;
}
@media screen and (max-width: 999px) {
  .c-blog-post__title {
    font-size: 12px;
    letter-spacing: 1.5px;
    line-height: 18px;
    font-family: ten-mincho-text, serif;
    font-weight: 400;
    font-style: normal;
    padding-right: 50px;
    margin-bottom: 4px;
  }
}
.c-blog-post__date {
  font-size: 15px;
  letter-spacing: 0.6px;
  line-height: 18px;
  font-family: roboto, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #888;
}
@media screen and (max-width: 999px) {
  .c-blog-post__date {
    font-size: 10px;
    letter-spacing: 0.4px;
    line-height: 13px;
  }
}

.c-link-to {
  margin: 61px 0;
  padding: 60px 0;
}
@media screen and (max-width: 999px) {
  .c-link-to {
    margin: 30px 0 20px;
    padding: 16px 0;
  }
}
.c-link-to__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -14.5px;
}
@media screen and (max-width: 1200px) {
  .c-link-to__main {
    display: block;
    margin: 0;
  }
}
@media screen and (max-width: 999px) {
  .c-link-to__main {
    display: block;
    margin: 0;
  }
}
.c-link-to__item {
  width: 50%;
  padding: 0 14.5px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .c-link-to__item {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 999px) {
  .c-link-to__item {
    width: 100%;
    padding: 0;
  }
}
.c-link-to__url {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.c-link-to__url:before {
  position: absolute;
  content: "";
  background: url(/cdn/shop/files/arrow-link.png?v=1634097150) no-repeat center;
  background-size: contain;
  width: 20px;
  height: 11px;
  right: 30px;
  top: 30px;
}
@media screen and (max-width: 999px) {
  .c-link-to__url {
    display: block;
  }
  .c-link-to__url:before {
    display: none;
  }
}
.c-link-to__img {
  line-height: 0;
  display: block;
  position: relative;
  padding-bottom: 92.741935%;
}
@media screen and (max-width: 999px) {
  .c-link-to__img {
    padding-bottom: 45.37313%;
  }
}
.c-link-to__img img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-position: center;
     object-position: center;
}
.c-link-to__imgBox {
  width: 248px;
}
@media screen and (max-width: 999px) {
  .c-link-to__imgBox {
    width: 100%;
  }
}
.c-link-to__info {
  width: calc(100% - 248px);
  border: solid 2px #f7f9fa;
  border-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 61px;
  padding-right: 31px;
}
@media screen and (max-width: 1300px) {
  .c-link-to__info {
    padding: 0 20px;
  }
}
@media screen and (max-width: 999px) {
  .c-link-to__info {
    width: 100%;
    padding: 0;
    display: block;
    padding: 18px 30px 30px 26px;
    position: relative;
    border-left: solid 2px #f7f9fa;
    border-top: none;
  }
  .c-link-to__info:before {
    position: absolute;
    content: "";
    background: url(/cdn/shop/files/arrow-link.png?v=1634097150) no-repeat center;
    background-size: contain;
    width: 10px;
    height: 9px;
    right: 21px;
    top: 30px;
  }
}
.c-link-to__title {
  font-size: 26px;
  letter-spacing: 0.728px;
  line-height: 35px;
  color: #000;
  font-family: classico-urw, sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  top: -5px;
}
@media screen and (max-width: 999px) {
  .c-link-to__title {
    font-size: 20px;
    letter-spacing: 0.56px;
    line-height: 28px;
    top: 0;
  }
}
.c-link-to__text {
  font-size: 15px;
  letter-spacing: 1.8px;
  line-height: 32px;
  color: #666;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  max-width: 339px;
  width: 100%;
  position: relative;
  top: 11px;
}
@media screen and (max-width: 999px) {
  .c-link-to__text {
    font-size: 13px;
    letter-spacing: 1.6px;
    line-height: 24px;
    top: 8px;
  }
}


/*# sourceMappingURL=custom-top.css.map */

/********************************************/
/*Category List Customize 230222*/
/********************************************/
#section-template--15154321096878__6a6e3c66-1919-457c-9574-a18b41e3d053 {
    padding-bottom: 100px;
}

@media screen and (max-width: 640px) {
    #section-template--15154321096878__6a6e3c66-1919-457c-9574-a18b41e3d053 .CollectionList--grid {
        margin: 12px;
        display: flex;
        flex-wrap: wrap;
        padding-bottom: 60px;
    }
    #section-template--15154321096878__6a6e3c66-1919-457c-9574-a18b41e3d053 .Carousel__Cell {
        width: 50%;
    }
    #section-template--15154321096878__6a6e3c66-1919-457c-9574-a18b41e3d053 .CollectionItem__Wrapper--small {
        height: 230px;
    }
    #section-template--15154321096878__6a6e3c66-1919-457c-9574-a18b41e3d053 .CollectionList--grid .CollectionItem {
        padding: 3px;
    }
    #section-template--15154321096878__6a6e3c66-1919-457c-9574-a18b41e3d053 .SectionHeader__Heading.SectionHeader__Heading--emphasize.Heading.u-h1 {
        font-size: 16px !important;
        line-height: 1.6;
    }
    #section-template--15154321096878__6a6e3c66-1919-457c-9574-a18b41e3d053 .CollectionItem__Content--bottomLeft {
        bottom: 10px;
    }
}

 /* FOR ITEM DESCRIPTION NOTICE */
dl.in_description {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
dt.in_description{
  width: 100% !important;
  letter-spacing: 0px !important;
}
dt.in_description::after{
  content: ":";
}
dd.in_description {
  margin-left: 0px !important;
  width: 100% !important;
}

/* FOR ITEM DESCRIPTION NOTE */
dl.in_description_note {
  margin=0;
  display: flex;
  flex-wrap: wrap;
}
dt.in_description_note {
  width: 5% !important;
  margin-bottom: 5px !important;
}
dt.in_description_note::before {
  content: "※";
}
dd.in_description_note {
  width: 94% !important;
  margin-left: -5px !important;
}
dl.in_description_important {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  color: #d0021b !important;
}
dt.in_description_important {
  width: 100% !important;
  color: #d0021b !important;
}
dd.in_description_important {
margin-left: 0px;
  width: 100% !important;
  color: #d0021b !important;
}
p.in_description_important {
  color: #d0021b !important;
}
dl.in_description_important_notice {
  margin=0;
  display: flex;
  flex-wrap: wrap;
  color: #d0021b !important;
}
dt.in_description_important_notice {
  width: 5% !important;
  margin-bottom: 5px !important;
  color: #d0021b !important;
}
dt.in_description_important_notice::before {
  content: "※";
}
dd.in_description_important_notice {
  width: 94% !important;
  margin-left: -5px !important;
  line-height: 1.8em !important;
  color: #d0021b !important;
}

/* 2024.8.7 INSTALLED */
.notice_color, .attention_color {
  color: #D0021B !important;
}
.notice_color::before{
  content: "※";
}
.notice_color_title, .attention_color_title {
  color: #D0021B !important;
  margin-bottom: 15px !important;
}
.new_line {
   margin-bottom: 15px !important;
}
