.back {
    background-color: #fff;
    width: 100%;
    box-sizing: border-box;
    padding:.1rem 0 0;
    background: url('https://www.irisplaza.co.jp/IMAGE/newlife-home/2026/bg_1.png?iup=202503&im=Resize,width=250&imformat=chrome') center/cover repeat fixed;
    background-size: 250px 250px;
}
article#contents {
    padding-bottom: 0;
}
footer .bottom {
    margin-top: 0;
}
#newlife-home_2026 {
    max-width: 750px;
    margin: 0 auto 1rem;
    background-color: #ffffff96;
    padding: 1rem 3rem;
    box-sizing: border-box;
    box-shadow: 1px 1px 11px #ccc;
    border-radius: 10px;
}
h1 {
    text-align: center;
    margin: auto;
    position: relative;
    z-index: 5;
}
h1 img {
    margin: auto;
    height:auto;
    width: 750px;
}
#newlife-home_2026 img { 
    width: 100%;
    height:auto;
    display: block;
}

#newlife-home_2026 .parent {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    max-width: 1000px;
    margin: 1rem auto;
    gap:1rem;
    position: relative;
}
.pzr {
    position: absolute;
    z-index: 5;
    width: 27%;
    top: 58%;
    right: -18%;
    transform-origin: center bottom;
    animation: bounce 2s ease-in-out infinite;
}
.pzr_l {
    position: absolute;
    z-index: 5;
    width: 20%;
    top: 70%;
    left: -14%;
    transform-origin: center bottom;
    animation: bounce 2s ease-in-out infinite;
}
.pzr_r {
    position: absolute;
    z-index: 5;
    width: 24%;
    top: 4%;
    right: -16%;
    transform-origin: center bottom;
    animation: yurayura 1s linear infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { 
    transform: translateY(0);
    }
    40% { 
    transform: translateY(-15px);
    }
    60% {
    transform: translateY(-8px);
    }
}
/* ///////////////////////////////////////

看板スライダー ここから

/////////////////////////////////////// */
#kanban {
    border-top: solid 10px #eb2b9a;
    position: relative;
    padding:6rem 0 2rem;
}
  .automatic-slider {
    display: flex;
    width: 100%;
    overflow: hidden;

}
.automatic-slider .automatic-slider-area {
    display: flex;
    animation: slider 40s linear infinite;		
    list-style: none;		
}
.automatic-slider .automatic-slider-area.reverse {
    animation: slider-reverse 40s linear infinite;		
}
.slider-item img {
    height: auto;
    width: 1600px;
}
#kanban .slider-top,#kanban .slider-bottom {
    position: absolute;
}
#kanban .slider-top {
    top:0;
}
#kanban .slider-bottom {
    bottom:0;
    padding: 1rem 0 0;
}
@keyframes slider {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}
@keyframes slider-reverse {
    0%   { transform: translateX(-50%); }
    100% { transform: translateX(0); }
}

.newlife-home_2026_text {
    margin: 0 auto 2rem!important;
}
.newlife-home_2026_text p {
    text-align: center;
    line-height: 2;
    font-size: .8rem;
    font-weight: 400;
    font-style: italic;
}
.newlife-home_2026_text p span {
    font-size: 1.5rem;
    line-height: 3;
    font-weight: 500;
}


/* ///////////////////////////////////////

category ここから

/////////////////////////////////////// */
#newlife-home_2026 .category_btn_col4 {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 1rem;
    margin: auto;
}
#newlife-home_2026 .category_btn_col4 li {
    background-color: #fff;
    box-shadow: 1px 3px 8px #d6d6d6;
    border-radius: 5px;
    padding: 10px;
}
#newlife-home_2026 .category_btn_col4 li .category_txt {
    text-align: center;
    font-size: .8rem;
}
#newlife-home_2026 .category_btn_col4 li img {
    transition: .3s;
}
#newlife-home_2026 .category_btn_col4 li img:hover {
    transform: rotate(8deg);
    transition: .3s;
}
#newlife-home_2026 .category_btn_col4 li a:hover {
    color: #eb2b9a!important;
}
/* ///////////////////////////////////////

category詳細 ここから

/////////////////////////////////////// */

