.product__fav-item {
  margin: 0px 0;
  display: flex;
}

.product__fav-item button {
    cursor: pointer;
    transition: .2s;
    outline: none;
}

.favorite-button {
 width: 75%;
    color: #4c4c4c;
    padding: 10px 0;
    border: 1px solid #4c4c4c;
    border-radius: 100px;
    background: transparent;
  margin: 20px auto 0;
}

.favorite-icon {
width: 60px;
    height: 60px;
    color: #ddd;
    border-radius: 100px;
    background: rgba(255, 255, 255, .25);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 80px;
    top: 450px;
    z-index: 5;
    border: 1px solid #ddd;
}

.product__fav-item .fav-items {
  color: #fe5b4e;
}

.product__fav-item svg {
  width: 20px;
  height: 20px;
  vertical-align: -.35em;
  fill: currentColor;
  color: #ddd;
  margin: 0 3px 0 0;
}

.product_weight {
  color: #fff;
}

section {
  overflow: hidden;
}

.content {
  width: 100%;
}
 
#common_list {
  margin: 0;
}

.float_button {
  position: fixed;
  right: 20px;
  bottom: 2rem;
  z-index: 99;
  font-weight: bold;
  margin-right: 2rem;
}

.float_button .btn_orange {
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 6px rgba(0,0,0,.2);
}

#prd_dtl {
  padding:40px 0 0 0;
  background: #f7f6f5;
}

.detail_right {
  width: 430px;
  height: auto;
}

.filled-star img {
  position: absolute;
  top: 0;
  left: 0px;
  object-fit: cover;
  height: 100%;
  object-position: 0% 100%;
}

.right_sticky {
  /*box-shadow: 0 0 20px rgba(0, 0, 0, .08);*/
}

.first_sticky {
  padding: 30px 20px;
  background: #fff;
  border-radius: 16px;
    margin: 0 0 30px 0;
}

.sub_sticky h2 {
  padding: 0 20px 20px 20px;
  font-size: 18px;
}

.sub_sticky .cart_option .scroll_list {
  padding: 0 20px;
}

.cart_option .scroll_list .price {
  display: block !important;
}

.cart_option .scroll_list .price:after {
  content: none;
}

.detail_left {
  width: 620px;
  margin: 0 50px 0 0;
}

.left_wrap {
  margin: 40px 0;
  overflow: hidden;
}

.left_wrap:last-child {
  border: 0;
  margin: 0;
}

.left_wrap h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: #4c4c4c;
  margin: 0 0 30px 0;
}

.detail_center {
  clear: both;
  width: 1100px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.detail_header ul {
    padding: 16px;
  margin: 0 0 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    position: relative;
  line-height: 1;
  font-size: 17px;
    font-weight: bold;
  background: #fff;
    border-radius: 100px;
}

.detail_header ul li {
  margin: 0 20px;
  letter-spacing: .5px;
  text-align: center;
}

.detail_header li b {
    color: #fe5b4e;
}

.detail_header li span {
   font-size: 9px;
    font-weight: normal;
    margin: -10px 0 2px 0;
    display: block;
    text-align: left;
}

small {
  font-weight: normal;
  font-size: 10px;
  margin: 0 0 0 3px;
  color: #999;
}

.detail_header p {
    width: 1px;
    height: 14px;
    background: #999;
    display: inline-block;
}

.detail_slider {
  padding: 40px 70px 20px 70px;
    margin: 0 0 40px 0;
    overflow: hidden;
    background: #fff;
    border-radius: 20px;
  position: relative;
}

.slick-slide {
  outline: none;
}

.slick-slide img {
  width: auto;
  margin: 0 auto;
  padding: 0;
  max-width: 100%;
  max-height: 100%;
}

.slider-nav .slick-list p {
  display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 80px !important;
  cursor: pointer;
}

.slider-nav img {
  max-height: 80px !important;
  width: auto !important;
}

.slider-nav {
  margin: 20px 0 20px 0;
}

.slider-nav img {
  height: auto;
  width: 80px;
}

.slick-dots {
  position: initial !important;
}

.slick-dotted.slick-slider {
  margin: 30px 0 0 0 !important;
}

.slick-prev,
.slick-next {
  width: 24px !important;
  height: 26px !important;
  z-index: 9 !important;
  top: 50% !important;
  color: #4c4c4c !important;
}

.slick-prev:before,
.slick-next:before {
  color: #999 !important;
  font-size: 24px !important;
}

.slick-next {
  right: -40px !important;
}

.slick-prev {
  left: -40px !important;
}

.cart_btn {
  text-align: center;
  padding: 10px;
}

.cart_btn_sub {
  position: relative;
  background-color: #fff;
  padding: 5px 10px;
  border: 1px solid #4c4c4c;
  color: #333;
  margin: 16px 0 0 0;
  font-size: 14px;
  font-weight: bold;
  border-radius: 100px;
  line-height: 1;
  letter-spacing: 1px;
  text-align: center;
}

.cart_btn_sub span {
  color: #fe5b4e;
}

.cart_btn_sub::before,
.cart_btn_sub::after {
  content: '';
  position: absolute;
  border: 8px solid transparent;
  border-bottom: 8px solid #fff;
  top: -15px;
  left: 47%;
}

.cart_btn_sub::before {
  border-bottom: 8px solid #4c4c4c;
  top: -16px;
}

.btn_sub_notice {
  font-size: 12px;
  color: #999;
  line-height: 1.5;
  margin: 20px 0 0 0;
}

.btn_sub_notice a {
  text-decoration: underline;
  color: #999;
  font-size: 12px;
}

.backcate {
  display: block;
  padding: 16px;
  margin: 0;
  color: #fff;
  background-color: #FF994E;
  border-radius: 8px;
  font-weight: bolder;
  width: 100%;
  text-align: center;
}

.button_box {
    margin: 10px 0 -16px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.button_box .btn_detail, .button_box .btn_detail_outline {
  width: 100%;
  padding: 8px 16px;
  font-size: 13px;
  line-height: 1.4;
  box-sizing: border-box;
  margin: 0 0 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.button_box .btn_detail a {
  width: 100%;
  color: #fff;
}

table tr:last-of-type {
  border: 0;
}

.soldout_price {
  display: inline-block;
  color: #4c4c4c;
}

.buy_price {
  font-size: 18px;
  display: none;
  color: #fe5b4e;
  font-weight: bold;
    height: 26px;
  margin: 0 0 5px 0;
}

.buy {
  display: none;
}

.btn_close {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
}

.price_caution {
  color: #999;
  font-size: 12px;
  margin: 10px 0 0;
}

.open_postage_price {
  display: table;
  padding: 22px 0px;
  width: 100%;
  font-size: 14px;
  border-bottom: solid 1px #ddd;
}

.postage_way {
  display: table-cell;
  padding: 0px 8px;
}

.place {
  border-bottom: solid 1px #ddd;
  padding: 0px 0px 12px;
  display: flex;
  align-items: center;
  font-weight: bold;
  position: relative;
}

.place select {
  margin: 0 8px 0 0;
  height: auto;
  padding: 8px 12px;
  width: 90px;
  font-size: 13px;
  font-weight: bold;
  background: #fff;
  border: 1px solid #eaeaea;
}

.place::after {
  width: 6px;
  height: 6px;
  content: " ";
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  border-top: 1px solid #4c4c4c;
  border-right: 1px solid #4c4c4c;
  position: absolute;
  top: 14px;
  bottom: 0;
  left: 70px;
}

.pref_name {
  height: auto;
  padding: 8px;
  margin: 0px 8px;
  background-color: #fff;

}

.pst_li {
  margin: 10px 20px;
  background-color: #f3f3f3;
  padding: 30px 10px;
  display: block;
  width: 30%;
  text-align: center;
  font-size: 13px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
}

.slide_howto,
.slide_option,
.slide_payment,
.slide_cleaning,
.slide_ship,
.slide_status {
  position: fixed;
  z-index: 10000002;
  right: -120%;
  width: 40%;
  transition: all 0.7s;
  background: #fff;
  border-radius: 20px 0 0 20px;
  height: 100vh;
  top: 0;
}

.slide_overLay {
  display: none;
  position: fixed;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100vh;
  z-index: 10000000;
  transition: all 2s;
  top: 0;
}

.block {
  display: block;
}

.panelactive {
  right: 0;
}

/*追加@24-06-14*/
#cart-form {
  background: #f7f6f5;
  border-radius: 14px;
  padding: 10px 0 20px 0;
  margin: 20px 0 0 0;
  overflow: hidden;
}
#cart-form.jichitai {
  padding: 0 20px 20px 20px;
}
#cart-form.jichitai .select_table {
  background: #f7f6f5;
  border-radius: 0;
  padding: 16px 0px;
  margin: 0;
}
.option2 {
  text-align: center;
  margin: 8px 0px;
}

