@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, #9ad9f7 0%, #dcfcff 50%, #9ad9f7 100%);
}
/* パンくず削除 */
#pankuzu {
    display: none;
}
main, main#wrapper {
    padding: 0;
    max-width: none !important;
}

#business{
    margin: 0 auto;
}
#business .inner {
	max-width: 1080px;
	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: 2% 0%;
}
#business section.first-child{
    padding: 3% 0% 0%;
}
#business section.last-child{
    padding: 0%;
}
#business p{
    text-align: center;
    }

.smp_none {
    display: block;
}
.pc_none {
    display: none;
}
:root {
    --font-size-h2: 1.9rem;
    --font-size-h2-title: 1.5rem;
    --font-size-h3: 1.6rem;
    --font-size-h4: 1.6rem;
    --font-size-price: 1.6rem;
    --font-size-price-small: 0.7rem;
    --font-size-discount:0.8rem;
    --font-size-small: 0.8rem;
    --font-size-anchor: 0.9rem;
    --font-size-ptext: 1.1rem;
}

/*----------------------------------------------------------------*/
/* title */
/*----------------------------------------------------------------*/
#business h1 {
	background: #0db0f4;
    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-title);
    margin:2% 0;
}
#business h2.title span {
    font-size: var(--font-size-h2-title);
}
/*----------------------------------------------------------------*/
/* section title */
/*----------------------------------------------------------------*/
#business section h2{
    color: #fcff01;
    background: linear-gradient(90deg, #049df5 0%, #2ec3e9 50%, #049df5 100%);
    font-size:var(--font-size-h2);
    text-align: center;
    margin: 1% auto 2%;
    padding: 3% 0%;
    line-height:1.5rem;
}

#business section h4{
	color: #333333;
	font-size: var(--font-size-h4);
    text-align: center;
    margin: 2% auto;
}
#business p.text{
	color: #333333;
	font-size: var(--font-size-ptext);
    text-align: center;
    margin: 2% auto;
    width: 96%;
}


/*----------------------------------------------------------------*/
/* 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: 2%;
    justify-content: center;
    align-items: center;
}
#business section .contents-list ul.contents-item li.item {
    width: calc(94% / 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%;
    overflow: hidden;          /* 溢れた部分を隠す */
    text-overflow: ellipsis;   /* 溢れた部分を「...」にする */
    white-space: nowrap;       /* 1行で表示 */
}
#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: 80%;
    margin: 0 auto;
}
#business section .banner img {
    border-radius: 5px;
    margin: 2% auto 3%;
}
#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);}

/*----------------------------------------------------------------*/
/* pic */
/*----------------------------------------------------------------*/
#business section .pic {
    width: 100%;
    margin: 0 auto;
}
#business section .pic p {
    font-size: var(--font-size-small);
    line-height: 1.3;
    color: #727272;
    margin: 1% auto;
}
/*----------------------------------------------------------------*/
/* 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;
    flex-wrap: wrap;
	justify-content: center;
	align-items: center;
    padding: 0% 0 2%;
    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% 6%;
    text-align: center;
    margin: 0 1% 2%;
    min-width: 26%;
}
#business .other a:hover {
	color: #000 !important;
	background: #FFF;
}

/*----------------------------------------------------------------*/
/* decoration */
/*----------------------------------------------------------------*/
#business .red{color: #e50012;}
#business span.blue{color: #014ad3;}
#business span.yellowline{
    background: linear-gradient(to right, #fcff01 0%, #fcff01 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;
}

/*----------------------------------------------------------------*/
/* anchor */
/*----------------------------------------------------------------*/

