@charset "Shift_JIS";

:root {
    --contents-padding-left: 400px;
}
/* @media screen and (max-width: 1700px) {
    :root {
        --contents-padding-left: 23vw;
    }
}
@media screen and (max-width: 1500px) {
    :root {
        --contents-padding-left: 425px;
    }
} */


/*==============================================
 共通 ここから
================================================*/
/* パンくず削除 */
#pankuzu {
    display: none;
}
body {
    background: #f5f5f5;
}
#irisfes2025 img {
  width: 100%;
}
.header-info-red {
    display: none !important;
}
#irisfes2025 a {
    display: block;
}
#irisfes2025 a:hover {
    opacity: .75;
}
#irisfes2025 a:hover p{
    color: #222;
}
#irisfes2025 a.link-none:hover {
    opacity: 1;
    color: #222 !important;
}
article#contents {
    padding-bottom: 0 !important;
}
footer  {
    position: relative;
    z-index: 1000;
}
footer .bottom {
    margin-top: 0;
    padding: 20px 0;
}

/* 税込 */
.buy_price>ul .price.sale+.intax,.buy_price>ul .intax {
    display: none !important;
}
.spesicalprice {
    display: none !important;
}
#irisfes2025 .buy_price>ol, .buy_price>ul {
    margin: 0;
}
span.marker {
    background: linear-gradient(transparent 60%, #ffe4d2 40%);
    font-weight: bold;
    color: #ff3500;
    line-height: 1;
    font-size: 1.1em;
    white-space: nowrap;
}
/* デフォルトの見出し */
#irisfes2025 .default-title {
    width: 100%;
    text-align: center;
    margin-bottom: 2%;
}
#irisfes2025 .default-title h5 {
    font-size: 2em;
    line-height: 1.3;
    color: #222;
}
#irisfes2025 .default-title p {
    font-size: .9em ;
    color: #222;
}

/* 変数指定 */
:root {
    --main-bg-color:#155dae;
    --main-bg2-color:#ffffcf;
    --main-bg3-color:#fffa5d;
    --main-text-color: #222222;
    --title-text-color: #e40001;
    --font-size-text: 1rem;
}
/*==============================================

================================================*/
/* フォント */
#irisfes2025{
    color: var(--main-text-color);
    font-size: var(--font-size-text);
}
#irisfes2025 p {
    font-size: var(--font-size-text);
}

/* セクション共通 */
#irisfes2025 .section {
    position: relative;
    background-color:var(--main-bg3-color) ;
}

/*==============================================
 共通 ここまで
================================================*/
#irisfes2025{
    position: relative;
    background-color: #ffe2c5;
    width: 100%;
}

#irisfes2025 .inner {
    width: 95%;
    margin: 0 auto;
}
#irisfes2025 .section-title {
    position: relative;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}
#irisfes2025 .section-title h2{
    width: 100%;
    padding: 2% 0;
}
/* 固有フォント */
#irisfes2025 p{
    font-style: normal;
    color: #222;
    text-align: center;
}
#irisfes2025 h1 {

}
#irisfes2025 h1 img{
    display: block;
}
/* 横幅最大 */
footer .footer-inner, header .header, header .information, main, main#wrapper, nav .category_nav {
    max-width: none;
    padding: 0;
}

