@charset "UTF-8";

/*-----------------------------------------------------
item.css
update 2018年10月5日
-------------------------------------------------------*/

#item {
  /*
  20170627 nishimura
      margin-bottom: 80px; */
  margin-bottom: 50px;
}

#item_title_box {
  margin-top: 40px;
  margin-bottom: 20px;
}

#item_title_box h2 {
  width: 160px;
  float: left
}

#item_title_box .btm {
  width: 170px;
  float: right;
}

#item_title_box .btm li {
  float: left
}

#item_title_box .btm li.space {
  margin-right: 10px;
}

#item_title_box .btn--secret_sale,#item_title_box .btn--segment_sale {
  float: right;
}

.secret_description {
  background: #f2f2f2;
  padding: 17px 20px 17px 22px;
}

.secret_description__title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 22px;
  padding: 0;
  /* background-image: url(../images/item/secret_list_page__title_arrow1.png); */
  background-repeat: no-repeat;
  background-position: center left;
  /* padding-left: 18px; */
}

.secret_description__title:first-letter {
  padding-right: 6px;
}

.secret_description__title:after {
  /* content:""; */
  background-image: url(../images/item/secret_list_page__title_arrow2.png);
  background-repeat: no-repeat;
  background-position: center left;
  width: 9px;
  display: inline-block;
  height: 18px;
  margin-bottom: -2px;
  margin-left: -2px;
}

/* 絞り込み */
#item .menu-search {
  text-align: right;
}
#item .menu-search img {
  width: 15px;
  margin-right: 5px;
  vertical-align: text-bottom;
}

#item #list_block {
/* 20191224 PAL */
/*  border-top: 1px solid #999;
  border-bottom: 1px solid #999;*/
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  padding: 5px 0;
  margin-top: 8px;
/* 20190823 PAL */
/*  font-size: 14px; */
  font-size: 13px;
  margin-bottom: 30px;
}

#item #list_block .top {
  width: 250px;
  float: left;
  margin: 12px 0;
}

#item #list_block .menu {
/* 20190823 PAL */
/*  width: 562px; */
  float: right;
  margin: 12px 0;
  text-align: left;
}

#item #list_block .menu li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
#item #list_block .menu li:last-child {
  margin-right: 0 !important;
}

#item #list_block .menu li.sp1 {
/* 20190823 PAL */
/*  margin-right: 20px; */
  margin-right: 15px;
  /*margin-top: 12px;*/
}
/* 20190823 PAL */
#item #list_block .menu li.sp1 .mod_dropnavi_child ul li{
  font-size: 13px;
}

#item #list_block .menu li.sp2 {
  margin-right: 10px;
}

#item #list_block .menu li.sp3 {
  margin-right: 30px;
  /*margin-top: 12px;*/
}

#item #list_block .menu a.link {
/* 20191224 PAL */
/*  background: url(../images/item/menu_list.gif);
  background-repeat: no-repeat;
  background-position: left center;*/
/* 20190820 PAL */
/*  padding-left: 20px; */
  padding-left: 15px;
}

/* 20191224 PAL */
#item #list_block .menu a.link::before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1px #999999;
  border-right: solid 1px #999999;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -5px;
}

#item #list_block .display_line2.on {
  background: url(../images/item/menu01_on.gif) no-repeat;
  width: 44px;
  height: 44px;
  background-size: 44px 44px;
  display: block;
}

#item #list_block .display_line2 {
  background: url(../images/item/menu01_off.gif) no-repeat;
  width: 44px;
  height: 44px;
  background-size: 44px 44px;
  display: block;
}

#item #list_block .display_line3.on {
  background: url(../images/item/menu02_on.gif) no-repeat;
  width: 44px;
  height: 44px;
  background-size: 44px 44px;
  display: block;
  cursor: pointer;
}

#item #list_block .display_line3 {
  background: url(../images/item/menu02_off.gif) no-repeat;
  width: 44px;
  height: 44px;
  background-size: 44px 44px;
  display: block;
  cursor: pointer;
}

#item #item_pic_block ul,
#item #item_pic_block2 ul {
  width: 822px;
  margin-right: -10px;
  overflow: hidden;
}
/*191224 PAL*/
#item #item_pic_block ul p,
#item #item_pic_block2 ul p{
  display: block;
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
/*191224 PAL*/
#item #item_pic_block ul img,
#item #item_pic_block2 ul img{
  margin-bottom:7px;
}

