@charset "shift_jis";
/* CSS Document */
/*-----------------------------------------------*/
/*ベース*/
/*-----------------------------------------------*/
main, main#wrapper {
    padding: 0;
    max-width: none !important;
}
.header-info-red{
    display: none;
}
.bg{
    background: url(/IMAGE/giftcard-forfurusato/bg.webp);
}
#giftcard-forfurusato{
    max-width:800px;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
    position: relative;
    background: rgb(255 252 239);
    color: #333;
    container-type: inline-size;
    box-shadow: -1px -4px 10px 0px rgb(2 2 2 / 17%);
}
#giftcard-forfurusato .smp_none{
    display: none !important;
}
#giftcard-forfurusato img{
    width: 100%
}
#giftcard-forfurusato a{
    display: block;
    position: relative;
}  
#giftcard-forfurusato a:hover{
    opacity: 0.9;
    color:#222 !important;
}
#giftcard-forfurusato .pc_none{
    display: none;
}
/*-----------------------------------------------*/
/*全体枠*/
/*-----------------------------------------------*/
#giftcard-forfurusato .contents{
    padding: 0 9%;
}
#giftcard-forfurusato#furusato .inner-bg{
    margin: 5% 0 2% 0;
}
#giftcard-forfurusato .inner-bg{
    padding: 0;
    background: #fff;
    border-radius: 10px;
    margin: 4% 0 4% 0;
    box-shadow: 1px 6px 10px 0px rgb(2 2 2 / 17%);
    overflow: hidden;
}

#giftcard-forfurusato .inner{
    padding: 3% 4%;
}

/*-----------------------------------------------*/
/*エントリー文字色*/
/*-----------------------------------------------*/
#giftcard-forfurusato .red {
    color:#eb0012;
}

/*-----------------------------------------------*/
/*エントリー*/
/*-----------------------------------------------*/
#giftcard-forfurusato .entry{
    display: flex;
    justify-content: space-around;
    gap:1em;
    padding:0;
    box-sizing: border-box;
}
#giftcard-forfurusato .entry li{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: stretch;
}
/* #giftcard-forfurusato .entry {
    background: #fff048;
    position: relative;
    padding:.6em .3em 1.5em .3em;
    border-radius: 8px;
    box-shadow: 0 4px 0 #e59c00;
    transition: .2s;
    width: 100%;
} */
#giftcard-forfurusato #shosai p{
    font-size: 2cqw;
    line-height: 1.2em;
}

#giftcard-forfurusato .entry__title{
    padding: 1%;
}
#giftcard-forfurusato .entry__sub,
#giftcard-forfurusato .entry__sub span{
    font-size: 2.5cqw;
    font-weight: bold;
    line-height: 1.2em;
    margin-top: 1%;
}
#giftcard-forfurusato .entry__title span{
    line-height: 1.3em;
    font-weight: bold;
}
#giftcard-forfurusato .entry__title .big{
    font-size:4cqw;
}
#giftcard-forfurusato .entry__title .small{
    font-size:3cqw;
}

/*-----------------------------------------------*/
/* エントリー */
/*-----------------------------------------------*/
#shosai .entry {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
}
#shosai .entry a{
    background-color: #eb0012;
    display: inline-block;
    width: 90%;
    padding: 0.5em 0;
    border-radius: 33px;
    margin: 1% 0% 3%;
    text-align: center;
}
#shosai .entry a:hover{
    opacity: .7;
}
#shosai .entry a p{
    color: #FFF;
    display: inline;
}
#shosai .entry a p::after{
    content: 'キャンペーンにエントリーする';
    color: #FFF;
    font-size: 1.3em;
}

/* 応募済み */
#shosai .entry.login.clear a{
    background-color: #5a5a5a;;
    pointer-events: none;
    box-shadow: none;
}
#shosai .entry.login.clear a p::after{
    content: '既にエントリー済みです';
}
#shosai .entry.login.clear a .img {
   display:none;
}

/* 未登録・ログインしてからエントリー */
#shosai .entry.login a{
    background-color: #eb0012;
    display: inline-block;
    padding: 2% 0;
    border-radius: 8px;
    box-shadow: 0 5px #73010a;
}
#shosai .entry.login a:hover{
    color: #fff !important;
    transform: translateY(3px);
    box-shadow: none;
}
#shosai .entry.login a p::after{
    content: 'エントリーする';
    white-space: pre;
}    
#giftcard-forfurusato #entry .login a{
    position: relative;
}
#giftcard-forfurusato #entry .login .img {
    position: absolute;
    z-index: 5;
    width: 7%;
    bottom: -14%;
    left: 81%;
    transform: rotate(-6deg);
}

