/* メイン */
.information-bell {
	position: relative;
}

.information-bell img.img-bell {
	width: 40px;
	position: absolute;
	top: -35px;
	right: 0;
	cursor: pointer;
}

.information-bell .information-list-box {
	display: none;
	position: absolute;
	top: 13px;
	right: 0;
	background-color: #FFFFFF;
	border-radius: 4px;
	margin: 0;
	padding: 0;
	width: 90%;
	max-width: 400px;
	z-index: 201;
}

.information-bell .information-list-box::after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	border: 10px solid transparent;
	border-bottom-color: #F0F0F0;
	bottom: 100%;
	right: 9px;
}

.information-bell .information-list-box h3 {
	font-size: 20px;
	text-align: center;
	margin: 0;
	padding: 10px 0;
	border-radius: 4px 4px 0 0;
	background-color: #F0F0F0;
	color: #007AFF;
}

.information-bell .information-list-box h4 {
	font-size: 17px;
	text-align: center;
	margin: 0;
	padding: 20px 0 0;
	color: #007AFF;
}

.information-bell .information-list-box ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-bottom: 1px solid #C7C7C7;
}

.information-bell .information-list-box ul:last-child {
	border-bottom: none;
}

.information-bell .information-list-box ul li {
	margin: 0;
	padding: 5px 10px;
	border-bottom: 1px solid #C7C7C7;
}

.information-bell .information-list-box ul li:last-child {
	border-bottom: none;
}

.information-bell .information-list-box ul li .text-info-box {
	display: table;
	width: 100%;
}

.information-bell .information-list-box ul li .text-info-box .box-left {
	display: table-cell;
	width: 60px;
}

.information-bell .information-list-box ul li .text-info-box .box-left img {
	width: 100%;
	vertical-align: middle;
}

.information-bell .information-list-box ul li .text-info-box .box-right {
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
	cursor: pointer;
}

.information-bell .information-list-box ul li .bag-info-box {
	display: table;
	width: 100%;
}

.information-bell .information-list-box ul li .bag-info-box .box-left {
	display: table-cell;
	width: 30%;
}

.information-bell .information-list-box ul li .bag-info-box .box-left img {
	width: 100%;
	vertical-align: middle;
	cursor: pointer;
}

.information-bell .information-list-box ul li .bag-info-box .box-right {
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
	cursor: pointer;
}

.overlay-information {
	position: absolute;
	display: none;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 200;
	background-color: rgba(0,0,0,0.6);
}

.banner-gif {
	width: 100%;
	position: relative;
	background-image: url(../../img/recommend/buy.png);
	background-position:center -2px;
	background-repeat: no-repeat;
	background-size: auto 100%;
}

.banner-gif .movie-unit-name {
	font-size: 12px;
	position: absolute;
	margin: 0;
	padding: 5px 10px;
	color: #FFFFFF;
	background-color: #BE8691;
	opacity: 0.8;
	top: 0;
	right: 0;
}

.main-information-bar {
	padding: 0;
	margin: 10px 0;
	list-style-type: none;
	font-size: 14px;
}

.main-information-bar li {
	width: 100%;
	height: 48px;
	line-height: 48px;
	color: #007aff;
	border-top: 1px solid #CCCCCC;
	padding: 0 15px;
	cursor: pointer;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

.main-information-bar li:last-child {
	border-bottom: 1px solid #CCCCCC;
}

.main-information-bar li:before,
.main-information-bar li:after {
	position: absolute;
	top: 27px;
	display: block;
	content: '';
	width: 10px;
	height: 2px; /* 太さ */
	background-color: #828282;
	border-radius: 4px;
	right: 10px;
}

.main-information-bar li:before {
	margin-top: -10px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.main-information-bar li:after {
	margin-top: -3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.panels {
	margin: 0;
	/* padding: 0 0 20px; */
	padding: 0 0 4px;
}

.panels .panel-column{
	height:130px;
	margin-bottom:8px;
}

.panels .panel-box {
	width:220px;
	height:110px;
	margin: 2px;
	position: relative;
	cursor: pointer;
  background-color:#000;
}

.panels .panel-box img {
	width: 100%;
	opacity: .85;
	background-color:#000;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
	-khtml-opacity: .75;
	-moz-opacity: .75;
}

.panels .panel-box img:hover {
	width: 100%;
  opacity: 1;
  background-color:#000;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -khtml-opacity: 1;
  -moz-opacity: 1;
}

.panels .panel-box .category-unit-title {
	position: absolute;
	bottom: 5px;
	left: 5px;
	color: #fff;
	margin:0;
	padding:3px;
	font-size: 14px;
	line-height: 14px;
}

.panels .panel-box .category-unit-comment {
	height: 60px;
	font-size: 13px;
	line-height: 20px;
	padding: 5px 10px;
}

#special__contents .panels .panel-box .category-unit-comment {
	position:relative;
	bottom:110px;
	width:100%;
	font-size: 11px;
	line-height: 20px;
	padding: 25px 10px 0 10px;
	overflow:hidden;
	background-color: rgba(0,0,0,.4);
	color:#fff;
	text-align: center;
}

.panels .container-fluid .row .col-sm-3,
.panels .container-fluid .row .col-sm-6 {
	padding: 0;
}

@media screen and (max-width: 768px ) {
	.panels .panel-column{
		height:auto;
	}
	.panels .panel-box .category-unit-title {
		font-size: 14px;
		bottom: 10px;
		left: 10px;
	}

	.panels .panel-box {
		width:100%;
		height:auto;
	}
}

@media (max-width:  1200px) and (min-width: 993px),
@media screen and (max-width: 1185px ) {
	.panels .panel-box .category-unit-comment {
		height: 60px;
		font-size: 12px;
		line-height: 18px;
		padding: 5px 5px;
	}
}

@media (max-width:  992px) and (min-width: 768px),
@media screen and (max-width: 992px ) {
	.panels {
		margin: 0;
		padding: 0 0 4px;
	}

	.panels .panel-box {
		border: 1px solid #D9D9D9;
		margin: 4px;
		position: relative;
		cursor: pointer;
	}
	.panels .panel-column{
		height:100px;
	}
	.panels .panel-box img {
		width: 100%;
	}

	.panels .panel-box .category-unit-comment {
		height: 60px;
		font-size: 12px;
		line-height: 18px;
		padding: 5px 5px;
	}
	.panels .panel-box .category-unit-comment br {
		display:none;
	}

	.panels .container-fluid .row .col-sm-3,
	.panels .container-fluid .row .col-sm-6 {
		padding: 0;
	}

}

@media only screen and (max-width: 350px) {
	.main-information-bar {
		font-size: 12px;
	}
	.panels .panel-box .category-unit-comment {
		height: 60px;
		font-size: 12px;
		line-height: 18px;
		padding: 5px 5px;
	}
}

/*! Lity - v3.0.0-dev - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */

.lity-active,
.lity-active body {
  overflow: hidden;
}

.lity {
  z-index: 10000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, .9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 95%;
  max-height: 95%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: -o-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

.lity-close,
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  z-index: 9994;
  width: 35px;
  height: 35px;

  /* Change to position: absolute to display close button inside content container */
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  border: 0;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:active {
  top: 1px;
}

/* Image */

.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */

.lity-iframe .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  background: #000;
}

.lity-hide {
  display: none;
}
