@charset "UTF-8";
/* CSS Document */
/*-----------------------------------------------*/
/*ベース*/
/*-----------------------------------------------*/

#app_present{
    max-width:900px;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
    color:#352726;
    position: relative;
    background-color: #fff;
    background-repeat: repeat;
    background-size: 150px;
}
#app_present .pc_none{
    display: none !important;
}
#app_present img{
    width: 100%
}
#app_present a{
    display: block;
    position: relative;
}  
#app_present a:hover{
    opacity: 0.9;
    color:#222 !important;
}
/* 価格プロ アイコン削除 */
#app_present .price {
    color: red;
}
#app_present .buy_price>ol .spesicalprice, .buy_price>ul .spesicalprice {
    display: none;
}
#app_present .intax {
    display: none;
}
/*-----------------------------------------------*/
/*全体枠*/
/*-----------------------------------------------*/
#app_present .contents{
    margin: 0 auto;
    padding-bottom: 2%;
    position: relative;
    z-index: 1;
    background: #6ca2e2;
}
#app_present section{
    padding: 4%;
    margin:2% 4%;
    z-index: 2;
    transition: all 0.3s;
    background: #fff;
    border-radius: 8px;
}
/*-----------------------------------------------*/
/*見出し*/
/*-----------------------------------------------*/
#app_present h3 img{
    width: auto;
}
#app_present h2{
    font-size: 2em;
    color: #2f1b0c;
    margin-bottom: .5em;
}
#app_present h4{
    font-size: 1.5em;
    color: #a60e0b;
    margin-bottom: .5em;
}
#app_present h5{
    font-size: 1.3em;
    border-bottom: 1px solid;
    padding-bottom:.2em;
    margin-bottom: .2em;
    color: #352726;
    text-align: left;
}
#app_present p{
    font-size: 1em;
    text-align: left;
    margin-bottom: 1em;
    line-height: 1.5em;
}
#app_present .point-list__com{
    text-align: center;
    margin:1em auto 0 auto;
}
#app_present a.shosai{
    background: #fff2c7;
    display: inline-block;
    padding: .4em .8em;
    font-size: .9em;
    margin-left: .5em;
    border-radius: 100px;
    box-shadow: 0 2px 0 #c9c2a9;
}
/*-----------------------------------------------*/
/*プレゼント*/
/*-----------------------------------------------*/
#app_present .present__list{
    display: flex;
    justify-content: space-between;
    gap: 1em;
    margin-bottom:1em ;
    position: relative;
}
#app_present .present__list li img{
    border-radius: 6px;
}
#app_present .present__list li{
    cursor: pointer;
}
/*-----------------------------------------------*/
/*プレゼント　エントリー完了*/
/*-----------------------------------------------*/
#app_present .present__list.entry_a,
#app_present .present__list.entry_b,
#app_present .present__list.gray{
    position: relative;
    display: flex;
    justify-content: space-around;
}
#app_present .present__list.entry_a::after,
#app_present .present__list.entry_b::after{
    position: absolute;
    background:rgb(27 27 27 / 74%);
    color: #fff;
    font-size:3em;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}
#app_present .present__list.entry_a::after{
    content: "【サンプル商品】応募完了";
}
#app_present .present__list.entry_b::after{
    content: "【コーヒー豆】応募完了";
}
#app_present .present__list.entry_a::before,
#app_present .present__list.entry_b::before{
    content: "お届けまで今しばらくお待ちください";
    position: absolute;
    color: #fff;
    font-size: 1.4em;
    bottom: 3.5em;
    z-index: 11;
}
/*-----------------------------------------------*/
/*プレゼント　グレーアウト*/
/*-----------------------------------------------*/
#app_present .present__list.gray::after{
    content: "Comming Soon..";
    position: absolute;
    background:rgb(75 75 75 / 56%);
    color: #fff;
    font-size:2em;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*-----------------------------------------------*/
