a{
	text-decoration: none;
}

@media only screen and (max-width: 520px) {
	a,a:hover {
    	opacity: 1;
	}
}

.fadeIn{
animation-name:fadeInAnime;
animation-duration:4.6s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
0% {
    opacity: 0;
	}
	
30% {
    opacity: 0;
}
40%{
    opacity: 1;
}

100%{
    opacity: 1;
  }
}


#selectBox li.ss:nth-child(1) {animation-delay: .5s;}
#selectBox li.ss:nth-child(2) {animation-delay: 1.2s;}
#selectBox li.ss:nth-child(3) {animation-delay: 1.9s;}
.txt04 {animation-delay: 2.6s;}
.txt05 {animation-delay: 3.5s;}

.txt04.three p{
	font-size:20px;
	line-height:170%;
	letter-spacing:1px;
	padding:40px 15px;
}
.txt04.three nobr{
	font-size:20px;
	line-height:170%;
	letter-spacing:1px;
}

.txt04.advice p{
	font-size:16px;
	line-height:170%;
	letter-spacing:1px;
	padding:45px 15px 25px;
}
.txt04.advice nobr{
	font-size:16px;
	line-height:170%;
	letter-spacing:1px;
}

@media only screen and (max-width: 767px) {
	.txt04.three p{
	    font-size: 17px;
    	padding: 30px 15px 20px;
	}
	.txt04.three nobr{
		font-size: 17px;
	}
	.txt04.advice p{
		padding:25px 15px 0;
		font-size:14px;
	}
	.txt04.advice nobr{
		font-size:14px;
	}
}


#selectBox{
	margin:0 auto ;
	text-align:center;
	display: flex;
	width:75%;
	max-width:900px;
}

.ss{
	margin:0 10px 0;
	padding:25px;
	list-style:none
}
.ss img{
	width:100%;
}
@media only screen and (min-width: 521px) {
	.ss{
		transition-duration: 1s;
	}
	.ss:hover{
		background-color: rgba(0 0 0 / .2);
		transition-duration: .3s; 
	}
}

@media only screen and (max-width: 1100px) {
	#selectBox{
		width:85%;
	}
}

@media only screen and (max-width: 767px) {
	#selectBox{
		width:100%;
	}
	.ss{
		padding:15px;
	}
}
@media only screen and (max-width: 520px) {
	#selectBox{
		width:94%;
	}
	.ss{
		margin:0;
		padding:5px;
	}
}

.selsectBox_s{
  margin: 0 auto;
  padding:0 0 20px;
	width:100%;
  max-width:500px;
  color:#eee;
  font-size:14px;
}

.selsectBox_n{
	margin: 0 auto;
	padding:40px 0 15px;
	width:100%;
	max-width:670px;
	text-align:center;
	color:#eee;
	font-size:12px;
}
.selsectBox_n a{
	color:#bbb;
	font-size:12px;
	text-decoration: none;
}
@media only screen and (max-width: 520px) {
	.selsectBox_n{
		padding:25px 0 15px;
	}
}


/*----------------------*/

.ss2{
	padding:70px 20px 15px 15px;
	transition-duration: 1s; 
	float:left;
}

.ss3{
	max-width: 560px;
	padding:15px 10px 10px;
	transition: 1s;
	color:#bbb;
	margin: auto;
}
@media only screen and (min-width: 521px) {
	.ss2{
	transition-duration: 1s; 
	}

	.ss3{
		transition: 1s;
	}
}

.ss3 img{
	width:100%;
}

.ss3 a{
	font-size:12px;
}

.select{
	box-shadow: 3px 3px 5px rgba(0 0 0 / .2);
	width:76%;
	font-size:12px;
}


input[type="button"]{
	border: none;
	background:#eee;
	font-size:12px;
	font-weight:bold;
	letter-spacing:0.08em;
  padding: 10px 50px;
  margin: 5px;
  border-radius: 4px;
  text-align: center;
  overflow: hidden;
	box-shadow: 0 0 10px rgba(0 0 0 / .2);
}

input[type="button"] a {
  color: #fff;
}

