:root {
  --cart-color: #ffffff;
  --cart-bg-color: #005A64;
  --pc-max-width: 1248px;
}
img {
  display: block;
}
small {
  font-size: 80%;
}
.is-bordered-top {
  border-top: 1px solid #ccc;
}
.columns {
  margin: 0;
}
.hbr-table {
  margin-top: 0;
}
* + .hbr-table {
  margin-top: 1.75em;
}
.hbr-table tbody tr th, .hbr-table tbody tr td, .hbr-table>tr th, .hbr-table>tr td {
  background-color: #fff;
  text-align: center;
}
.hbr-table tbody tr:first-child th, .hbr-table tbody tr:first-child td, .hbr-table>tr:first-child th, .hbr-table>tr:first-child td {
  border-right: 1px solid #000000;
}
.hbr-table tbody tr th:first-child, .hbr-table tbody tr:first-child td:first-child {
  border-left: 1px solid #000000;
}
.hbr-table tbody tr td {
  border-right: 1px solid #000000;
}
.hbr-table tbody tr:last-child th, .hbr-table tbody tr:last-child td, .hbr-table>tr:last-child th, .hbr-table>tr:last-child td {
  border-bottom: 1px solid #000000;
}
.hbr-table tbody tr th, .hbr-table tbody tr td, .hbr-table>tr th, .hbr-table>tr td {
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
}
.hbr-table tfoot {
  padding-top: 0.5rem;
  text-align: right;
}
.nowrap {
  white-space: nowrap;
}
.cart.sold .stock::before {
  content: '残0';
}
@media screen and (max-width: 639px) {
  br:not(.sp) {
    display: none;
  }
  .rmn-related-product br:not(.sp) {
    display: inherit;
  }
  span.indent-space {
    display: none;
  }
}
/* ------------------------------------------
Header
------------------------------------------ */
.hbr-header {
  background-color: rgba(255,255,255,.75);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  position: sticky;
  z-index: 11;
  top: 0;
}
.navbar-divider {
  height: 1px;
  margin: 0;
}
.navbar {
  background-color: initial;
  display: flex;
  align-items: stretch;
  padding-top: 0.8rem;
  padding-bottom: 0.375rem;
  min-height: unset;
}
@media screen and (min-width: 769px){
  .navbar {
    padding-top: 1.125rem;
    padding-bottom: 0.375rem;
  }
}
.navbar-menu {
  display: flex;
  flex-grow: 1;
  background-color: initial;
  box-shadow: none;
  padding: 0;
}
.navbar-menu-list {
  font-size: 0.875rem;
  position: absolute;
  top: 0.625rem;
  right: 0;
  z-index: 100;
  color: #FFFAE1;
  background-color: transparent;
  padding: 0;
  transition: opacity 0.2s ease;
}
.navbar-menu-list:not(.is-active) {
  opacity: 0;
  pointer-events: none;
}
.navbar a:link, .navbar a:visited {
  color: #FFFAE1;
  transition: all .3s;
}
.navbar-item {
  align-items: center;
  display: flex;
  gap: 10px;
  padding: 10px 18px;
  background-color: var(--cart-bg-color);
}
@media (hover: hover) {
  a.navbar-item:hover {
    background-color: #008697;
    opacity: 1;
  }
  .navbar-menu-close:hover {
    background-color: #008697;
    opacity: 1;
  }
}
.navbar-menu-list-item {
  display: grid;
  grid-template-columns: 2.5rem 1fr;
}
.navbar-end {
  justify-content: flex-end;
  margin-left: auto;
  align-items: stretch;
  display: flex;
}
.navbar-menu-close {
  background-color: var(--cart-bg-color);
  border-right: 1px solid #f5f5f5;
}
.navbar-menu-close button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  transition: all .3s;
  cursor: pointer;
}
.navbar-burger {
  display: block;
  height: 14px;
}
.navbar-burger span:nth-child(1) {
  top: 0px;
}
.navbar-burger span:nth-child(2) {
  top: 6px;
}
.navbar-burger span:nth-child(3) {
  top: 12px;
}
.navbar-burger span {
  width: 18px;
  height: 2px;
  color: #717171;
  background-color: var(--cart-bg-color);
}
.navbar-burger.is-active {
  opacity: 0;
}
.navbar-burger.is-active span:nth-child(1) {
  transform: unset;
}
.navbar-burger.is-active span:nth-child(3) {
  transform: unset;
}
.brandlogo {
  margin: 0;
}
.hbr-header .hbr-navbar-item {
  margin: 0;
}
.hbr-header .navbar-brand {
  padding: 0 0 0 8px;
  min-height: unset;
}
.navbar-brand a{
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin: 10px 0;
}
.device-pointer .hbr-navbar a:hover, .device-pointer .hbr-navbar a:active {
  opacity: .5;
}
@media (min-width: 1200px) {
  .navbar {
    max-width: 1200px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .hbr-header .hbr-navbar-item {
    margin: 0 4px;
  }
}
@media (max-width: 768px) {
  .navbar-brand .brandlogo {
    margin-left: 1rem;
  }
}
/* ------------------------------------------
Main
------------------------------------------ */
.top {
  padding-bottom: 3.5rem;
}
.swiper-container {
  padding: 0;
  overflow: hidden;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  display: none;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
  width: 40px;
  right: 0;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
  width: 40px;
  left: 0;
}
.swiper-button-prev svg, .swiper-button-next svg {
  font-size: 40px;
  transition: fill .3s;
  fill: #07084d;
}
.slide-gallery-thumbs .swiper-wrapper .swiper-slide {
  cursor: pointer;
  transition: opacity .3s;
}
.slide-gallery-thumbs .swiper-wrapper .swiper-slide:hover {
  opacity: .5;
}

.swiper-slide-thumb-active::after {
  position: absolute;
  bottom: -4px;
  display: block;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #07084d;
}
.swiper-slide img {
  width: 100%;
}
.slide-gallery-thumbs {
  padding-top: 0.625rem;
}
.rmn-product.gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 2rem;
  row-gap: 2rem;
  list-style: none;
  width: 100%;
  padding-top: 2.5rem;
  padding-bottom: 1.875rem;
}
.rmn-product.gallery-thumbs li dd,
.rmn-product.gallery-thumbs li p {
    display: none;
}
.rmn-product.gallery-thumbs li {
  line-height: 1;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  /* justify-content: center; */
  justify-content: flex-start;
  height: 100%;
}
.rmn-product.gallery-thumbs li dt{
  width: 100%;
  height: 100%;
  text-align: center;
}
.rmn-product.gallery-thumbs li dt .product-name{
  padding-top: 8px;
  font-size: 0.75rem;
  line-height: 1.25;
}
@media screen and (min-width: 769px) {
  .slide-gallery-thumbs {
    padding-top: 1.875rem;
  }
  .rmn-product.gallery-thumbs {
    column-gap: 3.5rem;
    row-gap: 2rem;
    padding-top: 3.5rem;
    padding-bottom: 2.5rem;
  }
  .rmn-product.gallery-thumbs li dt .product-name{
    font-size: 0.9rem;
  }
}
h2.rmn-collection-name {
  display: none;
  color: #666;
  font-size: 0.875rem;
  line-height: 1.5;
}
h1.rmn-page-title {
  font-size: 1.2rem;
  line-height: 1.9;
  font-family: "A1 Gothic M", sans-serif;
}
h1.rmn-page-title .product-brand {
  font-size: 1.125rem;
  font-weight: normal;
  font-family: "A1 Gothic L", sans-serif;
}
.price-range,
.price-zei {
  font-size: 0.975rem;
  font-family: "A1 Gothic L", sans-serif;
}
.price-range-container {
  padding-top: 0.25rem;
}
.page-message {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.63;
  padding-top: 1em;
}
.page-message:empty {
  padding: 0;
}
.hbr-share {
  display: flex;
  justify-content: flex-end;
  margin: 16px 0;
}
.hbr-share ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hbr-share-items {
  display: flex;
  justify-content: flex-end;
  padding: 4px 12px !important;
  border: 1px solid #e6e6e6;
}
.hbr-share-item {
  margin-left: 1rem;
  width: auto;
  line-height: 0;
}
.hbr-share-item-twitter {
  margin-left: 0;
}
.hbr-share-item a {
  display: flex;
  align-items: center;
  line-height: 1.5;
  letter-spacing: .05em;
  transition: color .3s;
}
.hbr-share-item-twitter a {
  color: #1b95e0 !important;
}
.hbr-share-item-twitter a svg {
  color: #1b95e0;
}
.hbr-share-item a svg {
  transition: color .3s;
  font-size: 1rem;
}
.hbr-share-item a span {
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1.5;
  display: block;
  margin-left: 0.125rem;
}
.hbr-share-item-facebook a {
  color: #1877f2 !important;
}
.hbr-share-item-facebook a svg {
  color: #1877f2;
}
.is-wrapped {
  padding: 0 4.2666666667vw;
}
* + .rmn-section {
  margin-top: 2rem;
}
.rmn-article-title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  padding-bottom: 1em;
}
.rmn-article-text {
  padding-top: 1em;
}
.rmn-article-text-wrap + div{
  padding-top: 2em;
}
.swiper-wrap {
  position: relative;
  margin-bottom: 25px;
}
.rmn-article {
  display: none !important;
}
.rmn-related-content-container {
  display: none !important;
}
.rmn-related-product-container {
  width: 100%;
  max-width: 680px;
  margin-inline: auto;
}
.rmn-related-content-container > h4,
.rmn-related-product-container > h4 {
  padding-bottom: 2.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}
