:root {
  --cart-button-color: #F07800;
  --brand-logo-size: 116px;
  --brand-logo-mt: 26px;
  --brand-logo-mb: 34px;
  --collection-name-display: block;
  --collection-name-pb: 6px;
  --page-title-pt: 0;
  --page-title-pb: 8px;
  --header-height: 80px;
  --header-background-color: rgba(255,255,255,0.75);
  --navbar-burger-color: #808080;
  --link-color: #485fc7;
  --stripy: #FFF9B1;
  --white: #ffffff;
  --stripy-size: min(28.7179487179vw, 7rem);
}
.stripy {
  background-size: var(--stripy-size) var(--stripy-size);
  background-image: linear-gradient(-45deg, var(--stripy) 25%, var(--white) 25%, var(--white) 50%, var(--stripy) 50%, var(--stripy) 75%, var(--white) 75%, var(--white));
}
body {
  font-family: "Aoto Gothic Regular", sans-serif;
  color: #262626;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
img {
  display: block;
}
small {
  font-size: 80%;
}
#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;
}
.hbr-icon[href="https://www.1101.com/store/cart/"] {
  display: none;
}
@media screen and (max-width: 576px) {
  br:not(.sp) {
    display: none;
  }
  .detail br:not(.sp) {
    display: inherit;
  }
  .rmn-page-title br {
    display: inherit;
  }
}
/* ------------------------------------------
Main
------------------------------------------ */
main .container {
  padding-top: 1.75em;
  padding-bottom: 1.75em;
}
main .container.rmn-section {
  padding-top: 0;
}
.swiper-container {
  padding: 0;
  overflow: hidden;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  display: none;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
  width: 40px;
  right: 0;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
  width: 40px;
  left: 0;
}
.swiper-button-prev svg, .swiper-button-next svg {
  font-size: 40px;
  transition: fill .3s;
  fill: #ffffff;
}
.swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: #ffffff;
  height: auto;
}
.swiper-slide img {
  width: 100%;
}
.swiper-pagination {
/*
  margin: -30px auto 0;
  position: relative;
*/
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0,0,0,.35);
  width: 6em;
  border-radius: 30px;
  color: #fff;
  font-size: 14px;
  font-family: YuGothic,'Yu Gothic','Arial',sans-serif;
  font-weight: bold;
}
.has-slide-caption .swiper-pagination {
  bottom: 53px;
}
.brand-logo {
  width: var(--brand-logo-size);
  margin-top: var(--brand-logo-mt);
  margin-bottom: var(--brand-logo-mb);
}
.sp-brand-logo {
  width: 80px;
  margin: 0 auto 1em auto;
}
.rmn-product.gallery-thumbs {
  display: flex;
  gap: 16px 26px;
  flex-wrap: wrap;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  border-bottom: none;
  margin-bottom: 0 !important;
}
.rmn-product.gallery-thumbs li dl {
  max-width: 100%;
}
.rmn-product.gallery-thumbs li dd,
.rmn-product.gallery-thumbs li p {
    display: none;
}
.rmn-product.gallery-thumbs li {
  /* width: 17.5%; */
  width: 78px;
  /* margin-right: 2.1333333333vw; */
  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;
  letter-spacing: 0px;
}
.hbr-cart-start-date {
  margin-top: 8px;
}
h2.rmn-collection-name {
  color: #666;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  display: var(--collection-name-display);
  padding-bottom: var(--collection-name-pb);
}
h1.rmn-page-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  font-family: "Aoto Gothic Bold", sans-serif;
  padding-top: var(--page-title-pt);
  padding-bottom: var(--page-title-pb);
}
.price-range {
  font-family: "Aoto Gothic Bold", 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: 2rem;
}
.rmn-article-title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.44;
  padding-bottom: 26px;
}
.rmn-article-title .sub{
  text-align: center;
  font-size: 1.25rem;
}
.rmn-article-title .sub + div{
  font-family: "Aoto Gothic Regular", sans-serif;
  margin: 1em auto 0;  
}
.rmn-article-text {
  padding-top: 8px;
  font-size: 16px;
  line-height: 1.8;
}
.rmn-article-text b {
  font-size: 22px;
  line-height: 1.65;
  font-weight: normal;
}
.rmn-article-text img {
  margin-top: 24px;
  margin-bottom: 0;
}
.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.9rem;
  font-weight: 700;
  line-height: 1.5;
  padding-top: 0.5em;
  flex-grow: 1;
}
.rmn-related-product > div a.soldout h5 {
  color: #999999;
}
.rmn-related-product-price {
  font-size: 0.9rem;
}
.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;
}
.detail {
  background-color: #D1D9DD;
}
.detail h4 {
  font-family: "Aoto Gothic Bold", sans-serif;
  font-weight: 700;
  line-height: 1.25;
  font-size: 1.25rem;
  padding-bottom: 1em;
  border-bottom: 1px dashed rgba(0,0,0,0.6);
}
.detail h5 {
  font-family: "Aoto Gothic Bold", sans-serif;
  font-weight: 700;
  line-height: 1.25;
  padding-bottom: 12px;
}
.detail .rmn-information h5 {
  font-size: 1.25rem;
  border-bottom: 1px dashed rgba(0,0,0,0.6);
  margin-bottom: 1.2em;
}
.detail .container, .related-content .container, .related-product .container {
  padding: 2em 1em;
}
.detail .rmn-section {
  margin-top: 1.5rem;
}
.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.875rem;
  font-weight: 400;
  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;
}
.rmn-information-text-wrap {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.63;
  margin-top: 0.35em;
  margin-bottom: 1.35em;
}
.rmn-notice-text-wrap {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2;
}
.rmn-information h5 {
  font-size: 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;
}
@media screen and (min-width: 768px){
  .is-wrapped {
    padding: 0 4.2666666667vw;
  }
  .navbar-brand img {
    width: 126px;
  }
  .rmn-section {
    margin-top: 2.8rem;
    margin-bottom: 2.8rem;
  }
  .rmn-page-description img {
    margin-top: 34px;
    margin-bottom: 34px;
  }
  .rmn-related-content-link h5 {
    font-size: 15px;
    line-height: 1.8;
    padding-top: 15px;
  }
  .slide-gallery-thumbs .swiper-wrapper {
    flex-wrap: wrap;
  }
  .slide-gallery-thumbs .swiper-wrapper .swiper-slide:nth-of-type(5n) {
    margin-right: 0 !important;
  }
  article a:not(.hbr-button):not(.hbr-totop):not(.current) {
    transition: color .3s;
  }
  .swiper-wrap {
    margin-bottom: 50px;
  }
  .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: 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%);
  }
  h1.rmn-page-title {
    font-size: 28px;
  }
  .detail .container {
    padding: 50px 16px;
  }
  .detail .is-half {
    padding: 0 4.2666666667vw 2rem;
  }
  .rmn-mid-container {
    margin-top: 2rem;
  }
  .price-range {
    font-size: 24px;
  }
  .rmn-article-title .sub + div{
    width: max-content;
  }
}
@media (min-width: 1200px) {
  .rmn-related-content-container .rmn-related-content {
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 80px;
    row-gap: 40px;
  }
  .container {
    max-width: 1200px !important;
  }
  .slide-related-content div {
    max-width: 240px;
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media (max-width: 768px) {
  main .container {
    padding-top: 1em;
  }
  .product-top-container {
    padding: 0;
    width: 500px;
    max-width: 86%;
    margin: 30px auto;
  }
  .slide-gallery-top-container {
    padding: 0;
  }
  .slide-gallery-thumbs {
    padding-left: 15px;
  }
  .appeal .rmn-sub-section-wrapper .rmn-article-section:last-of-type {
    padding-bottom: 26px;
  }
  .rmn-article-text img {
    margin-bottom: 24px;
  }
  .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-link h5 {
    font-size: 0.75rem;
  }
  .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: 1.5em;
    padding-bottom: 2em;
  }
  .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: 8px solid transparent;
    border-right-color: #ccc;
    top: calc(50% - 20px);
    left: 1.1333333333vw;
    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: 0;
    height: 0;
    border: 8px solid transparent;
    border-left-color: #ccc;
    top: calc(50% - 20px);
    right: 1.1333333333vw;
    transform: translateY(-50%);
  }
}
/* ------------------------------------------
Cart menu
------------------------------------------ */
.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;
}
.button {
  font-family: "Aoto Gothic DemiBold", sans-serif;
}
.button-cart {
  width: 100%;
  color: #fff;
  background-color: var(--cart-button-color);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.25;
  transition: all .3s;
  box-shadow: 0 1px 4px 0 rgba(0,0,0,0.35);
  margin-top: 20px;
  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;
}
.modal-close::before, .modal-close::after {
  background-color: #262626;
}
.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: var(--cart-button-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;
}
.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-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;
}
.button.captester {
  width: 100%;
  border-color: #666666;
  min-height: 50px;
  line-height: 1;
  vertical-align: text-top;
}
@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;
  }
  .modal-content .cart-container {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
  }
  .cart-wrapper .cart_btn {
    width: auto;
    min-width: 192px;
    max-width: 240px;
    padding: 0 24px;
  }
  .cart-wrapper .cart_btn span {
    display: block;
  }
}
/* ------------------------------------------
Header / Footer
------------------------------------------ */
button {
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: none
}
.footer a {
  color: currentColor;
}
.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: #D1D9DD;
  border: 1px solid #fff;
  color: #fff;
  z-index: 10;
}
.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) + 71px);
}
.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-totop.hbr-active {
    bottom: calc(env(safe-area-inset-bottom, 0) + 81px);
  }
}
a {
  color: var(--link-color);
  transition: all .3s;
}
a:hover {
  opacity: .5;
}
.hbr-totop:hover {
  opacity: 1;
}
.rmn-related-content-container a, .rmn-related-product-container a{
  color: #000;
}
.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: "Aoto Gothic Bold", sans-serif;
  font-weight: normal;
}
.rmn-mid-container h4 {
  font-family: "Aoto Gothic Bold", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  padding-bottom: .8em;
}
.rmn-mid-container .rmn-information-text {
  font-size: 1rem;
  line-height: 1.875;
}
.rmn-information.is-bordered-top {
  margin-top: 2rem;
}
.rmn-notice-text-wrap {
  padding-bottom: 1em;
}
.rmn-information-title-wrap {
  font-family: "Aoto Gothic Bold", 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: 86%;
  margin-left: auto;
  margin-right: auto;
}
.rmn-page-description img {
  margin-top: 24px;
  margin-bottom: 24px;
}
.appeal .rmn-sub-section > div {
  max-width: 1030px;
  width: 86%;
  margin: 0 auto;
}
.appeal .sub-title {
  padding: 45px 0;
}
.appeal .sub-title .rmn-article-title{
  font-size: 1.5rem;
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-inline: auto;
  color: var(--cart-button-color);
  font-family: "Tunnel Tightline AP";
  background-color: #fff;
  border: 1.5px solid var(--cart-button-color);
  border-radius: 30px;
}
.appeal .rmn-article-image-wrap, .appeal .rmn-article-image-wrap img {
  width: 100%;
}
.appeal .rmn-article-section .rmn-article-title-wrap {
  width: 100%;
}
.appeal .rmn-article-section .rmn-article-title {
  padding-top: 26px;
  padding-bottom: 0;
}
.appeal .rmn-article-section .rmn-article-text {
  font-size: 0.875rem;
  line-height: 2;
}
.appeal .rmn-article:empty {
  display: none;
}
.slide-gallery-top-container {
  opacity: 0;
  position: relative;
}
.slide-gallery-top-container.show {
  opacity: 1;
  transition: opacity 0.25s ease;
}
@media screen and (min-width: 769px){
  .slide-gallery-top-container {
      margin-right: 2.5%;
  }
  .rmn-article {
    margin: 0 auto;
  }
  .appeal .rmn-article-section {
    width: calc((100% - 80px) / 2);
    display: inline-flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
  }
  .appeal .rmn-article-section.right {
    margin-left: 80px;
  }  
}
@media screen and (min-width: 1200px){
  .rmn-article {
    column-gap: 100px;
    row-gap: 50px;
  }
}
@media (max-width: 769px) {
  .rmn-mid-container {
    border-top: 1px solid #ccc;
    margin-top: 0;
    padding-top: 2rem;
  }
  .swiper-pagination {
    /* margin: -25px auto 0; */
    bottom: 18px;
  }
  .has-slide-caption .swiper-pagination {
    bottom: 40px;
  }  
}
@media (max-width: 600px) {
  :root {
    --header-height: 54px;
  }
  .navbar > .navbar-center-logo img {
    height: 44px;
  }
  .navmenu-inner .navbar-item {
    padding: .65rem 1.5rem;
  }
  .navbar > div.navbar-brand {
    width: 82px;
  }
  .navbar > div.navbar-center-logo {
    width: 140px;
  }
  .navbar > div.navbar-end {
    width: 82px;
  }
}