@charset "UTF-8";
img {
  display: block;
}

small {
  font-size: 80%;
}

.is-bordered-top {
  border-top: 1px solid #ccc;
}

.columns {
  margin: 0;
}

.hbr-table tbody tr th, .hbr-table tbody tr td, .hbr-table > tr th, .hbr-table > tr td {
  background-color: #fff;
}

.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 #ccc;
}

.hbr-table tbody tr th:first-child, .hbr-table tbody tr:first-child td:first-child {
  border-left: 1px solid #ccc;
}

.hbr-table tbody tr td {
  border-right: 1px solid #ccc;
}

.cart.sold .stock::before {
  content: '残0';
}

@media screen and (max-width: 576px) {
  span.indent-space {
    display: none;
  }
}

/* ------------------------------------------
Header
------------------------------------------ */
.hbr-header {
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  position: sticky;
  z-index: 11;
  top: 0;
}

.navbar {
  background-color: initial;
  display: flex;
  align-items: stretch;
}

.navbar-menu {
  display: flex;
  flex-grow: 1;
  background-color: initial;
  box-shadow: none;
  padding: 0;
}

.navbar-menu-list {
  display: none;
  opacity: 0;
  position: absolute;
  top: 4.2rem;
  right: 0;
  z-index: 100;
  background-color: #FFFFFF;
  padding: 20px 30px;
  transition: opacity 0.2s ease;
}

.navbar-item {
  align-items: center;
  display: flex;
  gap: 13px;
}

.navbar-end {
  justify-content: flex-end;
  margin-left: auto;
  align-items: stretch;
  display: flex;
}

.navbar-burger {
  display: block;
  width: 5rem;
  height: 4.2rem;
}

.navbar-burger span:nth-child(1) {
  top: calc(50% - 15px);
}

.navbar-burger span:nth-child(2) {
  top: calc(50% - 1px);
}

.navbar-burger span:nth-child(3) {
  top: calc(50% + 13px);
}

.navbar-burger span {
  width: 50px;
  left: calc(50% - 25px);
  color: #717171;
}

.navbar-menu-list.is-visible {
  opacity: 1;
}

.navbar-menu-list.is-active {
  display: block;
}

.navbar-burger.is-active span:nth-child(1) {
  transform: translateY(14px) rotate(45deg);
}

.navbar-burger.is-active span:nth-child(3) {
  transform: translateY(-14px) rotate(-45deg);
}

.brandlogo {
  margin: 10px 0;
}

.hbr-header .hbr-navbar-item {
  margin: 0;
}

.hbr-header .navbar-brand {
  padding: 0 0 0 8px;
}

.navbar-brand a {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin: 10px 0;
}

.navbar a:link, .navbar a:visited {
  color: #07084d;
  transition: all .3s;
}

.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: 768px) {
  .hbr-header .hbr-navbar-item {
    margin: 0 4px;
  }
}

@media (max-width: 769px) {
  .navbar-brand a img {
    width: 30px;
  }
  .navbar-brand .brandlogo {
    width: 30px;
  }
}

/* ------------------------------------------
Main
------------------------------------------ */
.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 {
  margin-bottom: 10px;
  cursor: pointer;
  transition: all .3s;
}

.slide-gallery-thumbs .swiper-wrapper .swiper-slide:hover {
  opacity: .5;
}

.swiper-slide img {
  width: 100%;
}

.slide-gallery-thumbs {
  padding-top: 30px;
}

.slide-gallery-thumbs .swiper-slide-thumb-active {
  position: relative;
}

.slide-gallery-thumbs .swiper-slide-thumb-active::before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 74%;
  height: 2.5px;
  background-color: #ABABAB;
  z-index: 1;
}

.rmn-product.gallery-thumbs {
  display: flex;
  flex-wrap: wrap;
  margin: 16px 0 0 -24px;
  padding: 0;
  list-style: none;
}

.rmn-product.gallery-thumbs li {
  width: calc((100% - 76px) / 3);
  margin-left: 25px;
  line-height: 1;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-bottom: 20px;
}

