body {
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.1em;
}
body::before {
  position: fixed;
  background-image: url(../../images/bg.jpg);
  background-size: cover;
  content: "";
  width: 100%;
  height: 100%;
}
body, button, input, optgroup, select, textarea {
  font-family: 'Shuei MaruGo B', YuGothic,'Yu Gothic',sans-serif;
  color: #736357;
}
img {
  display: block;
}
small {
  font-size: 80%;
}
*:focus {
  outline: none;
}
#hbr-section-share {
  display: none;
}
.is-bordered-top {
  border-top: 1px solid #ccc;
}
.is-dashed-bordered-top {
  border-top: 1px dashed #ccc;
}
.is-dashed-bordered-bottom {
  border-bottom: 1px dashed #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;
}
#wrap {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
  position: relative;
}
#wrap::before {
  content: "";
  display: block;
  background: url(../../images/line_l.png) repeat-y;
  background-size: 25px 1012px;
  width: 25px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -15px;
  z-index: 20;
}
#wrap::after {
  content: "";
  display: block;
  background: url(../../images/line_r.png) repeat-y;
  background-size: 25px 1012px;
  width: 25px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -15px;
  z-index: 20;
}
@media screen and (max-width: 576px) {
  br:not(.sp) {
    display: none;
  }
  .detail br:not(.sp) {
    display: inherit;
  }
  .rmn-page-title br {
    display: inherit;
  }
}
/* ------------------------------------------
Header
------------------------------------------ */
.hbr-header {
  background-color: rgb(220,255,186);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  position: sticky;
  z-index: 8;
  top: 0;
  padding: 6px 0 6px 8px;
}
.navbar {
  background-color: initial;
  display: flex;
  align-items: stretch;
}
.navbar-menu {
  display: flex;
  flex-grow: 1;
  background-color: initial;
  box-shadow: none;
}
.navbar-end {
  justify-content: flex-end;
  margin-left: auto;
  align-items: stretch;
  display: flex;
  padding-right: 0.75em;
}
.hbr-header .hbr-navbar-item {
  margin: 0;
}
.navbar-brand {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  /* padding: .75rem; */
}
.navbar-brand img {
  width: 150px;
}
.navbar a:link, .navbar a:visited {
  color: #808080;
  transition: all .3s;
}
.device-pointer .hbr-navbar a:hover, .device-pointer .hbr-navbar a:active {
  opacity: .5;
}
.hbr-header .hbr-icon-label {
  display: block;
  letter-spacing: .025em;
}
@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 screen and (max-width: 768px) {
  .hbr-header {
    padding: 3px 0 3px 8px;
  }
  .navbar-brand, .navbar{
    min-height: 2.25rem;
  }
}
/* ------------------------------------------
Main
------------------------------------------ */
main .container {
  max-width: initial;
  padding-top: 1.75em;
  background-color: #fbf9e4;
}
main .container.rmn-section {
  padding-top: 2.5em;
  margin-top: 0;
}
.swiper-container {
  /* max-width: 580px; */
  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-slide img {
  width: 100%;
}
.slide-gallery-top-container .swiper-slide {
  width: 100%;
}
.slide-gallery-top-container .swiper-slide::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.slide-gallery-top-container .swiper-slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: contain;
  background-color: #fbf9e4;
}
.brand-logo {
  width: 200px;
  margin-top: 60px;
  margin-bottom: 60px;
}
.sp-brand-logo {
  width: 172px;
  margin: 0 auto 1.75em auto;
}
.slide-gallery-thumbs .swiper-wrapper .swiper-slide {
  margin-bottom: 10px;
  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: #5f9e28;
}
.slide-gallery-thumbs {
  padding-top: 10px;
}
.rmn-product.gallery-thumbs {
  display: flex;
  flex-wrap: wrap;
  margin: 16px 0 0 -20px;
  padding: 0;
  list-style: none;
}
.rmn-product.gallery-thumbs li dd,
.rmn-product.gallery-thumbs li p {
    display: none;
}
.rmn-product.gallery-thumbs li {
  /* width: 17.5%; margin-right: 2.1333333333vw;*/
  width: calc((100% - 80px) / 4);
  margin-left: 20px;
  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%;
  text-align: center;
}
.rmn-product.gallery-thumbs li dt .product-name{
  padding-top: 3px;
  font-size: 0.625rem;
  line-height: 1.25;
}
h2.rmn-product-name1-first,
h2.rmn-collection-name {
  font-weight: 700;
  line-height: 1.5;
  padding-top: 1em;
}
h1.rmn-product-name2-first,
h1.rmn-page-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  padding-top: .2em;
  padding-bottom: 1em;
}
h1.rmn-product-name2-first small,
h1.rmn-page-title small {
  font-size: 80%;
}
/* .price-wrapper {
  font-family: "Koburina Gothic W6 JIS2004", sans-serif;
} */
.price-range {
  /* font-family: "Koburina Gothic W6 JIS2004", sans-serif; */
  font-size: 20px;
}
.page-message {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.63;
  padding-top: 1em;
}
.yen {
  font-size: 18px;
  padding-left: 3px;
}
.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: 0;
}
.rmn-article-title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  padding-bottom: 26px;
}
.rmn-article-text {
  padding-top: 26px;
  font-size: 16px;
  line-height: 1.8em;
}
.rmn-article-text-wrap + div{
  padding-top: 2em;
}
.swiper-wrap {
  position: relative;
  margin-bottom: 25px;
}
.rmn-spec-container > h4,
.rmn-related-content-container > h4,
.rmn-related-product-container > h4 {
  padding-bottom: 1em;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25;
}
.rmn-related-product-link {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.rmn-related-product-link h5 {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  padding-top: 0.5em;
  flex-grow: 1;
  color: #5f9e28;
  letter-spacing: 0;
}
.rmn-related-product-link h5 span {
  display: block;
}
/* .rmn-related-product > div a.soldout h5 {
  color: #999999;
} */
.rmn-related-product > div a.soldout {
  position: relative;
}
.rmn-related-product > div a.soldout::after {
  content: "";
  display: block;
  background: url(../../images/sold-img.png) no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.rmn-related-product-price {
  font-size: 1.125rem;
  color: #5f9e28;
}
/* .rmn-related-product {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
} */
/* .rmn-related-product > div {
  width: 18.25%;
  border: 1px solid #dddddd;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 1.85%;
} */
.rmn-related-product > div:empty {
  height: 0;
  padding: 0;
  border: none;
  margin: 0;
}
.rmn-related-content-link h5 {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
  padding-top: 10px;
  letter-spacing: 0;
}
.detail .container {
  background-color: #e6e2df;
}
.detail h4 {
  font-weight: 700;
  line-height: 1.77;
  font-size: .9375rem;
  background-color: #736357;
  display: inline-block;
  color: #fff;
  border-radius: 1em;
  padding: 0 .8em;
}
.detail h5 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  padding-bottom: 12px;
}
.detail .rmn-information h5 {
  line-height: 2;
  font-size: .9375rem;
  background-color: #736357;
  display: inline-block;
  color: #fff;
  border-radius: 1em;
  padding: 0 0.8em;
}
.detail .container, .related-content .container, .related-product .container {
  padding: 2em 1em;
}
.detail .rmn-section {
  margin-top: 1.5rem;
}
.rmn-spec-title, .rmn-notice-title{
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.63;
  color: #4f776d;
}
.rmn-spec-text-wrap {
  font-size: .8125rem;
  line-height: 2;
  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;
}
.information .detail .rmn-section {
  margin-top: 0;
}
.rmn-information-text-wrap {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.63;
  margin-top: 1.5rem;
  margin-bottom: 1.35em;
}
.rmn-notice-text-wrap {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2;
}
.rmn-information h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  padding-top: 2rem;
}
.has-text-centered a {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.25;
}
/* .rmn-related-content-container .rmn-related-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 8%;
  row-gap: 18px;
} */
.rmn-section.rmn-related-product-container {
  max-width: 95%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}