#newlife-home_2026 .category_title {
    margin: 2.5rem 0 1.3rem;
    text-align: center;
    background-color: #f3f3f3;
    border-top: solid 5px #eb2b9a;
    border-radius: 0 0 10px 10px;
    padding: 10px 0 5px;
}

#newlife-home_2026 .category_title h2.t_1 {
    font-size: 2rem;
    text-align: center;
    color: #222;
    margin: auto;
    letter-spacing: 4px;
    position: relative;
    display: inline-block;
    padding: 0 70px;
}

#newlife-home_2026 .category_title h2.t_1:before, #newlife-home_2026 .category_title h2.t_1:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 44px;
    height: 2px;
    background-color: #222;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
}
#newlife-home_2026 .category_title h2.t_1:before {
    left:0;
}
#newlife-home_2026 .category_title h2.t_1:after {
    right: 0;
}

#newlife-home_2026 .category_title p.t_2 {
    font-style: italic;
    font-size: 1rem;
    color: #eb2b9a;
    text-align: center;
}

.category_area {
    border-bottom: 2px solid #ccc;
    margin-bottom: 2rem;
}
.category_area_flex {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    margin: 0 0 1rem;
}
.category_area_flex .text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 0 0 1rem;
}
.category_area_flex .item_name {
    font-size: .8rem;
    line-height: 1.5;
    margin-bottom:10px;
    color: #7b7b7b;
}
.category_area_flex .item_point {
    font-size: 1.4rem;
    /* font-weight: 700; */
    border-bottom: dashed 1px #ccc;
    padding: 0 0 10px;
    line-height: 1.5;
    width: 100%;
}
.category_area_flex .item_price {
    font-size: 2rem;
    color: #eb2b9a;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.5;
    font-family: Lato;
    line-height: 1.2;
    margin: 10px auto 20px;
}
.category_area_flex .item_btn a {
    width: 80%;
    margin: 1rem auto 0;
    border-radius: 80px;
    color: #fff;
    background-color: #222;
    border: solid 1px #222;
    box-sizing: border-box;
    text-align: center;
    padding: 10px 40px;
}
.category_area_flex .item_btn a:hover{
    background-color: #fff;
    color: #222;
    border: solid 1px #222;
    transition: .3s;
}
.category_area_niku {
    position: relative;
    margin-bottom: 3rem;
}
.category_area_niku .category_item_more {
    position: absolute;
    width: 100%;
    margin: auto;
    bottom: 0;
    display: flex;
    justify-content: center;
    background-image: linear-gradient(0deg, #fdfdfd, transparent);
    height: 115px;
}
.category_area_niku .category_item_more a {
    text-align: center;
    width: 80%;
    margin: auto;
	background: #5aa23b;
	border-radius: 40px;
	color: #fff;
	display: inline-block;
	overflow: hidden;
    padding: 15px 0;
	position: relative;
	text-decoration: none;
    box-sizing: border-box;
    border: solid 4px #ffffff;
    font-size: 1rem;
}
.category_area_niku .category_item_more a::after {
	animation: 2s 0s shine linear infinite;
	background: linear-gradient(to right, rgba(255,255,255,0) 25%, rgba(255,255,255,.6) 50%, rgba(255, 255, 255, 0) 75%);
	content: '';
	height: 100%;
	left: -100%;
	position: absolute;
	top: 0;
	transform: skewX(-15deg);
	width: 100%;
}
.category_area_niku .category_item_more a:hover {
	color: #fff!important;
}
@keyframes shine {
	20% {
		left: 100%;
	}
	100% {
		left: 100%;
	}
}
.category_area_niku .category_item_more::before,
.category_area_niku .category_item_more::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.category_area_niku .category_item_more::before{
    width: 40px;
    height: 40px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
    right: 78px;
    z-index: 5;
}
.category_area_niku .category_item_more::after{
    right: 94px;
    z-index: 6;
    width: 9px;
    height: 9px;
    border-top: 3px solid #5aa23b;
    border-right: 3px solid #5aa23b;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.category_more a {
    text-align: center;
    width: 100%;
    margin: 0 auto 2rem;
    background-color: #fff;
    color: #222;
    border: solid 2px #222;
    box-sizing: border-box;
    font-size: 1rem;
    padding: 15px 0;
    transition: .3s;
    position: relative;
    display: block;
    box-shadow: 4px 4px #222;
}
.category_more a:hover {
    background-color: #222;
    color: #fff!important;
    border: solid 2px #222;
    transition: .3s;
    box-shadow: 2px 2px 5px #ccc;
}
.category_more a::after{
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-bottom: solid 2px #222;
    border-right: solid 2px #222;
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    right: 22px;
    bottom: 0;
    margin: auto;
}
.category_more a:hover::after{
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
}
/* ///////////////////////////////////////

タブ切り替え ここから

/////////////////////////////////////// */

#newlife-home_2026 .tab-wrap ul.tab-btn3 {
    display: flex;
    margin: 1rem auto 1.5rem;
    align-items: flex-end;
    justify-content: space-between;
}
#newlife-home_2026 .tab-wrap ul.tab-btn3 li  {
    position: relative;
    margin-right: 1rem;
    width: 29%;
    border-radius: 10px;
    overflow: hidden;
}
#newlife-home_2026 .tab-wrap ul.tab-btn3 li:last-child {
    margin-right: 0;
}
#newlife-home_2026 .tab-wrap ul.tab-btn3 li.active {
    position: relative;
    width: 35%;
    box-shadow: 2px 2px 9px #9d9d9d;
}
#newlife-home_2026 .tab-wrap ul.tab-btn3 li.active:hover {
    cursor: context-menu!important;
}
#newlife-home_2026 .tab-wrap ul.tab-btn3 li img  {
    opacity: .3;
    object-fit: cover;
    transition: .3s;
}
#newlife-home_2026 .tab-wrap ul.tab-btn3 li.active img:hover  {
    transform: scale(1);
}
#newlife-home_2026 .tab-wrap ul.tab-btn3 li img:hover  {
    transform: scale(1.08);
    transition: .5s;
}