#irisfes2025 section {
    width: 100%;
    /* max-width: 950px; */
    margin: 0 auto;
    margin-top: -1px;
    box-sizing: border-box;
    padding: 2% 8% 4%;
}
/* カテゴリ用ボタン */
#irisfes2025 .btn{
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 6% 0 2%;
}
#irisfes2025 .btn a {
    background-color: #222;
    color: #FFF;
    padding: .5em 3em;
    border-radius: 100vw;
    position: relative;
    font-size: 1.2em;
    margin: 0 1%;
}
#irisfes2025 .btn a:hover {
    color: #FFF !important;
}
#irisfes2025 .btn a::after {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: .3em;
    height: .3em;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    top: 0;
    bottom: 0;
    right: 6%;
    margin: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.3s ease 0s;
}
/* バナー */
#irisfes2025 .banner {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
#irisfes2025 .banner p {
    text-align: center;
    font-size: 1.8em;
    font-weight: bold;
    color: #FFF;
}
#irisfes2025 .banner a{
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}
#irisfes2025 .more-banner {
    width: 80%;
    max-width: 460px;
    margin: 4% auto 1%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#irisfes2025 .more-banner p {
    white-space: nowrap;
    text-align: center;
}
/*==============================================
看板 ここから
================================================*/
#irisfes2025 h1 {
    width: 100%;
    position: relative;
    background-image: url("../IMAGE/irisfes2025/main_bg.png");
    background-position: bottom;
    background-size: cover;
    display: block;
    box-sizing: border-box;
    /* padding-left: var(--contents-padding-left);
    padding-right: var(--contents-padding-left); */
}
#irisfes2025 h1 .title {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    position: relative;
    z-index: 100;
    padding-bottom: 1%;
}
/* #irisfes2025 h1 .title-back {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 1;
} */
/*==============================================
看板 ここまで
================================================*/
/*==============================================
アンカー ここから
================================================*/
#irisfes2025 section.anchor {
    max-width: none;
    /* background: linear-gradient(180deg, rgb(255 186 144) 0%, rgba(255, 226, 197, 1) 26%, rgba(255, 226, 197, 1) 100%); */
    background-color: var(--main-bg-color);
    position: relative;
    z-index: 5;
    padding: 1% 2.5% 1%;
    overflow: hidden;
}
#irisfes2025 .anchor-h2 {
    width: 18em;
    max-width: 800px;
    margin: 0 auto .5%;
}
#irisfes2025 .anchor-h2.width {
    width: 22em;
}
#irisfes2025 .anchor-link {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0 auto 1%;
    max-width: 700px; 
}
#irisfes2025 .anchor-link li {
    width: calc(100% / 2 - 1%);
    position: relative;
    overflow: hidden;
}
#irisfes2025 .anchor-link.co3 li {
    width: calc(100% / 3 - 1%);
}
#irisfes2025 .anchor-link.co1 {
    flex-direction: column;
    margin: .8rem auto .3rem;
    gap: .5rem;
}
#irisfes2025 .anchor-link.co1 li {
    width: 100%;
}

/* クーポン */
#irisfes2025 .anchor .coupon {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 2.5% 2.5% 2%;
    background-color: #f40000;
}
#irisfes2025 .anchor .coupon-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1%;
}
#irisfes2025 .anchor .coupon-list li {
    width: calc(100% / 2 - 1%);
}
#irisfes2025 .anchor .coupon-day {
    width: 100%;
    text-align: center;
    color: #FFF;
    font-size: 1.2em;
    margin-bottom: 1%;
}
#irisfes2025 .anchor .coupon-kome {
    width: 100%;
    text-align: center;
    color: #FFF;
    font-size: 1em;
}

/*==============================================
アンカー ここまで
================================================*/

/*==============================================
商品ラインアップ ここから
================================================*/
#irisfes2025 section#contents01-item,
#irisfes2025 section#contents03-item {
    /* background-color: #FF8C4A; */
    max-width: none;
    margin-bottom: 0;
            & h3.first{
        margin-top: 0;}
}
#irisfes2025 section#contents02-item {
    /* background-color: #de0001; */
    max-width: none;
    margin-bottom: 0;
    background-color: var(--main-bg-color);
    & p{
        color: white;
    }
    & h3{
        color: white;
        margin-top: 6%;
    }
        & h3.first{
        margin-top: 0;
    }
    
    .item{
        .icon, .item-review {display: none;}
    }

    
}
#irisfes2025 section .item-h2 {
    margin-bottom: 1.5%;
    max-width: 800px;
    margin: 0 auto 1%;
}
#irisfes2025 section .cate-title {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin-bottom: 1%; */
    margin: 10px 0;
}
#irisfes2025 section .cate-title .first {
    display: flex;
    align-items: center;
    line-height: 1;
    padding: 0;
    font-size: 1.8em;
}
#irisfes2025 section .cate-title .first::before {
    content: '';
    display: block;
    width: .15em;
    height: 1.2em;
    background-color: #e50001;
    margin-right: .4em;
}
#irisfes2025 section#contents02-item .cate-title .first::before {
    background-color: #ffd400;
}
#irisfes2025 section .cate-title .more-btn {
    position: relative;
    color: #FFF;
    background: #222;
    padding: .5em 4em;
    display: flex;
    align-items: center;
    border-radius: 100vw;
    font-size: 1.1em;
}
#irisfes2025 section .cate-title .more-btn-wrap {
    display: flex;
    gap: 1em;
}
#irisfes2025 section .cate-title .more-btn:hover {
    color: #FFF !important;
}
#irisfes2025 section .cate-title .more-btn span{
    position: absolute;
    right: 2%;
    background: #FFF;
    width: 2.3em;
    height: 2.3em;
    border-radius: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
