@charset "utf-8";

.mainimage-container {
    width:100%;
    text-align: center;
    padding-top: 150px;
    padding-bottom: 150px;
    margin-top: 83px;
    background-size: cover!important;
    background-position:center center!important;
    position: relative;
}
.mainimage-container:before {
content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background: rgba(24, 24, 24, 0.3);
}
.mainimage_wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column-reverse;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.mainimage_wrap h1{
    position: relative;
    font-weight:700;
    color: #ffffff;
}
.mainimage_wrap p{
    position: relative;
    font-weight:500;
    color: #ffffff;
}
.store-title_container {
    width:100%;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 83px;
    background:#dc0917;
    position: relative;
}
.store-title_container:before {
content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background: rgba(24, 24, 24, 0.3);
}
.store-title_wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column-reverse;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.store-title_wrap h1{
    position: relative;
    font-weight:700;
    color: #ffffff;
}
.store-title_wrap p{
    position: relative;
    font-weight:500;
    color: #ffffff;
}
.store-list_wrap{
	border: 5px solid #ffffff;
	background: #f5f5f5;
	padding: 10px;
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.2));
}
.store-list_title{
	color: #dc0917;
	font-size: 1.8rem;
	line-height: 1.8rem;
	font-weight: bold;
	padding-bottom: 10px;
	display:block;
}
.store-list_price{
	display:block;
	padding-top: 10px;
	color:#333333;
	font-size:1.6rem;
	line-height: 1.6rem;
}
.store-list_price span{
	font-size:1.2rem;
}
.store-list_img{
    position: relative;
    aspect-ratio: 1 / 1;
    background-size: cover;
    background-position: center;
    width: 100%;
}
.deg-title_wrap_02{
	position:relative;
	height: 300px;
	overflow:hidden;
	background-position: right top!important;
	background-repeat: no-repeat!important;
	background-size: auto 300px!important;
}
.deg-title_02{
	position: absolute;
	display: inline-block;
	right: 30px;
	top:1.8rem;
	width: auto;
	max-width: 1030px;
	margin: auto;
	text-align: left;
	font-weight: bold;
	font-size: 8.4rem;
	height: 8.4rem;
	line-height:8.4rem;
	transform: rotate(-6.325deg);
	color: #ffffff;
}
.cartjs_product_img{
	width:100%!important;
	max-width:50vw;
}
.cartjs_cart_in{
	width:100%!important;
	max-width:50vw;
}
.cartjs_cart_in strong{
	width:100%!important;
	max-width:50vw;
}
.cartjs_product_explain{
	width:100%!important;
	max-width:50vw;
}
.cartjs_product_table{
	width:100%!important;
}
.cartjs_product_table table{
	width:100%!important;
	max-width:50vw;
}
.cartjs_sk_link_other{
	width:100%!important;
	max-width:50vw;
}
.cartjs_sk_link_other a{
	color:#333333;
}
.cartjs_sk_link{
	width:100%!important;
	max-width:50vw;
}
.cartjs_sk_link a{
	color:#333333;
}
.cartjs_kaen_sp{
	width:100%!important;
	max-width:50vw;
	margin:auto;
	color:#dc0917;
	font-weight:bold;
}
@media screen and (max-width:767px) {
.mainimage-container {
	padding-top: 100px;
	padding-bottom: 100px;
	margin-top:50px;
}
.store-text_wrap{
	background: #ffffff;
	box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 25%);
	padding: 10px;
	font-size:1.6rem;
	line-height:1.6;
}
.cartjs_product_img{
	max-width:100%;
}
.cartjs_cart_in{
	max-width:100%;
}
.cartjs_cart_in strong{
	max-width:100%;
}
.cartjs_product_explain{
	max-width:100%;
}
.cartjs_product_table{
	max-width:100%;
}
.cartjs_product_table table{
	max-width:100%;
}
.cartjs_sk_link_other{
	max-width:100%;
}
.cartjs_sk_link{
	max-width:100%;
}
.cartjs_kaen_sp{
	max-width:100%;
}
}
