:root {
  --base-bg-color: #ffffff;
  --base-color: #1F1F1F;
  --header-bg-color: rgba(240, 240, 240, .75);
  --cart-btn-bg-color: #ffffff;
  --cart-btn-color: #97caeb;
  --cart-modal-bar-bg-color: #97caeb;
  --notice-bg-color: #f1ece0;
  --notice-color: #332e20;
  --notice-h-color: #97caeb;
  --spec-bg-color: #97caeb;
  --spec-color: #332e20;
  --spec-h-color: #ffffff;
  --footer-bg-color: #ffffff;
  --footer-color: #97caeb;
  --hbr-table-border: 1px solid #332e20;
}

img {
  display: block;
}
small {
  font-size: 80%;
}
.columns {
  margin: 0;
}
.hbr-table {
  margin-top: 0;
}
.hbr-table tbody tr th, .hbr-table>tr th {
  background-color: unset;
}
.hbr-table tbody tr td,
.hbr-table tbody tr th,
.hbr-table tbody tr:first-child th {
  border: var(--hbr-table-border);
}
.cart.sold .stock::before {
  content: '残0';
}
a[target="_blank"]:not(:has(img))::after {
  margin: 0 3px 0 1px;
  font-family: 'Hobonichi-Icons' !important;
  content: "\e914";
  font-size: 85%;
  position: relative;
  top: -3px;
}
@media screen and (max-width: 576px) {
  br:not(.sp) {
    display: none;
  }
  span.indent-space {
    display: none;
  }
}
/* ------------------------------------------
Header
------------------------------------------ */
#header {
  line-height: 1;
}

/* ------------------------------------------
Main
------------------------------------------ */
.swiper-container {
  padding: 0;
  overflow: hidden;
}
.swiper-wrap {
  position: relative;
  margin-bottom: 25px;
}
.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: #ffffff;
}
.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: #07084d;
}
/* .swiper-slide {
  aspect-ratio: 3 / 2;
} */
.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slide-gallery-thumbs {
  padding-top: 22px;
}
.rmn-product.gallery-thumbs {
  display: flex;
  flex-wrap: wrap;
  margin: 16px 0 0 -20px;
  padding: 0;
  list-style: none;
}
.rmn-product.gallery-thumbs {
  display: 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.6875rem;
  line-height: 1.25;
}

.header-description {
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 0 5%;
}
.header-description > div {
  width: 100%;
}
.header-description > .header-description__cart {
  padding-bottom: 2em;
}
.header-description .button-cart {
  max-width: 100%;
}
@media screen and (min-width: 768px){
  .header-description {
    padding: 0 2%;
    display: flex;
    flex-direction: reverse;
    gap: 5%;
    margin-top: 3em;
    margin-bottom: 2em;
  }
  .header-description > div {
    width: 50%;
    padding: 0;
  }
  .header-description .button-cart {
    max-width: 300px;
  }
}
@media screen and (min-width: 1020px){
  .header-description {
    padding: 0;
  }
}
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: 1.3125rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px){
  h1.rmn-page-title {
    font-size: 1.75rem;
  }
}
.price-wrap {
  margin-top: 1.2rem;
  font-size: 1.25rem;
}
.price {
  font-weight: normal;
  font-family: "Rocio Pro Medium";
  font-size: 1.45rem;
  padding-right: 2px;
}
.product-price-list__price {
  font-family: "Rocio Pro Medium";
  font-size: 1.2rem;
}
.product-price-list__price .yen {
  padding-left: 4px;
  font-size: 1.1rem;
}
.product-price-list__price .zei {
  font-size: 1rem;
}
.rmn-product-price-list {
  margin-top: 2.5rem;
  line-height: 1.5;
}
.rmn-product-price-list li + li {
  margin-top: 1.2rem;
}
.page-message {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.63;
  padding-top: 1em;
}
.page-message:empty {
  padding: 0;
}
.is-wrapped {
  padding: 0 4.2666666667vw;
}
.rmn-article-section {
  padding-top: 40px;
  padding-bottom: 40px;
}
.rmn-article-title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
}
.rmn-article-text {
  padding-top: 1em;
  font-size: 0.875rem;
}
.rmn-article-title-wrap + .rmn-article-image-wrap,
.rmn-article-image-wrap + .rmn-article-title-wrap,
.rmn-article-text-wrap + .rmn-article-text-wrap {
  padding-top: 1rem;
}
@media screen and (min-width: 768px){
  .rmn-article-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.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;
  /* height: 4.5em; */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  padding-top: 1em;
}
.rmn-related-product-link h5 + p {
  display: none;
}
.rmn-related-content-link h5 {
  display: none;
}
.detail {
  background-color: #f0f0f0;
  color: #505050;
  padding: 2em 5%;
}
@media screen and (min-width: 768px){
  .detail {
    padding: 70px 2%;
  }
}
.rmn-article-section h4,
.detail h4 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25;
  padding-bottom: 1.2em;
}
.detail .container {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}
.detail-notice {
  background: var(--notice-bg-color);
  color: var(--notice-color);
}
.rmn-article-section h4 {
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px){
  .rmn-article-section h4 {
    padding-bottom: 70px; 
  }
}