#irisfes2025 section .cate-title .more-btn span::before{
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: .35em;
    height: .35em;
    margin-bottom: -.1em;
    margin-left: -.1em;
    border-top: 2px solid #222;
    border-right: 2px solid #222;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.3s ease 0s;
}

#irisfes2025 h3{
    text-align: center;
    padding: 0;
    & span{color: var(--title-text-color);}
}

#irisfes2025 .swiper {
    /* overflow: hidden; */
    width: 100%;
    position: relative;
    margin-bottom: 5%;
}

#irisfes2025 .swiper-button-next, .swiper-button-prev {
    background-color: rgba(208, 216, 219, 0.5);
    border: 2px solid #155dae;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    top: 40%;
    /* background-image: url(); */
    position: absolute;
}
#irisfes2025 .swiper-wrapper~.swiper-pagination-bullets {
    text-align: center;
    padding-bottom: 2%;
    position: absolute;
    bottom: -40px;
}

#irisfes2025 .item-list {
    position: relative;
    display: flex;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 2%;
    padding-bottom: 1%;
    overflow-x: scroll;
}

#irisfes2025 .item-list::-webkit-scrollbar {
    width: 5px;
}

#irisfes2025 .item-list::-webkit-scrollbar-track {
    background-color: transparent;
}

#irisfes2025 .item-list::-webkit-scrollbar-thumb {
    background-color: gray;
    border-radius: 10px;
}



#irisfes2025 .item {
    min-width: 200px;
    align-items: stretch;

    & a{
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background:white;
        box-sizing: border-box;
        padding: 5%;
        border-radius: 10px;

        width: 100%;
        height: 100%;
        }
    & img{
    /* object-fit: contain; */
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    /* margin: 0 0 5% !important; */
    /* background-color: white; */
    }
    .icon{ position:absolute;
        top: 0%;
        left: 0%;
        width: 40%;/* fontsizeと同じ */
        height: 40%;/* fontsizeと同じ */
        z-index: 2;
    & img{border-radius: 10px 0 0 0;}
    }

    .banner {
        overflow: hidden;
        & img {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            height: 90%;
            width: auto;
        }
    }
}


#icon16{
  position: relative;
  /* padding:1rem 1rem; */
  font-size: 130px;
}

#icon16::before{
  position: absolute;
  width: 130px;/* fontsizeと同じ */
  height: 130px;/* fontsizeと同じ */
  content: "";
  background: url('../IMAGE/irisfes2025/icon_outlet.png')no-repeat;
  background-size: contain;
  z-index: 100000;
}
#icon16:hover {
  
  background: #ffffff;
  transition: .5s;
}
#icon16:hover::before{
  filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(6671%) hue-rotate(169deg) brightness(96%) contrast(61%);
  transition: .5s;
}
#irisfes2025 .item-list .item-back {
    /* width: 100%;
    background-color: #fff; */
}

#irisfes2025 .item-list .item-name h5 {
    text-align: center;
    padding: 2% 0 2%;
                    font-size: 0.9rem;
                    overflow: hidden;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 1;
}
#irisfes2025 .item-list .item-sokyu {
    font-weight: bold;
    text-align: center;
    margin-bottom: 1%;
}
#irisfes2025 .item-list .item-sokyu.outlet {
    display: none;
}