.price_caution li {
  margin-bottom: 10px;
}

#prepareprice {
  display: none;
  font-size: 12px;
  color: #e50456;
}

.priceform input[type="submit"] {
  width: 100%;
}

.priceform p {
  line-height: 1;
}

.priceform .color_label {
  max-width: 75%;
  overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.priceform .select_table {
  display: flex;
  align-items: center;
  margin: 0 20px;
  padding: 16px 0;
  justify-content: space-between;
  border-bottom: 1px solid #eaeaea;
}

.priceform .select_table:last-child {
  margin: 0 20px 10px 20px;
}

.select_table .select_title {
    margin: 0 10px 0 0;
    text-align: left;
    font-weight: 600;
    width: auto;
  min-width: 120px;
  line-height: 1.4;
}

.select_table .select_box select,
.select_table input[type="number"] {
  border: 0;
  padding: 0;
  margin: 0;
}

.select_table .select_box select {
  background: transparent;
  padding-right: 30px;
  font-size: 14px;
}

.select_table .select_box:after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 600;
  font-size: 10px;
  color: #888;
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
  height: 20px;
  line-height: 1;
  transition: all 0.3s;
  display: flex;
    align-items: center;
}

.select_title a {
  color: #fe5b4e;
  font-size: 11px;
}

.select_table .select_title:after {
  content: "：";
}

.radio_tab {
    display: -webkit-inline-box;
    position: relative;
    padding: 0 10px 0 0
}

.radio_tab li {
  background: #ccc;
    color: #fff;
    padding: 14px 20px 12px 20px;
    box-sizing: border-box;
    font-size: 14px;
    border-radius: 5px 5px 0 0;
    margin: 0 5px 0 0;
    line-height: 1;
}

.radio_tab .active {
    background: #fff;
    color: #4c4c4c;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    font-weight: bold;
    margin: 0 10px -2px 0;
}
/**
オプション
**/
/* CVボタンの表示 */
#cart-form:not([data-soldout])  .cart_wrap:not(.cart_soldout),
#cart-form[data-soldout="true"]  .cart_soldout{
  display:block
}
#cart-form[data-soldout="true"]  .cart_wrap:not(.cart_soldout),
#cart-form:not([data-soldout])  .cart_soldout{
  display:none !important
}
/* リユース・新品の表示きりかえ */
#cart-form[data-state="reuse"] :is(.type_label , [name="option1"]+label ).is_new,
#cart-form:is([data-state="new"],[data-state="subsc"]) :is( .type_label, [name="option1"]+label ):not(.is_new){
  display: none;
}
/* 延長ページの購入オプション選択時 */
.price_text[data-ask="true"] > .sold,
.price_text:not([data-ask]) > .buy,
#cart-form:not([data-ask]) .buy{  
  display: none;
}
.price_text:not([data-ask]) > .sold,
.price_text[data-ask="true"] > .buy{
  display: inline-block;
}
/* 購入価格を問い合わせる */
#cart-form[data-ask="true"] .buy{
  display: block;
}

/* オプション選択時のラベル装飾（オプション２のラベルは除くが安心補償は含む）(プランは別に指定するので除く) */
#cart-form :not(#option2-box.block-view) > [type="radio"][aria-checked="true"]:not([name="plan"]) + label:not(#important) {
  background-color: #FEF6EF;
  border: 1px solid #FF994E;
  font-weight: bold;
}

/* 在庫なしオプションを後方に */
#cart-form :is([type="radio"][data-soldout] , [type="radio"][data-soldout] + label) {
  order: 99;
}
/* 在庫なしオプションに在庫切れ表示 */
input[name="state"][data-soldout]+label::after,
input[name="option1"][data-soldout]+label::after{
  content: "在庫切れ";
  font-size: 13px;
  line-height:1.3;
  color:#fe5b4e;
}
/* 型番にRSVがあるとき、当日発送か〇営業日後発送のどちらかのカラーを非表示*/
#cart-form [name^=option][disabled] + label{
  display:none;
}
/* RSV をもつ要素は通常の後ろ、在庫切れの前にまわす*/
#cart-form .scroll_list > .rsv+label{
  order: 88;
}

/* 新品選択時の１週間フィルター */
#cart-form label[hidden] {
  display: none !important;
}
/* キーボード操作対応 */
#cart-form input:is([id^="type"], [name^="option"]):not(#important) {
  width: 0px;
  height: 1px;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  overflow: hidden;
  display: block;
  position: absolute;
}
/* 追加@24-06-14 */
.radio_title {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 13px;
  padding: 10px 20px;
  position: relative;
}
fieldset:first-child .radio_title {
	border: 0;
}
.radio_title div {
  font-size: 13px;
}
.radio_title div:after {
  content: "：";
}

.radio_title .select_term strong {
  color: #fe5b4e;
  font-weight: normal;
  font-size: 15px;
}



#cart-form fieldset {
  width:100%;
  min-width: 100%;
  max-width: 100%;
  overflow-x: scroll;
    overflow-y: hidden;
}

/*
#cart-form .radio_box, #cart-form .radio_box_first {
  width:100%;
  padding: 0;
  overflow-x: scroll;
  overflow-y: hidden;
}*/

.scroll_list_wrap {
  /* overflow-x: scroll;  */
  overflow-x: auto;
  overflow-y: hidden;
}

.radio_box {
  margin: 0 20px;
}

#type_box:not(:has(>:nth-child(3))),/* リユースのみまたは新品のみ */
#option1-box.hosho:not(:has(>:nth-child(3))){ /* 安心補償の適用期間*/
  display:none
}

/*　修正
#cart-form .scroll_list {
  padding: 0 20px;
}
*/
:is(#type_box,  #option1-box, #option2-box.inline-view) label {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 150px;
  height: 80%;
  min-height: 50px;
  margin: 0 8px 8px 0;
  padding: 8px 4px;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #ccc;
	box-shadow: 0 0px 12px 0 rgba(0, 0, 0, .1);  overflow: hidden;
  line-height: 1.3;
  cursor: pointer;
}
#cart-form .scroll_list:not(.block-view) > label p{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-align: center;
  overflow: hidden;
  font-size: 14px;
  width: 100%;
  line-height: 1.2;
}

#cart-form .scroll_list > label strong {
  font-weight: normal;
  line-height: 1;
}

#cart-form .scroll_list > label p span{
  display: none;
}
#cart-form .scroll_list > label p span.opt2-name__subsc {
	display: inline;
	font-weight: 400;
}

#cart-form .scroll_list .checked {
  background-color: #FEF6EF;
  border: 1px solid #FF994E;
  font-weight: bold !important;
}

