@charset "UTF-8";
/*
A modern CSS reset 2023 / 9 / 18
https://github.com/Andy-set-studio/modern-css-reset
*/
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
      text-size-adjust: none;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

body {
  min-height: 100vh;
  line-height: 1.5;
}

h1, h2, h3, h4, button, input, label {
  line-height: 1.1;
}

h1, h2, h3, h4 {
  text-wrap: balance;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: currentColor;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 5ex;
}

/**  base  **/
@-webkit-keyframes fadeIn {
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes clipPath {
  100% {
    clip-path: inset(0);
  }
}
@keyframes clipPath {
  100% {
    clip-path: inset(0);
  }
}
@-webkit-keyframes clipPathCircle {
  100% {
    clip-path: circle(100% at 50% 50%);
  }
}
@keyframes clipPathCircle {
  100% {
    clip-path: circle(100% at 50% 50%);
  }
}
p,
ul,
ol,
h1,
h2,
h3,
figure,
dl,
dd,
button {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

ul,
ol {
  list-style: none;
}

img,
video {
  max-width: 100%;
  vertical-align: bottom;
  line-height: 1;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

a {
  color: currentColor;
  text-decoration: none;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.5;
  }
}

[x-cloak],
[v-cloak] {
  display: none !important;
}

*:focus {
  outline: none;
}

@media (min-width: 600px) {
  .device-sp {
    display: none;
  }
}

.device-pc {
  display: none;
}
@media (min-width: 600px) {
  .device-pc {
    display: block;
  }
}

br {
  display: none;
}
@media (min-width: 600px) {
  br {
    display: block;
  }
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
}
body.scroll_rock {
  overflow: hidden;
}

/**  common  **/
.device-pc-sp {
  display: block;
}
@media (min-width: 600px) {
  .device-pc-sp {
    display: block;
  }
}

.oswald-400 {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin-top: 1em;
}

.oswald-600 {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

a[target=_blank]:not(:has(i)):not(:has(img)):after {
  content: " \e914";
  font-family: "Hobonichi-Icons";
  font-size: 12px;
  margin-left: -5px;
  vertical-align: text-bottom;
}

footer a[target=_blank]:not(:has(i)):not(:has(img)):after {
  display: none;
}

body {
  font-family: "A1 Gothic M", sans-serif;
  font-size: 1.4rem;
  line-height: 1.77;
  color: #4D4D4D;
}
@media (min-width: 600px) {
  body {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #FFF9D7;
  z-index: 11;
}
@media (min-width: 600px) {
  header {
    height: 80px;
  }
}
header .header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 34px 0 18px;
  margin: auto;
}
@media (min-width: 992px) {
  header .header-inner {
    padding: 0 30px;
  }
}
header .header-left h1 {
  line-height: 0;
  padding-top: 7px;
}
header .header-left h1 img {
  width: 45px;
}
@media (min-width: 600px) {
  header .header-left h1 {
    padding-top: 21px;
  }
  header .header-left h1 img {
    width: 325px;
  }
}
header .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 15px;
  gap: 25px;
}
header .header-right a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header-right a:nth-of-type(1) img {
  width: 17px;
}
header .header-right a:nth-of-type(2) img {
  width: 27px;
}
@media (min-width: 992px) {
  header .header-right a {
    gap: 27px;
  }
  header .header-right a:nth-of-type(1) img {
    width: initial;
  }
  header .header-right a:nth-of-type(2) img {
    width: initial;
  }
}
header a {
  color: #4d4d4d;
}

/* ------------------------------------------
banner
------------------------------------------ */
.snap {
  padding-bottom: 54px;
}
@media (min-width: 600px) {
  .snap {
    padding-bottom: 95px;
  }
}
.snap ul {
  max-width: 1270px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 35px 4.1025641026vw;
  padding: 0 4.358974359vw;
}
@media (min-width: 600px) {
  .snap ul {
    padding: 0;
    gap: 100px min(3.9682539683vw, 60px);
  }
}
.snap ul li {
  max-width: 273px;
  width: 43.5897435897vw;
}
@media (min-width: 600px) {
  .snap ul li {
    width: calc((100% - 11.9047619048vw) / 4);
  }
}
.snap ul a {
  color: #DD9494;
  text-align: center;
  line-height: 1.4285714286;
}
@media (min-width: 600px) {
  .snap ul a {
    line-height: 1.875;
  }
}
.snap ul a p {
  padding-top: 0.5em;
  line-height: 1.25;
}
.snap ul a p br {
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hbr-navbar-left, .hbr-navbar-center, .hbr-navbar-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hbr-footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.hbr-company-info .hbr-navbar-item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.hbr-section {
  width: 100%;
}

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

.hbr-icon-h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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 {
  -ms-flex-pack: distribute;
      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;
}

[class*=hbi-] {
  font-size: 24px;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  vertical-align: top;
}

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

.hbr-totop {
  position: fixed;
  right: 8px;
  bottom: calc(env(safe-area-inset-bottom, 0) + 8px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
  -webkit-transition: bottom 0.3s ease-out, background-color 0.3s;
  transition: bottom 0.3s ease-out, background-color 0.3s;
  background-color: #07084d;
  border: 1px solid #fff;
  color: #fff;
  z-index: 11;
  cursor: pointer;
}

.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) + 175px);
}
@media (min-width: 600px) {
  .hbr-totop.hbr-active {
    bottom: calc(env(safe-area-inset-bottom, 0) + 65px);
  }
}
.hbr-totop.hbr-active.pre {
  bottom: calc(env(safe-area-inset-bottom, 0) + 215px);
}
@media (min-width: 992px) {
  .hbr-totop.hbr-active.pre {
    bottom: calc(env(safe-area-inset-bottom, 0) + 110px);
  }
}

.hbr-totop:hover {
  border: 2px solid;
  background-color: #FFF9D7;
  color: #6C9DA9;
}

.button-cart-fixed-container {
  z-index: 11;
  padding-bottom: calc(env(safe-area-inset-bottom, 0) + 8px);
  background-color: #FFF9D7;
  position: fixed;
  bottom: -165px;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 27px 8px 33px 8px;
  -webkit-transition: bottom 0.3s ease-out, padding-bottom 0.3s ease-out;
  transition: bottom 0.3s ease-out, padding-bottom 0.3s ease-out;
  text-align: center;
}
@media (min-width: 600px) {
  .button-cart-fixed-container {
    bottom: -110px;
  }
}
.button-cart-fixed-container.pre {
  bottom: -215px;
}
@media (min-width: 600px) {
  .button-cart-fixed-container.pre {
    bottom: -110px;
  }
}

.button-cart-fixed-container.is-fixed {
  bottom: 0;
}

.button-cart-fixed {
  max-width: 330px;
  margin: 0 auto;
}

.button-cart, .hbr-cart-modal-menu, .cart-wrapper .cart_btn {
  background-color: #6C9DA9;
}

.hbr-totop, .hbr-footer {
  background-color: #6C9DA9;
}

.hbr-totop:hover {
  color: #6C9DA9;
}

@media screen and (min-width: 768px) {
  .hbr-footer a:hover {
    opacity: 0.5;
  }
  .hbr-footer {
    padding-top: 16px;
  }
  .hbr-footer-container {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: auto;
  }
  .hbr-footer-container > .hbr-section > * {
    margin: 0;
  }
  .hbr-footer-container > .hbr-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .hbr-footer-container .hbr-navbar-container {
    padding: 0;
  }
  .hbr-sort-menu-button, .hbr-filter-menu-button, .hbr-navbar-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hbr-footer-container .hbr-navbar-left, .hbr-footer-container .hbr-navbar-center, .hbr-footer-container .hbr-navbar-right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hbr-footer-container > .hbr-section#hbr-section-footer-help {
    -webkit-box-flex: 1;
        -ms-flex: 1 444 auto;
            flex: 1 444 auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    padding-left: 3.3333333333%;
  }
  .hbr-footer-container > .hbr-section#hbr-section-footer-email {
    -webkit-box-flex: 1;
        -ms-flex: 1 458 auto;
            flex: 1 458 auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    border-top: 0 none transparent;
  }
  .hbr-footer-container > .hbr-section#hbr-section-footer-about {
    -webkit-box-flex: 1;
        -ms-flex: 1 512 auto;
            flex: 1 512 auto;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    border-top: 0 none transparent;
  }
  .hbr-footer-container > .hbr-section#hbr-section-footer-app {
    -webkit-box-flex: 1;
        -ms-flex: 1 494 auto;
            flex: 1 494 auto;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            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 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    border-top: 0 none transparent;
    padding-left: 3.3333333333%;
  }
  .hbr-footer-container > .hbr-section#hbr-section-footer-follow {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .hbr-company-info .hbr-navbar-item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .hbr-totop.hbr-active {
    bottom: calc(env(safe-area-inset-bottom, 0) + 110px);
  }
  .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;
  }
}
footer {
  position: relative;
  background: #6C9DA9;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  color: #FFF9D7;
}
footer a {
  color: #FFF9D7;
}
footer .footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 70px 20px 60px;
}
footer .footer__left,
footer .footer__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
footer .footer__right > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footer__right > a span.imgWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footer__right > a span:not(.imgWrap) {
  display: inline-block;
  margin-left: 5px;
}
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;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  footer .footer__left,
  footer .footer__right {
    font-size: 11px;
  }
  footer .footer__left {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            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 {
    width: 320px;
    margin: 40px auto 0;
    gap: 10px 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  footer .footer__right a {
    width: 160px;
    margin: 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: initial;
    text-align: right;
  }
  footer .footer__right a span.imgWrap img {
    vertical-align: middle;
  }
  footer .footer__right img.kansou {
    width: 18px;
  }
  footer .footer__right img.home {
    width: 29px;
  }
  footer .footer__right img.mail {
    width: 18px;
  }
  footer .footer__right img.toStore {
    width: 19px;
  }
  footer .footer__bottom {
    margin: 40px auto 6px;
    line-height: 1;
  }
  footer .footer__bottom__copy {
    margin-top: 40px;
  }
  footer .footer__bottom__links {
    width: 310px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .hobonichi {
    font-size: 12px;
    margin-top: 30px;
  }
}
@media (max-width: 990px) and (min-width: 600px) {
  footer .hobonichi {
    margin-top: 50px;
  }
}
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;
}

@media screen and (max-width: 576px) {
  span.indent-space {
    display: none;
  }
}
/* ------------------------------------------
Header
------------------------------------------ */
#products header {
  display: block;
}