@media only screen and (min-width: 521px) {
	input[type="button"]{
		transition: .5s;
	}
	input[type="button"]:hover {
		padding: 10px 30px;
		transition: .2s;
		background:rgba(0 0 0 / .5);
		box-shadow: 0 0 10px rgba(0 0 0 / 0);
  		color: #fff;
	}
}
@media only screen and (max-width: 520px) {
	input[type="button"] a {
		opacity: 1;
	}
}

.selsectBox_s a{
	text-decoration: none;
	border: none;
	color: #fff;
	background:#111 ;
	font-size:16px;
	font-weight:bold;
	letter-spacing:0.08em;
  	padding: 10px 50px;
  	border-radius: 4px;
  	text-align: center;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0 0 0 / .4);
}
.selsectBox_s a span{
	font-size:16px;
	font-weight:bold;
}

.selsectBox_s.phone_b{
	margin: 40px auto 10px;
	padding-bottom: 0;
}

@media only screen and (min-width: 521px) {
	.selsectBox_s a{
		transition: .5s;
	}
	.selsectBox_s a:hover {
		padding: 10px 30px;
		transition: .2s;
		background:rgba(0 0 0 / .5);
		box-shadow: 0 0 10px rgba(0 0 0 / 0);
  		color: #fff;
	}
}


/* daily */

.today{
	margin:35px auto 25px;
	max-width:260px;
	background:rgba(0 0 0 / .8);
	padding: 5px 10px;
	font-size:16px;
	line-height:170%;
	letter-spacing:.2em;
}

.daily_img{
	
}

.daily_img img.main_img{
	width:290px;
	filter: drop-shadow(2px 2px 5px rgba(0 0 0 / .4));
}
.daily_img img[src*="L2"]{
	width:110px;
	padding:0 60px 0 0;
	opacity: .3 ;
	filter:blur(.4px) drop-shadow(-1px 0 5px rgba(0 0 0 / .3));
}
.daily_img img[src*="R2"]{
	width:110px;
	padding:0 0 0 60px;
	opacity: .3 ;
	filter:blur(.4px) drop-shadow(1px 0 5px rgba(0 0 0 / .3));
}
@media only screen and (max-width: 767px) {
	.daily_img img[src*="L2"]{
		padding:0 30px 0 0;
	}
	.daily_img img[src*="R2"]{
		padding:0 0 0 30px;
	}
}
@media only screen and (max-width: 640px) {
	.daily_img img[src*="L2"],
	.daily_img img[src*="R2"]{
		display: none;
	}
}

.daily_copy{
	color:rgba(255,255,255,.5);
	font-size:9px;
	letter-spacing: 0.05em;
}

.daily_text{
	display: inline-block;
	margin:35px auto 25px;
	background:rgba(0 0 0 / .8);
	padding: 5px 10px 5px 18px;
	font-size:16px;
	line-height:170%;
	letter-spacing:.2em;
}

@media only screen and (max-width: 520px) {
	.today{
		max-width:none;
	}
	.daily_text{
		margin:15px auto 25px;
		display: block;
		line-height: 1.2em;
		padding:8px 0;
	}
}


.dailyBox{
	margin: 0 auto;
	padding:40px 0 0;
	max-width:900px;
	width:86%;
	min-width: 800px;
	text-align:center;
	color:#eee;
	font-size:12px;
}

.daily{
	padding:15px 20px 15px 15px;
	color:#eee;
	text-align: left;
	display: flex;
}

@media only screen and (min-width: 521px) {
	.daily{
		transition-duration: 1s; 
	}
	.daily a:hover{
		color:#999;
	}
}

.daily img{
	padding-right:18px;
	width:500px;
	height:auto;
	margin-bottom: auto;
}

.daily .in{
	font-size:15px;
	text-align: justify;
	line-height:160%;
	letter-spacing:0.03em;
}
.daily .in a{
	font-size:15px;
	color:#eee;
	text-decoration:underline dotted;
}
@media only screen and (max-width: 520px) {
	.daily .in a{
		text-decoration:underline;
	}
}

.daily .in .twt_box{
	padding-top:22px;
	text-align:center;
}
.daily .in .twt_box span{
	display: block;
	font-size:10px;
	line-height:150%;
	letter-spacing:1px;
	padding-bottom:6px;
}
@media only screen and (max-width: 520px) {
	.daily .in .twt_box span{
		font-size:12px;
	}
}