/*#item #item_pic_block li{
width: 263px;
float: left;
line-height: 175%;
font-size: 12px;
margin: 0 10px 30px 0;
}
#item #item_pic_block2 li{
width: 152px;
float: left;
line-height: 175%;
font-size: 12px;
margin: 0 10px 30px 0;
}
#item #item_pic_block .textOverflowTest4,
#item #item_pic_block2 .textOverflowTest4 {
overflow: hidden;
height: 45px;
}*/

#item #item_pic_block li a:hover,
#item #item_pic_block2 li a:hover {
  text-decoration: none;
}

#item #item_pic_block .ico_box,
#item #item_pic_block2 .ico_box {
  /* 191224 PAL */
/*  margin: 8px 0 5px 0;*/
  margin: 0;
}

#item #item_pic_block .price,
#item #item_pic_block2 .price {
  /* margin-top: 5px;*/
display: inline-block;
}

#item #item_pic_block .price + .price,
#item #item_pic_block2 .price + .price {
  margin-top: 0;
}

#item #item_pic_block .price .tt01,
#item #item_pic_block2 .price .tt01 {
  /*191223 PAL*/
/*  font-weight: bold;
  font-size: 16px;*/
  font-weight: normal;

}

#item #item_pic_block .price .tt02,
#item #item_pic_block2 .price .tt02 {
  /*191223 PAL*/
/*  font-weight: bold;
  font-size: 16px;*/
  font-weight: normal;
  color: #ee2e2e;
}

.salecolor {
  color: #ee2e2e;
}

#item .utility3Link li {
  position :relative;
  width: 18.7%;
  height: 335px;
  float: left;
  line-height: 175%;
  font-size: 12px;
  margin: 0 10px 30px 0;
  -webkit-transition: max-width 250ms ease-out 0s;
  transition: max-width 250ms ease-out 0s;
}

#item .utility3Link li .price {
  /*191224 PAL*/
/*  margin-top: 5px;*/
  display: block;
}

#item .display2line li {
  width: 32% !important;
  /* height: auto; */
  height: 430px;
  float: left;
  line-height: 175%;
  font-size: 12px;
  margin: 0 10px 30px 0;
  -webkit-transition: max-width 250ms ease-out 0s;
  transition: max-width 250ms ease-out 0s;
  position: relative;
}

#item .display2line li .price {
  margin-top: 5px;
  display: inline-block !important;
}


/* item-詳細 */

#item .details_item_line {
  /*191224 PAL*/
/*  border-bottom: 1px solid #999;*/
  border-bottom: 1px solid #dadada;
  padding-bottom: 80px;
  margin-bottom: 80px;
}

#item .details_item_line2 {
  /*191224 PAL*/
/*  border-bottom: 1px solid #999;*/
border-bottom: 1px solid #dadada;
  padding-bottom: 50px;
  margin-bottom: 40px;
}

#item #details_left {
  width: 515px;
  float: left;
}

.slider--item .bx-wrapper, .slider--item {
  margin-bottom: 0 !important;
}

.slider--item .bx-viewport {
  padding-bottom: 0;
}

.pager--multi img {
  border: 1px solid #fff;
  /* margin-left: 2px; */
  /* margin-top: -1px; */
  box-sizing:border-box;
}
.pager--multi .active img {
  border: 1px solid #999;
  /* margin-left: -1px; */
  /* margin-top: -1px; */
}
#item #details_left .color_t {
  margin: 20px 0 15px 0;
  font-size: 14px;
}

#item #details_left #thumb {}

#item #details_left #thumb li {
  text-align: center;
  width: 95px;
  float: left;
  cursor: pointer;
  margin: 0 10px 20px 0;
}

#item #details_left #color li {
  text-align: center;
  width: 95px;
  float: left;
  margin: 0 10px 20px 0;
}

#item #details_left #thumb li:nth-child(5n),
#item #details_left #color li:nth-child(5n) {
  margin-right: 0;
}

#item #details_left #color li:nth-child(5n+1){
  clear: both;
}

#item #details_left #thumb li p.mt,
#item #details_left #color li p.mt {
  margin-top: 5px;
}

#item #details_left .details_t {
  margin: 0px 0 15px 0;
  font-size: 14px;
}

#item #details_left .btm_box .btm01 {
  float: left;
  margin-bottom: 15px;
}

#item #details_left .btm_box .btm02 {
  float: right
}

#item #details_right {
  width: 515px;
  float: right;
}