.rmn-related-content-link h5,
.rmn-related-product-link h5 {
  line-height: 1.125;
  /* height: 4.5em; */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  padding-top: 0.125rem;
  text-align: center;
}
.rmn-related-product {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 2.5rem;
  row-gap: 1rem;
  padding-inline: 25px;
}
.rmn-related-product > div:has(a.rmn-related-product-link.soldout) {
  display: none;
}
.detail {
  background-color: #f2f2f2;
}
[data-rmn-part-name="デザインの特徴"] video {
  display: block;
}
[data-rmn-part-name="デザインの特徴"] .rmn-sub-section-inner .rmn-spec-section:not(:last-child):not(:has(video)) {
  padding-bottom: 1.5rem;
}
.rmn-spec > .rmn-sub-section:nth-child(odd) {
  background-color: #FFFAE1;
}
.rmn-spec > .rmn-sub-section:nth-child(even) {
  background-color: #FFFFFF;
}
/*
[data-rmn-part-name="デザインの特徴"] {
  background-color: #FFFAE1;
}
[data-rmn-part-name="素材"] {
  background-color: #FFFFFF;
}
[data-rmn-part-name="サイズ"] {
  background-color: #FFFAE1;
}
[data-rmn-part-name="仕様"] {
  background-color: #FFFFFF;
}
[data-rmn-part-name="製作者より"] {
  background-color: #FFFAE1;
}
*/
[data-rmn-part-name="知っておいてほしいこと"] {
  background-color: #FFFFFF;
}
.bg-reverse [data-rmn-part-name="知っておいてほしいこと"] {
  background-color: #FFFAE1;
}
[data-rmn-part-name="モデル着用リスト"] {
  background-color: #FFFAE1;
}
.bg-reverse [data-rmn-part-name="モデル着用リスト"] {
  background-color: #FFFFFF;
}