.rmn-product.gallery-thumbs li dt {
  width: 100%;
  height: 100%;
}

.rmn-product.gallery-thumbs li dt .product-name {
  padding-top: 5px;
  font-size: 14px;
  line-height: 1.25;
}

h2.rmn-collection-name {
  display: none;
  color: #666;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
}

h1.rmn-page-title {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
}

.price-range {
  font-weight: bold;
}

.page-message {
  font-size: 0.875rem;
  font-weight: 400;
  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;
  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;
  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: 26px;
  line-height: 1.25;
  padding-bottom: 1em;
}

.rmn-article-text {
  font-size: 14px;
  padding-top: 1em;
}

.rmn-article-text-wrap + div {
  padding-top: 2em;
}

.swiper-wrap {
  position: relative;
  margin-bottom: 25px;
}

.rmn-related-content-container > h4,
.rmn-related-product-container > h4 {
  padding-top: 1.5em;
  padding-bottom: 1em;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25;
}

.rmn-related-content-link h5,
.rmn-related-product-link h5 {
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  padding-top: 8px;
  color: #63b1d8;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.detail {
  color: #4D4D4D;
  background-color: #ABABAB;
}

.detail h5,
.rmn-information h5 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  padding-bottom: 10px;
}

.detail .container {
  padding-top: 2em;
}

.rmn-spec > .rmn-sub-section:first-child .rmn-spec-header-wrap.is-bordered-top {
  border-top: none;
  padding-top: 0;
}

.rmn-spec-title, .rmn-notice-title {
  margin-bottom: 1em;
  font-size: 0.875rem;
  font-weight: 700;
}

.rmn-spec-text-wrap,
.rmn-notice-text-wrap {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 2em;
}

.rmn-spec-image-wrap + .rmn-spec-text-wrap {
  margin-top: 0.8em;
}

.rmn-spec-header-wrap + .rmn-spec-title-wrap > .rmn-spec-title {
  margin-top: .35em;
}

.rmn-mid-container h4 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25;
}

.rmn-information-text-wrap {
  font-size: 0.875rem;
  font-weight: 400;
  margin-top: 0.35em;
  margin-bottom: 1.35em;
}

.has-text-centered a {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.25;
}

@media screen and (min-width: 768px) {
  .is-wrapped {
    padding: 0 4.2666666667vw;
  }
  .slide-gallery-thumbs .swiper-wrapper {
    flex-wrap: wrap;
  }
  .slide-gallery-thumbs .swiper-wrapper .swiper-slide:nth-of-type(8n) {
    margin-right: 0 !important;
  }
  article a:not(.hbr-button):not(.hbr-totop):not(.current) {
    transition: color .3s;
  }
  .swiper-wrap {
    margin-bottom: 50px;
  }
  .slide-related-content div:first-child,
  .slide-related-product div:first-child {
    margin-left: 0;
  }
  .rmn-related-content-container > h4,
  .rmn-related-product-container > h4 {
    padding-top: 3em;
  }
  .rmn-related-content-link,
  .rmn-related-product-link {
    display: block;
    transition: all .3s;
  }
  .rmn-related-content-link:hover,
  .rmn-related-product-link:hover {
    opacity: .5;
  }
  .rmn-related-content-container .swiper-button-prev:not(.swiper-button-disabled),
  .rmn-related-product-container .swiper-button-prev:not(.swiper-button-disabled) {
    height: 100%;
    top: 0;
    margin-top: 0;
    border-right: 1px solid #ccc;
  }
  .rmn-related-content-container .swiper-button-prev,
  .rmn-related-product-container .swiper-button-prev {
    width: 40px;
    left: -45px;
  }
  .rmn-related-content-container .swiper-button-prev:not(.swiper-button-disabled)::before,
  .rmn-related-product-container .swiper-button-prev:not(.swiper-button-disabled)::before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-right-color: #ccc;
    top: calc(50% + 15px);
    left: 1.1333333333vw;
    transform: translateY(-50%);
  }
  .rmn-related-content-container .swiper-button-next:not(.swiper-button-disabled),
  .rmn-related-product-container .swiper-button-next:not(.swiper-button-disabled) {
    height: 100%;
    top: 0;
    margin-top: 0;
    border-left: 1px solid #ccc;
  }
  .rmn-related-content-container .swiper-button-next,
  .rmn-related-product-container .swiper-button-next {
    width: 40px;
    right: -45px;
  }
  h1.rmn-page-title {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5;
  }
  .detail .is-half {
    padding: 0 4.2666666667vw 2rem;
  }
  .rmn-mid-container {
    margin-top: 2rem;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px !important;
    padding: 0 30px;
  }
  .slide-related-content div {
    max-width: 240px;
    margin-right: 20px;
    margin-left: 20px;
  }
}

