@charset "shift_jis";
/* CSS Document */

main#wrapper{
    max-width:100%!important;
    padding: 0!important;
}

#tieup a {
    text-decoration: none;
}

#tieup img {
	width: 100%;
}

#tieup .pc_none {
	display: none;
}

#tieup {
	margin: 0 auto;
    background-color: #fff;
}

#tieup .title {
    margin: 0 auto;
    /* background-color: #ff7587; */
    text-align: center;
    position: relative;
}
#tieup .title_text {
    width: 900px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    z-index: 10;
}
#tieup .title_text img {width: 50px;}
#tieup .logo {
    width: 200px;
    opacity: 1;
    position: absolute;
    height: 200px;
    top: -30px;
    left: 17%;
    z-index: 1;
    background-image: url(../IMAGE/tieup/iris_logo.png);
    background-size: contain;
}

/*-----------------------------
ブランドロゴ スライド
-----------------------------*/
#tieup .wrap {
    display: flex;
    align-items: center;
    overflow: hidden;
}
#tieup .content {
    width: 200px;
}
#tieup .slideshow {
    display: flex;
    animation: loop-slide 30s infinite linear 1s both;
}
@keyframes loop-slide {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
}
#tieup .slideshow2 {
    display: flex;
    animation: loop-slide2 30s infinite linear 1s both;
}
@keyframes loop-slide2 {
    from {
      transform: translateX(-100%);
    }
    to {
      transform: translateX(0);
    }
}


/*カードデザイン*/

/*3カラム*/
#tieup .item-col3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

#tieup .item-list {
    margin-bottom: 15px;
}
  
#tieup .item-link {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: center;
    padding: 10px 10px 15px 10px;
    height: 100%;
}

#tieup .item-title {
	font-weight: 500;
	font-size: 20px;
	color: #fff;
	background-color: #998978;
    width: 100%;
}

/* #tieup li:nth-child(n+5) .item-title {
	background-color: #aa985f;
} */
  
#tieup .item-text {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-grow: 1;
    font-size: 16px;
    font-weight: 500;
    color: #222;
    text-align: left;
    line-height: 20px;
}

#tieup .time {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-grow: 1;
    font-size: 14px;
    font-weight: 400;
    color: #777777;
}

#tieup .item-button {
    width: 95%;
    margin: 0 auto;
    background-color: #eeeeee;
    border: solid 1px #b4b4b4;
    color: #777777;
    font-size: 16px;
    text-align: center;
    border-radius: 5px;
}

#tieup li:hover .item-button {
    background-color: #fff;
    border: solid 1px #b4b4b4;
    color: #777777;
}

#tieup h2 {
    font-size: 24px;
    text-align: center;
    margin: 30px auto 10px;
    color: #222;
}

#tieup h3 {
    font-size: 18px;
    text-align: left;
    margin: 0 auto 10px;
    color: #fff;
    background-color: #222;
    padding: 5px 25px;
    display: inline-block;
    font-weight: 400;
}

#tieup .col_2 {width: 900px;margin: 0 auto;}
#tieup .col_2 li {
    width: calc((100% - 28px)/2);
    margin-right: 10px;
    display: inline-block;
}

#tieup .col_2 li:last-child {
    margin: 0;
}

/*タブ切り替え*/
.tab-wrap {
    /* background-color: #fff; */
    max-width: 900px;
    margin: 20px auto 0;
}
  
.tab-wrap > ul {
    display: flex;
    background: #eee;
}
  
.tab-btn {
    width: 100%;
    padding: 10px 0;
    text-align: center;
    list-style: none;
    cursor: pointer;
}
  
.tab-btn.show {
    background: #333;
    color: #fff;
}
  
.tab-contents {
    display: none;
}
  
.tab-contents.show {
    display: block;
    padding: 20px;
}

/*商品一覧*/
#tieup li dd.p_name{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-weight: 400;
    letter-spacing: normal;
    word-break: break-all;
    font-size: 1em;
}

#tieup .item ul li {
    width: calc((100% - 50px) / 4);
    margin: 0 10px 10px 0;
    display: inline-flex;
}
#tieup .item li dd.p_wish {
    margin: 2px 0;
    height: 25px;
    letter-spacing: 0;
}
#tieup .item li dd .wish {
    float: right;
    position: relative;
    right: 0;
    top: 0;
    cursor: pointer;
    width: 24px;
    height: 24px;
}
#tieup .item li .icon .p_icon {
    display: none;
}
#tieup .item li .icon span img {
    width: calc(100% / 3 - 2px);
}
#tieup .item div.price-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
#tieup .item .sale {
    color: #e50012;
}
#tieup .item .m_price {
    font-family: Lato, "Noto Sans JP", sans-serif, "メイリオ";
    font-size: 1.5em;
    font-weight: 700;
}
#tieup .item span.m_price_grid {
    background: #383838;
    color: #fff;
    padding: 0 6px;
    font-size: 0.7em;
    display: table-cell;
}
#tieup .item .sale span.m_price_grid {
    background: #e50012;
    display: inline-flex;
    align-items: center;
}
#tieup .item .price_comment {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
}
#tieup .item .teiki_price {
    color: #d5570b;
    border: 1px solid #d5570b;
}
#tieup .item .price_comment * {
    line-height: 1;
    font-size: 80%;
    padding: 2px 3px;
}

#tieup .btn-black {
    display: none;
}

/*------------------------------------------
クーポンゲット
------------------------------------------*/
#tieup .timesale_coupon {
    margin-bottom: 20px;
}
#tieup .timesale_coupon p {
    font-size: 22px;
    text-align: center;
    color: #056baf;
    margin-top: 10px;
}
#tieup .action-cpget {
    width: 100%;
    padding: 10px 0;
    background-color: #056baf;
    border: solid 1px #056baf;
}
#tieup .action-cpget:hover{
    color:#056baf;
    border:solid 1px #056baf;
    background-color: #fff;
}
#tieup .action-cpget.status-1 {
    background-color: #a0989b;
    border:none;
}

#tieup .action-cpget.status-1:before {
    content: "獲得済み";
    font-size: 18px;
}

#tieup .action-cpget:before {
    content: "クーポンを獲得する";
    font-size: 18px;
}


/*------------------------------------------
割引アイコン
------------------------------------------*/
#tieup .waribiki_icon_sansyou {
	position:relative;
}
#tieup .waribiki_icon {
	position: absolute;
    text-align: center;
    width:80px;
    height:80px;
    top:0;
	left:70%;
	background-color: #a51111;
	color: #fff;
	border-radius: 50%;
}
#tieup .waribiki_icon p {
    font-size: 23px;
    font-weight: bold;
    line-height: 24px;
    margin-top: 15px;
}
#tieup .waribiki_icon2 {
    position: absolute;
    text-align: center;
    width:80px;
    height:80px;
    top:0;
	left:70%;
	background-color: #a51111;
	color: #fff;
	border-radius: 50%;
}
#tieup .waribiki_icon2 p {
    font-size: 18px;
    font-weight: bold;
    line-height: 21px;
    margin-top: 9px;
}


#tieup .waribiki_icon3 {
    position: absolute;
    text-align: center;
    width:80px;
    height:80px;
    top:0;
	left:80%;
	background-color: #a51111;
	color: #fff;
	border-radius: 50%;
}
#tieup .waribiki_icon3 p {
    font-size: 18px;
    font-weight: bold;
    line-height: 21px;
    margin-top: 9px;
}