<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

/*----------全体----------*/
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100;200;300;400;500;600;700&amp;display=swap');

.contents{
    max-width: 100%;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"
	}
@media only screen and (min-width:1025px) {
    .contents{
        padding-bottom: 40px;
    }
}
li{
    list-style: none;
}


/*--------.main-wrapper--------*/
@media only screen and (min-width:1025px) {
	.main-wrapper{
		width: 1000px;
		margin: 0 auto;
		text-align: center;
        background-color: #ffd4e9;
    }

}
@media only screen and (min-width:520px) and (max-width:1024px) {
    .main-wrapper{
		width:100%;
		margin: 0 auto;
		text-align: center;
        background-color: #ffd4e9;
	}

}
@media only screen and (max-width:519px){
    .main-wrapper{
		margin: 0 auto;
		text-align: center;
        background-color: #ffd4e9;
        border: solid 0px rgba(0,0,0,0)
	}

}

/*出し分け*/
@media only screen and (min-width:1025px) {
    .pc{
        display: block;
    }
    .sp{
        display: none;
    }
}
@media only screen and (min-width:520px) and (max-width:1024px) {
    .pc{
        display: block;
    }
    .sp{
        display: none;
    }

}
@media only screen and (max-width:519px){
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }

}



/*--------.page--contents--------*/
@media only screen and (min-width:1025px) {
	.page--contents{
		width: 1000px;
		margin: 0 auto;
	}
    .dot-line{
		width: 100%;
        outline: dotted 5px #de414d;
        outline-offset: -30px;
		margin: 0 auto;
	}
    .page-main{
        padding: 60px;
    }
}
@media only screen and (min-width:520px) and (max-width:1024px) {
    .page--contents{
		width: 100%;
		margin: 0 auto;
	}
    .dot-line{
		width: 100%;
        outline: dotted 5px #de414d;
        outline-offset: -30px;
		margin: 0 auto;
	}
    .page-main{
        padding: 60px;
    }
}
@media only screen and (max-width:519px){
    .page--contents{
		width: 100%;
		margin: 0 auto;
	}
    .dot-line{
		width: 100%;
        outline: dotted 5px #de414d;
        outline-offset: -16px;
		margin: 0 auto;
	}
    .page-main{
        padding: 20px;
    }
}





/*	タイトルエリア*/
@media only screen and (min-width:1025px) {
    .page--title{
        font-family: 'M PLUS 1', sans-serif;
        font-size: 80px;
        font-weight: 500;
        color: #de414d;
        line-height: 0.9em;
        margin-bottom: 50px;
    }
    .page--title span{
        font-size: 50%;
    }
    
}
@media only screen and (min-width:520px) and (max-width:1024px) {
    .page--title{
		text-align: center;
        font-family: 'M PLUS 1', sans-serif;
        font-size: 70px;
        font-weight: 500;
        color: #de414d;
        line-height: 0.9em;
        margin-bottom: 50px;
	}
    .page--title span{
        font-size: 50%;
    }

}
@media only screen and (max-width:519px){
    .page--title{
		text-align: center;
		margin: 10px auto 40px;
        font-family: 'M PLUS 1', sans-serif;
        font-size: 47px;
        font-weight: 500;
        color: #de414d;
        line-height: 0.9em;
	}
    .page--title span{
        font-size: 50%;
    }
    
}