#cart-form .scroll_list label .name_sub {
  font-weight: normal;
  line-height: 1.5;
  font-size: 12px;
}

#cart-form .scroll_list label .name_red {
  color: #fe5b4e;
  font-weight: bold;
  font-size: 13px;
}

#cart-form .scroll_list strong {
  font-weight: normal;
}

#cart-form .scroll_list .pink {
  color: #fe5b4e;
  font-size: 13px;
}

#option2-box.block-view {
  display:block;
  padding: 0;
}
#option2-box.block-view > label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 50px;
    border: none;
    border-bottom: 1px solid #eaeaea;
    /* order: 2; */
    position: relative;
}
/*
#option2-box > .short-title{
  order:1 !important;
}
#option2-box > .long-title{
  order:3 !important;
}
#option2-box > input.long + label{
  order:4;
}
*/
.option2-box__title {
  font-weight: 600;
  color: #4c4c4c;
  padding: 8px 10px;
  margin: 16px 0 5px 0;
  border-radius: 100px;
  line-height: 1;
  font-size: 12px;
  text-align: center;
  position: relative;
  background: #fff;
}
#option2-box.inline-view .option2-box__title{
  display:none
}
.option2-box__title::before, .option2-box__title::after {
  content: '';
  position: absolute;
  border: 8px solid transparent;
  border-top: 8px solid #fff;
  bottom: -15px;
  left: 47%;
}
#option2-box:not(:has(.short + .item:not([hidden]))) .short-title {/* 有効なショートレンタルが無いとき */
	display: none;
}
#option2-box:not(:has(.item:not([hidden]):nth-of-type(2))) .option2-box__title {/* 有効な期間が１つしかない*/
	display: none;
}
#option2-box.block-view .opt2-name {/* 日数 */
  font-weight:600;
  text-align: left;
  padding: 0 0 0 5px;
    width: 110px;
}
#option2-box .opt2-name {
  font-size: 12px;
}
#option2-box .opt2-tag{ /*割引率や人気タグ*/
	display: flex;
	justify-content: center;
	align-items: center;
	height: 18px;
	font-size: 10px;
	color: #fff;
	border-radius: 2px;
	position: absolute;
  width: 52px;
  left: 62px;
}
.opt2-tag:not(:empty):not(#important){
	border: 1px solid #FF994E;
  color: #FF994E;
}
input[name="option2"].popular + label .opt2-tag::after {
	content: "人気";
	position: absolute;
	inset: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 20px;
	font-size: 12px;
	color: #fff;
	background: #FF994E;
	border-radius: 2px;
}
#option2-box.block-view > label > strong {/* 金額 */
  font-size: 15px;
  font-weight: 600;
  text-align: left;
  width: 100px;
    margin: 0 30px 0 0;
}
#option2-box > label .perday {/* 1日あたり */
  font-size: 12px;
  font-weight: 400;
  color: #fe5b4e;
  line-height: 1.2;
  position: absolute;
  right: 40px;
    text-align: left;
  width: 55px;
}
.perday::before {
  content: "1日あたり";
  display:block;
  font-size:10px;
  color:#4c4c4c;
}
.long + label .perday::before{
  content:"1ヶ月あたり"
}
#option2-box > label::after { /* チェックマーク */
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  box-shadow: 0 0px 12px 0 rgba(0, 0, 0, .1);
  cursor: pointer;
  margin: 0 5px 0 0;
}
#option2-box > [aria-checked="true"] + label::after {
  background: radial-gradient(circle at center,orange 0 6px,#fff 7px) #fff;
}
#option2-box.inline-view :is(.opt2-tag , .perday),
#option2-box.inline-view > label::after {
	display: none;
}
.stock_alert time { /*最短発送日*/
	font-weight: bold;
  color: #fe5b4e;
}

/* @2024-12 月額レンタルプランに関するスタイル */
input[name="plan"]{
  display:none
}
.plan-container{
  --strong-color: #fe5b4e;
  margin: 0 20px;
}
/* 選択中のプラン*/
.plans-title[hidden]{
  display: none !important;
}
.selected-plan::before {
	content: "";
  font-weight: bold;
}
#cart-form:has(#month_plan[aria-checked="true"]) .selected-plan::before {
	content: "月額レンタルプラン";
}
#cart-form:has(#spot_plan[aria-checked="true"]) .selected-plan::before {
	content: "スポットレンタルプラン";
  
}


.plan {
  display: block;
}
.monthly-plan{
  display:none
}
#cart-form[data-state="new"][data-has_subsc="true"] .monthly-plan {
	display: block;
}
/* TEST @241226 */
.plan-container > .radio_title {
    display: none;
}
/* END TEST */



/* サブスク有効でリユース表示のとき、カラーとプランの間に余白をとる */
/*
#cart-form[data-has_subsc="true"][data-state="reuse"] .cart-form-child.spot-plan {
	margin-top: 30px;
}*/

/* 選択されていない方のプランはnot-activeクラス以外を非表示にする*/
input[name="plan"]:not([aria-checked="true"]) + .plan > :not(.not-active) ,
input[name="plan"]:not([aria-checked="true"]) + .plan > .not-active > .plan-intro-term{
  display: none !important;
}



/* プラン表示が有効なときは左右の余白を調整*/
/*
#cart-form[data-has_subsc="true"] .plan{
  padding-inline: 20px;
}
*/

/* 条件に応じたオレンジ背景・枠線・余白の設定 */
.monthly-plan .plan, /* 月額プラン*/
.spot-plan:has(>[aria-checked="true"]):not(:has( .hosho)), /* 選択中のスポットプラン（あんしん補償のぞく）*/
#option2-box.block-view.encho{ /* 延長 */
  border-radius: 6px;
  border: 1px solid #FF994E;
  background-color: #FEF6EF;
  box-shadow: 0 0px 12px 0 rgba(0, 0, 0, .1);
  padding: 0 20px 20px;
}
#option2-box.block-view.encho{
  margin: 0 20px;
}
#option2-box.block-view.encho {
	padding: 0 20px 20px;
}
#cart-form[data-has_subsc="true"] > .spot-plan:not(:has(>[aria-checked="true"])) .plan{/* 月額・スポット両方ある & 未選択のスポットプラン*/
  padding: 0 20px 20px;
}
/* 込山*/
#cart-form[data-has_subsc="true"] > .spot-plan:not(:has(>[aria-checked="true"])) {
  margin: 20px 20px 0 20px;
}
#cart-form[data-has_subsc="true"] > .monthly-plan:not(:has(>[aria-checked="true"])) {
  margin: 0px 20px 20px 20px;
}

#cart-form input[name="plan"]:not([checked]) + .plan{
  border: 1px solid #ccc;
  background-color: #FFF;
  border-radius: 6px;
}
/*
#cart-form[data-state="reuse"] .plan{
  border: 1px solid #FF994E;
  background-color: #FEF6EF;
  border-radius: 6px;
}
*/

.plan-intro-banner {
  padding: 8px 12px 6px 12px;
  background: #ff994e;
  width: max-content;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  border-radius: 50px;
  white-space: nowrap;
  margin-inline: auto;
  position: relative;
  top: -16px;
  line-height: 1;
}



/* TEST @241226  from here */
/*「月額プラン」・「スポットレンタルプラン」*/
.plan-title {
  /* display:none;   TEST */
  font-weight: 600;
  color: #4c4c4c;
  padding: 20px 0 10px 0;
  font-size: 14px;
  text-align: left;
}

/* 月額プラン表示時は「レンタル期間」を非表示 */

/* TEST @241226 */
#cart-form[data-has_subsc="true"] .spot-plan .radio_title {
	display: none;
} 
*/