.detail-notice h4,
.detail-spec h4 {
  text-align: center;
  font-family: "Maru Antique+ Bold";
  width: 100%;
}
@media screen and (min-width: 768px){
  .detail-notice h4,
  .detail-spec h4 {
    padding-bottom: 70px; 
  }
}

.rmn-notice .rmn-sub-section,
.rmn-spec {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 4%;
}
.rmn-notice .rmn-sub-section .rmn-notice-text-wrap {
  display: flex;
}
.rmn-notice .rmn-sub-section .rmn-notice-text-wrap::before {
  content: '\25CF';
  color: #7e7a70;
  padding-right: 6px;
}
.rmn-notice-header-wrap {
  width: 100%;
}
.rmn-notice-header,
.rmn-spec-header {
  font-weight: 700;
  margin-bottom: 0.85rem;
}
.rmn-notice .rmn-sub-section + .rmn-sub-section {
  margin-top: 0.65rem;
}
@media screen and (min-width: 768px){
  .rmn-notice .rmn-sub-section,
  .rmn-spec {
    flex-direction: row;
  }
  .rmn-notice .rmn-sub-section > .rmn-notice-text-wrap,
  .rmn-spec .rmn-sub-section {
    width: 48%;
  }
}
.detail-notice h4 {
  color: var(--notice-h-color);
}
.detail-spec h4 {
  color: var(--spec-h-color);
}
.detail-spec {
  background: var(--spec-bg-color);
  color: var(--spec-color);
}
.detail-spec table tbody {
  color: black;
  background-color: unset;
}
.detail-spec table tbody .hbr-table > tr td{
  background-color: unset;
}
.detail-body + .detail-body {
  padding-top: 2.75rem;
}
.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;
  line-height: 1.63;
}
.rmn-spec-text-wrap {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 1.5em;
}
.rmn-spec-text br {
  display: initial;
}
.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;
  line-height: 1.63;
  margin-top: 0.35em;
  margin-bottom: 1.35em;
}
.rmn-notice-text-wrap {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.8;
}
.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: 768px){
  .is-wrapped {
    padding: 0 4.2666666667vw;
  }
  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;
  }
  .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: 0;
    height: 0;
    border: 4px solid transparent;
    border-left-color: #ccc;
    top: calc(50% + 15px);
    right: 1.1333333333vw;
    transform: translateY(-50%);
  }
  .detail .is-half {
    padding: 0 4.2666666667vw 2rem;
  }
  .rmn-mid-container {
    margin-top: 2rem;
  }
}
@media (min-width: 950px) {
  .container {
    max-width: 950px !important;
  }
  .slide-related-content div {
    max-width: 300px;
    margin-right: 20px;
    /* margin-left: 20px; */
  }
}
@media (max-width: 767px) {
  .slide-gallery-top-container {
    padding: 0;
  }
  .slide-gallery-thumbs {
    padding-left: 15px;
    padding-right: 15px;
  }
  .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 {
  width: fit-content;
  max-width: 300px;
  color: var(--cart-btn-color);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  transition: all .3s;
  border: 2px solid var(--cart-btn-color);
  border-radius: 52px;
  padding: 8px 20px;
  margin: 2.5rem auto 1.5rem auto;
  height: auto;
  display: flex;
}
.button-cart:hover {
  border-color: initial;
  color: var(--cart-btn-color);
  opacity: .5;
}
.button-cart img,
.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-fixed-container .button-cart {
  max-width: 300px;
}
.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 {
  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: var(--cart-btn-bg-color);
  background-color: var(--cart-btn-color);
  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 0.25em 0 0;
}
.hbr-cart-start-date {
  text-align: left;
}
.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: 56px;
    margin-left: 0;
  }
  .modal-content {
    width: 75vw;
    max-width: 1000px;
  }
  .hbr-cart-modal-header {
    max-width: 950px;
    margin-right: auto;
    margin-left: auto;
  }
  .modal-content .cart-container {
    max-width: 950px;
    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
------------------------------------------ */
#footer {
  background-color: var(--footer-bg-color);
}
#footer,
#footer a.btn,
#footer .wrapper a,
#footer .wrapper > div .sns ul:before {
  color: var(--footer-color);
}
#footer a.btn {
  border-color: var(--footer-color);
}
#footer .wrapper + .wrapper {
  border-top-color: var(--footer-color);
}