#item #details_right .new_ico {
/* 20191223 PAL */
/*  padding: 3px 15px; */
  padding: 3px 15px 0 0;
}

#item #details_right .brand_name {
  font-size: 14px;
  margin: 15px 0 5px 0;
}

#item #details_right .item_name {
  font-size: 24px;
}

#item #details_right .price_txt {
  font-size: 16px;
}

#item #details_right .price_txt span {
  font-weight: bold;
  font-size: 20px;
  margin-top: 5px;
}

.point-val{
  margin: 10px 0 5px 0;
}

.point-val--1{
  padding-right:2px;
}
.point-val--2{
  padding-left:2px;
}

#item #details_right .comment {
  font-size: 14px;
  margin-top: 10px;
  /*191224 PAL*/
/*  border-bottom: 1px solid #999;*/
border-bottom: 1px solid #dadada;
  padding-bottom: 35px;
  margin-top: 40px;
  margin-bottom: 0;
}

#item #details_right .cart_pic p {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  font-size: 14px;
}

#item #details_right .cart_pic {
  display: flex;
  margin-top:30px;
  align-items: center;
  /*191224 PAL*/
/*  border-bottom: 1px solid #999;*/
  border-bottom: 1px solid #dadada;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
#item #details_right .cart_pic__desc {
  display: inline-flex;
  flex-wrap: wrap;
}
#item #details_right .cart_pic__desc__color {
  width: 100%;
}
/* 割引 */
#item #details_right .cart_pic__desc__price--orig-price {
  margin-right: 0 !important;
}
#item #details_right .cart_pic__desc__price--orig-price span {
  text-decoration: line-through;
}
#item #details_right .cart_pic__desc__price--discount {
  margin-right: 0 !important;
  color: #ee2e2e;
}
/* 税込・税抜 */
#item #details_right .price_tax_notation {
  font-size: 12px;
}

#item #details_right .cart_inbox {
  /*191224 PAL*/
/*  border-bottom: 1px solid #999;*/
  border-bottom: 1px solid #dadada;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 14px;
}

#item #details_right .cart_inbox.btm {
  margin-bottom: 20px;
}

#item #details_right .cart_inbox dt {
  width: 250px;
  float: left;
  margin-top: 10px;
}

#item #details_right .cart_inbox dd {
  width: 200px;
  float: right;
}

#item #details_right .cart_inbox dt span {
  /*color: #de2525;*/
}

.cart_inbox__size {
  width: 1.5em;
  display: inline-block;
}

.cart_inbox__mess {
  display: inline-block;
}

#item #details_right .item_table_t {
  font-size: 14px;
  margin-top: 30px
}

#item #details_right .item_table {
  margin-top: 5px;
  font-size: 14px;
  border: none;
  /*191224 PAL*/
  /*  border-collapse: separate;
  border-spacing: 1px;*/
}

#item #details_right .item_table th {
  /*191224 PAL*/
/*  background: #D9D9D9;*/
  background: #f4f4f4;
  padding: 13px 0;
  width: 90px;
  text-align: center;
  /*191224 PAL*/
  border-collapse: collapse;
  border:solid 1px #dadada;
}

#item #details_right .item_table td {
  padding: 13px;
  border: none;
  /*191224 PAL*/
/*  background: #F8F8F8;*/
  background:#fff;
  border-collapse: collapse;
  border:solid 1px #dadada;
}

#item #details_right .item_table.cen td {
  text-align: center;
}

#item #details_right .btm_size {
  margin-top: 20px;
  cursor: pointer;
}
#item #details_right .btm_size a img {
/*191227 PAL*/
/*  width:100%; */
  width:250px;
}
#item #details_right .btm_size a.vs-button img {
  width:auto !important;
}

#item .cart_Box,
#item .mail_Box,
#item .mail_Box02,
#item .reservation_box {
  width: 100%;
  height: 100%;
  background: #000;
  background-color: rgba(51, 51, 51, 0.8);
  position: fixed;
  top: 0px;
  /* padding-top: 20px; */
  left: 0;
  overflow-y: auto;
  z-index: 2000;
}

#item .cart_Box .guide_rap,
#item .reservation_box .guide_rap {
  background: #fff;
  width: 515px;
  min-height: 100%;
  padding: 30px 0;
/* 20200923 PAL */
/*  height: 168px;
  padding: 60px 0; */
  /* min-height: 183px; */
  /* padding: 60px 0px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%); */
  /* right: 0;
  bottom: 0; */
  margin:0 auto;
  text-align: center;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#item .mail_Box .guide_rap,
