@charset "UTF-8";
/* CSS Document */
/*--common--*/
.pc {
  display: none;
}
.sp {
  display: block;
}
span {
  margin: 0 !important;
}
.fs-l-pageMain {
  /*margin: 30px 0 !important;*/
}
.fs-l-main {
  margin: 0 auto;
  padding: 0px 8px;
  overflow: hidden;
}
div#maneid_sp {
  display: none;
}
/*パンくず*/
li.fs-c-breadcrumb__listItem a {
  font-size: inherit;
  letter-spacing: inherit;
}
.fs-body-product ol.fs-c-breadcrumb__list li:last-child {
  display: none;
}
/*--商品マーク--*/
.fs-c-productMark > li {
  margin: 0 2px 0 0;
}
.productMark {
  display: flex;
}
.fs-c-productMark__item {
  margin: 0 2px 0 0;
}
/*--商品名--*/
h1.fs-c-productNameHeading.fs-c-heading, .fs-c-productPrice.fs-c-productPrice--selling, .inquiry-id, .offprice, .fs-c-productPointDisplay {
  border-bottom: 1px solid #bbb;
  padding-bottom: 8px;
}
.fs-c-productNameHeading__name {
  font-size: 1.6rem;
}
/*問い合わせID*/
/*商品情報タグアイコン*/
ul.product_tag {
  margin-bottom: 10px;
}
ul.product_tag li {
  display: inline;
}
.product_tag li {
  margin-left: 5px;
}
.product_tag li:first-child {
  margin-left: -5px;
}
/*ポイント倍*/
.eye-catching_point5 {
  margin-left: 5px !important;
}
/*ベネフィットアイコン*/
ul.benefit-banner li {
  background: #414140;
  display: inline-block;
  color: #fff;
  padding: 5px 8px;
  border-radius: 15px;
  margin: 0 5px 2px 0;
}
ul.benefit-banner li a {
  color: #fff;
}
.benefit-banner i.fas, .loan i.fas {
  padding-left: 4px;
}
/*---------価格周り---------*/
.inquiry-id span {
  font-weight: bold;
}
/*--販売価格前文字--*/
.fs-c-productPrice--selling > .fs-c-productPrice__main > .fs-c-productPrice__main__label {
  line-height: inherit;
}
span.fs-c-productPrice__main__label {
  width: 104px;
  font-weight: bold;
}
/*--商品詳細固定用--*/
.mean-container .mean-nav ul {
  overflow: inherit !important;
}
/*価格*/
.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  color: #b80000;
  font-weight: bold;
}
/*定価*/
.fs-c-productPrice.fs-c-productPrice--listed {
  margin-bottom: 8px;
}
/*ポイント進呈*/
.fs-c-productPointDisplay {
  background: none;
  color: #444;
  display: block;
  padding-left: 0;
  font-size: 1.4rem;
}
span.fs-c-productPointDisplay__label {
  width: 101px;
  display: inline-block;
  font-weight: bold;
}
span.fs-c-productPrice__addon.fs-c-productPrice__addon--listed {
  display: none;
}
/*商品ページOFFPRICE*/
.offprice p {
  background: #b80000;
  display: inline-block;
  padding: 3px;
  color: #fff;
}
.offprice span {
  display: inline-block;
  width: 98px;
  font-weight: bold;
}
.offprice .rate:empty {
  display: none;
}
/*---------カート周り---------*/
/*グリッド*/
.fs-c-productQuantityAndWishlist {
  display: block;
}
.fs-c-productQuantityAndWishlist__wishlist {
  padding: 0;
	width: 100%;
}
/*お気に入り*/
.button_favorite, .button_favorite_release {
  height: 30px;
  width: 100%;
  background: #fff;
  border: 1px solid #000 !important;
  padding: 0.5em;
  display: block;
  border-radius: 0px;
  text-decoration: none !important;
  box-shadow: none;
  margin-bottom: -5px;
}
.button_favorite::before {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  content: "\f004";
  font-weight: 300; /* color: #fff; */ font-size: 15px; /* border: 1px solid #000000; */
}
.button_favorite_release::before {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  content: "\f004";
  font-weight: 900;
  font-size: 15px;
}
.fs-c-button--particular.fs-c-button--addToWishList--detail::after, .button_favorite_release::after {
  display: none;
}
/*カート*/
.button_cart {
  width: 100%;
  min-width: inherit;
  background: #ff9200;
  border: 1px solid #ff9200;
  box-shadow: none;
  margin: 5px 0;
}
.button_cart:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: -3px 5px 0 0;
  background: url("https://tokei.itembox.design/item/common/img/cart_white.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.fs-c-productActionButton, fs-c-buttonContainer {
  width: 100%;
  margin: 0;
  padding: 0;
}
.button_cart_subscribe {
  height: 50px;
  width: 100%;
}
/*数量*/
input.fs-c-quantity__number.fs-system-quantity-text {
  display: none;
}
select.fs-c-quantity__select.fs-system-quantity-list {
  display: none;
}
/*在庫切れ*/
.fs-c-productNotice.fs-c-productNotice--outOfStock {
  background: #333;
  color: #fff;
  width: 100%;
  min-width: inherit;
  border: 1px solid #333;
  box-shadow: none;
  padding: 10px 0;
}
/*再入荷連絡*/
.button_restock {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 5px;
  border: solid 2px #F86600;
  -webkit-transition: .12s;
  margin-bottom: 0 !important;
}
a.button_restock {
  color: #f86600 !important;
}
.button_restock:hover {
  background: #F86600;
  border: solid 2px #F86600;
  color: #fff !important;
}
/*お問い合わせ*/
.contact {
  height: 43px;
  width: 108%;
  border: 1px solid #000 !important;
  text-align: center;
  color: #000;
  font-size: 12px;
  /* margin-bottom: -2px; */
  /* padding-bottom: 0; */
}
.contact:hover {
  text-decoration: none;
}
.contact::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: -3px 5px 0 0;
  background: url("https://tokei.itembox.design/item/common/img/mail.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.fs-c-buttonContainer {
  padding: 0;
}
/*ローンシミュレーション*/
.loanbox span, .loan span {
  font-weight: normal;
}
.resultFont {
  display: inline-block;
  width: 52%;
  font-size: 12px;
}
input#nyuryoku {
  border: none;
  width: 100px;
  font-weight: bold;
  display: inline-block;
  text-align: right;
  padding: 3px;
  font-size: 14px;
}
.revolvePad {
  display: inline-block;
  width: 48%;
}
.revolvePad select {
  width: 48%;
  font-size: 16px;
}
.resultprice {
  margin: 12px 5px 5px;
}
.resultprice .result {
  border: 1px solid #ccc;
  width: 125px;
}
input.result {
  font-size: 14px;
  font-weight: bold;
  color: #C00;
  border: none;
  text-align: right;
  width: 67px;
  padding: 0;
}
.loanttl {
  color: #666;
  font-size: 14px;
  font-weight: bold;
  margin: 7px 0 3px 5px;
  float: left;
  display: inline-block;
}
.orico input.imgorico {
  margin: 0 5px;
}
.loanbox {
  background: #eaeaea;
  padding: 5px;
  font-size: 12px;
  margin-bottom: 10px;
}
.loanbox h2 {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}
.loanbox h2 span {
  color: #ffffff;
  margin-left: 5px !important;
  background: #b80000;
  padding: 4px 7px;
  text-indent: 0;
  border-radius: 10px;
  font-size: 14px;
  vertical-align: text-bottom;
}
.loanbox ul {
  display: flex;
  flex-wrap: wrap;
}
.loanbox ul li {
  padding: 8px;
  background: #fff;
  margin: 3px;
  border: 1px solid #ddd;
  flex-grow: 1;
  text-align: center;
}
.loanbox p.loanbox_caution {
  text-align: right;
  font-weight: bold;
  margin: 0 10px 10px 0;
}
.loan {
  background: #fff;
  padding: 5px;
  margin: 3px;
  font-weight: bold;
  border: 1px solid #ddd;
}
.loan p {
  text-align: center;
  margin-bottom: 5px;
  font-weight: normal;
}
.loan-wp {
  display: flex;
  justify-content: space-between;
}
.refprice {
  display: inline-block;
}
.loan form.orico {
  width: 55%;
}
button#loan-btn {
  border: none;
  font-weight: normal;
  background: #414140;
  color: #fff;
  /* margin-left: 3rem; */
  padding: 6px;
  width: 100%;
}
/*-------------商品項目選択肢-------------*/
.fs-c-productSelection {
  margin-top: -10px;
  padding: 0;
}
.fs-c-productSelection__selection {
  padding: 0;
  margin: 2px 0;
}
.fs-c-productSelection__name {
  background: #fff;
  margin: 2px 0 -16px 0;
  font-size: 14px;
  color: #cc0000;
}
.fs-c-dropdown__menu {
  border: 1px solid #000000;
}
/* ベルト調整ツールチップ */
.tooltip { /*ツールチップの対象要素*/
  position: relative;
  display: inline-block;
  margin-top: 15px 0;
}
.tooltip .tooltiptext { /*ツールチップ本体*/
  visibility: hidden;
  background-color: #be0510;
  text-align: center;
  padding: 4px;
  border-radius: 6px;
  position: absolute;
  right: 140px;
  top: 190px;
  font-size: 12px;
  z-index: 1;
  margin-top: 10px;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}