/* ------------------------------------------
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;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
  fill: #07084d;
}

.slide-gallery-thumbs .swiper-wrapper .swiper-slide {
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.slide-gallery-thumbs .swiper-wrapper .swiper-slide:hover {
  opacity: 0.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%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 74%;
  height: 2.5px;
  background-color: #ABABAB;
  z-index: 1;
}

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

.rmn-product.gallery-thumbs li {
  width: calc((100% - 100px) / 3);
  margin-left: 50px;
  line-height: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding-bottom: 50px;
}
@media (min-width: 600px) {
  .rmn-product.gallery-thumbs li:first-of-type {
    margin-left: 0;
  }
}
.rmn-product.gallery-thumbs li.on {
  cursor: pointer;
}
@media (min-width: 600px) {
  .rmn-product.gallery-thumbs li.on:hover {
    opacity: 0.5;
  }
}

.rmn-product.gallery-thumbs li dt {
  width: 100%;
  height: 100%;
  text-align: center;
}
.rmn-product.gallery-thumbs li dt img {
  border: 1px solid #F5F5F5;
}

.rmn-product.gallery-thumbs li dt .product-name {
  padding-top: 5px;
  font-size: 1.6rem;
  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;
  line-height: 1.5;
  font-family: "A1 Gothic B JIS2004", sans-serif;
}

.price-range {
  font-size: 1.6rem;
}
.price-range span:not(.price), .price-range small {
  font-size: 1.2rem;
}

.page-message {
  color: #6C9DA9;
  padding-bottom: 1em;
}

.page-message:empty {
  padding: 0;
}

.hbr-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 16px 0;
}

.hbr-share ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hbr-share-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.05em;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.hbr-share-item-twitter a {
  color: #1b95e0 !important;
}

.hbr-share-item-twitter a svg {
  color: #1b95e0;
}

.hbr-share-item a svg {
  -webkit-transition: color 0.3s;
  transition: color 0.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 {
  max-width: 1285px;
  margin: 2rem auto 0;
  line-height: 212.5%;
}

.rmn-article-title {
  color: #6C9DA9;
  font-size: 2.4rem;
  line-height: 1.3333333333;
  padding: 1em 0 0;
}

.rmn-article-text {
  padding-top: 1em;
  line-height: 2;
}

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

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

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

.detail {
  background-color: #F5F5F5;
}

.detail h5,
.rmn-information h5 {
  color: #6C9DA9;
  line-height: 1.25;
  padding-bottom: 10px;
  padding-top: 1em;
}

.rmn-information .rmn-sub-section:nth-of-type(n + 2) {
  padding-top: 2em;
}

.detail .container {
  max-width: 1130px !important;
  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;
}

.rmn-spec-header-wrap h5, .rmn-notice-header-wrap h5, .rmn-information-header-wrap h5 {
  font-size: 15px;
}
@media (min-width: 600px) {
  .rmn-spec-header-wrap h5, .rmn-notice-header-wrap h5, .rmn-information-header-wrap h5 {
    font-size: 16px;
  }
}

.rmn-spec-text-wrap,
.rmn-notice-text-wrap {
  margin-bottom: 1em;
  font-size: 15px;
  line-height: 1.8666666667;
}
@media (min-width: 600px) {
  .rmn-spec-text-wrap,
  .rmn-notice-text-wrap {
    font-size: 16px;
    line-height: 2;
  }
}

.rmn-article-image-wrap,
.rmn-spec-image-wrap {
  max-width: 420px;
  padding-bottom: 2em;
}

.header_show .rmn-article-image-wrap {
  padding-bottom: 0;
}

.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: 0.35em;
}

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

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

.rmn-related-product-link {
  position: relative;
}
.rmn-related-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 6px;
}
@media (min-width: 600px) {
  .rmn-related-product {
    gap: 48px 24px;
  }
}
.rmn-related-product .swiper-slide {
  width: calc((100% - 18px) / 4);
}
.rmn-related-product .swiper-slide h5 {
  display: none;
}
@media (min-width: 600px) {
  .rmn-related-product .swiper-slide {
    width: calc((100% - 168px) / 8);
  }
}

.rmn-page-description a, .rmn-article a, .detail a {
  color: #DD9494;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

@media (min-width: 600px) {
  .rmn-related-content .swiper-slide {
    width: calc((100% - 40px) / 3);
  }
}

@media screen and (min-width: 768px) {
  .is-wrapped {
    padding: 0 20px;
  }
  .is-wrapped.snap {
    padding: 0 20px 50px;
  }
  .slide-gallery-thumbs .swiper-wrapper {
    -ms-flex-wrap: wrap;
        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) {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .swiper-wrap {
    margin-bottom: 50px;
  }
  .slide-related-content div:first-child,
  .slide-related-product div:first-child {
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .rmn-related-content-container > h4,
  .rmn-related-product-container > h4 {
    padding-top: 1em;
  }
  .rmn-related-content-link,
  .rmn-related-product-link {
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .rmn-related-content-link:hover,
  .rmn-related-product-link:hover {
    opacity: 0.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;
    -webkit-transform: translateY(-50%);
            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.snap ul {
    padding: 0;
  }
  h1.rmn-page-title {
    font-size: 3.2rem;
    line-height: 1.5;
    color: #6C9DA9;
  }
  .detail .is-half {
    padding: 0 4.2666666667vw 2rem;
  }
  .rmn-mid-container {
    margin-top: 2rem;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: initial;
  }
}
@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: 0.5em;
  }
  .rmn-article-text {
    padding-top: 0.6em;
  }
  .rmn-related-content .swiper-slide {
    width: 100%;
    padding-bottom: 2em;
  }
}
/* ------------------------------------------
Cart menu
------------------------------------------ */
.hbr-cart-modal-page {
  overflow-y: hidden;
}

