@charset "utf-8";
/* CSS Document */
body{

  padding: 0;
  margin: 0;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}


a {
  text-decoration: none;
  transition: 0.3s;
}



p {
  line-height: 1.4;
}

img{
	width: 100%;
}

.pc_only {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }
}

.sp_only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp_only {
    display: block;
  }
}



.logo {
  position: absolute;
  z-index: 2;
  width: 165px;
  left: 10px;
  top: 19px;
}



/****************/


.navy{
	background-color:#FFFFFF;
	padding:3em 10px 2em 10px;
/*	box-shadow: 0px 11px 15px -10px rgba(0, 0, 0, 0.80);*/
    position: relative;
	z-index: 10;
}


.timetime-logo{
	max-width:410px;
	margin: 0 auto;
	width: 100%;
	
}



@media screen and (max-width: 1290px){
	.navy{
		    padding: 3em 10px 1em 10px;
	}
	
	.logo{
		    width: 135px;
	}
	.timetime-logo{
		    max-width: 324px;
	}
}

@media screen and (max-width: 855px) {
  .logo {
    width: 90px;
    top: 20px;
  }
}




@media screen and (max-width: 768px){
	.navy{
	    padding: 3em 10px 1em 10px;	
	}
	
	
	.timetime-logo{
		    width: 76%;
    		padding-top: 8%;
	}
}



article{
	font-family: "Noto Serif JP", serif;
}


/******************FV********************/

.fv-wrap{
	background: url("../img/fv-bk.jpg") no-repeat;
	background-position:top center;
	background-size: cover;	
	padding-top: 3%;
}


.fv-ttl{
    width: 57%;
	margin: 0 auto;
	position: relative;
}

.fv-day{
	position: absolute;
    width: 20%;
    right: 0%;
    bottom: -9%;
}

.fv-img{
    width: 39%;
    margin: 0 auto;
    margin-top: -4%;
}


.fv-under{
    width: 52%;
    margin: 0 auto;	
}




.colon{
	width: 7%;
	margin: 0 auto;
}






/*特典ポイント*/


#tokuten{
    margin-top: 5em;
	padding: 0 10px;
	position: relative;
	background: #ffffff;
	background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(230, 239, 233, 1) 24%, rgba(230, 239, 233, 1) 79%, rgba(255, 255, 255, 1) 100%);	
}


.tokuten-title {
	max-width: 253px;
	margin: 0 auto;
	width: 100%;
	margin-top: -3em;
}







.point-wrap{
background-color: #fff;
	max-width: 880px;
	margin: 0 auto;
	width: 75%;
/*	padding: 10px;*/
	border-radius: 10px;
	position: relative;
	z-index: 1;
	    margin-top: 8%;
}


.gold-line{
	border: solid #CAA222 4px;
	border-radius: 10px;
	padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}




.tokuten-kikan{
	text-align: center;
/*	margin-top: 1em;*/
}
.tokuten-kikan p{
	text-align: center;
	color: #7A6B1F;
	font-weight: bold;
	font-size: 1.9em;
	padding-bottom: 5px;
	border-bottom: solid 4px #BEA423;
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
}




.point-flex{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: -1em;
}


.point-bk{
	background-color:#CAA222;
	padding: 5px;
	margin-top: 20px;
}

.point-bk p{
	text-align: center;
	font-size: 1.5em;
	color: #fff;
}

.point-number{
	font-size: 7em;
	color: #CA2282;
	font-weight: bold;
	padding-left: 10px;
}


.point-small{
	font-size: 0.6em;
}

.point-notice{
	font-size: 1em;
	text-align: center;
/*	border-top: solid 1px #404040;*/
	width: 80%;
	margin: 0 auto;
/*	padding-top: 10px;*/
}



.target-brand{
	max-width:570px;
	margin: 0 auto;
	border-top: solid 1.5px #7A6B1F;
	padding-top: 2em;
	margin-top: 4em;
}

.targetBrand-title{
	font-size:1.4em;
	text-align:center;
	padding: 10px;
	background-color: #fff;

	font-weight: bold;
	color:#7A6B1F;
	    display: table;
    margin: 0 auto;
    margin-top: -2.5em;
}

.brand-list{
	display: flex;
	justify-content: center;
	max-width: 385px;
	margin: 0 auto;
}


.brand-list li{
	width: 100%;
	max-width: 160px;
	padding: 7px;
}


