/* =========共通=========== */
/*＿TOP＿*/
/* ローダーのスタイル */
#loader {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #252b23; /* 背景色を設定 */
    display: flex;
    justify-content: center;
    align-items: center;
}

/* スピナーのスタイル */
.spinner {
    border: 8px solid rgba(187, 195, 217, 0.3);
    border-top: 8px solid #51db34; /* スピナーの色を設定 */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
}
/* スピナーの回転アニメーション */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
#colorme_viewport {
	overflow: hidden
}
.loading-text {
    position: absolute;
    text-align: center;
}
.store-text {
    font-size: 100px;
    font-weight: bold;
    color: #fff;
}
.alumania-text {
    font-size: 30px;
    color: #fff;
    margin-top: -10px;
}
.visuallyhidden {
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(0px 0px 99.9% 99.9%);
	clip-path: inset(0px 0px 99.9% 99.9%);
	overflow: hidden;
	height: 1px;
	width: 1px;
	padding: 0;
	border: 0;
}
.store_ttl_fix {
	position: fixed;
	top: 155px !important;
	right: 10px !important;
	z-index: 3;
	text-align: right;
}
#top_cart {
	display: block;
}
#top_favorite {
	color: #c7ff00;
	font-size: 1rem;
	text-align: right;
	background: #3737378f;
	padding: 0.7rem;
	display: inline-block;
	border-radius: 5px;
	border: 2px solid #c7ff00;
}
@media screen and (min-width: 1350px) {
	.store_ttl_fix {
		display: none;
	}
}
.store_ttl_pill {
	padding: 0.1rem 0.7rem;
	border: 1px solid #ffb100;
	border-radius: 1.3rem;
	color: #ffb100;
	font-weight: bold;
	font-size: 1.3rem;
	display: inline-block;
	background: rgba(250, 250, 250, 0.3);
}
a img {
	cursor: pointer;
	transition: all 0.2s ease 0s;
}
a img:hover {
	opacity: 0.5
}
h1, .h1 {
	font-size: 1.85rem !important;
}
h2, .h2 {
	font-size: 1.7rem !important;
}
h3, .h3 {
	font-size: 1.5rem !important;
}
h4, .h4 {
	font-size: 1.25rem !important;
}
h5, .h5 {
	font-size: 1.1rem !important;
	font-weight: bold;
}
br {
	display: block;
	content: "";
	padding: 0.5rem 0;
}
.ttl_h2en {
	font-size: 0.8rem;
	padding: 1rem 0 0.5rem 0.5rem;
	display: inline-block;
}
.container .small, .container small {
	font-size: 0.75rem !important;
}
.pankuzunavi a {
	color: #0f38b0;
	padding: 0.2rem 0.2rem 0;
}
.pankuzunavi a:hover {
	color: #08556c;
}
/*ボトムメニュー*/
.store_menu_fix {
	background: rgba(0, 0, 0, 0.75);
}
.store_menu_fix ul li {
	padding: 0.5rem;
	display: inline-block;
}
#store_btm_menu {
	transform: translateY(100%);
	transition: transform 0.5s ease-in-out;
}
#store_btm_menu.show {
	transform: translateY(0);
}
#store_btm_menu.hide {
	transform: translateY(100%);
}
/*フリースペース内*/
.ctg_freespace img, .cg_freespace_02 img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.cart_store_btn a {
	background: rgba(250, 250, 250, 1.0);
	filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.3));
}
.store_member a, .store_login a, .store_logout a {
	background: rgba(250, 250, 250, 0.85);
}
/*---全横エリア背景色設定---*/
.store_top_menu_back {
	background: #fff;
}
.store_top_banner_back {
	background: #e1e1e1;
}
.looktab_in {
	background: #f0f0f0;
}
.looktab_in ul {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	flex-wrap: wrap;
	text-align: center;
}
.store_top_info_back {
	background: linear-gradient(90deg, #6c757d 0%, #6c757d 33.333%, #f2f2f2 33.333%, #f2f2f2 100%);
}
@media(max-width: 767px) {
	.store_top_info_back {
		background: #f2f2f2;
	}
}
.store_sidebar_back {
	background: #343a40;
}
.store_main_backcolor {
	background: linear-gradient(90deg, #f2f2f2 0%, #f2f2f2 75%, #343a40 75%, #343a40 100%);
	margin-top: 2rem;
	border-top: 3px solid #e3e3e3;
}
@media(max-width: 991px) {
	.store_main_backcolor {
		background: #fbfbfb;
	}
}
.sub_storefooter_back {
	background: #e8e8e8;
}
.store_footer_back {
	background: #393939;
	color: #fff;
}
/*プルダウン*/
.open_button, .close_button {
	font-size: 1.7rem;
}
a.open_button, a.close_button {
	color: #fff;
	font-weight: normal;
	transition: .2s;
}
a.open_button:hover, a.close_button:hover {
	color: #05f3ff;
}
a.open_button.change, a.close_button.change {
	color: #05f3ff;
}
a.open_button::after, a.close_button.change::after {
	font-family: 'Font Awesome 5 Free';
	content: '\f077';
	font-weight: 900;
	display: inline-block;
	position: absolute;
	right: 1rem;
	margin: auto 0;
	color: #99aaca;
}
a.open_button.change:after, a.close_button:after {
	font-family: 'Font Awesome 5 Free';
	content: '\f078';
	font-weight: 900;
	display: inline-block;
	position: absolute;
	right: 1rem;
	margin: auto 0;
	color: #fff;
}
@media(max-width: 992px) {
	.open_button, .close_button {
		font-size: 1.3rem;
	}
	a.open_button:after {
		content: '\f078';
		color: #fff;
	}
	a.open_button.change:after {
		content: '\f077';
		color: #99aaca;
	}
}
/*---共通サブメニューリスト---*/
 #categoryMenu ul, #groupMenu ul{
	background: #f4f4f4;
}
.storetop_sub_menu li a, #categoryMenu li a, #groupMenu li a{
	color: #151277;
	font-size: 0.8rem;
	margin-bottom: 0.3rem;
}
#categoryMenu li a, #groupMenu li a{
	font-size: 0.8rem;
	color: #fff;