.button-cart:hover {
  border-color: initial;
  color: #fff;
  opacity: 0.5;
}

.button-cart [class*=hbi-] {
  margin-right: 0.25em;
}

.modal-card, .modal-content {
  background-color: #fff;
}

.hbr-cart-modal-menu {
  bottom: 50px;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 32px;
  background-color: initial;
}
@media (min-width: 600px) {
  .hbr-cart-modal-menu {
    top: 50px;
    left: 0;
  }
}

.button-cart {
  width: 100%;
  color: #FFF9D7;
  background-color: #6C9DA9;
  font-size: 15px;
  line-height: 1.25;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  width: 330px;
  font-family: "A1 Gothic B JIS2004", sans-serif;
}
.button-cart.sold {
  background-color: #959494;
}
.button-cart.sold.pre {
  background-color: #6C9DA9;
}

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

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

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

.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: 0.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 32px;
  min-height: 32px;
}

.hbr-cart-modal-close svg {
  fill: #fff;
}

.hbr-cart-modal-header {
  margin-bottom: 16px;
  padding: 16px 4.2666666667vw;
  border-bottom: 1px solid #e6e6e6;
}

.modal-content {
  overflow-y: auto;
  padding-bottom: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 16px;
  -webkit-overflow-scrolling: touch;
}
.modal-content .txt_sold {
  display: none !important;
}
@media (min-width: 600px) {
  .modal-content .rmn-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: max(88px, 4.2666666667vw);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 992px) {
  .modal-content .rmn-product {
    -ms-flex-wrap: initial;
        flex-wrap: initial;
  }
}
.modal-content .rmn-product .cart-container {
  width: 330px;
  margin: 0 auto;
  padding: 30px 0;
  text-align: center;
}
@media (min-width: 600px) {
  .modal-content .rmn-product .cart-container {
    margin: 0;
    padding: 30px 0;
  }
}
@media (min-width: 992px) {
  .modal-content .rmn-product .cart-container {
    padding: 60px 0;
  }
}
.modal-content .rmn-product .cart-container .rmn-page-title {
  color: #4D4D4D;
  font-size: 1.6rem;
}

