@charset "shift_jis";
/* CSS Document */
/*-----------------------------------------------*/
/*ベース*/
/*-----------------------------------------------*/
main, main#wrapper {
    padding: 0;
    max-width: none !important;
}
.header-info-red{
    display: none;
}
#tieup-angfa{
    max-width:980px;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
    position: relative;
    background: rgb(228,24,35);
    background: linear-gradient(90deg, rgba(228,24,35,1) 50%, rgba(72,174,240,1) 50%);
    color: #333;
    container-type: inline-size;
}
#tieup-angfa .smp_none{
    display: none !important;
}
#tieup-angfa img{
    width: 100%
}
#tieup-angfa a{
    display: block;
    position: relative;
}  
#tieup-angfa a:hover{
    opacity: 0.9;
    color:#222 !important;
}
#tieup-angfa .pc_none{
    display: none;
}
/*-----------------------------------------------*/
/*全体枠*/
/*-----------------------------------------------*/
#tieup-angfa .contents{
    padding: 0 12%;
}
#tieup-angfa .inner-bg{
    padding: 0;
    background: #fff;
    border-radius: 25px;
    margin: 5% 0 6% 0;
    box-shadow: 0 0 10px rgb(6 6 6 / 50%);
}
#tieup-angfa .inner{
    padding: 3% 5%;
}
/*-----------------------------------------------*/
/*カラー*/
/*-----------------------------------------------*/
#tieup-angfa .pink{
    color:#f64455;
}
#tieup-angfa .yellow{
    color:#fff048;
}
#tieup-angfa .angfa{
    background:#48aef0;
}
#tieup-angfa .iris{
    background:#e41823;
}
/*-----------------------------------------------*/
/*ナビ*/
/*-----------------------------------------------*/
#tieup-angfa .navi{
    background: rgb(255 255 255 / 85%);
    display: flex;
    justify-content: space-around;
    gap:2em;
    padding:1.2em 4em;
    box-sizing: border-box;
}
#tieup-angfa .navi li{
    width: calc(100% / 2);
    display: flex;
    justify-content: center;
    align-items: stretch;

}
#tieup-angfa .navi li a{
    background: #fff048;
    position: relative;
    padding:.9em .3em 2em .3em;
    border-radius: 8px;
    box-shadow: 0 5px 0 #e59c00;
    transition: .2s;
    width: 100%;
}
#tieup-angfa .navi li a:hover{
    transform: translateY(3px);
    box-shadow: none;
}
#tieup-angfa .navi__tokuten,
#tieup-angfa .navi__icon{
    position: absolute;
}
#tieup-angfa .navi__tokuten{
    background: #333;
    border-radius: 100px;
    color: #fff048;
    width: 4em;
    height: 4em;
    left: -1.3em;
    top: -.6em;
    font-size: 1.2cqw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 1em;
}
#tieup-angfa .navi__tokuten .big{
    display: block;
    font-size: 2cqw;
    line-height: 1.2em;
}
#tieup-angfa .navi__icon.coupon{
    width: 23%;
    bottom:2.5em;
    left:-1.5em;
    transform: rotate(-10deg);
}
#tieup-angfa .navi__icon.item1{
    width: 16%;
    bottom:-.9em;
    left:.6em;
    transform: rotate(-10deg);
}
#tieup-angfa .navi__icon.item2{
    width: 17%;
    top: -1em;
    right: -.8em;
    transform: rotate(10deg);
}
#tieup-angfa .navi__sub,
#tieup-angfa .navi__sub span{
    font-size: 1.8cqw;
    font-weight: bold;
    line-height: 1em;
}
#tieup-angfa .navi__title span{
    line-height: 1.4em;
    font-weight: bold;
}
#tieup-angfa .navi__title .big{
    font-size:4cqw;
}
#tieup-angfa .navi__title .small{
    font-size:3.5cqw;
}
/*矢印*/
#tieup-angfa .navi li a::after{
    position: absolute;
    left: 48%;
    bottom: 8%;
    display: block;
    content: "";
    width: .7em;
    height: .7em;
    transform: rotate(135deg);
    border-top: 3px solid #333;
    border-right: 3px solid #333;
    transition: .2s;
}
#tieup-angfa .navi li a:hover::after{
    bottom: 6%;
}
/*-----------------------------------------------*/
/*見出し*/
/*-----------------------------------------------*/
#tieup-angfa .section-title{
    background: #fff048;
    position: relative;
    border-radius: 25px 25px 0 0 ;
    padding: .8em 0;
}
#tieup-angfa .section-title .sub,
#tieup-angfa .section-title .sub span{
    font-size: 2cqw;
    font-weight: 600;
}
#tieup-angfa .section-title h3,
#tieup-angfa .section-title h3 span{
    font-size: 2.5cqw;
}
/*特典アイコン*/
#tieup-angfa .tokuten-icon{
    position: absolute;
    background: #333;
    border-radius: 100px;
    color: #fff048;
    width: 4.5em;
    height: 4.5em;
    left: .5em;
    top: -.6em;
    font-size: 1.8cqw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    line-height: 1em;
}
#tieup-angfa .tokuten-icon .big{
    font-size:3.5cqw !important;
    line-height: 1.2em;
}
/*クーポンアイコン*/
#tieup-angfa .tokuten-coupon{
    position: absolute;
    top: 0;
    right: 2.5em;
    width: 15%;
    transform: rotate(22deg);
}
/*クーポン*/
#tieup-angfa .section-title .big{
    font-size:5cqw;
}
#tieup-angfa .section-title .small{
    font-size:3.7cqw;
}
#tieup-angfa .section-title span{
    line-height: 1.1em;
}
#tieup-angfa .section-title span.date{
    font-size: 2cqw;
}
/*プラス*/
#tieup-angfa .section-title .plus{
    font-size: 1.6cqw;
    border: 1px solid;
    margin:.5em auto 0 auto;
    padding: .3em 0;
    width: 75%;
}
#tieup-angfa .section-title .plus span{
    font-size: 1.6cqw;
}
/*-----------------------------------------------*/
/*インナー見出し*/
/*-----------------------------------------------*/
#tieup-angfa .inner__box{
    color: #fff;
    padding-bottom: .4em;
    position: relative;
    border-radius: 40px 40px 0 0;
    margin: .2em 0 1.5em 0;
}
#tieup-angfa .inner__box h4 {
    background: #fff;
    font-size: 1.8cqw;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    margin-bottom: .5em;
    padding: .2em 0;
    font-weight: normal;
}
#tieup-angfa .inner__box.angfa h4 {
    border: 3px solid #48aef0;
}
#tieup-angfa .inner__box.iris h4 {
    border: 3px solid #e41823;
}
#tieup-angfa .inner__box img.logo{
    width: 30%;
}
#tieup-angfa .inner__box img.cart{
    width: 6%;
}
#tieup-angfa .coupon img.logo_bg{
    background: #fff;
    width: 19%;
    padding:0 .1em;
    margin-right: .3em;
}
/*クーポン*/
#tieup-angfa .inner__box .coupon{
    font-size: 1.8cqw;
    font-weight: bold;
}
#tieup-angfa .inner__box .coupon .big{
    font-size: 7cqw;
    line-height: .5em;
}
#tieup-angfa .inner__box .coupon .small{
    font-size: 4cqw;
}
/*プラス*/
#tieup-angfa .inner__box .plus{
    border: 1px solid #fff;
    position: relative;
    margin:0 auto .7em auto;
    width: 73%;
    padding: .2em 0;
}
#tieup-angfa .inner__box .plus,
#tieup-angfa .inner__box .plus span{
    font-size: 1.8cqw;
}
#tieup-angfa .inner__box .plus::after{
    content: "+";
    background: #fff;
    top: -37%;
    left: 47%;
    border-radius: 100px;
    width: 1em;
    height: 1em;
    font-size: 2cqw;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}
