/* //////////////////////////////////////////////////////////
/
/	¤ªÃÎ¤é¤»
/
////////////////////////////////////////////////////////// */
#main.top .oshirase-container {
	padding: 30px 20px;
	background: #fff;
	margin: 0px 0px 40px;
	border: 1px solid #efc0c0;
 	text-align:center;
}
#main.top .oshirase-container h3{
	font-size: 22px;
	font-weight: normal;
	text-align: center;
	margin: 0px 0px 0px 0px;
	font-family: "Sawarabi Mincho";
  	color:#ed0000;
}
@media screen and (max-width: 980px) {
#main.top .oshirase-container {
 	text-align:left;
}
}
/* //////////////////////////////////////////////////////////
/
/	MAIN_V
/
////////////////////////////////////////////////////////// */
#main_v {
	margin-top:40px;
	margin-bottom:40px;
}
#main_v .bx-wrapper .bx-viewport {
	box-shadow: 0 0 0px #ccc;
	border: 0px solid #fff;
	left: 0px;
}
#main_v .bx-wrapper .bx-caption span {
	font-size: 12px;
}
#main_v .bx-wrapper .bx-caption span span{
    color: #fff;
	display: inline;
	padding: 3px 10px;
	font-size: 110%;
	background: #c00;
	font-weight: bold;
	margin: 0px 10px 0px 0px;
}
#main_v a img:hover {
	opacity: 1;
}
#adaptive {
	margin: 0px 0px 8px 0px;
}
@media screen and (max-width: 980px) {
#main_v.innerbox {
	width: 100%;
	margin: 0px 0px 40px;
}
}
@media screen and (max-width: 480px) {
#adaptive img{
	width: 100%;
	height: 220px;
	object-fit: cover;
}
}
/* //////////////////////////////////////////////////////////
/
/	CONTAINER
/
////////////////////////////////////////////////////////// */
.info-container {
	padding: 0 0 80px;
    margin: 0px;
    border-bottom: 1px solid #ddd;
}
.container {
	padding: 70px 0 80px;
    margin: 0px;
    border-bottom: 1px solid #ddd;
}
/* //////////////////////////////////////////////////////////
/
/	TOP PAGE TITLE H3
/
////////////////////////////////////////////////////////// */
#main.top .info-container h3{
	font-size:22px;
	font-weight: normal;
	text-align: center;
	margin: 0px 0px 30px 0px;
	font-family: "Sawarabi Mincho";
}
#main.top h3{
	font-size:22px;
	font-weight: normal;
	text-align: center;
	margin: 0px 0px 55px 0px;
	font-family: "Sawarabi Mincho";
}