.modal-content .cart-container {
  padding: 8px 4.2666666667vw;
}

.modal-content .cart-container dt > img {
  max-width: 200px;
  margin: 0 auto;
}

.modal-content .cart-container dt > .product-name {
  line-height: 1.5;
}

.modal-content .cart-container dt > .product-name1 {
  padding: 1em 0 0;
}

.hbr-cart-modal-header {
  display: none;
}

.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;
  padding-left: 1em;
}

.modal-content .cart-wrapper .cart_btn span {
  display: block;
  font-family: "A1 Gothic B JIS2004", sans-serif;
}
.modal-content .sold svg {
  display: none;
}
.modal-content .sold .cart-wrapper .cart_btn {
  background-color: #959494;
}
.modal-content .sold .cart-wrapper .cart_btn span {
  padding-left: 0;
}

.modal-content .cart-container .txt_shipping {
  font-size: 1.4rem;
  color: #6C9DA9;
  padding-top: 0.5em;
}

.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;
  }
  .cart-wrapper .cart_btn {
    width: auto;
    min-width: 192px;
    max-width: 240px;
    padding: 0 24px;
  }
  .cart-wrapper .cart_btn span {
    display: block;
  }
}
/* ------------------------------------------
OYATUSな店
------------------------------------------ */
main {
  margin-top: 60px;
}
@media (min-width: 600px) {
  main {
    margin-top: 180px;
  }
}