@media screen and (max-width: 768px){
	.tokuten-title{
        width: 57%;
        margin-top: -2.5em;
	}
	
	.tokuten-kikan p{
		    font-size: 1.5em;
	}
	
	.point-bk p{
		font-size: 0.9em;
	}
	
	.point-number{
		    font-size: 5em;
	}
	
	.point-notice{
		font-size: 0.9em;
	}
	
	.targetBrand-title{
		    font-size: 1.2em;
		    margin-top: -3em;
	}
}


.leaf-left,.leaf-right{
	position: absolute;
	
}


.leaf-left{
	width: 10%;
	bottom: 0%;
	left: 5%;
}

.leaf-right{
	width: 10%;
	bottom: 0%;
	right: 5%;
}


/************ボタン**************/
.btn-link{

    max-width: 600px;

    display: block;
    text-align: center;
    margin: 0 auto;
}


.app_btn{
	max-width: 600px;
	margin: 2em auto 0 auto;
background:#D8A823;

	border-radius: 50px;
	padding: 28px 5px;
	box-shadow: 2px 3px 2px 0px rgba(0, 0, 0, 0.33);
	
}

.app_btn p{
	text-align: center;
	font-size: 1.4em;
	color: #fff;
	font-weight: bold;
	position: relative;
 
}


.app_btn p::after{
	  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
  transform: rotate(45deg);
    /*アニメーションの指定*/
    transition: all .3s;
}


.app_btn p:hover::after{
	right: 10px;
}

.app_btn:hover{
	box-shadow:none;
	 transition: all .3s;
}

@media screen and (max-width: 768px){
	.app_btn p{
		
    font-size: 1em;
	}
	
	.app_btn{
		max-width: 300px;
		    padding: 20px 5px;
	}
	
	.btn-link{
		max-width: 300px;
	}
	
	.app_btn p::after{
		right: 9px;
	}
}



/*******************pickup*******************/

#pickup{
background: repeating-linear-gradient(
  90deg,
  #FFC26D 0,
  #FFC26D 36px,
  #FFCD88 36px,
  #FFCD88 72px
);	
	margin-top: 15%;
	position: relative;
	padding-bottom: 2em;

}


.man1,.man2,.man3{
	position: absolute;
}

.man1{
	width: 10%;
	right: 3%;
	top: 20%;
}

.man2{
	width: 10%;
	left: 3%;
	top: 40%;
}

.man3{
	width: 15%;
	right: 3%;
	bottom: 10%;
}


.line-yellow{
	padding-bottom: 2%;
	background-color: #FFE273;
	margin-top: 10%;
}


.pickup_ttl{
	position: absolute;
	width: 40%;
	margin: 0 auto;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
	
}


@media screen and (max-width: 1520px){
	
	#pickup{
		margin-top: 20%;		
	}
	.pickup_ttl{
		width: 60%;		
	}
}







.pickup-wrap{
	padding-top: 5%;
    padding-left: 10px;
    padding-right: 10px;	
}

/****************item*****************/

.item-box{
	max-width: 980px;
	margin: 0 auto;
	margin-top: 5em;
	display: flex;
	justify-content: space-between;
	align-items: center;

	    margin-bottom: 5em;
	
background-color: #000;
    padding: 2%;
	border: solid #E3631D 6px;
	border-radius: 40px;
background: linear-gradient(
  180deg,
  rgba(255, 255, 255, 0.5) 0%,
  rgba(255, 255, 255, 0.5) 100%
);	
	position: relative;
	
}


.box-leaf{
	position: absolute;
	right: 0%;
	bottom: -8%;
	width: 11%;
}




.item-img{
	max-width: 48%;
	position: relative;
}

.recomend-tag{
	position: absolute;
	width: 32%;
	top: 0%;
	left: 0%;
}

.item-star1{
	position: absolute;
	width: 22%;
	bottom: 28%;
	left: 11%;
}

.item-star2{
	position: absolute;
	width: 22%;
	bottom: 0%;
	right:15%;
}


.item-info{
	width: 99%;
    padding: 0 20px 0 0;
}

.itemBrand{
	display: flex;
	justify-content:flex-start;
	max-width: 50%;
}

.itemBrand li{
	width: calc((100% - 10px) / 2);
	padding-right: 4px;
}


.item-name{
	font-size: 1.8em;
	text-align: left;
	font-weight: bold;
	color: #704200;
	margin-bottom: 5px;
	border-bottom: solid #704200 1px;	
}


.item-comment{
	font-size: 1em;
	text-align: left;
	font-weight: 500;	
	color: #704200;	
}





.ravel{
	background: #F1D969;
background: linear-gradient(180deg,rgba(241, 217, 105, 0.99) 0%, rgba(218, 186, 59, 1) 34%, rgba(219, 191, 101, 1) 100%);
	color: #fff;
	font-size: 0.9em;
	font-weight: 500;
	border-radius: 10px;
	padding: 5px;
	display:inline-block;
}