.tooltip .tooltiptext::after { /*吹き出しのアロー部分*/
  content: " ";
  position: absolute;
  bottom: 100%;
  left: 42%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #be0510 transparent;
}
.tooltip .tooltiptext { /*表示させる際のアニメーションエフェクト。透明にしておく*/
  opacity: 0;
  transition: opacity 1s;
}
.tooltip:hover .tooltiptext { /*マウスホバーでアニメーションしながら表示*/
  opacity: 1;
}
select.skuSelDrop {
  width: 48%;
  padding: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #999;
  background: #eee;
  background: url(https://tokei.itembox.design/item/common/img/btn_down.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%, #efebe1 100%);
  background: url(https://tokei.itembox.design/item/common/img/btn_down.png) 98% 50% no-repeat, linear-gradient(to bottom, #fff 0%, #ecebe1 100%);
  background-size: 20px, 100%;
}
/*-------------商品スペック-------------*/
/*商品コメント*/
.product_comment01 {
  background: #f5f5f5;
  padding: 1rem;
  line-height: 1.5;
}
.product_comment01:nth-of-type(even) {
  background: #fff;
}
.product_comment01:nth-of-type(3) { /*---特記事項表記----*/
  display: none;
}
.fs-p-productDescription.fs-p-productDescription--short .product_comment01 {
  background: #fff;
}
.product_comment01:last-of-type {
  border-bottom: 1px solid #ccc;
}
.product_comment01 p {
  padding: 0;
}
.product_comment01 a {
  color: #2196f3 !important;
  text-align: right;
  display: block;
}
.product_comment01 h2 {
  font-weight: bold;
}
.product_comment02 {
  border: 2px solid #da0b00;
  line-height: 1.5;
padding: 10px;
}
.product_comment02 a {
  color: #2196f3 !important;
}
dl.spec_menu {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  line-height: 1.5;
}
dl.spec_menu dt {
  width: 30%;
  padding: 7px;
  font-weight: bold;
  border-bottom: 1px solid #bbb;
}
dl.spec_menu dd {
  width: 70%;
  padding: 7px;
  border-bottom: 1px solid #bbb;
}
dl.spec_menu a {
  color: #2196f3 !important;
}
.used_comment {
  padding: 1rem;
  line-height: 1.5;
  /*border-bottom: 1px solid;*/
}
.item_used h2 {
  line-height: 3;
  position: relative;
  display: block;
  padding: 0 0 0 1rem;
  border-bottom: 1px solid;
  font-weight: bold;
}
#stock_position {
  line-height: 3;
  margin-top: 15px;
  margin-left: 10px;
  border-bottom: 1px solid #bbb;
}
#stock_position:before {
  font-size: 14px;
  content: '店舗在庫：大阪 心斎橋 ';
}
/*マウスオーバー吹き出し*/
#pickup-spec_menu {
  position: relative;
}
.spec_menu .arrow_box {
  display: none;
  position: absolute;
  padding: 8px;
  left: -2px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: #CCC;
  z-index: 999;
}
.spec_menu.arrow_box:after {
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -10px;
  border: solid transparent;
  border-color: rgba(51, 51, 51, 0);
  border-bottom-color: #CCC;
  border-width: 10px;
  pointer-events: none;
  content: "";
}
span:hover + p.arrow_box {
  display: block;
}
div#condition_grade dt {
  width: 35%;
  padding: 5px
}
div#condition_grade dd {
  width: 65%;
  padding: 5px
}
/*マウスオーバー吹き出しおわり*/
/*中古コンディション*/
span#condition {
  display: inline-block;
  text-decoration: underline;
}
div#condition_grade {
  display: none;
  position: absolute;
  background: #ccc;
  border-radius: 5px;
  top: 34px;
  z-index: 999;
}
div#condition_grade h2 {
  text-align-last: center;
  border-bottom: 2px solid;
  padding-bottom: 4px;
}
span:hover + div#condition_grade {
  display: block;
}
div#condition_grade dt {
  width: 30%;
  padding: 5px 0 5px 5px;
}
div#condition_grade dd {
  width: 70%;
  padding: 5px;
}
/*------------メイン画像、360/*------------*/
.cloudzoom .main-image {
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  vertical-align: middle;
  /*display: table-cell;*/
  display: table;
  margin: 0 auto;
  pointer-events: auto;
  height: 550px;
  overflow: hidden;
}
.main-image img {
  max-width: 100%;
  max-height: 550px;
}
.thumbnail-image {
  font-size: 0;
}
.thumbnail-image ul {
  text-align: center;
}
.thumbnail-image li {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.thumbnail-image img {
  margin: 0;
  padding: 0;
  width: 54px;
  height: 54px;
  border: 1px solid #ccc;
  object-fit: cover;
}
.cloudzoom p:last-child {
  display: block;
}
/*360*/
#new-360 {
  background-color: #222;
  color: #fff;
  text-align: center;
}
#new-360 iframe {
  margin-bottom: -90px;
  display: block;
  width: 123%;
  transform: scale(0.8);
  transform-origin: 0 0;
  height: 475px;
  padding: 0 0rem;
}
/*インフォーメーションバナー*/
section#info_banner {
  margin: 25px 0;
}
section#info_banner li {
  display: table-cell;
  padding: 0 2px;
  box-sizing: border-box;
}
/*ブランドリストバナー*/
section#banner_brandlist ul {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
section#banner_brandlist ul li {
  width: 24.8%;
}
section#banner_brandlist {
  margin-top: 20px;
}
section#banner_brandlist h2 {
  margin: 5px 0;
  font-size: 20px;
}
section#banner_brandlist .all_items {
  margin: 5px 0;
  font-weight: bold;
}
/*サイド固定カートPC_商品*/
.floating-cart {
  width: 180px;
  height: auto;
  background: white;
  border: 1px solid #ccc;
  box-shadow: 0 0 3px #ccc;
  bottom: 20px;
  right: -5px;
  margin: 0px;
  position: fixed;
  z-index: 999;
  padding: 10px;
}
.item_neme p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 30px;
  line-height: 1.5;
}
.floating-cart .fs-c-price__currencyMark {
  color: #bf0000;
  font-size: 20px;
}
.item_price {
  color: #bf0000;
  font-size: 18px;
}
.floating-cart .fs-c-price__currencyMark {
  color: #bf0000;
  font-size: 20px;
}
.floating-cart_button {
  width: 98%;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  padding: 12px 5px;
  margin-top: 10px;
  background: #ff9200;
  color: #ffffff;
  line-height: 1em;
  opacity: 1;
  transition: .3s;
  border: 0;
}
.floating-cart_button:hover {
  opacity: 0.8;
}
.floating-cart_button:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: -3px 5px 0 0;
  background: url("https://tokei.itembox.design/item/common/img/cart_white.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.floating-cart_button_outo {
  background: #667895 !important;
}
.restock {
  position: absolute;
  left: 0px;
  top: 112px;
  width: 60px;
  height: 41px;
}
/*レコメンド-ワインディングマシーン*/
div.r01 {
  margin-top: 30px;
}
.recommend .wmLink {
  color: #444;
  font-size: 16px;
  text-align: center;
  padding: 1rem 0 0;
  border-top: 1px solid #999;
}
.recommend .wmLink span {
  color: #000;
  /*padding-left: 10px;*/
  font-size: 12px;
}
.recommend div {
  height: 200px;
  width: 140px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.recommend ul p {
  padding: 0 5px;
  width: 112px;
  overflow: hidden;
  font-size: 12px;
  text-overflow: ellipsis;
}
.recommend img {
  width: 112px;
  border: none;
}
.recommend .itemPrice {
  font-size: 12px;
}
.recommend .itemPrice span {
  font-size: 8px;
}
.recommend {
  width: 100%;
  position: relative;
  margin: 0 0 20px 0;
  display: inline-block;
  white-space: nowrap;
}
.recommend ul {
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  padding: 0;
  margin: 0;
  font-size: 10px;
  justify-content: flex-start;
  align-items: baseline;
  border-collapse: separate;
  border-spacing: 5px 0;
}
.recommend li {
  text-align: left;
  display: table-cell;
  width: 140px;
  margin: 0 8px;
}
.f_recommend {
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  padding: 0;
  margin: 0;
  font-size: 10px;
  justify-content: flex-start;
  align-items: baseline;
  border-collapse: separate;
  border-spacing: 5px 0;
  margin: 10px 0 0 4px;
}
.f_recommend div {
  /*width:840px;*/
}
.f_recommend img .fr2-listItem__image {
  width: 112px;
}
.f_recommend img ul .fr2-listItem__image {
  width: 95%;
}
.f_recommend .rcmd-slick-initialized .rcmd-slick-slide {
  width: 140px !important;
}
.f_recommend .fr2-price {
  font-size: 12px;
}
/*レコメンド_アウトレット-ワインディングマシーン*/
.w_reco .fs-c-productListCarousel__list__item {
  flex-basis: 200px;
  max-width: 122px;
  min-width: 122px;
  margin: 0 8px;
}
.w_reco {
  margin-top: -25px;
}
.w_reco .fs-c-productPrice {
  border: none;
  margin-top: -5px;
}
.w_reco .fs-c-productListCarousel__ctrl {
  flex-basis: 20px;
  min-width: 20px;
}
.w_reco .fs-c-productPrice__addon {
  font-size: 10px;
  padding-left: 5px;
}
.w_reco .fs-c-productListItem__control > *:last-child {
  display: none;
}
.w_reco .fs-c-productMark {
  display: none;
}
.w_reco .fs-c-productPrice__main__label {
  display: none;
}
.w_reco .fs-c-productName__name {
  width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
}
.w_reco .fs-c-price__currencyMark, .w_reco .fs-c-price__value {
  font-size: 12px;
  font-weight: normal !important;
  color: #000;
}
.w_reco .fs-c-productPrice {
  border: none;
}
/* FSレコメンド */
.fs-p-heading--lv2 {
  display: none;
}
.reco_title {
  color: #444;
  font-size: 16px;
  text-align: center;
  padding: 1rem 0 0;
  border-top: 1px solid #999;
}
/*アコーディオン-商品スペック*/
.item_actab {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
.item_actab input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.item_actab label {
  line-height: 3;
  position: relative;
  display: block;
  padding: 0 0 0 1rem;
  cursor: pointer;
  border-bottom: 1px solid;
  font-weight: bold;
}
.item_actab .cp_actab-content {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.35s;
  transition: max-height 0.35s;
}
.item_actab .cp_actab-content h2 {
  margin: 0.5rem 0;
  font-weight: bold;
}
.rlayer li a {
  display: block;
  line-height: 3;
  padding: 0 2rem;
  border-bottom: 1px solid #a0a0a0;
}
.rlayer li:last-of-type a {
  border: none;
}
/* :checked */
.item_actab input:checked ~ .cp_actab-content {
  max-height: 200em;
}
/* Icon */
.item_actab label::after {
  line-height: 3;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 3em;
  height: 3em;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  text-align: center;
}
.item_actab input[type=checkbox] + label::after {
  content: '+';
}
.used input[type=checkbox] + label::after {
  content: ' ';
}
.item_actab input[type=checkbox]:checked + label::after {
  transform: rotate(315deg);
}
/*独自4クーポン使用価格*/
.saleinfo {
  background: #f5b43e;
  border: #ff730c 2px solid;
  padding: 10px;
  text-align: center;
}
.saleinfo span {
  color: #b80000;
  Font-size: 18px;
  font-weight: bold;
}
.saleinfo_01 {
  background: #fff;
  border: #ff730c 2px solid;
  padding: 10px;
  border-radius: 4px;
  text-align: center;
}
.saleinfo_01 span {
  color: #b80000;
  Font-size: 18px;
  font-weight: bold;
}
/*即出荷バナー部分*/
.item_actab.sokubanner label {
  border: none;
  padding: 0 15px 0px 0;
  line-height: 0;
}
.item_actab.sokubanner label::after {
  top: 4px;
  color: #b80000;
  width: 1em;
  height: 1em;
  line-height: 1;
}
.sokubanner img {
  -webkit-backface-visibility: hidden;
}
/*調整*/
.fs-p-productDescription.fs-p-productDescription--full {
  margin-bottom: 0;
}
/*---------------event----------------------*/
#event_banner {
  background-color: #a70202;
}
#event_banner img {
  width: 1216px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}
