<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.product-img-modal {
  width: 100%;
  max-width: 600px;
  height: 100%;
  padding-right: 0;
  padding-left: 0;
}

.product-img-modal-inner {
  height: 100%;
}

#cartButton[disabled] {
 background-color: #a9a8a8;
}

@media screen and (max-width: 767px) {
  .product-img-modal-header {
	border: none;
    background-color: #000000;
  }
}

.product-img-modal-header .modal_close::before,
.product-img-modal-header .modal_close::after {
  background-color: #f3f3f3;
}

.product-img-modal-header .modal_close:hover {
  background-color: #000000;
}

.product-img-modal-footer {
  display: block;
  overflow-x: scroll;
  overflow-y: hidden;
  padding: 0;
  border: none;
  background-color: #000000;
}

.product-img-modal-footer .product-img-list {
  display: inline-flex;
  flex-wrap: nowrap;
  margin: 0;
  padding: 10px;
}

.product-img-modal-content {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .product-img-modal-content {
    display: flex;
    align-items: center;
    height: 100%;
    background-color: #000000;
  }
}

.modal-product-main_img {
  width: 100%;
}

.modal-product-movie-container {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.modal-product-movie-container::before {
  display: block;
  width: 100%;
  padding-top: 100%;
  content: "";
}

.modal-product-img-movie {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.modal-product-img-movie iframe {
  width: 100%;
  height: 100%;
}

.modal-product-main-img-container {
  z-index: -1;
  width: 100%;
  opacity: 0;
}

.modal-product-main-img-container.m-show {
  z-index: 0;
  opacity: 1;
}

.arrival-nortice-button-wrapper {
  margin-top: 20px;
  text-align: center;
}

.arrival-nortice-button-wrapper .button {
  max-width: 280px;
}

@media screen and (max-width: 767px) {
  .arrival-nortice-button-wrapper .button {
    max-width: none;
  }
}

.stock-price-content {
  flex-direction: column;
}

.stock-price-filter {
  flex: 0 0 auto;
}

@media screen and (max-width: 767px) {
  .stock-price-filter {
    padding: 10px 0;
  }
}

.stock-price-filter:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d2d1d1;
}

@media screen and (max-width: 767px) {
  .stock-price-filter:not(:last-child) {
    padding-bottom: 30px;
  }
}

.spec-controls {
  flex-wrap: wrap;
  margin: -10px;
}

@media screen and (max-width: 767px) {
  .spec-controls {
    margin: -5px;
  }
}

.spec-controls .spec-control {
  width: 50%;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .spec-controls .spec-control {
    padding: 5px;
  }
}

.stock-price-filter-buttons {
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
}

.stock-price-filter-buttons .button + .button {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
 .stock-price-filter-buttons .button {
 height: 60px;
}
}

.stock-variation-image {
  display: block;
  max-width: 60px;
  max-height: 60px;
  margin-right: .75rem;
}

.stock-variation-name {
  align-items: center;
  padding: 20px;
  background-color: #f7f5f4; 
}

@media screen and (max-width: 767px) {
  .stock-variation-name {
    padding: 10px;
  }
}

.stock-price-list-item {
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .stock-price-list-item {
    padding: 10px;
  }
}

.stock-price-list-item + .stock-price-list-item {
  border-top: 1px dotted #d8d8d8;
}

.stock-price-product {
  flex: 1 1 auto;
}

.stock-price-row {
  word-break: break-all;
}

.stock-price-row + .stock-price-row {
  margin-top: .5rem;
}

.stock-status {
  justify-content: center;
  white-space: pre-line;
}

.stock-price-cart {
  flex: 0 0 110px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}

.stock-price-pager {
  justify-content: center;
  padding-top: 20px;
  border-top: 1px solid #e8e8e8;
}

@media screen and (max-width: 767px) {
  .stock-price-pager {
    padding: 20px 0;
  }
}

.stock-status-container {
  margin-top: 30px;
  margin-bottom: 30px;
}

.stock-status-table {
  margin: 1rem 0;
  border: 1px solid #c2c1c1;
}

.stock-status-table-row {
  display: flex;
}

.stock-status-table-row + .stock-status-table-row {
  border-top: 1px solid #c2c1c1;
}

.stock-status-table-header {
  flex: 0 0 auto;
  width: 30%;
  background-color: #f7f5f4;
}

.stock-status-table-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .stock-status-table-cell {
    padding: 10px;
  }
}

.stock-status-table-cell + .stock-status-table-cell {
  border-left: 1px solid #c2c1c1;
}