.related-product .container {
  padding-bottom: .5em;
}
.related-content .container.rmn-section {
  padding-top: 0;
}
@media screen and (min-width: 769px){
  .is-wrapped {
    padding: 0 4.2666666667vw;
  }
  .navbar-brand img {
    width: 302px;
  }
  .product-top-container {
    width: 33%;
    padding-bottom: 60px;
    padding-left: 40px;
  }
  .slide-gallery-thumbs-wrapper .swiper-button-next,
  .slide-gallery-thumbs-wrapper .swiper-button-prev {
    display: none;
  }
  .rmn-section {
    margin-top: 0;
  }
  .rmn-page-description img {
    margin-top: 34px;
    margin-bottom: 34px;
  }
  .rmn-related-content-link h5 {
    font-size: 14px;
    line-height: 1.7;
    color: #5f9e28;
    padding-top: 15px;
  }
  .slide-gallery-thumbs .swiper-wrapper {
    flex-wrap: wrap;
  }
  .slide-gallery-thumbs .swiper-wrapper .swiper-slide:nth-of-type(6n) {
    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-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: 17px;
    height: 22px;
    background: url(../images/icon_prev.png) no-repeat;
    background-size: contain;
    top: calc(50% + 11px);
    left: 0;
    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;
  }
  .rmn-related-content-container .swiper-button-next:not(.swiper-button-disabled)::before,
  .rmn-related-product-container .swiper-button-next:not(.swiper-button-disabled)::before {
    content: "";
    position: absolute;
    display: block;
    width: 17px;
    height: 22px;
    background: url(../images/icon_next.png) no-repeat;
    background-size: contain;
    top: calc(50% - 11px);
    right: 0;
    transform: translateY(-50%);
  }
  h1.rmn-page-title {
    font-size: 22px;
  }
  .detail .container {
    padding: 50px 16px 0;
  }
  .detail .is-half {
    padding: 0 4.2666666667vw 2rem;
  }
  .rmn-mid-container {
    margin-top: 2rem;
  }
  .price-range {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  /* .rmn-related-content-container .rmn-related-content {
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 40px;
    row-gap: 40px;
  } */
  .container {
    max-width: 1200px !important;
    padding: 0 50px;
  }
  /* .rmn-related-content div {
    max-width: 270px;
  } */
}
@media (max-width: 768px) {
  body { 
    font-size: 14px;
    line-height: 1.8;
  }
  .column {
    padding: .75rem .5rem;
  }
  #wrap::before {
    background-size: 10px auto;
    width: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -5px;
    z-index: 10;
  }
  #wrap::after {
    background-size: 10px auto;
    width: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -5px;
    z-index: 10;
  }
  main .container {
    padding-top: 0;
  }
  .product-top-container {
    padding: 0;
    width: 500px;
    max-width: 90%;
    margin: 0 auto;
  }
  .swiper-container {
    width: 90.625vw;
    margin: 0 auto;
  }
  .slide-gallery-top-container {
    padding: 0;
  }
  .slide-gallery-thumbs-wrapper{
    position: relative;
  }
  .slide-gallery-thumbs {
    padding-left: 0;
    padding-top: 5px;
  }
  .slide-gallery-thumbs {
    width: 81.5625vw;
    margin: 0 auto;
  }
  .slide-gallery-thumbs-wrapper .swiper-button-next.swiper-button-disabled,
  .slide-gallery-thumbs-wrapper .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
  }
  .slide-gallery-thumbs-wrapper .swiper-button-lock {
    display: block;
  }
  .slide-gallery-thumbs-wrapper .swiper-button-prev::before {
    content: "";
    position: absolute;
    display: block;
    width: 12px;
    height: 14px;
    background: url(../images/icon_prev.png) no-repeat;
    background-size: contain;
    top: calc(50% - 2px);
    left: 0;
    transform: translateY(-50%);
    opacity: 1;
  }
  .slide-gallery-thumbs-wrapper .swiper-button-next::before {
    content: "";
    position: absolute;
    display: block;
    width: 12px;
    height: 14px;
    background: url(../images/icon_next.png) no-repeat;
    background-size: contain;
    top: calc(50% - 2px);
    right: 0;
    transform: translateY(-50%);
    opacity: 1;
  }
  .slide-gallery-thumbs-wrapper .swiper-button-next.swiper-button-disabled::before,
  .slide-gallery-thumbs-wrapper .swiper-button-prev.swiper-button-disabled::before {
    opacity: 0.5;
  }
  h2.rmn-collection-name {
    padding-top: 0;
    font-size: .75rem;
  }
  h1.rmn-page-title {
    font-size: 1.125rem;
  }
  .price-range {
    font-size: 1.125rem;
  }
  .yen {
    font-size: 80%;
  }
  .columns:last-child {
    margin-bottom: 0;
    padding-bottom: 40px;
  }
  .detail .container, .related-content .container, .related-product .container {
    padding: 1em;
  }
  .detail h5 {
    font-size: .9375rem !important;
  }
  .detail h4, .detail .rmn-information h5 {
    font-size: .875rem;
    padding: 0.05em 0.6em 0;
    line-height: 1.6;
  }
  .rmn-spec-text-wrap,.rmn-notice-text-wrap, .rmn-information-text-wrap, .detail h5, .rmn-spec-title, .rmn-notice-title {
    font-size: .8125rem;
  }
  .detail .rmn-section {
    margin-top: 1rem;
  }
  .rmn-spec-container {
    margin-top: 1rem;
  }
  .rmn-spec .rmn-sub-section:first-child {
    margin-top: 0;
  }
  .related-content .container, .related-product .container {
    padding: 2em 0 1em 0;
  }
  .rmn-related-product-container > h4 {
    width: 55vw;
  }
  .rmn-related-content-container > h4 {
    width: 45.1vw;
  }
  .rmn-spec-container > h4, .rmn-related-content-container > h4, .rmn-related-product-container > h4 {
    padding-bottom: 0.5em;
  }
  .rmn-information-text-wrap {
    margin-bottom: -1em;
    margin-top: 1rem;
  }
  .rmn-related-product-link h5 {
    font-size: 0.75rem;
    line-height: 1.41;
  }
  .rmn-related-product-price {
    font-size: 0.75rem;
  }
  /* .rmn-related-product > div {
    width: 48%;
    padding: 10px;
    margin-bottom: 4%;
  } */
  .rmn-related-product-name1 + br {
    display: none;
  }
  .rmn-related-product-name1 {
    padding-right: .5em;
  }
  .rmn-article-text {
    padding-top: .6em;
  }
  .slide-related-product,
  .slide-related-content {
    width: 81.25vw;
    margin: 0 auto;
  }
  .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: 12px;
    height: 14px;
    background: url(../images/icon_prev.png) no-repeat;
    background-size: contain;
    top: calc(50% + 7px);
    left: 0;
    transform: translateY(-50%);
  }
  .rmn-related-content-container .swiper-button-next:not(.swiper-button-disabled)::before,
  .rmn-related-product-container .swiper-button-next:not(.swiper-button-disabled)::before {
    content: "";
    position: absolute;
    display: block;
    width: 12px;
    height: 14px;
    background: url(../images/icon_next.png) no-repeat;
    background-size: contain;
    top: calc(50% + 7px);
    right: 0;
    transform: translateY(-50%);
  }
  .rmn-related-content-container .swiper-button-prev,
  .rmn-related-product-container .swiper-button-prev {
    left: -2.1vw;
  }
  .rmn-related-content-container .swiper-button-next,
  .rmn-related-product-container .swiper-button-next {
    right: -2.1vw;
  }
  .rmn-related-content-link h5 {
    font-size: 12px;
    line-height: 1.41;
  }
}
/* ------------------------------------------
Cart menu
------------------------------------------ */
.store-menu {
  border-top: 1px solid #5f9e28;
  border-bottom: 1px solid #5f9e28;
  margin-top: 20px;
  margin-bottom: 40px;
}
.store-menu ul {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 30px;
  row-gap: 20px;
}
.store-menu ul li {
  width: 50%;
}
.store-menu ul li a {
  font-size: clamp(0.625rem, 0.534rem + 0.45vw, 0.875rem);
  display: flex;
  align-items: center;
}
.store-menu ul li a::before {
  content: "";
  display: block;
  width: 30px;
}
.store-menu ul li a.icon-cart::before {
  background: url(../images/icon_cart.svg) no-repeat;
  background-size: contain;
  height: 17px;
}
.store-menu ul li a.icon-help::before {
  background: url(../images/icon_help.svg) no-repeat;
  background-size: contain;
  height: 19px;
}
.store-menu ul li a.icon-account::before {
  background: url(../images/icon_account.svg) no-repeat;
  background-size: contain;
  height: 25px;
  margin-left: 10px;
  margin-right: -10px;
}
.store-menu ul li a.icon-store::before {
  background: url(../images/icon_store.svg) no-repeat;
  background-size: contain;
  height: 18px;
}
.cart-select .cart-select-wrapper {
  display: flex;
}
.cart-select .cart-select-wrapper label {
  font-size: 14px;
  color: #736357;
}
.cart-select .cart-select-wrapper div:first-of-type {
  width: 73.4%;
  margin-right: 16px;
}
.cart-select .cart-select-wrapper div:last-of-type {
  width: calc(25.7% - 16px);
}
.cart-select .cart-select-wrapper select {
  width: 100%;
  height: 44px;
  border: #5f9e28 solid 1px;
  padding: 0 16px;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(../images/select_arrow_down.svg);
  background-position: right 10px center;
  background-repeat: no-repeat;
}
.cart-select .cart-select-wrapper select::-ms-expand {
  display: none;
}
.cart-select button {
  width: 100%;
  height: 44px;
  margin-top: 16px;
  background-color: #5f9e28;
  border: none;
}
.cart-select button a {
  display: block;
  color: #fff;
  font-size: 17px;
  font-family: 'A1 Gothic M', YuGothic,'Yu Gothic',sans-serif;
}
.cart-select button a span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.cart-select button a span::before {
  content: "";
  display: block;
  background: url(../images/icon_cart-w.svg) no-repeat;
  background-size: contain;
  width: 25px;
  height: 16px;
}
.cart-select button.sold {
  background-color: #666;
}
.cart-select button.sold a {
  pointer-events: none;
}
.hbr-cart-modal-page {
  overflow-y: hidden;
}
.button-cart:hover {
  border-color: initial;
  color: #fff;
  opacity: .5;
}
.button-cart.end:hover {
  cursor: default;
  opacity: 1;
}
.button-cart [class*=hbi-] {
  margin-right: 0.25em;
}
.button-cart .hbi-cart {
  display: none;
}
.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 {
  width: 100%;
  color: #fff;
  background-color: #00AA78;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  transition: all .3s;
  box-shadow: 0 1px 4px 0 rgba(0,0,0,0.35);
  /* font-family: "Koburina Gothic W6 JIS2004", sans-serif; */
  margin-top: 30px;
  border-radius: 5px;
  min-height: 54px;
}
.button-cart small {
  display: block;
  opacity: .5;
  text-align: center;
}
.button-cart.sold {
  background-color: #666;
}
.button-cart.sold svg {
  display: none;
}
.button-cart.end {
  background-color: #6E6E6E;
}
.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 {
  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;
  color: #fff;
  /* background-color: #07084d; */
  background-color: #00AA78;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  width: 48px;
  height: 48px;
  margin: 0;
  transition: all .3s;
}
.cart-wrapper .cart_btn svg{
  margin: 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 .rmn-sku-name {
  line-height: 1.5;
}
.modal-content .cart-container .shipping {
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.7;
}
.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;
}
.modal-content .price-common {
  font-family: "Koburina Gothic W6 JIS2004", sans-serif;
  font-size: 22px;
  margin-top: -10px;
}
.modal-content .cart-price-wrapper .yen {
  font-size: 16px;
}
.modal-content .price-common .yen {
  font-size: 16px;
}
.modal-content .price-common small {
  font-size: 70%;
}
.hbr-cart-start-date p {
  background-color: #736357;
  color: #fff;
  text-align: center;
  padding: 0.2em;
  font-size: 17px;
}
.hbr-cart-info-item-cache p {
  padding-top: 0.5em;
  color: #736357;
}
@media screen and (min-width: 768px){
  .button-cart {
    min-height: 60px;
  }
  .modal-content {
    width: 75vw;
    max-width: 1000px;
  }
  .hbr-cart-modal-header {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
  }
  .cart-wrapper .cart_btn svg{
    margin: 0 0.25em 0 0;
  }
  .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;
  }
  .modal-content .price-common {
    font-size: 28px;
    margin-top: -10px;
  }
  .modal-content .price-common .yen {
    font-size: 20px;
  }
  .modal-content .price-common small {
    font-size: 70%;
  }
}
@media (max-width: 768px) {
  .store-menu {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .store-menu ul {
    padding: 10px;
    row-gap: 10px;
  }
  .store-menu ul li a {
    font-size: .6875rem;
  }
  .store-menu ul li a::before {
    width: 23px;
  }
  .store-menu ul li a.icon-cart::before {
    height: 12px;
  }
  .store-menu ul li a.icon-help::before {
    height: 16px;
  }
  .store-menu ul li a.icon-account::before {
    height: 16px;
    margin-left: 8px;
    margin-right: -8px;
  }
  .store-menu ul li a.icon-store::before {
    height: 13px;
  }
  .cart-select .cart-select-wrapper div:first-of-type {
    width: 100%;
    margin-right: 8px;
  }
  .cart-select .cart-select-wrapper div:last-of-type {
    width: calc(32% - 8px);
  }  
  .cart-select .cart-select-wrapper label {
    font-size: 12px;
  }
  .cart-select .cart-select-wrapper select {
    height: 36px;
    padding: 0 5px;
    font-size: 13px;
    background-position: right 5px center;
  }
  .cart-select button {
    height: 36px;
    margin-top:10px;
  }
  .hbr-cart-start-date p {
    font-size: 14px;
  }
  .hbr-cart-info-item-cache p {
    padding-bottom: 2em;
  }  
}
/* ------------------------------------------
Footer
------------------------------------------ */
#hbr-section-footer-help,
#hbr-section-footer-email,
#hbr-section-footer-hobo,
#hbr-section-footer-follow {
  /* font-family: "Koburina Gothic W6 JIS2004", sans-serif; */
  font-size: 15px;
}
#hbr-section-footer-company {
  font-size: 13px;
  font-weight: 400;
}
.hbr-footer a:link, .hbr-footer a:visited {
  color: rgba(0, 0, 0, 0.80);
}
.hbr-footer {
  padding-top: 14px;
  padding-bottom: 86px;
  margin-top: 0;
  background-color: #D1D9DD;
}
.hbr-footer .columns {
  width: 1000px;
  max-width: 90%;
  margin: 0 auto;
}
.hbr-footer p {
  color: rgba(0, 0, 0, 0.80);
}
.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-container>.hbr-section#hbr-section-footer-email {
  width: 100%;
  border-top: 1px solid rgba(255,255,255,.2);
}
.hbr-footer-container>.hbr-section#hbr-section-footer-about {
  width: 50%;
  border-top: 1px solid rgba(255,255,255,.2);
}
.hbr-footer-container>.hbr-section#hbr-section-footer-app {
  width: 50%;
  border-left: 1px solid rgba(255,255,255,.2);
  border-top: 1px solid rgba(255,255,255,.2);
}
.hbr-footer-container>.hbr-section#hbr-section-footer-hobo {
  width: 100%;
  border-top: 1px solid rgba(255,255,255,.2);
}
.hbr-footer-container>.hbr-section#hbr-section-footer-follow {
  width: 100%;
  border-top: 1px solid rgba(255,255,255,.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: 0;
}
.hbr-icon-h {
  display: flex;
  align-items: center;
}
.hbr-cart-modal-title.hbr-icon-h {
  display: none;
}
.modal-close::before, .modal-close::after {
  background-color: #07084d;
}
.hbr-icon-h svg {
  margin-right: 0.25em;
}
.hbr-follow.hbr-navbar {
  display: inline-block;
  margin-top: 1.25em;
  padding: 1.5em 0;
  border-top: 1px dashed rgba(0,0,0,0.55);
  border-bottom: 1px dashed rgba(0,0,0,0.55);
}
.hbr-follow .hbr-navbar-item {
  margin: 0 1.5em 0 0;
  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-company-info a {
  margin: 8px 0;
  padding: 4px 0;
}
.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;
  margin-top: 20px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
}
.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: #e6e2df;
  border: 1px solid #fff;
  color: #fff;
  z-index: 30;
}
.hbr-totop:link, .hbr-totop:visited {
  text-decoration: none;
  color: #fff;
  outline: none;
}
.hbr-totop.hbr-hidden {
  bottom: -40px;
}
.hbr-totop:hover {
  border: 1px solid;
  background-color: #fff;
  color: #8ca0aa;
}
.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-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;
  }
}
@media screen and (min-width: 992px) {
  .hbr-footer-container {
      max-width: 992px;
  }
  .hbr-navbar {
    max-width: 992px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px){
  .hbr-footer-container {
      max-width: 1200px;
  }
  .hbr-navbar {
    max-width: 1200px;
    margin: 0 auto;
  }
}
/* ------------------------------------------
------------------------------------------ */
a {
  color: #5f9e28;
  transition: all .3s;
}
a:hover {
  color: #5f9e28;
  opacity: .5;
}
.hbr-totop:hover {
  opacity: 1;
}
.rmn-related-content-container a, .rmn-related-product-container a{
  /* color: #000; */
  text-align: center;
}
.rmn-article-title,
.detail h5,
.rmn-spec-container > h4,
.rmn-related-content-container > h4,
.rmn-related-product-container > h4,
.rmn-information h5,
.has-text-centered a {
  /* font-family: "Koburina Gothic W6 JIS2004", sans-serif; */
  font-weight: normal;
}
.rmn-mid-container h4 {
  /* font-family: "Koburina Gothic W6 JIS2004", sans-serif; */
  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;
  line-height: 1.875;
}
.rmn-information.is-bordered-top {
  margin-top: 2rem;
}
.rmn-notice-text-wrap {
  padding-bottom: 2em;
}
.rmn-information-title-wrap {
  /* font-family: "Koburina Gothic W6 JIS2004", sans-serif; */
  font-size: 1.125rem;
  font-weight: normal;
  padding-bottom: 0.5em;
}
.rmn-mid-container{
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.5em;
}

.rmn-page-description {
  width: 500px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
}
.rmn-page-description img {
  margin-top: 24px;
  margin-bottom: 24px;
}

.styling {
  background-color: #8CA0AA;
  color: #ffffff;
  /* margin-top: 3.2rem; */
  /* margin-bottom: 3.2rem; */
}
.styling .rmn-article {
  width: 500px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.styling .rmn-article .rmn-sub-section + .rmn-sub-section {
  border-top: 1px dashed #ccc;
  margin-top: 2.5em;
  padding-top: 2.5em;
}
.styling-title {
  width: 140px;
}
.styling .rmn-article:empty {
  display: none;
}
@media screen and (min-width: 769px){
  /* .slide-gallery-top-container {
      margin-right: 2.5%;
  } */
  .column.is-7, .column.is-7-tablet {
    width: 53%;
  }
  .rmn-article {
    margin: 0 auto;
    padding: 50px 0 60px 0;
  }
}
@media screen and (min-width: 1200px){
  .rmn-article {
    column-gap: 100px;
    row-gap: 50px;
  }
}
@media (max-width: 769px) {
  .rmn-article {
    padding: 2.75rem 0.75rem;
  }
  .rmn-mid-container {
    border-top: 1px solid #ccc;
    margin-top: 0;
    padding-top: 2rem;
  }
  .rmn-page-description {
    font-size: 14px;
  }
}
