@charset "UTF-8";

/* base */
.ftool-wrapper>.article,
.ftool-wrapper .description,
.ss-article-main-image,
.ftool-wrapper p {
  padding-bottom: 0 !important;
  max-width: 100%;
}

@media (max-width: 768px) {
  .ftool-wrapper #sec01 {
    margin-left: 0;
    padding-bottom: 0;
  }
}

.ftool-wrapper {
  line-height: 1.9;
  font-size: 14px;
  overflow-wrap: break-word;
  box-sizing: border-box;
  position: relative;
  left: 50%;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: -50vw;
  padding: 0 !important;
}

/* setting */
html,
body {
  width: 100%;
  height: auto;
  margin: 0;
  overflow-x: unset !important;
}

:root {

  --scrollbar-width: 0px;

}


.element {

  width: calc(100vw - var(--scrollbar-width));

  margin-left: calc(50% - 50vw);

}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ftool-wrapper .col--02--Y>div {
  margin-bottom: 0 !important;
}

.ftool-wrapper h2,
.ftool-wrapper h3,
.ftool-wrapper h4,
.ftool-wrapper li {
  margin-bottom: 40px;
  font-weight: 500;
}

.ftool-wrapper p {
  margin-block-start: 0em;
  margin-block-end: 0em;
  line-height: 1.7;
  font-size: 13px;
}

.ftool-wrapper a {
  text-decoration: none;
  color: #57524E;
}

.ftool-wrapper section {
  margin-bottom: 104px;
}

/* setting */
/* fixed設定 */
.pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.description>#container {
  overflow: visible;
}

#container {
  color: #57524E;
  font-family: "fot-cezanne-pron", sans-serif;
  font-feature-settings: "palt";
  text-align: center;
  font-weight: 500;
  max-width: 100vw;
  position: relative;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-right: calc(50% - 50vw + var(--scroll-bar-width) / 2);
  margin-left: calc(50% - 50vw + var(--scroll-bar-width) / 2);
}

.ftool-wrapper #container img {
  -o-object-fit: cover;
  object-fit: cover;
}

.ftool-wrapper #container .l-articleLayout__wrap {
  margin: 0 auto;
  display: flow-root;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .ftool-wrapper #container .l-articleLayout__wrap {
    width: 100%;
  }
}

.ftool-wrapper #container .l-articleLayout__article {
  float: right;
  transition: 0.85s ease;
  position: relative;
  top: 0;
  width: 100%;
  max-width: 375px;
  background-color: #C1BFBD;
}

@media screen and (max-width: 768px) {
  .ftool-wrapper #container .l-articleLayout__article {
    float: none;
    left: 0;
    margin: 0 auto;
    max-width: 100%;
    border-radius: 24px;
    background-color: #EEEEEE;
  }
}

.ftool-wrapper .l-articleLayout-link.pc.wrap {
  background-color: #C1BFBD;
  position: sticky !important;
  width: 47%;
  margin: 0 auto;
  min-width: 400px;
  top: 0;
  height: 100vh;
  overflow: hidden;
}

.ftool-wrapper #container .l-articleLayout__title {
  position: sticky !important;
  width: 100%;
  max-width: 50%;
  height: 100vh;
  overflow: hidden;
}

.ftool-wrapper #container .l-articleLayout__title>.wrap {
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.ftool-wrapper #container .d-fixed-area {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.ftool-wrapper #container .d-fixed-element {
  position: absolute;
  top: 0;
}

.ftool-wrapper #container .d-fixed-element.is-fixed {
  position: fixed;
}

.ftool-wrapper #container .l-articleLayout {
  background-attachment: fixed;
  background-position: top left;
  background-size: cover;
}

.ftool-wrapper #container .main_visual {
  background-image: url(https://baycrews.jp/src/feature/20251001_smartorder/kv_pc.png);
  width: 100%;
  margin: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: cover;
}

.main_visual.wrap.sp img {
  border-radius: 0 0 24px 24px;
}

.ftool-wrapper .contents-hedding {
  position: relative;
}

@media screen and (max-width: 768px) {
  .ftool-wrapper #container .main_visual {
    width: 100%;
    transform: translateY(-50%);
    -webkit-transform: unset;
    -ms-transform: unset;
    background-image: none;
    line-height: 0;
    position: sticky;
    top: 0;
  }
}