#business #anchor .bg{
    /* background: linear-gradient(to right, #fff610da 0%, #f4ff2dda 100%); */
    animation: Grad 2.3s linear infinite;
    animation-delay: 0.5s;
    background-image: linear-gradient(90deg, #fbf7c4 0%, #fcff01 30%, #a5fff9 50%, #fcff01 85%, #fbf7c4 100%);
    background-position: 0% 0%;
    background-size: 3000px 100%;
}
#business #anchor .anchor_inner{
    background-color: #FFF;
}
#business #anchor .anchor_inner img{
    width: 80%;
    margin: 0 auto;
}
@keyframes Grad {
	0% {
		background-position: 0 0%;
	}
	100% {
		background-position: 3000px 0%;
	}
}
#business #anchor h3{
    text-align: center;
    background-color: #fcff01;
    color: #059ef5;
    font-size: var(--font-size-h3);
    padding: 1% 0;
}
#business #anchor ul {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    gap: 1%;
    padding: 2% 0;
}
#business #anchor ul li {
    width: calc(94% / 4);
}
#business #anchor ul li a {
    display: block;
}
#business #anchor .anchor__btn {
    position: relative;
    width: 100%;
    margin: 2% auto;
    padding: 5% 0;
    text-align: center;
    background: linear-gradient(90deg, #049df5 0%, #1e4ea3 50%, #049df5 100%);
    background-size: 200% auto;
    color: #FFF !important;
    font-size: var(--font-size-anchor);
    box-shadow: 0px 10px 10px -6px rgb(209 212 0);
    border-radius: 4px;
}
#business #anchor .anchor__btn::after {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    top: 0;
    bottom: 0;
    right: 8%;
    margin: auto;
    transform: rotate(135deg);
    transition: all 0.3s ease 0s;
}
#business #anchor .anchor__btn:hover {
    box-shadow: none;
    color: white !important;
    filter: brightness(1.3); 
    background: linear-gradient(90deg, #049df5 0%, #1e4ea3 50%, #049df5 100%);
}
#business #anchor .anchor__btn:hover::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    bottom: -.4em;
}

/*----------------------------------------------------------------*/
/* service */
/*----------------------------------------------------------------*/
#business .box {
  background: repeating-linear-gradient(-45deg, #fff 0 5px, #184493 5px 10px);
  padding: 1%;
  width: 86%;
  margin: 0 auto;
}
#business .box__inner {
  background-color: #fff;
  text-align: center;
  padding: 1%;
}
#business .box__inner img {
    max-width: 900px;
    margin: 0 auto;
}
#business .box__inner .other {
    padding: 0%;
}

/*----------------------------------------------------------------*/
/* pagetop */
/*----------------------------------------------------------------*/
#business .pagetop {
    position: fixed;
	z-index: 9999;
    bottom: 3%;
    right: 3%;
}
#business .pagetop a {
	display: flex;
	justify-content: center;
    align-items: center;
    text-align: center;
	vertical-align: middle;
	color: #fff;
	background-color: rgb(0 0 0 / 0.5); 
	border-radius: 80px; 
    width:5vw;
	height:5vw;
}
#business .pagetop a:hover{
	color: #fff !important; 
	transform: translateY(-2px);
}


/*----------------------------------------------------------------*/
/* explanation */
/*----------------------------------------------------------------*/
#business .explanation {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    justify-content: center;
    /* align-items: center; */
}
#business .explanation .explanation-box {
    width: calc(96% / 3);
    margin-bottom: 2%;
    box-sizing: border-box;
    padding: 2%;
    border-radius: 10px;
    background-color: #f8fafc;
    border: 2px solid #f8fafc;
}
/* #business .explanation .explanation-box:last-child {
    width: 90%;
} */
#business .explanation p {
    color: #222222;
	text-align: center;
    font-size: var(--font-size-small);
    padding: 0 3%;
    letter-spacing: -0.001rem;
    text-align: left;
}
#business .explanation .explanation-box h2 {
    color: #b10e1b;
	text-align: center;
    /* padding: 0.5em 0 0 0; */
    background: none !important;
    font-size: var(--font-size-h2-title);
}
#business .explanation .explanation-box img {
    width: 50%;
    margin: 0 auto;
}
#business .explanation .explanation-box img:last-child  {
    width: 80%;
}
#business .explanation-box span {
    color: #b10e1b;
    font-size: var(--font-size-small);
}

#business p.explanation {
    color: #222222;
	text-align: center;
    font-size: var(--font-size-small);
    letter-spacing: -0.001rem;
}

/*----------------------------------------------------------------*/
/* icon */
/*----------------------------------------------------------------*/

#business .contents-item .item.has-early {
  position: relative;
}
#business .contents-item .item.has-early::after {
  content: "";
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  pointer-events: none;
  width: 72px;
  height: 72px;
  background: url("https://www.irisplaza.co.jp/IMAGE/BUSINESS-HEATSTROKE_2026/icon_early.png") no-repeat center/contain;
}
@media (max-width:768px){
  #business .contents-item .item.has-early::after { width:56px; height:56px; top:6px; right:6px; }
}