@media screen and (min-width: 768px) {
  .confirm-cart {
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .confirm-cart-modal {
    width: 1028px;
  }
}

@media screen and (max-width: 767px) {
  .confirm-cart-content {
    padding: 0 0 30px 0;
  }
}

@media screen and (min-width: 768px) {
  .confirm-cart-content-inner {
    flex: 0 0 calc(30% + 40px);
    margin: -20px 20px -30px -20px;
    padding: 20px;
    background: #f7f5f4;
  }
  .related-products {
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .confirm-cart-content-inner {
    margin: 0;
    padding: 10px;
  }
  .confirm-cart-content-inner + .related-products {
	margin-top: 10px;
    padding: 20px 10px 10px;
    border-top: 1px solid #d2d1d1;
  }
}

.in-the-cart img {
  width: 100%;
}

.in-the-cart .product-name {
  margin: 15px 0 5px;
}

.in-the-cart .product-fee_tax {
 margin-left: .5rem;
}

@media screen and (max-width: 767px) {
  .in-the-cart {
    padding: 10px;
    background: #f7f5f4;
  }
  .in-the-cart .product-name {
    margin: 0 0 5px;
  }
  .in-the-cart .product-img {
    flex: 0 0 auto;
    width: 60px;
  }
  .in-the-cart .product-img img {
    width: 100%;
  }
  .in-the-cart .in-the-cart-inner {
    display: flex;
    align-items: flex-start;
  }
  .in-the-cart .text-wrapper {
    margin-left: 10px;
  }
}

.related-products {
  flex: 0 0 calc(70% - 20px);
  overflow: hidden;
}

.add-cart-modal-buttons {
  flex-direction: column;
  margin-top: 20px;
}

.add-cart-modal-buttons .button + .button {
  margin-top: 20px;
  margin-left: 0;
}

.related-products-slider + .related-products-slider {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .related-products-slider.from-pc + .related-products-slider {
    margin-top: 0;
  }
}

.related-products-inner {
  width: 100%;
}

.slider-product-outer .slider-product-list {
  width: 100%;
  height: 100%;
}

/*フッタ(モバイル)*/
@media screen and (max-width: 767px) {
  .confirm-cart-footer {
    display: flex;
    justify-content: flex-end;
  }
}

.review-card:not(:first-child) {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .review-card .read-more-content {
    max-height: 200px;
  }
}

.review-card-header {
  display: flex;
}

.review-card_reviewer_date {
  margin-left: auto;
}

.review-card-review_label {
  margin-right: 10px;
  font-weight: bold;
}

.review-card-header {
  padding: 10px 20px;
}

@media screen and (max-width: 767px) {
  .review-card-header {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.review-card-content {
  padding: 0;
}

.reviewer-info {
  display: flex;
  padding: 10px 20px;
  border-bottom: 1px solid #e8e8e8;
}

@media screen and (max-width: 767px) {
  .reviewer-info {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.reviewer-info .review {
  margin-left: auto;
}

.review-card-content-body {
  display: flex;
}

@media screen and (max-width: 767px) {
  .review-card-content-body {
    flex-direction: column;
  }
}

.review-card-content-main {
  flex: 1 1 auto;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .review-card-content-main {
    padding: 10px;
  }
}

.review_title {
  margin-top: .5rem;
  margin-bottom: 1rem;
}

.review-content.m-no-content {
  color: #a9a8a8;
}

.review-content p + p {
  margin-top: 1em;
}

.reply-box {
  font-size: 12px;
}

.reply_name {
  margin-top: 10px;
  font-size: 12px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .reply_name {
    margin-top: 20px;
  }
}

.review_reviewer {
  margin: 12px 0 10px 0;
  font-size: 12px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .review_reviewer {
    margin-top: 20px;
  }
}

.review-note {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 12px;
}

.review-note:not(:last-child) {
  margin-bottom: 10px;
}

.review-note_button {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .review-note_button {
    margin-left: 10px;
  }
}

.review-card-content-sub {
  display: flex;
  flex: 0 0 400px;
  flex-direction: column;
  max-width: 400px;
  padding: 20px;
  border-left: 1px solid #e8e8e8;
}

@media screen and (max-width: 767px) {
  .review-card-content-sub {
    display: block;
    max-width: none;
    padding: 10px;
    border-top: 1px solid #e8e8e8;
    border-left: none;
  }
  .review-card-content-sub .review-attribute-list {
    padding-top: 0;
    border: none;
  }
}

.review-row + .review-row {
  margin-top: 20px;
}

.review-attribute-list {
  flex: 0 0 auto;
}

@media screen and (max-width: 767px) {
  .review-attribute-list {
    padding-top: 20px;
    border-top: 1px solid #d2d1d1;
  }
}

.review-attribute-list_item {
  display: flex;
}

@media screen and (max-width: 767px) {
  .review-attribute-list_item {
    justify-content: normal;
  }
}

.review-attribute-list_item + .review-attribute-list_item {
  margin-top: .25rem;
}

.review-attribute_name {
  flex: 0 0 35%;
  width: 35%;
  font-size: 12px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .review-attribute_name {
    min-width: 80px;
  }
}

.review-attribute_score {
  flex: 0 0 65%;
  width: 65%;
  margin-left: 1rem;
  font-size: 12px;
}

.review-spec-list {
  flex: 1 1 auto;
  margin-top: 20px;
}

.review-spec-list_item {
  display: flex;
}

.review-spec-list_item + .review-spec-list_item {
  margin-top: .125rem;
}

.review-spec_name {
  flex: 0 0 40%;
  font-size: 12px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .review-spec_name {
    flex-basis: 45%;
  }
}

.review-spec_value {
  flex: 1 1 auto;
  margin-left: .25rem;
  font-size: 12px;
}

.review-form-box {
  margin-bottom: 20px;
}

.review-form-box .field + .field {
  margin-top: 10px;
}

.review-list-control-wrapper {
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .review-list-control-wrapper {
    margin: 0 -10px;
  }
}

.review-list-control-wrapper .review-list-control {
  margin-bottom: 10px;
}

.review-list-control-wrapper .review-list-control:not(:last-child) {
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .review-list-control-wrapper .review-list-control {
    width: auto;
    max-width: 50%;
    padding: 0 10px;
  }
  .review-list-control-wrapper .review-list-control:not(:last-child) {
    margin-right: 0;
  }
}

.review-list-control .label:not(:last-child) {
  margin-right: .5rem;
}

.review-list-control .select.m-short {
  width: 110px;
}

.review-list-control .select.m-short select {
  width: 110px;
}

.review-list-pager {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .review-list-pager {
    flex-direction: column;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .review-list-pager .pager {
    margin: 1rem 0 0 0 !important;
  }
}

.review-list-pager .pager {
  flex: 0 0 auto;
  margin: 0 auto;
}

.product-group-list {
  display: flex;
  margin: -10px;
}

@media screen and (max-width: 767px) {
  .product-group-list {
    display: block;
  }
}

.product-group-list_item {
  display: flex;
  width: 50%;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .product-group-list_item {
    display: block;
    width: 100%;
  }
}

.product-group-main-img-wrapper {
  flex: 0 0 auto;
  width: calc(40% + 10px);
  max-width: 240px;
}

@media screen and (max-width: 767px) {
  .product-group-main-img-wrapper {
    width: 100%;
  }
}

.product-group-main_img {
  width: 100%;
}

.product-group-children {
  flex: 1 1 auto;
  overflow: hidden;
  margin: 0 0 0 20px;
}

@media screen and (max-width: 767px) {
  .product-group-children {
    margin: 20px 0 0 0;
  }
}

.product-group-child-list {
  margin: -5px;
}

.product-group-child-list_item {
  padding: 5px;
}

.product-group-child-product {
  display: flex;
}

.product-group-child-img-wrapper {
  flex: 0 0 70px;
  width: 70px;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .product-group-child-img-wrapper {
    width: 100px;
  }
}

.product-group-child-img-wrapper .img-link {
  display: block;
  width: 100%;
}

.product-group-child_img {
  width: 100%;
}

.product-group-child-body {
  flex: 1 1 auto;
  overflow: hidden;
  margin-left: 10px;
}

.product-group-child-row + .product-group-child-row {
  margin-top: .25rem;
}

.product-group-child_price {
  display: block;
  font-weight: bold;
  word-break: break-word;
}

@media screen and (max-width: 767px) {
  .is-fullvw-mobile {
    margin: 0 -12px;
  }
}

.product-message-area {
  margin: 1px -20px 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .product-message-area {
    margin: 1px -12px 0;
  }
}

.detail-block + .detail-block {
  margin-top: 20px;
}

.product-main-img {
  position: relative;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .product-main-img {
    width: auto;
    margin: 0 calc(50% - 50vw);
  }
}

.product_img {
  width: 100%;
}

.product-img-slider-prev,
.product-img-slider-next {
  position: absolute;
  top: 45%;
  z-index: 1;
  transform: translateY(-50%);
  width: 30px;
  max-width: 30px;
  height: 80px;
  border-radius: 0;
  background-color: rgba(23, 23, 23, .3);
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .product-img-slider-prev,
  .product-img-slider-next {
	top: 42%;
    width: 7vw;
  }
}

.product-img-slider-prev::before,
.product-img-slider-next::before {
  position: absolute;
  top: 50%;
  width: 16px;
  height: 16px;
  border-width: 0 3px 3px 0;
  border-style: solid;
  border-color: #ffffff;
  opacity: .75;
  content: "";
}

.product-img-slider-prev:hover,
.product-img-slider-next:hover {
  background-color: rgba(23, 23, 23, .3);
}

.product-img-slider-prev:hover::before,
.product-img-slider-next:hover::before {
  opacity: 1;
}

.product-img-slider-prev:focus,
.product-img-slider-next:focus {
  outline: none;
}

.product-img-slider-prev {
  left: 0;
}

.product-img-slider-prev::before {
  left: 50%;
  transform: translateX(-30%) translateY(-50%) rotateZ(135deg);
}

.product-img-slider-next {
  right: 0;
}

.product-img-slider-next::before {
  right: 50%;
  transform: translateX(30%) translateY(-50%) rotateZ(-45deg);
}

.product-img-slider-list.swiper-container {
  z-index: auto;
}

.product-img-slider-list.swiper-container .swiper-wrapper {
  z-index: 0;
}

.product-img-slider-list_item {
  width: calc(100% + 1px);
}

.product-img-slider-pager {
  display: inline-block;
  position: absolute;
  bottom: 50px;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
  padding: .25rem .75rem;
  background-color: rgba(23, 23, 23, .3);
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .product-img-slider-pager {
    bottom: 50px;
  }
}

.product-img-slider-pager_divider {
  margin: 0 .125em;
}

.product-img-scale {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 20px;
  bottom: 55px;
  z-index: 10;
  width: 36px;
  height: 36px;
  padding: 0;
  border: none;
  border-radius: 999px;
  background-color: rgba(23, 23, 23, .3);
  cursor: pointer;
  outline: none;
}

.product-img-scale:hover,
.product-img-scale:focus {
  border: none;
  outline: none;
}

.product-img-scale svg {
  fill: #ffffff;
}

.product-movie-container {
  position: relative;
  width: 100%;
  height: 80vh;
}

@media screen and (max-width: 767px) {
  .product-movie-container {
    height: 100vw;
  }
}

.product-movie-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.product-img-text {
  height: 30px;
  margin-top: 20px;
  padding: 0 10px;
  font-size: 12px;
}

.product-img-list {
  flex-wrap: wrap;
  margin: -5px;
  margin-top: 20px;
}

.product-img-list_item {
  width: calc(100% / 7);
  min-width: 65px;
  padding: 5px;
  cursor: pointer;
}

.product-img-list_item.m-current .product-img-list_item_inner::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #c72937;
  content: "";
}

.product-img-list_item_inner {
  position: relative;
}

.product-img-list_movie {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 5px;
  background-color: #707070;
  color: #ffffff;
}

.product-img-list_movie::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  content: "";
  pointer-events: none;
  transition: opacity .3s 0s ease;
}

.product-img-list_movie:hover::before {
  opacity: .3;
}

.product-img-list_movie_icon-wrapper {
  display: block;
  position: relative;
  width: 50%;
}

.product-img-list_movie_icon {
  display: block;
  position: relative;
  padding-top: 100%;
}

.product-img-list_movie_icon::before {
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 999px;
  background-color: #ffffff;
  content: "";
}

.product-img-list_movie_icon::after {
  display: block;
  position: absolute;
  top: calc(50% + 2px);
  left: calc(50% + 1px);
  transform: translateX(-50%) translateY(-50%);
  border: 6px solid transparent;
  border-left: 9px solid #707070;
  border-right-width: 0;
  content: "";
}

.product-img-list_movie_text {
  margin-top: 5px;
  font-size: 12px;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .movie-button-container {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
}

.product-img-list_img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .product-detail-info {
    margin-top: 10px !important;
  }
}

.product-row + .product-row {
  margin-top: .25rem;
}

.product-brand_link {
  display: inline-block;
}

.product-brand_img {
  width: auto;
  height: 30px;
}

.product-brand_name {
  margin-top: 5px;
  color: #a9a8a8;
}

.product-name {
  font-size: 18px;
}

.product-status {
  flex-wrap: wrap;
  align-items: center;
  margin: 10px 0;
}

.product-status .tag {
  height: 20px;
  padding: 0;
  background: transparent;
  font-size: 10px;
}

.product-status .tag:not(:first-child) {
  margin-left: 0;
}

.product-status .tag:not(:last-child) {
  margin-right: 4px;
}

.product-price {
  align-items: center;
  font-weight: bold;
}

.product-price.m-discount {
  color: #c72937;
}

.product-price-range.m-discount {
  color: #c72937;
}

.product-price_item + .product-price_item {
  margin-left: .75rem;
}

@media screen and (max-width: 767px) {
  .product-price_item + .product-price_item {
    margin-top: .25rem;
    margin-left: 0;
  }
}

.product-price_amount {
  font-size: 22px;
}

.product-fee_label {
  margin-right: .5rem;
}

.product-price_tax {
  margin-left: .35rem;
}

.product-detail-review {
  display: inline-flex;
  margin-top: 10px;
}

.product_tag {
  display: inline-block;
  padding: .25em 1.5em;
  border-radius: 0;
  font-size: 12px;
}

.product-stock-status {
  white-space: pre-line;
}

.campaign-section {
  margin-top: 20px !important;
}

@media screen and (max-width: 767px) {
  .campaign-section {
    margin-top: 10px !important;
  }
}

.campaign-check-radios {
  flex-direction: column;
}

.campaign-check-radios .checkbox:not(:last-child) {
  margin-right: 0;
}

.campaign-check-radios .checkbox label {
  margin-top: .5rem !important;
  margin-bottom: .5rem !important;
}

.variation-field + .variation-field {
  margin-top: 20px;
}

.variation-field input[type="checkbox"] + label[for],
.variation-field input[type="radio"] + label[for] {
  cursor: pointer;
}

.variation_label {
  display: block;
  margin-bottom: .5rem;
  font-weight: bold;
}

.variation-input + label {
  word-break: break-all;
}

.variation-list {
  flex-wrap: wrap;
  margin: -10px -6px;
}

.variation-list_item {
  width: calc(100% / 5);
  padding: 10px 6px;
}

.variation-input {
  display: none;
}

.variation-input:checked + label {
  pointer-events: none;
}

.variation-input:checked + label .variation-img-wrapper::before {
  border: 3px solid #c72937;
}

.variation-input.m-readonly + label {
  color: #a9a8a8;
  /*pointer-events: none;*/
}

.variation-input.m-readonly + label .variation-img-wrapper::after {
  background-color: rgba(0, 0, 0, .5);
}

.variation-img-wrapper {
  position: relative;
  width: 100%;
  margin: 0 0 .5em 0;
  padding: 0;
  border: none;
  cursor: pointer;
  outline: none;
}

.variation-img-wrapper:hover,
.variation-img-wrapper:focus {
  border: none;
  outline: none;
}

.variation-img-wrapper::before,
.variation-img-wrapper::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.variation_img {
  width: 100%;
  pointer-events: none;
}

.variation-check-radios {
  flex-direction: row !important;
  margin: 0 -10px;
}

.variation-check-radio {
  flex-direction: column;
  width: calc(33.33% - 20px);
  margin: 10px;
}

.variation-check-radio input[type="radio"] {
  width: 0;
  height: 0;
  opacity: 0;
}

.variation-check-radio_input {
  margin: 0;
}

.variation-check-radio_input.m-readonly + label {
  border-color: #cccccc;
  background-color: rgba(0, 0, 0, .05);
  color: #cccccc;
  /*pointer-events: none;*/
}

.variation-check-radio_input:checked + label {
  border-width: 2px;
  border-color: #c72937;
}

.variation-check-radio_input + label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 1.5px solid #a0a0a0;
  border-radius: 3px;
  font-size: 14px;
  word-break: break-all;
  cursor: pointer;
}

.variation-check-radio_input + label:hover {
  background-color: #f3f3f3;
}

.variation-static-select {
  align-items: center;
  position: relative;
  width: 100%;
  height: 60px;
  padding: 0;
  border: 1px solid #cccbcb;
  border-radius: 3px;
  font-size: 1rem;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .variation-static-select {
    font-size: 16px;
  }
}

.variation-static-select_img {
  flex: 0 0 auto;
  height: 100%;
}

.variation-static-select_value {
  flex: 1 1 auto;
  padding-right: calc(.5em * 2 + 1rem);
  padding-left: .5rem;
}

.variation-modal .modal-content {
  padding: 0;
}

.modal-variation-list_item {
  flex-direction: column;
  height: 80px;
}

.modal-variation-list_item + .modal-variation-list_item {
  border-top: 1px solid #e8e8e8;
}

.modal-variation-radio {
  flex: 1 1 auto;
  flex-direction: column;
  height: 100%;
}

.modal-variation-radio &gt; input[type="radio"] + label {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 calc(1.25rem + 20px + 10px) 0 0;
}

.modal-variation-radio &gt; input[type="radio"] + label::before {
  top: calc(50% - (20px / 2));
  right: 1.25rem;
  left: auto;
}

.modal-variation-radio &gt; input[type="radio"] + label::after {
  top: calc(50% - (12px / 2));
  right: calc(1.25rem + (20px / 2) - (12px / 2));
  left: auto;
}

.modal-variation-radio &gt; input[type="radio"].m-readonly + label {
  background-color: #e8e8e8;
  pointer-events: auto;
}

.modal-variation_img {
  display: block;
  flex: 0 0 auto;
  width: auto;
  height: 100%;
}

.modal-variation_body {
  display: block;
  flex: 1 1 auto;
  padding: .75rem 0 .75rem .5rem;
}

.modal-variation_body:first-child {
  padding-left: 20px;
}

.modal-variation_warning {
  display: block;
  margin-top: .5rem;
  color: #c72937;
}

.selected-product-block:nth-child(2) {
  margin-top: 15px;
}

.selected-product-block:nth-child(3) {
  margin-top: 10px;
}

.selected-product-block:nth-child(4) {
  margin-top: 20px;
}

.selected-product-block:nth-child(5) {
  margin-top: 10px;
}

.selected-product-img-wrapper {
  flex: 0 0 auto;
  width: 60px;
  height: 60px;
}

.selected-product_img {
  width: 100%;
}

.selected-product-body {
  flex: 1 1 auto;
  margin-left: 1rem;
}

.selected-product-row + .selected-product-row {
  margin-top: .25rem;
}

.selected-variation-list_item + .selected-variation-list_item {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .selected-variation-list_item + .selected-variation-list_item {
    margin-left: 0;
  }
}

.order-qty {
  margin-top: 20px;
}

.order-qty_label {
  flex: 0 0 60px;
  align-items: center;
  max-width: 60px;
}

.order-qty_body {
  flex: 1 1 auto;
  align-items: center;
  margin-left: 1rem;
}

.order-qty_select {
  width: 80px;
}

.selected-product_cart-button {
  margin-top: 20px;
}

.cart-button .icon {
  margin-right: 1.5rem;
}

.cart-button.m-readonly {
  background-color: #a9a8a8;
  color: #ffffff;
}

.cart-button.m-readonly svg {
  fill: #ffffff;
}

.cart-button-modal {
  text-align: right;
}

.selected-product-buttons {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .selected-product-buttons {
    flex-direction: column;
    justify-content: center;
  }
  .selected-product-buttons .button + .button {
    margin: 20px 0 0 0;
  }
}

.description-block + .description-block {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .description-buttons {
    flex-direction: column;
    justify-content: center;
  }
  .description-buttons .button + .button {
    margin: 20px 0 0 0;
  }
}

.product-description {
  position: relative;
}

@media screen and (max-width: 767px) {
  .product-description {
    max-height: 300px;
  }
}

.product-description-content {
  padding: 10px 0;
}

.product-description-content p + p {
  margin-top: 1rem;
}

.product-description-buttons {
  margin-top: 10px;
}

.product-description-buttons a {
  display: inline-block;
  position: relative;
  margin: 2px;
  padding: 5px 20px;
  border: 1px solid #CCC;
  background-color: #fff;
  color: #444;
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
}

.product-description-buttons a::after {
  display: block;
  position: absolute;
  top: calc( 50% - 4px );
  right: 8px;
  transform: rotate(-45deg);
  width: 5px;
  height: 5px;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  content: "";
}

@media screen and (max-width: 767px) {
  .product-description-buttons .button + .button {
    margin: 10px 0 0 0;
  }
}

.spec-description li {
  position: relative;
  padding-left: 1rem;
}

.spec-description li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}

.measure-button-block {
  margin-top: 30px !important;
  text-align: center;
}

.measure-button {
  width: 380px;
  background-color: #80b822;
}

@media screen and (max-width: 767px) {
  .measure-button {
    width: 100%;
    font-size: 14px !important;
  }
}

.measure-button:hover {
  background-color: #71a21e;
  color: #ffffff;
}

.measure-button svg {
  fill: #ffffff;
}

.size-table + .size-table {
  margin-top: 20px;
}

.product-spec-container {
  margin-top: 20px;
}

.size-table-cell {
  white-space: nowrap;
}

.size-table-cell-break {
  word-break : break-all;
}

.product-spec-block {
  flex: 0 0 49%;
  width: 50%;
}

.product-spec-block:first-child {
  margin-right: 2%;
}

@media screen and (max-width: 767px) {
  .product-spec-block {
    width: 100%;
  }
  .product-spec-block + .product-spec-block {
    margin-top: 20px;
  }
}

.spec-list {
  flex: 1 0 0%;
}

.spec_name:not(:first-child) {
  margin-top: 20px;
}

.spec_value {
  margin: .25rem 0 0 0;
}

.product-spec_buttons {
  flex-wrap: wrap;
  margin-top: -10px;
}

@media screen and (max-width: 767px) {
  .product-spec_buttons {
    margin-top: 0;
  }
}

.product-spec_buttons .button {
  margin-top: .75rem;
}

.product-spec_buttons .button:not(:last-child) {
  margin-right: 20px;
}

.product-spec_buttons .button + .button {
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .product-spec_buttons .button {
    margin-top: 0;
  }
  .product-spec_buttons .button:not(:last-child) {
    margin-right: 0;
  }
  .product-spec_buttons .button + .button {
    margin-top: 10px;
  }
}

.product-spec_copyright:not(:first-child) {
  margin-top: .75rem;
}

@media screen and (max-width: 767px) {
  .product-spec_copyright:not(:first-child) {
    margin-top: 20px;
  }
}

.laundry-symbol-list {
  flex-wrap: wrap;
  margin: -5px;
}

.laundry-symbol-list_item {
  flex: 0 0 auto;
  padding: 5px;
}

.laundry-symbol_img {
  width: 40px;
}

.landry-symbol-help:not(:first-child) {
  margin-top: .75rem;
}

.landry-symbol-help:not(:last-child) {
  margin-bottom: 20px;
}

.small-product-img-wrapper .img-link {
  width: 100%;
}

.external-buttons {
  align-items: center;
  justify-content: center;
  margin: 30px 0 !important;
}

.icon-button {
  position: relative;
  overflow: hidden;
  width: 33px;
  height: 33px;
  border: none;
  border-radius: 999px;
  background-repeat: no-repeat;
  background-size: 100%;
  outline: none;
}

.icon-button:hover,
.icon-button:focus {
  border: none;
  outline: none;
}

.icon-button::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 999px;
  content: "";
}

.icon-button:hover::before {
  background-color: rgba(0, 0, 0, .05);
  content: "";
}

.icon-button + .icon-button {
  margin-left: 10px;
}

.facebook-button {
  background-image: url("https://pic2.bellemaison.jp/shop/files/commonfiles/images/icon_facebook.png");
}

.twitter-button {
  background-image: url("https://pic2.bellemaison.jp/shop/files/commonfiles/images/icon_twitter.png");
}

.line-button {
  background-image: url("https://pic2.bellemaison.jp/shop/files/commonfiles/images/icon_line.png");
}

.review-summary-box {
  justify-content: center;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .review-summary-box {
    padding: 20px 10px;
  }
}

.review-comment-label:not(:last-child) {
  margin-bottom: 15px;
}

.review-comment-label .tag {
  padding: 5px 10px;
}

.review-comment-label .tag.m-attention-l {
  color: #c38704;
}

.review-average-container {
  flex: 0 0 auto;
  align-items: center;
  justify-content: flex-end;
  min-width: 110px;
  max-width: 180px;
}

.review-average {
  flex-direction: column;
  align-items: center;
  min-width: 100%;
}

.review-average-review {
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .review-average-stars {
    font-size: 20px;
  }
}

.review-average_label {
  margin-top: .25rem;
}

.small-product-name {
  margin-bottom: calc(.75rem / 2);
}

.average_score {
  color: #ad0e30;
  font-size: 50px;
  line-height: 1;
}

.average-row + .average-row {
  margin-top: .25rem;
}

.review-summary-list {
  flex: 1 1 0%;
  max-width: 250px;
  padding-left: 10px;
}

.review-summary-list_item {
  align-items: center;
}

.review-summary-list_item:hover {
  text-decoration: underline;
}

.review-summary-list_item + .review-summary-list_item {
  margin-top: .75em;
}

@media screen and (max-width: 767px) {
  .review-summary-list_item + .review-summary-list_item {
    margin-top: 1em;
  }
}

.review-summary-stars {
  flex: 0 0 auto;
  align-items: center;
}

.review-summary-rate {
  flex: 1 1 auto;
  position: relative;
  margin-left: .75rem;
}

.summary_bar {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 10px;
  background-color: #d2d1d1;
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .summary_bar {
    height: 6px;
  }
}

.summary_bar.m-active {
  z-index: 1;
  background-color: #555252;
  border-radius: 20px;
}

.review-summary-count {
  flex: 0 0 auto;
  width: 4em;
  margin-left: .5rem;
}

@media screen and (max-width: 767px) {
  .summary_count {
    text-decoration: underline;
  }
}

@media screen and (min-width: 768px) {
  .review-tabs .tab-content_item {
    display: block;
    position: relative;
    z-index: 1;
    height: auto;
    opacity: 1;
  }
  .review-tabs .tab-content_item:last-child {
    border-left: 1px solid #d2d1d1;
  }
}

@media screen and (min-width: 768px) {
  .review-tabs .tab-content {
    border-top: 1px solid #e8e8e8;
  }
}

.product-review {
  margin-top: 40px !important;
}

.review-atention {
  color: #707070;
}

@media screen and (max-width: 767px) {
  .review-atention {
    color: #a9a8a8;
  }
}

.no-reviews {
  display: block;
  padding: 40px;
}

@media screen and (max-width: 767px) {
  .no-reviews {
    padding: 20px;
  }
}

.review-all {
  margin-top: 40px !important;
}

.review-list-modal {
  width: 1200px;
}

.review-summary-wrapper {
  margin-bottom: 1rem;
}

.relation-block:not(:first-child) {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .table {
    max-height: 500px;
  }
}

@media screen and (max-width: 767px) {
  .zoomContainer {
    display: none;
  }
}

.zoomLens {
  border: none !important;
}

.zoomWindow {
  margin-left: 10px !important;
}

.movie-modal {
  z-index: 9999 !important;
  width: 100%;
  max-width: 100vh;
  height: auto;
}

@media screen and (max-width: 767px) {
  .movie-modal {
    width: 100%;
    max-width: none;
    height: auto;
  }
}

.modal-header.movie {
  z-index: 10000;
  border-bottom: none;
}

.movie-modal-content {
  height: 100%;
  padding: 0;
}

.tag.m-green-1 {
  background-color: #698c38;
  color: #ffffff;
  font-weight: normal;
}

.product-info-row + .product-info-row {
  margin-top: .25rem;
}

@media screen and (max-width: 767px) {
  .modal.subscription-modal {
    width: 100%;
  }
}

.publication-genre {
  margin-top: 20px;
}

.genre-breadcrumbs {
  flex-wrap: wrap;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .genre-breadcrumbs {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: .5rem 0;
  }
  .genre-breadcrumbs + .genre-breadcrumbs {
    margin-top: .25rem;
  }
}

.genre-breadcrumbs + .genre-breadcrumbs {
  margin-top: .5rem;
}

.genre-breadcrumbs_item {
  position: relative;
  white-space: nowrap;
}

.genre-breadcrumbs_item:not(:last-child) {
  margin-right: 1.5em;
  padding-right: 1.5em;
}

.genre-breadcrumbs_item:not(:last-child)::after {
  position: absolute;
  top: calc(50% - (.5em / 2) - 1px);
  right: calc(-1 * (.5em / 4));
  transform: rotateZ(-45deg);
  width: 1rem;
  width: .5em;
  height: 1rem;
  height: .5em;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #171717;
  border-color: #171717;
  content: "";
}

.review-caution {
  display: block;
}

.subscription-accordion-content-inner {
  padding: 0;
}

.subscription-accordion {
  border: 1px solid #e8e8e8;
}

.subscription-accordion .card {
  border: none;
}

.subscription-grid + .subscription-grid {
  margin-top: 1.25rem;
}

.subscription-product-price {
  margin-left: 0;
  font-weight: bold;
  font-size: 16px;
}

.subscription-product-name {
  font-size: 16px;
}

.subscription-product-price_tax {
  margin-left: .5rem;
  font-weight: normal !important;
  font-size: 12px;
}

.subscription-total-fee {
  margin-top: .75rem;
  padding-top: .75rem;
  border-top: 1px solid #e8e8e8;
}

.subscription-total-fee_label {
  margin-right: 12px;
  font-weight: bold;
}

.subscription-product_img-wrapper {
  display: block;
}

.subscription-product_img {
  width: 100%;
}

.margin-block {
  margin-top: 20px;
}

.inc-campaign-button a {
  padding: 5px 20px;
  border: 1px solid #CCC;
  background-color: #fff;
  color: #444;
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
}

.inc-campaign-button a span {
  display: inline-block;
  position: relative;
  padding-right: 15px;
  font-weight: normal !important;
}

.inc-campaign-button a span::after {
  display: block;
  position: absolute;
  top: calc(50% - 3px);
  right: 3px;
  transform: rotate(-45deg);
  width: 5px;
  height: 5px;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  content: "";
}

@media screen and (max-width: 768px) {
  .inc-categorytop_brand-list.two-column {
      grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 768px) {
  .inc-categorytop_brand-list.m-size-l {
      grid-template-columns: 1fr;
  }
}

.inc-table {
  width: 520px;
  border-collapse: collapse;
  text-align: center;
}

.inc-table th,
.inc-table td {
  min-width: 82px;
  height: 40px;
  padding: 4px;
  border: 1px solid #d2d1d1;
  vertical-align: middle;
}

.inc-table_heading {
  position: sticky;
  top: 0;
  background: #f7f5f4;
  color: #fff;
  color: #171717;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.3;
}

.inc-table_headingsub {
  position: sticky;
  top: 0;
  left: 0;
  background: #f7f5f4;
  color: #fff;
  color: #171717;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.3;
}

.inc-table_heading:before,
.inc-table_headingsub:before {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  content: "";
}

.inc-table_heading {
  z-index: 2;
}

.inc-table_headingsub {
  z-index: 1;
}

.auto-line-feed {
  word-break: break-all;
}


.campaigns-text {
  display: flex;
  position: relative;
  top: 50%;
  width: 110px;
  height: 25px;
  margin-top: -12.5px;
  margin-right: 10px;
  padding: .25em 1.5em;
  font-weight: bolder;
  font-size: 12px;
  line-height: initial;
}

.checkbox &gt; input[type="checkbox"] + label::before {
  top: 50%;
  margin-top: -10px;
}

.checkbox &gt; input[type="checkbox"] + label::after {
  top: 50%;
  margin-top: -10px;
}

@media screen and (max-width: 767px) {
  .campaigns {
  display: inline-block;
  margin-top: 14px;
  }
}

/* 配送、返品モーダル */
.selected-product-qablock {
  margin-top: 20px;
}

.selected-product-qablock_link {
  display: block;
  margin-bottom: 20px;
  margin-left: auto;
}

.selected-product-qablock_area {
  line-height: 1.5;
}

.selected-product-qablock_area&gt;*+* {
  margin-block-start: 20px;
}

.selected-product-qablock_img {
  width: 100%;
  height: auto;
}


.selected-product-qablock_table {
  width: 100%;
  border-collapse: collapse;
}

.selected-product-qablock_table tr td {
  padding: 10px;
  border: solid 1px #333;
}

.selected-product-qablock_list {
  margin: 10px;
}

.selected-product-qablock_list li {
  margin-bottom: 6px;
  padding-left: 1em;
  text-indent: -1em;
}

.selected-product-qablock_list li:before {
  display: inline-block;
  position: relative;
  top: -1px;
  width: 6px;
  height: 6px;
  margin-right: 5px;
  border-radius: 50%;
  background-color: #333;
  content: "";
}

/* 230316 マークモーダル */
.selected-product-markblock_title,
.selected-product-markblock_area {
  text-align: left;
}

.selected-product-markblock_dlist {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.selected-product-markblock_dlist dt {
  width: 80px;
  padding: 5px;
  border-bottom: 1px solid #e6e6e6;
}

.selected-product-markblock_dlist dt img {
  width: 100%;
  height: auto;
  padding: 5px;
}

.selected-product-markblock_dlist dd {
  display: flex;
  flex-flow: column;
  justify-content: center;
  width: calc(100% - 80px);
  margin: 0;
  padding: 10px;
  border-bottom: 1px solid #e6e6e6;
}

.selected-product-markblock_dlist dt:last-of-type,
.selected-product-markblock_dlist dd:last-of-type {
  border-bottom: none;
}

/* 230817 UIUX-5765 */
.product-spec-container,
.product-description,
.review-tabs,
.review-card-content-main {
  line-height: 1.6;
}</pre></body></html>