#item .mail_Box02 .guide_rap {
  background: #fff;
  width: 600px;
  height: 905px;
  /*430px*/
  padding: 60px 0;
  position: absolute;
  box-sizing: border-box;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  overflow-y: auto;
}

#item .mail_Box .guide_rap div.item_detail,
#item .mail_Box02 .guide_rap div.item_detail {
  width: 500px;
  margin: 0 auto;
  background: #F4F4F4;
  box-sizing: border-box;
  padding: 30px;
  font-size: 14px;
}

#item .mail_Box p.restock_message{
  width: 500px;
  margin: 0 auto 10px;
}

#item .mail_Box p.restock_attention {
  width: 500px;
  margin: 10px auto 0;
  color: #239BD9;
  font-size: 12px;

}

#item .cart_Box .guide_rap .guide_cart_t {
/* 20200923 PAL */
/*  font-size: 18px; */
  font-size: 14px;
}

#item .reservation_t {
  font-size: 14px !important;
  margin-top: 16px;
}

#item .cart_Box .guide_rap .guide_cart_bt,
#item .reservation_box .guide_rap .guide_cart_bt {
  margin: 40px 0 10px 0;
}

#item .mail_Box .mail_close,
#item .mail_Box02 .mail_close,
#item .reservation_close {
  position: fixed;
  top: 20px;
  left: 50%;
  cursor: pointer;
  transform: translateX(258px)rotate(45deg)!important;
}

#item .mail_Box .mail_close,
#item .mail_Box02 .mail_close {
  width: 18px;
  height: 18px;
  transform: rotate(45deg);
}

#item .mail_Box .mail_close::before,
#item .mail_Box02 .mail_close::before {
  content: "";
  display: block;
  width: 1px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #808080;
  transform: translate(-50%, -50%);
}

#item .mail_Box .mail_close::after,
#item .mail_Box02 .mail_close::after {
  content: "";
  display: block;
  width: 18px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #808080;
  transform: translate(-50%, -50%);
}

#item .mail_Box .mail_tl {
  font-size: 18px;
  margin-bottom: 30px;
  text-align: center;
}

#item .mail_Box02 .mail_tl {
  font-size: 18px;
  margin-bottom: 30px;
  text-align: center;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
}

#item .mail_Box .mail_category {
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
}

#item .mail_Box .mail_form {
  border: 1px solid #ccc;
  width: 75%;
  padding: 12px 10px 12px 10px;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
}
#item .mail_Box p.mail_message{
  text-align: center;
  font-size: 12px;
  margin-bottom: 15px;
}
#item .mail_Box .mail_tt {
  font-size: 12px;
  width: 500px;
  margin: 0 auto;
}

#item .mail_Box .mail_tt span.indent-1-blue {
  color: #239BD9;
}

#item .mail_Box02 .mail_tt {
  margin: 30px auto 30px auto;
  text-align: center;
  font-size: 14px;
  width: 585px;
}

#item .mail_Box .mail_check {
  margin: 20px auto 0 auto;
  width: 280px;
}

#item .mail_Box input[type='checkbox'] {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  position: absolute;
}

#item .mail_Box .cbxbd {
  background: url(../images/member/check.png) no-repeat left top;
  height: 20px;
  line-height: 20px;
  display: block;
  padding: 0 0 0 28px;
  cursor: pointer;
  overflow: hidden;
}

#item .mail_Box .c_on {
  background-position: left bottom;
}

#item .mail_Box .btn {
  text-align: center;
  margin-top: 40px;
}

#item .mail_Box .btn a {
  background: #707070;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
  width: 275px;
  margin: 0 auto;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
}

#item .mail_Box02 .btn {
  text-align: center;
  margin-top: 150px;
}

#item .mail_Box .line_not,
#item .mail_Box .address_box {
  width: 500px;
  margin: 30px auto 10px auto;
}

#item .mail_Box .line_not dt {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: #DADADA 1px solid;
  margin-bottom: 20px;
}

#item .mail_Box .address_box dt {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: #DADADA 1px solid;
  margin-bottom: 20px;
}

#item .mail_Box .line_not dd a {
  width: 275px;
  height: 50px;
  background: #06C755;
  color: #fff;
  margin: 15px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-size: 14px;
}

#item .mail_Box .address_box dd {
  margin-bottom: 30px;
}

#item .mail_Box .address_box dd p {
  margin-bottom: 20px;
}