a {
  /* color: #4d4d4d; */
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}

a:hover {
  opacity: 0.5;
  text-decoration: none;
}

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

span.bullet {
  /* 中黒インデント */
  margin-left: -1em;
}

ol {
  margin-left: 1.5em;
}

.delete::after, .delete::before, .modal-close::after, .modal-close::before {
  background-color: #6C9DA9;
}

.delete::before, .modal-close::before {
  height: 1px;
  width: 100%;
}

.delete::after, .modal-close::after {
  height: 100%;
  width: 1px;
}

.modal {
  -webkit-box-pack: initial;
      -ms-flex-pack: initial;
          justify-content: initial;
}
@media (min-width: 600px) {
  .modal {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.modal.is-active {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal-background {
  background-color: rgb(255, 255, 255);
}

.modal-close {
  min-width: 36px;
  min-height: 36px;
  top: 30px;
  right: 20px;
  background-color: #fff;
  border-radius: 0;
}
@media (min-width: 600px) {
  .modal-close {
    min-width: 50px;
    min-height: 50px;
    right: 30px;
  }
}

.modal-card, .modal-content {
  max-height: 100vh;
}
@media (min-width: 600px) {
  .modal-card, .modal-content {
    max-height: calc(100vh - 160px);
  }
}

.delete:focus, .delete:hover, .modal-close:focus, .modal-close:hover {
  background-color: initial;
}

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

.slide-gallery-top .swiper-slide {
  margin-bottom: 10px;
}

.rmn-section h4 {
  color: #6C9DA9;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  text-align: center;
  padding-top: 0.5em;
  padding-bottom: 1.4em;
}
@media (min-width: 600px) {
  .rmn-section h4 {
    font-size: 3.2rem;
    text-align: left;
    padding-top: 1.5em;
    padding-bottom: 1em;
  }
}

.header_show.rmn-section h4 {
  padding-bottom: 0.5em;
}
@media (min-width: 600px) {
  .header_show.rmn-section h4 {
    padding-bottom: 1em;
  }
}

.detail h5, .rmn-related-content-container > h4, .rmn-related-product-container > h4, .rmn-information h5, .has-text-centered a {
  font-weight: normal;
}

.detail {
  padding-bottom: 4rem;
}

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

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

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px 0 75px;
}

.snap ul {
  margin-bottom: 80px;
  padding: 0;
}
@media (min-width: 600px) {
  .snap ul {
    margin-bottom: 30px;
    padding: 0 4.358974359vw;
  }
}

.slide-gallery-top .swiper-wrapper {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.slide-gallery-top .swiper-wrapper.active {
  opacity: 1;
}

@media (min-width: 600px) {
  .header_show {
    padding-bottom: 100px;
  }
  .header_show .rmn-article {
    padding: 0 5%;
  }
  .header_show .rmn-article > div {
    width: 45%;
  }
}
@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: 640px;
  }
  .column.is-7, .column.is-7-tablet {
    max-width: 940px;
    width: 58.33333vw;
    padding: 0 70px 0 0;
    margin-left: calc(50% - 50vw);
  }
}
@media screen and (min-width: 769px) and (min-width: 1600px) {
  .column.is-7, .column.is-7-tablet {
    margin-left: -13vw;
  }
}
@media screen and (min-width: 769px) {
  .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 .rmn-spec-text-wrap {
    width: 100%;
  }
  .rmn-notice-title-wrap {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .rmn-article {
    -webkit-column-gap: 100px;
       -moz-column-gap: 100px;
            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;
}

@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;
  }
  .button-thumbs > div {
    display: none;
    margin-top: 20px;
  }
  .button-thumbs .accordion-title {
    position: relative;
  }
  .button-thumbs .accordion-title::after {
    border-right: solid 3px #6C9DA9;
    border-top: solid 3px #6C9DA9;
    content: "";
    display: block;
    height: 12px;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 10px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    width: 12px;
  }
  .button-thumbs .accordion-title.open::after {
    top: 45%;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .button-thumbs .gallery-thumbs {
    margin: 0px auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 30px 0 0;
  }
  .button-thumbs .gallery-thumbs li {
    padding-bottom: 0;
  }
  .button-thumbs .gallery-thumbs li:first-of-type {
    margin-left: 0;
  }
}
.txt_price {
  font-size: 16px;
  padding: 6px 0 8px;
}

.txt_zei {
  font-size: 11px;
}

.columns {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.columns > .column:nth-of-type(2) {
  max-width: 500px;
  padding: 0;
}
.columns #sticky-text {
  position: sticky;
  top: 100px;
}
@media (min-width: 600px) {
  .columns #sticky-text {
    padding-bottom: 2em;
  }
}

@media (min-width: 600px) {
  .detail .detail_block_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
  }
}
@media (min-width: 600px) {
  .detail .detail_block {
    width: 50%;
  }
  .detail .detail_block.detail_block1 {
    padding-right: 5%;
  }
  .detail .detail_block.detail_block2 {
    padding-left: 5%;
  }
}

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

