@charset "shift_jis";

div.header-info-red {
	display: none;
}
body {
    /* background: linear-gradient(135deg, #f0f0f0 10%, #ddd5ec 90%); */
    /* background: linear-gradient(96deg, #f2f46d 0%, #f6eed6 50%, #e5b354 100%); */
    background: linear-gradient(90deg, #b39855 0%, #fff9e6 50%, #b39855 100%);
}
/* パンくず削除 */
#pankuzu {
    display: none;
}
main, main#wrapper {
    padding: 0;
    max-width: none !important;
}

#business{
    margin: 0 auto;
}
#business .inner {
	max-width: 900px;
	margin: 0 auto;
}
#business img {
    width: 100%;
    height: auto;
    display: block;
}
#business a:hover {
    opacity: 0.9;
    background-color:#fff;
    filter: brightness(1.08); 
}
#business section{
    padding: 3% 0%;
}
#business section.first-child{
    padding: 4% 0% 0%;
}
#business section.last-child{
    padding: 0%;
}
#business section p{
    text-align: center;
    }

.smp_none {
    display: block;
}
.pc_none {
    display: none;
}
:root {
    --font-size-h2: 1.9rem;
    --font-size-h3: 2rem;
    --font-size-h4: 1.1rem;
    --font-size-price: 1.6rem;
    --font-size-price-small: 0.7rem;
    --font-size-discount:0.8rem;
    --font-size-small: 0.8rem;
}
/*----------------------------------------------------------------*/
/* title */
/*----------------------------------------------------------------*/
#business h1 {
	background: #050315;
    margin: 0 auto;
    width: 100%;
}
#business h1 img {
    margin: 0 auto;
    width: 100%;
    max-width: 900px;
    height: auto;
    display: block;
}
#business h2.title {
	text-align: center;
    color: #050315;
    font-size: var(--font-size-h2);
    margin:3% 0;
}
#business h2.title span {
    font-size: var(--font-size-h2);
}
/*----------------------------------------------------------------*/
/* section title */
/*----------------------------------------------------------------*/
#business section h2{
    color: white;
    background: linear-gradient(90deg, #101a47 0%, #1e4ea3 50%, #101a47 100%);
    font-size:var(--font-size-h2);
    text-align: center;
    margin: 4% auto;
    padding: 2% 4%;
}
/* #business section.category h3{
	font-size:var(--font-size-h3);
    text-align: center;
    margin: 4% auto;
    position: relative;
    padding: 0 4%;
    line-height: 1;
    width: 80%;
}
#business section.category h3:before, #business section.category h3:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 14%;
  height: 3px;
  background-color: #372664;
}
#business section.category h3:before {
  left:0;
}
#business section.category h3:after {
  right: 0;
} */
#business section h4{
	color: #333333;
	font-size: var(--font-size-h4);
    text-align: center;
    margin: 2% auto;
}

/*----------------------------------------------------------------*/
/* goods */
/*----------------------------------------------------------------*/
#business section .contents-list {
	margin-bottom: 3%;
}
#business section .contents-list ul.contents-item {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
    justify-content: center;
    align-items: center;
}
#business section .contents-list ul.contents-item li.item {
    width: calc(97% / 4);
    margin-bottom: 1%;
    background: white;
    box-sizing: border-box;
    padding: 1%;
    border-radius: 5px;
}
#business section .contents-list ul.contents-item li img {
    object-fit: contain;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 0 5% !important;
    background-color: white;
}

/*----------------------------------------------------------------*/
/* price */
/*----------------------------------------------------------------*/
#business section .contents-list ul.contents-item li.price {
	padding: 0;
}
#business section .contents-list ul.contents-item li dd li.price {
	font-size:var(--font-size-price);
    color: #e50012;
    padding: 2% 0;
}
#business section .contents-list ul.contents-item li dd.price span {
	font-size:var(--font-size-price-small);
}
#business section .contents-list ul li dl dt h3.item_name,
#business section .contents-list ul li dl dt h3.item_name span {
	color: #020202;
	font-size:var(--font-size-small);
	line-height: 1.2em;
	text-align: center;
	margin: 2% 0 2%;
}
#business section .contents-list ul li dl dt p.discount {
	color: #fff;
	background-color: #ea0f0f;
	border-radius: 5px;
	text-align: center;
	font-size:var(--font-size-discount);
    letter-spacing: -0.01em;
}
#business section .contents-list ul li dl dt p.discount .pc_none {
	display: none;
}
#business section .contents-list ul li div.buy_price {
	border-radius: 0 0 5px 5px;
	text-align: center;
}
#business section .contents-list ul li dd li.price {
	color: white;
	font-size:var(--font-size-price-small);
	letter-spacing: -0.01em;
}

/* common */
#business .item_price_business {
	display: flex;
	justify-content: center;
	color: #e50012;
    padding: 3% 0 0 0;
}
#business .item_price_business span {
	font-size:var(--font-size-price-small);
	line-height: 0.7rem;
	margin: 3% 2% 0 0;
}
#business .item_price_business div.buy_price ul li span.spesicalprice {
	display: none;
}

/*----------------------------------------------------------------*/
/* banner */
/*----------------------------------------------------------------*/
#business section .banner {
    width: 86%;
    margin: 0 auto;
}
#business section .banner img {
    border-radius: 5px;
}
#business section .banner ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 3%;
}
#business section .banner ul.co_2 li {width: calc(97%/2);}
#business section .banner ul.co_3 li {width: calc(94%/3);}

/*----------------------------------------------------------------*/
/* category */
/*----------------------------------------------------------------*/
#business section ul.co_6{
	gap:2%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
#business section ul.co_6 li{
    width: calc(90% / 6);
    justify-content: center;
    align-items: center;
    margin-bottom: 2%;
}
#business section ul.co_6 li p{
    text-align: center;
    letter-spacing: -0.02em;
    font-size:var(--font-size-small);
}
#business section ul.co_6 li img{
	width: 70%;
    margin: 0 auto;
}
#business section ul.co_6 li a:hover {
	color: #000 !important;
	background: #FFF;
    filter: brightness(1.1); 
}


/*----------------------------------------------------------------*/
/* button */
/*----------------------------------------------------------------*/
#business .other {
	border-radius: 5px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 2% auto 0;
    position: relative;
}
#business .other a {
	color: #FFF;
	font-weight: 400;	
	display: inline-block;
	justify-content: center;
	align-items: center;
	background: #222222;
	border-radius: 100px;
	border: #222 solid 1px;
    padding: 2% 10%;
    min-width: 24%;
    text-align: center;
}
#business .other a:hover {
	color: #000 !important;
	background: #FFF;
}

/*----------------------------------------------------------------*/
/* decoration */
/*----------------------------------------------------------------*/
#business span.red{color: #e50012;}
#business span.blue{color: #014ad3;}
#business span.yellowline{
    background: linear-gradient(to right, #ffb300da 0%, #ffeb00da 100%);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% 50%;}
#business span.yellowline{
    background: linear-gradient(to right, #fff900da 0%, #ffeb00da 100%);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% 50%;}
#business span.pinkline{background-color: rgba(255, 21, 130, 0.534);}
#business span.greenline {
    background: linear-gradient(to right, #4dffdb 0%, #c8f637 100%);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% 50%;
}
#business a.text-link{
    color: #1b5ce0;
    text-decoration: underline;
    display: inline-block;
}