.hbr-section {
  width: 100%;
}
.hbr-icon-h {
  display: flex;
  align-items: center;
}
.hbr-icon-h svg {
  margin-right: 0.25em;
}
.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;
}
body {
  font-family: "Maru Antique+ Regular", sans-serif;
  color: var(--base-color);
  line-height: 2;
  background-color: var(--base-bg-color);
}
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 {
  padding-bottom: 1em;
}
.rmn-page-description a, .rmn-article a, .detail a {
  border-bottom: 0.5px solid rgba(60, 80, 220, 0.5);
  padding-bottom: 1px;
}
.rmn-related-content-container a, .rmn-related-product-container a{
  color: #4d4d4d;
}
.rmn-mid-container h4 {
  font-weight: normal;
  line-height: 1.5;
  padding-bottom: .8em;
}
.rmn-mid-container .rmn-information-text {
  font-size: 1rem;
  line-height: 1.875;
}
.rmn-notice-text-wrap {
  padding-bottom: 1em;
}
.rmn-spec .is-bordered-top,
.rmn-notice .is-bordered-top {
  padding-top: 2rem;
}
.rmn-notice-text b:has(+ br) {
  display: block;
}
.button-cart {
  background-color: var(--cart-btn-bg-color);
}
.hbr-cart-modal-menu {
  background-color: var(--cart-modal-bar-bg-color);
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.rmn-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pc_only {
  display: none;
}
.rmn-article {
  margin: 0 auto;
  display: flex;
  column-gap: 4%;
  row-gap: 36px;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 2.75rem 0.75rem 0;
}
.rmn-article-text span.bullet {
  /* 中黒インデント */
  margin-left: -1em;
}
.rmn-article-text.has-bullet {
  padding-left: 1em;
}
.rmn-article-text.has-bullet br {
  display: inherit;
}
@media screen and (min-width: 768px){
  .pc_only {
    display: inherit;
  }
  .sp_only {
    display: none;
  }
  .column.is-6, .column.is-6-tablet {
    margin-right: 2.5%;
  }
  .rmn-article {
    flex-direction: row;
    padding: 0 0.75rem;
  }
  .rmn-article > div {
    width: 48%;
  }
  .rmn-article > div.rmn-subtitle-section {
    width: 100%;
  }
  .rmn-spec-text-wrap {
    width: 50%;
  }
  .rmn-spec-section .rmn-spec-text-wrap{
    width: 100%;
  }
  .rmn-notice-title-wrap {
    width: 100%;
  }
}