/*月額プランが有効のとき、各プラン名を表示*/
#cart-form[data-has_subsc="true"] .plan-title{
  display: block;
}

.plan-intro {
  /* display:none;  TEST */
	padding:0 1em 16px;
	background: #f7f6f5;
	position: relative;
  margin: 20px 0 10px 0;
}
/* TEST 追加 */
.plan.hosho .plan-intro{
  display:none
}

/*月額プランが有効のとき表示*/
/* #cart-form[data-has_subsc="true"] .plan-intro{  TEST
  display: block;
} */ 

/* TEST END*/

input[name="plan"][aria-checked="true"] + label .plan-intro{
  background:#fff;
}
.plan-intro-text p {
  color: #3bb371;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  font-size: 13px;
}
.plan-intro-term {
  padding: 10px 8px 0px;
  margin: 10px 0 0 0;
    display: grid;
    grid-template-columns: 144px auto;
    row-gap: 0px;
    border-top: 1px solid #eaeaea;
}
.plan-intro-term dd {
	font-weight: 700;
	color: var(--strong-color);
}
.plan-intro-term dt::before {
  content: "";
  width: 14px;
  height: 14px;
  background-image: url('https://file001.shop-pro.jp/PA01197/427/webp/new/otameshi_icon_check.svg');
  background-size: cover;
  display: inline-block;
  margin-right: 4px;
}
.plan-intro-term dd::before {
  content: ":";
  font-weight: 400;
  color:initial;
  margin: 0 1em;
}

.plan-price {
  display: grid;
  grid-template-columns: auto 100px 32px;
  align-items: center;
  gap:1em;
  height: 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  border-bottom: 1px solid #eaeaea;
}

.plan-price::after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  box-shadow: 0 0px 12px 0 rgba(0, 0, 0, .1);
  margin: 0 5px 0 0;
  cursor: pointer;
}

input[name="plan"][aria-checked="true"] + label .plan-price::after {
  background: radial-gradient(circle at center,orange 0 6px,#fff 7px) #fff;
}
input#spot_plan[aria-checked="true"] + label .plan-price.not-active{
  display: none;
}
/* 月額プラン選択中はスポットの金額・カートボタン・発送目安を非表示*/
#spot_plan:not([aria-checked="true"]) ~ :is(.price_text, .stock_alert, .cart_wrap) {
	display: none !important;
}
.subsc-price {
  text-align: right;
}
.plan-price-large {
  padding-block: 20px;
}
.plan-price-large .subsc-price {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}
.plan-price-large .subsc-price + span {
  color: #999;
}

.plan-price-large-title {
  margin: 0 0 5px 0;
  display: none;
}

.plan-ship {
  color: #4c4c4c;
}

.plan-ship strong {
  color: var(--strong-color);
}

.plan-ship p {
  margin-bottom: 10px;
}

.plan-ship p::before {
  font-family: "Font Awesome 5 Free";
  content: "\f05a";
  font-size: 14px;
  font-weight: 600;
  color: #888;
  margin-right:4px;
}

.plan-cart.cart_color {
  background-position: 8% center;
}

.btn_soldout {
  margin-top: 10px;
}

.plan-cart-sub {
  position: relative;
  background-color: #fff;
  padding: 5px 10px;
  border: 1px solid #4c4c4c;
  color: #333;
  margin: 16px 0 0 0;
  font-size: 14px;
  font-weight: bold;
  border-radius: 100px;
  line-height: 1;
  letter-spacing: 1px;
  text-align: center;
}
.plan-cart-sub::before,
.plan-cart-sub::after {
  content: '';
  position: absolute;
  left: 47%;
  top: -8px;
  left: 47%;
  width: 1em;
  height: 1em;
  background: #fff;
  border: 1px solid #4c4c4c;
  rotate:45deg;
  clip-path: polygon(0 0,100% 0,0 100%);
}

.plan-cart-sub::after {
  top: -6px;
  border: none !important;
}

.plan-cart-sub strong {
  color: var(--strong-color);
}
.plan-outro {
  display: none;
  margin-top: 20px;
  padding: 20px;
  background: #fff;
}
/* 購入時に割引く表示*/
input[name="plan"][aria-checked="true"] + .plan .cart_wrap .plan-outro, /* 月額 */
input[name="plan"][aria-checked="true"] ~ .cart_wrap .plan-outro {  /* スポット */
	display: block;
}
.plan-outro .plan-outro-title {
/*  display:none; */
  font-size: 14px;
  font-weight: 700;
  padding: 4px 8px;
  background: #6c9;
  width: max-content;
  line-height: 1.5;
  color: rgb(76, 76, 76);
  margin: 0 0 10px 0;
}
/*
#cart-form[data-has_subsc="true"] .plan-outro .plan-outro-title{
  display:block
}
*/

.plan-outro img {
  margin-block: 0;
  margin: 10px 0;
}
.plan-outro p {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
  color: #aaa;
}
/* 値引き表示*/
.discount-detail[hidden]{
  display:none
}
.discount-detail {
  display: grid;
  grid-template-columns: 100px auto;
  gap: 2px 0;
  padding-block: 8px;
}
.discount-detail .coral{
  color: var(--strong-color)
}
.discount-detail .bold{
  font-size:1.1em;
  font-weight: 700
}

/* END　月額レンタルプラン */


.priceform_price {
  margin: 0;
}
.price_term {
  color: #999;
  font-size: 12px;
}

.price_term:before {
  content: "/";
  margin: 0 5px 0 0;
}

.price_text {
  margin: 16px 0;
}

.nekurumi_price span {
  font-size: 18px;
}

.nekurumi_price span {
  text-decoration: line-through;
}

.select_shipping .select_title {
  font-weight: bold;
  font-size: 12px;
}

.select_shipping .select_box {
  display: inline-block;
}

.select_shipping select {
  border: 0;
  margin: 0;
  padding: 0 14px 0 5px;
  font-size: 14px;
  line-height: 1;
}

.select_shipping .select_box::after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 600;
  font-size: 10px;
  color: #888;
  position: absolute;
  right: 5px;
  top: 45%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  line-height: 1;
  transition: all 0.3s;
}

.shipping_price {
  display: inline;
}

.shipping_free {
  margin: 0 20px 0 0px;
  color: #fe5b4e;
    width: 110px;
}

.short_cart {
  border: 0;
  padding: 10px 14px;
  width: auto;
  background: #3cb371;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  line-height: 1;
  font-size: 12px;
  border-radius: 4px;
}

.select_subtitle {
  margin: -12px -12px 10px -12px;
  background: #f7f6f5;
  padding: 5px 12px;
  border-radius: 5px 5px 0 0;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
}

.cart_option {
  overflow-x: scroll;
    overflow-y: hidden;
}

.option_item {
  line-height: 1.5;
    display: flex;
    flex-wrap: wrap;
    width: 126px;
    margin-right: 26px;
}

.cart_modal .cart_option .option_item {
  display: flex;
  justify-content: space-between;
  margin: 0 0 16px 0;
    padding: 0 0 16px 0;
  align-items: center;
  width: 100%;
}

.option_item .name {
    margin: 0 0 8px 0;
}

.option_item .price {
  font-size: 14px;
}

.option_item:last-child {
  border: 0;
  margin: 0;
  padding: 0;
}

.option_item .img {
  overflow: hidden;
    margin: 0 0 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 126px;
    background: #fff;
  padding: 10px;
}

.cart_modal .cart_option .option_item .img {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  cursor: pointer;
  height: 86px;
  background: #fff;
    width: 86px;
    padding: 6px;
  box-sizing: border-box;
  margin: 0;
}

.option_item .img img {
    width: none;
    width: auto;
    max-height: 120px;
    height: auto;
    max-width: 120px;
  padding: 10px;
}