.ftool-wrapper #container #contents {
  background-color: #D8D7D6;
  border-radius: 24px;
  margin-top: 24px;
  margin-left: -40px;
  padding-bottom: 48px;
}

@media screen and (max-width: 768px) {
  .ftool-wrapper #container #contents {
    width: 100%;
    margin: 0;
    padding-bottom: 0;
    background-color: #EEEEEE;
  }

  .ftool-wrapper .head-area {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: background-color 0.5s ease;
    z-index: 100;
    width: 100%;
  }

  .ftool-wrapper .head-area.scrolled {
    background-color: rgba(255, 255, 255, 1);
    width: 100%;
    height: 58px;
    position: fixed;
    margin: 0;
    z-index: 900;
  }

  .ftool-wrapper .head-area .ttl {
    opacity: 0;
    transition: 0.5s ease;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 10px;
    margin: auto 0;
    height: fit-content;
    width: 100px;
  }

  .ftool-wrapper .head-area.scrolled .ttl {
    opacity: 1;
  }
}

.ftool-wrapper .text-marquee {
  width: 184px;
  position: absolute;
  display: inline;
  height: 30px;
  border-radius: 6px;
  overflow: hidden;
  white-space: nowrap;
  background-color: rgb(0, 0, 0, 0.5);
  top: 20px;
  left: 20px;
}

@media screen and (max-width: 768px) {
  .ftool-wrapper .text-marquee {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 14px 10px 0 auto;
  }
}

.ftool-wrapper .marquee__inner {
  display: inline-block;
  white-space: nowrap;
  animation: scroll-left 10s linear infinite;
  color: #fff;
  font-size: 10px;
  padding: 7px;
  line-height: 1.5;
}

.ftool-wrapper span.text-small {
  font-size: 10px;
  text-align: left;
  display: block;
  position: absolute;
  bottom: 0;
  color: #fff;
  padding: 0 0 5px 5px;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-50%);
  }
}

.ftool-wrapper .scroll-content span {
  display: inline-block;
  padding-right: 40px;
  /* テキストの区切りスペース */
}

.ftool-wrapper .brand-list {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: 259px;
  height: fit-content;
  padding-top: 260px;
}

@media screen and (max-width: 768px) {
  .ftool-wrapper .brand-list {
    position: absolute;
    display: inline;
    top: 260px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
  }
}

.ftool-wrapper .brand-log {
  display: flex;
  flex-flow: nowrap;
  justify-content: space-between;
  align-items: center;
}

.ftool-wrapper .brand-log img {
  width: 60px !important;
}

.ftool-wrapper .brand-log {
  display: flex;
  flex-flow: nowrap;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .ftool-wrapper .inner {
    background-color: #EEEEEE;
    border-radius: 24px;
    height: fit-content;
    position: relative;
    margin-top: -35px;
  }
}

.ftool-wrapper h2.lead {
  text-align: center;
  line-height: 2;
  font-size: 16px;
}

.ftool-wrapper .section01 .info_date {
  margin-bottom: 40px;
}

.ftool-wrapper .info_date h3 {
  font-size: 12px;
  background: #A3A09D;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 6px 40px;
  border-radius: 32px;
  position: relative;
  margin-bottom: 10px;
  color: #FFFFFF;
}

.ftool-wrapper .info_date span.date {
  font-family: Forevs;
  font-size: 16px;
}

.ftool-wrapper .info_date h3::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 2px;
  background-color: #FFFFFF;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
  border-radius: 50%;
}

.ftool-wrapper .info_date h3::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 2px;
  background-color: #FFFFFF;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  border-radius: 50%;
}

.ftool-wrapper .info_date span.date__small {
  font-size: 10px;
  font-family: "fot-cezanne-pron", sans-serif;
}

.ftool-wrapper .section01 {
  padding-top: 16px;
}

@media screen and (max-width: 768px) {
  .ftool-wrapper .section01 {
    padding-top: 0;
  }
}

.ftool-wrapper .section01 .lead {
  position: relative;
  padding-top: 46px;
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .ftool-wrapper .section01 .lead::before {
    content: "";
    border-bottom: 4px solid #CCCCCC;
    position: absolute;
    width: 72px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 32px;
    top: 16px;
  }
}

.ftool-wrapper span.accent {
  box-sizing: content-box;
  border: solid #57524E 2px;
  padding: 14px 20px;
  background: #ffffff;
  font-size: 21px;
  line-height: 4;
}