.only-price{
	text-align: end;
}




.price-box{

/*	margin-top: 0.5em;*/
	display: flex;
	justify-content: flex-end;
}


.base_price{
	text-align: end;
	font-size: 2.1em;
	color:#E96B15;
	font-weight:bold;

	margin-top: 5px;		
}

.small{
	font-size: 0.6em;
}



@media screen and (max-width: 768px){
	
		.price-box{
		display: flex;
			align-items: center;
	}	
	
		.base_price{
		font-size: 1.7em;
	} 
	
		.small {
		font-size: 0.45em;
	}
	
	
}


@media screen and (max-width: 600px){

}


/*
@media screen and (max-width: 480px){
			.price-box{
		display: block;
	}
}
*/






.red-bk{
	background: #C4173F;
}


.item-line{
	max-width: 45%;
	margin: 0 auto;
}



.item-notice p{
	text-align: center;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	margin: 3em auto;
}



.brad-ttl{
	max-width: 1100px;
	margin: 0 auto;
	width: 70%;
}


.original{
	margin-top: 2%;
}
.original p{
	color: #FF8F38;
	font-size:1.6em;
}



.only-price .price-box{
    border-bottom: solid 3px #E96B15;
    display: -webkit-inline-box;	
}






/*************対象店舗****************/
#brand-con{
padding-top: 5%;
	background-color: #FFE273;
	position: relative;
	padding-bottom: 6em;
}

.bk-liner1,.bk-liner2{
	position: absolute;
}

.bk-liner1{
	width: 20%;
	right: 0%;
	top: 20%;
}

.bk-liner2{
	width: 20%;
	left: 0%;
	bottom: 10%;
}

/*********************店舗一覧**********************/
/*
#list-brand{
	margin-top: -11em;
	background-color: #E3F8FF;
	    padding-top: 4em;
	border-radius: 200px 200px 0 0;
	padding-bottom: 5em;
}


@media screen and (max-width: 768px){
	#list-brand{
		border-radius: 80px 80px 0 0;
	}
}
*/


.list-brand_wrap{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1em;
}






/***********LIST*************/
.bland-list-inner{
	max-width: 880px;
	margin: 0 auto;
	background-color: #fff;
/*border: solid 1px #6D8AB2;*/
	box-shadow: 2px 2px 7px 0px rgba(227, 99, 29, 0.60);
	    padding: 30px 3em 45px 3em;
	padding-top: 2em;
	position: relative;
	border-radius: 20px;
	margin-top: 1em;
}


.bland-list-inner::after{
	position: absolute;
    right: 1.5%;
    bottom: 47px;
	content: "";
	 background:url("../img/scroll.png") no-repeat;
	    background-position: center;
	background-size: contain;
	    width: 30px;
    height: 97px;	
}


/*
.bland-list-inner::before{
	position: absolute;
    right: 8%;
    top: -7px;
	content: "";
	 background:url("../img/scroll.png") no-repeat;
	    background-position: center;
	background-size: contain;
	    width: 30px;
    height: 97px;
	transform: rotate(-90deg);
}
*/







@media screen and (max-width: 768px){
	
	.bland-list-inner{
		 padding: 1% 5% 70px 5%;
		margin-top: 1em;
	}
	
	
	
	.bland-list-inner::after{
			content: "";
			background:url("../img/scroll2.png") no-repeat;
	    background-position: center;
	background-size: contain;		
        right: 8px;
        bottom: 6px;
        width: 63px;
        height:37px;
	}

}



/**********list**********/

.table-wrap{
	max-width: 1050px;
	margin: 0 auto;
font-family: "Noto Sans JP", serif;
  overflow: auto;
	max-height: 70vh;
	margin-top: 2em;
}


		table{
  width: 100%;
			margin: 0 auto;

  border-collapse: separate;
}
th,td{
  min-width:106px;
  height: 50px;
  vertical-align: middle;
  padding: 0 4px;
/* border: 1px solid #fff;*/
}


@media screen and (max-width: 768px){
	th,td{
		min-width: 92px;
	}
	
	table{
		font-size: 0.85em;
	}
}


.white-line{
	border-right:2px solid #fff;
}

.gry-line{
	border-right:2px solid #E4E4E4;
}