.cart_modal .cart_option .option_item .img img {
  max-height: 100%;
    height: auto;
    width: none;
    max-width: 100%;
  padding: 0;
}

.option_item .item {
}

.cart_modal .option_item .item {
  width: 73%;
  padding: 0 0 0 12px;
}

.option_item .item form {
  display: flex;
    align-items: center;
    justify-content: space-between;
}

.option_item .ttl {
  overflow: hidden;
    display: block;
    cursor: pointer;
    font-size: 13px;
  line-height: 1.5;
  margin: 0 0 8px 0;
}

.option_item .ttl span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-weight: bold;
}

.cart_modal .cart_option .option_item .price p  {
  display: inline-block;
  font-size: 11px;
}

.option_item p {
  font-size: 11px;
}

.option_item .option_price {
  font-weight: bold;
  font-size: 14px;
  color: #fe5b4e;
}

.cart_modal .option_item .select_table {
  width: 90px;
}

.cart_modal .option_item .ttl {
  font-size: 12px;
}

.option_item .select_table {
  padding: 5px 0;
  display: flex;
  width: 100px;
  max-width: none;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eaeaea;
}

.option_item .select_table .select_title {
  font-size: 12px;
    font-weight: normal;
  line-height: 1;
}

.option_item .select_table .select_box select {
   font-size: 12px;
  padding-right: 14px;
  width: 100%;
}

.option_item .select_box {
  margin: 0;
  width: 100%;
}

.option_cart {
display: flex;
    align-items: center;
    justify-content: space-between;
}

.select_subtitle {
  margin: -12px -12px 10px -12px;
  background: #f7f6f5;
  padding: 5px 12px;
  border-radius: 5px 5px 0 0;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
}

.select_item {
  font-weight: bold;
  display: flex;
  align-items: center;
  margin: 0 0 10px 0;
}

.select_item img {
  width: 40px;
  margin: 0 10px 0 0;
}

.select_container {
  padding: 0 20px;
}

.select_container .select_box {
  margin: 0;
  max-width: none;
  width: 100%;
}

.select_container select {
  text-align: left !important;
}

.priceform_price b {
  font-weight: bold;
  color: #fe5b4e;
}

.priceform_note {
  border: 2px dashed #FF994E;
  padding: 16px;
  text-align: center;
  margin: 0;
  background: #fff;
}

.priceform_note .des {
  margin: 0 0 10px 0;
  font-size: 12px;
}

.priceform_note .title {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: bold;
}

.priceform_note img {
  width: 100%;
  border: 1px solid #eaeaea;
}

.priceform_wrap {
  margin: 0 0 8px 0;
}

.sold_price {
    font-size: 27px;
    font-weight: bold;
    display: inline-block;
    height: 26px;
    line-height: 1;
}

.sold_price:after {
  content: "税込";
  color: #999;
  margin: 0 5px;
    font-size: 14px;
}

#select_price {
  font-size: 16px;
  font-weight: normal;
}


.select_term {
  font-weight: bold;
}

.rpd {
    width: 100%;
    font-size: 16px;
  color: #fe5b4e;
}

.rpd:before {
  content: "1日あたり";
  color: #4c4c4c;
  font-size: 16px;
}

.another_stock .gray_line_btn {
  margin: 10px 0 20px 0;
}

.another_stock {
  line-height: 1;
}

.alert_wrap {
  margin: 20px 0;
}

.stock_alert {
  display: block;
  width: 100%;
  font-size: 13px;
  position: relative;
  padding: 0 0 10px 20px;
  line-height: 1;
}

.stock_alert div {
  line-height: 1;
}

.stock_alert:last-of-type {
  padding: 0 0 0px 20px;
}

.stock_alert span {
  color: #999;
  font-size: 11px;
  margin: 5px 0 0 0;
  display: block;
}

.stock_alert:not(:empty)::before {
  font-family: "Font Awesome 5 Free";
  content: "\f05a";
  font-weight: 600;
  font-size: 10px;
  color: #888;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
}

.subsc_alert {
  width: 100%;
  margin: 0 0 5px;
  position: relative;
}

.subsc_alert p {
  background: #ffebbc;
  padding: 8px;
  display: inline-block;
  line-height: 1;
  font-size: 13px;
  font-weight: bold;
}

.subsc_ex {
  position: absolute;
   top: -100px;
    left: 160px;
    color: #fff;
    font-size: 12px;
    background: rgba(0, 0, 0, 0.5);
    padding: 8px;
    border-radius: 5px;
    display: none;
    width: 200px;
    line-height: 1.35;
}

.subsc_ex::before, .subsc_ex::after {
  content: '';
    position: absolute;
    border: 7px solid transparent;
    border-top: 7px solid rgba(0, 0, 0, 0.3);
    bottom: -14px;
    left: 9%;
}

.subsc_question i {
  cursor: pointer;
}
  

#price_down {
  color: #e50053;
  font-weight: bolder;
  display: block;
}

.slider-hide li {
  display: none;
  height: 330px;
}

#images {
  height: auto;
  margin: 0;
  overflow: hidden;
}

.detail_modal {
  padding: 0 40px 0 40px;
}

.modal_wrap {
  width: 100%;
  overflow: scroll;
  height: 91%;
  padding: 0 0 30px 0;
}

.detail_modal h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin: 30px 0;
  background: none;
  color: #4c4c4c;
}

.detail_modal h3 {
  font-size: 16px;
    padding: 0 0 0 10px;
    line-height: 1.4;
    font-weight: bold;
    margin: 20px 0;
    border-left: solid 3px #E3B39A;
}

.howto {
  padding: 0 0 20px 10px;
}