.mainarea,
.header_show {
  max-width: 1245px;
  margin: auto;
  padding: 0 20px;
}

@media (min-width: 600px) {
  .header_show {
    padding-bottom: 100px;
  }
}

.txt_price, .txt_zei, .txt_sold {
  display: none;
}

.cart.sold .txt_sold {
  display: block;
  color: #6C9DA9;
  font-size: 1.4rem;
  text-align: center;
  padding-top: 0.5em;
}

@media screen and (min-width: 768px) {
  .modal-content .cart-wrapper .cart_btn {
    width: auto;
    min-width: 192px;
    max-width: 330px;
    padding: 0 24px;
  }
}
.modal-content .cart-wrapper .cart_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background-color: #6C9DA9;
  font-size: 1.5rem;
  line-height: 1.25;
  height: 50px;
  margin: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.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 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 {
  max-width: initial;
  padding: 0;
}
.main_container .container-inner {
  max-width: 1245px;
  padding: 0 20px;
}

hr {
  background-color: #FFF9D7;
  border: none;
  display: block;
  height: 10px;
}

.hr-space {
  margin: 5rem 0 1rem;
}
@media (min-width: 992px) {
  .hr-space {
    margin: 9rem 0 3rem;
  }
}

.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;
  padding-top: 10px;
}
.modal .cart-wrapper .stock {
  display: block;
  text-align: center;
  font-size: 1.4rem;
  color: #6C9DA9;
}
.modal .cart + .cart {
  display: block;
}