.foot-brand-link-container {
  background-color: #FFFAE1;
}
.rmn-notice span.bullet {
  /* 中黒インデント */
  margin-left: -1em;
}
.detail h5 {
  padding-bottom: 1.5rem;
  text-align: center;
}
.detail .container {
  padding-top: 2em;
}
.detail .rmn-sub-section-inner {
  width: 100%;
  max-width: 820px;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 5%;
  row-gap: 1rem;
}
.rmn-spec > .rmn-sub-section,
.rmn-notice > .rmn-sub-section,
.rmn-related-product-container,
.footer {
  padding-block: 2.5rem;
}
.rmn-spec > .rmn-sub-section,
.rmn-notice > .rmn-sub-section {
  padding-inline: 25px;
}
.foot-brand-link-container {
  padding-inline: 1.5rem;
}
@media screen and (min-width: 769px) {
  .detail h5 {
    padding-bottom: 1rem;
  }
  .rmn-spec > .rmn-sub-section,
  .rmn-notice > .rmn-sub-section,
  .rmn-related-product-container,
  .footer {
    padding-block: 4rem;
  }
  .rmn-related-content-container > h4,
  .rmn-related-product-container > h4 {
    padding-bottom: 4rem;
  }
  .rmn-related-product {
    grid-template-columns: 1fr 1fr 1fr;
    padding-inline: 0;
  }  
}