.howto li {
  margin: 0 0 24px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.howto li:last-child {
  margin: 0;
}

.howto li:after {
  content: "";
  width: 1px;
  height: 63px;
  border-left: dashed 2px #eaeaea;
  position: absolute;
  top: 75px;
  left: 36px;
  z-index: -1;
}

.howto li:last-child:after {
  content: none;
}

.howto li p {
  width: 72px;
  height: 72px;
  margin: 0 0 0 0px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f7f6f5;
}

.howto li p img {
  width: 64%;
  height: auto;
}

.howto li dl {
  width: 70%;
}

.howto li dl dt {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 5px 0;
}

.howto li dl dd {
  font-size: 12px;
}

.howto_box {
  margin: 0 0 40px 0;
}

.howto_box p {
  padding: 0 0 20px 0;
  font-size: 14px;
}

.howto_box img {
  padding: 0 20px;
  width: 100%;
  min-height: 135px;
}

.damage_link {
  display: inline-block;
    color: #fe5b4e;
    text-decoration: underline;
  cursor: pointer;
  display: block;
  font-size: 12px;
  position: absolute;
    right: 20px;
}

.slide_cleaning h4 {
  margin: 20px 0;
  font-size: 16px;
}

.slide_cleaning .cleaning_img {
  width: 300px;
}

.slide_cleaning .passd_img, .slide_cleaning .damage_img {
  position: relative;
  display: block;
}

.slide_cleaning .passd_img img, .slide_cleaning .damage_img img {
  margin: 0 !important;
  width: 300px;
}

.slide_cleaning figcaption {
  margin: 10px 0 30px 0;
  font-size: 13px;
}

.slide_cleaning .passd_img:after,.slide_cleaning .damage_img:after {
font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 0;
    top: 0;
    color: #ff0000;
    z-index: 99;
    width: 56px;
    height: 56px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slide_cleaning .passd_img:after {
  content: "\f00c";
    font-size: 28px;
    line-height: 1;
  font-weight: 600;
}

.slide_cleaning .damage_img:after {
  content: "×";
    font-size: 44px;
  line-height: 0.5;
}

.detial_box b {
  font-weight: bold;
}

.icon_star {
  margin: 0 0 8px 0;
  width: 70px;
  overflow: hidden;
}

.icon_star img {
  width: auto;
  margin: 0;
  height: 14px;
  max-width: none;
}

.review_ttl {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0px;
}

.detail_icons {
    padding: 10px 6px;
    margin: 20px 0 0 0;
    border: 1px solid #eaeaea;
}

.icons_wrap {
  display: flex;
  justify-content: space-around;
}

.icons_wrap li {
  width: calc(100vw / 5);
  cursor: pointer;
}

.icons_wrap li .img {
  border-radius: 100px;
  width: 34px;
  height: 42px;
  display: flex;
  align-items: center;
  border: 0px solid #555;
  background: #fff;
}

.icons_wrap li:last-child {
  margin: 0 0 0 0;
}

.icons_wrap li a,
.icons_wrap li div {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.icons_wrap li img {
  width: 100%;
  height: auto;
  display: block;
}

.icons_wrap li p {
    font-size: 10px;
    margin: 5px 0 0 0;
    color: #4c4c4c;
    width: 100%;
    text-align: center;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.recommend_wrap li {
  width: 120px;
  margin:0 20px 0 0;
}

.detail_together {
  overflow: hidden;
  border: 0px;
  border-radius: 2px;
  background: #f7f6f5;
  background: #fff;
    padding: 30px;
    border-radius: 20px;
}

.together_wrap {
  display: -webkit-inline-box;
  overflow-x: scroll;
  width: auto;
  margin: 0;
  overflow: hidden;
  display: flex;
}

.together_wrap a, .together_item {
  border-bottom: 0px;
  position: relative;
  width: calc(100% / 3 - 40px);
  margin: 0 60px 0 0;
  display: block;
  position: relative;
}

.together_item:after {
  content: "+";
  color: #999;
  font-size: 30px;
  position: absolute;
  top: 15%;
  right: -39px;
  font-weight: normal;
}

.together_item:last-child {
  margin: 0;
  content: "+";
}

.together_item:last-child::after {
  content: "";
}

.together_wrap .pict {
  width: 100%;
  height: 110px;
  padding: 10px;
  text-align: center;
  background: #fff;
  border-radius: 3px;
}

.together_wrap .pict img {
  max-height: 100%;
}

.together_wrap .name {
  margin: 10px 0 0 0;
  overflow: hidden;
  line-height: 1.3;
}

.together_wrap .name span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.together_wrap .price {
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
}

.detail_ranking .scroll_list li {
  width: 126px;
  margin-right: 26px;
}

.detail_ranking .scroll_list .pict img {
  padding: 10px;
}

.detail_ranking {
  overflow-x: scroll;
  overflow-y: hidden;
}

.faq h2 {
  padding: 0px 0 10px 0;
    font-size: 18px;
}

.shop_review {
  background: #f7f6f5;
    margin: 40px 0;
}

.shop_review h2 {
  font-size: 18px;
  margin: 0;
}

.left_wrap .scroll_list .pict {
  height: 126px;
}

.left_wrap .scroll_list .name {
  margin: 0;
}

.reviewlist {
  border-top: none;
  border: 0;
}

.reviewlist_datas {
  overflow: hidden;
}

.shopcomment {
  margin-top: 20px;
  background: #fff;
  padding: 10px 20px 20px 20px;
}

.star-rate {
  text-align: left;
  margin: 5px 0 0 0;
    line-height: 1;
}

.star-rating-box {
  position: relative;
  display: inline-block;
  width: 78px;
  vertical-align: middle;
}

.filled-star {
  overflow: hidden;
}

.rate {
  vertical-align: middle;
  line-height: 1;
  margin-right:.8em;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
}

.accordion {
    border-top: 0;
  background: #fff;
    border-radius: 20px;
  margin: 0 0 30px 0;
}

.accordion:last-child {
    border-bottom: 1px solid #eaeaea;
}

.accordion_title {
    padding: 30px 0;
}

.accordion_title::after, .accordion_title::before {
    margin: auto;
    top: 0;
    right: 20px;
    bottom: 0;
}

.accordion_title h2 {
  padding: 0 0 0 30px;
}

.accordion_box {
  padding: 0 30px;
}

.accordion_box .reviewlist_content p {
  margin: 0 0 8px 0;
}

.accordion_detail h2 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  margin: 0 0 20px 0;
  border-bottom: 3px solid #E3B39A;
  padding: 0 0 10px 0;
}

.accordion_box h3 {
  font-size: 18px;
  padding: 0 0 0 10px;
  line-height: 1.4;
  font-weight: bold;
  margin: 30px 0 20px 0;
  border-left: solid 3px #E3B39A;
}

.accordion_box h4 {
  font-size: 16px;
}

.accordion_box .accordion_detail {
  padding: 0 0 20px 0;
}

.accordion_detail p {
  margin: 0px 0 20px 0;
}

.review_date {
  font-size: 12px;
  color: #999;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.shopcomment_ttl {
  font-weight: bold;
}

.cart_color,
.select_btn {
  font-weight: 700;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  height: 60px;
  background-color: #3cb371;
  border-radius: 8px;
  border: 1px solid transparent;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, .3);
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  border-bottom: 5px solid #028760;
  cursor: pointer;
  margin: 12px 0 0 0;
}

.cart_modal {
  position: fixed;
  right: -20px;
  top: 0;
  width: 380px;
  background-color: #fff;
  box-sizing: border-box;
  transition: transform 0.3s ease-in-out;
  transform: translateX(100%);
  z-index: 10000001;
  box-shadow: rgba(0, 0, 0, 0.22) 0px 4px 20px;
border-radius: 0 0 0 14px;
  max-height: 100vh;
}

.cart_modal.open {
  transform: translateX(0);
  right: 0;
}

.cart_modal .cart_header {
  display: flex;
  align-items: center;
  padding: 12px 30px 10px 30px;
}

.cart_modal .cart_img {
  width: 60px;
  height: 60px;
  overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart_modal .cart_img img {
  max-height: 100%;
  width: auto;
}

.cart_checkin {
  color: #3cb371;
  font-weight: bold;
  font-size: 15px;
}

.cart_checkin_sub {
  color: #3cb371;
  font-weight: bold;
text-align: left;
    height: 32px;
  width: 100px;
    align-items: center;
    justify-content: center;
  font-size: 11px;
}

.cart_modal .cart_header_sub {
  margin: 0 30px;
  display: flex;
  justify-content: space-between;
}

.cart_modal .cart_header_sub .btn {
  width: calc(100% / 2 - 5px);
  font-size: 14px;
  margin: 0 0 20px 0;
  box-sizing: border-box;
}

.cart_checkin i {
  margin: 0 6px 0 20px;
  font-size: 16px;
}

.cart_checkin_sub i {
  margin: 0 4px 0 0;
  font-size: 15px;
}

.cart_modal .option_wrap {
  overflow-x: scroll;
  font-size: 13px;
  border-top: 1px solid #eaeaea;
  max-height: calc(100vh - 110px);
}

.cart_modal .cart_option {
  padding: 0 30px;
}

.cart_modal .cart_option_wrap {
  background: #f7f6f5;
    border-top: #eaeaea;
    padding: 30px 0 0 0px;
    overflow: scroll;
    box-sizing: border-box;
    border-radius: 0px 0 0 14px;
}

.cart_modal .cart_option_wrap h2 {
  font-size: 14px;
  margin: 0 30px 12px 30px;
}

.cart_modal .cart_option .scroll_list {
  display: block;
}

.cart_modal .cart_option .option_price  .price {
  font-size: 16px;
}

.cart_modal .cart_option .option_price  .price p {
  font-size: 14px;
}

.cart_modal .cart_option .option_price {
  font-size: 14px;
}

.cart_modal .cart_option .select_box {
  margin: 0;
}

.cart_modal .cart_option select {
  text-align: left;
  font-size: 13px;
}

.cart_color {
  background: url(https://img08.shop-pro.jp/PA01197/427/etc/icon_button_cart.png?cmsp_timestamp=20230426200331) no-repeat #3cb371;
  background-position: 12% center;
  background-size: 20px 20px;
}

.vacation {
  border: 4px double #fe5b4e;
  font-size: 12px;
  font-weight: bold;
  color:  #fe5b4e;
  padding: 10px;
  margin: 0px 0 20px 0;
}

#saleitems {
  display: block;
  padding: 16px;
  margin: 0;
  color: #fff;
  background-color: #FF994E;
  border-radius: 8px;
  font-weight: bolder;
  position: relative;
  text-align: center;
}

h1 {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
}

.new_mark_img1{
  margin: 0 5px 0 0 !important;
}

.review_link {
  display: block;
  color: #fe5b4e;
  text-align: center;
    margin: 0 0 30px 0;
  font-weight: bold;
  cursor: pointer;
}

.detail_notice {
  margin: 0;
  padding: 40px;
  background: #f7f6f5;
  width: 100%;
  border-top: 1px solid #eaeaea;
}

.detail_notice ul {
  text-align: center;
}

.detail_notice li {
  margin: 0 8px 0 0;
  font-size: 13px;
  font-weight: bold;
  display: inline-block;
  border-right: 1px solid #ddd;
  padding: 2px 8px 2px 0;
  line-height: 1;
}

.detail_notice li:last-child {
  margin: 0;
  padding: 2px 0;
  border-right: 0;
}

.detail_notice a {
  color: #fe5b4e;
}

#common_list {
  border: 0;
}

.recommend_toggle {
  display: none;
}

.gray_line_btn {
  padding: 14px;
  display: block;
  border: 1px solid #ddd;
  text-align: center;
  font-weight: bold;
  position: relative;
  border-radius: 8px;
  cursor: pointer;
}

.arrow_vertical:before,
.arrow_vertical:after,
.arrow_right:after {
  font-family: "Font Awesome 5 Free";
  margin-right: 10px;
  font-weight: 600;
  font-size: 10px;
  color: #888;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 14px;
}

.arrow_vertical:before {
  content: "\f077";
  display: none;
}

.arrow_vertical.active:before {
  display: inline-block;
}

.arrow_vertical:after {
  content: "\f078";
}

.arrow_vertical.active:after {
  display: none;
}

.arrow_right:after {
  content: "\f054";
}

.panel_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
  transition: all .3s;
  height: 460px;
  transition: height 0.3s ease;
}

.panel_list li {
  width: calc(100% / 4 - 14px);
  margin: 0 0 20px;
}

.panel_list li .name {
  font-size: 12px;
  margin: 0;
  overflow: hidden;
}

.panel_list li .name span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.panel_list li .pict {
  padding: 8px;
    margin: 0 0 8px 0;
    height: 120px;
    background: #fff;
    text-align: center;
}

.panel_list li .pict img {
  width: auto;
  max-height: 100%;

}

.panel_list li .price {
  font-size: 14px;
  line-height: 1;
}

.panel_list .overview,
.panel_list .not_on_rental,
.panel_list .on_rental,
.panel_list .shipping,
.panel_list .restock, .panel_list .rating, .panel_list .product-list__fav-items {
  display: none;
}

.detail_btn:last-child {
  margin: 0;
}

.restock_btn {
  font-size: 16px;
  display: block;
  padding: 16px;
  margin: 0;
  background-color: #fff;
  border-radius: 8px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  border: 1px solid #FF994E;
}

.restock_btn a {
  color: #FF994E;
}

.bordered tr td:nth-child(2) {
  width: 60%;
}

.quantity, .keywords {
  display: none !important;
}

.noprd {
  padding: 0 0 60px 0;
  width: 1100px;
    margin: 0 auto;
}

.child_link {
  font-size: 15px;
  font-weight: bold;
  color: #fe5b4e;
  text-decoration: underline;
    margin: 0 0 24px 0;
    display: block;
}

.used_title {
margin: 0 0 30px 0;
    border: 2px solid #fe5b4e;
    padding: 16px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #fe5b4e;
}

.used_title table {
  margin: 16px 0 0 0;
  border: 1px solid #eaeaea;
}

.RestockRequest-restockRequest-nVwrx {
  left: auto !important;
  right: 20px !important;
  z-index: 2 !important;
}

.RestockRequest-restockRequestFabText-3JjHa {
  background: #FF994E !important;
  color: #fff !important;
  border-radius: 10px !important;
  box-shadow: 0 0 5px rgba(0,0,0,.2) !important;
}

.RestockRequest-restockRequestFab-BXUem {
  color: #fff !important;
  background: #FF994E !important;
}

/*レビューまわり　変更@ 2024-05-20*/
dialog {
  color: #4c4c4c;
}

#top-reviews{
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  justify-content: space-between;
  border-top: 1px solid #eaeaea;
    margin: 0 -30px;
    padding: 30px 30px 0 30px;
}
#top-reviews:empty{
  display:none;
}
#top-reviews .reviewlist{
  order:2
}
#top-reviews .reviewlist.good {
  order: 1;
}