@media only screen and (max-width: 830px) {
	.dailyBox{
		min-width: auto;
	}
	.daily{
		display: block;
		text-align: center;
		padding:15px;
	}
	.daily img{
		padding:0;
		margin: auto;
		width:100%;
	}
	.daily .in{
		margin: 20px auto 0;
		max-width:600px;
	}
}
@media only screen and (max-width: 520px) {
	.dailyBox{
		padding:10px 0 0;
		width:100%;
	}
	.daily{
		padding:15px 0;
	}
	.daily .in{
		font-size: 14px;
		padding:0 25px;
	}
	.daily .in a{
		font-size: 14px;
	}
}


.reco{
	padding:40px 0;
	display: flex;
	max-width: 700px;
	margin: auto;
}

.fort{
	display: block;
	border: thick double rgba(225,225,225,.8);
	font-size:16px;
	letter-spacing:0.05em;
	padding: 15px 30px;
	margin: 0 auto; 
	border-radius: 6px;
	text-align: center;
	overflow: hidden;
	color:#fff;
}

@media only screen and (min-width: 521px) {
	.fort:hover{
		background:#960000;
		border: thick double #eee;
		filter:none;
	}
	.fort{
		transition: .2s;
		filter:drop-shadow(3px 3px 4px rgba(0 0 0 / .6));
	}
}

@media only screen and (max-width: 520px) {
	.reco{
		padding:0;
		display: block;
	}
	.fort{
		font-size:14px;
		width:80%;
		margin: 20px auto 0; 
		padding: 10px 0;
	}

}

.lucy_menu{
	display: none;
}

@media only screen and (max-width: 520px) {
.lucy_menu{
	display: block;
	width:100%;
	font-family: serif;
	margin: auto;
	padding:10px 0 0;
	font-size: 18px;
	font-weight:600;
	color: #fff;
	letter-spacing: 0.15em;
	filter:drop-shadow(3px 3px 4px rgba(0 0 0 / .6));
	}
}

.attention{
	font-size: 10px;
	color: #333;
	padding:5px 20px 10px;
	text-align: left;
}
@media only screen and (max-width: 520px) {
	.attention{
		color:#ddd;
		
	}
}

/* affiliate */

.rakuten{
	height:36px;
	background-color:#bf0000;
	font-size:14px;
	font-weight:500;
	line-height:36px;
	padding: 0 12px;
	border-radius:16px;
	cursor:pointer;
	text-align:center;
	text-decoration: none;
	margin:10px 15px 10px;
	color:#fff;
}

.rakuten a{
	color:#fff;
	text-decoration: none;
}

.amazon{
	height:36px;
	background-color:#FF9900;
	font-size:14px;
	font-weight:500;
	line-height:36px;
	padding: 0 12px;
	border-radius:16px;
	cursor:pointer;
	text-align:center;
	text-decoration: none;
	margin:10px 15px 10px;
	color:#fff;
}

.amazon a{
	color:#fff;
	text-decoration: none;
	}
	
@media only screen and (min-width: 521px) {
	.rakuten{
		transition: .2s;
	}
	.amazon{
		transition: .2s;
	}
.amazon:hover{
	transition: .2s;
	opacity: .6 ;
	}
	
.rakuten:hover{
	transition: .2s;
	opacity: .6 ;
	}
}


/* ------ offer_box ----- */

.offer_box{
	max-width:880px;
	margin:70px auto 0;
	padding:0 15px;
}

.offer_box_wrap{
	display: flex;
	flex-wrap: wrap;
}

.offer_inner{
	width:100%;
	background-color: #fff;
    margin: 0 0 60px;
    padding: 5px;
    text-align: center;
    border-radius: 8px;
}

.offer_inner .title_r{
	background:#aa0000;
	color:#eee;
    font-size: 16px;
    letter-spacing:1px;
	padding:5px 0;
}

.offer_inner .title_o{
	color:#222;
	font-weight: bold;
	padding:10px 0 5px;
}

.offer_inner_3{
	display: flex;
	flex-wrap: wrap;
}
.three_inner{
	width:32%;
	margin:0 auto;
	display: flex;
	flex-wrap: wrap;
}