.ftool-wrapper .section01 p.description-01 {
  margin-bottom: 30px;
}

.ftool-wrapper h3.section-title {
  font-size: 12px;
  background: #A3A09D;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 6px 40px;
  border-radius: 32px;
  position: relative;
  margin-bottom: 48px;
  color: #FFFFFF;
}

.ftool-wrapper .section-title::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 2px;
  background-color: #FFFFFF;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
  border-radius: 50%;
}

.ftool-wrapper .section-title::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 2px;
  background-color: #FFFFFF;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  border-radius: 50%;
}

.ftool-wrapper .contents-list-point {
  display: flex;
  flex-flow: nowrap;
  align-items: center;
  justify-content: space-between;
  width: 256px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 28px;
}

.ftool-wrapper .contents-list-point:nth-last-child(1) {
  margin-bottom: 0;
}

.ftool-wrapper .l-wrap {
  font-family: Forevs;
  font-weight: 400;
}

.ftool-wrapper .l-wrap__number {
  font-size: 40px;
  display: flex;
  flex-flow: nowrap;
  align-items: center;
  line-height: 1;
}

.ftool-wrapper span.label {
  font-size: 15px;
  margin-right: 8px;
  position: relative;
  letter-spacing: normal;
}

.ftool-wrapper span.label::after {
  content: "";
  border-bottom: 1px solid #57524E;
  position: absolute;
  bottom: -8px;
  width: 100%;
  left: 0;
}

.ftool-wrapper .r-wrap {
  flex-grow: 1;
  padding-left: 30px;
}

.ftool-wrapper .r-wrap__description {
  text-align: left;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: normal;
}

.ftool-wrapper .contents-wrap-heading {
  font-size: 20px;
  letter-spacing: 1px;
  margin-bottom: 40px;
}

.ftool-wrapper span.point {
  position: relative;
}

.ftool-wrapper span.point::after {
  content: "";
  border-bottom: 1px solid #57524E;
  position: absolute;
  bottom: -6px;
  width: 100%;
  left: 0;
}

.ftool-wrapper .contents-wrap-lead {
  font-size: 12px;
  margin: 8px 0 30px;
}

.ftool-wrapper .section03 .section-contents img {
  width: 327px !important;
}

.ftool-wrapper .contents-nav {
  display: grid;
  justify-content: space-around;
  font-size: 12px;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  margin-bottom: 48px;
}

.ftool-wrapper .contents-nav-wrap {
  border-right: solid 1px #BDC4CE;
  margin-bottom: 0;
}

.ftool-wrapper .contents-nav-wrap:nth-of-type(3) {
  border-right: none;
}


.ftool-wrapper .nav-text {
  margin: 0;
  height: fit-content;
  justify-content: center;
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: center;
  line-height: 2.6;
}

.ftool-wrapper span.nav-arrow {
  width: auto;
  height: auto;
  display: inline-block;
  line-height: 0;
  padding-right: 30px;
}

.ftool-wrapper .nav-text.nav-text-left {
  line-height: 1.3;
}

.ftool-wrapper .contents-block ul.l-col5.brand-item-list li {
  margin: 0;
  position: relative;
}

.ftool-wrapper .contents-block ul.l-col5.brand-item-list li:nth-last-child(2) img {
  border-radius: 0 0 0 24px;
}

.ftool-wrapper .contents-block ul.l-col5.brand-item-list li:last-child img {
  border-radius: 0 0 24px 0;
}

.ftool-wrapper .contents-block img {
  width: 36%;
  margin: 48px 0;
}


.ftool-wrapper .contents-block ul.l-col5.brand-item-list li img {
  width: 100%;
  margin: 0;
}

.ftool-wrapper .contents-block {
  background: #fff;
  margin-bottom: 8px;
  border-radius: 24px;
}

.ftool-wrapper .contents-block#li-iena {
  margin-top: 48px;
}

.ftool-wrapper #li-spick {
  margin-bottom: 0;
}

.ftool-wrapper .text-link {
  text-align: left;
  width: fit-content;
  margin: 0 auto;
  font-size: 13px;
  line-height: 1.8;
  border-bottom: 1px solid #57524E;
}

.ftool-wrapper span.link-arrow {
  width: 12px;
  display: inline-block;
  height: 7px;
  line-height: 0;
  padding-left: 8px;
  position: relative;
}

