@charset "Shift_JIS";

/* --------------------------------------------------------------------
	awooƒy[ƒWƒ^ƒOê—p
--------------------------------------------------------------------- */
button.tt_button_tags,
a.tt_button_tags {
  cursor: pointer;
  display: inline-block;
  width: auto;
  text-align: center;
  background: #fff;
  border: 1px solid #777A7C;
  line-height: 10px;
  font-size: 12px;
  color: #161B1F;
  border-radius: 7px;
  position: relative;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  box-sizing: border-box;
  font-family: "ƒƒCƒŠƒI", Meiryo, "ƒqƒ‰ƒMƒmŠpƒS Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "‚l‚r ‚oƒSƒVƒbƒN", "MS PGothic", sans-serif;
  margin: 0 7px 0 0;
  padding: 7px 12px
}

a.tt_button_tags.active {
  color: #fff;
  text-decoration: none;
  background: #777A7C;
}

button.tt_button_tags:hover,
a.tt_button_tags:hover {
  color: #fff;
  text-decoration: none;
  background: #777A7C;
}

button.tt_button_tags:before,
a.tt_button_tags:before {
  content: '';
  display: block;
  width: 24px;
  height: 25px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

/* ------------------------------------------------- *
 *        tt_block4_nununi_products
 * ------------------------------------------------- */

.tt_block4_nununi_products__product1 {
  list-style: none;
  text-align: center;
  margin: 30px 0 0 0;
}

.tt_block4_nununi_products__product1 > li {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 10px;
}

.tt_block4_nununi_products__product1 > li:first-child {
  margin: 0;
}

.tt_block4_nununi_products .dv_recommend {
  overflow: hidden;
  text-align: center;
  margin: 0 0 20px 0;
}

.tt_block4_nununi_products .dv_recommend .dv_rc_header,
.tt_block4_nununi_products .dv_recommend .dv_rc_footer {
  display: none;
}

.tt_block4_nununi_products .dv_recommend .dv_rc_title {
  position: relative;
  left: 50%;
  display: table;
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  margin: 30px 0 0 0;
}

.tt_block4_nununi_products .dv_recommend .dv_rc_items {
  width: 228px;
  height: 295px;
  display: inline-block;
  border: 3px solid #B1DBF2;
  border-radius: 8px;
  margin: 30px 0 0 10px;
  padding: 15px;
  position: relative;
  background: #fff;
  box-sizing: border-box;
  vertical-align: top;
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

.tt_block4_nununi_products .dv_recommend .dv_rc_items:hover {
  border: 3px solid #0049BC;
}

.tt_block4_nununi_products .dv_recommend .dv_rc_items a {
  display: block;
  text-decoration: none;
}

.tt_block4_nununi_products .dv_recommend .dv_rc_img {
  text-align: center;
}

.tt_block4_nununi_products .dv_recommend .dv_rc_img img {
  max-width: inherit;
  opacity: 1 !important;
}

.tt_block4_nununi_products .dv_recommend .dv_rc_name {
  font-weight: bold;
  margin: 10px 0 0 0;
  text-align: left;
  color: #000;
  position: relative;
  font-size: 14px;
  line-height: 1.5;
  height: 42px;
  overflow: hidden;
  position: relative;
  word-break: break-all;
  text-align: justify;
}

.tt_block4_nununi_products .dv_recommend .dv_rc_name:before,
.tt_block4_nununi_products .dv_recommend .dv_rc_name:after {
  position: absolute;
}

.tt_block4_nununi_products .dv_recommend .dv_rc_name:before {
  content: '...';
  background: #ffffff;
  right: 0px;
  text-align: center;
  width: 1em !important;
  top: 21px;
}

.tt_block4_nununi_products .dv_recommend .dv_rc_name:after {
  content: '';
  height: 100%;
  width: 100%;
  background: 0px;
  z-index: 2;
  background: #ffffff;
}

.tt_block4_nununi_products .dv_recommend .dv_rc_price {
  color: #DD270A;
  font-size: 16px;
  margin: 5px 0 0 0;
  font-weight: bold;
  text-align: left;
}