#newlife-home_2026 .tab-wrap ul.tab-btn3 li .tab-btn3_txt  {
    position: absolute;
    bottom:0;
    left:10px;
}
#newlife-home_2026 .tab-wrap ul.tab-btn3 .tab-btn3_txt {
    color: #222;
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 1px;
}

#newlife-home_2026 .tab-wrap ul.tab-btn3 .active .tab-btn3_txt {
    color: #fff;
    text-shadow: 3px 4px 7px #222;
    font-size: 1.8rem;
    letter-spacing: 4px;
}

#newlife-home_2026 .tab-wrap ul.tab-btn3 .active img {
    opacity: 1;
}
/* ///////////////////////////////////////

タブ切り替え ここまで

/////////////////////////////////////// */

#newlife-home_2026 .parent li {
    break-inside: avoid;
    margin-bottom: 16px;
    background: #ffffff;
    /* border-radius: 6px; */
    overflow: hidden;
    transition: transform 0.3s ease;
    padding: .5rem;
    box-shadow: 1px 3px 8px #d6d6d6;
}

#newlife-home_2026 .parent li:hover {
    transition: transform .5s ease;
    transform: scale(1.02);
}

#newlife-home_2026 .parent li .thumbnail {
    position: relative;
}
#newlife-home_2026 .parent li .thumbnail .icon_bottom-right {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #222;
    color: #fff;
    padding: .2rem 1rem;
    font-size: 1.2rem;
    font-weight: bold;
}
#newlife-home_2026 .parent li .icon_top {
    color: #fff;
    background-color: #222;
    text-align: center;
    font-size: 1.1rem;
    font-weight: bold;
    width: 100%;
    box-sizing: border-box;
    line-height: 1.2;
    padding: 3% 0;
}