#irisfes2025 .item-list .item-sokyu p {
    font-size: 1.0em;
    font-weight: 500;
}
#irisfes2025 .item-price {
    display: flex;
    justify-content: center;
    margin-bottom: 2%;
    position: relative;
    flex-direction: column;
    text-align: center;
}
#irisfes2025 .item-price__icon {
    font-size: 1.1em;
    color: #dd0000 !important;
    font-weight: 700;
    letter-spacing: 0.01em;
    margin: 0 auto .4em;
    background-color: #f1da3e;
    display: flex;
    align-items: center;
    padding: .3em 1em;
    line-height: 1;
    width: max-content;
}
#irisfes2025 .item-price__icon.sale {
    color: #FFF !important;
    background-color: #dd0000;
}
#irisfes2025 .item-price__icon.point {
    color: #dd0000 !important;
    background-color: #f1da3e;
    font-size: .9em;
    margin-right: 2%;
}
#irisfes2025 .item-price__icon.coupon {
    background-color: #1051c9;
    color: #fff !important;
    font-size: .9em;
    margin-right: 2%;
}
#irisfes2025 .price {
    font-size: 2em;
    color: #dd0000 !important;
    text-shadow: 2px 2px #fff383;
    font-family: "Hind", sans-serif;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1em;
    height: 2rem;
}
#irisfes2025 .price.ja{
    font-size: 1.5em;
}
#irisfes2025 .item-review {
    border-top: 1px dashed #f9d16f;
    padding: 2% 0 0;
    width: 80%;
    margin: 0 auto;
}
#irisfes2025 .item-review_txt {
    line-height: 1.6em;
    font-size: 1.1em;
    text-align: center;
    padding: 1% 0 1.5%;

}
#irisfes2025 .item-arrow {
    display: none;
    /* position: absolute;
    right: 3%;
    top: 2%; */
}
#irisfes2025 .item-arrow .shosai {
    position: relative;
    display: block;
    font-size: 1em;
    padding: 1em 1em 1em 1em;
    border-radius: 100em;
    background-color: #dd0000;
    color: #FFF;
}
#irisfes2025 .item-arrow .shosai::after {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: .4em;
    height: .4em;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    top: 0;
    bottom: 0;
    right: 39%;
    margin: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.3s ease 0s;
}

/*==============================================
商品ラインアップ ここまで
================================================*/

/* ストア */
#irisfes2025 .store-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#irisfes2025 .store-list a {
    width: calc(100% / 3 - 1.5%);
    margin-bottom: 2%;
    border-radius: 5px;
    overflow: hidden;
}

#irisfes2025 #store .banner {
    margin: 0 auto 3%;
    & a{margin-bottom: 2%;}
}
#irisfes2025 .banner a.winter {
    box-sizing: border-box;
    border: 2px solid #FFF;
}
#irisfes2025 #store .banner-flex {
    margin: 0 auto 3%;
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    gap:2%;
    justify-content: center;

}
#irisfes2025 #store .banner-flex a{
    /* width: calc(100% / 2 - 1.5%); */
    width: calc(100% / 2 - 4%);
    margin-bottom: 2%;
}
#irisfes2025 #store .banner-flex.coupon a{
    /* width: calc(100% / 2 - 1.5%); */
    width:90%;
    margin-bottom: 2%;
}

/*==============================================
ナビゲーション　ここから
================================================*/
#irisfes2025 #nav {
    position: fixed;
    /* height: calc(100% - 141px); */
    z-index: 500;
    color: var(--main-text-color);
    /* top: 0;
    left: 0;
    height: 100%;
    background: #efefce;
    transition: 0.3s;
    box-sizing: border-box;
    width: var(--contents-padding-left); */
}
#irisfes2025 #nav .gray-back{
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #5656566b;
}
#irisfes2025 #nav .gray-back.active{
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
#irisfes2025 #nav .g-nav{
    position: fixed;
    width: var(--contents-padding-left);
    height: calc(100% - 115px);
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    z-index: 5;
    background: #efefce;
    box-sizing: border-box;
    padding: 2% 2%;
}
#irisfes2025 #nav .g-nav.g-nav__left {
    left: 0;
}
#irisfes2025 #nav .g-nav.g-nav__right {
    right: 0;
}
/*スクロールバー非表示（Chrome・Safari）*/
#irisfes2025 #nav .g-nav::-webkit-scrollbar{
    display:none;
}
#irisfes2025 #nav .nav-title {
    position: relative;
    width: 100%;
}
#irisfes2025 #nav .g-nav-list h5{
    width: 100%;
    text-align: center;
    /* color: #FFF; */
    font-size: 1.6em;
    line-height: 1;
    letter-spacing: 0.12em;
    margin-bottom: 1%;
}
#irisfes2025 #nav .g-nav-list p{
    width: 100%;
    text-align: center;
    /* color: #FFF; */
    font-size: 0.9em;
    margin-bottom: 2.5%;
    letter-spacing: 0.12em;
    font-weight: 400;
}
#irisfes2025 #nav .g-nav-list .title{
    width: 100%;
    margin-bottom: 6%;
}
#irisfes2025 #nav .g-nav__3cal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 4%;
}
#irisfes2025 #nav .g-nav__3cal li{
    position: relative;
    width: calc(100% / 3 - 2%);
    margin-bottom: 3%;
}