#top-reviews .good, #top-reviews .bad {
  width: calc(100% / 2 - 10px);
}

#top-reviews .good .review_date, #top-reviews .bad .review_date {
  display: none;
}

.review_author{
  display:none;
}


.review-container {
  margin: 0 -30px;
    padding: 0px 30px 10px 30px;
    border-top: 1px solid #eaeaea;
}

#top-reviews .reviewlist {
  margin-bottom: 30px;
}

article.reviewlist {
	margin-bottom: 20px;
	padding: 20px;
  background: #f7f6f5;
    border-radius: 10px;
}
.star-rating,
.review__rate {
  display:inline-block;
  min-height:1em;
  color: lightgray;
  line-height: 1;
  position: relative;
}
.review_header .review__rate {
  margin: 0;
}
.review__rate::after,
.star-rating::after {
  content: "★★★★★";
  position: absolute;
  inset: 0;
  width: 0;
  color: gold;
  overflow: hidden;
}
.review__rate.rate-1::after{width:1em}	
.review__rate.rate-2::after{width:2em}	
.review__rate.rate-3::after{width:3em}	
.review__rate.rate-4::after{width:4em}
.review__rate.rate-5::after{width:5em}
.review__rate {
  margin: 0 0 5px 0;
}

.star-rating[data-rate="1.0"]::after{width:1em}	
.star-rating[data-rate="1.5"]::after{width:1.5em}	
.star-rating[data-rate="2.0"]::after{width:2em}	
.star-rating[data-rate="2.5"]::after{width:2.5em}	
.star-rating[data-rate="3.0"]::after{width:3em}	
.star-rating[data-rate="3.5"]::after{width:3.5em}	
.star-rating[data-rate="4.0"]::after{width:4em}	
.star-rating[data-rate="4.5"]::after{width:4.5em}	
.star-rating[data-rate="5.0"]::after{width:5em}	
	
#review-modal,
.bbr-modal{
	width:100vw;
	height:100vh;
	max-width:100vw;
	max-height:100vh;
	margin:0;
	padding:0;
	background:none;
	-ms-scroll-chaining:none;
	overscroll-behavior: contain;
  border: 0;
}

.review_header {
  margin: 0 0 20px 0;
  display: flex;
  justify-content: space-between;
}

.review_header .review_rate {
      width: 140%;
    display: flex;
    align-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
}

.review_header .review_average {
  font-size: 36px;
  line-height: 1;
}