#newlife-home_2026 .parent li img {
    width: 100%;
    height: auto; 
    display: block;
}
#newlife-home_2026 .shosai-list {
    text-align: center;
    padding: 3%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 3%;

}
#newlife-home_2026 .shosai-list .item_point {
    margin: 0 auto 1%;
    font-size: 1rem;
    color: #222;
    width: 100%;
    font-weight: bold;
    line-height: 1.3;
    height: 2.3rem;
    display: flex;
    align-items: center;
    text-align: left;
}
#newlife-home_2026 .shosai-list .item_point2 {
    margin: 0 auto 1%;
    font-size: .8rem;
    background-color: #f9eccc;
    color: #9f5948;
    width: 100%;
    line-height: 1.3;
    height: 2.3rem;
    display: flex;
    justify-content: center;
    width: 100%;
}
#newlife-home_2026 .shosai-list .item_sale {
    display: inline-block;
    background: #e6ea00;
    color: #8cdaf1;
    padding: 2% 5%;
    font-weight: bold;
    font-size: 1rem;
    border-radius: 50px;
}
#newlife-home_2026 .shosai-list .item_price {
    font-size: 2rem;
    color: #eb2b9a;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.5;
    font-family: Lato;
    line-height: 1.2;
}
#newlife-home_2026 .shosai-list .item_price::first-letter  {
    font-size: 1.5rem;
}
#newlife-home_2026 .price_line {
    color: #fff;
    font-family: Lato;
    font-size: 1rem;
    text-decoration: line-through;
    margin: 0 0 0 3%;
    text-shadow:none;
}
#newlife-home_2026 .shosai-list .item_sale {
    line-height: 1.2;
}
#newlife-home_2026 .shosai-list .item_sale span {
    line-height: 1;
}

/* anchor------------------------------------------------------------ */

.anchor_title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
}
.anchor_title .character {
    width: 125px;
    animation: yurayura 2s linear infinite;
}
@keyframes yurayura {
    0% , 100%{
        transform: rotate(5deg);
    }
    50%{
        transform: rotate(-5deg);
    }
  }
.balloon4 {
    position: relative;
    margin: 0 4rem 2rem 0;
    padding: 0 3rem;
    background: #ffffff;
    border-radius: 50px;
    align-items: center;
    display: flex;
    height: 60px;
  }
  
  .balloon4:before {  
    content: "";
    position: absolute;
    right: -25px;
    width: 25px;
    height: 23px;
    bottom: 0;
    background: #ffffff;
    border-radius: 50%;
  }
  
  .balloon4:after {
    content: "";
    position: absolute;
    right: -45px;
    width: 16px;
    height: 15px;
    bottom: 0;
    background: #ffffff;
    border-radius: 50%;
  }
  
  .balloon4 p {
    margin: 0; 
    padding: 0;
    font-size: 1.3rem;
    color: #222222;
    font-weight: bold;
  }
  
  .anchor ul {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 2rem;
    width: 750px;
    margin: auto;
  }
  .anchor ul li {
    font-size: 1rem;
    width: 100%;
    padding: .5rem;
    background-color: #222222;
    border: solid 3px #222222;
    color: #fff;
    border-radius: 10px;
    position: relative;
    box-sizing: border-box;
    text-align: center;
}
.anchor ul li a {
    font-size: 1rem;
    display: block;
}
  .anchor ul li:hover {
    background-color: #fff;
    border:solid 3px #222222;
    color: #222222;
    transition: .5s ease;
  }
  .anchor ul li::after {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-bottom: solid 4px #fff;
    border-right: solid 4px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 22px;
    bottom: 0;
    margin: auto;
  }
  .anchor ul li:hover::after {
    border-bottom: solid 4px #222222;
    border-right: solid 4px #222222;
    transform: rotate(45deg);
    top: 5px;
    transition: .5s ease;
  }

/* item------------------------------------------------------------ */