#irisfes2025 #nav .g-nav__2cal {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#irisfes2025 #nav .g-nav__2cal li{
    width: calc(100% / 2 - 2%);
    margin-bottom: 3%;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

/* クーポン */
#irisfes2025 #nav .g-nav__2cal.coupon {
    display: flex;
    flex-direction: column;
}
#irisfes2025 #nav .g-nav__2cal.coupon li {
    width: 100%;
}

/* ナビゲーション ザブロウ配置 */
#irisfes2025 #nav .g-nav__left .nav-img.left {
    width: 80%;
    max-width: 200px;
    margin: 0 auto;
}
#irisfes2025 #nav .g-nav__right .nav-img.right-tit {
    position: absolute;
    right: 4%;
    top: -20%;
    width: 16%;
    margin: 0 auto;
}
#irisfes2025 #nav .g-nav__right .nav-img.right-bottom {
    position: absolute;
    max-width: 100px;
}

/*アクティブクラスがついたら位置を0に*/
#irisfes2025 #nav .g-nav.g-nav__left.panelactive{
    transition: .3s;
    right: 0;
}


/*========= ボタンのためのCSS ===============*/
.openbtn1{
    display: none;
    position:fixed;
    z-index: 1000;/*ボタンを最前面に*/
    bottom: 57px;
    right: 10px;
    cursor: pointer;
    width: 50px;
    height:50px;
    background: transparent;
    border-radius: 100px;
}
.openbtn1{
    display: none;
    position:fixed;
    z-index: 1000;/*ボタンを最前面に*/
    bottom: 3%;
    right: 3%;
    cursor: pointer;
    width: 50px;
    height:50px;
    background: transparent;
    border-radius: 100px;
    /* border: 1px solid #b9b9b9; */
}
  
/*×に変化*/  
.openbtn1 span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    /* background-color: #53dcd7; */
    background: #FFF;
    width: 45%;
}

.openbtn1 p{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    text-align: center;
    left: 21.5%;
    bottom: 3%;
    font-size: .6rem;
}

.openbtn1 span:nth-of-type(1) {
  top:15px; 
}

.openbtn1 span:nth-of-type(2) {
  top:23px;
}

.openbtn1 span:nth-of-type(3) {
  top:31px;
}

.openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn1.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}
/* ナビゲーション切り替え */
#irisfes2025 .contents {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
/*==============================================
ナビゲーション　ここまで
================================================*/

/* 紙吹雪 */
#irisfes2025 .contents .confetti {
    position: absolute;
    top: 0;
    z-index: -1;
    width: 32%;
}
#irisfes2025 .contents .confetti.confetti_1 {
    left: 0;
    transform: translateX(-50%);
}
#irisfes2025 .contents .confetti.confetti_2 {
    right: 0;
    transform: translateX(50%);
}

/* 家具ランキング追加 */
/* @media screen and (max-width: 1500px) {
    #irisfes2025 #nav .g-nav.g-nav__right {
        display: none;
    }
    #irisfes2025 .contents {
        padding-right: 0;
    }
    footer .footer-inner {
        padding-right: 0;
    }
} */

/* タブレット */
/* @media screen and (max-width: 1300px) {
    #nav     {
        right: -100%;
        left: auto;
        width: 100%;
        background-color: transparent;
    }
    #nav.panelactive {
        right: 0;
    }
    .g-nav {
        width: 35%;
        height: calc(100% - 141px);
        background: #9d0300;
    }
    #irisfes2025 #nav .g-nav.g-nav__left {
        left: auto;
        right: -100%;
    }
    #irisfes2025 .contents {
        padding-left: 0;
    }
    .openbtn1 {
        display: block;
        background: #dd070a;
    }
    footer .footer-inner {
        padding-left: 0;
    }
} */