/*ブランド別セール会場*/
.brand_sale {
  display: block;
  width: 100%;
  height: 60px;
  font-size: 18px;
  text-align: center;
  padding: 18px 0 0 0;
  margin-top: 40px;
  color: #fff;
  background: #cd0025;
}
a.brand_sale {
  color: #fff;
}
.brand_sale:hover {
  background: #ad0624;
}
.brand_sale::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: solid 6px transparent;
  border-left: solid 8px #fff;
  margin: 7px 0 0 10px;
}
/*メイン・サブ画像*/
.fotorama {
  max-width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .fs-l-productLayout.fs-system-product {
    padding: 0;
    grid-row-gap: 0;
  }
  div#maneid_sp {
    display: block;
  }
  div#nameid-pc {
    display: none;
  }
  #new-360 {
    display: none;
  }
  .fs-c-productMarks, h1.fs-c-productNameHeading.fs-c-heading, .inquiry-id {
    padding-bottom: 0px;
    border-bottom: 0;
  }
  .fs-c-productMarks {
    margin-top: 5px;
  }
  /*フロートカート*/
  .floating-cart {
    width: 100%;
    right: 0;
    bottom: 0;
    border: 0;
    padding: 5px;
    background: #ffffffe8;
    display: flex;
    align-items: baseline;
  }
  span.item_tax_info {
    font-size: 10px;
    margin-right: 5px !important;
  }
  span.cart_button {
    flex-grow: 1;
  }
  .floating-cart_button {
    width: 100%;
    margin-top: 0;
  }
  .item_neme {
    display: none;
  }
  /*カート固定*/
  .button_cart {
    margin: 5px;
  }
  .fs-c-productActionButton, fs-c-buttonContainer {
    position: -webkit-sticky;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
    box-sizing: border-box;
    border-radius: inherit;
    margin-bottom: 0 !important;
    background: #ffffffe8;
  }
  .fs-c-button--secondary {
    min-width: 95%;
    margin-right: 15px;
    height: 50px;
  }
  /*項目選択肢固定*/
  .fs-c-productSelection {
    position: fixed;
    left: 0;
    bottom: 42px;
    width: 100%;
    background: #ffffffe8;
    border-top: 1px solid #ccc;
    padding: 5px 5px 20px;
    z-index: 1;
    margin-bottom: -10px !important;
  }
  /*お気に入り*/
  .button_favorite, .button_favorite_release {
    height: 43px;
    top: 2px;
    padding: 0 !important;
    position: relative;
  }
  /*カート周り*/
  span.fs-c-productQuantityAndWishlist__quantity.fs-c-quantity.fs-system-assistTarget {
    display: none;
  }
  button.button_cart.fs-c-button--addToCart--detail.fs-c-button--primary span.fs-c-button__label {
    font-size: inherit;
  }
  /*お気に入りボタン*/
  span.fs-c-productQuantityAndWishlist__quantity.fs-c-quantity.fs-system-assistTarget {
    display: none;
  }
  .fs-c-inquiryAboutProduct.fs-c-buttonContainer.fs-c-buttonContainer--inquiryAboutProduct {
    width: 50%;
    display: inline-block;
    /* margin: 5px 0; */
    padding: 0;
  }
  .fs-c-productQuantityAndWishlist {
    display: inline-block;
    width: 45%;
    top: 1px;
  }
  /*在庫切れ*/
  .fs-c-productNotice.fs-c-productNotice--outOfStock {
    padding: 10px 0;
  }
  /*スペック*/
  dl.spec_menu dt {
    width: 40%;
  }
  dl.spec_menu dd {
    width: 60%;
  }
  /*再入荷依頼*/
  .container_restock {
    position: fixed;
    bottom: 0;
    background: #ffffff;
    width: 100%;
    left: 0;
    z-index: 10;
    margin: 0 !important;
  }
  .button_restock {
    padding: 10px;
    z-index: 99999999;
    margin: 0;
  }
  /*支払い方法*/
  .loanbox {
    /*margin-bottom: -20px;*/
  }
  .loanbox ul li {
    padding: 5px;
    flex-grow: initial;
  }
  .loan {
    padding: 5px;
  }
  .loan p {
    /*margin-bottom: 0px;*/
  }
  .loan-wp {
    align-items: center;
  }
  .loan form.orico {
    width: 40%;
  }
  button#loan-btn {
    padding: 5px 0px;
    text-align: center;
    width: 100%;
    margin: 0;
  }
  /*スマホ時計スライド*/
  .watch-navigation .slick-track {
    transform: unset !important;
  }
  .watch-slide {
    display: none;
  }
  .watch-slid .slick-initialized {
    display: block;
  }
  .watch-slide .main-img img {
    width: auto;
    height: 100vw;
    object-fit: cover;
    margin: 0 auto;
  }
  .watch-slide .slick-track, .watch-navigation .slick-track {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .watch-navigation .item::before {
    display: block;
    padding-top: 100%;
    content: "";
  }
  .watch-navigation .item::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background: #21212166;
  }
  .watch-navigation .roll-img {
    border: 2px solid #c00;
    position: relative;
  }
  .watch-navigation .roll-img::after {
    content: "360°";
    font-size: 10px;
    color: #c00;
    text-align: center;
    font-weight: bold;
  }
  .watch-navigation .slick-current::after {
    opacity: 0;
  }
  .watch-navigation .item {
    position: relative;
    overflow: hidden;
  }
  .watch-navigation .item img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
  }
  /*レコメンド*/
  .f_recommend .rcmd-slick-initialized .rcmd-slick-slide {
    width: 115px !important;
  }
  .f_recommend div {
    width: 99%;
    z-index: 0;
  }
  .recommend ul {
    /*display: flex;*/
  }
  /*インフォーメーションバナー*/
  section#info_banner li {
    display: inherit;
    padding: 0;
  }
  /*フッターブランドリスト*/
  section#banner_brandlist ul li {
    width: 49.5%;
  }
  /*メイン・サブ画像*/
  .fotorama {
    max-width: 100%;
  }
  /*レビューを書く*/
 .fs-c-productReview__addReview a {
    display: block;
    width: 100%;
  }
}
 /*レビューを書く*/
.fs-c-productReview__addReview a{
  border:1px solid #da0b00;
  background-color:#da0b00;
padding:10px 20px;
  margin:10px 0;
}
.fs-c-button--plain.fs-c-button--addReview--detail::before{
  display:none;
}
.fs-c-productReview__addReview .fs-c-button__label{
color:#fff;
font-size:16px;
}
.fs-c-productReview__addReview span {
    font-size: 16px;
  }
@media screen and (min-width: 960px) {
  /*--fs_theme.css--*/
  .fs-l-product4 .fs-l-productLayout {
    display: grid;
    grid-template-columns: calc(55% - 16px / 2) calc(45% - 16px / 2);
    grid-gap: 20px;
    align-items: start;
  }
}