#item .mail_Box .address_box dd label {
  display: block;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 7px;
}

#item .mail_Box .address_box dd input[type="text"] {
  border: 1px solid #dadada;
  border-radius: 5px;
  padding: 0;
  height: 40px;
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
}

#item .mail_Box input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
}

#item .mail_Box input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  font-size: 14px;
  line-height: 30px;
  cursor: pointer;
}

@media (min-width:1px) {
  #item .mail_Box input[type=checkbox] {
    display: none;
    margin: 0;
  }
  #item .mail_Box input[type=checkbox] + label {
    padding: 0 0 0 30px;
  }
  #item .mail_Box input[type=checkbox] + label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -9px;
    background: #FFF;
  }
  #item .mail_Box input[type=checkbox] + label::before {
    border: 2px solid #ccc;
    border-radius: 30px;
  }
  #item .mail_Box input[type=checkbox]:checked + label::after {
    content: "";
    position: absolute;
    top: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
  }
  #item .mail_Box input[type=checkbox]:checked + label::after {
    left: 4px;
    width: 12px;
    height: 12px;
    margin-top: -5px;
    background: #262626;
    border-radius: 8px;
  }
}

#item .details_pic_img {
  margin-top: 30px;
  width: 1110px;
}

#item .details_pic_img li {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
  width: 515px;
}

#item .details_pic_img li img {
  width: 100%;
}
#ss-w-alhd-coordinateList-item ul li{
/* 20200526 PAL */
/*  height: 317px; */
  height: 340px;
}
#ss-w-alhd-coordinateList-item ul li .staffHeight,
#ss-w-alhd-coordinateList-item ul li .textOverflow{
  font-size:12px;
}
#item .othe_box {
  /*
  20170627 nishimura
      margin-bottom: 80px; */
      /*191226 PAL*/
/*  margin-bottom: 0;*/
  margin-bottom: 50px;
}

#item .othe_box a:hover {
  text-decoration: none !important;
}

#item .othe_box ul {
  width: 1070px;
  overflow: hidden;
  margin-right: -10px;
}

#item .othe_box li {
  text-align: center;
  width: 204px;
  float: left;
  margin: 0 10px 10px 0;
}

#item .othe_box li .name {
  font-size: 14px;
  margin-top: 8px;
}

#item .othe_box .more {
  margin: 15px 0 0;
  text-align: center;
  line-height: 1;
/* 2021-03-15 PAL */
/*
  border-bottom: solid 1px #999999;
  border-top: solid 1px #999999;
*/
  padding: 30px;
  font-size: 16px;
/* 2021-03-15 PAL */
/*
  background: url(../images/top/more_open.png) center center no-repeat;
*/
}
#item .othe_box .open .more {
/* 2021-03-15 PAL */
/*  background: url(../images/top/more_close.png) center center no-repeat; */
}
/* 2021-03-15 PAL */
#item .othe_box .more:after {
  content:"▼ すべて見る";
  border:1px solid #999999;
  padding:15px 40px;
  font-size:12px;
  cursor:pointer;
}
#item .othe_box .open .more:after {
  content:"▲ 閉じる";
}

#item .othe_box .more a {
  display: inline-block;
  line-height: 1.417;
  color: #333;
  text-decoration: none;
  cursor: hand;
}

#item .othe_box .more {
  margin: 20px 0 0;
/* 2021-03-15 PAL */
/*  text-align: right; */
  text-align: center;
  line-height: 1;
}

#item .none_text {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

#item .none_btm {
  text-align: center;
  margin-top: 80px;
}

#item .none_btm p {
  display: inline-block;
  margin-right: 10px;
}


/* sale */

#item #details_right .price_txt span.tax {
  font-size: 16px;
  font-weight: normal;
  color: #333;
}

#item #details_right .red {
  color: #F00;
}

#item #details_right .line {
  text-decoration: line-through;
}

#item #details_right .off {
  color: #F00;
  font-weight: bold;
  font-size: 16px;
}

.reserveBox {
  background: #f2f2f2;
  padding: 17px 20px 17px 22px;
  border-radius: 2px;
  /* border-bottom: 1px solid #999; */
  margin-bottom: 10px;
}
.reserveBox p.tit span{
  color: #EE2E2E !important;
}

.price__difference_txt {
  background: #f2f2f2;
  padding: 17px 15px;
  margin-bottom:5px;
  color: #E73656;
  /*color: #f00;*/
}