@media (max-width: 769px) {
  .slide-gallery-top-container {
    padding: 0;
  }
  .slide-gallery-thumbs {
    padding-top: 10px;
  }
  .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-related-product-name1 + br {
    display: none;
  }
  .rmn-related-product-name1 {
    padding-right: .5em;
  }
  .rmn-article-text {
    padding-top: .6em;
  }
}

/* ------------------------------------------
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: #07084d;
}

.button-cart {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  width: 100%;
  color: #fff;
  background-color: #0C1A35;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
  transition: all .3s;
  border: none;
  max-width: 360px;
}

.button-cart small {
  display: block;
  opacity: .5;
  text-align: center;
}

.button-cart.sold svg {
  display: none;
}

.hbr-cart-modal-title {
  padding-left: 16px;
}

.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 {
  padding: 8px 0;
  border-top: 1px solid #e6e6e6;
}

.cart-wrapper {
  display: none;
}

.cart-wrapper .cart_btn svg {
  margin: 0 0.25em 0 0;
}

.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 .txt_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: 44px;
  }
  .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: 192px;
    max-width: 240px;
    padding: 0 24px;
  }
  .cart-wrapper .cart_btn span {
    display: block;
  }
}

/* ------------------------------------------
Footer
------------------------------------------ */
.hbr-footer a:link, .hbr-footer a:visited {
  color: #fff;
}

.hbr-footer {
  padding-bottom: 86px;
  margin-top: 32px;
  background-color: #07084d;
}

.hbr-footer p {
  color: #fff;
}

.hbr-navbar-container {
  display: flex;
}

.hbr-navbar-left, .hbr-navbar-center, .hbr-navbar-right {
  display: flex;
}

.hbr-footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.hbr-footer .hbr-navbar-container {
  padding: 0 4.2666666667vw;
}

.hbr-footer-container > .hbr-section#hbr-section-footer-email {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.hbr-footer-container > .hbr-section#hbr-section-footer-about {
  width: 50%;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.hbr-footer-container > .hbr-section#hbr-section-footer-app {
  width: 50%;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.hbr-footer-container > .hbr-section#hbr-section-footer-hobo {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.hbr-footer-container > .hbr-section#hbr-section-footer-follow {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.hbr-footer #hbr-section-footer-company {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.hbr-company-info .hbr-navbar-left {
  flex-direction: column;
}

.hbr-company-info .hbr-navbar-item {
  flex-direction: row;
  justify-content: flex-start;
}

.hbr-section {
  width: 100%;
}

.hbr-navbar {
  padding: 16px 0;
}

.hbr-icon-h {
  display: flex;
  align-items: center;
}

.hbr-icon-h svg {
  margin-right: 0.25em;
}

.hbr-follow .hbr-navbar-item {
  margin: 0 0.75em;
  min-width: auto;
  min-height: auto;
}

.hbr-follow .hbr-navbar-item svg {
  font-size: 32px;
}

.hbr-follow p {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.25;
}

.hbr-footer #hbr-section-footer-company {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.hbr-footer .hbr-navbar-container {
  padding: 0 4.2666666667vw;
}

.hbr-company-info a {
  margin: 8px 0;
  padding: 4px 0;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
}