/*------------説明文------------*/
@media only screen and (min-width:1025px) {
    .all-explain{
        font-size: 18px;
        line-height: 1.5;
        letter-spacing: 0.1em;
        margin-top: 10px;
    }

    .luckyjar{
        -webkit-animation: luckyjar 3s;
                animation: luckyjar 3s;
        -webkit-animation-iteration-count: infinite;
                animation-iteration-count: infinite;
        width: 200px;
        margin: 20px auto -20px;
    }
    @-webkit-keyframes luckyjar{
        20% {
            -webkit-transform: rotate(10deg);
                    transform: rotate(10deg);
        }
        40% {
            -webkit-transform: rotate(-10deg);
                    transform: rotate(-10deg);
        }
        60% {
            -webkit-transform: rotate(10deg);
                    transform: rotate(10deg);
        }
        80% {
            -webkit-transform: rotate(-10deg);
                    transform: rotate(-10deg);
        }
        100% {
            -webkit-transform: rotate(0deg);
                    transform: rotate(0deg);
        }
        
        }
    @keyframes luckyjar{
        20% {
            -webkit-transform: rotate(10deg);
                    transform: rotate(10deg);
        }
        40% {
            -webkit-transform: rotate(-10deg);
                    transform: rotate(-10deg);
        }
        60% {
            -webkit-transform: rotate(10deg);
                    transform: rotate(10deg);
        }
        80% {
            -webkit-transform: rotate(-10deg);
                    transform: rotate(-10deg);
        }
        100% {
            -webkit-transform: rotate(0deg);
                    transform: rotate(0deg);
        }
        
        }
    
    
    
    .coupon-explain{
        font-size: 18px;
        line-height: 1.5;
        letter-spacing: 0.1em;
        margin-top: 50px;
    }
    .coupon-explain-title{
        font-size: 23px;
        color: #fff;
        margin: 30px auto 10px;
        padding: 10px;
        background-color: #de414d;
        width: 700px;
        text-align: center;
        border-radius: 40px
    }
    .small__{
        font-size: 15px;
    }
    .coupon-explain-contents{
        text-align: center;
    }
    
    
    /*----当選クーポンテーブル----*/
    .coupon-explain-contents table{
        width: 600px;
        margin: 20px auto;
    }
    .coupon-explain-contents td{
        padding: 7px;
    }
    .coupon-explain-contents img{
        width: 300px;
    }
    
    
    .coupon-explain-contents div{
        display: inline-block;
        text-align: left;
        font-size: 20px;
    }
    
    .precautions{
        text-align: center;
    }
    .precautions ul{
        display: inline-block;
        text-align: left;
        font-size: 15px;
        
    }
    .precautions li{
        
    }
    
    
    .coupon-attention{
        background-color: #917768;
        padding: 10px;
        width: 500px;
        margin: 20px auto 60px;
    }
    .coupon-attention a{
        display: block;
        color: #fff;
        font-size: 16px;
        text-decoration: none;
    }
    
    .login--btn{
        background-color: #de414d;
        padding: 10px;
        width: 400px;
        margin: 60px auto 10px;
/*
        -webkit-box-shadow: 0px 3px 2px 0px rgb(51,41,41,0.5);
                box-shadow: 0px 3px 2px 0px rgb(51,41,41,0.5);
*/
    }
    .login--btn a{
        display: block;
        color: #fff;
        font-size: 17px;
        text-decoration: none;
    }
    .login--btn a:hover{
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        opacity: 0.3;
    }
    .login--btn a:active{
        text-decoration: none;
    }
    
    .text--{
        font-size: 14px;
        text-align: center;
        margin-bottom: 30px;
    }
    
}