#tieup-angfa .inner__box.angfa .plus::after{
    color: #48aef0;
}
#tieup-angfa .inner__box.iris .plus::after{
    color: #e41823;
}
/*-----------------------------------------------*/
/*注意事項*/
/*-----------------------------------------------*/
#tieup-angfa .howto-inner h6 {
    font-size: 1.8cqw;
    color: #333;
    text-align: left;
}
#tieup-angfa .howto-inner h6::before{
    content: "■";
}
#tieup-angfa .howto-info{
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: .5em;
}
#tieup-angfa h6.coupon{
    font-size: 1.6cqw;
    background: #333;
    color: #fff;
    text-align: left;
    padding: .2em 0 .2em .5em;
    margin-bottom: .5em;
}
#tieup-angfa .howto-info li{
    line-height: 1.5em;
    font-size: 1.4cqw;
    padding-left: .6em;
}
#tieup-angfa .howto-info li::before {
    content: "・";
    margin-left: -1em;
}
/*-----------------------------------------------*/
/*豪華賞品*/
/*-----------------------------------------------*/
#tieup-angfa .goukei{
    font-size: 3cqw;
}
#tieup-angfa .item-list{
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    justify-content: center;
    align-items: flex-start;
    margin:1em;
}
#tieup-angfa .item-list a{
    pointer-events: none
}
#tieup-angfa .angfa .item-list li{
    width: calc(97% / 2);
}
#tieup-angfa .iris .item-list li{
    width: calc(95% / 3);
}
#tieup-angfa .item-list-name{
    font-size: 1.4cqw;
    color: #fff;
    line-height: 1.5em;
    margin-top: .4em;
}
#tieup-angfa a:hover .item-list-name{
    color: #fff !important;
}
#tieup-angfa .goukei{
    background: #fff048;
    font-size: 2.2cqw;
    padding: .1em .7em;
    border-radius: 100px;
}
/*おすすめの組み合わせ*/
#tieup-angfa .pickup .title{
    font-size: 2cqw;
}
#tieup-angfa .pickup{
    margin: 0 2em;
}
#tieup-angfa .pickup .flex{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5em;
    margin-top: .5em;
}
#tieup-angfa .pickup .flex .logo{
    width: 100%;
    background: #fff;
    padding: 0 15%;
    box-sizing: border-box;
}
#tieup-angfa .collabo-icon{
    width: 6%;
}
#tieup-angfa .pickup a{
    padding: .5em;
}
/*-----------------------------------------------*/
/*応募方法*/
/*-----------------------------------------------*/
#tieup-angfa .white{
    background: rgb(255 255 255 / 85%);
}
#tieup-angfa .white h5{
    background: #333;
    color: #fff;
    font-size: 2cqw;
    padding: .5em 0;
    letter-spacing: 2px;
    font-weight: normal;
}
#tieup-angfa .howto-inner{
    padding: 2% 12%;
}
#tieup-angfa .howto-list li{
    display: flex;
    background: #fff;
    border-radius: 10px;
    margin-bottom: .8em;
}
#tieup-angfa .howto-list li .step{
    background: #333;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 .9em;
    font-size: 1.5cqw;
    border-radius: 10px 0 0 10px;
    line-height: 1em;
}
#tieup-angfa .howto-list li .step .big{
    font-size: 4cqw;
    line-height: 1.3em;
}
#tieup-angfa .howto-list li .box{
    width: 100%;
    padding: 1em 1.5em;
    font-size: 1.7cqw;
}
#tieup-angfa .howto-list li .box img{
    width: 30%;
}
#tieup-angfa .howto-list li .label{
    background: #eee;
    padding: .2em .3em;
    margin-right: .5em;
    font-size: 1.7cqw;
}
/*-----------------------------------------------*/
/*ショップ紹介*/
/*-----------------------------------------------*/
#tieup-angfa img.intro-logo{
    width: 50%;
    margin-bottom: .5em;
}
#tieup-angfa p.intro-txt{
    font-size: 1.7cqw;
    line-height: 1.6em;
    margin: .5em 0;
}
/*-----------------------------------------------*/
/*ボタン*/
/*-----------------------------------------------*/
#tieup-angfa .black-btn{
    font-size: 2cqw;
    background:#48aef0;
    color: #fff;
    border-radius: 100px;
    padding: .4em 0;
    box-shadow: 0 4px 0 #1181c9;
    margin:.7em auto .5em auto;
    position: relative;
    border: 2px solid #48aef0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .2s;
}
#tieup-angfa .black-btn::after {
    position: absolute;
    font-family: 'Material Icons';
    content: "play_circle_filled";
    transform: translate(50%, -50%);
    font-size: 3.5cqw;
    top: 53%;
    right: 10%;
}
#tieup-angfa .black-btn.red{
    background:#e41823;
    box-shadow: 0 4px 0 #a20009;
    border: 2px solid #e41823;
}
#tieup-angfa .black-btn.yellow{
    background:#fff048;
    box-shadow: 0 4px 0 #c8ab0f;
    border: 2px solid #fff048;
    color: #e41823;
    width: 90%;
}
#tieup-angfa .black-btn.yellow:hover{
    color: #e41823 !important;
}
#tieup-angfa .black-btn.store{
    background: #eef9ff;
    color: #48aef0;
    border: 2px solid;
    box-shadow: 0 4px 0 #48aef0;
}
#tieup-angfa .black-btn.store:hover{
    color: #48aef0 !important;
}
#tieup-angfa .black-btn:hover{
    color: #fff !important;
    transform: translateY(3px);
    box-shadow: none;
}
/*-----------------------------------------------*/
/*専門ストア*/
/*-----------------------------------------------*/
#tieup-angfa .category-image-list{
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    margin:1em auto 0 auto;
}
#tieup-angfa .category-image-list li{
    width: calc(94% / 3);
}
#tieup-angfa .category-image-list li img{
    border-radius: 5px;
}
#tieup-angfa .category-image-list li .name{
    font-size: 1.3cqw;
}
/*-----------------------------------------------*/
/*トップページ*/
/*-----------------------------------------------*/
#tieup-angfa .pagetop {
    position: fixed;
    bottom: 3em;
    right: 3em;
	z-index: 9999;
}
#tieup-angfa .pagetop a {
	display: flex;
	justify-content: center;
    align-items: center;
    text-align: center;
	vertical-align: middle;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	background-color: #333;
	border-radius: 80px;
	width:70px;
	height:70px;
    line-height: 1.3em;
    transition: 0.3s all;
}
#tieup-angfa .pagetop a:hover{
	background-color: #6d4f4fb0;
	color: #fff !important;
	transform: translateY(-2px);
}
/*-----------------------------------------------*/
/*ご挨拶*/
/*-----------------------------------------------*/
#tieup-angfa .end_txt {
    font-size: 2cqw;
    color: #fff;
}