/*-----------------------------------------------*/
/*見出し*/
/*-----------------------------------------------*/
#giftcard-forfurusato .section-title,
#giftcard-forfurusato #furusato .section-title{
    background: #b68b2a;
    position: relative;
    border-radius: 10px 10px 0 0;
    padding: .4em 0 .6em 0;
}
#giftcard-forfurusato .section-title .sub,
#giftcard-forfurusato .section-title .sub span{
    font-size: 3cqw;
    font-weight: 600;
}
#giftcard-forfurusato .section-title h3{
    font-size: 3cqw;
    color: #fff;
    font-weight: 500;
}

/*-----------------------------------------------*/
/*商品リスト*/
/*-----------------------------------------------*/
#giftcard-forfurusato #item .thum{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    aspect-ratio: 1/1;
    background-color: #e7e7e7;
}
#giftcard-forfurusato #item .items {
    display: flex;
    justify-content:center;
    flex-wrap: wrap;
    box-sizing: border-box;
    gap: 2%;
}
#giftcard-forfurusato #item .items > li {
    width:calc(98%/2);
    box-sizing: border-box;
    margin-bottom: 4%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #b68b2a;
    transition: .3s;
    background-color: white;
}
#giftcard-forfurusato #item .items > li:nth-last-child(1) {
    margin-bottom: 0;
}
#giftcard-forfurusato #item .dairy-sale-list .dairy-price-s__price {
    font-size: 5cqw;
    font-weight: bold;
    color: #e50012 !important;
    font-family: Lato;
    line-height: 1.2em;
}
#giftcard-forfurusato #item .kenmei h3 {
    font-size: 1.5em;
    letter-spacing: .06em;
    line-height: 1.5em;
    padding: 2%;
    background-color: #b68b2a;
    color: #fff;
}
#giftcard-forfurusato #item .kenmei a {
    font-size: 2.5cqw;
    font-weight: 300;
}
#giftcard-forfurusato .dairy-price-s__normal p{
    font-size: 2cqw;
    line-height: 1.6em;
}
#giftcard-forfurusato .name{
    font-size: 2.5cqw;
    line-height: 1.2em;
    margin: 5px 0 0;
}

/* 赤ボタン */
#giftcard-forfurusato .red-btn{
    margin-bottom: 6%;
}
#giftcard-forfurusato .red-btn a {
    position: relative;
    width: 90%;
    margin: 0 auto;
    background: #e50012;
    color: #FFF;
    border-radius: 7px;
    padding: .1em 0;
    text-align: center;
    box-shadow: 0px 4px 0px 0px #8d000b;
    font-size: 2.5cqw;

}
#giftcard-forfurusato .red-btn a:hover {
    color: #fff !important;
    transform: translateY(3px);
    box-shadow: none;
}

/* 矢印 */
#giftcard-forfurusato  .red-btn a::after{
    position: absolute;
/* display: inline-block; */
    vertical-align: middle;
    content: "";
    width: .4em;
    height: .4em;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    top: 0;
    bottom: 0;
    right: 10%;
    margin: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.3s ease 0s;
    background-image: none;
}
#giftcard-forfurusato .black-btn:hover{
    color: #fff !important;
    transform: translateY(3px);
    box-shadow: none;
}

/*-----------------------------------------------*/
/*ふるさと納税ボタン*/
/*-----------------------------------------------*/
#giftcard-forfurusato .black-btn a{
    font-size: 3cqw;
    background-color: #eb0012;
    color: #fff;
    border-radius: 10px;
    padding: 1% 0;
    box-shadow: 0 5px 0 #73010a;
    margin: 0 auto 1em auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
#giftcard-forfurusato .black-btn a::after {
    position: absolute;
    /* display: inline-block; */
    vertical-align: middle;
    content: "";
    width: .3em;
    height: .3em;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    top: 0;
    bottom: 0;
    right: 10%;
    margin: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.3s ease 0s;
    background-image: none;
}
#giftcard-forfurusato .black-btn a:hover{
    color: #fff !important;
    transform: translateY(3px);
    box-shadow: none;
}


/*-----------------------------------------------*/
/*トップページ*/
/*-----------------------------------------------*/
#giftcard-forfurusato .pagetop {
    position: fixed;
    bottom: 3em;
    right: 3em;
	z-index: 9999;
}
#giftcard-forfurusato .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: #b68b2a;
	border-radius: 80px;
	width:70px;
	height:70px;
    line-height: 1.3em;
    transition: 0.3s all;
}
#giftcard-forfurusato .pagetop a:hover{
	background-color: #6d4f4fb0;
	color: #fff !important;
	transform: translateY(-2px);
}

/*-----------------------------------------------*/
/*ご挨拶*/
/*-----------------------------------------------*/
#giftcard-forfurusato .end_txt {
    font-size: 2cqw;
    color: #2a2a2a;
}