@media only screen and (min-width:520px) and (max-width:1024px) {
    .all-explain{
        font-size: 2.1vw;
        line-height: 1.5;
        letter-spacing: 0.1em;
        margin-top: 10px;
    }
    .luckyjar{
        -webkit-animation: luckyjar 3s;
                animation: luckyjar 3s;
        -webkit-animation-iteration-count: infinite;
                animation-iteration-count: infinite;
        width: 180px;
        margin: 20px auto -20px;
    }
    @-webkit-keyframes luckyjar{
        20% {
            -webkit-transform: rotate(10deg);
                    transform: rotate(10deg);
        }
        40% {
            -webkit-transform: rotate(-10deg);
                    transform: rotate(-10deg);
        }
        60% {
            -webkit-transform: rotate(10deg);
                    transform: rotate(10deg);
        }
        80% {
            -webkit-transform: rotate(-10deg);
                    transform: rotate(-10deg);
        }
        100% {
            -webkit-transform: rotate(0deg);
                    transform: rotate(0deg);
        }
        
        }
    @keyframes luckyjar{
        20% {
            -webkit-transform: rotate(10deg);
                    transform: rotate(10deg);
        }
        40% {
            -webkit-transform: rotate(-10deg);
                    transform: rotate(-10deg);
        }
        60% {
            -webkit-transform: rotate(10deg);
                    transform: rotate(10deg);
        }
        80% {
            -webkit-transform: rotate(-10deg);
                    transform: rotate(-10deg);
        }
        100% {
            -webkit-transform: rotate(0deg);
                    transform: rotate(0deg);
        }
        
        }
    
    .coupon-explain{
        font-size: 18px;
        line-height: 1.5;
        letter-spacing: 0.1em;
        margin-top: 50px;
    }
    .coupon-explain-title{
        font-size: 23px;
        color: #fff;
        margin: 30px auto 10px;
        padding: 10px;
        background-color: #de414d;
        width: 700px;
        text-align: center;
        border-radius: 40px
    }
    .small__{
        font-size: 16px;
    }
    .coupon-explain-contents{
        text-align: center;
    }
    
    
    /*----当選クーポンテーブル----*/
    .coupon-explain-contents table{
        width: 600px;
        margin: 20px auto;
    }
    .coupon-explain-contents td{
        padding: 7px;
    }
    .coupon-explain-contents img{
        width: 300px;
    }
    
    
    .coupon-explain-contents div{
        display: inline-block;
        text-align: left;
    }
    
    .precautions{
        text-align: center;
    }
    .precautions ul{
        display: inline-block;
        text-align: left;
        font-size: 15px;
        
    }
    .precautions li{
        
    }
    
    
    .coupon-attention{
        background-color: #917768;
        padding: 10px;
        width: 500px;
        margin: 20px auto 60px;
    }
    .coupon-attention a{
        display: block;
        color: #fff;
        font-size: 16px;
        text-decoration: none;
    }
    
    .login--btn{
        background-color: #de414d;
        padding: 10px;
        width: 400px;
        margin: 60px auto 10px;
/*
        -webkit-box-shadow: 0px 3px 2px 0px rgb(51,41,41,0.5);
                box-shadow: 0px 3px 2px 0px rgb(51,41,41,0.5);
*/
    }
    .login--btn a{
        display: block;
        color: #fff;
        font-size: 17px;
        text-decoration: none;
    }
    .login--btn a:hover{
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        opacity: 0.3;
    }
    .login--btn a:active{
        text-decoration: none;
    }
    .text--{
        font-size: 14px;
        text-align: center;
        margin-bottom: 30px;
    }
}


    @media only screen and (max-width:519px){
    .all-explain{
/*
        background-image: url(/img/usr/feature/other/2204samantha_weekly_lottery/2203_raffle_0328_openJAR_01simple_opacity60.png);
        background-size: 300px;
        background-position: bottom;
*/
        font-size: 4vw;
        line-height: 1.5;
        letter-spacing: 0.1em;
        margin-top: 10px;
/*        text-shadow: 1px 1px 2px #ffd4e9, -1px 1px 2px #ffd4e9, 1px -1px 2px #ffd4e9, -1px -1px 2px #ffd4e9;*/
    }
        
        
    .luckyjar{
        -webkit-animation: luckyjar 3s;
                animation: luckyjar 3s;
        -webkit-animation-iteration-count: infinite;
                animation-iteration-count: infinite;
        width: 180px;
        margin: 20px auto -20px;
    }
    @-webkit-keyframes luckyjar{
        20% {
            -webkit-transform: rotate(10deg);
                    transform: rotate(10deg);
        }
        40% {
            -webkit-transform: rotate(-10deg);
                    transform: rotate(-10deg);
        }
        60% {
            -webkit-transform: rotate(10deg);
                    transform: rotate(10deg);
        }
        80% {
            -webkit-transform: rotate(-10deg);
                    transform: rotate(-10deg);
        }
        100% {
            -webkit-transform: rotate(0deg);
                    transform: rotate(0deg);
        }
        
        }
    @keyframes luckyjar{
        20% {
            -webkit-transform: rotate(10deg);
                    transform: rotate(10deg);
        }
        40% {
            -webkit-transform: rotate(-10deg);
                    transform: rotate(-10deg);
        }
        60% {
            -webkit-transform: rotate(10deg);
                    transform: rotate(10deg);
        }
        80% {
            -webkit-transform: rotate(-10deg);
                    transform: rotate(-10deg);
        }
        100% {
            -webkit-transform: rotate(0deg);
                    transform: rotate(0deg);
        }
        
        }
    
    .coupon-explain{
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: 0.1em;
        margin-top: 50px;
    }
    .coupon-explain-title{
        font-size: 4.5vw;
        color: #fff;
        margin: 30px auto 10px;
        padding: 15px;
        background-color: #de414d;
        width: 95%;
        text-align: center;
        border-radius: 40px
    }
    .small__{
        font-size: 14px;
    }
    .coupon-explain-contents{
        text-align: center;
        font-size: 18px;
    }
        
    .coupon-explain-contents div{
/*
        display: inline-block;
        text-align: left;
*/
    }
    
    
    /*----当選クーポンテーブル----*/
    .coupon-explain-contents table{
        width: 90%;
        margin: 20px auto;
    }

        
    .coupon-explain-contents img{
        width: 100%;
    }
    
    
    
    .precautions{
        text-align: center;
    }
    .precautions ul{
        display: inline-block;
        text-align: left;
/*        padding-left: 0%;*/
        width: 90%;
        font-size: 16px;
    }
    .precautions li{
        text-indent:-1em;
		padding-left:1em;
    }
        
    .coupon-attention{
        background-color: #917768;
        padding: 7px;
        width: 87%;
        margin: 20px auto 60px;
    }
    .coupon-attention a{
        display: block;
        color: #fff;
        font-size: 17px;
        line-height: 1.3;
        text-decoration: none;
    }
    
    .login--btn{
        background-color: #de414d;
        padding: 10px;
        width: 80%;
        margin: 50px auto 10px;
/*
        -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.5);
                box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.5)
*/
    }
    .login--btn a{
        display: block;
        color: #fff;
        text-decoration: none;
        font-size: 18px;
    }

    .login--btn a:active{
        -webkit-text-decoration: noen;
                text-decoration: noen;
    }
    .text--{
        font-size: 14px;
        text-align: center;
        margin-bottom: 40px;
    }
}
    

	

	
	