h2.title_1 {
    text-align: center;
    font-size: 2rem;
    letter-spacing: 4px;
    margin: 2.5rem 0 1.3rem;
    position: relative;
}
h2.title_1 .dot1 {
    position: absolute;
    right: -44px;
    width: 17%;
    top: -40px;
}
h2.title_1 .dot2 {
    position: absolute;
    left: -44px;
    width: 18%;
    top: -24px;
}
.title h2 span {
    margin: 10px 0 0 10px;
    font-size: 1rem;
}

.title h2 .icon {
    width: 32px!important;
    height: 44px!important;
    object-fit: contain;
}

.more_btn_col2 {
    display: flex;
    gap: 1rem;
}
.more_btn {
    background: linear-gradient(to right, #17d2e1, #52bedf);
    padding: .3rem .6rem .3rem 1.2rem;
    border-radius: 50px;
    transition: transform 0.3s ease;
    font-size: 1rem;
}
.more_btn:hover {
    transform: translateY(-4px);
}
.more_btn a:hover {
    color: #fff!important;
}
.more_btn a {
    position: relative;
    padding-right: 50px; /* 矢印分のスペース */
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 1.3rem;
  }
  .more_btn a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    background: #fff;
    border-radius: 50%;
    z-index: 1;
  }
  
  .more_btn a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 17px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid #17d2e1;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    z-index: 2;
  }
  
/* -----------------
yellow
---------------- */

#newlife-home_2026 .parent li.yellow {
    background: #e6ea00;
}
#newlife-home_2026 .parent li.yellow .shosai-list .item_point {
    color: #222;
}

#newlife-home_2026 .parent li.yellow .shosai-list .item_sale {
    background: #222222;
    color: #fcff33;
}
#newlife-home_2026 .parent li.yellow .shosai-list .item_price {
    color: #eb2b9a;
    text-shadow: 4px 4px #ffffff;
}
#newlife-home_2026 .parent li.yellow .price_line {
    color: #222;
}


#newlife-home_2026 h2.title {
    text-align: center;
    color: #eb2b9a;
    font-size: 2rem;
    padding: 1rem 0;
    text-shadow: 3px 3px #ffe145;
}
#newlife-home_2026 h2.title span {
    font-size:1.3rem;
}
#newlife-home_2026 .bn_col_1 {
    background-color: #fffcd1;
    padding:0 1rem 1rem;
}
#newlife-home_2026 section {
    margin:1rem 0;
}
#newlife-home_2026 section h2 {
    text-align: center;
    margin: .5rem;
    color: #fff;
}
#newlife-home_2026 section .keyword {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .5rem;
}
#newlife-home_2026 section .keyword li a {
    display: block;
    background-color: #fff;
    padding: .2rem .5rem;
    border-radius: 50px;
    border: solid 1px #222;
}
#newlife-home_2026 section .keyword li a:before {
    content: "#";
}
#newlife-home_2026 section .banner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}
#newlife-home_2026 section .banner img {
    border-radius: 10px;
    }
    
#page_top {
width: 70px;
height: 70px;
position: fixed;
right: 5%;
bottom: 5%;
background: #fff;
border-radius: 50%;
z-index: 6;
border: solid 2px #eb2b9a;
box-sizing: border-box;
}
#page_top a:hover {
    transition:.3s;
    opacity: 0.7;;
}
/* Font Awesome */
#page_top::before {
font-family: 'Font Awesome 5 Free';
font-weight: 900;
content: '\f106';
font-size: 33px;
color: #eb2b9a;
position: absolute;
top: 50%;
left: 50%;
translate: -50% -50%;
}


#newlife-home_2026 .container {
    background: #fff;
    border-radius: 20px;
    padding: 0 0 1rem;
    margin: 1rem 0 2rem;
    border: solid 8px #ff8f81;
    margin: 1rem auto 2rem ;
}
#newlife-home_2026 .carousel {
    display: flex;
    overflow-x: auto;
    gap: 20px;
    padding: 0 0 0 20px;
}