/* //////////////////////////////////////////////////////////
/
/	INFORMATION
/
////////////////////////////////////////////////////////// */
#informaiton {
    height: 210px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 40px 0px;
    border-left: 0px #ccc solid;
    border-right: 0px #ccc solid;
    border-bottom: 0px #000 solid;
    overflow: auto;
    font-size: 100%;
    letter-spacing: 1px;
    line-height: normal;
    background: #fff;
}
#informaiton .more_link i{
	font-size: 120%;
    margin-right: 5px;
}
#informaiton .more_link a.btn-i {
    float:left;
  	letter-spacing: 1px;
    font-weight: normal;
    font-size: 12px;
    padding: 4px 10px;
	color: #fff;
    background-color: #009898;
    border: 1px solid #009898;
    transition: all .2s;
    -o-transition: all .2s;
    -ie-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
	border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: table;
	margin: 10px auto 20px;
}
#informaiton .more_link a.btn-i:hover{
	color: #009898;
    background-color: #ffffff;
    border: 1px solid #009898;
}
#informaiton dl {
	overflow: hidden;
	padding: 20px;
}
#informaiton dl br{
    display: none;
}
#informaiton dl dt{
	float: left;
	margin: 0px 20px 0px 0px;
}
#informaiton dl dd{
	margin: 0px 0px 5px 0px;
	overflow: hidden;
}
@media screen and (max-width: 980px) {
#informaiton {
	height: 200px;
    padding: 20px 20px 20px 20px;
}
#informaiton dl dt{
	float: none;
	margin: 0px 0px 5px 0px;
	border-bottom: 1px dotted #ccc;
}
#informaiton dl dd{
	margin: 0px 0px 10px 0px;
}
}
/* //////////////////////////////////////////////////////////
/
/	BANNER 3-clm
/
////////////////////////////////////////////////////////// */
ul.banner-3 {
	overflow: hidden;
	margin-bottom: 30px;
}
ul.banner-3 li{
	float: left;
	width: 32%;
	margin-right: 2%;
}
ul.banner-3 li:last-child{
	margin-right: 0;
}
figure {
  position: relative;
  overflow: hidden;
  width: 100%;
}
figcaption {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.6);
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
  padding: 25px;
}
figure:hover figcaption {
  opacity: 1;
}
#main figure h4 {
    color: #0CC;
    font-size: 14px;
    text-align: left;
    font-weight: normal;
    margin: 0px 0px 10px 0px;
    line-height: 1.4;
}
#main figure p {
  	font-size: 12px;
    color: #fff;
    text-align: left;
    font-weight: normal;
    margin: 0px 0px 10px 0px;
}
@media screen and (max-width: 980px) {
ul.banner-3 li{
	width:100%;
	margin: 0 0 14px;
}
}
/* //////////////////////////////////////////////////////////
/
/	BANNER 4-clm
/
////////////////////////////////////////////////////////// */
ul.banner-4 {
	overflow: hidden;
}
ul.banner-4 li{
	float: left;
	width: 23.5%;
	margin-right: 2%;
  	position: relative;
}
ul.banner-4 li:last-child{
	margin-right: 0;
}
#main ul.banner-4 figure p {
  	font-size: 12px;
    color: #fff;
    text-align: left;
    font-weight: normal;
    margin: 10px 0px 10px 0px;
}
#main ul.banner-4 figure h4 {
    color: #0CC;
    font-size: 14px;
    text-align: left;
    font-weight: normal;
    margin: 0px 0px 10px 0px;
    line-height: 1.4;
}
.news{
	padding: 0 10px;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 19px;
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 80%;
  	background: #444;
	z-index: 10;
}
@media screen and (max-width: 980px) {
ul.banner-4 li{
	width:48%;
	margin: 0 1% 14px;
}
}
@media screen and (max-width: 420px) {
.news {
	width: auto;
  	padding: 0px 5px;
	height: 15px;
	font-size: 70%;
}
#main ul.banner-4 figure p {
  	font-size: 80%;
    color: #fff;
    text-align: left;
    font-weight: normal;
    margin: 0px 0px 5px;
}
#main ul.banner-4 figure h4 {
    color: #0CC;
    font-size: 90%;
    text-align: left;
    font-weight: normal;
    margin: 0px 0px 0px 0px;
    line-height: 1.4;
}
}

/* //////////////////////////////////////////////////////////
/
/	BEST SELLING
/
////////////////////////////////////////////////////////// */
#responsive {
  	margin-bottom: 20px;
}
.bestselling li{
    position: relative;
}
.bestselling h4 {
    line-height: 1.5;
    margin-top: 8px;
  	margin-bottom: 0px;
    color: #333;
  	font-size: 12px;
}
.bestselling .i-text span{
	visibility:hidden;
	font-size: 0px;
}
.bestselling .i-text img{
	visibility:hidden;
}
bestselling .i-text .yoyaku{
	visibility:visible;
}
.bestselling .lSAction > a{
	top: 45%;
}
@media screen and (max-width: 980px) {
.bestselling h4{
  font-size: 10px !important;
}
#main_v .lSAction > a,
.bestselling .lSAction > a{
	display: none;
}
}