@charset "UTF-8";

/* news */
.index-news-box {
	padding: 7px;
	border: 1px solid #adadade2;
}

.news_em {
	color: #007bff;
	font-weight: bold;
	text-decoration: underline;
}

.info li {
	list-style: none;
	margin-left: 0px;
}

.index-news-box a {
	text-decoration: none;
	display: block;
	padding: 5px;
}

.index-news-box a:hover {
	background-color: #ccc;
}

.index-news-box-date {
	color: #007cde;
	vertical-align: top;
	width: 130px;
}

.index-news-box-text {
	color: #131313;
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: top;
	max-width: calc(100% - 100px);
}


.info {
	width: 100%;
	margin: 0px 20px 0px 20px;
	float: left;
}

.date {
	display: inline;
}

/* お知らせ */
.index_notification {
	margin-bottom: 5px;
	background-color: #fae6d8;
	padding: 10px;
	border: 1.5px solid #ff8a30e2;
}

.index_notification:last-child {
	margin-bottom: 0;
	/* 下部のマージンを削除 */
}

.index_notification a {
	font-weight: bold;
}

/* banner */
.banner {
	float: left;
	width: 200px;
}

.banner_img {
	margin-bottom: 10px;
	width: 200px;
	height: 150px;
}

.manufacturer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.manufacturer-img-area {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 98px;
	height: 50px;
	background-color: #fff;
	border: 1px solid #adadade2;
	margin: 2px 0;
}

.manufacturer-img-area:hover {
	opacity: 0.6;
	transition: opacity 0.3s ease;
}

.manufacturer-img-area img {
	width: 93px;
	height: auto;
	display: flex;
}

/* 商品表示 */
.index-item-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.index-items {
	width: 260px;
	margin: 3px;
	border: 1px solid #999;
	display: flex;
	flex-direction: column;
}

.index-items a {
	display: flex;
	flex-direction: column;
	text-decoration: none;
	color: inherit;
	height: 100%;
}

.index-items:hover {
	background-color: #daebff;
}

h2 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.index-item-img-area {
	width: auto;
	height: 200px;
	overflow: hidden;
	position: relative;
	padding: 10px;
}

.index-item-img-area img {
	width: 240px !important;
	height: 200px !important;
	object-fit: cover;
}

/* 送料無料 */
.free-shipping:before {
	content: url(../online/images/free_shipping_over.gif);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.index-item-text-content {
	font-size: 90%;
	padding: 0 10px 10px 10px;
}

.index-add-to-cart-button,
.index-add-to-cart-button-container-soldout {
	border-radius: 5px;
	margin: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: auto;
}

.index-add-to-cart-button {
	width: 100%;
	background-color: #FFD812;
}

.index-add-to-cart-button-container-soldout {
	width: auto;
	background-color: #DDDDDD;
}

.index-add-to-cart-button-container form,
.index-add-to-cart-button-container img,
.index-add-to-cart-button-container-soldout img {
	display: flex;
}



.index-addtocart-icon {
	width: 180px;
	height: auto;
}

.index-new-feature {
	margin-bottom: 0.5em;
	text-align: center;
	height: 1.5em;
}

.index-more-link {
	font-weight: bold;
	margin-bottom: 7px;
}

/* youtube */
.video-container {
	display: flex;
}

.youtube {
	position: relative;
	width: 50%;
	/* 2つの動画を横並びにするために50%に設定 */
	padding-top: calc(9 / 16 * 50%);
	/* 16:9のアスペクト比 */
	margin-right: 5px;
	/* 適宜調整 */
}

.youtube:last-child {
	margin-right: 0;
}

.youtube lite-youtube {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}