/*商品スライダー*/
/*-----------------------------------------------*/
#app_present .item__scroll{
    overflow-x: auto;
    margin-bottom: 2em;
    background: #f7a1a1;
    padding: .3em;
}
#app_present .item__list{
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    gap:.3em;
    margin-bottom: .3em;
}
#app_present .item__list li{
    min-width: 15.5em;
    padding-right: .3em;
}
#app_present .item__scroll::-webkit-scrollbar-thumb {
    background:rgb(184 166 166);
    border-radius: 2px;
}
#app_present .item__scroll::-webkit-scrollbar {
    width: 3em;
    height:1em;
    background:rgb(234 231 231 / 77%);
}
/*-----------------------------------------------*/
/*専門ストア*/
/*-----------------------------------------------*/
#app_present #store {
}
#app_present .storelist{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#app_present .storelist li{
    width: 100%;
    max-width: 900px;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 auto 2%;
    border: 1px solid #2f1b0d;
    box-shadow: 3px 3px 0px 0px #5d3a22;
}
/*-----------------------------------------------*/
/*ボタン*/
/*-----------------------------------------------*/
#app_present .black-btn{
    position: relative;
    display: inline-block;
    padding: 1em 0;
    background-color: #222;
    color: #FFF !important;
    font-size: 1.1em;
    border-radius: 5px;
    margin:0 auto 3em auto;
    text-align: center;
    width: 65%;
}
#app_present .black-btn.red{
    position: relative;
    display: inline-block;
    padding: 1em 0;
    background-color: #eb0012;
    color: #FFF !important;
    font-size: 1.1em;
    border-radius: 5px;
    margin: .5% auto .5%;
    text-align: center;
    width: 50%;
}
#app_present .black-btn:hover{
    color: #FFF !important;
}
/*-----------------------------------------------*/
/*トップページ*/
/*-----------------------------------------------*/
#app_present .pagetop {
    position: fixed;
    bottom: 3em;
    right: 3em;
	z-index: 9999;
}
#app_present .pagetop a {
	display: flex;
	justify-content: center;
    align-items: center;
    text-align: center;
	vertical-align: middle;
	color: #fff396;
	font-size: 12px;
	font-weight: 700;
	background-color: #991a1d;
	border-radius: 80px;
	width:70px;
	height:70px;
    line-height: 1.3em;
    transition: 0.3s all;
}
#app_present .pagetop a:hover{
	background-color: #6d4f4fb0;
	color: #fff !important;
	transform: translateY(-2px);
}


/* エントリーボタン */
#app_present .entry {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2%;
}
#app_present .entry a{
    background-color: #eb0012;
    display: inline-block;
    padding: .8em 12em;
    border-radius: 5px;
}
#app_present .entry a:hover{
    opacity: .7;
}
#app_present .entry a p{
    color: #FFF;
    display: inline;
}
#app_present .entry a p::after{
    content: 'キャンペーンにエントリーする';
    color: #FFF;
    font-size: 1.2rem;
}

/* 応募済み */
#app_present .entry.clear a{
    background-color: #5a5a5a;;
    display: inline-block;
    padding: .8em 12em;
    border-radius: 5px;
    pointer-events: none;
}
#app_present .entry.clear a p::after{
    content: '既にエントリー済みです';
}

/* 応募済み */
#app_present .entry.login a{
    background-color: #eb0012;
    display: inline-block;
    padding: .8em 8em;
    border-radius: 5px;
}
#app_present .entry.login a p::after{
    content: 'ログイン・新規会員登録して、エントリーする';
    white-space: pre;
}

/* 2,000人突破 */
#app_present .entry.finish a{
    background-color: #5a5a5a;;
    display: inline-block;
    padding: .8em 12em;
    border-radius: 5px;
    pointer-events: none;
}
#app_present .entry.finish a p::after{
    content: '応募人数が定員に達しました。\Aまたの応募をお待ちしております。';
    white-space: pre;
}

/* 商品 */
#app_present .item {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    border-radius: 5px;
    overflow: hidden;
}

/* 注意事項 */
#app_present .attention {
    width: 100%;
    max-width: 700px;
    margin: 3% auto 0;
}

/*お菓子*/
#app_present .closslist{
    display: flex;
    justify-content: space-between;
}
#app_present .closslist > li{
    width: calc(100% / 3 - 5%);
    max-width: 900px;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 auto 2%;
    border: 1px solid #2f1b0d;
    box-shadow: 3px 3px 0px 0px #5d3a22;
}
#app_present .closslist > li >a{
    background-color: #FFF;
}
#app_present .closslist p{
    text-align: center;
    font-size: 1.1em;
    margin: 4% 0 2%;
    height: 2.5em;
    display: flex;
    justify-content: center;
    align-items: center;
}
#app_present .closslist li.price{
    font-size: 1.8em;
    margin-bottom: 3%;
}