.hbr-footer .hbr-navbar-left, .hbr-footer .hbr-navbar-center, .hbr-footer .hbr-navbar-right {
  justify-content: space-around;
  width: 100%;
  margin: 0;
}

.hbr-copyright {
  font-family: "Helvetica Neue","Helvetica","Arial",sans-serif;
  text-align: left;
  text-transform: uppercase;
  color: #fff;
  margin-top: 40px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0 4.2666666667vw;
}

.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, 0.05);
  background-color: #fff;
  -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-footer a:hover {
    opacity: .5;
  }
  .hbr-footer {
    padding-top: 16px;
  }
  .hbr-footer-container {
    flex-wrap: nowrap;
    margin: auto;
  }
  .hbr-footer-container > .hbr-section > * {
    margin: 0;
  }
  .hbr-footer-container > .hbr-section {
    display: flex;
  }
  .hbr-footer-container .hbr-navbar-container {
    padding: 0;
  }
  .hbr-sort-menu-button, .hbr-filter-menu-button, .hbr-navbar-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .hbr-footer-container .hbr-navbar-left, .hbr-footer-container .hbr-navbar-center, .hbr-footer-container .hbr-navbar-right {
    justify-content: center;
  }
  .hbr-footer-container > .hbr-section#hbr-section-footer-help {
    flex: 1 444 auto;
    justify-content: flex-start;
    width: 100%;
    padding-left: 3.3333333333%;
  }
  .hbr-footer-container > .hbr-section#hbr-section-footer-email {
    flex: 1 458 auto;
    justify-content: flex-start;
    width: 100%;
    border-top: 0 none transparent;
  }
  .hbr-footer-container > .hbr-section#hbr-section-footer-about {
    flex: 1 512 auto;
    justify-content: flex-end;
    width: 100%;
    border-top: 0 none transparent;
  }
  .hbr-footer-container > .hbr-section#hbr-section-footer-app {
    flex: 1 494 auto;
    justify-content: flex-end;
    width: 100%;
    border-left: 0 none transparent;
    border-top: 0 none transparent;
    padding-right: 3.3333333333%;
  }
  .hbr-footer-container > .hbr-section#hbr-section-footer-hobo {
    justify-content: flex-start;
    width: 100%;
    border-top: 0 none transparent;
    padding-left: 3.3333333333%;
  }
  .hbr-footer-container > .hbr-section#hbr-section-footer-follow {
    justify-content: flex-end;
    width: 100%;
    border-top: 0 none transparent;
    padding-right: 3.3333333333%;
  }
  .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: 768px) and (min-width: 992px) {
  .hbr-footer-container {
    max-width: 992px;
  }
  .hbr-navbar {
    max-width: 992px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) and (min-width: 1200px) {
  .hbr-footer-container {
    max-width: 1200px;
  }
  .hbr-navbar {
    max-width: 1200px;
    margin: 0 auto;
  }
}

/* ------------------------------------------
O2
------------------------------------------ */
body {
  font-family: 'Shuei Mincho L';
  color: #fff;
  background: #0C1A35;
  line-height: 1.75;
}

a {
  /* color: #4d4d4d; */
  color: #63b1d8;
  transition: all .3s;
  text-decoration: none;
}

a:hover {
  color: #63b1d8;
  opacity: .5;
  text-decoration: none;
}

a.toplink-bottom, a.toplink-bottom:hover {
  color: #4d4d4d;
}

span.bullet {
  /* 中黒インデント */
}

ol {
  margin-left: 1.5em;
}

.navbar a:link, .navbar a:visited {
  color: #000;
  transition: all .3s;
}

.hbr-totop:hover {
  opacity: 1;
}

.rmn-related-content-container a, .rmn-related-product-container a {
  color: #4d4d4d;
}

.detail h5, .rmn-related-content-container > h4, .rmn-related-product-container > h4, .rmn-information h5, .has-text-centered a {
  font-weight: normal;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.detail {
  padding-bottom: 4rem;
}

.rmn-mid-container h4 {
  font-weight: normal;
  line-height: 1.5;
  padding-bottom: .8em;
}

.rmn-mid-container .rmn-information-text {
  font-family: "Koburina Gothic W3 JIS2004", sans-serif;
  font-size: 1rem;
}

.rmn-spec .is-bordered-top,
.rmn-notice .is-bordered-top {
  padding-top: 2rem;
}

.button-cart, .hbr-cart-modal-menu, .cart-wrapper .cart_btn {
  background-color: #0C1A35;
  border: 1px solid;
}

.hbr-totop, .hbr-footer {
  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;
}

.rmn-article {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1000px;
  padding: 50px 0 75px;
}

@media screen and (min-width: 769px) {
  .pc_only {
    display: inherit;
  }
  .sp_only {
    display: none;
  }
  .column.is-6, .column.is-6-tablet {
    padding: 0 30px 0 0;
    max-width: 540px;
  }
  .rmn-article > div {
    width: 400px;
    padding-top: 50px;
  }
  .rmn-article > div {
    width: 48%;
  }
  .rmn-information-text-wrap {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
  }
  .rmn-spec-text-wrap {
    width: 100%;
  }
  .rmn-spec-section {
    display: inline-block;
    vertical-align: top;
  }
  .rmn-spec-section:nth-of-type(odd) {
    margin-left: 4%;
  }
  .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: 0;
  }
  .rmn-article > div {
    width: 400px;
  }
}

@media (max-width: 769px) {
  .rmn-article {
    padding: 2.75rem 15px 30px;
  }
  .rmn-article > div {
    margin-bottom: 2rem;
  }
}

.pc {
  display: block;
}

.pc-inline {
  display: inline-block;
}

.sp {
  display: none;
}

br.sp {
  display: block;
}

#hbr-section-share {
  display: none;
}