.three_inner img{
	margin-top: 0;
	width:100%;
}

@media only screen and (max-width: 520px) {
	.offer_box{
		margin:50px auto 0;
	}
	.offer_inner{
		margin: 0 0 30px;
	}
	.three_inner{
		width:100%;
		padding-top:10px;
		margin: 10px auto;
		text-align: center;
	}
	.three_inner img{
		max-width:50%;
		margin: auto;
	}
	.offer_inner .title_o {
		border: thick double rgba(225,225,225,.8);
		color:#fff;
	}
}


.three_inner a{
	width:100%;
	margin:0;
}

.three_inner a.btn{
	margin:auto auto 0;
}


.offer_img_three img{
	width:32%;
}

.offer_inner .title_in{
	font-size:16px;
	line-height:1.4em;
	text-align:left;
	margin:0 auto auto;
	padding:2px 15px;
	word-wrap:break-word;
	color:#333;
}

.offer_inner .title_three{
	font-size:14px;
	line-height:1.4em;
	text-align:left;
	margin:0px;
	padding:5px 8px 3px;
	word-wrap:break-word;
	color:#333
}
.offer_inner .title_three a{
	color:#333;
	text-decoration: underline;
}

.offer_inner .afp_text{
	color:#999;
	padding:8px 15px;
	text-align:left;
}

@media only screen and (max-width: 520px) {
	.offer_inner{
		background: none;
	}
	.offer_inner.one{
		background-color: #fff;
	}
	.three_inner{
		background-color: #fff;
		border-radius: 8px;
	}
	.offer_inner .title_three {
		padding: 5px 17px 3px;
	}
	.offer_inner .afp_text {
		color: #666;
	}
}

/* ------ offer_box_daily ----- */

.lucy{
	width: 100%;
	color:#333;
	font-size:16px;
	padding:2px 0;
	letter-spacing:1px;
	margin: 5px 0 0;
}
.lucy.default{
	background:#aa0000;
	color:#eee;
}
.lucy.healthy{
	background: linear-gradient(to bottom right, #2af598,#009efd);
	color:#fff;
}
.lucy.beaut{
	background: linear-gradient(to bottom right, #ff1493, #ffe4b5);color:#fff;
}
.lucy.first{
	background:#eee;
	color:#333;
}

.afp_in{
	font-size:12px;
	line-height:1.6em;
	color:#333;
	text-align: justify;
	word-wrap:break-word;
	padding: 0 10px;
	margin:0 auto auto;
}

@media only screen and (max-width: 767px) and (min-width: 521px) {
	.lucy{
		font-size:15px;
	}
}

@media only screen and (max-width: 520px) {
	.afp_in{
		padding: 0 15px;
	}

}


.sponsor p a{
	color:#fff;
	letter-spacing: 0.05em;
	text-decoration: underline dotted;
}
@media only screen and (max-width: 520px) {
	.sponsor{
		margin-top: 2em;
	}
}


/* ------ random_offer ----- */

.random_offer{
	margin: auto;
	width:calc(100% - 40px);
	max-width: 740px;
	padding:0 20px;
}
.random_offer img{
	width:100%;
	transition: .2s;
}
.random_offer_text{
	background:rgba(0 0 0 / .8);
	padding: 5px 10px;
	font-size:16px;
	line-height:170%;
	letter-spacing:.2em;
}
@media only screen and (min-width: 521px) {
	.random_offer img:hover{
		opacity: .7;
	}
}
@media only screen and (max-width: 520px) {
	.random_offer_text{
		font-size:14px;
	}
}

/* ------ ラッキーアイテムもチェック ----- */

.lucky_check{
	display: none;
}

@media only screen and (max-width: 520px) {
	.lucky_check{
		position: relative;
		display: inline-block;
		font-size:14px;
		color:#222;
		font-weight:600;
		background-color:#fff;
		padding:8px 38px;
		border-radius: 20px;
		text-decoration: none;
		margin:20px 15px 0;
		font-family: serif;
	}
	.lucky_check::after{
		content: "";
		position: absolute;
		top: 33%;
		right: 14px;
		width: 7px;
		height: 7px;
		border-bottom:1px solid #222;
		border-right:1px solid #222;
		transform:rotate(45deg);
	}
}