.ftool-wrapper span.link-arrow img {
  width: 12px !important;
  height: auto;
  margin: 0;
  position: absolute;
  bottom: 2px;
}

.ftool-wrapper .section-link-button {
  border: none;
  background: #57524E;
  margin: 30px auto 0;
  border-radius: 2px;
  width: 340px;
  color: #fff;
  letter-spacing: 1px;
  padding: 10px 0;
}

.ftool-wrapper .section-link-button a {
  color: #fff;
  width: 100%;
  display: block;
}

@media screen and (max-width: 768px) {
  .ftool-wrapper button.section-link-button {
    width: 270px;
  }
}


.ftool-wrapper button.section-link-button a {
  color: #fff;
  font-size: 13px;
  width: 100%;
  display: block;
}

.ftool-wrapper .section05 p {
  font-size: 12px;
}

.ftool-wrapper ul.section-contents {
  margin: 0 auto 40px;
  display: grid;
  max-width: 343px;
}

.ftool-wrapper li.contents-list-info {
  display: flex;
  flex-flow: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: 28px auto;
  border-bottom: solid 1px #57524E;
  height: 100%;
  line-height: 1;
}

.ftool-wrapper .info__l-wrap,
.ftool-wrapper .archive-brand {
  text-align: left;
  font-family: Forevs;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
}

.ftool-wrapper span.info__l-wrap__medium {
  font-size: 20px;
  padding-left: 5px;
}

.ftool-wrapper span.info__l-wrap__small {
  font-size: 14px;
  font-family: "fot-cezanne-pron", sans-serif;
}

.ftool-wrapper span.info__l-wrap__name {
  font-family: Forevs;
  font-size: 15px;
}

.ftool-wrapper .icon.info__r-wrap {
  width: 16px;
  padding-right: 10px;
}

.ftool-wrapper .section06 {
  margin-bottom: 0;
}

.ftool-wrapper .section06 .lead {
  line-height: 3;
  margin: 0 0 4px;
}

.ftool-wrapper .section06 .lead.lead-unit {
  line-height: 1.8;
  margin: 0;
}

.ftool-wrapper .contents-logo {
  margin: 48px auto 0 !important;
  width: 160px;
}

@media screen and (max-width: 768px) {
  .ftool-wrapper .contents-logo {
    margin: 48px auto !important;
  }
}

.ftool-wrapper .share-link .text {
  letter-spacing: 2px;
  margin-bottom: 28px;
  font-size: 10px;
}

.ftool-wrapper .share-link .wrap {
  flex-flow: nowrap;
  justify-content: space-between;
  display: flex;
  width: 117px;
  margin: 0 auto;
}

.ftool-wrapper .share-link .wrap .button {
  width: auto;
  height: 24px;
}

.ftool-wrapper .share-link .wrap .button a {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.ftool-wrapper .section7 {
  margin-bottom: 0;
  padding-bottom: 120px;
}

.ftool-wrapper .l-articleLayout-link.pc.wrap .wrap-contents01 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: fit-content;
}

.ftool-wrapper .l-articleLayout-link.pc.wrap .wrap-contents01 .section-title {
  margin-top: 0;
  margin-bottom: 40px;
}

.ftool-wrapper .l-articleLayout-link.pc.wrap .wrap-contents01 .contents-nav {
  display: inline-block;
  margin: 0;
  height: 100%;
  margin-top: -23px;
}

.ftool-wrapper .l-articleLayout-link.pc.wrap .wrap-contents01 .contents-nav .contents-nav-wrap {
  border-right: none;
  display: grid;
  align-items: center;
  height: 80px;
}

.ftool-wrapper .l-articleLayout-link.pc.wrap .wrap-contents01 .contents-nav .contents-nav-wrap .nav-link-area {
  margin: 0;
  height: fit-content;
  justify-content: space-between;
  position: relative;
  display: flex;
  flex-flow: nowrap;
  align-items: center;
  width: 297px;
  margin: 24px auto;
  border-bottom: solid 1px #A3A09D;
  height: 100%;
}

.ftool-wrapper .l-articleLayout-link.pc.wrap .wrap-contents01 .contents-nav .contents-nav-wrap .nav-link-area h4.nav-text.nav-text-left {
  display: inline-block;
}

.ftool-wrapper .l-articleLayout-link.pc.wrap .wrap-contents01 .contents-nav .contents-nav-wrap .nav-link-area a {
  line-height: 0;
}