/*-------フッター--------*/
@media only screen and (min-width:1025px) {
	/*	ライン*/
	.page--line{
		border-bottom: solid 1px #2E170C ;
	}

	/*	フューチャーエリア*/
	.page--feature-btn{
		width: 500px;
		margin: 50px auto 30px auto;
		border: solid 1px #2E170C;
		padding: 10px 10px;
	}
	.page--feature-btn:hover{
		border: solid 1px #7E7E7E;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
	.page--feature-btn a{
		display: block;
		-webkit-text-decoration-line: none;
		        text-decoration-line: none;
	}
	.page--feature-btn a:hover{
		opacity: 0.5;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}

	/*	SNSボタンエリア*/
	.page--sns-btn{
		width: 600px;
		margin: 0 auto 50px auto;
	}
	.page--sns-btn img{
		width: 30px;
		margin: 10px 10px;
	}
	.page--sns-btn a{
		-webkit-text-decoration-line: none;
		        text-decoration-line: none;
	}

}

@media only screen and (min-width:520px) and (max-width:1024px) {
    /*	ライン*/
	.page--line{
		border-bottom: solid 1px #2E170C ;
	}

    /*	フューチャーエリア*/
	.page--feature-btn{
		width: 500px;
		margin: 50px auto 30px auto;
		border: solid 1px #2E170C;
		padding: 10px 10px;
	}
	.page--feature-btn:hover{
		border: solid 1px #7E7E7E;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
	.page--feature-btn a{
		display: block;
		-webkit-text-decoration-line: none;
		        text-decoration-line: none;
	}
	.page--feature-btn a:hover{
		opacity: 0.5;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
	
    /*	SNSボタンエリア*/
	.page--sns-btn{
		width: 600px;
		margin: 0 auto 50px auto;
	}
	.page--sns-btn img{
		width: 30px;
		margin: 10px 10px;
	}
	.page--sns-btn a{
		-webkit-text-decoration-line: none;
		        text-decoration-line: none;
	}
}
	
@media only screen and (max-width:519px){
	/*	ライン*/
	.page--line{
		width: 90%;
		margin: 0 auto;
		border-bottom: solid 1px #2E170C ;
	}

    /*	フューチャーエリア*/
	.page--feature-btn{
		width: 90%;
		margin: 35px auto 30px auto;
		border: solid 1px #2E170C;
		padding: 10px 10px;
	}
	.page--feature-btn a{
		display: block;
		-webkit-text-decoration-line: none;
		        text-decoration-line: none;
		font-size: 13px;
	}

    /*	SNSボタンエリア*/
	.page--sns-btn{
		width: 80%;
		margin: 0 auto 30px auto;
	}
	.page--sns-btn img{
		width: 25px;
		margin: 7px 7px;
	}
	.page--sns-btn a{
		-webkit-text-decoration-line: none;
		        text-decoration-line: none;
	}
	
}</pre></body></html>