.sale_caution {
  padding: 10px 0;
  color: #F00;
  font-size: 12px;
}


/* coordinate modal */

.coordinate--slider {
  display:none !important;
  width: 515px;
  overflow: hidden;
  margin-top: 30px;
}

.coordinate--slider .bx-wrapper {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.coordinate--slider ul {
  /* width: 1100px !important; */
}

.coordinate--slider li {
  width: 95px !important;
}

.coordinate--slider li .photo {
  width: 95px !important;
  height: 114px !important;
  /* background: #ccc; */
  position: relative;
}

.coordinate--slider li .photo img {
  height: 100% !important;
  width: auto !important;
  max-width: inherit;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50%;
  right: -50%;
  margin: auto;
}

.coordinate--slider .bx-wrapper .bx-controls-direction a {
  z-index: 2000;
  top: 60px;
}

.coordinate--slider .bx-wrapper .bx-next {
  right: -5px;
  background-repeat: no-repeat;
  background-position: -43px -32px;
  background-image: url(images/controls_pal_item_modal.png);
}

.coordinate--slider .bx-wrapper .bx-prev {
  left: -5px;
  background-repeat: no-repeat;
  background-position: 0 -32px;
  background-image: url(images/controls_pal_item_modal.png);
}


.slider--item .bx-wrapper .bx-next,
.slider--item .bx-wrapper .bx-next:hover,
.slider--item .bx-wrapper .bx-next:active {
  right: 0;
/*
  width: 21px;
  height: 59px;
  background-repeat: no-repeat;
  background-position: -49px 0 !important;
  background-image: url(images/controls_pal_item_modal--item.png);
*/
}
.slider--item .bx-wrapper .bx-prev,
.slider--item .bx-wrapper .bx-prev:hover {
/*
  width: 21px;
  height: 59px;
  background-repeat: no-repeat;
  background-position: -5px 0 !important;
  background-image: url(images/controls_pal_item_modal--item.png);
*/
  left: 0;
}


/* slider common */

.coordinate--slider .bx-wrapper .bx-pager.bx-default-pager a,
.slider--item.bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
  border: 1px solid #AAAAAA;
  display: block;
  border-radius: 50%;
}
.coordinate--slider .bx-wrapper .bx-pager.bx-default-pager a:hover,
.coordinate--slider .bx-wrapper .bx-pager.bx-default-pager a.active,
.slider--item.bx-wrapper .bx-pager.bx-default-pager a:hover,
.slider--item.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
  border: 1px solid #000;
}


/* modal */

.coordinate_box {
  width: 100%;
  height: 100%;
  background: #000;
  background-color: rgba(51, 51, 51, 0.8);
  position: fixed;
  top: 0px;
  /* padding-top: 20px; */
  left: 0;
  overflow-y: auto;
  z-index: 2000;
}

.coordinate_box .close {
  /*position: absolute;
top: 0;
right: 0;*/
  text-align: right;
}

.coordinate_box .guide_rap {
  background: #fff;
  width: 900px;
  min-height: 900px;
  padding: 30px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  /* bottom: 0; */
  margin: auto;
  /* text-align: center; */
}

.coordinate--modal .bland_logo_img {
  margin-top: 0;
}

.coordinate--modal .detail_title .bold,
.coordinate--modal .detail_title .title_days .bold {
  font-weight: bold;
  font-size: 18px;
}

.coordinate--modal .detail_title h2 {
  margin-top: 0;
  text-align: left;
  font-size: 26px;
  padding-bottom: 15px;
  border-bottom: 1px #999 solid;
  margin-bottom: 40px;
}

.coordinate--modal .detail_title .title_days {
  margin-bottom: 10px;
}

.coordinate--modal .detail_title h2 {
  margin-bottom: 30px;
}

.coordinate--modal__main_img {
  float: left;
  width: 450px;
}

.coordinate--modal__main_img .time {
  margin-top: 5px;
  text-align: right;
  font-size: 12px;
}

.coordinate--modal__main_img .shop_name {
  text-align: right;
  font-size: 12px;
}

.coordinate--modal__main_img img {
  width: 100%;
}

.coordinate--modal .comment {
  font-size: 15px;
  margin-bottom: 40px;
}

.coordinate--modal h3 {
  font-size: 16px;
}

.coordinate--modal__async_refine_display_item {
  float: left;
  width: 420px;
  padding-left: 30px;
}

.coordinate--modal__list_item {
  width: 130px;
  margin: 7px;
  /* margin-top: 20px;*/
  float: left;
}