#newlife-home_2026 .item {
    scroll-snap-align: start;
    flex: 0 0 auto;
    /* width: 220px; */
    margin: 0 auto .5rem ;
    overflow: hidden;
    transition: .5s;
    border-radius: 10px;

    position: relative;
    display: inline-block;
}
/* #newlife-home_2026 .item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 1000px;
    margin: 1rem auto;
    gap:1rem;
    position: relative;
} */
#newlife-home_2026 .item img {
    width: 100%;
    height: auto;
    display: block;
}
#newlife-home_2026 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(70, 70, 70, 0.6);
    color: white;
    font-size: 2em;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: Lato;
    line-height:1.5;
  }
  #newlife-home_2026 .item img:hover {
    transition: transform .5s ease;
    transform: scale(1.03);
}


.bn_col_3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:1.5rem;
}
.bn_col_3 img {
    border-radius: 5px;
}



/*==============================================
ナビゲーション ここから
================================================*/
/* #newlife-home_2026 #nav {
    position: fixed;
    z-index: 10;
    bottom: 0%;
    right: 0%;
    height: 100vh;
}
#newlife-home_2026 #nav.panelactive{
    width: 100%;
}
#newlife-home_2026 .g-nav-category_btn {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
#newlife-home_2026 #nav .gray-back.active{
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
#newlife-home_2026 #nav .g-nav{
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
    width: calc((100vw - 780px) / 2);
    height: calc(100vh - 141px);
    display: flex;
    align-items: center;
    transition: .55s;
    border-radius: 0 0 5px 5px;
    z-index: 5;
}

#newlife-home_2026 #nav .nav-title {
    position: relative;
    width: 100%;
}
#newlife-home_2026 #nav .g-nav-list .title{
    width: 80%;
    max-width: 210px;
    margin: 0 auto 2%;
}
#newlife-home_2026 #nav .g-nav-list .g-nav-link{
    color: #FFF;
    text-align: center;
    width: 100%;
    max-width: 300px;
}
#newlife-home_2026 #nav .g-nav-list .g-nav-link a p {
    color: #222;
    font-size: .8rem;
} */
/* #newlife-home_2026 #nav .g-nav-list .g-nav-link a{
    padding: 1em 0;
    color: #3b1d05;
    font-size: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px dashed #b7a89c;
} */
/* #newlife-home_2026 #nav .g-nav-list .g-nav-link a::after {
    transform: translateY(0.05em) rotate(-45deg);
    margin-left: 2%;
    width: 5px;
    height: 5px;
    border-bottom: 3px solid #3b1d05;
    border-right: 3px solid #3b1d05;
    content: '';
} */
/* #newlife-home_2026 #nav .g-nav-list .nav-img{
    position: absolute;
    bottom: .1px;
    right: .1px;
    width: 32%;
    animation: hyoko 1s .4s both ease-in-out;
    display: block;
} */

/*アクティブクラスがついたら位置を0に*/
/* #newlife-home_2026 #nav .g-nav.panelactive{
    top: 0;
    transform: translateY(0%);
}
 */
/*ナビゲーションの縦スクロール*/
/* #newlife-home_2026 #nav .g-nav .g-nav-list{
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
} */



/* #newlife-home_2026 .pc__left {
    position: fixed;
    z-index: 10;
    bottom: 0%;
    left: 0%;
    height: 100vh;
}

#newlife-home_2026 .pc__left-list {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: calc((100vw - 780px) / 2);
    height: calc(100vh - 141px);
    display: flex;
    align-items: center;
    transition: .55s;
    border-radius: 0 0 5px 5px;
}
#newlife-home_2026 .pc__left-inner{
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
} */