#irisfes2025 .list{
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
    align-items: center;
    justify-content: center;
}
#irisfes2025 .list li{
    width: calc(99% / 2);
    background: #f7f8fa;
    padding: 0;
    border-radius: 5px;
    margin-bottom: 1%;
    font-size: 1em;
}
#irisfes2025 .list p{
    font-size: 1.3em;
    line-height: inherit;
    text-align: left;
}

#irisfes2025 .list a{
    display: flex;
    align-items: center;
    position: relative;
    gap: 20px;
}
#irisfes2025 .list a:after{
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 9px;
    height: 9px;
    border-top: 3px solid #111233;
    border-right: 3px solid #111233;
    top: 44%;
    right: 6%;
    margin: auto;
    transform: rotate(45deg);
    transition: all 0.3s;
}
#irisfes2025 .list li img{
    width: 30%;
}


/* #irisfes2025 .banner-flex.coupon{
    display: flex;
    & img{
        display: flex;
        width: 80%;
        justify-content: center;
align-items: center;
    }
} */

/* 250520 カテゴリアンカー追加 */
#irisfes2025 .category-anchor {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: .5rem;
    padding-bottom: .5rem;
}

#irisfes2025 .category-anchor .link {
    line-height: 1;
    background-color: #ffffff;
    border: 1px solid #e1e1e1;
    white-space: nowrap;
    padding: .4em 1em .4em;
    border-radius: 100vw;
    font-size: .85rem;
    color: #252525;
}

#irisfes2025 .category-anchor .link:hover {
    opacity: 1;
    color: #252525 !important;
    transform: scale(1.05);
}

#irisfes2025 #contents02-item .item a {
    aspect-ratio: 0;
    height: auto;
}


/* 250521 PC用スライダー */

/* #irisfes2025 #kaden-item-wrap .item  {
    width: calc(100% - 6% / 3) ;
    display: none;
}
#irisfes2025 .item-wrap input[type="radio"] {
    display: none;
}
#irisfes2025 #kaden-item-wrap .slider-arrow {
    display: none;
}

#irisfes2025 .item-wrap .slider-radio-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 1em;
}
#irisfes2025 .item-wrap .slider-radio-wrap .radio-label{
    display: block;
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border-radius: 100vw;
    border: 1px solid #dbdbdb;
}
#irisfes2025 .item-wrap .slider-radio-wrap .radio-label:has(:checked) {
    background-color: #afafaf;
}
#irisfes2025 .item-wrap .slider-arrow {
    position: absolute;
    top: 50%;  
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: #FFF;
    border: 1px solid #dbdbdb;
    display: block;
    border-radius: 100vw;
}
#irisfes2025 .item-wrap .slider-arrow.prev-label {
    left: -5%;  
}
#irisfes2025 .item-wrap .slider-arrow.next-label {
    right: -5%;
}


#irisfes2025 #kaden-item-wrap:has(.radio-label:nth-of-type(1) .radio-kaden:checked) .item:nth-of-type(n+1):nth-of-type(-n+4) {
    display: block;
}
#irisfes2025 #kaden-item-wrap:has(.radio-label:nth-of-type(1) .radio-kaden:checked) .slider-arrow.kaden-1 {
    display: block;
}


#irisfes2025 #kaden-item-wrap:has(.radio-label:nth-of-type(2) .radio-kaden:checked) .item:nth-of-type(n+5):nth-of-type(-n+8) {
    display: block;
}
#irisfes2025 #kaden-item-wrap:has(.radio-label:nth-of-type(2) .radio-kaden:checked) .slider-arrow.kaden-2 {
    display: block;
}


#irisfes2025 #kaden-item-wrap:has(.radio-label:nth-of-type(3) .radio-kaden:checked) .item:nth-of-type(n+9):nth-of-type(-n+12) {
    display: block;
}
#irisfes2025 #kaden-item-wrap:has(.radio-label:nth-of-type(3) .radio-kaden:checked) .slider-arrow.kaden-3 {
    display: block;
}
   */