.ftool-wrapper .l-articleLayout-link.pc.wrap .wrap-contents01 .contents-nav .contents-nav-wrap .nav-link-area a span.nav-arrow {
  padding-right: 20px;
}

.ftool-wrapper .wrap-contents02.share-link {
  position: absolute;
  bottom: 95px;
  right: 0;
  left: 0;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .ftool-wrapper .ttl.logo-container {
    transition: all 0.5s ease;
  }

  .ftool-wrapper .ttl.logo-container.shrink {
    transform: translate(0, 0) scale(0.2);
    margin-left: -90px;
  }

  .ftool-wrapper .ttl.logo-container.shrink .cls-1 {
    fill: #57524E !important;
  }
}

.ftool-wrapper section.section04 ul.l-col5.brand-item-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(9, auto);
  margin-bottom: 30px;
}

.ftool-wrapper section.section04 ul.l-col5.brand-item-list:last-child(1) {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(10, auto);
  margin-bottom: 30px;
}

.ftool-wrapper section.section04 .item {
  position: relative;
  background: #fff;
  border: 1px solid #eee;
  box-sizing: border-box;
}

.ftool-wrapper section.section04 ul.l-col5.brand-item-list li.item {
  margin: 0;
  position: relative;
  border: none;
  border: 0.3px solid #fff;
}

.ftool-wrapper section.section04 .item .thumb img {
  width: 100% !important;
  display: block;
  margin: 0;
  object-fit: contain !important;
  height: fit-content;
}

.ftool-wrapper section.section04 .thumb {
  position: relative;
}

.ftool-wrapper section.section04 .data {
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  color: white;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  font-size: 10px;
}

.ftool-wrapper section.section04 .data .itemName,
.ftool-wrapper section.section04 .data .price {
  display: block;
  color: white;
  text-decoration: none;
  text-align: left;
}

.ftool-wrapper section.section04 .data .itemName {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  line-height: 1.5em;
  max-height: 3em;
  word-break: break-word;
}

.ftool-wrapper section.section04 .data .brand {
  display: none;
}

.ftool-wrapper section.section04 .item-large {
  grid-row: 1 / span 2;
}

.ftool-wrapper section.section04 #item-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.ftool-wrapper section.section04 .sale {
  display: none;
}

.ftool-wrapper section.section04 .review {
  display: none;
}

/* visumo */

p.hacobune-info-item-description {
  display: none !important;
}

.hacobune-slider.hacobune-related-product {
  display: none;
}

.ftool-wrapper .hacobune-grid-col {
  max-width: 100%;
}

.ftool-wrapper .hacobune-video-list-item-card-caption {
  display: none !important;
}

.ftool-wrapper .hacobune-logo {
  display: none !important;
}

.ftool-wrapper .hacobune-video-list-item-card {
  padding: 0;
  display: block;
  border: none;
}

.ftool-wrapper .hacobune-grid-row {
  display: block !important;
}

.hacobune-app-container {
  padding: 0 !important;
  background: none !important;
}

.ftool-wrapper #container img.hacobune-video-icon.hacobune-slider-player-icon {
  width: auto !important;
}

.hacobune-containers-product-tile .hacobune-product-tile-main-visual {
  padding-top: 0 !important;
  background: none !important;
}

.hacobune-containers-product-tile .hacobune-product-tile-info .hacobune-product-tile-info-inner {
  border: none !important;
  padding: 0 !important;
}

.hacobune-containers-product-tile .hacobune-product-tile-info .hacobune-product-tile-info-inner p {
  font-family: 'forevs';
  font-size: 13px;
  font-weight: 400 !important;
  color: #57524E;
}

.hacobune-containers-product-tile .hacobune-product-tile-info {
  margin: 20px 0 0 !important;
}

.hacobune-containers-product-tile .hacobune-product-tile-horizon-items {
  display: none !important;
}

.hacobune-gallery {
  padding-top: 48px;
  --template-type-slider-height: 313px;
}

@media screen and (max-width: 768px) {
  .hacobune-gallery {
    width: 256px;
    margin: 0 auto;
    --template-type-slider-height: 391px;
  }
}

.hacobune-app-container {
  background: none !important;
}

.hacobune-containers-product-tile .hacobune-product-tile-info .hacobune-product-tile-info-inner {
  border: none;
  padding: 0;
  margin-top: 20px;
}

/*# sourceMappingURL=style.css.map */