@charset "UTF-8";
/* default settings */
.breadcrumbs {
  padding-block: 0.4375rem;
}
@media (min-width: 769px) {
  .breadcrumbs {
    padding-top: 5.25rem;
  }
}
@media (max-width: 768px) {
  .breadcrumbs {
    padding-block: 2.4375rem 1.375rem;
  }
}
.breadcrumbs__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-inline: 2.5rem;
}
@media (min-width: 769px) {
  .breadcrumbs__container {
    padding-inline: 3.875rem;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .breadcrumbs__container {
    padding-inline: 1.5rem;
  }
}
.breadcrumbs__item:not(:last-child) {
  padding-right: 0.875rem;
  margin-right: 0.3125rem;
  position: relative;
}
@media (max-width: 768px) {
  .breadcrumbs__item:not(:last-child) {
    padding-right: 0.8125rem;
    margin-right: 0.5625rem;
  }
}
.breadcrumbs__item:not(:last-child):after {
  content: "＞";
  color: #B4B5B6;
  display: inline-block;
  padding: 0;
  position: absolute;
  top: 0rem;
  right: 0;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .breadcrumbs__item:not(:last-child):after {
    top: 0.1875rem;
  }
}
.breadcrumbs__item br {
  display: none;
}
.breadcrumbs__item a, .breadcrumbs__item span {
  font-size: 0.625rem;
  font-weight: 400;
  text-align: left;
  color: #B4B5B6;
  text-decoration: none;
  display: block;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .breadcrumbs__item a, .breadcrumbs__item span {
    font-size: 0.75rem;
    line-height: 1.25;
  }
}
.breadcrumbs__item.-en a, .breadcrumbs__item.-en span {
  font-family: "Inter", sans-serif;
}

.mihoncho-page {
  font-weight: 400;
  padding-top: 3.125rem;
  margin-bottom: -0.25rem;
}
@media (max-width: 768px) {
  .mihoncho-page {
    padding-top: 2.5rem;
    font-size: 0.875rem;
    line-height: 1.4375rem;
    margin-bottom: 0;
  }
}
.mihoncho-page .title-28 {
  margin: 0 0 0.625rem 0;
  line-height: 2.25rem;
}
@media (max-width: 768px) {
  .mihoncho-page .title-28 {
    margin: 0 0 0.625rem 0;
  }
}
.mihoncho-page .page-txt {
  line-height: 1.75;
  margin: 0;
}
@media (max-width: 768px) {
  .mihoncho-page .page-txt {
    line-height: 1.6428571429;
  }
}
.mihoncho-page .product__collection {
  margin: 4.625rem 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.8125rem 1.625rem;
}
@media (max-width: 768px) {
  .mihoncho-page .product__collection {
    margin: 2.0625rem 0 0 0;
    gap: 1.125rem 0;
  }
}
.mihoncho-page .product__collection .product {
  width: 29.1875rem;
}
@media (max-width: 768px) {
  .mihoncho-page .product__collection .product {
    width: 20.9375rem;
  }
}
.mihoncho-page .product__collection .product__url {
  text-decoration: none;
  color: inherit;
  display: block;
}
@media (min-width: 769px) {
  .mihoncho-page .product__collection .product__url {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  .mihoncho-page .product__collection .product__url:hover .image:before {
    opacity: 0.5;
  }
  .mihoncho-page .product__collection .product__url:hover .image img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .mihoncho-page .product__collection .product__url:hover .title {
    opacity: 0.6;
  }
}
.mihoncho-page .product__collection .product__image .image {
  height: 21.9375rem;
}
@media (min-width: 769px) {
  .mihoncho-page .product__collection .product__image .image {
    position: relative;
    overflow: hidden;
  }
  .mihoncho-page .product__collection .product__image .image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
  }
}
@media (max-width: 768px) {
  .mihoncho-page .product__collection .product__image .image {
    height: 15.6875rem;
  }
}
.mihoncho-page .product__collection .product__image .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 769px) {
  .mihoncho-page .product__collection .product__image .image img {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
}
.mihoncho-page .product__collection .product__image .title {
  line-height: 1.5;
  margin: 1rem 0 0 0;
  text-align: center;
}
@media (min-width: 769px) {
  .mihoncho-page .product__collection .product__image .title {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}
@media (max-width: 768px) {
  .mihoncho-page .product__collection .product__image .title {
    line-height: 1.5;
    margin: 0.4375rem 0 0 0;
  }
}

@media (max-width: 768px) {
  .page-mihoncho .footer-backtotop.no-breadcrumb {
    padding-block: 3.75rem 3.75rem;
  }
}