.photo--coordinate {
  margin-bottom: 5px;
}

.photo--coordinate img {
  margin-top: 7px;
  width: 100%;
}

.coordinate--modal__list {
  margin-left: -5px;
  width: 480px;
}

.coordinate--modal {
  /*position: relative;*/
}

.coordinate__prev {
  position: absolute;
  top: 50%;
  left: -60px;
  /*-96px*/
  /* background: url(../images/brand/left.png) no-repeat; */
  width: 23px;
  height: 42px;
  cursor: pointer;
  padding: 20px;
  z-index: 2000;
}

.coordinate__prev img,
.coordinate__next img {
  width: 100%;
}

.coordinate__next {
  position: absolute;
  top: 50%;
  right: -60px;
  /*-96px*/
  /* background: url(../images/brand/right.png) no-repeat; */
  width: 23px;
  height: 42px;
  padding: 20px;
  z-index: 2000;
  cursor: pointer;
}

.coordinate--slider-header {
  display: table;
  width: 100%;
}

.coordinate--slider-bloglogo {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

.coordinate--slider .tl {
  font-size: 24px;
  display: table-cell;
  position: relative;
  top: -4px;
}

.coordinate--slider-bloglogo img {
  vertical-align: inherit;
  padding-left: 4px;
  margin-top: -4px;
  width: 110px;
}

.coordinate--slider-bloglogo span {
  padding-top: 3px;
  font-size: 8px;
  color: #666;
}

.coordinate--modal__blog-summary {
  margin-bottom: 15px;
}

.coordinate--modal__blog-summary .textOverflow p {
  font-size: 16px;
  height: 42px;
  line-height: 1.4;
  position: relative;
  margin-bottom: 2px;
}

.coordinate--modal__blog-summary .textOverflow p:before {
  top: 18px;
  padding-left: 4px;
  line-height: 1.6;
}

.coordinate--modal__blog-summary > h3 {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.coordinate--modal .shop_name {
  margin-bottom: 0;
}

ul#item_detail_help{
  margin-top:40px;
  padding:10px 20px;
  width:472px;
  /*191224 PAL*/
/*  background:#f8f8f8;*/
  background:#f4f4f4;
}
#item_detail_help li{
  font-size:10px;
  margin-left:3px;
  margin-top:5px;
  margin-bottom:5px;
}
#item_detail_help li.item_detail_help_title{
  margin-left:0;
  font-size:12px;
}
#item_detail_help li a{
  font-size:11px;
}
.timesale_text{
  margin-top:3px;
  color:#ff0000;
  font-size:12px;
}
.timesale_text span{
  margin-left:5px;
}

/* 2020-08-13 PAL */
#details_right .favorite{
    margin:0 0 5px 0;
}
div.point-val + div{
  margin-bottom: 20px;
}
#div4_attention{
    margin:0 0 20px 0;
    padding:16px;
    font-size:12px;
    border:1px solid #dadada;
}

/* 2020-10-30 PAL */
#slider_main--item .item_detail_comment{
    margin:7px 0;
    font-size:12px;
/* 2021-07-21 PAL */
    height:auto;
}

/* 2021-03-25 PAL */
.item_detail_video_comment{
    margin:50px 106px 30px;
}

.staff_start_coordinate_ul{
	display:flex;
}

.staff_start_coordinate_ul input[type='checkbox']{
	display:flex;
  position: relative;
  top: -18px;
}
#ss-w-alhd-pc-otherCcoordinateTitle{
	margin-bottom: 30px;
}

.staff_start_coordinate_checkbox{
	display : flex;
	appearance : checkbox;
	margin-top : 13px;
	margin-left : 40px;
}

.staff_start_coordinate_label{
	margin-top : 10px
}

.photo {
	width: 196px;height: 245px;overflow: hidden;position: relative;
}
/* 2021-07-05 PAL */
#coordinate .detail_block01 #ss-w-alhd-pc-coordinateDetailMeta .photo {
    height:auto;
}

 #ss-w-alhd-coordinateList-item h3.morelink a.more--link {
    position: absolute;
    top: 16px;
    right: 0;
    display: inline;
    margin: 0 !important;
    padding: 0 35px 0 0;
    width: auto;
    height: auto;
    border: 0;
    text-decoration: none;
    background: none;
    line-height: 1;
    box-sizing: border-box;
    text-align: center;
}
#ss-w-alhd-coordinateList-item h3 a {
    font-family: 'Lato', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'Hiragino Kaku Gothic ProN', "メイリオ", Meiryo, "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif !important;
}
#ss-w-alhd-coordinateList-item h3.morelink a:after {
    right: 20px;
    width: 6px;
    height: 6px;
    margin-top: -5px;
    display: block;
    position: absolute;
    top: 50%;
    border-top: solid 1px #666;
    border-right: solid 1px #666;
    transform: rotate(45deg);
    content: "";
}