header {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  position: fixed;
  top: 0;
  left: 0;
  font-size: 13px;
  width: 100%;
  background-color: #ABABAB;
  z-index: 2;
  display: none;
}

header .header-inner {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  padding: 12px 30px;
  margin: auto;
}

header .header-left h1 img {
  width: 84.88px;
}

header .header-right {
  display: flex;
  align-items: center;
}

header .header-right a {
  display: flex;
  align-items: center;
  margin-right: 50px;
}

header .header-right a span {
  padding-left: 10px;
}

header .header-right a:nth-of-type(1) img {
  width: 21.538px;
}

header .header-right a:nth-of-type(2) img {
  width: 16px;
}

header .header-right a:nth-of-type(3) {
  margin-right: 0;
}

header .header-right a:nth-of-type(3) svg {
  width: 29px;
  height: 29px;
}

header a {
  color: #4d4d4d;
}

@media (max-width: 835px) {
  header .header-right a {
    margin-right: 20px;
  }
  header .header-right a:nth-of-type(3) {
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }
  .pc-inline {
    display: none;
  }
  .sp {
    display: block;
  }
  br {
    display: none;
  }
  br.sp {
    display: block;
  }
  .detail_block_wrap br {
    display: block;
  }
  header .header-inner {
    padding: 5px 10px;
  }
  header .header-left h1 {
    line-height: 1;
    padding-right: 15px;
  }
  header .header-left h1 img {
    width: 68px;
  }
  header .header-right a {
    margin-right: 40px;
  }
  header .header-right a span {
    display: none;
  }
  header .header-right a:nth-of-type(2) img {
    width: 12px;
  }
  header .header-right a:nth-of-type(3) svg {
    width: 23px;
    height: 23px;
  }
}

footer {
  position: relative;
  background: #ABABAB;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  color: #4D4D4D;
}

footer a {
  color: #4D4D4D;
}

footer .footer__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding: 70px 20px 60px;
}

footer .footer__left,
footer .footer__right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 13.65px;
  line-height: 27.3px;
  letter-spacing: 0.1em;
}

footer .footer__left {
  width: 195.7812px;
}

footer .footer__left img.twitter {
  width: 40.6538px;
}

footer .footer__left img.facebook {
  width: 35.5264px;
}

footer .footer__left img.line {
  width: 37.3942px;
}