background: #34619b;
  padding: 0.5rem;
}
#groupMenu li a{
background: #3c9b34;
}
#categoryMenu li a:hover, #groupMenu li a:hover{
  background: #313131;
}
/* 一覧詳細 */
.exp {
	display: block;
	color: #2a4353;
	text-align: center;
	font-size: 0.7rem;
	padding: 0.5rem;
	background: #fff;
}
.exp::before {
	font-family: 'Font Awesome 5 Free';
	content: '\f05a';
	font-weight: 900;
	padding-right: 0.2rem;
}
/* 売り切れ表示 */
.soldout {
	text-align: center;
	background: #f33;
	color: #fff;
	padding: 0.5rem 1.5rem;
	width: fit-content;
	margin: 0.5rem auto;
	font-weight: bold;
	font-size: 0.9rem;
}
/* 一覧価格 */
.normal_price, .regular_price {
	color: #777;
	display: block;
	font-size: 0.7rem;
	text-align: right;
	padding: 0.5rem;
}
.normal_price::before, .regular_price::before {
	font-family: 'Font Awesome 5 Free';
	content: '\f157';
	font-weight: 900;
}
.storettl, .card-body.storettl_back {
	background: #07224d;
}
.storettl a {
	color: #fff;
	padding: 0.5rem 1rem;
	display: block;
	font-size: 0.85rem;
	text-align-last: right;
	min-height: 5rem;
}
.storettl a:hover {
	color: #a4f2ff;
}
.storettl_rank {
	line-height: 1.5;
	display: block;
	padding: 0.5rem;
	font-size: 0.7rem;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	background: #f7f7f7;
	color: #0fa2c6;
	min-height: 5rem;
	text-align-last: right;
}
/*card内に品番表示*/
.hinban {
	color: #d0d0d0;
	margin-bottom: 0;
	padding: 0.25rem 0.5rem;
	text-align: right;
	font-size: 0.7rem;
}
.hinban span {
	color: #fff;
}
@media(max-width: 992px) {
	.storettl_rank {
		display: none;
	}
}
@media(max-width: 576px) {
  	.hinban {
      font-size: 0.6rem;
  }
}
/*お知らせエリア*/
.top_infoarea_in h5 {
	font-size: 1rem;
	white-space: unset;
	text-align: left;
	line-height: 1.3;
	padding: 0.5rem 1rem;
}
.top_infoarea_in p {
	font-size: 0.9rem;
	margin-bottom: 0;
}
/*サイドバー*/
.search_box {
	border-radius: 0.3rem 0 0 0.3rem !important;
}
.search_button {
	border-radius: 0 0.3rem 0.3rem 0 !important;
}
/*一覧表示のカートボタン調整*/
.cartjs_product_table table {
	font-size: 0.7rem;
	font-weight: 400;
	margin: 0.2rem auto;
}
.cartjs_product_table table tbody tr td select {
	display: block;
	width: 100%;
	height: calc(1.5em+ 0.75rem+ 2px);
	padding: 0.2rem 0.3rem;
	font-size: 0.7rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	-o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.cartjs_option td, .cartjs_option th {
	padding: 0.25rem !important;
}
.cartjs_product_input_txt {
	text-align: right;
	padding-right: 0.5rem;
	padding-left: 0.3rem;
}
.each_cartin_btn {
	background: #fff;
	padding: 0.5rem 0.25rem;
	text-align: center;
}
.store_menu_ttl, .rank_ttl {
	background: #575b64;
	font-weight: lighter;
	margin-bottom: 0;
	border-bottom: 1px solid #999;
	position: relative;
}
.store_menu_ttl a, .rank_ttl a {
	color: #fff;
	font-size: 1.2rem;
	padding: 1rem;
}
.store_menu, .rank_seller {
	background: #2f2f2f;
}
.store_menu ul li {
	border-bottom: 1px solid #777;
	padding: 0.5rem;
}
.store_menu ul li a {
	color: #d7d7d7;
	display: block;
}
/*一覧用カートボタン*/
.cartjs_cart_in input[type="submit"] {
	font-size: 0.8em;
	border: none;
	cursor: pointer;
	color: #00ba51;
	padding: 0.5em 0.5rem 0.5rem 1.7rem;
	transition: 0.3s;
	border-radius: 5px;
	border: 1px solid #00ba51;
	background: unset;
}
.cartjs_cart_in input[type="submit"]:hover {
	background: #ddffd8;
	color: #0f7700;
	font-weight: bold;
}
.cartjs_cart_in {
	color: #fff;
	position: relative;
	transition: 0.5s;
	margin: 0.5rem auto;
	display: inline-block;
}
.cartjs_cart_in::before {
	position: absolute;
	top: 0.25rem;
	left: 0.5rem;
	font-family: 'Font Awesome 5 Free';
	content: '\f217';
	font-weight: 900;
	color: #00ba51;
}
/*商品を探す*/
#top_serch {
	padding: 1.2rem;
	margin: 1.5rem auto;
	background: #dfeaee;
	max-width: 700px;
}
.serch_area h2 {
	border-top: 3px solid #1a0dab;
	border-bottom: 3px solid #1a0dab;
	margin: 0 auto;
	background: #fafaff;
	padding: 1rem 10%;
	color: #1a0dab;
	font-weight: bold;
	width: fit-content;
}
.serch_area h2::before {
	font-family: 'Font Awesome 5 Free';
	content: '\f002';
	font-weight: 900;
	padding-right: 0.5rem;
}
.search_ctg_ttl {
	color: #fff;
	/* width: fit-content; */
	padding: 1.5rem;
	margin: 0 auto 1rem auto;
	background: #047fbb;
}
.search_grp_ttl {
	color: #fff;
	margin-top: 1rem;
	margin-bottom: 0;
	font-weight: lighter;
	background: #047fbb;
}
.ctg_list {
	border-radius: 1rem;
	border: 3px solid #d2d9df;
	overflow: hidden;
}
/* カテゴリーボタンメニュー*/
.serch_area {
	background: #fff;
	padding: 1.5rem 1rem;
	margin: 1.5rem 0;
}
.top_category_btn, .top_group_btn, .subgrup_btn {
	display: inline-block;
}
.ctg_choose {
	background: #f2f4f7;
	padding: 1rem 0;
}
.top_category_btn img {
	max-width: 130px;
}
.top_group_btn img {
	display: block;
	max-width: 195px;
	margin: 0 auto;
}
.top_category_btn p {
	font-size: 0.65rem;
	padding: 0.5rem 0;
	color: #2a8adf;
	line-height: 1.2;
	margin-bottom: 0.5rem;
}
.top_category_btn a {
	font-size: 0.85rem;
	line-height: 1.2;
	padding: 0.5rem;
	background: #072f42;
	color: #fff;
	border-radius: 15px;
	border: 3px solid #5ca9fb;
}
.top_category_btn a:hover {
	color: #fff;
	background-color: #79a3cc;
	border-color: #0b65bf;
}
.top_category_btn:nth-child(1) a {
	background: #000;
	border-color: #c1c1c1;
}
.top_category_btn:nth-child(2) a {
	background: #c8f0ce;
	border-color: #076831;
}
.top_group_btn a {
	font-size: 0.85rem;
	line-height: 1.2;
	padding: 0.5rem;
	background: #fff;
}
.top_group_btn a {
	background: #fff;
	border: 1px solid #dd7c00;
}
@media(max-width: 576px) {
	.top_category_btn img {
		max-width: 75px;
	}
	.top_group_btn img {
		max-width: 135px;
	}
	.top_group_btn a span {
		letter-spacing: -0.05em;
		font-size: 0.65rem;
		display: block;
	}
}
.sub_category_btn, .sub_group_btn {
	border: 2px solid #dd7c00 !important;
}
/*新着とおすすめ*/
.new_box, .rcm_box, .fvr_box {
	padding: 1rem;
	background: #fff;
}
.nearcheck-unit .storettl a {
	font-size: 0.7rem;
	line-height: 1.3;
	padding: 0.5rem;
}
li.nearcheck-unit, li.storerecommend-unit, li.storenew-unit, li.storerfavorite-unit {
	position: relative;
	/*margin:0 auto;中央並べ用*/
}
li.nearcheck-unit::before, li.storerecommend-unit::before, li.storenew-unit::before, li.storerfavorite-unit::before {
	color: #ffffffb8;
	font-size: 2rem;
	position: absolute;
	font-weight: bold;
	padding: 0.25rem 0.5rem;
	font-family: "font awesome 5 free";
	z-index: 1;
}
li.nearcheck-unit::before {
	background: #0dce077a;
	content: "\f560";
	font-size: 1rem;
}
li.storenew-unit::before {
	background: #ce0707d9;
	content: "NEW";
	font-size: 0.9rem;
	color: #ffffffeb;
	padding: 0.3rem 0.6rem;
}
li.storerecommend-unit::before {
	background: #a207ce7a;
	content: "\f06d";
}
li.storerfavorite-unit::before {
	background: #c7ff00a6;
	content: "\f02e";
}
.rcm_ttl, .storenew_ttl, .nearcheck_ttl, .fvr_ttl {
	color: #fff;
	background: #5f6a80;
	padding: 1rem;
	font-weight: lighter;
	margin-bottom: 0;
	position: relative;
	border-bottom: 1px solid #999;
}
/*お気に入りアイコン*/
.favorite-button {
	font-size: 1rem;
	border: 2px solid #fff;
	border-radius: calc(0.25rem - 1px);
	padding: 0.5rem;
	display: block;
	margin: 1rem auto;
	color: #ffffffdb;
	cursor: pointer;
	transition: .2s;
	background: #d0ceceba;
}
.fav-items, .favorite-button:active {
	border-color: #c7ff00;
	background-color: #71716cab;
	color: #c7ff00;
}
.fvr_icon {
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
}
#sale_rank .fvr_icon {
	top: 0.5rem;
	right: 0.5rem;
}
/*ストアフッターカテゴリーリスト一覧*/
.sub_storefooter {
	color: #27355b;
}
.storefooter_list {
	font-size: 0.7rem;
	color: #ccc;
}
.storefooter_list_ttl {
	font-size: 0.8rem !important;
}
.storefooter_list_ttl a {
	color: #fff;
}
.storefooter_sublist {
	padding-left: 1rem;
}
@media(max-width: 576px) {
	.storefooter_sublist {
		padding-left: 0.2rem;
	}
}
.storefooter_sublist li {
	margin-bottom: 0.3rem;
	line-height: 1.3;
}
/* カレンダー */
.tbl_calendar {
	margin-bottom: 20px;
	width: 100%;
	font-size: 0.7rem;
	background-color: #fff;
}
.tbl_calendar caption {
	text-align: center;
	font-size: 1rem;
	padding: 0.5rem 0;
	color: #173f73;
	caption-side: top;
	background: #f0f5fb;
}
.tbl_calendar th, .tbl_calendar td {
	border: 1px solid #ddd;
	text-align: center;
}
.tbl_calendar th {
	padding: .3em 0;
}
.tbl_calendar td {
	padding: .5em 0;
	width: 14.2%;
}
.cal_memo {
	margin-top: 1em;
	font-size: 0.7rem;
	text-align: left;
}
.sun {
	background-color: #d53838;
	color: #fff;
}
.sat {
	background-color: #e8f2fa;
	color: #91a3b8;
}
.holiday {
	background-color: #f2c7db;
	color: #825c5c;
}
.today {
	position: relative;
	color: white !important;
	font-weight: bold;
	text-align: center;
	z-index: 1;
}
.today::before {
	content: "";
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	background-color: #5ac84a;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}
/*送料無料*/
.muryou {
	text-align: center;
}
.muryou_ul {
	padding: 1rem;
	background: #09425e;
	color: #fff;
	border: 2px solid #18cff9;
	margin: 1rem;
	display: inline-block;
}
.muryou_ul li {
	text-align: left;
	font-size: 0.85rem;
}
.muryou_price {
	color: #E2FF16;
}
.muryou_logo {
	font-weight: bold;
	color: #1DFF16;
	font-size: 1rem;
}
.pankuzunavi {
	margin: 0 1rem 1rem 1rem;
}
/**/
.sub_storefooter {
	font-size: 0.8rem;
}
.sub_storefooter h4 {
	background: #585e79;
	padding: 1rem;
	margin-bottom: 0.35rem;
	color: #fff;
	text-align: center;
}
dl.def_lst dt {
	background: #5c5f6c;
	padding: 0.5rem 1rem;
	color: #fff;
	font-size: 0.9rem;
	font-weight: normal;
	display: block;
	margin: 1rem 0 0.5rem 0;
}
dl.def_lst dd {
	padding: 0.5rem;
}
.souryou {
	font-size: 0.8rem;
	background: #ecf1fb;
	padding: 0.3rem 0.6rem;
	color: #004cff;
	font-weight: bold;
	margin: 1rem 0 0 0;
	border: 2px solid #b1c5ec;
	width: fit-content;
}
main {
	counter-reset: li;
}
li.rank_seller-unit {
	max-width: 300px;
	border: none;
	margin: 0.5rem auto;
	background: unset;
}
li.rank_seller-unit::before {
	counter-increment: li;
	content: counter(li);
	color: #fff;
	font-size: 2rem;
	padding: 0.5rem 1rem;
	background: #0d97b77a;
	position: absolute;
	font-weight: bold;
}
@media(max-width: 767px) {
	li.rank_seller-unit::before {
		font-size: 1.5rem;
		padding: 0.3rem 0.6rem;
	}
}
/*btsのデフォルトをストア用に変更*/
.card-body {
	background: rgba(0, 0, 0, 0.03);
}
/*グループ消し用上位から消す*/
#modellook_tab ul li:first-child {
	display: none;
}F