/* クーポンアナウンス */
.coupon_announce{
  margin: 40px auto 40px;
  background: #F3FAFD;
  padding:35px 30px 35px;
  width: 90%;
  box-sizing: border-box;
}
.coupon_announce .just_more{
  font-weight: bold;
  margin-bottom: 15px;
  color: #219BD9;
  font-size: 15px;
  border-bottom: dotted 1px #219BD9;
  padding-bottom: 5px;
}
.coupon_announce .coupon_detail{
  width: 80%;
  margin: 0 auto;
}
.coupon_announce .coupon_detail .coupon_name{
  font-weight: bold;
  margin-bottom: 15px;
  color: #219BD9;
}
.coupon_announce .coupon_detail .coupon_limit{
  font-size: 11px;
  margin-bottom: 30px;
}
.coupon_announce .coupon_detail .coupon_limit a{
  display: inline-block;
  text-decoration: underline;
  color: #222;
  font-size: 11px;
  margin-left: 10px;
}
.couponItemArea{
  margin-top: 20px;
  position: relative;
}
.couponItemArea .couponItemTitle{
  margin-bottom: 10px;
}
.couponItemArea ul{
  overflow-x: scroll;
  font-size: 0;
  white-space: nowrap;
  box-sizing: border-box;
  margin-bottom: 20px;
   /*スクロールバー非表示（IE・Edge）*/
   -ms-overflow-style: none;
   /*スクロールバー非表示（Firefox）*/
   scrollbar-width: none;
   
}
.couponItemArea ul:-webkit-scrollbar{
  display: none; 
}
.couponItemArea ul li{
  vertical-align: top;
  display: inline-block;
  width: 142px;
}
.couponItemArea ul li div.textOverflow p.label::after,.couponItemArea ul li div.textOverflow p.label::before{
  display: none;
}
.couponItemArea ul li p.photo,.couponItemArea ul li p.photo img{
  display: block;
  width: 100%;
}
.couponItemArea ul li p{
  font-size: 12px;
  text-align: left;
  box-sizing: border-box;
  padding: 0 6px;
  white-space: wrap;
}
.couponItemArea ul li p.photo{
  margin-bottom: 10px;
  padding: 0;
}
.couponItemArea ul li p.price::before{
  content: "¥";
}
.couponAllItem{
  width: 60%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  background: #219BD9;
  border-radius: 5px;
  color: #fff!important;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}

.couponItemArea a.coupon-scroll-left,.couponItemArea a.coupon-scroll-right{
  width: 30px;
  height: 30px;
  border: 1px solid #dadada;
  background: #fff;
  top: 100px;
  z-index: 3;
}
.couponItemArea a.coupon-scroll-left{
  position: absolute;
  left: 0;
  transform: translate(0,0);
  opacity: 0;
  transition:1s;
}
.couponItemArea a.coupon-scroll-right{
  position: absolute;
  right: 0;
  transform: translate(0,0);
  transition:1s;
}
.couponItemArea a.coupon-scroll-left::before{
  width: 6px;
    height: 6px;
    border-top: 1px solid #575757;
    border-left: 1px solid #575757;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: rotate(-45deg) translate(1px, -3px);
    content: "";
    display: block;
}
.couponItemArea a.coupon-scroll-right::before{
  width: 6px;
  height: 6px;
  border-top: 1px solid #575757;
  border-right: 1px solid #575757;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotate(45deg) translate(-5px, 0px);
  content: "";
  display: block;
}

span.top_item_fav_btn{
  display: flex;
  width: 32px;
  height: 32px;

  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #fff;

  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  
}
span.top_item_fav_btn::before{
  font-family: var(--icon);
  color: var(--pink);
  content: var(--fav);
  font-size: 20px;
  position: relative;
  top: 1px;
}
span.top_item_fav_btn.active::before{
  font-variation-settings: var(--fill);
}

#ss-w-alhd-pc-coordinateItem li div.listInner,.s5_reco_item div.listInner,.detail_relateditem div.listInner{
  position: relative;
}