.rmn-related-content-img + h5 {
  color: #DD9494;
  font-size: 1.6rem;
  text-align: center;
}
.rmn-related-content-img + h5 br {
  display: block;
}

.hbr-cart-start-date p {
  color: #fff;
  font-size: 1.5rem;
  font-weight: normal;
  font-family: "A1 Gothic B JIS2004", sans-serif;
}

.hbr-cart-info-item-cache p {
  color: #4D4D4D;
  font-size: 1.2rem;
  padding-top: 0.5em;
  margin-bottom: -2em;
}
.hbr-cart-info-item-cache p a {
  color: #DD9494;
}

.gallery-thumbs .rmn-product-name1 {
  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;
  }
  .button-cart-fixed-container > div {
    width: 330px;
    margin: 0 auto;
    text-align: left;
  }
  .button-cart-fixed-container > div h1.rmn-page-title {
    font-size: 2.4rem;
    color: #6C9DA9;
  }
  .button-cart-fixed-container > div .price-range {
    font-size: 1.4rem;
  }
  .button-cart-fixed-container > div .price-range span:not(.price), .button-cart-fixed-container > div .price-range small {
    font-size: 1rem;
  }
  .button-cart-fixed-container .button-cart {
    margin-top: 0.5em;
  }
  .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: 18px;
  }
  .rmn-article-title {
    padding-bottom: 10px;
  }
  .column .rmn-product.gallery-thumbs {
    display: none;
  }
  .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-page-description {
    font-size: 15px;
  }
  .rmn-section.rmn-detail {
    margin-top: -20px;
  }
  .is-wrapped {
    padding: 0 4.35vw;
  }
  .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;
  }
  #sticky-text .rmn-sub-section {
    display: none;
  }
}
@media (max-width: 420px) {
  .rmn-product.gallery-thumbs li {
    width: calc((100% - 40px) / 3);
  }
}
.rmn-page-description .news {
  color: #6C9DA9;
}
.rmn-page-description .news b {
  font-weight: normal;
  background-color: #6C9DA9;
  padding: 6px 4px;
  margin-left: -4px;
  color: #fff;
}
@media (max-width: 768px) {
  .rmn-page-description .news b {
    margin-left: -35px;
    padding-left: 32px;
    padding-right: 8px;
  }
}
.rmn-page-description .news b + br {
  display: block;
}/*# sourceMappingURL=products.css.map */