.foot-brand-link-container {
  padding-block: 2.2rem;
}
.rmn-spec-title, .rmn-notice-title{
  margin-bottom: 0.75rem;
}
.rmn-spec-image-wrap + .rmn-spec-text-wrap {
  margin-top: 0.8em;
}
.rmn-spec-header-wrap,
.rmn-notice-header-wrap,
.rmn-related-product-container h4 {
  width: 100%;
}
.rmn-information-text-wrap {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.63;
  margin-top: 0.35em;
  margin-bottom: 1.35em;
}
.rmn-notice-text-wrap {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2;
}
.rmn-information h5 {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  padding-top: 3rem;
}
.has-text-centered a {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.25;
}
@media screen and (min-width: 640px){
  .slide-gallery-thumbs .swiper-wrapper {
    flex-wrap: wrap;
  }
  .slide-gallery-thumbs .swiper-wrapper .swiper-slide {
    margin-bottom: 10px;
  }
  .slide-gallery-thumbs .swiper-wrapper .swiper-slide:nth-of-type(4n) {
    margin-right: 0 !important;
  }
  .slide-gallery-thumbs .swiper-wrapper {
    transform: none !important;
  }
}
@media screen and (min-width: 769px){
  .is-wrapped {
    padding: 0 4.2666666667vw;
  }
  .slide-gallery-thumbs .swiper-wrapper .swiper-slide:nth-of-type(4n) {
    margin-right: 8px !important;
  }
  .slide-gallery-thumbs .swiper-wrapper .swiper-slide:nth-of-type(5n) {
    margin-right: 0 !important;
  }
  article a:not(.hbr-button):not(.hbr-totop):not(.current) {
    transition: color .3s;
  }
  .swiper-wrap {
    margin-bottom: 50px;
  }
  h1.rmn-page-title {
    font-size: 1.2rem;
    line-height: 1.9;
  }  
  .detail .is-half {
    padding: 0 4.2666666667vw 2rem;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: var(--pc-max-width) !important;
  }
}
@media (max-width: 768px) {
  .column {
    padding-inline: 1rem;
  }
  .slide-gallery-top-container {
    padding: 0;
  }
  .rmn-spec-container {
    margin-top: 1rem;
  }
  .rmn-spec .rmn-sub-section:first-child {
    margin-top: 0;
  }
  .rmn-related-content-container,
  .rmn-related-product-container {
    padding-right: 0;
  }
  .rmn-article-text {
    padding-top: .6em;
  }  
}
@media (orientation: portrait) {
  .swiper-button-next, .swiper-button-prev {
    display: none;
  }
}
/* ------------------------------------------
Cart menu
------------------------------------------ */
.hbr-cart-modal-page {
  overflow-y: hidden;
}
.button-cart:hover {
  border-color: initial;
  color: #fff;
  opacity: .5;
}
.button-cart [class*=hbi-] {
  margin-right: 0.25em;
}
.modal-card, .modal-content {
  background-color: #fff;
}