.fixed01,
.fixed02{
  position: sticky;
  top: 0;
  left: 0;
  color: #fff;
/*  background: #333;*/



}
.fixed01{
  z-index: 10;
	color: #353535;
	background: #fff;
	width: 130px;
}
.fixed02{
  z-index: 1;
}
		
		
		.fixed-tenpo{
  position: sticky;
  top: 0;
  left: 0;
  color: #353535;	
/*	background: #fff;*/
			z-index: 9;
		}		
		

		
		
		.txt{
			text-align: center;
			color: #fff;
		}
		
		
		
		.bk-b{
			background: #171C61;
		}	
		
		.bk-g{
			background: #DBEAFF;
		}

		.bk-g p{
			color: #1F1F1F;
		}
		
		.bk-skyb{
			background:#171C61;
		}
		
		.bk-skyb .txt{
			color: #1F1F1F;
		}
		
		
	.bk-b,.bk-g,.bk-skyb {
  position: sticky;
  top: 0;
  z-index: 20;
}	
		
		
		
.sticky-row1 {
  position: sticky;
  top: 0;
  z-index: 20;
	padding:0 20px;
}
.sticky-row2 {
  position: sticky;
  top: 49px;
  z-index: 20;
}
.sticky-row3 {
  position: sticky;
  top: 99px; /* 78px * 2 */
  z-index: 20;
}		
		
		

		
		.fixed-tenpo-txt{
			text-align: center;
		}		
		
		
/*
		.tenpo-bk{
			background: #F0F0F0;
		}
*/


		.top-left-cell {
		  z-index: 25;
		}		



tbody tr:nth-child(odd) {
  background-color: #fff;
}

tbody tr:nth-child(even) {
  background-color: #F0F0F0;
}


@media screen and (max-width: 768px){
	#list-brand .title-img{
		padding: 0 1em;
	}
}




/***************SP****************/
@media screen and (max-width: 1300px){
	.fv-ttl{
		width: 75%;
	}
	
	.fv-img{
		width: 50%;		
	}
	
	.fv-under{
		width: 62%;			
	}
}

@media screen and (max-width: 1170px){
	.man1,.man2,.man3{
		display: none;
	}
}

@media screen and (max-width: 900px){
	.bk-liner1,.bk-liner2{
		display: none;
	}
	
	#tokuten{
		padding-bottom: 14%;
	}
	
	
	
}

@media screen and (max-width: 768px){
	
	.fv-wrap {
		background: url(../img/fv-bk-sp.jpg) no-repeat;
		background-position: top center;
		background-size: cover;
		padding-top: 12%;
	}	

	
    .fv-ttl {
        width: 95%;
    }	
	
	.fv-day{
		display: none;
	}
	
	.item-img{
		max-width: 95%;

		margin: 0 auto;		
	}
	
    .fv-img {
        width: 86%;
    }	
	
	
	.fv-day_sp{
        width: 70%;
        margin: 0 auto;
        margin-top: 5%;
	
	}
	
	
	
    .fv-under {
        width: 90%;
    }	
	
	
	#tokuten{
		margin-top: 2em;
	}	
	
	
	.colon {
		width: 14%;

		padding-bottom: 11%;
	}	
	
	.point-wrap{
		width: 100%;
	}
	
	
	.brand-list{
		    max-width: 260px;
	}	
	
	
	.leaf-right{
		    width: 16%;
	}	
	
	.leaf-left{
		    width: 16%;
	}		
	
    #tokuten {
        padding-bottom: 20%;
    }	
	
	#pickup{
		        margin-top: 35%;
		    padding-bottom: 1em;
	}	
	
	    .pickup_ttl {
        width: 95%;
    }
	
	
	.item-box{
		display: block;
		border: solid #E3631D 4px;
		padding-bottom: 18%;
		border-radius: 24px;
	}
	

	.item-info{
		padding: 0 10px 10px 10px;
	}
	
	.item-name{
		    font-size: 1.5em;
	}
	.item-comment{
		font-size: 0.9em;
	}
	
	.itemBrand{
		    max-width: 60%;
	}
	.box-leaf {
		position: absolute;
		right: 0%;
		bottom: -4%;
		width: 21%;
	}	
	

	
    .item-under_sp {
        width: 95%;
        margin: 0 auto;
        margin-top: -10%;
    }
	
	.line-yellow{
		padding-bottom: 5%;
	}
	
	.brad-ttl{
		    width: 95%;
	}
	
}



/*スクロールアップ*/
.scroll_up.on {
    transform: translateY(0);
    opacity: 1.0;
}

.scroll_up {
    transition: 0.8s ease-in-out;
    transform: translateY(30px);
    opacity: 0;
}

/*******フェードイン*******/
.fadein {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 1.0s ease-out forwards;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(60px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}