.review_header .review_stars {
  margin: 0 0 0 20px;
  display: flex;
    flex-direction: column;
    justify-content: center;
  font-size: 16px;
}

.review_header .review_count {
  line-height: 1;
  font-size: 12px;
  margin: -3px 0 0 0;
  display: none;
}

.review_header .review_button {
  width: 100%;
  display: block;
  padding: 10px 0;
  color: #4c4c4c;
  border: 1px solid #ddd;
  border-radius: 100px;
  font-weight: bolder;
  text-align: center;
  cursor: pointer;
}

.review_button a {
  text-decoration: none;
}

.review_button:before {
    font-family: "Font Awesome 5 Free";
    content: "\f304";
    margin-right: 10px;
    font-weight: 600;
    font-size: 14px;
    margin-top: 3px;
  color: #999;
}

#review-modal::backdrop, #kariosae-modal::backdrop {
	background: rgb(0 0 0 /.5);
}

.bbr-modal-inner {
	display: flex;
	justify-content: center;
	height: calc(73vh);
	padding: var(--contentGap);
	overflow-y: scroll;
	position: absolute;
	/*inset: clamp(8px,2vw,24px);*/
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.bbr-modal-body {
	width: clamp(300px,90%,840px);
	padding: 0 clamp(12px,3vw,40px);
	background: #fff;
	position: relative;
	overflow-y: scroll;
  border-radius: 20px;
  /*height: 90vh;*/
}

#review-modal .review-container {
  margin: 0;
  padding: 0;
  border: 0;
}

.review_modal_header {
  display: flex;
  font-weight: bold;
    justify-content: space-between;
    align-items: center;
  margin: 0 0 20px 0;
    line-height: 1;
}

#review-sort {
  border: 0;
    font-size: 13px;
    background: transparent;
    font-weight: bold;
    margin: 0;
    line-height: 1;
    text-align: right;
  width: 200px;
}

#review-sort::after {
    width: 6px;
    height: 6px;
    content: "";
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    border-top: 2px solid #f1997d;
    border-right: 2px solid #f1997d;
    margin: auto;
    position: absolute;
    top: -3px;
    bottom: 0;
    right: 10px;
}

.reader-txt{
	width: 0;
	height: 0;
	position: absolute;
	clip: rect(0 0 0 0);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	overflow: hidden;
}
.bbr-modal__close{
  position: absolute;
    top: 30px;
    right: 30px;
    width: 26px;
    height: 26px;
    margin: 0;
    padding: 0;
    background: #fff;
    border: none;
    outline: none;
    cursor: pointer;
}
.bbr-modal__close > svg {
  width: 27px;
  height: 26px;
  fill: currentColor;
}

.kauriru__embedded-content {
  width: 550px;
  max-width: 100%;
  background: #fff;
}

.kauriru__separator {
  border-radius: 0;
  border: 1px solid #EAEAEA;
  padding: 16px;
  margin: 16px 0;
}

.kauriru__header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 16px;
}

.kauriru__description {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  padding: 4px 8px;
  color: #4A4A4A;
  margin-left: -16px;
}

.kauriru__header-container.kauriru__narrow-layout {
  flex-direction: column;
  align-items: stretch;
}

.kauriru__header-container.narrow-layout .kauriru__description, 
.kauriru__header-container.narrow-layout .kauriru__link-container {
  margin-left: 0;
  margin-bottom: 8px;
  width: fit-content;
}

.kauriru__header-container.kauriru__narrow-layout .kauriru__description {
  margin-left: -16px;
}

.kauriru__header-container.kauriru__narrow-layout .kauriru__link-container {
  margin-left: 0;
  text-align: right;
  width: 100%;
}

.kauriru__link-container {
  text-align: right;
}

.kauriru__header-container .kauriru__link-container a.kauriru__link,
.kauriru__header-container .kauriru__link-container a.kauriru__link:visited {
  color: #333333;
  text-decoration: underline;
  cursor: pointer;
  font-weight: 300;
  font-size: 10px;
}

.kauriru__button-container {
  display: flex;
  gap: 16px;
  padding-bottom: 8px;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

.kauriru__button-container.kauriru__narrow-layout {
  flex-direction: column;
}

.kauriru__button {
  width: 265px;
  height: 48px;
  line-height: 24px;
  padding: 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.kauriru__rental-button {
  background-color: #FF9090;
}

.kauriru__subscription-button {
  background-color: #1CC7D0;
}

.kauriru__button-with-header-label {
  width: 100%;
  height: 66px;
  padding: 0;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  color: #FFFFFF;
  text-align: center;
  border-bottom: 5px solid #088E95;
}

.kauriru__button-header-label {
  font-size: 12px;
  line-height: 12px;
  font-weight: normal;
}
.kauriru__button-main-label {
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
}

.kauriru__external-site-note {
  font-size: 10px;
  color: #333;
  text-align: center;
  padding-bottom: 8px;
}

.kauriru__logo-description {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-align: left;
}

.kauriru__company-logo {
  width: 80px;
  height: 14px;
}

.kauriru__text-description {
  font-size: 12px;
  color: #333333;
  font-weight: 300;
}

/* モバイルデバイス用のスタイル */
@media (max-width: 768px) {
  .kauriru__button-container {
      justify-content: space-between;
      gap: 8px;
      flex-wrap: wrap;
  }

  .kauriru__button-with-header-label,
  .kauriru__button {
      width: 100%;
      margin: 0 auto;
  }

  .kauriru__company-logo {
    width: 67px;
    height: 12px;
  }
}

.kauriru__modal-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000000000 !important;
  overflow: hidden;
}

.kauriru__modal-content {
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
}

.kauriru__modal-header {
  height: 30px;
  display: flex;
  justify-content: flex-start; /* ヘッダー内の要素を左端に配置 */
  align-items: center;
  background-color: #fff;
}

.kauriru__modal-container iframe {
  width: 100%;
  height: calc(100% - 30px); /* ヘッダーの高さを除いた残りの高さ */
  border: none;
  display: block; /* 追加 */
}

.kauriru__close-button {
  width: 40px;
  height: 40px;
  font-size: 24px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.kariosae {
  display:none;
  background: #fff3d9;
  margin-top: 20px;
  padding: 20px;
  position: relative;
  font-size: 12px;
  line-height: normal;
}
/* 月額レンタルのときだけ仮押さえ説明表示*/
#cart-form[data-plan="monthly"] ~ .kariosae {
 display: block;
}
.kariosae strong {
  font-size: 14px;
  display: block;
}

.kariosae-price {
padding-block: 8px;
border-bottom: 1px solid #ccc;
margin-block: 8px;
}
.kariosae-price > p {
text-align: center;
}
.kariosae-price__price {
font-size: 1.2em;
font-weight: 600;
letter-spacing: 0.1em;
}
.kariosae-btn {
display: inline-block;
width: max-content;
margin: 0;
padding: 0;
vertical-align: text-bottom;
  background: transparent;
    border: 0;
}
  .kariosae-btn i {
    font-size: 16px;
    color: #ff994e;
    cursor: pointer;
  }
.kariosae-icon {
width: 16px;
height: 16px;
fill: #799de1;
color: #fff;
}
.kariosae .caution {
padding-left: 10px;
font-size: 0.8em;
position: relative;
}
.kariosae .caution::before {
content: "※";
position: absolute;
left: 0;
}

#kariosae-desc {
  padding: 30px;
  background: #fff;
  width: min(500px, 98%);
  font-size: 14px;
  border-radius: 16px;
}
  #kariosae-desc h3 {
    margin: 0 0 20px 0;
  }
  #kariosae-desc button {
    font-weight: bold;
  }
  .kariosae-desc-wrap {
    margin: 20px 0;
  }