.hbr-cart-modal-menu {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 32px;
  background-color: var(--cart-bg-color);
}
.button-cart {
  width: 100%;
  color: var(--cart-color);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  transition: all .3s;
  border: none;
  border-radius: 20px;
}
.button-cart small {
  display: block;
  opacity: .5;
  text-align: center;
}
.button-cart.sold svg {
  display: none;
}
.hbr-cart-modal-title {
  padding-left: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.8125rem;
}
.hbr-cart-modal-title svg {
  width: 20px;
  margin-right: 8px;
  fill: #fff;
}
.hbr-cart-modal-title.sold svg {
  display: none;
}
.hbr-cart-modal-title p small {
  opacity: .5;
}
.hbr-cart-modal-title p {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
}
.modal-close {
  position: absolute;
  z-index: 100;
  top: 0px;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  min-height: 32px;
}
.hbr-cart-modal-close svg {
  fill: #fff;
}
.modal-content {
  overflow-y: auto;
  padding-bottom: 40px;
  box-sizing: border-box;
  padding-bottom: 16px;
  -webkit-overflow-scrolling: touch;
}
.hbr-cart-modal-header {
  margin-bottom: 16px;
  padding: 16px 4.2666666667vw;
  border-bottom: 1px solid #e6e6e6;
}
.modal-content .cart-container {
  padding: 8px 4.2666666667vw;
}
.modal-content .cart-container dt{
  display: flex;
  align-items: center;
  padding: 8px 0;
}
.modal-content .cart-container dt > img{
  max-width: 50px;
  margin-right: 8px;
}
.modal-content .cart-container dt > .product-name {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}
.modal-content .cart-container dd {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-top: 1px solid #e6e6e6;
}
.cart-wrapper .cart_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  width: 48px;
  height: 48px;
  margin: 0;
  transition: all .3s;
  gap: 0.65rem;
}
.stock {
  text-align: center;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2;
}
.cart.sold .cart_btn {
  background-color: #ccc;
  color: #666;
  cursor: default;
}
.cart.sold .cart_btn:hover {
  opacity: 1;
}
.cart-wrapper .cart_btn span {
  display: none;
}
.modal-content .cart-container .shipping {
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.5;
}
.modal-content .cart-container .rmn-product-message-red {
  color: #d21e1e;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.5;
}
.modal-content .cart-container .rmn-product-message {
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.5;
}
.rmp-page-message-red {
  color: #d21e1e;
}
@media screen and (min-width: 768px){
  .button-cart {
    min-height: 42px;
  }
  .modal-content {
    width: 75vw;
    max-width: 1000px;
  }
  .hbr-cart-modal-header {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
  }
  .modal-content .cart-container {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
  }
  .cart-wrapper .cart_btn {
    width: auto;
    min-width: 210px;
    max-width: 240px;
    padding: 0 24px;
  }
  .cart-wrapper .cart_btn span {
    display: block;
  }
}
/* ------------------------------------------
Footer
------------------------------------------ */
.foot-brand-link {
  font-size: 12px;
  grid-template-columns: repeat(2, 12em);
  width: -moz-fit-content;
  width: fit-content;
  display: grid;
  gap: 24px;
  margin-right: auto;
  margin-left: auto;
}
.foot-brand-link a {
  border: 1px solid #000;
  border-radius: 2em;
  letter-spacing: .05em;
  color: currentColor;
  text-decoration: none;
  display: block;
  text-align: center;
  line-height: 3em;
  background-color: #FFFFFF;
}
footer {
  position: relative;
  text-align: center;
  font-size: 12px;
  font-family: "A1 Gothic L", sans-serif;
  line-height: 3em;
  padding-right: 24px;
  padding-left: 24px;
}
footer .footer_hobo a {
  border: 1px solid #000;
  border-radius: 2em;
  letter-spacing: .05em;
}
footer a {
  color: currentColor;
  text-decoration: none;
  display: block;
}
footer .footer_hobo {
  display: grid;
  grid-template-columns: repeat(2, 12em);
  gap: 24px;
  margin-bottom: 30px;
  margin-inline: auto;
  width: fit-content;
}
footer .footer_store {
  margin-bottom: 20px;
}
footer .copyright {
  width: 100px;
  display: inline;
}
@media (min-width: 992px) {
  .foot-brand-link {
    gap: 30px 50px;
  }  
  footer .footer_hobo {
    grid-template-columns: repeat(3, 13em);
    width: -moz-fit-content;
    width: fit-content;
    gap: 30px 50px;
    margin-right: auto;
    margin-left: auto;
  }
  footer .footer_store {
    display: flex;
    justify-content: center;
  }
  footer .footer_store li:not(:last-child) {
    display: flex;
    align-items: center;
    margin-right: 1em;
  }
  footer .footer_store li:not(:last-child)::after {
    content: "/";
    transform: scale(0.8);
    margin-left: 1em;
  }
}
.hbr-totop {
  position: fixed;
  right: 8px;
  bottom: calc(env(safe-area-inset-bottom, 0) + 8px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  transition: bottom .3s ease-out,background-color .3s;
  background-color: #07084d;
  border: 1px solid #fff;
  color: #fff;
  z-index: 11;
}
.hbr-totop:link, .hbr-totop:visited {
  text-decoration: none;
  color: #fff;
  outline: none;
}
.hbr-totop.hbr-hidden {
  bottom: -40px;
}
.hbr-totop.hbr-active {
  bottom: calc(env(safe-area-inset-bottom, 0) + 65px);
}
.hbr-totop:hover {
  border: 2px solid;
  background-color: #fff;
  color: #07084d;
}
.button-cart-fixed-container {
  z-index: 12;
  padding-bottom: calc(env(safe-area-inset-bottom, 0) + 8px);
  border-top: 1px solid rgba(0,0,0,.05);
  background-color: rgba(255,255,255,.75);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  position: fixed;
  bottom: -72px;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 8px 8px 8px 8px;
  transition: bottom .3s ease-out,padding-bottom .3s ease-out;
  text-align: center;
}
.button-cart-fixed-container.is-fixed {
  bottom: 0;
}
.button-cart-fixed {
  max-width: 320px;
  margin: 0 auto;
}
@media screen and (min-width: 768px){
  .hbr-sort-menu-button, .hbr-filter-menu-button, .hbr-navbar-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .hbr-navbar {
    max-width: 768px;
    margin: 0 auto;
  }
  .hbr-company-info .hbr-navbar-left {
    flex-direction: row;
  }
  .hbr-company-info .hbr-navbar-item {
    justify-content: center;
    flex-direction: row;
  }
  .hbr-totop.hbr-active {
    bottom: calc(env(safe-area-inset-bottom, 0) + 81px);
  }
  .hbr-copyright { 
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .hbr-navbar {
    max-width: 992px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px){
  .hbr-navbar {
    max-width: 1200px;
    margin: 0 auto;
  }
}
/* ------------------------------------------
------------------------------------------ */
body {
  font-family: "A1 Gothic L", sans-serif;
  color: #000;
  line-height: 2;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
a {
  /* color: #4d4d4d; */
  color: #3c50dc;
  transition: all .3s;
}
a:hover {
  color: #3c50dc;
  opacity: .5;
}
a.toplink-bottom, a.toplink-bottom:hover {
  color: #4d4d4d;
}
ol {
  margin-left: 1.5em;
}
.rmn-page-description-container {
  padding-top: 3.5rem;
  font-size: 0.875rem;
}
.rmn-page-description a, .rmn-article a, .detail a {
  border-bottom: 0.5px solid rgba(60, 80, 220, 0.5);
  padding-bottom: 1px;
}
.hbr-totop:hover {
  opacity: 1;
}
.rmn-related-content-container a, .rmn-related-product-container a{
  color: #4d4d4d;
}
.swiper-button-next, .swiper-button-prev {
  display: none;
}
.rmn-article-title,
.detail h5,
.rmn-related-content-container > h4,
.rmn-related-product-container > h4,
.rmn-information h5 {
  font-family: "A1 Gothic M", sans-serif;
  font-size: 0.9375rem;
  font-weight: normal;
}
[data-rmn-part-name="製作者より"] .rmn-spec-title {
  font-family: "A1 Gothic L", sans-serif;
  font-size: 0.75rem;
  line-height: 1.75;
}
.rmn-notice-text b,
[data-rmn-part-name="製作者より"] .rmn-spec-title b {
  font-family: "A1 Gothic M", sans-serif;
  font-weight: normal;
  font-size: 0.875rem;
}
.rmn-related-product-name1 {
  font-family: "A1 Gothic M", sans-serif;
  font-weight: normal;
  font-size: 0.75rem;
}
.rmn-related-product-name2 {
  font-family: "A1 Gothic L", sans-serif;
  font-weight: normal;
  font-size: 0.75rem;
}
.rmn-article-text {
  font-size: 0.875rem;
}
.rmn-spec-text-wrap {
  font-size: 0.875rem;
}
.rmn-notice-text-wrap {
  padding-bottom: 1em;
}
.rmn-spec .is-bordered-top,
.rmn-notice .is-bordered-top {
  padding-top: 2rem;
}
.rmn-spec-section {
  width: 100%;
}
.button-cart, .hbr-cart-modal-menu, .cart-wrapper .cart_btn{
  background-color: var(--cart-bg-color);
  color: var(--cart-color);
}
.button-cart-text {
  padding-left: 0.5rem;
}
.hbr-totop {
  background-color: #4d4d4d;
}
.hbr-totop:hover {
  color: #4d4d4d;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.pc_only {
  display: none;
}
@media screen and (min-width: 640px){
  .column {
    padding: 0.75rem;
  }
  .columns:not(.is-desktop) {
    display: flex;
  }
  .column.is-6, .column.is-6-tablet {
    flex: none;
    width: 50%;
  }
  .button-cart {
    max-width: 390px;
  }  
  .rmn-product.gallery-thumbs {
    max-width: 390px;
  }
  .rmn-spec-section {
    width: 47%;
    display: inline-block;
    vertical-align: top;
  }
  .rmn-notice-image-wrap,
  .rmn-notice-text-wrap {
    width: 47%;
    display: inline-block;
    vertical-align: top;
  }
  .detail .rmn-sub-section-inner {
    row-gap: 3.25rem;
  }
}
@media screen and (min-width: 769px){
  .pc_only {
    display: inherit;
  }
  .sp_only {
    display: none;
  }
  .column.is-6, .column.is-6-tablet {
    margin-right: 2.5%;
  }
  .rmn-article {
    margin: 0 auto;
    display: flex;
    column-gap: 4%;
    row-gap: 50px;
    flex-wrap: wrap;
    padding: 50px 0 25px;
  }
  .rmn-article > div {
    width: 48%;
  }
  .rmn-information-text-wrap {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-bottom: 0;
  }
  .rmn-spec-text-wrap {
    width: 50%;
  }
  .rmn-spec-section .rmn-spec-text-wrap{
    width: 100%;
  }
  .rmn-notice-title-wrap {
    width: 100%;
  }
}
@media screen and (min-width: 1200px){
  .rmn-article {
    column-gap: 100px;
    row-gap: 50px;
  }
  .rmn-article > div {
    width: 550px;
  }
}
@media (max-width: 769px) {
  .rmn-article {
    padding: 2.75rem 0.75rem 0;
  }
  .rmn-article > div {
    margin-bottom: 2rem;
  }
}

.video-js {
  width: 100%;
  height: auto;
  cursor: pointer;
}

.video-thumb {
  position: relative;
  display: grid;
  place-items: center;
}

.video-thumb-btn {
  font-size: 1.4em;
  line-height: 1.5em;
  display: block;
  position: absolute;
  padding: 0;
  opacity: 1;
  border: .06666em solid #fff;
  color: #fff;
  background-color: rgba(148, 148, 148, .3);
  border-radius: .3em;
}

.video-thumb-btn::before {
  content: "\f101";
  display: block;
  width: 2em;
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}

.rmn-related-product-link.soldout p {
  font-family: "A1 Gothic L", sans-serif;
  font-weight: normal;
  font-size: 0.75rem;
  text-align: center;
}

.mute button {
  font-weight: 400;
  font-style: normal;
  position: absolute;
  bottom: 3rem;
  right: 0;
  background: none;
  border: none;
  opacity: 0;
  color: #fff;
  background-color: rgba(43, 51, 63, .7);
  transition: visibility 1s, opacity 1s;
}
.mute button::before {
  content: "\f104";
  font-family: VideoJS;
}
.vjs-user-active + .mute button {
  opacity: 1;
}