footer .footer__right {
  width: 800px;
  margin: 0 0 5px 100px;
  align-items: flex-end;
}

footer .footer__right > a {
  display: flex;
  align-items: center;
}

footer .footer__right > a span.imgWrap {
  display: flex;
  align-items: center;
}

footer .footer__right > a span:not(.imgWrap) {
  display: inline-block;
  margin-left: 10px;
}

footer .footer__right img.kansou {
  width: 25.2491px;
}

footer .footer__right img.home {
  width: 42px;
}

footer .footer__right img.mail {
  width: 23.2297px;
}

footer .footer__right img.toStore {
  width: 22.9539px;
}

footer .footer__bottom {
  width: 100%;
  margin-top: 60px;
  font-size: 11px;
  line-height: 36.49px;
  text-align: center;
}

footer .footer__bottom__copy {
  display: block;
  width: 100px;
  margin: 10px auto 0;
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
}

footer br.pc {
  display: block;
}

footer br.pc-inline {
  display: inline-block;
}

footer br.sp {
  display: none;
}

@media (max-width: 1140px) {
  footer .footer__right {
    width: 700px;
    margin-left: 50px;
  }
}

@media (max-width: 990px) {
  footer br.pc {
    display: none;
  }
  footer br.pc-inline {
    display: none;
  }
  footer br.sp {
    display: block;
  }
  footer .hobonichi.pc {
    display: none;
  }
  footer .hobonichi.sp {
    display: block;
  }
  footer .footer__inner {
    padding: 50px 10px;
    align-items: flex-end;
    flex-direction: row;
  }
  footer .footer__left,
  footer .footer__right {
    font-size: 11px;
  }
  footer .footer__left {
    width: 100%;
    justify-content: center;
  }
  footer .footer__left a:nth-of-type(2) {
    margin: 0 55px;
  }
  footer .footer__left span {
    width: 100%;
    padding-bottom: 8px;
    text-align: center;
  }
  footer .footer__right {
    flex-direction: column;
    align-items: initial;
    width: 50%;
    margin: 40px 0 0;
  }
  footer .footer__right a {
    margin: 12px 0;
  }
  footer .footer__right a:first-of-type {
    margin-top: 0;
  }
  footer .footer__right a:last-of-type {
    margin-bottom: 0;
  }
  footer .footer__right a span.imgWrap {
    display: inline-block;
    width: 32px;
    text-align: right;
  }
  footer .footer__right a span.imgWrap img {
    vertical-align: middle;
  }
  footer .footer__right img.kansou {
    width: 20.7px;
  }
  footer .footer__right img.home {
    width: 31.8px;
  }
  footer .footer__right img.mail {
    width: 23.2297px;
  }
  footer .footer__right img.toStore {
    width: 22.9539px;
  }
  footer .footer__bottom {
    width: calc(50% - 10px);
    margin: 10px 0 6px 10px;
    line-height: 17px;
    text-align: left;
  }
  footer .footer__bottom__copy {
    margin-top: 40px;
  }
  footer .footer__bottom__links a {
    margin-top: 10px;
  }
  footer .footer__bottom__links a:first-of-type {
    margin-top: 0;
  }
  footer .hobonichi {
    font-size: 12px;
    margin-top: 50px;
  }
}

.txt_price {
  font-size: 16px;
  padding: 6px 0 8px;
}

.txt_zei {
  font-size: 11px;
}

.columns {
  justify-content: space-between;
}

.columns > .column:nth-of-type(2) {
  max-width: 416px;
  padding: 80px 0 0;
}

.rmn-page-description {
  font-size: 14px;
}

.detail_block_wrap {
  display: flex;
  max-width: 1000px;
  margin: auto;
}

.detail_block {
  width: 50%;
}

.detail_block:first-child {
  padding-right: 30px;
}

.rmn-notice-text,
.rmn-spec-text,
.rmn-notice-text-wrap {
  padding-left: 0 !important;
}

.mainarea,
.header_show {
  max-width: 1038px;
  margin: auto;
}