/*========= ボタンのためのCSS ===============*/
/* #newlife-home_2026 #nav .openbtn1{
    display: none;
    position:fixed;
    z-index: 10;/*ボタンを最前面に*/
    /* bottom: 2%;
    right: 2%;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    box-sizing: border-box;
    border: 1px solid #FFF;
    background: linear-gradient(135deg, #cbda07 10%, #04c0a4 90%);
} */
/* #newlife-home_2026 #nav .openbtn1.active {
    background-color: #ffffff;
} */
/*×に変化*/  
/* #newlife-home_2026 #nav .openbtn1 span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 13.5px;
    height: 3px;
    border-radius: 2px;
    background: #FFF;
    width: 45%;
}
#newlife-home_2026 #nav .openbtn1 p{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    text-align: center;
    left: 19.5%;
    bottom: 7%;
    font-size: .7rem;
    color: #FFF;
}
#newlife-home_2026 #nav .openbtn1 span:nth-of-type(1) {
  top:16px; 
}
#newlife-home_2026 #nav .openbtn1 span:nth-of-type(2) {
  top:24px;
}
#newlife-home_2026 #nav .openbtn1 span:nth-of-type(3) {
  top:32px;
}
#newlife-home_2026 #nav .openbtn1.active p{
    color: #FFF;
}
#newlife-home_2026 #nav .openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 17px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
    background: #6b421f;
}
#newlife-home_2026 #nav .openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}
#newlife-home_2026 #nav .openbtn1.active span:nth-of-type(3){
    top: 30px;
    left: 17px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
    background-color: #6b421f;
} */

/* タブレット用 */
/* @media screen and (max-width: 1400px) {
    #newlife-home_2026 #nav .g-nav .g-nav-list {
        background-color: #fbffe3;
        width: 90%;
        height: auto;
        max-width: 400px;
        box-sizing: border-box;
        padding: 4% 3%;
        border-radius: 5px;
        max-height: calc(74vh - 140px);
        overflow-y: scroll;
        padding: 4% 0;
        justify-content: start;
    }
    #newlife-home_2026 #nav .openbtn1 {
        display: block;
    }
    #newlife-home_2026 #nav .g-nav {
        top: 0;
        right: 0;
        transform: translateY(-100%);
        background-image: linear-gradient(135deg, rgba(46, 195, 165, 1), rgba(184, 212, 80, 1));
        width: 100vw;
    }
    #newlife-home_2026 #nav .g-nav-list .g-nav-link {
        width: 100%;
        color: #FFF;
    }
    #newlife-home_2026 #nav .g-nav-list .nav-img{
        animation: none;
    }
    #newlife-home_2026 #nav .g-nav.panelactive .g-nav-list .nav-img{
        animation: hyoko 1s .4s both ease-in-out;
    }
} */

/*==============================================
ナビゲーション ここまで
================================================*/

#newlife-home_2026 .newlife-home-item {
    margin-bottom: 16px;
    background: #ffffff;
    overflow: hidden;
    transition: transform 0.3s ease;
    padding: .5rem;
    box-shadow: 4px 5px 8px #d6d6d6;
}

#newlife-home_2026 .newlife-home-item-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 13px;
}

#newlife-home_2026 .newlife-home-item__inner {
    display: flex;
    flex-direction: column;
    gap: .4em;
}

#newlife-home_2026 .newlife-home-item__custom {
    display: flex;
    gap: 5px;
    margin-bottom: .5em;
}

#newlife-home_2026 .newlife-home-item__promo .promo-icon {
    background-color: #eb2b9a;
    color: #FFF;
    line-height: 1.3em;
    padding: 0 .3em;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3em;
    text-align: center;
    font-size: 1.2rem;
}

#newlife-home_2026 .newlife-home-item__price .main-price {
    font-size: 2rem;
    color: #eb2b9a;
}
#newlife-home_2026 .newlife-home-item__price {
    font-size: 1.5em;
    display: flex;
    align-items: baseline;
    gap: .3em;
    margin-bottom: 0;
}
#newlife-home_2026 .newlife-home-item__price .sub-price {
    font-size: 1em;
    color: #a1a1a1;
    position: relative;

    
}
#newlife-home_2026 .newlife-home-item__price .sub-price::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #a1a1a1;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    
}

#newlife-home_2026 .newlife-home-item__name__h3 {
    margin-top: 5px;
    font-size: 16px;
}

#newlife-home_2026 .newlife-home-item__link {
    color: var(--color-active);
    font-size: 1.2em;
    display: flex;
    align-items: center;
    line-height: 1;
    transition: .3s;
    line-height: 1;
}