.modal-content {
  font-family: "Koburina Gothic W3 JIS2004", sans-serif;
  color: #000;
}

@media screen and (min-width: 768px) {
  .modal-content .cart-wrapper .cart_btn {
    width: auto;
    min-width: 192px;
    max-width: 240px;
    padding: 0 24px;
  }
}

.modal-content .cart-wrapper .cart_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #07084d;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  width: 48px;
  height: 48px;
  margin: 0;
  transition: all .3s;
}

.hbr-cart-modal-title p {
  color: #fff;
}

.modalonly {
  display: none;
}

.modal-content .modalonly {
  display: block;
}

.modal-content .txt_price,
.modal-content .txt_zei {
  display: none;
}

.modal-content .stock {
  text-align: left;
}

.modal-content .price,
.modal-content .yen {
  font-weight: bold;
}

.modal-content h2.rmn-collection-name {
  display: block;
}

.swiper-pagination-bullet {
  background-color: transparent !important;
  border: 1px solid #fff !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff !important;
}

.main_container {
  padding: 0 30px;
}

.js-toggleWrap {
  text-align: right;
  padding-top: 7px;
}

.js-toggle {
  display: inline-block;
  cursor: pointer;
}

.js-toggle .more {
  display: block;
}

.js-toggle .close {
  display: none;
}

.js-toggle.show .more {
  display: none;
}

.js-toggle.show .close {
  display: block;
}

.oritatami > div {
  word-break: break-word;
}

.oritatami > div:nth-of-type(2) {
  display: none;
}

.cart-sku .rmn-sku-name,
.cart-sku .stock {
  display: none;
}

.cart-sku .cart + .cart {
  display: none;
}

.modal .stock {
  display: none;
}

.modal .rmn-sku-name {
  display: block;
}

.modal .cart-wrapper {
  display: block;
}

.modal .cart-wrapper .stock {
  display: block;
}

.modal .cart + .cart {
  display: block;
}

.rmn-related-content-img + h5 {
  display: none;
}

@media screen and (max-width: 768px) {
  .detailswiper-wrap {
    width: 100%;
  }
  .detailswiper-wrap + .detailswiper-wrap {
    margin-top: 30px;
  }
  .main_container {
    padding: 0;
  }
  .columns > .column:nth-of-type(2) {
    max-width: 100%;
    padding: 10px 15px 0;
  }
  .rmn-product.gallery-thumbs li {
    width: calc((100% - 76px) / 5);
  }
  .gallery-thumbs + .button-cart {
    display: none;
  }
  .swiper-button-prev,
  .swiper-button-next {
    width: 25px;
  }
  .swiper-button-prev img,
  .swiper-button-next img {
    width: 12px;
  }
  .rmn-related-content-container .swiper-button-prev,
  .rmn-related-product-container .swiper-button-prev {
    left: -25px;
  }
  .rmn-related-content-container .swiper-button-next,
  .rmn-related-product-container .swiper-button-next {
    right: -25px;
  }
  h1.rmn-page-title,
  .rmn-article-title {
    font-size: 22px;
  }
  .rmn-article-title {
    padding-bottom: 10px;
  }
  .rmn-product.gallery-thumbs {
    margin-left: -15px;
  }
  .rmn-product.gallery-thumbs li {
    width: 120px;
    margin-left: 15px;
  }
  .rmn-product.gallery-thumbs li dt .product-name {
    font-size: 12px;
  }
  .txt_price {
    font-size: 14px;
  }
  .txt_zei {
    font-size: 10px;
  }
  .rmn-section.rmn-detail {
    margin-top: -20px;
  }
  .is-wrapped {
    padding: 0 25px;
  }
  .rmn-section.rmn-related-content-container.is-wrapped {
    margin-top: -10px;
  }
  .detail_block_wrap {
    display: block;
    padding: 0 15px;
  }
  .detail_block {
    width: 100%;
  }
  .detail {
    padding-bottom: 30px;
  }
}

@media (max-width: 420px) {
  .rmn-product.gallery-thumbs li {
    width: calc((100% - 45px) / 3);
  }
}
